cleek 2.10.56 → 2.10.57
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.css +1 -1
- package/dist/main.es.js +2 -2
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -110124,7 +110124,7 @@ const rd6 = /* @__PURE__ */ Z1(od6, [["__scopeId", "data-v-780265b9"]]), ld6 = [
|
|
|
110124
110124
|
setup(c, { emit: e }) {
|
|
110125
110125
|
const a = c, { windowWidth: n } = V8(), { cleekOptions: i } = _3(b3()), t = e, o = _(() => a.type ? a.type : i.value ? i.value.chip.type : md6), r = _(() => {
|
|
110126
110126
|
const f = [];
|
|
110127
|
-
return (!a.color || M1.isColorTemplateVariable(a.color) && o.value !== "outlined"
|
|
110127
|
+
return (!a.color || M1.isColorTemplateVariable(a.color)) && o.value !== "outlined" && f.push(`ck-component__bg-color--${a.color || fd6}`), o.value === "outlined" && f.push("type--outlined"), f.push(M1.getGroupClass(a, n.value)), f.push(`size-${a.size || Cd6}`), a.align && f.push(`align--${a.align}`), a.nowrap && f.push(`ck-chip--${a.nowrap}`), a.clickable && f.push("clickable"), f;
|
|
110128
110128
|
});
|
|
110129
110129
|
function l(f) {
|
|
110130
110130
|
return M1.isColorTemplateVariable(f) ? M1.getColorHexFromTemplateVariable(f, i.value.colors) : f;
|
|
@@ -110161,7 +110161,7 @@ const rd6 = /* @__PURE__ */ Z1(od6, [["__scopeId", "data-v-780265b9"]]), ld6 = [
|
|
|
110161
110161
|
], 14, ld6));
|
|
110162
110162
|
}
|
|
110163
110163
|
});
|
|
110164
|
-
const zd6 = /* @__PURE__ */ Z1(ud6, [["__scopeId", "data-v-
|
|
110164
|
+
const zd6 = /* @__PURE__ */ Z1(ud6, [["__scopeId", "data-v-7189a1f4"]]), hd6 = "primary", pd6 = "m", Md6 = "white", dd6 = /* @__PURE__ */ _1({
|
|
110165
110165
|
__name: "ck-circle",
|
|
110166
110166
|
props: {
|
|
110167
110167
|
size: {},
|