@yamada-ui/autocomplete 1.6.5-next-20241117114930 → 1.6.5-next-20241118203459

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,9 +2,9 @@ import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps, PropGetter } from '@yamada-ui/core';
3
3
  import * as _yamada_ui_use_descendant from '@yamada-ui/use-descendant';
4
4
  import * as react from 'react';
5
- import { ReactElement, FocusEvent, DOMAttributes, MouseEvent, ChangeEvent } from 'react';
5
+ import { ChangeEvent, ReactElement, FocusEvent, DOMAttributes, MouseEvent } from 'react';
6
6
  import { FormControlOptions } from '@yamada-ui/form-control';
7
- import { PopoverProps, ComboBoxProps } from '@yamada-ui/popover';
7
+ import { ComboBoxProps, PopoverProps } from '@yamada-ui/popover';
8
8
  import { Union } from '@yamada-ui/utils';
9
9
  import { AutocompleteOptionProps } from './autocomplete-option.mjs';
10
10
  import { AutocompleteOptionGroupProps } from './autocomplete-option-group.mjs';
@@ -2,9 +2,9 @@ import * as _yamada_ui_core from '@yamada-ui/core';
2
2
  import { HTMLUIProps, PropGetter } from '@yamada-ui/core';
3
3
  import * as _yamada_ui_use_descendant from '@yamada-ui/use-descendant';
4
4
  import * as react from 'react';
5
- import { ReactElement, FocusEvent, DOMAttributes, MouseEvent, ChangeEvent } from 'react';
5
+ import { ChangeEvent, ReactElement, FocusEvent, DOMAttributes, MouseEvent } from 'react';
6
6
  import { FormControlOptions } from '@yamada-ui/form-control';
7
- import { PopoverProps, ComboBoxProps } from '@yamada-ui/popover';
7
+ import { ComboBoxProps, PopoverProps } from '@yamada-ui/popover';
8
8
  import { Union } from '@yamada-ui/utils';
9
9
  import { AutocompleteOptionProps } from './autocomplete-option.js';
10
10
  import { AutocompleteOptionGroupProps } from './autocomplete-option-group.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/autocomplete",
3
- "version": "1.6.5-next-20241117114930",
3
+ "version": "1.6.5-next-20241118203459",
4
4
  "description": "Yamada UI autocomplete component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -39,9 +39,9 @@
39
39
  "dependencies": {
40
40
  "@yamada-ui/core": "1.15.5",
41
41
  "@yamada-ui/form-control": "2.1.7",
42
- "@yamada-ui/icon": "1.1.12",
43
- "@yamada-ui/motion": "2.2.8-next-20241117114930",
44
- "@yamada-ui/popover": "1.4.3-next-20241117114930",
42
+ "@yamada-ui/icon": "1.1.13-next-20241118203459",
43
+ "@yamada-ui/motion": "2.2.8-next-20241118203459",
44
+ "@yamada-ui/popover": "1.4.3-next-20241118203459",
45
45
  "@yamada-ui/portal": "1.0.24",
46
46
  "@yamada-ui/use-clickable": "1.2.13",
47
47
  "@yamada-ui/use-controllable-state": "1.0.23",