@theroutingcompany/components 0.0.73-alpha.0 → 0.0.73-alpha.1

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.
@@ -18028,12 +18028,12 @@ const wR = (e, t) => {
18028
18028
  `;
18029
18029
  }, d_ = F(Re)`
18030
18030
  font-family: ${u.font_family_pingo};
18031
-
18031
+
18032
18032
  ${(e) => e.fontStyle && De`
18033
18033
  font-style: ${e.fontStyle};
18034
18034
  `}
18035
18035
 
18036
- ${(e) => e.textColor && De`
18036
+ ${(e) => e.textColor && De`
18037
18037
  color: ${e.textColor};
18038
18038
  `}
18039
18039
 
@@ -18065,7 +18065,7 @@ const wR = (e, t) => {
18065
18065
  ...d
18066
18066
  } = e;
18067
18067
  let f, p;
18068
- r === "number" ? (f = s ? 700 : 300, p = SR) : (f = s ? 500 : 300, p = DR);
18068
+ r === "number" ? (f = e.fontWeight ?? (s ? 700 : 300), p = SR) : (f = e.fontWeight ?? (s ? 500 : 300), p = DR);
18069
18069
  let m;
18070
18070
  n ? m = n : a ? m = u.color_brand_red : o ? m = u.color_gray_52 : m = u.color_black;
18071
18071
  const h = {
@@ -18077,14 +18077,10 @@ const wR = (e, t) => {
18077
18077
  variant: r,
18078
18078
  as: c
18079
18079
  };
18080
- return /* @__PURE__ */ x(
18081
- p,
18082
- {
18083
- ...h,
18084
- ref: t
18085
- }
18086
- );
18087
- }, er = B(PR);
18080
+ return /* @__PURE__ */ x(p, { ...h, ref: t });
18081
+ }, er = B(
18082
+ PR
18083
+ );
18088
18084
  er.displayName = "Text";
18089
18085
  const kR = {
18090
18086
  small: "7px 8px",