@cyberpunk-vue/components 1.12.5 → 1.12.6
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.cjs +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -5259,13 +5259,13 @@ var se = {
|
|
|
5259
5259
|
fill: "none",
|
|
5260
5260
|
stroke: "currentColor",
|
|
5261
5261
|
"stroke-width": "2"
|
|
5262
|
-
}, [p("path", { d: "M18 6L6 18M6 6l12 12" })]), m = e, h = d, w = L(), E = I(), D = Z("dialog");
|
|
5262
|
+
}, [p("path", { d: "M18 6L6 18M6 6l12 12" })]), m = e, h = d, w = L(), E = I(), D = Z("dialog"), k = T(!1), A = T(!1);
|
|
5263
5263
|
C(re, {
|
|
5264
5264
|
type: P(m, "type"),
|
|
5265
5265
|
color: P(m, "color"),
|
|
5266
5266
|
visible: k
|
|
5267
5267
|
});
|
|
5268
|
-
let
|
|
5268
|
+
let j = T(!1), N = T(null), R = T(null), V = () => {
|
|
5269
5269
|
N.value && (N.value.classList.remove("is-shaking"), N.value.offsetWidth, N.value.classList.add("is-shaking")), j.value = !0;
|
|
5270
5270
|
}, W = () => {
|
|
5271
5271
|
j.value = !1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberpunk-vue/components",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.6",
|
|
4
4
|
"description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"vue": "^3.5.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@cyberpunk-vue/hooks": "1.12.
|
|
27
|
-
"@cyberpunk-vue/
|
|
28
|
-
"@cyberpunk-vue/
|
|
26
|
+
"@cyberpunk-vue/hooks": "1.12.6",
|
|
27
|
+
"@cyberpunk-vue/constants": "1.12.6",
|
|
28
|
+
"@cyberpunk-vue/theme-chalk": "1.12.6"
|
|
29
29
|
},
|
|
30
30
|
"author": "Juxest",
|
|
31
31
|
"license": "MIT",
|