Component Catalog, Aliased Colors & Resizable Window
A major usability and architecture update — pick exactly the components you need, with a proper two-tier color system underneath. (Figma release version 15.)
New Features
- Component Catalog: Browse every component grouped by category and add them one at a time, or add them all at once. The matching page is created automatically when needed.
- Resizable Window: Drag the bottom-right corner to resize the plugin — your chosen size is remembered the next time you open it.
Improvements
- Two-Tier Color Variables: Semantic tokens (primary, background, border…)
now reference a new
shadcn/primitivescollection instead of baked-in colors. Light and Dark modes are built by aliasing primitives — the way a real design system works. - Streamlined UI: Removed the custom CSS input in favor of the new component catalog.
- Safer Generation: Action buttons lock while a job runs to prevent duplicate pages and variables.
Fixes
- Restricted the plugin to the Figma editor, where the Variables API is available.
- Fixed doubled emoji in generated page names.
- Faster variable lookups during component generation.