@yamada-ui/modal 0.1.5 → 0.1.6

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.
@@ -483,6 +483,7 @@ var Modal = forwardRef8(({ size, ...props }, ref) => {
483
483
  position: "fixed",
484
484
  top: 0,
485
485
  left: 0,
486
+ zIndex: "beerus",
486
487
  w: "100vw",
487
488
  h: "100vh",
488
489
  p: size !== "full" ? outside : void 0,
package/dist/dialog.js CHANGED
@@ -101,6 +101,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
101
101
  position: "fixed",
102
102
  top: 0,
103
103
  left: 0,
104
+ zIndex: "beerus",
104
105
  w: "100vw",
105
106
  h: "100vh",
106
107
  p: size !== "full" ? outside : void 0,
package/dist/dialog.mjs CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  DialogFooter,
6
6
  DialogHeader,
7
7
  DialogOverlay
8
- } from "./chunk-5E5WMNCI.mjs";
8
+ } from "./chunk-IFQ6QPEJ.mjs";
9
9
  export {
10
10
  Dialog,
11
11
  DialogBody,
package/dist/drawer.js CHANGED
@@ -102,6 +102,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
102
102
  position: "fixed",
103
103
  top: 0,
104
104
  left: 0,
105
+ zIndex: "beerus",
105
106
  w: "100vw",
106
107
  h: "100vh",
107
108
  p: size !== "full" ? outside : void 0,
package/dist/drawer.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  DrawerFooter,
7
7
  DrawerHeader,
8
8
  DrawerOverlay
9
- } from "./chunk-5E5WMNCI.mjs";
9
+ } from "./chunk-IFQ6QPEJ.mjs";
10
10
  export {
11
11
  Drawer,
12
12
  DrawerBody,
package/dist/index.js CHANGED
@@ -112,6 +112,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
112
112
  position: "fixed",
113
113
  top: 0,
114
114
  left: 0,
115
+ zIndex: "beerus",
115
116
  w: "100vw",
116
117
  h: "100vh",
117
118
  p: size !== "full" ? outside : void 0,
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  ModalHeader,
20
20
  ModalOverlay,
21
21
  useModal
22
- } from "./chunk-5E5WMNCI.mjs";
22
+ } from "./chunk-IFQ6QPEJ.mjs";
23
23
  export {
24
24
  Dialog,
25
25
  DialogBody,
@@ -95,6 +95,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
95
95
  position: "fixed",
96
96
  top: 0,
97
97
  left: 0,
98
+ zIndex: "beerus",
98
99
  w: "100vw",
99
100
  h: "100vh",
100
101
  p: size !== "full" ? outside : void 0,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ModalBody
3
- } from "./chunk-5E5WMNCI.mjs";
3
+ } from "./chunk-IFQ6QPEJ.mjs";
4
4
  export {
5
5
  ModalBody
6
6
  };
@@ -96,6 +96,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
96
96
  position: "fixed",
97
97
  top: 0,
98
98
  left: 0,
99
+ zIndex: "beerus",
99
100
  w: "100vw",
100
101
  h: "100vh",
101
102
  p: size !== "full" ? outside : void 0,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ModalCloseButton
3
- } from "./chunk-5E5WMNCI.mjs";
3
+ } from "./chunk-IFQ6QPEJ.mjs";
4
4
  export {
5
5
  ModalCloseButton
6
6
  };
@@ -95,6 +95,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
95
95
  position: "fixed",
96
96
  top: 0,
97
97
  left: 0,
98
+ zIndex: "beerus",
98
99
  w: "100vw",
99
100
  h: "100vh",
100
101
  p: size !== "full" ? outside : void 0,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ModalFooter
3
- } from "./chunk-5E5WMNCI.mjs";
3
+ } from "./chunk-IFQ6QPEJ.mjs";
4
4
  export {
5
5
  ModalFooter
6
6
  };
@@ -95,6 +95,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
95
95
  position: "fixed",
96
96
  top: 0,
97
97
  left: 0,
98
+ zIndex: "beerus",
98
99
  w: "100vw",
99
100
  h: "100vh",
100
101
  p: size !== "full" ? outside : void 0,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ModalHeader
3
- } from "./chunk-5E5WMNCI.mjs";
3
+ } from "./chunk-IFQ6QPEJ.mjs";
4
4
  export {
5
5
  ModalHeader
6
6
  };
@@ -97,6 +97,7 @@ var Modal = (0, import_core.forwardRef)(({ size, ...props }, ref) => {
97
97
  position: "fixed",
98
98
  top: 0,
99
99
  left: 0,
100
+ zIndex: "beerus",
100
101
  w: "100vw",
101
102
  h: "100vh",
102
103
  p: size !== "full" ? outside : void 0,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ModalOverlay
3
- } from "./chunk-5E5WMNCI.mjs";
3
+ } from "./chunk-IFQ6QPEJ.mjs";
4
4
  export {
5
5
  ModalOverlay
6
6
  };
package/dist/modal.js CHANGED
@@ -484,6 +484,7 @@ var Modal = (0, import_core8.forwardRef)(({ size, ...props }, ref) => {
484
484
  position: "fixed",
485
485
  top: 0,
486
486
  left: 0,
487
+ zIndex: "beerus",
487
488
  w: "100vw",
488
489
  h: "100vh",
489
490
  p: size !== "full" ? outside : void 0,
package/dist/modal.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Modal,
3
3
  useModal
4
- } from "./chunk-5E5WMNCI.mjs";
4
+ } from "./chunk-IFQ6QPEJ.mjs";
5
5
  export {
6
6
  Modal,
7
7
  useModal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/modal",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Yamada UI modal component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -39,8 +39,8 @@
39
39
  "@yamada-ui/core": "0.1.5",
40
40
  "@yamada-ui/utils": "0.1.1",
41
41
  "@yamada-ui/motion": "0.1.5",
42
- "@yamada-ui/button": "0.1.5",
43
42
  "@yamada-ui/portal": "0.1.2",
43
+ "@yamada-ui/button": "0.1.5",
44
44
  "@yamada-ui/focus-lock": "0.1.1",
45
45
  "@yamada-ui/close-button": "0.1.5",
46
46
  "@yamada-ui/transitions": "0.1.5",