@danxbot/ui 3.4.1 → 3.4.3
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/index.js +15 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danxbot/ui",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Danxbot — a domain-agnostic React design system with motion as a first-class primitive.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"build:types": "tsc -p tsconfig.build.json",
|
|
64
64
|
"build:demo": "vite build",
|
|
65
65
|
"build": "npm run build:lib && npm run build:demo",
|
|
66
|
-
"verify": "npm run typecheck && npm run test && npm run build && npm run typecheck:previews",
|
|
66
|
+
"verify": "npm run typecheck && npm run test && npm run build && npm run typecheck:previews && npm run audit:previews",
|
|
67
67
|
"preview": "vite preview",
|
|
68
68
|
"preview:built": "vite preview --outDir demo-dist --port 5801 --strictPort",
|
|
69
69
|
"gates": "npm run shoot && npm run a11y && node scripts/shoot-overlays.mjs && npm run probe",
|
|
70
70
|
"a11y": "node scripts/a11y-scan.mjs",
|
|
71
71
|
"shoot": "node scripts/shoot.mjs",
|
|
72
|
-
"probe": "node scripts/probe-scale.mjs && node scripts/probe-switch.mjs && node scripts/probe-slider.mjs && node scripts/probe-panel.mjs && node scripts/probe-popover-width.mjs && node scripts/probe-api.mjs && node scripts/probe-api-live.mjs && node scripts/probe-tabs-overflow.mjs && node scripts/probe-stat-row.mjs && node scripts/probe-packaging.mjs && node scripts/probe-containment.mjs && node scripts/probe-shell.mjs",
|
|
72
|
+
"probe": "node scripts/probe-scale.mjs && node scripts/probe-switch.mjs && node scripts/probe-slider.mjs && node scripts/probe-panel.mjs && node scripts/probe-popover-width.mjs && node scripts/probe-api.mjs && node scripts/probe-api-live.mjs && node scripts/probe-tabs-overflow.mjs && node scripts/probe-stat-row.mjs && node scripts/probe-packaging.mjs && node scripts/probe-containment.mjs && node scripts/probe-shell.mjs && node scripts/probe-card-header.mjs",
|
|
73
73
|
"sync": "node scripts/sync.mjs",
|
|
74
74
|
"visual": "node scripts/visual-docker.mjs",
|
|
75
75
|
"visual:update": "node scripts/visual-docker.mjs --update-snapshots",
|