@theroutingcompany/components 0.0.55-alpha.1 → 0.0.56
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.
|
@@ -18023,26 +18023,28 @@ const bR = (e, t) => {
|
|
|
18023
18023
|
italic: i,
|
|
18024
18024
|
bold: s,
|
|
18025
18025
|
style: l = {},
|
|
18026
|
-
|
|
18026
|
+
as: c = "p",
|
|
18027
|
+
...d
|
|
18027
18028
|
} = e;
|
|
18028
|
-
let d;
|
|
18029
|
-
r === "number" ? d = vR : d = gR;
|
|
18030
18029
|
let u;
|
|
18031
|
-
r === "number" ? u =
|
|
18030
|
+
r === "number" ? u = vR : u = gR;
|
|
18032
18031
|
let p;
|
|
18033
|
-
|
|
18034
|
-
|
|
18035
|
-
|
|
18032
|
+
r === "number" ? p = s ? 700 : 300 : p = s ? 500 : 300;
|
|
18033
|
+
let m;
|
|
18034
|
+
n ? m = n : a ? m = f.color_brand_red : o ? m = f.color_gray_52 : m = f.color_black;
|
|
18035
|
+
const h = {
|
|
18036
|
+
...d,
|
|
18036
18037
|
fontStyle: i ? "italic" : "normal",
|
|
18037
|
-
textColor:
|
|
18038
|
-
fontWeight:
|
|
18038
|
+
textColor: m,
|
|
18039
|
+
fontWeight: p,
|
|
18039
18040
|
style: l,
|
|
18040
|
-
type: r
|
|
18041
|
+
type: r,
|
|
18042
|
+
as: c
|
|
18041
18043
|
};
|
|
18042
18044
|
return /* @__PURE__ */ x(
|
|
18043
|
-
|
|
18045
|
+
u,
|
|
18044
18046
|
{
|
|
18045
|
-
...
|
|
18047
|
+
...h,
|
|
18046
18048
|
ref: t
|
|
18047
18049
|
}
|
|
18048
18050
|
);
|