@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
- ...c
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 = s ? 700 : 300 : u = s ? 500 : 300;
18030
+ r === "number" ? u = vR : u = gR;
18032
18031
  let p;
18033
- n ? p = n : a ? p = f.color_brand_red : o ? p = f.color_gray_52 : p = f.color_black;
18034
- const m = {
18035
- ...c,
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: p,
18038
- fontWeight: u,
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
- d,
18045
+ u,
18044
18046
  {
18045
- ...m,
18047
+ ...h,
18046
18048
  ref: t
18047
18049
  }
18048
18050
  );