sag_components 2.0.0-beta82 → 2.0.0-beta83

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.esm.js CHANGED
@@ -13197,14 +13197,14 @@ const DialogOverlay = props => {
13197
13197
  modal.close();
13198
13198
  onDialogClose();
13199
13199
  };
13200
- return /*#__PURE__*/React.createElement(ModalWrapper, {
13200
+ return /*#__PURE__*/React$1.createElement(ModalWrapper, {
13201
13201
  className: className
13202
- }, /*#__PURE__*/React.createElement(Modal, null, /*#__PURE__*/React.createElement(ModalHeader, null, /*#__PURE__*/React.createElement(ModalTitle, null, title), /*#__PURE__*/React.createElement(ModalClose, {
13202
+ }, /*#__PURE__*/React$1.createElement(Modal, null, /*#__PURE__*/React$1.createElement(ModalHeader, null, /*#__PURE__*/React$1.createElement(ModalTitle, null, title), /*#__PURE__*/React$1.createElement(ModalClose, {
13203
13203
  type: "button",
13204
13204
  onClick: closeModal
13205
- }, /*#__PURE__*/React.createElement(CloseXIcon, {
13205
+ }, /*#__PURE__*/React$1.createElement(CloseXIcon, {
13206
13206
  fill: "white"
13207
- }))), /*#__PURE__*/React.createElement(ModalBody, {
13207
+ }))), /*#__PURE__*/React$1.createElement(ModalBody, {
13208
13208
  id: "modalBody"
13209
13209
  }, children)));
13210
13210
  };