wimui 0.7.0 → 0.8.0
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/_internal/field-label-content.module.cjs +1 -1
- package/dist/components/_internal/field-label-content.module.js +1 -1
- package/dist/components/form/Fieldset/fieldset.module.cjs +1 -1
- package/dist/components/form/Fieldset/fieldset.module.js +1 -1
- package/dist/components/form/SegmentedControl/segmented-control.module.cjs +1 -1
- package/dist/components/form/SegmentedControl/segmented-control.module.js +1 -1
- package/dist/components/typography/Legend/Legend.cjs +1 -1
- package/dist/components/typography/Legend/Legend.d.ts +32 -2
- package/dist/components/typography/Legend/Legend.js +15 -10
- package/dist/components/typography/Legend/legend.module.cjs +1 -1
- package/dist/components/typography/Legend/legend.module.js +1 -1
- package/dist/llms-full.txt +7 -3
- package/dist/llms.txt +1 -1
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs +1 -1
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +20 -13
- package/dist/node_modules/@radix-ui/react-slot/dist/index.cjs +1 -1
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +40 -29
- package/dist/styles.css +1 -1
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +5 -5
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wimui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
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",
|
|
@@ -402,30 +402,30 @@
|
|
|
402
402
|
"@fullcalendar/interaction": "6.1.21",
|
|
403
403
|
"@fullcalendar/react": "6.1.21",
|
|
404
404
|
"@fullcalendar/timegrid": "6.1.21",
|
|
405
|
-
"@google/genai": "2.
|
|
406
|
-
"@hookform/resolvers": "5.
|
|
405
|
+
"@google/genai": "2.13.0",
|
|
406
|
+
"@hookform/resolvers": "5.5.7",
|
|
407
407
|
"@playwright/test": "^1.59.0",
|
|
408
|
-
"@size-limit/esbuild": "
|
|
409
|
-
"@size-limit/file": "^
|
|
410
|
-
"@storybook/addon-a11y": "10.5.
|
|
411
|
-
"@storybook/addon-docs": "10.5.
|
|
408
|
+
"@size-limit/esbuild": "13.0.1",
|
|
409
|
+
"@size-limit/file": "^13.0.1",
|
|
410
|
+
"@storybook/addon-a11y": "10.5.5",
|
|
411
|
+
"@storybook/addon-docs": "10.5.5",
|
|
412
412
|
"@storybook/addon-mcp": "0.7.0",
|
|
413
|
-
"@storybook/addon-themes": "10.5.
|
|
414
|
-
"@storybook/addon-vitest": "10.5.
|
|
415
|
-
"@storybook/react-vite": "10.5.
|
|
413
|
+
"@storybook/addon-themes": "10.5.5",
|
|
414
|
+
"@storybook/addon-vitest": "10.5.5",
|
|
415
|
+
"@storybook/react-vite": "10.5.5",
|
|
416
416
|
"@testing-library/dom": "^10.4.1",
|
|
417
417
|
"@testing-library/jest-dom": "^7.0.0",
|
|
418
418
|
"@testing-library/react": "^16.3.2",
|
|
419
419
|
"@testing-library/user-event": "^14.6.1",
|
|
420
420
|
"@types/diff": "8.0.0",
|
|
421
|
-
"@types/node": "26.1.
|
|
421
|
+
"@types/node": "26.1.2",
|
|
422
422
|
"@types/prop-types": "^15.7.15",
|
|
423
423
|
"@types/react": "^19.2.14",
|
|
424
424
|
"@types/react-dom": "^19.2.3",
|
|
425
425
|
"@types/react-is": "19.2.0",
|
|
426
426
|
"@typescript-eslint/eslint-plugin": "8.65.0",
|
|
427
427
|
"@typescript-eslint/parser": "8.65.0",
|
|
428
|
-
"@vitejs/plugin-react": "6.0.
|
|
428
|
+
"@vitejs/plugin-react": "6.0.4",
|
|
429
429
|
"@vitest/browser": "4.1.10",
|
|
430
430
|
"@vitest/browser-playwright": "4.1.10",
|
|
431
431
|
"@vitest/coverage-v8": "4.1.10",
|
|
@@ -438,30 +438,30 @@
|
|
|
438
438
|
"eslint-plugin-mdx": "3.8.1",
|
|
439
439
|
"eslint-plugin-react": "7.37.5",
|
|
440
440
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
441
|
-
"eslint-plugin-storybook": "10.5.
|
|
441
|
+
"eslint-plugin-storybook": "10.5.5",
|
|
442
442
|
"gh-pages": "^6.3.0",
|
|
443
|
-
"globals": "17.
|
|
443
|
+
"globals": "17.8.0",
|
|
444
444
|
"husky": "^9.1.7",
|
|
445
445
|
"i18next": "26.3.6",
|
|
446
446
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
447
447
|
"i18next-http-backend": "3.0.6",
|
|
448
|
-
"jsdom": "^
|
|
449
|
-
"lint-staged": "17.
|
|
448
|
+
"jsdom": "^30.0.0",
|
|
449
|
+
"lint-staged": "17.2.0",
|
|
450
450
|
"music-metadata": "^11.14.0",
|
|
451
451
|
"playwright": "^1.59.0",
|
|
452
452
|
"prettier": "3.9.6",
|
|
453
453
|
"prop-types": "^15.8.1",
|
|
454
454
|
"qrcode.react": "^4.2.0",
|
|
455
|
-
"react-hook-form": "7.
|
|
456
|
-
"react-i18next": "17.0.
|
|
455
|
+
"react-hook-form": "7.83.0",
|
|
456
|
+
"react-i18next": "17.0.11",
|
|
457
457
|
"react-markdown": "^10.1.0",
|
|
458
458
|
"recharts": "^3.8.1",
|
|
459
459
|
"remark-gfm": "^4.0.1",
|
|
460
460
|
"rimraf": "^6.1.3",
|
|
461
461
|
"sass": "^1.98.0",
|
|
462
462
|
"sharp": "0.35.3",
|
|
463
|
-
"size-limit": "^
|
|
464
|
-
"storybook": "10.5.
|
|
463
|
+
"size-limit": "^13.0.1",
|
|
464
|
+
"storybook": "10.5.5",
|
|
465
465
|
"storybook-react-i18next": "10.1.2",
|
|
466
466
|
"style-dictionary": "5.5.0",
|
|
467
467
|
"stylelint": "^17.6.0",
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
"vite-plugin-image-optimizer": "2.0.3",
|
|
476
476
|
"vite-plugin-svgr": "5.2.0",
|
|
477
477
|
"vitest": "4.1.10",
|
|
478
|
-
"web-features": "3.34.
|
|
478
|
+
"web-features": "3.34.2",
|
|
479
479
|
"zod": "4.4.3"
|
|
480
480
|
},
|
|
481
481
|
"peerDependencies": {
|
|
@@ -612,8 +612,8 @@
|
|
|
612
612
|
},
|
|
613
613
|
"dependencies": {
|
|
614
614
|
"@floating-ui/react": "0.27.20",
|
|
615
|
-
"@radix-ui/react-slot": "1.3.
|
|
615
|
+
"@radix-ui/react-slot": "1.3.3",
|
|
616
616
|
"classnames": "^2.5.1",
|
|
617
|
-
"react-is": "19.2.
|
|
617
|
+
"react-is": "19.2.8"
|
|
618
618
|
}
|
|
619
619
|
}
|