wimui 0.7.0 → 0.9.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.
Files changed (33) hide show
  1. package/README.ja.md +32 -0
  2. package/README.md +32 -0
  3. package/dist/components/_internal/field-label-content.module.cjs +1 -1
  4. package/dist/components/_internal/field-label-content.module.js +1 -1
  5. package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
  6. package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
  7. package/dist/components/feedback/ErrorBoundary/errorboundary.module.cjs +1 -1
  8. package/dist/components/feedback/ErrorBoundary/errorboundary.module.js +1 -1
  9. package/dist/components/form/Fieldset/fieldset.module.cjs +1 -1
  10. package/dist/components/form/Fieldset/fieldset.module.js +1 -1
  11. package/dist/components/form/SegmentedControl/segmented-control.module.cjs +1 -1
  12. package/dist/components/form/SegmentedControl/segmented-control.module.js +1 -1
  13. package/dist/components/typography/Code/code.module.cjs +1 -1
  14. package/dist/components/typography/Code/code.module.js +1 -1
  15. package/dist/components/typography/Legend/Legend.cjs +1 -1
  16. package/dist/components/typography/Legend/Legend.d.ts +32 -2
  17. package/dist/components/typography/Legend/Legend.js +15 -10
  18. package/dist/components/typography/Legend/legend.module.cjs +1 -1
  19. package/dist/components/typography/Legend/legend.module.js +1 -1
  20. package/dist/fonts/NOTICE.txt +43 -0
  21. package/dist/fonts/OFL-Noto-Sans-JP.txt +93 -0
  22. package/dist/fonts/OFL-Noto-Sans-Mono.txt +93 -0
  23. package/dist/fonts/OFL-Noto-Sans.txt +93 -0
  24. package/dist/llms-full.txt +8 -3
  25. package/dist/llms.txt +2 -1
  26. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs +1 -1
  27. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +20 -13
  28. package/dist/node_modules/@radix-ui/react-slot/dist/index.cjs +1 -1
  29. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +40 -29
  30. package/dist/styles.css +1 -1
  31. package/dist/wimui.umd.css +1 -1
  32. package/dist/wimui.umd.js +5 -5
  33. package/package.json +26 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wimui",
3
- "version": "0.7.0",
3
+ "version": "0.9.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",
@@ -397,35 +397,38 @@
397
397
  "@axe-core/playwright": "^4.11.1",
398
398
  "@changesets/cli": "2.31.1",
399
399
  "@eslint/js": "9.39.5",
400
+ "@fontsource/noto-sans": "5.3.0",
401
+ "@fontsource/noto-sans-jp": "5.3.0",
402
+ "@fontsource/noto-sans-mono": "5.3.0",
400
403
  "@fullcalendar/core": "6.1.21",
401
404
  "@fullcalendar/daygrid": "6.1.21",
402
405
  "@fullcalendar/interaction": "6.1.21",
403
406
  "@fullcalendar/react": "6.1.21",
404
407
  "@fullcalendar/timegrid": "6.1.21",
405
- "@google/genai": "2.12.0",
406
- "@hookform/resolvers": "5.4.0",
408
+ "@google/genai": "2.13.0",
409
+ "@hookform/resolvers": "5.5.7",
407
410
  "@playwright/test": "^1.59.0",
408
- "@size-limit/esbuild": "12.1.0",
409
- "@size-limit/file": "^12.0.1",
410
- "@storybook/addon-a11y": "10.5.3",
411
- "@storybook/addon-docs": "10.5.3",
411
+ "@size-limit/esbuild": "13.0.1",
412
+ "@size-limit/file": "^13.0.1",
413
+ "@storybook/addon-a11y": "10.5.5",
414
+ "@storybook/addon-docs": "10.5.5",
412
415
  "@storybook/addon-mcp": "0.7.0",
413
- "@storybook/addon-themes": "10.5.3",
414
- "@storybook/addon-vitest": "10.5.3",
415
- "@storybook/react-vite": "10.5.3",
416
+ "@storybook/addon-themes": "10.5.5",
417
+ "@storybook/addon-vitest": "10.5.5",
418
+ "@storybook/react-vite": "10.5.5",
416
419
  "@testing-library/dom": "^10.4.1",
417
420
  "@testing-library/jest-dom": "^7.0.0",
418
421
  "@testing-library/react": "^16.3.2",
419
422
  "@testing-library/user-event": "^14.6.1",
420
423
  "@types/diff": "8.0.0",
421
- "@types/node": "26.1.1",
424
+ "@types/node": "26.1.2",
422
425
  "@types/prop-types": "^15.7.15",
423
426
  "@types/react": "^19.2.14",
424
427
  "@types/react-dom": "^19.2.3",
425
428
  "@types/react-is": "19.2.0",
426
429
  "@typescript-eslint/eslint-plugin": "8.65.0",
427
430
  "@typescript-eslint/parser": "8.65.0",
428
- "@vitejs/plugin-react": "6.0.3",
431
+ "@vitejs/plugin-react": "6.0.4",
429
432
  "@vitest/browser": "4.1.10",
430
433
  "@vitest/browser-playwright": "4.1.10",
431
434
  "@vitest/coverage-v8": "4.1.10",
@@ -438,30 +441,30 @@
438
441
  "eslint-plugin-mdx": "3.8.1",
439
442
  "eslint-plugin-react": "7.37.5",
440
443
  "eslint-plugin-react-hooks": "7.1.1",
441
- "eslint-plugin-storybook": "10.5.3",
444
+ "eslint-plugin-storybook": "10.5.5",
442
445
  "gh-pages": "^6.3.0",
443
- "globals": "17.7.0",
446
+ "globals": "17.8.0",
444
447
  "husky": "^9.1.7",
445
448
  "i18next": "26.3.6",
446
449
  "i18next-browser-languagedetector": "^8.2.1",
447
450
  "i18next-http-backend": "3.0.6",
448
- "jsdom": "^29.0.1",
449
- "lint-staged": "17.1.0",
451
+ "jsdom": "^30.0.0",
452
+ "lint-staged": "17.2.0",
450
453
  "music-metadata": "^11.14.0",
451
454
  "playwright": "^1.59.0",
452
455
  "prettier": "3.9.6",
453
456
  "prop-types": "^15.8.1",
454
457
  "qrcode.react": "^4.2.0",
455
- "react-hook-form": "7.82.0",
456
- "react-i18next": "17.0.10",
458
+ "react-hook-form": "7.83.0",
459
+ "react-i18next": "17.0.11",
457
460
  "react-markdown": "^10.1.0",
458
461
  "recharts": "^3.8.1",
459
462
  "remark-gfm": "^4.0.1",
460
463
  "rimraf": "^6.1.3",
461
464
  "sass": "^1.98.0",
462
465
  "sharp": "0.35.3",
463
- "size-limit": "^12.0.1",
464
- "storybook": "10.5.3",
466
+ "size-limit": "^13.0.1",
467
+ "storybook": "10.5.5",
465
468
  "storybook-react-i18next": "10.1.2",
466
469
  "style-dictionary": "5.5.0",
467
470
  "stylelint": "^17.6.0",
@@ -475,7 +478,7 @@
475
478
  "vite-plugin-image-optimizer": "2.0.3",
476
479
  "vite-plugin-svgr": "5.2.0",
477
480
  "vitest": "4.1.10",
478
- "web-features": "3.34.1",
481
+ "web-features": "3.34.2",
479
482
  "zod": "4.4.3"
480
483
  },
481
484
  "peerDependencies": {
@@ -612,8 +615,8 @@
612
615
  },
613
616
  "dependencies": {
614
617
  "@floating-ui/react": "0.27.20",
615
- "@radix-ui/react-slot": "1.3.0",
618
+ "@radix-ui/react-slot": "1.3.3",
616
619
  "classnames": "^2.5.1",
617
- "react-is": "19.2.7"
620
+ "react-is": "19.2.8"
618
621
  }
619
622
  }