@shopito/design-system-fe 0.1.15 → 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/common/Stack/Stack.d.ts +2 -1
- package/dist/common/Stack/Stack.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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",
|
|
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:
|
|
551
|
+
}[i], a),
|
|
552
|
+
children: o
|
|
553
553
|
}), ue = {
|
|
554
554
|
1: "grid-cols-1",
|
|
555
555
|
2: "grid-cols-2",
|