Theme Designer tool availability for PrimeVue v4 #4879
|
Hi, We're using PrimeVue v4 in production on a couple of products, and we follow the Figma UI Kit → Tokens Studio → Theme Designer workflow to generate our theme. We used to run the Theme Designer from https://v4.primevue.org/, but the link has disappeared from the Theming menu there. The only Theme Designer we can currently reach, at https://primevue.dev/, along with its Figma plugin, generates themes using the v5 token structure (new component names, new dark mode structure) instead of the v4 one. That's blocking us from generating updated v4-compatible tokens. Is the v4 Theme Designer being intentionally sunset in favor of v5, or is this a temporary gap? And if it is being retired, is there still a way to export v4-structured tokens, or a recommended path for teams that aren't ready to move to v5 yet? Thanks! |
Replies: 1 comment 6 replies
|
It seems to me like this was an intentional change, see the commit done by @cagataycivici ( primefaces/primevue@12a49d5 ) and i guess Theme designer for V4 is retired. I know some people developed their own converter for tokenstudio json -> primeuix theme. I have a developed a PoC for such a converter myself and if @cagataycivici confirms that ThemeDesigner for V4 is retired and PrimeTek is ok with me sharing it we could check if it is enough for your usecase or if further development would be needed. Edit: |
Hello,
Theme Designer has been updated to be compatible with PrimeVue v5, PrimeNG v22 and PrimeReact v11. It includes support for new components e.g. Sidebar, InputColor and semantic tokens like typography tokens. One important change is moving from colorScheme property to light-dark syntax for color scheme based tokens.
The backend that handles Figma integration such as figma to theme or the migration assistant requires these versions and not compatible with older versions due to these changes. As a result the designer on PrimeNG v21 and PrimeVue v5 websites have been discontinued as their functionality cannot be supported anymore.
You can still export the tokens from UI Kit from Figma o…