myshell-react-lib 0.2.41 → 0.2.42
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.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13624,6 +13624,10 @@ var Modal = function(_param) {
|
|
|
13624
13624
|
onOpenAutoFocus: function(e) {
|
|
13625
13625
|
!autoFocus && e.preventDefault();
|
|
13626
13626
|
},
|
|
13627
|
+
onPointerDownOutside: function(e) {
|
|
13628
|
+
return e.preventDefault();
|
|
13629
|
+
},
|
|
13630
|
+
tabIndex: void 0,
|
|
13627
13631
|
children: [
|
|
13628
13632
|
isNotification ? /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_jsx_runtime44.Fragment, {
|
|
13629
13633
|
children: [
|