@theroutingcompany/components 0.0.37-alpha.3 → 0.0.37

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.
@@ -6118,7 +6118,7 @@ Zn.displayName = "Title";
6118
6118
  const $g = K.forwardRef(
6119
6119
  function(t, r) {
6120
6120
  const { children: n } = t;
6121
- return /* @__PURE__ */ x(Ie, { "data-id": "modal-header", bg: "white", mb: f.spacing_200, ref: r, children: /* @__PURE__ */ x(Ie, { display: "flex", alignItems: "center", children: /* @__PURE__ */ x(Ie, { flex: "1", children: /* @__PURE__ */ x(Zn, { as: "h2", looksLike: "h5", children: n }) }) }) });
6121
+ return /* @__PURE__ */ x(Ie, { "data-id": "modal-header", bg: "white", mb: f.spacing_200, ref: r, children: /* @__PURE__ */ x(Ie, { display: "flex", alignItems: "center", children: /* @__PURE__ */ x(Ie, { flex: "1", children: /* @__PURE__ */ x(Zn, { as: "h2", looksLike: "h6", children: n }) }) }) });
6122
6122
  }
6123
6123
  );
6124
6124
  $g.displayName = "Modal.Header";