@moduix/react 2.4.0 → 2.5.1

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": "@moduix/react",
3
- "version": "2.4.0",
3
+ "version": "2.5.1",
4
4
  "description": "React implementation of the moduix component system, built on Ark UI primitives.",
5
5
  "keywords": [
6
6
  "accessible",
@@ -339,6 +339,10 @@
339
339
  "types": "./dist/components/table/index.d.ts",
340
340
  "import": "./dist/components/table/index.js"
341
341
  },
342
+ "./toc": {
343
+ "types": "./dist/components/toc/index.d.ts",
344
+ "import": "./dist/components/toc/index.js"
345
+ },
342
346
  "./tabs": {
343
347
  "types": "./dist/components/tabs/index.d.ts",
344
348
  "import": "./dist/components/tabs/index.js"
@@ -414,22 +418,22 @@
414
418
  "@ark-ui/react": "^5.39.0",
415
419
  "@internationalized/date": "^3.12.3",
416
420
  "@microsoft/api-extractor": "^7.59.0",
417
- "@rsbuild/core": "~2.1.13",
421
+ "@rsbuild/core": "^2.2.0",
418
422
  "@rsbuild/plugin-react": "^2.1.0",
419
423
  "@rslib/core": "^0.23.2",
420
- "@rstest/adapter-rslib": "^0.11.9",
421
- "@rstest/core": "^0.11.9",
424
+ "@rstest/adapter-rslib": "^0.11.10",
425
+ "@rstest/core": "^0.11.10",
422
426
  "@storybook/addon-docs": "^10.5.10",
423
427
  "@storybook/react": "^10.5.10",
424
- "@tanstack/charts": "^0.14.0",
428
+ "@tanstack/charts": "^0.16.0",
425
429
  "@testing-library/dom": "^10.4.1",
426
430
  "@testing-library/jest-dom": "^6.10.0",
427
431
  "@testing-library/react": "^16.3.2",
428
432
  "@testing-library/user-event": "^14.6.6",
429
433
  "@types/node": "^24.13.3",
430
434
  "@types/react": "^19.2.18",
431
- "@types/react-dom": "^19.2.4",
432
- "happy-dom": "^20.11.6",
435
+ "@types/react-dom": "^19.2.5",
436
+ "happy-dom": "^20.11.8",
433
437
  "react": "^19.2.8",
434
438
  "react-dom": "^19.2.8",
435
439
  "storybook": "^10.5.10",
@@ -439,7 +443,7 @@
439
443
  },
440
444
  "peerDependencies": {
441
445
  "@ark-ui/react": "^5.37.2",
442
- "@tanstack/charts": "^0.14.0",
446
+ "@tanstack/charts": "^0.16.0",
443
447
  "react": "^18 || ^19",
444
448
  "react-dom": "^18 || ^19"
445
449
  },