@yamada-ui/modal 0.5.3 → 0.5.5

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/dialog.d.mts CHANGED
@@ -59,4 +59,4 @@ declare const DialogBody: _yamada_ui_core.Component<"main", ModalBodyProps>;
59
59
  type DialogFooterProps = ModalFooterProps;
60
60
  declare const DialogFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
61
61
 
62
- export { Dialog, DialogBody, DialogBodyProps, DialogCloseButton, DialogCloseButtonProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogOverlay, DialogOverlayProps, DialogProps };
62
+ export { Dialog, DialogBody, type DialogBodyProps, DialogCloseButton, type DialogCloseButtonProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, type DialogProps };
package/dist/dialog.d.ts CHANGED
@@ -59,4 +59,4 @@ declare const DialogBody: _yamada_ui_core.Component<"main", ModalBodyProps>;
59
59
  type DialogFooterProps = ModalFooterProps;
60
60
  declare const DialogFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
61
61
 
62
- export { Dialog, DialogBody, DialogBodyProps, DialogCloseButton, DialogCloseButtonProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogOverlay, DialogOverlayProps, DialogProps };
62
+ export { Dialog, DialogBody, type DialogBodyProps, DialogCloseButton, type DialogCloseButtonProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, type DialogProps };
package/dist/drawer.d.mts CHANGED
@@ -39,4 +39,4 @@ declare const DrawerBody: _yamada_ui_core.Component<"main", ModalBodyProps>;
39
39
  type DrawerFooterProps = ModalFooterProps;
40
40
  declare const DrawerFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
41
41
 
42
- export { Drawer, DrawerBody, DrawerBodyProps, DrawerCloseButton, DrawerCloseButtonProps, DrawerContent, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerOverlay, DrawerOverlayProps, DrawerProps };
42
+ export { Drawer, DrawerBody, type DrawerBodyProps, DrawerCloseButton, type DrawerCloseButtonProps, DrawerContent, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerOverlay, type DrawerOverlayProps, type DrawerProps };
package/dist/drawer.d.ts CHANGED
@@ -39,4 +39,4 @@ declare const DrawerBody: _yamada_ui_core.Component<"main", ModalBodyProps>;
39
39
  type DrawerFooterProps = ModalFooterProps;
40
40
  declare const DrawerFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
41
41
 
42
- export { Drawer, DrawerBody, DrawerBodyProps, DrawerCloseButton, DrawerCloseButtonProps, DrawerContent, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerOverlay, DrawerOverlayProps, DrawerProps };
42
+ export { Drawer, DrawerBody, type DrawerBodyProps, DrawerCloseButton, type DrawerCloseButtonProps, DrawerContent, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerOverlay, type DrawerOverlayProps, type DrawerProps };
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
4
4
  type ModalBodyProps = HTMLUIProps<"main">;
5
5
  declare const ModalBody: _yamada_ui_core.Component<"main", ModalBodyProps>;
6
6
 
7
- export { ModalBody, ModalBodyProps };
7
+ export { ModalBody, type ModalBodyProps };
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
4
4
  type ModalBodyProps = HTMLUIProps<"main">;
5
5
  declare const ModalBody: _yamada_ui_core.Component<"main", ModalBodyProps>;
6
6
 
7
- export { ModalBody, ModalBodyProps };
7
+ export { ModalBody, type ModalBodyProps };
@@ -4,4 +4,4 @@ import { CloseButtonProps } from '@yamada-ui/close-button';
4
4
  type ModalCloseButtonProps = CloseButtonProps;
5
5
  declare const ModalCloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
6
6
 
7
- export { ModalCloseButton, ModalCloseButtonProps };
7
+ export { ModalCloseButton, type ModalCloseButtonProps };
@@ -4,4 +4,4 @@ import { CloseButtonProps } from '@yamada-ui/close-button';
4
4
  type ModalCloseButtonProps = CloseButtonProps;
5
5
  declare const ModalCloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
6
6
 
7
- export { ModalCloseButton, ModalCloseButtonProps };
7
+ export { ModalCloseButton, type ModalCloseButtonProps };
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
4
4
  type ModalFooterProps = HTMLUIProps<"footer">;
5
5
  declare const ModalFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
6
6
 
7
- export { ModalFooter, ModalFooterProps };
7
+ export { ModalFooter, type ModalFooterProps };
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
4
4
  type ModalFooterProps = HTMLUIProps<"footer">;
5
5
  declare const ModalFooter: _yamada_ui_core.Component<"footer", ModalFooterProps>;
6
6
 
7
- export { ModalFooter, ModalFooterProps };
7
+ export { ModalFooter, type ModalFooterProps };
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
4
4
  type ModalHeaderProps = HTMLUIProps<"header">;
5
5
  declare const ModalHeader: _yamada_ui_core.Component<"header", ModalHeaderProps>;
6
6
 
7
- export { ModalHeader, ModalHeaderProps };
7
+ export { ModalHeader, type ModalHeaderProps };
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
4
4
  type ModalHeaderProps = HTMLUIProps<"header">;
5
5
  declare const ModalHeader: _yamada_ui_core.Component<"header", ModalHeaderProps>;
6
6
 
7
- export { ModalHeader, ModalHeaderProps };
7
+ export { ModalHeader, type ModalHeaderProps };
@@ -5,4 +5,4 @@ import { HTMLMotionProps } from '@yamada-ui/motion';
5
5
  type ModalOverlayProps = HTMLUIProps<"div"> & Omit<HTMLMotionProps<"div">, "color" | "transition">;
6
6
  declare const ModalOverlay: _yamada_ui_core.Component<"div", ModalOverlayProps>;
7
7
 
8
- export { ModalOverlay, ModalOverlayProps };
8
+ export { ModalOverlay, type ModalOverlayProps };
@@ -5,4 +5,4 @@ import { HTMLMotionProps } from '@yamada-ui/motion';
5
5
  type ModalOverlayProps = HTMLUIProps<"div"> & Omit<HTMLMotionProps<"div">, "color" | "transition">;
6
6
  declare const ModalOverlay: _yamada_ui_core.Component<"div", ModalOverlayProps>;
7
7
 
8
- export { ModalOverlay, ModalOverlayProps };
8
+ export { ModalOverlay, type ModalOverlayProps };
package/dist/modal.d.mts CHANGED
@@ -103,4 +103,4 @@ type ModalOptions = Pick<FocusLockProps, "autoFocus" | "initialFocusRef" | "fina
103
103
  type ModalProps = Omit<HTMLUIProps<"section">, "scrollBehavior" | "animation"> & Omit<HTMLMotionProps<"section">, "color" | "transition"> & ThemeProps<"Modal"> & ModalOptions;
104
104
  declare const Modal: _yamada_ui_core.Component<"section", ModalProps>;
105
105
 
106
- export { Modal, ModalProps, useModal };
106
+ export { Modal, type ModalProps, useModal };
package/dist/modal.d.ts CHANGED
@@ -103,4 +103,4 @@ type ModalOptions = Pick<FocusLockProps, "autoFocus" | "initialFocusRef" | "fina
103
103
  type ModalProps = Omit<HTMLUIProps<"section">, "scrollBehavior" | "animation"> & Omit<HTMLMotionProps<"section">, "color" | "transition"> & ThemeProps<"Modal"> & ModalOptions;
104
104
  declare const Modal: _yamada_ui_core.Component<"section", ModalProps>;
105
105
 
106
- export { Modal, ModalProps, useModal };
106
+ export { Modal, type ModalProps, useModal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/modal",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
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.7",
39
+ "@yamada-ui/core": "0.13.0",
40
40
  "@yamada-ui/utils": "0.3.3",
41
- "@yamada-ui/motion": "0.4.17",
41
+ "@yamada-ui/motion": "0.4.19",
42
42
  "@yamada-ui/portal": "0.3.7",
43
- "@yamada-ui/button": "0.3.19",
43
+ "@yamada-ui/button": "0.3.21",
44
44
  "@yamada-ui/focus-lock": "0.3.6",
45
- "@yamada-ui/close-button": "0.3.18",
46
- "@yamada-ui/transitions": "0.3.19",
47
- "@yamada-ui/use-value": "0.2.17"
45
+ "@yamada-ui/close-button": "0.3.20",
46
+ "@yamada-ui/transitions": "0.3.21",
47
+ "@yamada-ui/use-value": "0.2.19"
48
48
  },
49
49
  "devDependencies": {
50
50
  "react": "^18.0.0",