@yamada-ui/popover 1.5.1-dev-20250120135827 → 1.5.2-dev-20250223070525

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.
@@ -1,8 +1,8 @@
1
- import { ThemeProps, FC, CSSUIObject, PropGetter } from '@yamada-ui/core';
1
+ import { FC, ThemeProps, CSSUIObject, PropGetter } from '@yamada-ui/core';
2
2
  import { MotionTransitionProps, MotionProps } from '@yamada-ui/motion';
3
3
  import { LazyMode } from '@yamada-ui/use-disclosure';
4
4
  import { UsePopperProps } from '@yamada-ui/use-popper';
5
- import { RefObject, PropsWithChildren, ComponentProps } from 'react';
5
+ import { PropsWithChildren, RefObject, ComponentProps } from 'react';
6
6
 
7
7
  type PopoverProperty = (typeof popoverProperties)[number];
8
8
  declare const popoverProperties: readonly ["enabled", "offset", "gutter", "preventOverflow", "flip", "matchWidth", "boundary", "eventListeners", "strategy", "placement", "modifiers", "open", "isOpen", "defaultOpen", "defaultIsOpen", "onOpen", "onClose", "initialFocusRef", "restoreFocus", "autoFocus", "closeOnBlur", "closeOnEsc", "closeOnButton", "trigger", "openDelay", "closeDelay", "lazy", "isLazy", "lazyBehavior", "animation", "duration"];
package/dist/popover.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { ThemeProps, FC, CSSUIObject, PropGetter } from '@yamada-ui/core';
1
+ import { FC, ThemeProps, CSSUIObject, PropGetter } from '@yamada-ui/core';
2
2
  import { MotionTransitionProps, MotionProps } from '@yamada-ui/motion';
3
3
  import { LazyMode } from '@yamada-ui/use-disclosure';
4
4
  import { UsePopperProps } from '@yamada-ui/use-popper';
5
- import { RefObject, PropsWithChildren, ComponentProps } from 'react';
5
+ import { PropsWithChildren, RefObject, ComponentProps } from 'react';
6
6
 
7
7
  type PopoverProperty = (typeof popoverProperties)[number];
8
8
  declare const popoverProperties: readonly ["enabled", "offset", "gutter", "preventOverflow", "flip", "matchWidth", "boundary", "eventListeners", "strategy", "placement", "modifiers", "open", "isOpen", "defaultOpen", "defaultIsOpen", "onOpen", "onClose", "initialFocusRef", "restoreFocus", "autoFocus", "closeOnBlur", "closeOnEsc", "closeOnButton", "trigger", "openDelay", "closeDelay", "lazy", "isLazy", "lazyBehavior", "animation", "duration"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/popover",
3
- "version": "1.5.1-dev-20250120135827",
3
+ "version": "1.5.2-dev-20250223070525",
4
4
  "description": "Yamada UI popover component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,15 +36,15 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/close-button": "1.0.53-dev-20250120135827",
40
- "@yamada-ui/core": "1.17.1-dev-20250120135827",
41
- "@yamada-ui/motion": "2.3.1-dev-20250120135827",
42
- "@yamada-ui/transitions": "1.1.17-dev-20250120135827",
43
- "@yamada-ui/use-animation": "1.0.48-dev-20250120135827",
44
- "@yamada-ui/use-disclosure": "1.1.4",
45
- "@yamada-ui/use-focus": "1.0.28",
46
- "@yamada-ui/use-popper": "1.0.48-dev-20250120135827",
47
- "@yamada-ui/utils": "1.7.0"
39
+ "@yamada-ui/close-button": "1.0.54-dev-20250223070525",
40
+ "@yamada-ui/core": "1.17.2-dev-20250223070525",
41
+ "@yamada-ui/motion": "2.3.2-dev-20250223070525",
42
+ "@yamada-ui/transitions": "1.1.18-dev-20250223070525",
43
+ "@yamada-ui/use-animation": "1.0.49-dev-20250223070525",
44
+ "@yamada-ui/use-disclosure": "1.1.5-dev-20250223070525",
45
+ "@yamada-ui/use-focus": "1.0.29-dev-20250223070525",
46
+ "@yamada-ui/use-popper": "1.0.49-dev-20250223070525",
47
+ "@yamada-ui/utils": "1.7.1-dev-20250223070525"
48
48
  },
49
49
  "devDependencies": {
50
50
  "clean-package": "2.2.0",