@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.
- package/dist/trc-components.es.js +1 -1
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +1 -1
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/AlertDialog/AlertDialog.d.ts +1 -1
- package/types/components/Button/Button.d.ts +1 -1
- package/types/components/Dialog/Dialog.d.ts +1 -1
|
@@ -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: "
|
|
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";
|