sud-ui 0.1.8 → 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 +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6922,7 +6922,7 @@ const Z1 = ({
|
|
|
6922
6922
|
"div",
|
|
6923
6923
|
{
|
|
6924
6924
|
className: `sud-${_}__title`,
|
|
6925
|
-
style: { padding: w.md },
|
|
6925
|
+
style: { padding: w.md, width: "100%" },
|
|
6926
6926
|
children: typeof s == "string" ? /* @__PURE__ */ t.jsx(s0, { as: "h2", size: "lg", pretendard: "SB", color: I, children: s }) : s
|
|
6927
6927
|
}
|
|
6928
6928
|
),
|
|
@@ -6959,7 +6959,8 @@ const Z1 = ({
|
|
|
6959
6959
|
padding: w.md,
|
|
6960
6960
|
display: "flex",
|
|
6961
6961
|
flexDirection: "column",
|
|
6962
|
-
gap: w.sm
|
|
6962
|
+
gap: w.sm,
|
|
6963
|
+
width: "100%"
|
|
6963
6964
|
},
|
|
6964
6965
|
children: c
|
|
6965
6966
|
}
|
|
@@ -6973,7 +6974,8 @@ const Z1 = ({
|
|
|
6973
6974
|
padding: w.md,
|
|
6974
6975
|
display: "flex",
|
|
6975
6976
|
flexDirection: "column",
|
|
6976
|
-
gap: w.sm
|
|
6977
|
+
gap: w.sm,
|
|
6978
|
+
width: "100%"
|
|
6977
6979
|
},
|
|
6978
6980
|
children: n
|
|
6979
6981
|
}
|