wimui 0.23.1 → 0.23.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/components/ai/InteractiveGraph/interactive-graph.module.cjs +1 -1
- package/dist/components/ai/InteractiveGraph/interactive-graph.module.js +1 -1
- package/dist/components/data-display/NodeGraph/node-graph.module.cjs +1 -1
- package/dist/components/data-display/NodeGraph/node-graph.module.js +1 -1
- package/dist/llms-full.txt +1 -1
- package/dist/llms.txt +1 -1
- package/dist/styles.css +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wimui",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React component library with design tokens, dark mode, i18n (en/ja/pt-BR), and WAI-ARIA compliant accessibility. 200+ components documented in Storybook.",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -344,6 +344,7 @@
|
|
|
344
344
|
"check:token-types": "node scripts/check-token-types.js",
|
|
345
345
|
"check:scss-refs": "node scripts/check-scss-token-refs.js",
|
|
346
346
|
"check:imports": "node scripts/check-imports.js",
|
|
347
|
+
"vrt:diff-report": "node scripts/vrt-diff-report.js",
|
|
347
348
|
"check:vrt-orphans": "node scripts/check-vrt-orphans.js",
|
|
348
349
|
"smoke": "npm run build && node scripts/smoke/run.mjs",
|
|
349
350
|
"smoke:full": "npm run build && node scripts/smoke/run.mjs --full",
|