@alfadocs/ui-kit 0.4.0 → 0.4.2
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/dist/_chunks/{dialog-D5bK95-N.js → dialog-W8uDfXD8.js} +8 -2
- package/dist/_chunks/{leo-sidebar-D1RdE54a.js → leo-sidebar-BWECDYpu.js} +2 -2
- package/dist/_chunks/{sheet-B9T3OQmz.js → sheet-BAg7GY9j.js} +8 -2
- package/dist/agent-catalog.json +1 -1
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/sheet/index.js +1 -1
- package/dist/index.js +3 -3
- package/dist/patterns/leo-assistant/index.js +1 -1
- package/dist/tokens.css +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfadocs/ui-kit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -469,7 +469,8 @@
|
|
|
469
469
|
},
|
|
470
470
|
"scripts": {
|
|
471
471
|
"dev": "vite",
|
|
472
|
-
"build": "vite build && npm run build:types && npm run build:locales && npm run build:agent-catalog",
|
|
472
|
+
"build": "vite build && npm run build:types && npm run build:locales && npm run build:agent-catalog && npm run verify:build",
|
|
473
|
+
"verify:build": "node scripts/verify-build.mjs",
|
|
473
474
|
"build:types": "tsc -p tsconfig.build.json",
|
|
474
475
|
"build:locales": "node scripts/build-locales.mjs dist/locales",
|
|
475
476
|
"build:agent-catalog": "node --experimental-strip-types scripts/build-agent-catalog.mjs dist/agent-catalog.json",
|