cleek 2.9.8 → 2.9.9

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
@@ -74243,7 +74243,7 @@ const Vq3 = { class: "ck-popup" }, Lq3 = /* @__PURE__ */ G("div", { class: "blac
74243
74243
  const L = r.textColor || ((T = i.value) == null ? void 0 : T.popup.textColor);
74244
74244
  L && !Z.isColorTemplateVariable(L) && (d.push(`ck-component__color--${L}`), d.push({ color: L }));
74245
74245
  let $ = "white";
74246
- return (b = i.value) != null && b.popup.headerColor && ($ = (g = i.value) == null ? void 0 : g.popup.headerColor), (y = i.value) != null && y.darkMode && ($ = (S = i.value) == null ? void 0 : S.darkModeColorItems), r.backgroundColor && ($ = r.backgroundColor), $ && !Z.isColorTemplateVariable($) && d.push({ backgroundColor: $ }), d;
74246
+ return (b = i.value) != null && b.popup.backgroundColor && ($ = (g = i.value) == null ? void 0 : g.popup.backgroundColor), (y = i.value) != null && y.darkMode && ($ = (S = i.value) == null ? void 0 : S.darkModeColorItems), r.backgroundColor && ($ = r.backgroundColor), $ && !Z.isColorTemplateVariable($) && d.push({ backgroundColor: $ }), d;
74247
74247
  }), s = N(() => {
74248
74248
  var L, $, x, w, T, b, g;
74249
74249
  const d = [];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "2.9.8",
4
+ "version": "2.9.9",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "",