sud-ui 0.3.4 → 0.3.5
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 +1 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13540,15 +13540,12 @@ const W9 = D1(
|
|
|
13540
13540
|
ref: R,
|
|
13541
13541
|
className: c0(
|
|
13542
13542
|
"sud-sider",
|
|
13543
|
+
"relative flex flex-col gap-10 jus-start Pretendard-R",
|
|
13543
13544
|
`z-${j === "below-header" ? 999 : 1e3}`,
|
|
13544
13545
|
h
|
|
13545
13546
|
),
|
|
13546
13547
|
style: {
|
|
13547
13548
|
position: "absolute",
|
|
13548
|
-
display: "flex",
|
|
13549
|
-
flexDirection: "column",
|
|
13550
|
-
gap: "10px",
|
|
13551
|
-
justifyContent: "flex-start",
|
|
13552
13549
|
top: j === "below-header" ? f : 0,
|
|
13553
13550
|
left: 0,
|
|
13554
13551
|
height: u && j === "below-header" ? `calc(100% - ${f}px - ${F}px)` : "100%",
|