@cyberpunk-vue/components 1.14.5 → 1.14.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.mjs CHANGED
@@ -2497,7 +2497,7 @@ var Ce = [], we = 0, Te = 0, Ee = () => [...Ce].sort((e, t) => e.stackPriority =
2497
2497
  if (Array.isArray(n)) return n.map((e) => b(e)).join("");
2498
2498
  let i = n;
2499
2499
  return i.type === e ? "" : i.type === r || i.type === t || typeof i.type == "string" ? b(i.children) : "";
2500
- }, x = () => b(d.default?.()).replace(/\s+/g, " ").trim(), C = () => v.value && y.value === "middle" && x().length > 0, T = () => {
2500
+ }, x = () => b(d.default?.({})).replace(/\s+/g, " ").trim(), C = () => v.value && y.value === "middle" && x().length > 0, T = () => {
2501
2501
  let e = x();
2502
2502
  if (e.length <= 8) return {
2503
2503
  start: e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberpunk-vue/components",
3
- "version": "1.14.5",
3
+ "version": "1.14.6",
4
4
  "description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -25,9 +25,9 @@
25
25
  "dependencies": {
26
26
  "@floating-ui/dom": "^1.7.6",
27
27
  "dayjs": "^1.11.20",
28
- "@cyberpunk-vue/hooks": "1.14.5",
29
- "@cyberpunk-vue/constants": "1.14.5",
30
- "@cyberpunk-vue/theme-chalk": "1.14.5"
28
+ "@cyberpunk-vue/hooks": "1.14.6",
29
+ "@cyberpunk-vue/constants": "1.14.6",
30
+ "@cyberpunk-vue/theme-chalk": "1.14.6"
31
31
  },
32
32
  "author": "Juxest",
33
33
  "license": "MIT",