Patch Changes
-
#1355
4f52045Thanks @lukasoppermann! - Fix Figma base scale output for override themes (dark-dimmed, dark-high-contrast, light-high-contrast) to include all tokens. Previously, inherited tokens (e.g. neutral, black, transparent) retained the parent theme's collection name and were missing from the override theme's Figma collection. -
#1353
9558473Thanks @lukasoppermann! - Improve npm script names for consistency and clarity- Rename
build:config→build:types - Rename
validate:contrast→check:contrast - Rename
format:fix→formatandformat→format:check - Rename
install:storybook→storybook:installandstart:storybook→storybook - Add
checkscript combining lint, format check, test, and build - Fix double clean in build pipeline (
prebuild+ explicitclean) - Add
--max-warnings=0tolintscript - Fix double-space typo in format command
- Normalize
./scripts/→scripts/path prefixes
- Rename