@moduix/solid 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.
|
@@ -2,7 +2,7 @@ import { createComponent, mergeProps } from "solid-js/web";
|
|
|
2
2
|
import { Combobox } from "@ark-ui/solid/combobox";
|
|
3
3
|
import { Dialog, useDialog, useDialogContext } from "@ark-ui/solid/dialog";
|
|
4
4
|
import { ark } from "@ark-ui/solid/factory";
|
|
5
|
-
import { isHotKey } from "@
|
|
5
|
+
import { isHotKey } from "@ark-ui/solid/hotkeys";
|
|
6
6
|
import { clsx } from "clsx";
|
|
7
7
|
import { children, createEffect, onCleanup, splitProps } from "solid-js";
|
|
8
8
|
import { CheckIcon, CloseIcon } from "../../internal/icons/ui/Icons.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Combobox } from "@ark-ui/solid/combobox";
|
|
2
2
|
import { Dialog, useDialog, useDialogContext } from "@ark-ui/solid/dialog";
|
|
3
3
|
import { ark } from "@ark-ui/solid/factory";
|
|
4
|
-
import { isHotKey } from "@
|
|
4
|
+
import { isHotKey } from "@ark-ui/solid/hotkeys";
|
|
5
5
|
import { clsx } from "clsx";
|
|
6
6
|
import { children, createEffect, onCleanup, splitProps } from "solid-js";
|
|
7
7
|
import { CheckIcon, CloseIcon } from "../../internal/icons/ui/Icons.jsx";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moduix/solid",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Solid implementation of the moduix component system, built on Ark UI primitives.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accessible",
|
|
@@ -593,27 +593,26 @@
|
|
|
593
593
|
},
|
|
594
594
|
"dependencies": {
|
|
595
595
|
"@unpic/core": "^1.0.3",
|
|
596
|
-
"@zag-js/hotkeys": "1.43.3",
|
|
597
596
|
"@zag-js/solid": "1.43.3",
|
|
598
597
|
"clsx": "^2.1.1",
|
|
599
|
-
"lucide-solid": "^1.
|
|
598
|
+
"lucide-solid": "^1.46.0"
|
|
600
599
|
},
|
|
601
600
|
"devDependencies": {
|
|
602
|
-
"@ark-ui/solid": "^5.39.
|
|
603
|
-
"@internationalized/date": "3.12.
|
|
604
|
-
"@rsbuild/core": "^2.2.
|
|
601
|
+
"@ark-ui/solid": "^5.39.2",
|
|
602
|
+
"@internationalized/date": "^3.12.4",
|
|
603
|
+
"@rsbuild/core": "^2.2.6",
|
|
605
604
|
"@rsbuild/plugin-babel": "^2.1.0",
|
|
606
605
|
"@rsbuild/plugin-solid": "^1.2.2",
|
|
607
606
|
"@rslib/core": "^1.0.0",
|
|
608
607
|
"@rstest/adapter-rslib": "^0.11.12",
|
|
609
608
|
"@rstest/core": "^0.11.12",
|
|
610
609
|
"@solidjs/testing-library": "^0.8.10",
|
|
611
|
-
"@tanstack/charts": "^0.16.
|
|
612
|
-
"@testing-library/dom": "^10.4.
|
|
610
|
+
"@tanstack/charts": "^0.16.2",
|
|
611
|
+
"@testing-library/dom": "^10.4.2",
|
|
613
612
|
"@testing-library/jest-dom": "^7.0.1",
|
|
614
613
|
"@testing-library/user-event": "^14.6.7",
|
|
615
|
-
"@types/node": "^26.
|
|
616
|
-
"happy-dom": "^20.14.
|
|
614
|
+
"@types/node": "^26.5.1",
|
|
615
|
+
"happy-dom": "^20.14.5",
|
|
617
616
|
"solid-js": "^1.9.15",
|
|
618
617
|
"typescript": "~7.0.2"
|
|
619
618
|
},
|