cleek 2.1.4 → 2.1.6

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 CHANGED
@@ -108,7 +108,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
108
108
  };
109
109
  }
110
110
  });
111
- var ckNavbar = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-345fa562"]]);
111
+ var ckNavbar = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-5024db6a"]]);
112
112
  var validators = {
113
113
  size: (type) => {
114
114
  return ["", "xs", "s", "m", "l", "xl"].includes(type);
@@ -12358,7 +12358,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
12358
12358
  zoomTitle: { type: String, default: "" },
12359
12359
  hasBorder: { type: Boolean, default: false },
12360
12360
  radius: { type: String, default: "" },
12361
- borderColor: { type: String, default: "" }
12361
+ borderColor: { type: String, default: "" },
12362
+ rounded: { type: Boolean, default: false }
12362
12363
  },
12363
12364
  setup(__props) {
12364
12365
  const props = __props;
@@ -12379,6 +12380,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
12379
12380
  }
12380
12381
  if (size)
12381
12382
  classList2.push(`ck-img__size--${size}`);
12383
+ if (props.rounded)
12384
+ classList2.push("is-rounded");
12382
12385
  if (props.hasBorder) {
12383
12386
  classList2.push("ck-img__has-border");
12384
12387
  if (functions$1.isColorTemplateVariable(realBorderColor.value)) {
@@ -12452,7 +12455,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
12452
12455
  };
12453
12456
  }
12454
12457
  });
12455
- var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-acde673a"]]);
12458
+ var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-ba1551a2"]]);
12456
12459
  var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
12457
12460
  const _hoisted_1$e = ["for"];
12458
12461
  const _sfc_main$g = /* @__PURE__ */ defineComponent({