sud-ui 0.3.5 → 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 +5 -10
- 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 = "",
|
|
@@ -13616,7 +13613,7 @@ const U9 = D1(
|
|
|
13616
13613
|
children: s,
|
|
13617
13614
|
background: c,
|
|
13618
13615
|
color: o,
|
|
13619
|
-
borderColor: n = "neutral-
|
|
13616
|
+
borderColor: n = "neutral-4",
|
|
13620
13617
|
borderType: l = "solid",
|
|
13621
13618
|
borderWeight: a = "1",
|
|
13622
13619
|
className: h = "",
|
|
@@ -13642,13 +13639,11 @@ const U9 = D1(
|
|
|
13642
13639
|
ref: k,
|
|
13643
13640
|
className: c0(
|
|
13644
13641
|
"sud-footer",
|
|
13642
|
+
"flex flex-row pd-10",
|
|
13645
13643
|
`z-${j === "above-header" ? 999 : 1e3}`,
|
|
13646
13644
|
h
|
|
13647
13645
|
),
|
|
13648
13646
|
style: {
|
|
13649
|
-
display: "flex",
|
|
13650
|
-
flexDirection: "row",
|
|
13651
|
-
padding: "10px",
|
|
13652
13647
|
width: u && j === "above-header" ? `calc(100% - ${f}px)` : "100%",
|
|
13653
13648
|
height: `${Z}px`,
|
|
13654
13649
|
backgroundColor: M,
|