@moduix/react-tailwind 1.1.0 → 1.1.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 { forwardRef, useEffect } from "react";
8
8
  import { cn } from "../../internal/cn.js";
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-tailwind",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Tailwind CSS implementation of the moduix React component system, built on Ark UI primitives.",
5
5
  "keywords": [
6
6
  "accessible",
@@ -409,31 +409,30 @@
409
409
  },
410
410
  "dependencies": {
411
411
  "@unpic/react": "^1.0.2",
412
- "@zag-js/hotkeys": "1.43.3",
413
412
  "class-variance-authority": "^0.7.1",
414
413
  "clsx": "^2.1.1",
415
- "lucide-react": "^1.40.0",
416
- "tailwind-merge": "^3.6.0"
414
+ "lucide-react": "^1.46.0",
415
+ "tailwind-merge": "^3.7.0"
417
416
  },
418
417
  "devDependencies": {
419
- "@ark-ui/react": "^5.39.1",
420
- "@internationalized/date": "3.12.3",
421
- "@rsbuild/core": "^2.2.3",
418
+ "@ark-ui/react": "^5.39.2",
419
+ "@internationalized/date": "^3.12.4",
420
+ "@rsbuild/core": "^2.2.6",
422
421
  "@rsbuild/plugin-react": "^2.1.0",
423
422
  "@rslib/core": "^1.0.0",
424
423
  "@rstest/adapter-rslib": "^0.11.12",
425
424
  "@rstest/core": "^0.11.12",
426
- "@tanstack/charts": "^0.16.0",
427
- "@testing-library/dom": "^10.4.1",
425
+ "@tanstack/charts": "^0.16.2",
426
+ "@testing-library/dom": "^10.4.2",
428
427
  "@testing-library/jest-dom": "^7.0.1",
429
428
  "@testing-library/react": "^16.3.3",
430
429
  "@testing-library/user-event": "^14.6.7",
431
- "@types/node": "^26.4.1",
432
- "@types/react": "^19.2.18",
433
- "@types/react-dom": "^19.2.7",
434
- "happy-dom": "^20.14.0",
435
- "react": "^19.2.8",
436
- "react-dom": "^19.2.8",
430
+ "@types/node": "^26.5.1",
431
+ "@types/react": "^19.3.0",
432
+ "@types/react-dom": "^19.3.0",
433
+ "happy-dom": "^20.14.5",
434
+ "react": "^19.3.0",
435
+ "react-dom": "^19.3.0",
437
436
  "tailwindcss": "^4.3.3",
438
437
  "typescript": "~7.0.2"
439
438
  },