wimui 0.29.9 → 0.29.10

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/NOTICE CHANGED
@@ -83,3 +83,94 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
83
83
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
84
84
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
85
85
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
86
+
87
+
88
+ Bundled third-party code
89
+ ========================
90
+
91
+ The published package externalises almost every dependency, so consumers get
92
+ those libraries — and their licences — from their own `node_modules`. The
93
+ packages below are the exception: the build copies their source into `dist/`,
94
+ so this package redistributes them and reproduces their notices here.
95
+
96
+ The list is checked on every build — see `npm run check:licenses`. It fails in
97
+ both directions: a package that appears in `dist/node_modules/` without being
98
+ listed here, and an entry here that is no longer bundled.
99
+
100
+ - @radix-ui/react-slot 1.3.3 — MIT — dist/node_modules/@radix-ui/react-slot/
101
+ - @radix-ui/react-compose-refs 1.1.5 — MIT — dist/node_modules/@radix-ui/react-compose-refs/
102
+ - @fullcalendar/core 6.1.21 — MIT — dist/node_modules/@fullcalendar/core/locales/
103
+ (only the ja, pt and pt-br locale files; the library itself is a peer
104
+ dependency and is not bundled)
105
+
106
+ MIT License
107
+
108
+ Copyright (c) 2022 WorkOS
109
+
110
+ (applies to @radix-ui/react-slot and @radix-ui/react-compose-refs)
111
+
112
+ Permission is hereby granted, free of charge, to any person obtaining a copy
113
+ of this software and associated documentation files (the "Software"), to deal
114
+ in the Software without restriction, including without limitation the rights
115
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
116
+ copies of the Software, and to permit persons to whom the Software is
117
+ furnished to do so, subject to the following conditions:
118
+
119
+ The above copyright notice and this permission notice shall be included in all
120
+ copies or substantial portions of the Software.
121
+
122
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
123
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
124
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
125
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
126
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
127
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
128
+ SOFTWARE.
129
+
130
+ MIT License
131
+
132
+ Copyright (c) 2021 Adam Shaw
133
+
134
+ (applies to @fullcalendar/core)
135
+
136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
137
+ of this software and associated documentation files (the "Software"), to deal
138
+ in the Software without restriction, including without limitation the rights
139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
140
+ copies of the Software, and to permit persons to whom the Software is
141
+ furnished to do so, subject to the following conditions:
142
+
143
+ The above copyright notice and this permission notice shall be included in all
144
+ copies or substantial portions of the Software.
145
+
146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
152
+ SOFTWARE.
153
+
154
+
155
+ Peer dependencies with conditions beyond attribution
156
+ ====================================================
157
+
158
+ Nothing below is bundled — these libraries reach the consumer through their own
159
+ `node_modules`, with their own licence files. No copyright notice is owed here.
160
+ They are listed because they carry a condition a consumer can breach without
161
+ noticing, and because this package's own behaviour with respect to that
162
+ condition is worth stating.
163
+
164
+ React Flow (`@xyflow/react`) — used by `NodeGraph` and `InteractiveGraph`
165
+ React Flow renders an attribution link in the corner of the canvas. Removing
166
+ it requires a React Flow Pro subscription. **This package does not remove
167
+ it.** `hideAttribution` and `proOptions` appear nowhere in this repository;
168
+ the only styling applied to `.react-flow__attribution` is colour and
169
+ background, because the upstream default (#999) falls below WCAG AA on the
170
+ canvas (2.7:1 measured). A consumer who hides the attribution takes on that
171
+ obligation themselves.
172
+
173
+ FullCalendar (`@fullcalendar/*`) — used by `ScheduleView`
174
+ Only the standard packages are used (`core`, `daygrid`, `timegrid`,
175
+ `interaction`), all MIT. FullCalendar's premium plugins are under a separate
176
+ licence and require a key; this package does not use or require them.
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## What this is
6
6
 
7
- **wimui** v0.29.9 — a React 19 component library: 225 documented components across 10 categories, with design tokens, dark mode, i18n (en/ja/pt-BR) and WAI-ARIA compliant a11y. Peer deps: react ^19, react-dom ^19 (plus optional peers for specific components — see package.json).
7
+ **wimui** v0.29.10 — a React 19 component library: 225 documented components across 10 categories, with design tokens, dark mode, i18n (en/ja/pt-BR) and WAI-ARIA compliant a11y. Peer deps: react ^19, react-dom ^19 (plus optional peers for specific components — see package.json).
8
8
 
9
9
  ## Install & required setup
10
10
 
package/dist/llms.txt CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## What this is
6
6
 
7
- **wimui** v0.29.9 — a React 19 component library: 225 documented components across 10 categories, with design tokens, dark mode, i18n (en/ja/pt-BR) and WAI-ARIA compliant a11y. Peer deps: react ^19, react-dom ^19 (plus optional peers for specific components — see package.json).
7
+ **wimui** v0.29.10 — a React 19 component library: 225 documented components across 10 categories, with design tokens, dark mode, i18n (en/ja/pt-BR) and WAI-ARIA compliant a11y. Peer deps: react ^19, react-dom ^19 (plus optional peers for specific components — see package.json).
8
8
 
9
9
  ## Install & required setup
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wimui",
3
- "version": "0.29.9",
3
+ "version": "0.29.10",
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",
@@ -349,6 +349,8 @@
349
349
  "check:scss-refs": "node scripts/check-scss-token-refs.js",
350
350
  "check:doc-tokens": "node scripts/check-doc-token-refs.js",
351
351
  "check:audit-coverage": "node scripts/check-audit-coverage.js",
352
+ "check:scss-layer": "node scripts/check-scss-layer.js",
353
+ "check:licenses": "node scripts/check-bundled-licenses.js",
352
354
  "check:imports": "node scripts/check-imports.js",
353
355
  "vrt:diff-report": "node scripts/vrt-diff-report.js",
354
356
  "check:vrt-orphans": "node scripts/check-vrt-orphans.js",
@@ -459,33 +461,33 @@
459
461
  "@fullcalendar/interaction": "6.1.21",
460
462
  "@fullcalendar/react": "6.1.21",
461
463
  "@fullcalendar/timegrid": "6.1.21",
462
- "@google/genai": "2.18.0",
464
+ "@google/genai": "2.21.0",
463
465
  "@hookform/resolvers": "5.9.1",
464
466
  "@playwright/test": "^1.59.0",
465
467
  "@size-limit/esbuild": "13.0.3",
466
468
  "@size-limit/file": "^13.0.1",
467
- "@storybook/addon-a11y": "10.5.10",
468
- "@storybook/addon-docs": "10.5.10",
469
- "@storybook/addon-mcp": "0.7.0",
470
- "@storybook/addon-themes": "10.5.10",
471
- "@storybook/addon-vitest": "10.5.10",
472
- "@storybook/react-vite": "10.5.10",
469
+ "@storybook/addon-a11y": "10.6.0",
470
+ "@storybook/addon-docs": "10.6.0",
471
+ "@storybook/addon-mcp": "10.6.0",
472
+ "@storybook/addon-themes": "10.6.0",
473
+ "@storybook/addon-vitest": "10.6.0",
474
+ "@storybook/react-vite": "10.6.0",
473
475
  "@testing-library/dom": "^10.4.1",
474
476
  "@testing-library/jest-dom": "^7.0.1",
475
477
  "@testing-library/react": "^16.3.2",
476
478
  "@testing-library/user-event": "^14.6.4",
477
- "@types/node": "26.2.0",
479
+ "@types/node": "26.4.1",
478
480
  "@types/prop-types": "^15.7.15",
479
481
  "@types/react": "^19.2.14",
480
482
  "@types/react-dom": "^19.2.3",
481
483
  "@types/react-is": "19.2.0",
482
- "@typescript-eslint/eslint-plugin": "8.67.0",
483
- "@typescript-eslint/parser": "8.67.0",
484
- "@vitejs/plugin-react": "6.1.0",
484
+ "@typescript-eslint/eslint-plugin": "8.69.0",
485
+ "@typescript-eslint/parser": "8.69.0",
486
+ "@vitejs/plugin-react": "6.1.1",
485
487
  "@vitest/browser": "4.1.11",
486
488
  "@vitest/browser-playwright": "4.1.11",
487
489
  "@vitest/coverage-v8": "4.1.11",
488
- "@xyflow/react": "12.11.3",
490
+ "@xyflow/react": "12.11.6",
489
491
  "diff": "9.0.0",
490
492
  "dotenv": "^17.3.1",
491
493
  "eslint": "9.39.5",
@@ -494,30 +496,30 @@
494
496
  "eslint-plugin-mdx": "3.8.1",
495
497
  "eslint-plugin-react": "7.37.5",
496
498
  "eslint-plugin-react-hooks": "7.1.1",
497
- "eslint-plugin-storybook": "10.5.10",
499
+ "eslint-plugin-storybook": "10.6.0",
498
500
  "gh-pages": "^6.3.0",
499
- "globals": "17.11.0",
501
+ "globals": "17.12.0",
500
502
  "husky": "^9.1.7",
501
- "i18next": "26.4.0",
503
+ "i18next": "26.4.2",
502
504
  "i18next-browser-languagedetector": "^8.2.1",
503
505
  "i18next-http-backend": "3.0.6",
504
506
  "jsdom": "^30.0.0",
505
- "lint-staged": "17.3.0",
507
+ "lint-staged": "17.5.0",
506
508
  "music-metadata": "^11.14.0",
507
509
  "playwright": "^1.59.0",
508
510
  "prettier": "3.9.6",
509
511
  "prop-types": "^15.8.1",
510
512
  "qrcode.react": "^4.2.0",
511
- "react-hook-form": "7.86.0",
512
- "react-i18next": "17.0.12",
513
+ "react-hook-form": "7.87.0",
514
+ "react-i18next": "17.0.13",
513
515
  "react-markdown": "^10.1.0",
514
516
  "recharts": "^3.8.1",
515
517
  "remark-gfm": "^4.0.1",
516
518
  "rimraf": "^6.1.3",
517
519
  "sass": "^1.98.0",
518
- "sharp": "0.35.3",
520
+ "sharp": "0.35.4",
519
521
  "size-limit": "^13.0.1",
520
- "storybook": "10.5.10",
522
+ "storybook": "10.6.0",
521
523
  "storybook-react-i18next": "10.1.2",
522
524
  "style-dictionary": "5.5.2",
523
525
  "stylelint": "^17.6.0",
@@ -525,22 +527,22 @@
525
527
  "stylelint-config-standard-scss": "^17.0.0",
526
528
  "stylelint-order": "^8.1.1",
527
529
  "stylelint-scss": "^7.0.0",
528
- "svgo": "4.0.2",
530
+ "svgo": "4.1.0",
529
531
  "typescript": "6.0.3",
530
- "vite-plugin-dts": "5.0.3",
532
+ "vite-plugin-dts": "5.1.0",
531
533
  "vite-plugin-image-optimizer": "2.0.3",
532
534
  "vite-plugin-svgr": "5.2.0",
533
535
  "vitest": "4.1.11",
534
536
  "wawoff2": "2.0.1",
535
- "web-features": "3.35.1",
536
- "zod": "4.4.3"
537
+ "web-features": "3.37.0",
538
+ "zod": "4.5.4"
537
539
  },
538
540
  "peerDependencies": {
539
- "@fullcalendar/core": ">=6.0.0",
540
- "@fullcalendar/daygrid": ">=6.0.0",
541
- "@fullcalendar/interaction": ">=6.0.0",
542
- "@fullcalendar/react": ">=6.0.0",
543
- "@fullcalendar/timegrid": ">=6.0.0",
541
+ "@fullcalendar/core": "^6.0.0",
542
+ "@fullcalendar/daygrid": "^6.0.0",
543
+ "@fullcalendar/interaction": "^6.0.0",
544
+ "@fullcalendar/react": "^6.0.0",
545
+ "@fullcalendar/timegrid": "^6.0.0",
544
546
  "@hookform/resolvers": "^5.1.0",
545
547
  "@xyflow/react": ">=12.0.0",
546
548
  "diff": ">=9.0.0",