@yamada-ui/autocomplete 1.6.5 → 1.6.6-dev-20241124015916

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 { ChangeEvent, ReactElement, FocusEvent, DOMAttributes, MouseEvent } from 'react';
5
+ import { ReactElement, FocusEvent, DOMAttributes, MouseEvent, ChangeEvent } from 'react';
6
6
  import { FormControlOptions } from '@yamada-ui/form-control';
7
- import { ComboBoxProps, PopoverProps } from '@yamada-ui/popover';
7
+ import { PopoverProps, ComboBoxProps } 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 { ChangeEvent, ReactElement, FocusEvent, DOMAttributes, MouseEvent } from 'react';
5
+ import { ReactElement, FocusEvent, DOMAttributes, MouseEvent, ChangeEvent } from 'react';
6
6
  import { FormControlOptions } from '@yamada-ui/form-control';
7
- import { ComboBoxProps, PopoverProps } from '@yamada-ui/popover';
7
+ import { PopoverProps, ComboBoxProps } 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",
3
+ "version": "1.6.6-dev-20241124015916",
4
4
  "description": "Yamada UI autocomplete component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -37,13 +37,13 @@
37
37
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@yamada-ui/core": "1.15.5",
41
- "@yamada-ui/form-control": "2.1.7",
42
- "@yamada-ui/icon": "1.1.13",
43
- "@yamada-ui/motion": "2.2.8",
44
- "@yamada-ui/popover": "1.4.3",
40
+ "@yamada-ui/core": "1.15.6-dev-20241124015916",
41
+ "@yamada-ui/form-control": "2.1.8-dev-20241124015916",
42
+ "@yamada-ui/icon": "1.1.14-dev-20241124015916",
43
+ "@yamada-ui/motion": "2.2.9-dev-20241124015916",
44
+ "@yamada-ui/popover": "1.4.4-dev-20241124015916",
45
45
  "@yamada-ui/portal": "1.0.24",
46
- "@yamada-ui/use-clickable": "1.2.13",
46
+ "@yamada-ui/use-clickable": "1.2.14-dev-20241124015916",
47
47
  "@yamada-ui/use-controllable-state": "1.0.23",
48
48
  "@yamada-ui/use-descendant": "1.0.25",
49
49
  "@yamada-ui/use-disclosure": "1.1.0",