@shopito/design-system-fe 0.1.29 → 0.1.31

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/index.js CHANGED
@@ -725,7 +725,7 @@ var ne = ({ direction: e = "row", gap: t, alignItems: n = "start", justifyItems:
725
725
  10: "xl:col-start-11",
726
726
  11: "xl:col-start-12"
727
727
  }, G = ({ children: e, cols: t = 12, gap: n, rowGap: r, colGap: i, as: a = "div", className: o }) => /* @__PURE__ */ u(a, {
728
- className: (0, w.default)("grid", re[t], n !== void 0 && ie[n], r !== void 0 && ae[r], i !== void 0 && oe[i], o),
728
+ className: (0, w.default)("grid", n !== void 0 && ie[n], r !== void 0 && ae[r], i !== void 0 && oe[i], o, re[t]),
729
729
  children: e
730
730
  });
731
731
  G.displayName = "Grid";