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.cjs.js +1 -1
- package/dist/main.es.js +1 -1
- package/package.json +1 -1
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.
|
|
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 = [];
|