allaw-ui 5.1.8 → 5.1.9

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.
@@ -237,7 +237,7 @@ var ProSwitchModal = function (_a) {
237
237
  if (!open)
238
238
  return null;
239
239
  return ReactDOM.createPortal(React.createElement("div", { className: styles.overlay, ref: modalRef, "aria-modal": "true", "aria-labelledby": "pro-switch-modal-title", tabIndex: -1, onMouseDown: handleOverlayClick },
240
- React.createElement("div", { className: styles.modal, role: "dialog", style: { maxWidth: modalMaxWidth } },
240
+ React.createElement("div", { className: styles.modal, role: "dialog", style: { maxWidth: modalMaxWidth }, onMouseDown: function (e) { return e.stopPropagation(); } },
241
241
  React.createElement("header", { className: styles.header },
242
242
  pros.length > 4 ? (isReorder ? (React.createElement(React.Fragment, null,
243
243
  React.createElement("div", { className: styles.headerReorderLabel }, reorderLabel && (React.createElement(Paragraph, { variant: "medium", color: "mid-grey", text: reorderLabel }))),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "5.1.8",
3
+ "version": "5.1.9",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",