mainstack-design-system 0.6.3 → 0.6.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.
|
@@ -50083,10 +50083,10 @@ const dg = [
|
|
|
50083
50083
|
/* @__PURE__ */ C(
|
|
50084
50084
|
an,
|
|
50085
50085
|
{
|
|
50086
|
-
fontSize: "
|
|
50086
|
+
fontSize: "16px",
|
|
50087
50087
|
lineHeight: "120%",
|
|
50088
50088
|
fontWeight: 600,
|
|
50089
|
-
fontFamily: "
|
|
50089
|
+
fontFamily: "inherit",
|
|
50090
50090
|
letterSpacing: "0.1px",
|
|
50091
50091
|
children: e
|
|
50092
50092
|
}
|
|
@@ -61541,13 +61541,13 @@ const c3e = ({
|
|
|
61541
61541
|
fontWeight: 500,
|
|
61542
61542
|
fontSize: i ? "12px" : "14px",
|
|
61543
61543
|
lineHeight: i ? "12px" : "16px",
|
|
61544
|
-
textTransform: i ? "uppercase" : "lowercase",
|
|
61545
61544
|
py: "6px",
|
|
61546
61545
|
px: "10px",
|
|
61547
61546
|
width: "fit-content",
|
|
61548
61547
|
rounded: "100px",
|
|
61549
61548
|
bg: (l = vg[e]) == null ? void 0 : l.bgColor,
|
|
61550
61549
|
color: (f = vg[e]) == null ? void 0 : f.textColor,
|
|
61550
|
+
textTransform: i ? "uppercase" : "none",
|
|
61551
61551
|
alignItems: "center",
|
|
61552
61552
|
children: [
|
|
61553
61553
|
/* @__PURE__ */ C(St.span, { children: a ?? e }),
|