rbro-tat-uds 1.4.14 → 1.4.15
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.es.js
CHANGED
@@ -2872,7 +2872,7 @@ const n7 = k.button`
|
|
2872
2872
|
}
|
2873
2873
|
`, $7 = ({
|
2874
2874
|
text: e = "Text",
|
2875
|
-
label: n = "
|
2875
|
+
label: n = "",
|
2876
2876
|
gap: o = 2,
|
2877
2877
|
align: i = "left",
|
2878
2878
|
labelFontSize: a = 12,
|
@@ -2895,7 +2895,7 @@ const n7 = k.button`
|
|
2895
2895
|
$textColor: C,
|
2896
2896
|
...x,
|
2897
2897
|
children: [
|
2898
|
-
typeof n == "string" && /* @__PURE__ */ r.jsx("span", { children: n }),
|
2898
|
+
n && typeof n == "string" && /* @__PURE__ */ r.jsx("span", { children: n }),
|
2899
2899
|
typeof e == "string" && /* @__PURE__ */ r.jsx("span", { children: e })
|
2900
2900
|
]
|
2901
2901
|
}
|
@@ -3785,7 +3785,7 @@ const R7 = [14, 16, 18, 20, 24], F7 = [200, 300, 400, 500, 700, 800], W7 = k.div
|
|
3785
3785
|
`
|
3786
3786
|
}, T7 = k.div`
|
3787
3787
|
width: 100%;
|
3788
|
-
background-color: ${(e) => e.$disabled ? t.gray_30 : t.gray_100};
|
3788
|
+
background-color: ${(e) => e.$disabled ? t.gray_30 : e.$intent === "default_white" ? t.white : t.gray_100};
|
3789
3789
|
border-radius: 8px;
|
3790
3790
|
outline: none;
|
3791
3791
|
box-sizing: border-box;
|