wimui 0.2.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wimui",
3
- "version": "0.2.0",
3
+ "version": "0.3.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",
@@ -134,6 +134,8 @@
134
134
  },
135
135
  "./styles.css": "./dist/styles.css",
136
136
  "./reset.css": "./dist/reset.css",
137
+ "./llms.txt": "./dist/llms.txt",
138
+ "./llms-full.txt": "./dist/llms-full.txt",
137
139
  "./locales/*": "./dist/locales/*"
138
140
  },
139
141
  "size-limit": [
@@ -191,7 +193,7 @@
191
193
  ],
192
194
  "scripts": {
193
195
  "dev": "npm run generate:icons && npm run i18n:bundle && vite",
194
- "build": "npm run generate:icons && npm run i18n:bundle && vite build && vite build --mode umd && node scripts/build-style-entries.js && node scripts/fix-cjs-empty-css.js && node scripts/prune-dist-assets.js",
196
+ "build": "npm run generate:icons && npm run i18n:bundle && npm run llms:build && vite build && vite build --mode umd && node scripts/build-style-entries.js && node scripts/fix-cjs-empty-css.js && node scripts/prune-dist-assets.js",
195
197
  "generate:icons": "node scripts/generate-icons.js",
196
198
  "size": "size-limit",
197
199
  "test": "vitest run",
@@ -249,6 +251,7 @@
249
251
  "audit:stories-i18n": "node scripts/check-stories-hardcoded.js --all",
250
252
  "audit:i18n-ignore": "node scripts/check-i18n-ignore.js",
251
253
  "scaffold": "node scripts/scaffold-component.js",
254
+ "llms:build": "node scripts/generate-llms.js",
252
255
  "tokens:build": "node style-dictionary.config.js && node scripts/generate-intents.js",
253
256
  "intents:build": "node scripts/generate-intents.js",
254
257
  "check:intents": "node scripts/generate-intents.js --check",
@@ -296,14 +299,14 @@
296
299
  "@hookform/resolvers": "5.4.0",
297
300
  "@playwright/test": "^1.59.0",
298
301
  "@size-limit/file": "^12.0.1",
299
- "@storybook/addon-a11y": "10.5.2",
300
- "@storybook/addon-docs": "10.5.2",
302
+ "@storybook/addon-a11y": "10.5.3",
303
+ "@storybook/addon-docs": "10.5.3",
301
304
  "@storybook/addon-mcp": "0.7.0",
302
- "@storybook/addon-themes": "10.5.2",
303
- "@storybook/addon-vitest": "10.5.2",
304
- "@storybook/react-vite": "10.5.2",
305
+ "@storybook/addon-themes": "10.5.3",
306
+ "@storybook/addon-vitest": "10.5.3",
307
+ "@storybook/react-vite": "10.5.3",
305
308
  "@testing-library/dom": "^10.4.1",
306
- "@testing-library/jest-dom": "^6.9.1",
309
+ "@testing-library/jest-dom": "^7.0.0",
307
310
  "@testing-library/react": "^16.3.2",
308
311
  "@testing-library/user-event": "^14.6.1",
309
312
  "@types/diff": "8.0.0",
@@ -312,8 +315,8 @@
312
315
  "@types/react": "^19.2.14",
313
316
  "@types/react-dom": "^19.2.3",
314
317
  "@types/react-is": "19.2.0",
315
- "@typescript-eslint/eslint-plugin": "8.64.0",
316
- "@typescript-eslint/parser": "8.64.0",
318
+ "@typescript-eslint/eslint-plugin": "8.65.0",
319
+ "@typescript-eslint/parser": "8.65.0",
317
320
  "@vitejs/plugin-react": "6.0.3",
318
321
  "@vitest/browser": "4.1.10",
319
322
  "@vitest/browser-playwright": "4.1.10",
@@ -327,7 +330,7 @@
327
330
  "eslint-plugin-mdx": "3.8.1",
328
331
  "eslint-plugin-react": "7.37.5",
329
332
  "eslint-plugin-react-hooks": "7.1.1",
330
- "eslint-plugin-storybook": "10.5.2",
333
+ "eslint-plugin-storybook": "10.5.3",
331
334
  "gh-pages": "^6.3.0",
332
335
  "globals": "17.7.0",
333
336
  "husky": "^9.1.7",
@@ -335,13 +338,13 @@
335
338
  "i18next-browser-languagedetector": "^8.2.1",
336
339
  "i18next-http-backend": "3.0.6",
337
340
  "jsdom": "^29.0.1",
338
- "lint-staged": "17.0.8",
341
+ "lint-staged": "17.1.0",
339
342
  "music-metadata": "^11.14.0",
340
343
  "playwright": "^1.59.0",
341
- "prettier": "3.9.5",
344
+ "prettier": "3.9.6",
342
345
  "prop-types": "^15.8.1",
343
346
  "qrcode.react": "^4.2.0",
344
- "react-hook-form": "7.81.0",
347
+ "react-hook-form": "7.82.0",
345
348
  "react-i18next": "17.0.10",
346
349
  "react-markdown": "^10.1.0",
347
350
  "recharts": "^3.8.1",
@@ -350,7 +353,7 @@
350
353
  "sass": "^1.98.0",
351
354
  "sharp": "0.35.3",
352
355
  "size-limit": "^12.0.1",
353
- "storybook": "10.5.2",
356
+ "storybook": "10.5.3",
354
357
  "storybook-react-i18next": "10.1.2",
355
358
  "style-dictionary": "5.5.0",
356
359
  "stylelint": "^17.6.0",
@@ -364,7 +367,7 @@
364
367
  "vite-plugin-image-optimizer": "2.0.3",
365
368
  "vite-plugin-svgr": "5.2.0",
366
369
  "vitest": "4.1.10",
367
- "web-features": "3.34.0",
370
+ "web-features": "3.34.1",
368
371
  "zod": "4.4.3"
369
372
  },
370
373
  "peerDependencies": {