@yamada-ui/modal 0.5.4 → 0.5.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.
- package/dist/dialog.d.mts +1 -1
- package/dist/dialog.d.ts +1 -1
- package/dist/drawer.d.mts +1 -1
- package/dist/drawer.d.ts +1 -1
- package/dist/modal-body.d.mts +1 -1
- package/dist/modal-body.d.ts +1 -1
- package/dist/modal-close-button.d.mts +1 -1
- package/dist/modal-close-button.d.ts +1 -1
- package/dist/modal-footer.d.mts +1 -1
- package/dist/modal-footer.d.ts +1 -1
- package/dist/modal-header.d.mts +1 -1
- package/dist/modal-header.d.ts +1 -1
- package/dist/modal-overlay.d.mts +1 -1
- package/dist/modal-overlay.d.ts +1 -1
- package/dist/modal.d.mts +1 -1
- package/dist/modal.d.ts +1 -1
- package/package.json +10 -10
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 };
|
package/dist/modal-body.d.mts
CHANGED
package/dist/modal-body.d.ts
CHANGED
|
@@ -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 };
|
package/dist/modal-footer.d.mts
CHANGED
|
@@ -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 };
|
package/dist/modal-footer.d.ts
CHANGED
|
@@ -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 };
|
package/dist/modal-header.d.mts
CHANGED
|
@@ -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 };
|
package/dist/modal-header.d.ts
CHANGED
|
@@ -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 };
|
package/dist/modal-overlay.d.mts
CHANGED
|
@@ -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-overlay.d.ts
CHANGED
|
@@ -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
|
+
"version": "0.5.6",
|
|
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.
|
|
40
|
-
"@yamada-ui/utils": "0.
|
|
41
|
-
"@yamada-ui/motion": "0.4.
|
|
42
|
-
"@yamada-ui/portal": "0.3.
|
|
43
|
-
"@yamada-ui/button": "0.3.
|
|
44
|
-
"@yamada-ui/focus-lock": "0.3.
|
|
45
|
-
"@yamada-ui/close-button": "0.3.
|
|
46
|
-
"@yamada-ui/transitions": "0.3.
|
|
47
|
-
"@yamada-ui/use-value": "0.2.
|
|
39
|
+
"@yamada-ui/core": "0.13.1",
|
|
40
|
+
"@yamada-ui/utils": "0.4.0",
|
|
41
|
+
"@yamada-ui/motion": "0.4.20",
|
|
42
|
+
"@yamada-ui/portal": "0.3.8",
|
|
43
|
+
"@yamada-ui/button": "0.3.22",
|
|
44
|
+
"@yamada-ui/focus-lock": "0.3.7",
|
|
45
|
+
"@yamada-ui/close-button": "0.3.21",
|
|
46
|
+
"@yamada-ui/transitions": "0.3.22",
|
|
47
|
+
"@yamada-ui/use-value": "0.2.20"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"react": "^18.0.0",
|