@cyberpunk-vue/components 1.12.0 → 1.12.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.mjs CHANGED
@@ -4842,7 +4842,7 @@ var se = {
4842
4842
  l("current-change", e ? e.data : null, e, t ? t.data : null, t);
4843
4843
  }
4844
4844
  }, K = (e) => {
4845
- c.showRadio ? e.disabled || G(e) : c.highlightCurrent && G(e), l("node-click", e.data, e);
4845
+ e.disabled || (c.showRadio || c.highlightCurrent) && G(e), l("node-click", e.data, e);
4846
4846
  }, q = r(() => [
4847
4847
  d.b(),
4848
4848
  d.m(c.type),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberpunk-vue/components",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
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.0",
27
- "@cyberpunk-vue/theme-chalk": "1.12.0",
28
- "@cyberpunk-vue/constants": "1.12.0"
26
+ "@cyberpunk-vue/hooks": "1.12.1",
27
+ "@cyberpunk-vue/constants": "1.12.1",
28
+ "@cyberpunk-vue/theme-chalk": "1.12.1"
29
29
  },
30
30
  "author": "Juxest",
31
31
  "license": "MIT",