sud-ui 0.3.4 → 0.3.6
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 +6 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13460,7 +13460,7 @@ const j4 = {
|
|
|
13460
13460
|
children: s,
|
|
13461
13461
|
background: c,
|
|
13462
13462
|
color: o,
|
|
13463
|
-
borderColor: n = "neutral-
|
|
13463
|
+
borderColor: n = "neutral-4",
|
|
13464
13464
|
borderType: l = "solid",
|
|
13465
13465
|
borderWeight: a = "1",
|
|
13466
13466
|
className: h = "",
|
|
@@ -13481,14 +13481,11 @@ const j4 = {
|
|
|
13481
13481
|
ref: O,
|
|
13482
13482
|
className: c0(
|
|
13483
13483
|
"sud-header",
|
|
13484
|
+
"flex flex-row gap-10 item-cen",
|
|
13484
13485
|
`z-${g === "above-header" ? 999 : 1e3}`,
|
|
13485
13486
|
h
|
|
13486
13487
|
),
|
|
13487
13488
|
style: {
|
|
13488
|
-
display: "flex",
|
|
13489
|
-
flexDirection: "row",
|
|
13490
|
-
alignItems: "center",
|
|
13491
|
-
gap: "10px",
|
|
13492
13489
|
width: u && g === "above-header" ? `calc(100% - ${j}px)` : "100%",
|
|
13493
13490
|
height: typeof Z == "number" ? `${Z}px` : Z,
|
|
13494
13491
|
backgroundColor: S,
|
|
@@ -13513,7 +13510,7 @@ const W9 = D1(
|
|
|
13513
13510
|
children: s,
|
|
13514
13511
|
background: c,
|
|
13515
13512
|
color: o,
|
|
13516
|
-
borderColor: n = "neutral-
|
|
13513
|
+
borderColor: n = "neutral-4",
|
|
13517
13514
|
borderType: l = "solid",
|
|
13518
13515
|
borderWeight: a = "1",
|
|
13519
13516
|
className: h = "",
|
|
@@ -13540,15 +13537,12 @@ const W9 = D1(
|
|
|
13540
13537
|
ref: R,
|
|
13541
13538
|
className: c0(
|
|
13542
13539
|
"sud-sider",
|
|
13540
|
+
"relative flex flex-col gap-10 jus-start Pretendard-R",
|
|
13543
13541
|
`z-${j === "below-header" ? 999 : 1e3}`,
|
|
13544
13542
|
h
|
|
13545
13543
|
),
|
|
13546
13544
|
style: {
|
|
13547
13545
|
position: "absolute",
|
|
13548
|
-
display: "flex",
|
|
13549
|
-
flexDirection: "column",
|
|
13550
|
-
gap: "10px",
|
|
13551
|
-
justifyContent: "flex-start",
|
|
13552
13546
|
top: j === "below-header" ? f : 0,
|
|
13553
13547
|
left: 0,
|
|
13554
13548
|
height: u && j === "below-header" ? `calc(100% - ${f}px - ${F}px)` : "100%",
|
|
@@ -13619,7 +13613,7 @@ const U9 = D1(
|
|
|
13619
13613
|
children: s,
|
|
13620
13614
|
background: c,
|
|
13621
13615
|
color: o,
|
|
13622
|
-
borderColor: n = "neutral-
|
|
13616
|
+
borderColor: n = "neutral-4",
|
|
13623
13617
|
borderType: l = "solid",
|
|
13624
13618
|
borderWeight: a = "1",
|
|
13625
13619
|
className: h = "",
|
|
@@ -13645,13 +13639,11 @@ const U9 = D1(
|
|
|
13645
13639
|
ref: k,
|
|
13646
13640
|
className: c0(
|
|
13647
13641
|
"sud-footer",
|
|
13642
|
+
"flex flex-row pd-10",
|
|
13648
13643
|
`z-${j === "above-header" ? 999 : 1e3}`,
|
|
13649
13644
|
h
|
|
13650
13645
|
),
|
|
13651
13646
|
style: {
|
|
13652
|
-
display: "flex",
|
|
13653
|
-
flexDirection: "row",
|
|
13654
|
-
padding: "10px",
|
|
13655
13647
|
width: u && j === "above-header" ? `calc(100% - ${f}px)` : "100%",
|
|
13656
13648
|
height: `${Z}px`,
|
|
13657
13649
|
backgroundColor: M,
|