cleek 2.4.91 → 2.4.92

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.
@@ -0,0 +1,4 @@
1
+ .grow
2
+ flex-grow 1
3
+ .grow-0
4
+ flex-grow 0
@@ -2,6 +2,7 @@
2
2
  @import './align-items';
3
3
  @import './cursor';
4
4
  @import './display';
5
+ @import './flex-grow';
5
6
  @import './flex-shrink';
6
7
  @import './flex-wrap';
7
8
  @import './font-weight';
package/dist/cleek.es.js CHANGED
@@ -49166,7 +49166,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent$1({
49166
49166
  }
49167
49167
  }
49168
49168
  const computedClassTable = computed$3(() => {
49169
- var _a, _b, _c, _d, _e, _f, _g, _h;
49169
+ var _a, _b, _c;
49170
49170
  const list = [];
49171
49171
  if (props.cellPadding)
49172
49172
  list.push(`table__cell-padding--${props.cellPadding}`);
@@ -49174,10 +49174,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent$1({
49174
49174
  list.push(`table__cell-padding-y--${props.cellPaddingY}`);
49175
49175
  if (props.notFullWidth)
49176
49176
  list.push("not-full-width");
49177
- console.log("props.striped", props.striped);
49178
- console.log("cleekOptions.value?.table?.striped", (_b = (_a = cleekOptions2.value) == null ? void 0 : _a.table) == null ? void 0 : _b.striped);
49179
- console.log("props.striped ?? cleekOptions.value?.table?.striped", (_e = props.striped) != null ? _e : (_d = (_c = cleekOptions2.value) == null ? void 0 : _c.table) == null ? void 0 : _d.striped);
49180
- const striped = (_h = props.striped) != null ? _h : (_g = (_f = cleekOptions2.value) == null ? void 0 : _f.table) == null ? void 0 : _g.striped;
49177
+ const striped = (_c = props.striped) != null ? _c : (_b = (_a = cleekOptions2.value) == null ? void 0 : _a.table) == null ? void 0 : _b.striped;
49181
49178
  if (striped)
49182
49179
  list.push("striped-table");
49183
49180
  return list;
@@ -49291,7 +49288,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent$1({
49291
49288
  };
49292
49289
  }
49293
49290
  });
49294
- var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-fc03e496"]]);
49291
+ var ckTable = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-cfb40b92"]]);
49295
49292
  var ckPagination_vue_vue_type_style_index_0_lang = "";
49296
49293
  const _sfc_main$d = /* @__PURE__ */ defineComponent$1({
49297
49294
  props: {