@alfalab/core-components-input-autocomplete 10.1.3 → 10.1.5

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.
Files changed (34) hide show
  1. package/Component.mobile.js +1 -1
  2. package/Component.modal.mobile.js +1 -1
  3. package/Component.responsive.js +1 -1
  4. package/autocomplete-field/Component.js +1 -1
  5. package/autocomplete-field/index.css +2 -2
  6. package/autocomplete-mobile-field/Component.js +1 -1
  7. package/autocomplete-mobile-field/index.css +8 -8
  8. package/esm/Component.mobile.js +1 -1
  9. package/esm/Component.modal.mobile.js +1 -1
  10. package/esm/Component.responsive.js +1 -1
  11. package/esm/autocomplete-field/Component.js +1 -1
  12. package/esm/autocomplete-field/index.css +2 -2
  13. package/esm/autocomplete-mobile-field/Component.js +1 -1
  14. package/esm/autocomplete-mobile-field/index.css +8 -8
  15. package/esm/index.js +1 -1
  16. package/esm/mobile.css +4 -4
  17. package/esm/mobile.js +1 -1
  18. package/esm/{mobile.module-03606a79.js → mobile.module-f307ef66.js} +1 -1
  19. package/index.js +1 -1
  20. package/mobile.css +4 -4
  21. package/mobile.js +1 -1
  22. package/{mobile.module-6999b8d8.js → mobile.module-43cba89a.js} +1 -1
  23. package/modern/Component.mobile.js +1 -1
  24. package/modern/Component.modal.mobile.js +1 -1
  25. package/modern/Component.responsive.js +1 -1
  26. package/modern/autocomplete-field/Component.js +1 -1
  27. package/modern/autocomplete-field/index.css +2 -2
  28. package/modern/autocomplete-mobile-field/Component.js +1 -1
  29. package/modern/autocomplete-mobile-field/index.css +8 -8
  30. package/modern/index.js +1 -1
  31. package/modern/mobile.css +4 -4
  32. package/modern/mobile.js +1 -1
  33. package/modern/{mobile.module-a67b7161.js → mobile.module-acdcfda7.js} +1 -1
  34. package/package.json +4 -4
@@ -11,7 +11,7 @@ var mobile$1 = require('@alfalab/core-components-button/mobile');
11
11
  var coreComponentsInput = require('@alfalab/core-components-input');
12
12
  var mobile = require('@alfalab/core-components-select/mobile');
13
13
  var autocompleteMobileField_Component = require('./autocomplete-mobile-field/Component.js');
14
- var mobile_module = require('./mobile.module-6999b8d8.js');
14
+ var mobile_module = require('./mobile.module-43cba89a.js');
15
15
  require('@alfalab/core-components-form-control/mobile');
16
16
  require('@alfalab/hooks');
17
17
 
@@ -11,7 +11,7 @@ var mobile$1 = require('@alfalab/core-components-button/mobile');
11
11
  var coreComponentsInput = require('@alfalab/core-components-input');
12
12
  var mobile = require('@alfalab/core-components-select/mobile');
13
13
  var autocompleteMobileField_Component = require('./autocomplete-mobile-field/Component.js');
14
- var mobile_module = require('./mobile.module-6999b8d8.js');
14
+ var mobile_module = require('./mobile.module-43cba89a.js');
15
15
  require('@alfalab/core-components-form-control/mobile');
16
16
  require('@alfalab/hooks');
17
17
 
@@ -18,7 +18,7 @@ require('@alfalab/core-components-input');
18
18
  require('@alfalab/core-components-select/mobile');
19
19
  require('./autocomplete-mobile-field/Component.js');
20
20
  require('@alfalab/core-components-form-control/mobile');
21
- require('./mobile.module-6999b8d8.js');
21
+ require('./mobile.module-43cba89a.js');
22
22
 
23
23
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
24
24
 
@@ -14,7 +14,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
 
17
- var styles = {"arrow":"input-autocomplete__arrow_dnzfz","error":"input-autocomplete__error_dnzfz"};
17
+ var styles = {"arrow":"input-autocomplete__arrow_1qhke","error":"input-autocomplete__error_1qhke"};
18
18
  require('./index.css')
19
19
 
20
20
  var AutocompleteField = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1uewe */
2
- .input-autocomplete__arrow_dnzfz.input-autocomplete__error_dnzfz ~ * {
1
+ /* hash: 1swe6 */
2
+ .input-autocomplete__arrow_1qhke.input-autocomplete__error_1qhke ~ * {
3
3
  display: none;
4
4
  }
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"component":"input-autocomplete__component_1hrm5","field":"input-autocomplete__field_1hrm5","disabled":"input-autocomplete__disabled_1hrm5","placeholder":"input-autocomplete__placeholder_1hrm5","contentWrapper":"input-autocomplete__contentWrapper_1hrm5","value":"input-autocomplete__value_1hrm5","focusVisible":"input-autocomplete__focusVisible_1hrm5"};
16
+ var styles = {"component":"input-autocomplete__component_gz7ec","field":"input-autocomplete__field_gz7ec","disabled":"input-autocomplete__disabled_gz7ec","placeholder":"input-autocomplete__placeholder_gz7ec","contentWrapper":"input-autocomplete__contentWrapper_gz7ec","value":"input-autocomplete__value_gz7ec","focusVisible":"input-autocomplete__focusVisible_gz7ec"};
17
17
  require('./index.css')
18
18
 
19
19
  var AutocompleteMobileField = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1t93h */
1
+ /* hash: 1j3nu */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #0072ef;
@@ -18,16 +18,16 @@
18
18
  } :root {
19
19
  --focus-color: var(--color-light-border-link);
20
20
  --disabled-cursor: not-allowed;
21
- } .input-autocomplete__component_1hrm5 {
21
+ } .input-autocomplete__component_gz7ec {
22
22
  width: 100%;
23
23
  outline: none;
24
- } .input-autocomplete__field_1hrm5:not(.input-autocomplete__disabled_1hrm5) {
24
+ } .input-autocomplete__field_gz7ec:not(.input-autocomplete__disabled_gz7ec) {
25
25
  cursor: pointer;
26
- } .input-autocomplete__disabled_1hrm5 {
26
+ } .input-autocomplete__disabled_gz7ec {
27
27
  cursor: var(--disabled-cursor);
28
- } .input-autocomplete__placeholder_1hrm5 {
28
+ } .input-autocomplete__placeholder_gz7ec {
29
29
  color: var(--color-light-text-secondary);
30
- } .input-autocomplete__contentWrapper_1hrm5 {
30
+ } .input-autocomplete__contentWrapper_gz7ec {
31
31
  font-size: 16px;
32
32
  line-height: 20px;
33
33
  font-weight: 400;
@@ -36,11 +36,11 @@
36
36
  text-overflow: ellipsis;
37
37
  overflow: hidden;
38
38
  width: 100%;
39
- } .input-autocomplete__value_1hrm5 {
39
+ } .input-autocomplete__value_gz7ec {
40
40
  overflow: hidden;
41
41
  text-overflow: ellipsis;
42
42
  text-align: left;
43
- } .input-autocomplete__focusVisible_1hrm5 {
43
+ } .input-autocomplete__focusVisible_gz7ec {
44
44
  outline: 2px solid var(--focus-color);
45
45
  outline-offset: 2px;
46
46
  }
@@ -7,7 +7,7 @@ import { ButtonMobile } from '@alfalab/core-components-button/esm/mobile';
7
7
  import { Input } from '@alfalab/core-components-input/esm';
8
8
  import { SelectMobile } from '@alfalab/core-components-select/esm/mobile';
9
9
  import { AutocompleteMobileField } from './autocomplete-mobile-field/Component.js';
10
- import { s as styles } from './mobile.module-03606a79.js';
10
+ import { s as styles } from './mobile.module-f307ef66.js';
11
11
  import '@alfalab/core-components-form-control/esm/mobile';
12
12
  import '@alfalab/hooks';
13
13
 
@@ -7,7 +7,7 @@ import { ButtonMobile } from '@alfalab/core-components-button/esm/mobile';
7
7
  import { Input } from '@alfalab/core-components-input/esm';
8
8
  import { SelectModalMobile } from '@alfalab/core-components-select/esm/mobile';
9
9
  import { AutocompleteMobileField } from './autocomplete-mobile-field/Component.js';
10
- import { s as styles } from './mobile.module-03606a79.js';
10
+ import { s as styles } from './mobile.module-f307ef66.js';
11
11
  import '@alfalab/core-components-form-control/esm/mobile';
12
12
  import '@alfalab/hooks';
13
13
 
@@ -14,7 +14,7 @@ import '@alfalab/core-components-input/esm';
14
14
  import '@alfalab/core-components-select/esm/mobile';
15
15
  import './autocomplete-mobile-field/Component.js';
16
16
  import '@alfalab/core-components-form-control/esm/mobile';
17
- import './mobile.module-03606a79.js';
17
+ import './mobile.module-f307ef66.js';
18
18
 
19
19
  var InputAutocompleteResponsive = forwardRef(function (_a, ref) {
20
20
  var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["breakpoint"]);
@@ -4,7 +4,7 @@ import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { InputDesktop } from '@alfalab/core-components-input/esm/desktop';
6
6
 
7
- var styles = {"arrow":"input-autocomplete__arrow_dnzfz","error":"input-autocomplete__error_dnzfz"};
7
+ var styles = {"arrow":"input-autocomplete__arrow_1qhke","error":"input-autocomplete__error_1qhke"};
8
8
  require('./index.css')
9
9
 
10
10
  var AutocompleteField = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1uewe */
2
- .input-autocomplete__arrow_dnzfz.input-autocomplete__error_dnzfz ~ * {
1
+ /* hash: 1swe6 */
2
+ .input-autocomplete__arrow_1qhke.input-autocomplete__error_1qhke ~ * {
3
3
  display: none;
4
4
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { FormControlMobile } from '@alfalab/core-components-form-control/esm/mobile';
5
5
  import { useFocus } from '@alfalab/hooks';
6
6
 
7
- var styles = {"component":"input-autocomplete__component_1hrm5","field":"input-autocomplete__field_1hrm5","disabled":"input-autocomplete__disabled_1hrm5","placeholder":"input-autocomplete__placeholder_1hrm5","contentWrapper":"input-autocomplete__contentWrapper_1hrm5","value":"input-autocomplete__value_1hrm5","focusVisible":"input-autocomplete__focusVisible_1hrm5"};
7
+ var styles = {"component":"input-autocomplete__component_gz7ec","field":"input-autocomplete__field_gz7ec","disabled":"input-autocomplete__disabled_gz7ec","placeholder":"input-autocomplete__placeholder_gz7ec","contentWrapper":"input-autocomplete__contentWrapper_gz7ec","value":"input-autocomplete__value_gz7ec","focusVisible":"input-autocomplete__focusVisible_gz7ec"};
8
8
  require('./index.css')
9
9
 
10
10
  var AutocompleteMobileField = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1t93h */
1
+ /* hash: 1j3nu */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #0072ef;
@@ -18,16 +18,16 @@
18
18
  } :root {
19
19
  --focus-color: var(--color-light-border-link);
20
20
  --disabled-cursor: not-allowed;
21
- } .input-autocomplete__component_1hrm5 {
21
+ } .input-autocomplete__component_gz7ec {
22
22
  width: 100%;
23
23
  outline: none;
24
- } .input-autocomplete__field_1hrm5:not(.input-autocomplete__disabled_1hrm5) {
24
+ } .input-autocomplete__field_gz7ec:not(.input-autocomplete__disabled_gz7ec) {
25
25
  cursor: pointer;
26
- } .input-autocomplete__disabled_1hrm5 {
26
+ } .input-autocomplete__disabled_gz7ec {
27
27
  cursor: var(--disabled-cursor);
28
- } .input-autocomplete__placeholder_1hrm5 {
28
+ } .input-autocomplete__placeholder_gz7ec {
29
29
  color: var(--color-light-text-secondary);
30
- } .input-autocomplete__contentWrapper_1hrm5 {
30
+ } .input-autocomplete__contentWrapper_gz7ec {
31
31
  font-size: 16px;
32
32
  line-height: 20px;
33
33
  font-weight: 400;
@@ -36,11 +36,11 @@
36
36
  text-overflow: ellipsis;
37
37
  overflow: hidden;
38
38
  width: 100%;
39
- } .input-autocomplete__value_1hrm5 {
39
+ } .input-autocomplete__value_gz7ec {
40
40
  overflow: hidden;
41
41
  text-overflow: ellipsis;
42
42
  text-align: left;
43
- } .input-autocomplete__focusVisible_1hrm5 {
43
+ } .input-autocomplete__focusVisible_gz7ec {
44
44
  outline: 2px solid var(--focus-color);
45
45
  outline-offset: 2px;
46
46
  }
package/esm/index.js CHANGED
@@ -15,4 +15,4 @@ import '@alfalab/core-components-input/esm';
15
15
  import '@alfalab/core-components-select/esm/mobile';
16
16
  import './autocomplete-mobile-field/Component.js';
17
17
  import '@alfalab/core-components-form-control/esm/mobile';
18
- import './mobile.module-03606a79.js';
18
+ import './mobile.module-f307ef66.js';
package/esm/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1wvkk */
1
+ /* hash: 1vd2c */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,11 +16,11 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .input-autocomplete__bottomAddonInput_g4nm3 {
19
+ } .input-autocomplete__bottomAddonInput_cjue7 {
20
20
  padding: 0 var(--gap-xs) var(--gap-xs);
21
21
  box-sizing: border-box;
22
- } .input-autocomplete__footer_g4nm3 {
22
+ } .input-autocomplete__footer_cjue7 {
23
23
  display: flex
24
- } .input-autocomplete__footer_g4nm3 > button + button {
24
+ } .input-autocomplete__footer_cjue7 > button + button {
25
25
  margin-left: var(--gap-m);
26
26
  }
package/esm/mobile.js CHANGED
@@ -11,4 +11,4 @@ import '@alfalab/core-components-select/esm/mobile';
11
11
  import './autocomplete-mobile-field/Component.js';
12
12
  import '@alfalab/core-components-form-control/esm/mobile';
13
13
  import '@alfalab/hooks';
14
- import './mobile.module-03606a79.js';
14
+ import './mobile.module-f307ef66.js';
@@ -1,4 +1,4 @@
1
- var styles = {"bottomAddonInput":"input-autocomplete__bottomAddonInput_g4nm3","footer":"input-autocomplete__footer_g4nm3"};
1
+ var styles = {"bottomAddonInput":"input-autocomplete__bottomAddonInput_cjue7","footer":"input-autocomplete__footer_cjue7"};
2
2
  require('./mobile.css')
3
3
 
4
4
  export { styles as s };
package/index.js CHANGED
@@ -19,7 +19,7 @@ require('@alfalab/core-components-input');
19
19
  require('@alfalab/core-components-select/mobile');
20
20
  require('./autocomplete-mobile-field/Component.js');
21
21
  require('@alfalab/core-components-form-control/mobile');
22
- require('./mobile.module-6999b8d8.js');
22
+ require('./mobile.module-43cba89a.js');
23
23
 
24
24
 
25
25
 
package/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1wvkk */
1
+ /* hash: 1vd2c */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,11 +16,11 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .input-autocomplete__bottomAddonInput_g4nm3 {
19
+ } .input-autocomplete__bottomAddonInput_cjue7 {
20
20
  padding: 0 var(--gap-xs) var(--gap-xs);
21
21
  box-sizing: border-box;
22
- } .input-autocomplete__footer_g4nm3 {
22
+ } .input-autocomplete__footer_cjue7 {
23
23
  display: flex
24
- } .input-autocomplete__footer_g4nm3 > button + button {
24
+ } .input-autocomplete__footer_cjue7 > button + button {
25
25
  margin-left: var(--gap-m);
26
26
  }
package/mobile.js CHANGED
@@ -15,7 +15,7 @@ require('@alfalab/core-components-select/mobile');
15
15
  require('./autocomplete-mobile-field/Component.js');
16
16
  require('@alfalab/core-components-form-control/mobile');
17
17
  require('@alfalab/hooks');
18
- require('./mobile.module-6999b8d8.js');
18
+ require('./mobile.module-43cba89a.js');
19
19
 
20
20
 
21
21
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var styles = {"bottomAddonInput":"input-autocomplete__bottomAddonInput_g4nm3","footer":"input-autocomplete__footer_g4nm3"};
3
+ var styles = {"bottomAddonInput":"input-autocomplete__bottomAddonInput_cjue7","footer":"input-autocomplete__footer_cjue7"};
4
4
  require('./mobile.css')
5
5
 
6
6
  exports.styles = styles;
@@ -6,7 +6,7 @@ import { ButtonMobile } from '@alfalab/core-components-button/modern/mobile';
6
6
  import { Input } from '@alfalab/core-components-input/modern';
7
7
  import { SelectMobile } from '@alfalab/core-components-select/modern/mobile';
8
8
  import { AutocompleteMobileField } from './autocomplete-mobile-field/Component.js';
9
- import { s as styles } from './mobile.module-a67b7161.js';
9
+ import { s as styles } from './mobile.module-acdcfda7.js';
10
10
  import '@alfalab/core-components-form-control/modern/mobile';
11
11
  import '@alfalab/hooks';
12
12
 
@@ -6,7 +6,7 @@ import { ButtonMobile } from '@alfalab/core-components-button/modern/mobile';
6
6
  import { Input } from '@alfalab/core-components-input/modern';
7
7
  import { SelectModalMobile } from '@alfalab/core-components-select/modern/mobile';
8
8
  import { AutocompleteMobileField } from './autocomplete-mobile-field/Component.js';
9
- import { s as styles } from './mobile.module-a67b7161.js';
9
+ import { s as styles } from './mobile.module-acdcfda7.js';
10
10
  import '@alfalab/core-components-form-control/modern/mobile';
11
11
  import '@alfalab/hooks';
12
12
 
@@ -13,7 +13,7 @@ import '@alfalab/core-components-input/modern';
13
13
  import '@alfalab/core-components-select/modern/mobile';
14
14
  import './autocomplete-mobile-field/Component.js';
15
15
  import '@alfalab/core-components-form-control/modern/mobile';
16
- import './mobile.module-a67b7161.js';
16
+ import './mobile.module-acdcfda7.js';
17
17
 
18
18
  const InputAutocompleteResponsive = forwardRef(({ breakpoint = 1024, ...restProps }, ref) => {
19
19
  const [view] = useMedia([
@@ -3,7 +3,7 @@ import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { InputDesktop } from '@alfalab/core-components-input/modern/desktop';
5
5
 
6
- const styles = {"arrow":"input-autocomplete__arrow_dnzfz","error":"input-autocomplete__error_dnzfz"};
6
+ const styles = {"arrow":"input-autocomplete__arrow_1qhke","error":"input-autocomplete__error_1qhke"};
7
7
  require('./index.css')
8
8
 
9
9
  const AutocompleteField = ({ label, labelView = 'inner', placeholder, size, Arrow, Input = InputDesktop, value, error, success, hint, disabled, readOnly, onInput, inputProps = {}, innerProps, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1uewe */
2
- .input-autocomplete__arrow_dnzfz.input-autocomplete__error_dnzfz ~ * {
1
+ /* hash: 1swe6 */
2
+ .input-autocomplete__arrow_1qhke.input-autocomplete__error_1qhke ~ * {
3
3
  display: none;
4
4
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { FormControlMobile } from '@alfalab/core-components-form-control/modern/mobile';
4
4
  import { useFocus } from '@alfalab/hooks';
5
5
 
6
- const styles = {"component":"input-autocomplete__component_1hrm5","field":"input-autocomplete__field_1hrm5","disabled":"input-autocomplete__disabled_1hrm5","placeholder":"input-autocomplete__placeholder_1hrm5","contentWrapper":"input-autocomplete__contentWrapper_1hrm5","value":"input-autocomplete__value_1hrm5","focusVisible":"input-autocomplete__focusVisible_1hrm5"};
6
+ const styles = {"component":"input-autocomplete__component_gz7ec","field":"input-autocomplete__field_gz7ec","disabled":"input-autocomplete__disabled_gz7ec","placeholder":"input-autocomplete__placeholder_gz7ec","contentWrapper":"input-autocomplete__contentWrapper_gz7ec","value":"input-autocomplete__value_gz7ec","focusVisible":"input-autocomplete__focusVisible_gz7ec"};
7
7
  require('./index.css')
8
8
 
9
9
  const AutocompleteMobileField = ({ size = 'm', open, disabled, value, innerProps, dataTestId, fieldClassName, labelView = 'inner', placeholder, Arrow, valueRenderer, toggleMenu, setSelectedItems, selectedMultiple, FormControlComponent, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1t93h */
1
+ /* hash: 1j3nu */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #0072ef;
@@ -18,16 +18,16 @@
18
18
  } :root {
19
19
  --focus-color: var(--color-light-border-link);
20
20
  --disabled-cursor: not-allowed;
21
- } .input-autocomplete__component_1hrm5 {
21
+ } .input-autocomplete__component_gz7ec {
22
22
  width: 100%;
23
23
  outline: none;
24
- } .input-autocomplete__field_1hrm5:not(.input-autocomplete__disabled_1hrm5) {
24
+ } .input-autocomplete__field_gz7ec:not(.input-autocomplete__disabled_gz7ec) {
25
25
  cursor: pointer;
26
- } .input-autocomplete__disabled_1hrm5 {
26
+ } .input-autocomplete__disabled_gz7ec {
27
27
  cursor: var(--disabled-cursor);
28
- } .input-autocomplete__placeholder_1hrm5 {
28
+ } .input-autocomplete__placeholder_gz7ec {
29
29
  color: var(--color-light-text-secondary);
30
- } .input-autocomplete__contentWrapper_1hrm5 {
30
+ } .input-autocomplete__contentWrapper_gz7ec {
31
31
  font-size: 16px;
32
32
  line-height: 20px;
33
33
  font-weight: 400;
@@ -36,11 +36,11 @@
36
36
  text-overflow: ellipsis;
37
37
  overflow: hidden;
38
38
  width: 100%;
39
- } .input-autocomplete__value_1hrm5 {
39
+ } .input-autocomplete__value_gz7ec {
40
40
  overflow: hidden;
41
41
  text-overflow: ellipsis;
42
42
  text-align: left;
43
- } .input-autocomplete__focusVisible_1hrm5 {
43
+ } .input-autocomplete__focusVisible_gz7ec {
44
44
  outline: 2px solid var(--focus-color);
45
45
  outline-offset: 2px;
46
46
  }
package/modern/index.js CHANGED
@@ -14,4 +14,4 @@ import '@alfalab/core-components-input/modern';
14
14
  import '@alfalab/core-components-select/modern/mobile';
15
15
  import './autocomplete-mobile-field/Component.js';
16
16
  import '@alfalab/core-components-form-control/modern/mobile';
17
- import './mobile.module-a67b7161.js';
17
+ import './mobile.module-acdcfda7.js';
package/modern/mobile.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1wvkk */
1
+ /* hash: 1vd2c */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,11 +16,11 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .input-autocomplete__bottomAddonInput_g4nm3 {
19
+ } .input-autocomplete__bottomAddonInput_cjue7 {
20
20
  padding: 0 var(--gap-xs) var(--gap-xs);
21
21
  box-sizing: border-box;
22
- } .input-autocomplete__footer_g4nm3 {
22
+ } .input-autocomplete__footer_cjue7 {
23
23
  display: flex
24
- } .input-autocomplete__footer_g4nm3 > button + button {
24
+ } .input-autocomplete__footer_cjue7 > button + button {
25
25
  margin-left: var(--gap-m);
26
26
  }
package/modern/mobile.js CHANGED
@@ -10,4 +10,4 @@ import '@alfalab/core-components-select/modern/mobile';
10
10
  import './autocomplete-mobile-field/Component.js';
11
11
  import '@alfalab/core-components-form-control/modern/mobile';
12
12
  import '@alfalab/hooks';
13
- import './mobile.module-a67b7161.js';
13
+ import './mobile.module-acdcfda7.js';
@@ -1,4 +1,4 @@
1
- const styles = {"bottomAddonInput":"input-autocomplete__bottomAddonInput_g4nm3","footer":"input-autocomplete__footer_g4nm3"};
1
+ const styles = {"bottomAddonInput":"input-autocomplete__bottomAddonInput_cjue7","footer":"input-autocomplete__footer_cjue7"};
2
2
  require('./mobile.css')
3
3
 
4
4
  export { styles as s };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-input-autocomplete",
3
- "version": "10.1.3",
3
+ "version": "10.1.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@alfalab/core-components-button": "^9.0.4",
38
- "@alfalab/core-components-form-control": "^10.0.0",
39
- "@alfalab/core-components-input": "^12.1.2",
40
- "@alfalab/core-components-select": "^15.1.3",
38
+ "@alfalab/core-components-form-control": "^10.0.1",
39
+ "@alfalab/core-components-input": "^12.1.3",
40
+ "@alfalab/core-components-select": "^15.1.5",
41
41
  "@alfalab/hooks": "^1.13.0",
42
42
  "classnames": "^2.3.1",
43
43
  "lodash.throttle": "^4.1.1",