@yamada-ui/modal 0.5.2 → 0.5.4

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.
@@ -22,10 +22,7 @@ import {
22
22
  useMultiComponentStyle as useMultiComponentStyle2
23
23
  } from "@yamada-ui/core";
24
24
  import { FocusLock } from "@yamada-ui/focus-lock";
25
- import {
26
- motion as motion2,
27
- AnimatePresence
28
- } from "@yamada-ui/motion";
25
+ import { motion as motion2, AnimatePresence } from "@yamada-ui/motion";
29
26
  import { Portal } from "@yamada-ui/portal";
30
27
  import { scaleFadeProps, slideFadeProps } from "@yamada-ui/transitions";
31
28
  import { useValue } from "@yamada-ui/use-value";
package/dist/dialog.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  DialogFooter,
7
7
  DialogHeader,
8
8
  DialogOverlay
9
- } from "./chunk-7OEZ4TWM.mjs";
9
+ } from "./chunk-22TCTDPP.mjs";
10
10
  export {
11
11
  Dialog,
12
12
  DialogBody,
package/dist/drawer.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  DrawerFooter,
8
8
  DrawerHeader,
9
9
  DrawerOverlay
10
- } from "./chunk-7OEZ4TWM.mjs";
10
+ } from "./chunk-22TCTDPP.mjs";
11
11
  export {
12
12
  Drawer,
13
13
  DrawerBody,
package/dist/index.mjs CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  ModalFooter,
19
19
  ModalHeader,
20
20
  ModalOverlay
21
- } from "./chunk-7OEZ4TWM.mjs";
21
+ } from "./chunk-22TCTDPP.mjs";
22
22
  export {
23
23
  Dialog,
24
24
  DialogBody,
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalBody
4
- } from "./chunk-7OEZ4TWM.mjs";
4
+ } from "./chunk-22TCTDPP.mjs";
5
5
  export {
6
6
  ModalBody
7
7
  };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalCloseButton
4
- } from "./chunk-7OEZ4TWM.mjs";
4
+ } from "./chunk-22TCTDPP.mjs";
5
5
  export {
6
6
  ModalCloseButton
7
7
  };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalFooter
4
- } from "./chunk-7OEZ4TWM.mjs";
4
+ } from "./chunk-22TCTDPP.mjs";
5
5
  export {
6
6
  ModalFooter
7
7
  };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalHeader
4
- } from "./chunk-7OEZ4TWM.mjs";
4
+ } from "./chunk-22TCTDPP.mjs";
5
5
  export {
6
6
  ModalHeader
7
7
  };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  import {
3
3
  ModalOverlay
4
- } from "./chunk-7OEZ4TWM.mjs";
4
+ } from "./chunk-22TCTDPP.mjs";
5
5
  export {
6
6
  ModalOverlay
7
7
  };
package/dist/modal.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  Modal,
4
4
  useModal
5
- } from "./chunk-7OEZ4TWM.mjs";
5
+ } from "./chunk-22TCTDPP.mjs";
6
6
  export {
7
7
  Modal,
8
8
  useModal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/modal",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "Yamada UI modal component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,15 +36,15 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "react-remove-scroll": "^2.5.4",
39
- "@yamada-ui/core": "0.12.6",
39
+ "@yamada-ui/core": "0.12.8",
40
40
  "@yamada-ui/utils": "0.3.3",
41
- "@yamada-ui/motion": "0.4.16",
42
- "@yamada-ui/portal": "0.3.6",
43
- "@yamada-ui/button": "0.3.18",
44
- "@yamada-ui/focus-lock": "0.3.5",
45
- "@yamada-ui/close-button": "0.3.17",
46
- "@yamada-ui/transitions": "0.3.18",
47
- "@yamada-ui/use-value": "0.2.16"
41
+ "@yamada-ui/motion": "0.4.18",
42
+ "@yamada-ui/portal": "0.3.7",
43
+ "@yamada-ui/button": "0.3.20",
44
+ "@yamada-ui/focus-lock": "0.3.6",
45
+ "@yamada-ui/close-button": "0.3.19",
46
+ "@yamada-ui/transitions": "0.3.20",
47
+ "@yamada-ui/use-value": "0.2.18"
48
48
  },
49
49
  "devDependencies": {
50
50
  "react": "^18.0.0",