cleek 2.1.8 → 2.1.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.
@@ -6,4 +6,5 @@
6
6
  @import './padding';
7
7
  @import './position';
8
8
  @import './text-align';
9
+ @import './whitespace';
9
10
  @import './width';
@@ -0,0 +1,10 @@
1
+ .whitespace-normal
2
+ white-space normal
3
+ .whitespace-nowrap
4
+ white-space nowrap
5
+ .whitespace-pre
6
+ white-space pre
7
+ .whitespace-pre-line
8
+ white-space pre-line
9
+ .whitespace-pre-wrap
10
+ white-space pre-wrap
package/dist/cleek.es.js CHANGED
@@ -12374,7 +12374,6 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
12374
12374
  });
12375
12375
  const computedClass = computed$2(() => {
12376
12376
  const classList2 = [];
12377
- console.log("img size", props.size);
12378
12377
  if (props.size)
12379
12378
  classList2.push(`ck-img__size--${props.size}`);
12380
12379
  if (props.rounded)
@@ -12452,7 +12451,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
12452
12451
  };
12453
12452
  }
12454
12453
  });
12455
- var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-73b4f438"]]);
12454
+ var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-e808078e"]]);
12456
12455
  var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
12457
12456
  const _hoisted_1$e = ["for"];
12458
12457
  const _sfc_main$g = /* @__PURE__ */ defineComponent({