cleek 2.6.72 → 2.6.73
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
|
@@ -81969,7 +81969,7 @@ const _sfc_main$r = defineComponent$2({
|
|
|
81969
81969
|
const list = [];
|
|
81970
81970
|
list.push(`align-${props.align || defaultAlign$1}`);
|
|
81971
81971
|
if (props.textColor && hooks9.isColorTemplateVariable(props.textColor)) {
|
|
81972
|
-
list.push(
|
|
81972
|
+
list.push(`ck-component__color--${props.textColor}`);
|
|
81973
81973
|
}
|
|
81974
81974
|
if (props.backgroundColor && hooks9.isColorTemplateVariable(props.backgroundColor)) {
|
|
81975
81975
|
list.push(`ck-component__bg-color--${props.backgroundColor}`);
|
|
@@ -82000,7 +82000,7 @@ const _sfc_main$r = defineComponent$2({
|
|
|
82000
82000
|
};
|
|
82001
82001
|
}
|
|
82002
82002
|
});
|
|
82003
|
-
var CkTh = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-
|
|
82003
|
+
var CkTh = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-49d9cc74"]]);
|
|
82004
82004
|
const _sfc_main$q = defineComponent$2({
|
|
82005
82005
|
__name: "ck-table__title",
|
|
82006
82006
|
props: {
|