Zoned DateTime Picker no longer loads

I know this isn’t technically a first party plugin, but since @roger wrote it, I’m hoping I can get this figured out.

The Zoned DateTime Picker plugin is no longer working. The field just displays nothing.

I updated to the latest version, and still nothing.

Edit: I guess it is part of the datocms org now, so I’ve emailed support also.

Sorry about this! I provided full details in my email response.

Anyone else affected by this can upgrade to 0.1.7 to fix the crash. It should show up in the marketplace soon, or if you need it quicker, please use the ā€œUpgrade to canary versionā€ link in the plugin sidebar:

PS: The root cause of this was an accidental upstream change where the plugin SDK started to return theme colors in OKLCH instead of hex or RGB, which broke the UI lib this particular plugin used.

That has now been fixed upstream and the SDK now returns rgb() colors instead of oklch().