@cyberpunk-vue/components 1.9.22 → 1.9.23
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 +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -7087,7 +7087,7 @@ var Zr = $(Vr), Qr = ie(Jr, "$notify"), $r = /* @__PURE__ */ d({
|
|
|
7087
7087
|
R(() => l.modelValue, () => _(k)), R(() => l.options, () => _(k), { deep: !0 });
|
|
7088
7088
|
let M = null;
|
|
7089
7089
|
x(() => {
|
|
7090
|
-
|
|
7090
|
+
requestAnimationFrame(k), document.fonts.ready.then(k), C.value && (M = new ResizeObserver(() => {
|
|
7091
7091
|
k();
|
|
7092
7092
|
}), M.observe(C.value));
|
|
7093
7093
|
}), b(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberpunk-vue/components",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.23",
|
|
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.9.
|
|
27
|
-
"@cyberpunk-vue/
|
|
28
|
-
"@cyberpunk-vue/
|
|
26
|
+
"@cyberpunk-vue/hooks": "1.9.23",
|
|
27
|
+
"@cyberpunk-vue/theme-chalk": "1.9.23",
|
|
28
|
+
"@cyberpunk-vue/constants": "1.9.23"
|
|
29
29
|
},
|
|
30
30
|
"author": "Juxest",
|
|
31
31
|
"license": "MIT",
|