sprint-asia-custom-component 0.1.105 → 0.1.106
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.js
CHANGED
|
@@ -44250,7 +44250,7 @@
|
|
|
44250
44250
|
as: React.Fragment
|
|
44251
44251
|
}, /*#__PURE__*/React__default["default"].createElement(_t, {
|
|
44252
44252
|
as: "div",
|
|
44253
|
-
className: "fixed inset-0 overflow-y-auto z-
|
|
44253
|
+
className: "fixed inset-0 overflow-y-auto z-50",
|
|
44254
44254
|
initialFocus: cancelButtonRef,
|
|
44255
44255
|
onClose: () => isOpen,
|
|
44256
44256
|
static: false
|
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@ const ModalState = ({
|
|
|
50
50
|
|
|
51
51
|
return (
|
|
52
52
|
<Transition.Root show={isOpen} as={Fragment}>
|
|
53
|
-
<Dialog as="div" className="fixed inset-0 overflow-y-auto z-
|
|
53
|
+
<Dialog as="div" className="fixed inset-0 overflow-y-auto z-50" initialFocus={cancelButtonRef} onClose={() => isOpen} static={false}>
|
|
54
54
|
<Transition.Child
|
|
55
55
|
as={Fragment}
|
|
56
56
|
enter="ease-out duration-300"
|