@yamada-ui/popover 1.4.3-dev-20241117121523 → 1.4.3-dev-20241117133721

Sign up to get free protection for your applications and to get access to all the features.
@@ -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", "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 { 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", "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-dev-20241117121523",
3
+ "version": "1.4.3-dev-20241117133721",
4
4
  "description": "Yamada UI popover component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,10 +36,10 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/close-button": "1.0.47-dev-20241117121523",
39
+ "@yamada-ui/close-button": "1.0.47-dev-20241117133721",
40
40
  "@yamada-ui/core": "1.15.5",
41
- "@yamada-ui/motion": "2.2.8-dev-20241117121523",
42
- "@yamada-ui/transitions": "1.1.11-dev-20241117121523",
41
+ "@yamada-ui/motion": "2.2.8-dev-20241117133721",
42
+ "@yamada-ui/transitions": "1.1.11-dev-20241117133721",
43
43
  "@yamada-ui/use-animation": "1.0.42",
44
44
  "@yamada-ui/use-disclosure": "1.1.0",
45
45
  "@yamada-ui/use-focus": "1.0.24",