cleek 2.6.75 → 2.6.76

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
@@ -89621,16 +89621,12 @@ const _sfc_main$a = defineComponent$2({
89621
89621
  const { windowWidth } = useWindowWidth();
89622
89622
  let cleekOptions2 = ref$1();
89623
89623
  const computedStyle = computed$3(() => {
89624
- var _a;
89625
89624
  const list = [];
89626
89625
  if (props.widthBreaks) {
89627
89626
  const width = hooks9.getWidthByWidthBreaks(props.widthBreaks, windowWidth.value);
89628
89627
  if (width)
89629
89628
  list.push({ width });
89630
89629
  }
89631
- const gap = props.gap || ((_a = cleekOptions2.value) == null ? void 0 : _a.div.gap);
89632
- if (gap)
89633
- list.push({ gap });
89634
89630
  if (props.block)
89635
89631
  list.push({ display: "block" });
89636
89632
  return list;