sud-ui 0.1.9 → 0.1.10
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 +7 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6904,6 +6904,8 @@ const Z1 = ({
|
|
|
6904
6904
|
{
|
|
6905
6905
|
className: l0(`sud-${_}`, p),
|
|
6906
6906
|
style: {
|
|
6907
|
+
display: "flex",
|
|
6908
|
+
flexDirection: "column",
|
|
6907
6909
|
width: j || "fit-content",
|
|
6908
6910
|
height: F || "fit-content",
|
|
6909
6911
|
background: H,
|
|
@@ -6920,7 +6922,7 @@ const Z1 = ({
|
|
|
6920
6922
|
"div",
|
|
6921
6923
|
{
|
|
6922
6924
|
className: `sud-${_}__title`,
|
|
6923
|
-
style: { padding: w.md },
|
|
6925
|
+
style: { padding: w.md, width: "100%" },
|
|
6924
6926
|
children: typeof s == "string" ? /* @__PURE__ */ t.jsx(s0, { as: "h2", size: "lg", pretendard: "SB", color: I, children: s }) : s
|
|
6925
6927
|
}
|
|
6926
6928
|
),
|
|
@@ -6957,7 +6959,8 @@ const Z1 = ({
|
|
|
6957
6959
|
padding: w.md,
|
|
6958
6960
|
display: "flex",
|
|
6959
6961
|
flexDirection: "column",
|
|
6960
|
-
gap: w.sm
|
|
6962
|
+
gap: w.sm,
|
|
6963
|
+
width: "100%"
|
|
6961
6964
|
},
|
|
6962
6965
|
children: c
|
|
6963
6966
|
}
|
|
@@ -6971,7 +6974,8 @@ const Z1 = ({
|
|
|
6971
6974
|
padding: w.md,
|
|
6972
6975
|
display: "flex",
|
|
6973
6976
|
flexDirection: "column",
|
|
6974
|
-
gap: w.sm
|
|
6977
|
+
gap: w.sm,
|
|
6978
|
+
width: "100%"
|
|
6975
6979
|
},
|
|
6976
6980
|
children: n
|
|
6977
6981
|
}
|