@yamada-ui/popover 0.3.25 → 0.3.27
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/popover-body.d.mts +1 -1
- package/dist/popover-body.d.ts +1 -1
- package/dist/popover-close-button.d.mts +1 -1
- package/dist/popover-close-button.d.ts +1 -1
- package/dist/popover-content.d.mts +1 -1
- package/dist/popover-content.d.ts +1 -1
- package/dist/popover-footer.d.mts +1 -1
- package/dist/popover-footer.d.ts +1 -1
- package/dist/popover-header.d.mts +1 -1
- package/dist/popover-header.d.ts +1 -1
- package/dist/popover.d.mts +1 -1
- package/dist/popover.d.ts +1 -1
- package/package.json +10 -10
package/dist/popover-body.d.mts
CHANGED
package/dist/popover-body.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ import { CloseButtonProps } from '@yamada-ui/close-button';
|
|
|
4
4
|
type PopoverCloseButtonProps = CloseButtonProps;
|
|
5
5
|
declare const PopoverCloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
|
|
6
6
|
|
|
7
|
-
export { PopoverCloseButton, PopoverCloseButtonProps };
|
|
7
|
+
export { PopoverCloseButton, type PopoverCloseButtonProps };
|
|
@@ -4,4 +4,4 @@ import { CloseButtonProps } from '@yamada-ui/close-button';
|
|
|
4
4
|
type PopoverCloseButtonProps = CloseButtonProps;
|
|
5
5
|
declare const PopoverCloseButton: _yamada_ui_core.Component<"button", CloseButtonProps>;
|
|
6
6
|
|
|
7
|
-
export { PopoverCloseButton, PopoverCloseButtonProps };
|
|
7
|
+
export { PopoverCloseButton, type PopoverCloseButtonProps };
|
|
@@ -5,4 +5,4 @@ import { HTMLMotionProps } from '@yamada-ui/motion';
|
|
|
5
5
|
type PopoverContentProps = Omit<HTMLUIProps<"section">, keyof Omit<HTMLMotionProps<"section">, "children">> & Omit<HTMLMotionProps<"section">, "color" | "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "variants" | "transition">;
|
|
6
6
|
declare const PopoverContent: _yamada_ui_core.Component<"section", PopoverContentProps>;
|
|
7
7
|
|
|
8
|
-
export { PopoverContent, PopoverContentProps };
|
|
8
|
+
export { PopoverContent, type PopoverContentProps };
|
|
@@ -5,4 +5,4 @@ import { HTMLMotionProps } from '@yamada-ui/motion';
|
|
|
5
5
|
type PopoverContentProps = Omit<HTMLUIProps<"section">, keyof Omit<HTMLMotionProps<"section">, "children">> & Omit<HTMLMotionProps<"section">, "color" | "style" | "onDrag" | "onDragEnd" | "onDragStart" | "onAnimationStart" | "variants" | "transition">;
|
|
6
6
|
declare const PopoverContent: _yamada_ui_core.Component<"section", PopoverContentProps>;
|
|
7
7
|
|
|
8
|
-
export { PopoverContent, PopoverContentProps };
|
|
8
|
+
export { PopoverContent, type PopoverContentProps };
|
|
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
|
|
|
4
4
|
type PopoverFooterProps = HTMLUIProps<"footer">;
|
|
5
5
|
declare const PopoverFooter: _yamada_ui_core.Component<"footer", PopoverFooterProps>;
|
|
6
6
|
|
|
7
|
-
export { PopoverFooter, PopoverFooterProps };
|
|
7
|
+
export { PopoverFooter, type PopoverFooterProps };
|
package/dist/popover-footer.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
|
|
|
4
4
|
type PopoverFooterProps = HTMLUIProps<"footer">;
|
|
5
5
|
declare const PopoverFooter: _yamada_ui_core.Component<"footer", PopoverFooterProps>;
|
|
6
6
|
|
|
7
|
-
export { PopoverFooter, PopoverFooterProps };
|
|
7
|
+
export { PopoverFooter, type PopoverFooterProps };
|
|
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
|
|
|
4
4
|
type PopoverHeaderProps = HTMLUIProps<"header">;
|
|
5
5
|
declare const PopoverHeader: _yamada_ui_core.Component<"header", PopoverHeaderProps>;
|
|
6
6
|
|
|
7
|
-
export { PopoverHeader, PopoverHeaderProps };
|
|
7
|
+
export { PopoverHeader, type PopoverHeaderProps };
|
package/dist/popover-header.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ import { HTMLUIProps } from '@yamada-ui/core';
|
|
|
4
4
|
type PopoverHeaderProps = HTMLUIProps<"header">;
|
|
5
5
|
declare const PopoverHeader: _yamada_ui_core.Component<"header", PopoverHeaderProps>;
|
|
6
6
|
|
|
7
|
-
export { PopoverHeader, PopoverHeaderProps };
|
|
7
|
+
export { PopoverHeader, type PopoverHeaderProps };
|
package/dist/popover.d.mts
CHANGED
package/dist/popover.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/popover",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.27",
|
|
4
4
|
"description": "Yamada UI popover component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"url": "https://github.com/hirotomoyamada/yamada-ui/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@yamada-ui/core": "0.
|
|
39
|
-
"@yamada-ui/utils": "0.
|
|
40
|
-
"@yamada-ui/close-button": "0.3.
|
|
41
|
-
"@yamada-ui/transitions": "0.3.
|
|
42
|
-
"@yamada-ui/motion": "0.4.
|
|
43
|
-
"@yamada-ui/use-popper": "0.4.
|
|
44
|
-
"@yamada-ui/use-disclosure": "0.4.
|
|
45
|
-
"@yamada-ui/use-focus": "0.2.
|
|
46
|
-
"@yamada-ui/use-animation": "0.4.
|
|
38
|
+
"@yamada-ui/core": "0.13.1",
|
|
39
|
+
"@yamada-ui/utils": "0.4.0",
|
|
40
|
+
"@yamada-ui/close-button": "0.3.21",
|
|
41
|
+
"@yamada-ui/transitions": "0.3.22",
|
|
42
|
+
"@yamada-ui/motion": "0.4.20",
|
|
43
|
+
"@yamada-ui/use-popper": "0.4.20",
|
|
44
|
+
"@yamada-ui/use-disclosure": "0.4.4",
|
|
45
|
+
"@yamada-ui/use-focus": "0.2.7",
|
|
46
|
+
"@yamada-ui/use-animation": "0.4.9"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"react": "^18.0.0",
|