@flipdish/ui-library 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flipdish/ui-library",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Flipdish Design System — atomic-design component library (Tailwind v4 + UntitledUI + React Aria).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -284,7 +284,8 @@
|
|
|
284
284
|
"test:storybook:coverage": "vitest run --project storybook --project storybook-native --coverage",
|
|
285
285
|
"typecheck:native": "node scripts/typecheck-native.mjs",
|
|
286
286
|
"storybook": "storybook dev -p 6006",
|
|
287
|
-
"
|
|
287
|
+
"generate:icon-list": "node scripts/generate-icon-list.mjs",
|
|
288
|
+
"build-storybook": "pnpm --filter @flipdish/ui-icons build && node scripts/generate-icon-list.mjs && storybook build",
|
|
288
289
|
"chromatic": "chromatic --exit-zero-on-changes",
|
|
289
290
|
"figma:connect": "figma connect create",
|
|
290
291
|
"figma:publish": "figma connect publish",
|