@yamada-ui/popover 1.4.3 → 1.4.4-dev-20241123052407

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
- import { FC, ThemeProps, CSSUIObject, PropGetter } from '@yamada-ui/core';
1
+ import { ThemeProps, FC, 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 { PropsWithChildren, RefObject, ComponentProps } from 'react';
5
+ import { RefObject, PropsWithChildren, 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", "isOpen", "defaultIsOpen", "onOpen", "onClose", "initialFocusRef", "restoreFocus", "autoFocus", "closeOnBlur", "closeOnEsc", "closeOnButton", "trigger", "openDelay", "closeDelay", "isLazy", "lazyBehavior", "animation", "duration"];
package/dist/popover.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { FC, ThemeProps, CSSUIObject, PropGetter } from '@yamada-ui/core';
1
+ import { ThemeProps, FC, 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 { PropsWithChildren, RefObject, ComponentProps } from 'react';
5
+ import { RefObject, PropsWithChildren, 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", "isOpen", "defaultIsOpen", "onOpen", "onClose", "initialFocusRef", "restoreFocus", "autoFocus", "closeOnBlur", "closeOnEsc", "closeOnButton", "trigger", "openDelay", "closeDelay", "isLazy", "lazyBehavior", "animation", "duration"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/popover",
3
- "version": "1.4.3",
3
+ "version": "1.4.4-dev-20241123052407",
4
4
  "description": "Yamada UI popover component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,14 +36,14 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/motion": "2.2.8",
40
- "@yamada-ui/close-button": "1.0.47",
41
- "@yamada-ui/transitions": "1.1.11",
42
- "@yamada-ui/use-animation": "1.0.42",
43
- "@yamada-ui/core": "1.15.5",
44
- "@yamada-ui/use-focus": "1.0.24",
45
- "@yamada-ui/use-popper": "1.0.42",
39
+ "@yamada-ui/close-button": "1.0.48-dev-20241123052407",
40
+ "@yamada-ui/core": "1.15.6-dev-20241123052407",
41
+ "@yamada-ui/motion": "2.2.9-dev-20241123052407",
42
+ "@yamada-ui/transitions": "1.1.12-dev-20241123052407",
43
+ "@yamada-ui/use-animation": "1.0.43-dev-20241123052407",
46
44
  "@yamada-ui/use-disclosure": "1.1.0",
45
+ "@yamada-ui/use-focus": "1.0.24",
46
+ "@yamada-ui/use-popper": "1.0.43-dev-20241123052407",
47
47
  "@yamada-ui/utils": "1.5.4"
48
48
  },
49
49
  "devDependencies": {