cleek 2.11.5 → 2.11.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/main.es.js CHANGED
@@ -3660,7 +3660,6 @@ const Ol = /* @__PURE__ */ H(Wl, [["__scopeId", "data-v-43006e82"]]), El = {
3660
3660
  }
3661
3661
  return (s, v) => (m(), y("div", {
3662
3662
  class: "dropdown-btn__outer",
3663
- onMouseenter: v[2] || (v[2] = (r) => l.value ? a.value = !0 : null),
3664
3663
  onMouseleave: v[3] || (v[3] = (r) => a.value = !1)
3665
3664
  }, [
3666
3665
  U(Te, Ie(i.value, {
@@ -3674,7 +3673,8 @@ const Ol = /* @__PURE__ */ H(Wl, [["__scopeId", "data-v-43006e82"]]), El = {
3674
3673
  l.value ? (m(), y("div", {
3675
3674
  key: 0,
3676
3675
  class: "dropdown-btn__chevron-area",
3677
- onClick: v[1] || (v[1] = (r) => a.value = !a.value)
3676
+ onClick: v[1] || (v[1] = (r) => a.value = !a.value),
3677
+ onMouseenter: v[2] || (v[2] = (r) => a.value = !0)
3678
3678
  }, [
3679
3679
  U(Te, Yt(Gt(c.value)), {
3680
3680
  default: N(() => [
@@ -3685,21 +3685,22 @@ const Ol = /* @__PURE__ */ H(Wl, [["__scopeId", "data-v-43006e82"]]), El = {
3685
3685
  ]),
3686
3686
  _: 1
3687
3687
  }, 16)
3688
- ])) : C("", !0),
3688
+ ], 32)) : C("", !0),
3689
3689
  U(Zt, { name: "fade" }, {
3690
3690
  default: N(() => [
3691
3691
  a.value ? (m(), y("div", El, [
3692
3692
  (m(!0), y(Z, null, ue(s.extraActions, (r) => (m(), y("div", {
3693
3693
  key: r.id,
3694
3694
  class: "extra-action__item",
3695
+ style: F({ color: c.value.textColor }),
3695
3696
  onClick: (g) => p(r.id)
3696
3697
  }, [
3698
+ $("span", Fl, A(r.name), 1),
3697
3699
  U(ee, {
3698
- icon: "angle-right",
3700
+ icon: "angle-left",
3699
3701
  size: "xs"
3700
- }),
3701
- $("span", Fl, A(r.name), 1)
3702
- ], 8, Nl))), 128))
3702
+ })
3703
+ ], 12, Nl))), 128))
3703
3704
  ])) : C("", !0)
3704
3705
  ]),
3705
3706
  _: 1
@@ -3707,7 +3708,7 @@ const Ol = /* @__PURE__ */ H(Wl, [["__scopeId", "data-v-43006e82"]]), El = {
3707
3708
  ], 32));
3708
3709
  }
3709
3710
  });
3710
- const ql = /* @__PURE__ */ H(Hl, [["__scopeId", "data-v-98e94faf"]]), Ul = {
3711
+ const ql = /* @__PURE__ */ H(Hl, [["__scopeId", "data-v-92d93057"]]), Ul = {
3711
3712
  key: 0,
3712
3713
  class: "ck-card__header-title"
3713
3714
  }, Yl = { class: "ck-card__body" }, Gl = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.11.5",
4
+ "version": "2.11.6",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",