@cyberpunk-vue/components 1.9.20 → 1.9.21

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
@@ -5743,7 +5743,7 @@ var ae = {
5743
5743
  }, 350)) : l.value = new Set(u.value);
5744
5744
  }, { flush: "sync" });
5745
5745
  let k = (e, t) => {
5746
- s.value = e, c.value = t, i("select", e, t);
5746
+ n.router || (s.value = e, c.value = t), i("select", e, t);
5747
5747
  }, A = (e, t) => {
5748
5748
  let r = new Set(l.value);
5749
5749
  r.has(e) || (n.uniqueOpened && r.clear(), r.add(e), l.value = r, i("open", e, t), n.collapse || (u.value = new Set(r)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberpunk-vue/components",
3
- "version": "1.9.20",
3
+ "version": "1.9.21",
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.20",
27
- "@cyberpunk-vue/constants": "1.9.20",
28
- "@cyberpunk-vue/theme-chalk": "1.9.20"
26
+ "@cyberpunk-vue/theme-chalk": "1.9.21",
27
+ "@cyberpunk-vue/hooks": "1.9.21",
28
+ "@cyberpunk-vue/constants": "1.9.21"
29
29
  },
30
30
  "author": "Juxest",
31
31
  "license": "MIT",