@moduix/react 2.2.5 → 2.4.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": "@moduix/react",
3
- "version": "2.2.5",
3
+ "version": "2.4.0",
4
4
  "description": "React implementation of the moduix component system, built on Ark UI primitives.",
5
5
  "keywords": [
6
6
  "accessible",
@@ -91,6 +91,10 @@
91
91
  "types": "./dist/components/carousel/index.d.ts",
92
92
  "import": "./dist/components/carousel/index.js"
93
93
  },
94
+ "./chart": {
95
+ "types": "./dist/components/chart/index.d.ts",
96
+ "import": "./dist/components/chart/index.js"
97
+ },
94
98
  "./checkbox": {
95
99
  "types": "./dist/components/checkbox/index.d.ts",
96
100
  "import": "./dist/components/checkbox/index.js"
@@ -183,6 +187,10 @@
183
187
  "types": "./dist/components/image-cropper/index.d.ts",
184
188
  "import": "./dist/components/image-cropper/index.js"
185
189
  },
190
+ "./json-tree-view": {
191
+ "types": "./dist/components/json-tree-view/index.d.ts",
192
+ "import": "./dist/components/json-tree-view/index.js"
193
+ },
186
194
  "./input": {
187
195
  "types": "./dist/components/input/index.d.ts",
188
196
  "import": "./dist/components/input/index.js"
@@ -215,6 +223,10 @@
215
223
  "types": "./dist/components/menu/index.d.ts",
216
224
  "import": "./dist/components/menu/index.js"
217
225
  },
226
+ "./navigation-menu": {
227
+ "types": "./dist/components/navigation-menu/index.d.ts",
228
+ "import": "./dist/components/navigation-menu/index.js"
229
+ },
218
230
  "./native-select": {
219
231
  "types": "./dist/components/native-select/index.d.ts",
220
232
  "import": "./dist/components/native-select/index.js"
@@ -393,48 +405,56 @@
393
405
  "publishConfig": {
394
406
  "access": "public"
395
407
  },
396
- "scripts": {
397
- "build": "rslib",
398
- "build:storybook": "storybook build",
399
- "dev": "rslib --watch --no-clean",
400
- "storybook": "storybook dev -p 6006 --no-open",
401
- "test": "rstest run",
402
- "test:watch": "rstest --watch",
403
- "tsc:check": "tsc --noEmit"
404
- },
405
408
  "dependencies": {
406
409
  "@unpic/core": "^1.0.3",
407
410
  "@unpic/react": "^1.0.2",
408
411
  "clsx": "^2.1.1"
409
412
  },
410
413
  "devDependencies": {
411
- "@ark-ui/react": "^5.37.2",
412
- "@internationalized/date": "^3.12.2",
413
- "@microsoft/api-extractor": "^7.58.12",
414
- "@rsbuild/core": "~2.1.4",
414
+ "@ark-ui/react": "^5.39.0",
415
+ "@internationalized/date": "^3.12.3",
416
+ "@microsoft/api-extractor": "^7.59.0",
417
+ "@rsbuild/core": "~2.1.13",
415
418
  "@rsbuild/plugin-react": "^2.1.0",
416
419
  "@rslib/core": "^0.23.2",
417
- "@rstest/adapter-rslib": "^0.11.6",
418
- "@rstest/core": "^0.11.6",
419
- "@storybook/addon-docs": "^10.5.3",
420
- "@storybook/react": "^10.5.3",
420
+ "@rstest/adapter-rslib": "^0.11.9",
421
+ "@rstest/core": "^0.11.9",
422
+ "@storybook/addon-docs": "^10.5.10",
423
+ "@storybook/react": "^10.5.10",
424
+ "@tanstack/charts": "^0.14.0",
421
425
  "@testing-library/dom": "^10.4.1",
422
- "@testing-library/jest-dom": "^6.9.1",
426
+ "@testing-library/jest-dom": "^6.10.0",
423
427
  "@testing-library/react": "^16.3.2",
424
- "@types/node": "^24.13.2",
425
- "@types/react": "^19.2.17",
426
- "@types/react-dom": "^19.2.3",
427
- "happy-dom": "^20.10.6",
428
- "react": "^19.2.7",
429
- "react-dom": "^19.2.7",
430
- "storybook": "^10.5.3",
431
- "storybook-addon-rslib": "^3.3.4",
432
- "storybook-react-rsbuild": "^3.3.4",
428
+ "@testing-library/user-event": "^14.6.6",
429
+ "@types/node": "^24.13.3",
430
+ "@types/react": "^19.2.18",
431
+ "@types/react-dom": "^19.2.4",
432
+ "happy-dom": "^20.11.6",
433
+ "react": "^19.2.8",
434
+ "react-dom": "^19.2.8",
435
+ "storybook": "^10.5.10",
436
+ "storybook-addon-rslib": "^3.4.2",
437
+ "storybook-react-rsbuild": "^3.4.2",
433
438
  "typescript": "~6.0.3"
434
439
  },
435
440
  "peerDependencies": {
436
441
  "@ark-ui/react": "^5.37.2",
442
+ "@tanstack/charts": "^0.14.0",
437
443
  "react": "^18 || ^19",
438
444
  "react-dom": "^18 || ^19"
445
+ },
446
+ "peerDependenciesMeta": {
447
+ "@tanstack/charts": {
448
+ "optional": true
449
+ }
450
+ },
451
+ "scripts": {
452
+ "build": "rslib",
453
+ "build:storybook": "storybook build",
454
+ "dev": "rslib --watch --no-clean",
455
+ "storybook": "storybook dev -p 6006 --no-open",
456
+ "test": "rstest run",
457
+ "test:watch": "rstest --watch",
458
+ "tsc:check": "tsc --noEmit"
439
459
  }
440
460
  }