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.js
CHANGED
|
@@ -8033,6 +8033,10 @@ var Modal = function(_param) {
|
|
|
8033
8033
|
onOpenAutoFocus: function(e) {
|
|
8034
8034
|
!autoFocus && e.preventDefault();
|
|
8035
8035
|
},
|
|
8036
|
+
onPointerDownOutside: function(e) {
|
|
8037
|
+
return e.preventDefault();
|
|
8038
|
+
},
|
|
8039
|
+
tabIndex: void 0,
|
|
8036
8040
|
children: [
|
|
8037
8041
|
isNotification ? /* @__PURE__ */ jsxs18(Fragment6, {
|
|
8038
8042
|
children: [
|