@plasmicpkgs/plasmic-chakra-ui 0.0.75 → 0.0.76
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/index.js
CHANGED
|
@@ -1307,8 +1307,8 @@ const modalMeta = __spreadProps$d(__spreadValues$d({}, getComponentNameAndImport
|
|
|
1307
1307
|
});
|
|
1308
1308
|
function Modal(props) {
|
|
1309
1309
|
var _a;
|
|
1310
|
-
return /* @__PURE__ */ React__default.default.createElement(react.Modal, __spreadProps$d(__spreadValues$d({}, props), { onClose: (_a = props.onClose) != null ? _a : () => {
|
|
1311
|
-
} }), props.children);
|
|
1310
|
+
return /* @__PURE__ */ React__default.default.createElement(react.Modal, __spreadProps$d(__spreadValues$d({}, props), { onClose: (_a = props.onClose) != null ? _a : (() => {
|
|
1311
|
+
}) }), props.children);
|
|
1312
1312
|
}
|
|
1313
1313
|
const modalOverlayMeta = __spreadProps$d(__spreadValues$d({}, getComponentNameAndImportMeta("ModalOverlay", "Modal")), {
|
|
1314
1314
|
props: {
|