@theroutingcompany/components 0.0.136 → 0.0.138-alpha.0

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.
@@ -12845,7 +12845,7 @@ const PC = M.span`
12845
12845
  gap: ${f.spacing_100};
12846
12846
  line-height: 1;
12847
12847
  `, TC = M(mm)`
12848
- font-size: ${f.sizing_350};;
12848
+ font-size: ${f.sizing_350};
12849
12849
  line-height: 1;
12850
12850
  width: ${f.sizing_350};
12851
12851
  height: ${f.sizing_350};
@@ -12928,7 +12928,7 @@ const PC = M.span`
12928
12928
  },
12929
12929
  children: /* @__PURE__ */ re(PC, { children: [
12930
12930
  e,
12931
- /* @__PURE__ */ w(TC, {})
12931
+ /* @__PURE__ */ w(TC, { style: { fontSize: f.sizing_350 } })
12932
12932
  ] })
12933
12933
  }
12934
12934
  ),
@@ -25104,7 +25104,6 @@ const Ph = (e, t, n, r = []) => {
25104
25104
  `, lM = M(bo)`
25105
25105
  color: var(--text-color, ${f.color_black});
25106
25106
  justify-content: space-between;
25107
- white-space: break-spaces;
25108
25107
  position: relative;
25109
25108
  border-radius: ${f.border_radius_400};
25110
25109
  background-color: ${f.color_gray_96};