@theroutingcompany/components 0.0.56 → 0.0.57

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.
@@ -18011,12 +18011,12 @@ const bR = (e, t) => {
18011
18011
  ${Hd}
18012
18012
  ${PP}
18013
18013
  ${nt}
18014
- ${({ size: e, type: t }) => bR(e ?? "medium", t)}
18014
+ ${({ size: e, variant: t }) => bR(e ?? "medium", t)}
18015
18015
  `, gR = M(s_)``, vR = M(s_)`
18016
18016
  font-feature-settings: 'tnum' on, 'lnum' on, 'ss01' on;
18017
18017
  `, $R = (e, t) => {
18018
18018
  const {
18019
- type: r = "body",
18019
+ variant: r = "body",
18020
18020
  color: n,
18021
18021
  weak: o = !1,
18022
18022
  negative: a = !1,
@@ -18026,23 +18026,21 @@ const bR = (e, t) => {
18026
18026
  as: c = "p",
18027
18027
  ...d
18028
18028
  } = e;
18029
- let u;
18030
- r === "number" ? u = vR : u = gR;
18031
- let p;
18032
- r === "number" ? p = s ? 700 : 300 : p = s ? 500 : 300;
18029
+ let u, p;
18030
+ r === "number" ? (u = s ? 700 : 300, p = vR) : (u = s ? 500 : 300, p = gR);
18033
18031
  let m;
18034
18032
  n ? m = n : a ? m = f.color_brand_red : o ? m = f.color_gray_52 : m = f.color_black;
18035
18033
  const h = {
18036
18034
  ...d,
18037
18035
  fontStyle: i ? "italic" : "normal",
18038
18036
  textColor: m,
18039
- fontWeight: p,
18037
+ fontWeight: u,
18040
18038
  style: l,
18041
- type: r,
18039
+ variant: r,
18042
18040
  as: c
18043
18041
  };
18044
18042
  return /* @__PURE__ */ x(
18045
- u,
18043
+ p,
18046
18044
  {
18047
18045
  ...h,
18048
18046
  ref: t