@plasmicpkgs/plasmic-chakra-ui 0.0.75 → 0.0.77
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.
|
@@ -1299,8 +1299,8 @@ const modalMeta = __spreadProps$d(__spreadValues$d({}, getComponentNameAndImport
|
|
|
1299
1299
|
});
|
|
1300
1300
|
function Modal(props) {
|
|
1301
1301
|
var _a;
|
|
1302
|
-
return /* @__PURE__ */ React.createElement(Modal$1, __spreadProps$d(__spreadValues$d({}, props), { onClose: (_a = props.onClose) != null ? _a : () => {
|
|
1303
|
-
} }), props.children);
|
|
1302
|
+
return /* @__PURE__ */ React.createElement(Modal$1, __spreadProps$d(__spreadValues$d({}, props), { onClose: (_a = props.onClose) != null ? _a : (() => {
|
|
1303
|
+
}) }), props.children);
|
|
1304
1304
|
}
|
|
1305
1305
|
const modalOverlayMeta = __spreadProps$d(__spreadValues$d({}, getComponentNameAndImportMeta("ModalOverlay", "Modal")), {
|
|
1306
1306
|
props: {
|