@moduix/react 2.7.0 → 2.7.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.
@@ -3,7 +3,7 @@ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
3
3
  import { Combobox } from "@ark-ui/react/combobox";
4
4
  import { Dialog, useDialog, useDialogContext } from "@ark-ui/react/dialog";
5
5
  import { ark } from "@ark-ui/react/factory";
6
- import { isHotKey } from "@zag-js/hotkeys";
6
+ import { isHotKey } from "@ark-ui/react/hotkeys";
7
7
  import { clsx } from "clsx";
8
8
  import { forwardRef, useEffect } from "react";
9
9
  import { CheckIcon, CloseIcon } from "../../internal/icons/ui/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moduix/react",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "React implementation of the moduix component system, built on Ark UI primitives.",
5
5
  "keywords": [
6
6
  "accessible",
@@ -417,30 +417,29 @@
417
417
  "dependencies": {
418
418
  "@unpic/core": "^1.0.3",
419
419
  "@unpic/react": "^1.0.2",
420
- "@zag-js/hotkeys": "1.43.3",
421
420
  "clsx": "^2.1.1",
422
- "lucide-react": "^1.40.0"
421
+ "lucide-react": "^1.46.0"
423
422
  },
424
423
  "devDependencies": {
425
- "@ark-ui/react": "^5.39.1",
426
- "@internationalized/date": "3.12.3",
427
- "@microsoft/api-extractor": "^7.59.0",
428
- "@rsbuild/core": "^2.2.3",
424
+ "@ark-ui/react": "^5.39.2",
425
+ "@internationalized/date": "^3.12.4",
426
+ "@microsoft/api-extractor": "^7.59.1",
427
+ "@rsbuild/core": "^2.2.6",
429
428
  "@rsbuild/plugin-react": "^2.1.0",
430
429
  "@rslib/core": "^1.0.0",
431
430
  "@rstest/adapter-rslib": "^0.11.12",
432
431
  "@rstest/core": "^0.11.12",
433
- "@tanstack/charts": "^0.16.0",
434
- "@testing-library/dom": "^10.4.1",
432
+ "@tanstack/charts": "^0.16.2",
433
+ "@testing-library/dom": "^10.4.2",
435
434
  "@testing-library/jest-dom": "^7.0.1",
436
435
  "@testing-library/react": "^16.3.3",
437
436
  "@testing-library/user-event": "^14.6.7",
438
- "@types/node": "^26.4.1",
439
- "@types/react": "^19.2.18",
440
- "@types/react-dom": "^19.2.7",
441
- "happy-dom": "^20.14.0",
442
- "react": "^19.2.8",
443
- "react-dom": "^19.2.8",
437
+ "@types/node": "^26.5.1",
438
+ "@types/react": "^19.3.0",
439
+ "@types/react-dom": "^19.3.0",
440
+ "happy-dom": "^20.14.5",
441
+ "react": "^19.3.0",
442
+ "react-dom": "^19.3.0",
444
443
  "typescript": "~7.0.2"
445
444
  },
446
445
  "peerDependencies": {