@versini/ui-toggle 5.5.9 → 6.0.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/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-toggle
|
|
2
|
+
@versini/ui-toggle v6.0.1
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
5
|
try {
|
|
6
6
|
if (!window.__VERSINI_UI_TOGGLE__) {
|
|
7
7
|
window.__VERSINI_UI_TOGGLE__ = {
|
|
8
|
-
version: "
|
|
9
|
-
buildTime: "12/
|
|
8
|
+
version: "6.0.1",
|
|
9
|
+
buildTime: "12/24/2025 09:21 AM EST",
|
|
10
10
|
homepage: "https://www.npmjs.com/package/@versini/ui-toggle",
|
|
11
11
|
license: "MIT",
|
|
12
12
|
};
|
|
@@ -16,7 +16,7 @@ try {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
19
|
-
import { useHaptic } from "@versini/ui-hooks";
|
|
19
|
+
import { useHaptic } from "@versini/ui-hooks/use-haptic";
|
|
20
20
|
import clsx from "clsx";
|
|
21
21
|
|
|
22
22
|
;// CONCATENATED MODULE: ./src/common/constants.ts
|
|
@@ -24,7 +24,7 @@ const TOGGLE_CLASSNAME = "av-toggle";
|
|
|
24
24
|
|
|
25
25
|
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
26
26
|
|
|
27
|
-
;// CONCATENATED MODULE: external "@versini/ui-hooks"
|
|
27
|
+
;// CONCATENATED MODULE: external "@versini/ui-hooks/use-haptic"
|
|
28
28
|
|
|
29
29
|
;// CONCATENATED MODULE: external "clsx"
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-toggle",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tailwindcss/typography": "0.5.19",
|
|
44
|
-
"@versini/ui-hooks": "
|
|
44
|
+
"@versini/ui-hooks": "6.0.1",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "4.1.18"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "7b2640a0650a4c3aa6ca078888f765cb400f9f13"
|
|
52
52
|
}
|