myshell-react-lib 0.1.81 → 0.1.82
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/dist/styles/global.scss +2 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8780,6 +8780,10 @@ var Modal = function(_param) {
|
|
|
8780
8780
|
onOpenAutoFocus: function(e) {
|
|
8781
8781
|
!autoFocus && e.preventDefault();
|
|
8782
8782
|
},
|
|
8783
|
+
onPointerDownOutside: function(e) {
|
|
8784
|
+
return e.preventDefault();
|
|
8785
|
+
},
|
|
8786
|
+
tabIndex: void 0,
|
|
8783
8787
|
children: [
|
|
8784
8788
|
isNotification ? /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, {
|
|
8785
8789
|
children: [
|