wimui 0.22.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wimui",
3
- "version": "0.22.0",
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",
@@ -334,6 +334,7 @@
334
334
  "check:links": "node scripts/check-mdx-links.js",
335
335
  "check:aschild": "node scripts/check-aschild.js && vitest run scripts/check-aschild-render.test.tsx",
336
336
  "check:api": "node scripts/check-public-api.js",
337
+ "check:exports": "node scripts/check-documented-exports.js",
337
338
  "check:api:update": "node scripts/check-public-api.js --update",
338
339
  "check:prop-api": "node scripts/check-prop-api.js",
339
340
  "check:prop-api:update": "node scripts/check-prop-api.js --update",
@@ -343,6 +344,7 @@
343
344
  "check:token-types": "node scripts/check-token-types.js",
344
345
  "check:scss-refs": "node scripts/check-scss-token-refs.js",
345
346
  "check:imports": "node scripts/check-imports.js",
347
+ "vrt:diff-report": "node scripts/vrt-diff-report.js",
346
348
  "check:vrt-orphans": "node scripts/check-vrt-orphans.js",
347
349
  "smoke": "npm run build && node scripts/smoke/run.mjs",
348
350
  "smoke:full": "npm run build && node scripts/smoke/run.mjs --full",
@@ -371,6 +373,7 @@
371
373
  "check:icons:mirror": "node scripts/check-icon-mirrors.js",
372
374
  "check:shrinkable": "node scripts/check-shrinkable-roots.js",
373
375
  "check:story-tokens": "node scripts/check-story-tokens.js",
376
+ "check:graph-edge": "node scripts/check-graph-edge-contrast.js",
374
377
  "check:contrast": "node scripts/check-contrast.js",
375
378
  "check:subtle-tokens": "node scripts/check-subtle-tokens.js",
376
379
  "check:contrast:scss": "node scripts/check-contrast-scss.js",
@@ -390,6 +393,7 @@
390
393
  "check:improvements": "node scripts/check-improvements-status.js",
391
394
  "check:choice-matrix": "node scripts/check-choice-matrix.js",
392
395
  "check:chart-palette": "node scripts/check-chart-palette.js",
396
+ "check:field-roots": "node scripts/check-field-roots.js",
393
397
  "check:chart-palette:update": "node scripts/check-chart-palette.js --update",
394
398
  "check:intent-text": "node scripts/check-intent-text-color.js",
395
399
  "audit:src-i18n": "node scripts/check-src-hardcoded.js",
@@ -601,7 +605,8 @@
601
605
  "node scripts/check-mono-family.js",
602
606
  "node scripts/check-intent-text-color.js",
603
607
  "node scripts/check-contrast-scss.js",
604
- "node scripts/check-shrinkable-roots.js"
608
+ "node scripts/check-shrinkable-roots.js",
609
+ "node scripts/check-field-roots.js"
605
610
  ],
606
611
  "**/*.mdx": [
607
612
  "node --max-old-space-size=4096 ./node_modules/eslint/bin/eslint.js --fix --max-warnings=0 --cache",