wimui 0.24.2 → 0.24.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/llms-full.txt +1 -1
- package/dist/llms.txt +1 -1
- package/dist/styles.css +1 -1
- package/dist/wimui.umd.css +1 -1
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wimui",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.3",
|
|
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",
|
|
@@ -382,6 +382,7 @@
|
|
|
382
382
|
"check:contrast": "node scripts/check-contrast.js",
|
|
383
383
|
"check:subtle-tokens": "node scripts/check-subtle-tokens.js",
|
|
384
384
|
"check:contrast:scss": "node scripts/check-contrast-scss.js",
|
|
385
|
+
"check:contrast:scene": "node scripts/check-contrast-scene.js",
|
|
385
386
|
"report:variant-distinctness": "node scripts/report-variant-distinctness.js",
|
|
386
387
|
"check:prop-classes": "node scripts/check-prop-classes.js",
|
|
387
388
|
"check:prop-vocabulary": "node scripts/check-prop-vocabulary.js",
|
|
@@ -692,6 +693,9 @@
|
|
|
692
693
|
],
|
|
693
694
|
"src/components/{helpers.ts,charts/**/*.tsx}": [
|
|
694
695
|
"node scripts/check-chart-text-color.js"
|
|
696
|
+
],
|
|
697
|
+
"{tokens/**/*.json,src/tokens/_effects.scss,src/components/form/Button/*.scss}": [
|
|
698
|
+
"node scripts/check-contrast-scene.js"
|
|
695
699
|
]
|
|
696
700
|
},
|
|
697
701
|
"dependencies": {
|