wimui 0.5.0 → 0.5.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/dist/components/ai/ChatUI/chat-ui.module.cjs +1 -1
- package/dist/components/ai/ChatUI/chat-ui.module.js +2 -2
- package/dist/components/ai/InteractiveGraph/InteractiveGraph.cjs +1 -1
- package/dist/components/ai/InteractiveGraph/InteractiveGraph.js +37 -23
- package/dist/components/ai/InteractiveGraph/interactive-graph.module.cjs +1 -1
- package/dist/components/ai/InteractiveGraph/interactive-graph.module.js +1 -1
- package/dist/components/ai/ThoughtProcess/thought-process.module.cjs +1 -1
- package/dist/components/ai/ThoughtProcess/thought-process.module.js +4 -4
- package/dist/components/charts/Heatmap/Heatmap.cjs +1 -1
- package/dist/components/charts/Heatmap/Heatmap.d.ts +1 -1
- package/dist/components/charts/Heatmap/Heatmap.js +1 -1
- package/dist/components/charts/Sparkline/Sparkline.cjs +1 -1
- package/dist/components/charts/Sparkline/Sparkline.js +1 -1
- package/dist/components/data-display/Badge/badge.module.cjs +1 -1
- package/dist/components/data-display/Badge/badge.module.js +1 -1
- package/dist/components/data-display/Calendar/calendar.module.cjs +1 -1
- package/dist/components/data-display/Calendar/calendar.module.js +1 -1
- package/dist/components/data-display/Card/card.module.cjs +1 -1
- package/dist/components/data-display/Card/card.module.js +12 -9
- package/dist/components/data-display/Chip/chip.module.cjs +1 -1
- package/dist/components/data-display/Chip/chip.module.js +2 -2
- package/dist/components/data-display/Tag/tag.module.cjs +1 -1
- package/dist/components/data-display/Tag/tag.module.js +1 -1
- package/dist/components/feedback/Alert/Alert.cjs +1 -1
- package/dist/components/feedback/Alert/Alert.d.ts +1 -1
- package/dist/components/feedback/Alert/Alert.js +3 -3
- package/dist/components/feedback/Alert/alert.module.cjs +1 -1
- package/dist/components/feedback/Alert/alert.module.js +2 -1
- package/dist/components/feedback/Banner/Banner.cjs +1 -1
- package/dist/components/feedback/Banner/Banner.d.ts +1 -1
- package/dist/components/feedback/Banner/Banner.js +46 -43
- package/dist/components/feedback/Banner/banner.module.cjs +1 -1
- package/dist/components/feedback/Banner/banner.module.js +2 -1
- package/dist/components/feedback/Notification/Notification.cjs +1 -1
- package/dist/components/feedback/Notification/Notification.d.ts +1 -0
- package/dist/components/feedback/Notification/Notification.js +16 -14
- package/dist/components/feedback/Notification/notification.module.cjs +1 -1
- package/dist/components/feedback/Notification/notification.module.js +2 -1
- package/dist/components/feedback/Result/Result.cjs +1 -1
- package/dist/components/feedback/Result/Result.d.ts +2 -1
- package/dist/components/feedback/Result/Result.js +6 -2
- package/dist/components/feedback/Result/result.module.cjs +1 -1
- package/dist/components/feedback/Result/result.module.js +1 -1
- package/dist/components/feedback/Snackbar/Snackbar.cjs +1 -1
- package/dist/components/feedback/Snackbar/Snackbar.d.ts +1 -1
- package/dist/components/feedback/Snackbar/Snackbar.js +2 -2
- package/dist/components/feedback/Snackbar/snackbar.module.cjs +1 -1
- package/dist/components/feedback/Snackbar/snackbar.module.js +7 -7
- package/dist/components/feedback/Toast/Toast.cjs +1 -1
- package/dist/components/feedback/Toast/Toast.d.ts +1 -1
- package/dist/components/feedback/Toast/Toast.js +2 -2
- package/dist/components/feedback/Toast/toast.module.cjs +1 -1
- package/dist/components/feedback/Toast/toast.module.js +8 -7
- package/dist/components/form/Cascader/cascader.module.cjs +1 -1
- package/dist/components/form/Cascader/cascader.module.js +6 -6
- package/dist/components/form/Dropzone/Dropzone.cjs +1 -1
- package/dist/components/form/Dropzone/Dropzone.js +18 -18
- package/dist/components/form/Dropzone/dropzone.module.cjs +1 -1
- package/dist/components/form/Dropzone/dropzone.module.js +1 -1
- package/dist/components/form/MultiSelect/multiselect.module.cjs +1 -1
- package/dist/components/form/MultiSelect/multiselect.module.js +1 -1
- package/dist/components/form/PasswordStrength/PasswordStrength.cjs +1 -1
- package/dist/components/form/PasswordStrength/PasswordStrength.js +2 -5
- package/dist/components/form/PasswordStrength/password-strength.module.cjs +1 -1
- package/dist/components/form/PasswordStrength/password-strength.module.js +4 -5
- package/dist/components/form/TagInput/tag-input.module.cjs +1 -1
- package/dist/components/form/TagInput/tag-input.module.js +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
- package/dist/components/helpers.cjs +1 -1
- package/dist/components/helpers.d.ts +1 -0
- package/dist/components/helpers.js +12 -12
- package/dist/components/layout/InteractiveArea/InteractiveArea.cjs +1 -1
- package/dist/components/layout/InteractiveArea/InteractiveArea.js +9 -7
- package/dist/components/layout/InteractiveArea/interactive-area.module.cjs +1 -1
- package/dist/components/layout/InteractiveArea/interactive-area.module.js +9 -8
- package/dist/components/media/Icon/icon.module.cjs +1 -1
- package/dist/components/media/Icon/icon.module.js +10 -10
- package/dist/components/typography/Title/title.module.cjs +1 -1
- package/dist/components/typography/Title/title.module.js +1 -1
- package/dist/llms-full.txt +16 -14
- package/dist/llms.txt +1 -1
- package/dist/styles.css +2 -2
- package/dist/types/generated-intents.d.ts +2 -2
- package/dist/types/generated-tokens.d.ts +1 -1
- package/dist/types/tokens.d.ts +1 -1
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +3 -3
- package/package.json +127 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wimui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.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",
|
|
@@ -140,49 +140,149 @@
|
|
|
140
140
|
},
|
|
141
141
|
"size-limit": [
|
|
142
142
|
{
|
|
143
|
-
"name": "
|
|
144
|
-
"path":
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
"name": "import { Button } — 単体利用の下限 (gzip)",
|
|
144
|
+
"path": "dist/index.js",
|
|
145
|
+
"import": "{ Button }",
|
|
146
|
+
"ignore": [
|
|
147
|
+
"react",
|
|
148
|
+
"react-dom",
|
|
149
|
+
"react/jsx-runtime"
|
|
147
150
|
],
|
|
148
151
|
"gzip": true,
|
|
149
|
-
"limit": "
|
|
152
|
+
"limit": "13 kB"
|
|
150
153
|
},
|
|
151
154
|
{
|
|
152
|
-
"name": "
|
|
153
|
-
"path": "dist/
|
|
155
|
+
"name": "小さな画面: Button/Input/Card/Stack/Text (gzip)",
|
|
156
|
+
"path": "dist/index.js",
|
|
157
|
+
"import": "{ Button, Input, Card, Stack, Text }",
|
|
158
|
+
"ignore": [
|
|
159
|
+
"react",
|
|
160
|
+
"react-dom",
|
|
161
|
+
"react/jsx-runtime"
|
|
162
|
+
],
|
|
163
|
+
"gzip": true,
|
|
164
|
+
"limit": "19 kB"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "フォーム画面: 入力7種 (gzip)",
|
|
168
|
+
"path": "dist/index.js",
|
|
169
|
+
"import": "{ Button, Input, Select, Checkbox, Switch, Textarea, Label }",
|
|
170
|
+
"ignore": [
|
|
171
|
+
"react",
|
|
172
|
+
"react-dom",
|
|
173
|
+
"react/jsx-runtime"
|
|
174
|
+
],
|
|
175
|
+
"gzip": true,
|
|
176
|
+
"limit": "23 kB"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "ルートバレル全部 — 最悪ケース (gzip)",
|
|
180
|
+
"path": "dist/index.js",
|
|
181
|
+
"import": "*",
|
|
182
|
+
"ignore": [
|
|
183
|
+
"react",
|
|
184
|
+
"react-dom",
|
|
185
|
+
"react/jsx-runtime"
|
|
186
|
+
],
|
|
187
|
+
"gzip": true,
|
|
188
|
+
"limit": "205 kB"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "wimui/form 全部 (gzip)",
|
|
192
|
+
"path": "dist/form.js",
|
|
193
|
+
"import": "*",
|
|
194
|
+
"ignore": [
|
|
195
|
+
"react",
|
|
196
|
+
"react-dom",
|
|
197
|
+
"react/jsx-runtime"
|
|
198
|
+
],
|
|
199
|
+
"gzip": true,
|
|
200
|
+
"limit": "95 kB"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "wimui/layout 全部 (gzip)",
|
|
204
|
+
"path": "dist/layout.js",
|
|
205
|
+
"import": "*",
|
|
206
|
+
"ignore": [
|
|
207
|
+
"react",
|
|
208
|
+
"react-dom",
|
|
209
|
+
"react/jsx-runtime"
|
|
210
|
+
],
|
|
211
|
+
"gzip": true,
|
|
212
|
+
"limit": "30 kB"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "wimui/data-display 全部 (gzip)",
|
|
216
|
+
"path": "dist/data-display.js",
|
|
217
|
+
"import": "*",
|
|
218
|
+
"ignore": [
|
|
219
|
+
"react",
|
|
220
|
+
"react-dom",
|
|
221
|
+
"react/jsx-runtime"
|
|
222
|
+
],
|
|
154
223
|
"gzip": true,
|
|
155
|
-
"limit": "
|
|
224
|
+
"limit": "76 kB"
|
|
156
225
|
},
|
|
157
226
|
{
|
|
158
|
-
"name": "
|
|
159
|
-
"path": "dist/
|
|
227
|
+
"name": "wimui/charts 全部 (gzip)",
|
|
228
|
+
"path": "dist/charts.js",
|
|
229
|
+
"import": "*",
|
|
230
|
+
"ignore": [
|
|
231
|
+
"react",
|
|
232
|
+
"react-dom",
|
|
233
|
+
"react/jsx-runtime",
|
|
234
|
+
"recharts"
|
|
235
|
+
],
|
|
160
236
|
"gzip": true,
|
|
161
|
-
"limit": "
|
|
237
|
+
"limit": "10 kB"
|
|
162
238
|
},
|
|
163
239
|
{
|
|
164
|
-
"name": "
|
|
165
|
-
"path": "dist/
|
|
240
|
+
"name": "wimui/ai 全部 (gzip)",
|
|
241
|
+
"path": "dist/ai.js",
|
|
242
|
+
"import": "*",
|
|
243
|
+
"ignore": [
|
|
244
|
+
"react",
|
|
245
|
+
"react-dom",
|
|
246
|
+
"react/jsx-runtime"
|
|
247
|
+
],
|
|
166
248
|
"gzip": true,
|
|
167
|
-
"limit": "
|
|
249
|
+
"limit": "29 kB"
|
|
168
250
|
},
|
|
169
251
|
{
|
|
170
252
|
"name": "UMD Bundle (gzip)",
|
|
171
253
|
"path": "dist/wimui.umd.js",
|
|
172
254
|
"gzip": true,
|
|
173
|
-
"limit": "145 kB"
|
|
255
|
+
"limit": "145 kB",
|
|
256
|
+
"disablePlugins": [
|
|
257
|
+
"@size-limit/esbuild"
|
|
258
|
+
]
|
|
174
259
|
},
|
|
175
260
|
{
|
|
176
261
|
"name": "styles.css — tokens + components (gzip)",
|
|
177
262
|
"path": "dist/styles.css",
|
|
178
263
|
"gzip": true,
|
|
179
|
-
"limit": "78 kB"
|
|
264
|
+
"limit": "78 kB",
|
|
265
|
+
"disablePlugins": [
|
|
266
|
+
"@size-limit/esbuild"
|
|
267
|
+
]
|
|
180
268
|
},
|
|
181
269
|
{
|
|
182
270
|
"name": "reset.css — reset/base (gzip)",
|
|
183
271
|
"path": "dist/reset.css",
|
|
184
272
|
"gzip": true,
|
|
185
|
-
"limit": "4 kB"
|
|
273
|
+
"limit": "4 kB",
|
|
274
|
+
"disablePlugins": [
|
|
275
|
+
"@size-limit/esbuild"
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "Bundled third-party code (gzip)",
|
|
280
|
+
"path": "dist/node_modules/**/*.js",
|
|
281
|
+
"gzip": true,
|
|
282
|
+
"limit": "5 kB",
|
|
283
|
+
"disablePlugins": [
|
|
284
|
+
"@size-limit/esbuild"
|
|
285
|
+
]
|
|
186
286
|
}
|
|
187
287
|
],
|
|
188
288
|
"engines": {
|
|
@@ -252,6 +352,7 @@
|
|
|
252
352
|
"audit:i18n-ignore": "node scripts/check-i18n-ignore.js",
|
|
253
353
|
"scaffold": "node scripts/scaffold-component.js",
|
|
254
354
|
"llms:build": "node scripts/generate-llms.js",
|
|
355
|
+
"check:llms": "node scripts/generate-llms.js --check",
|
|
255
356
|
"tokens:build": "node style-dictionary.config.js && node scripts/generate-intents.js && node scripts/generate-presets.js",
|
|
256
357
|
"intents:build": "node scripts/generate-intents.js",
|
|
257
358
|
"check:intents": "node scripts/generate-intents.js --check",
|
|
@@ -261,6 +362,7 @@
|
|
|
261
362
|
"changeset": "changeset",
|
|
262
363
|
"version": "changeset version",
|
|
263
364
|
"release": "npm run build && changeset publish",
|
|
365
|
+
"version:packages": "changeset version && npm run llms:build",
|
|
264
366
|
"prepublishOnly": "npm run build",
|
|
265
367
|
"prepare": "husky"
|
|
266
368
|
},
|
|
@@ -300,6 +402,7 @@
|
|
|
300
402
|
"@google/genai": "2.12.0",
|
|
301
403
|
"@hookform/resolvers": "5.4.0",
|
|
302
404
|
"@playwright/test": "^1.59.0",
|
|
405
|
+
"@size-limit/esbuild": "12.1.0",
|
|
303
406
|
"@size-limit/file": "^12.0.1",
|
|
304
407
|
"@storybook/addon-a11y": "10.5.3",
|
|
305
408
|
"@storybook/addon-docs": "10.5.3",
|
|
@@ -448,7 +551,9 @@
|
|
|
448
551
|
],
|
|
449
552
|
"stories/**/*.{ts,tsx}": [
|
|
450
553
|
"node scripts/check-stories-hardcoded.js",
|
|
451
|
-
"node scripts/check-i18n-ignore.js"
|
|
554
|
+
"node scripts/check-i18n-ignore.js"
|
|
555
|
+
],
|
|
556
|
+
"{stories,sandbox}/**/*.tsx": [
|
|
452
557
|
"node scripts/check-slop.js"
|
|
453
558
|
],
|
|
454
559
|
"{src,stories}/**/*.{css,scss}": [
|
|
@@ -459,7 +564,8 @@
|
|
|
459
564
|
"node scripts/check-mdx-hardcoded.js",
|
|
460
565
|
"node scripts/check-i18n-components.js",
|
|
461
566
|
"node scripts/check-mdx-links.js",
|
|
462
|
-
"node scripts/audit-mdx.js"
|
|
567
|
+
"node scripts/audit-mdx.js",
|
|
568
|
+
"node scripts/check-slop.js"
|
|
463
569
|
],
|
|
464
570
|
"public/locales/**/*.json": [
|
|
465
571
|
"node scripts/sync-i18n.js",
|
|
@@ -484,4 +590,4 @@
|
|
|
484
590
|
"classnames": "^2.5.1",
|
|
485
591
|
"react-is": "19.2.7"
|
|
486
592
|
}
|
|
487
|
-
}
|
|
593
|
+
}
|