adverich-kun-ui 0.1.220 → 0.1.221

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.
@@ -163,10 +163,7 @@ const Ie = {
163
163
  selectable: !0
164
164
  }, {
165
165
  default: i(() => [
166
- t(Y) ? (s(), d(_, {
167
- key: 0,
168
- selectable: !0
169
- }, {
166
+ t(Y) ? (s(), d(_, { key: 0 }, {
170
167
  default: i(() => [
171
168
  a(we, {
172
169
  onClick: t(Q),
@@ -200,7 +197,8 @@ const Ie = {
200
197
  disabled: t(X)(l),
201
198
  class: fe(Z(l)),
202
199
  density: e.density,
203
- id: ((A = l.id) == null ? void 0 : A.toString()) ?? l.name
200
+ id: ((A = l.id) == null ? void 0 : A.toString()) ?? l.name,
201
+ selectable: !0
204
202
  }, {
205
203
  default: i(() => [
206
204
  a(E, { class: "text-wrap" }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.220",
3
+ "version": "0.1.221",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",