cleek 1.6.3 → 1.6.4
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/cleek.es.js +2 -2
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -11309,7 +11309,7 @@ const _sfc_main$g = {
|
|
|
11309
11309
|
classList2.push(`ck-component__border-color--${this.color}`);
|
|
11310
11310
|
}
|
|
11311
11311
|
}
|
|
11312
|
-
if (
|
|
11312
|
+
if (!this.$slots.default) {
|
|
11313
11313
|
if (this.icon || this.iconRight) {
|
|
11314
11314
|
if (!(this.icon && this.iconRight))
|
|
11315
11315
|
classList2.push("just-icon");
|
|
@@ -11328,7 +11328,7 @@ const _sfc_main$g = {
|
|
|
11328
11328
|
}
|
|
11329
11329
|
}
|
|
11330
11330
|
};
|
|
11331
|
-
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", render$h], ["__scopeId", "data-v-
|
|
11331
|
+
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", render$h], ["__scopeId", "data-v-79498e51"]]);
|
|
11332
11332
|
const _withScopeId$2 = (n) => (pushScopeId("data-v-c7841510"), n = n(), popScopeId(), n);
|
|
11333
11333
|
const _hoisted_1$d = ["disabled", "checked"];
|
|
11334
11334
|
const _hoisted_2$7 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "ck-checkbox__element" }, null, -1));
|