@shopito/design-system-fe 0.1.14 → 0.1.16

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
@@ -527,7 +527,7 @@ function ce({ src: e, alt: t, name: n, size: r = "md", className: i, ...a }) {
527
527
  }
528
528
  //#endregion
529
529
  //#region src/components/common/Stack/Stack.tsx
530
- var le = ({ direction: e = "row", gap: t, alignItems: n = "start", justifyItems: r = "start", justifyContent: i = "normal", children: a }) => /* @__PURE__ */ s("div", {
530
+ var le = ({ direction: e = "row", gap: t, alignItems: n = "start", justifyItems: r = "start", justifyContent: i = "normal", className: a, children: o }) => /* @__PURE__ */ s("div", {
531
531
  className: (0, x.default)("stack", `stack-${e}`, t && `gap-${t}`, {
532
532
  start: "items-start",
533
533
  end: "items-end",
@@ -548,8 +548,8 @@ var le = ({ direction: e = "row", gap: t, alignItems: n = "start", justifyItems:
548
548
  around: "justify-around",
549
549
  evenly: "justify-evenly",
550
550
  stretch: "justify-stretch"
551
- }[i]),
552
- children: a
551
+ }[i], a),
552
+ children: o
553
553
  }), ue = {
554
554
  1: "grid-cols-1",
555
555
  2: "grid-cols-2",