@alfalab/core-components-input-autocomplete 13.0.0 → 13.0.1

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.
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1jsug.input-autocomplete__error_1jsug ~ * {
1
+ .input-autocomplete__arrow_1j60x.input-autocomplete__error_1j60x ~ * {
2
2
  display: none;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"arrow":"input-autocomplete__arrow_1jsug","error":"input-autocomplete__error_1jsug"};
5
+ var styles = {"arrow":"input-autocomplete__arrow_1j60x","error":"input-autocomplete__error_1j60x"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -8,22 +8,22 @@
8
8
  --input-error-icon-display: none;
9
9
  --input-success-icon-display: flex;
10
10
  --input-error-icon-not-alone-display: none;
11
- } .input-autocomplete__component_1dkkb {
11
+ } .input-autocomplete__component_1e7dt {
12
12
  width: 100%;
13
13
  outline: none;
14
- } .input-autocomplete__field_1dkkb:not(.input-autocomplete__disabled_1dkkb) {
14
+ } .input-autocomplete__field_1e7dt:not(.input-autocomplete__disabled_1e7dt) {
15
15
  cursor: pointer;
16
- } .input-autocomplete__errorIcon_1dkkb {
16
+ } .input-autocomplete__errorIcon_1e7dt {
17
17
  display: var(--input-error-icon-display);
18
- } * + .input-autocomplete__errorIcon_1dkkb {
18
+ } * + .input-autocomplete__errorIcon_1e7dt {
19
19
  display: var(--input-error-icon-not-alone-display);
20
- } .input-autocomplete__successIcon_1dkkb {
20
+ } .input-autocomplete__successIcon_1e7dt {
21
21
  display: var(--input-success-icon-display);
22
- } .input-autocomplete__disabled_1dkkb {
22
+ } .input-autocomplete__disabled_1e7dt {
23
23
  cursor: var(--disabled-cursor);
24
- } .input-autocomplete__placeholder_1dkkb {
24
+ } .input-autocomplete__placeholder_1e7dt {
25
25
  color: var(--color-light-text-secondary);
26
- } .input-autocomplete__contentWrapper_1dkkb {
26
+ } .input-autocomplete__contentWrapper_1e7dt {
27
27
  font-size: 16px;
28
28
  line-height: 20px;
29
29
  font-weight: 400;
@@ -32,11 +32,11 @@
32
32
  text-overflow: ellipsis;
33
33
  overflow: hidden;
34
34
  width: 100%;
35
- } .input-autocomplete__value_1dkkb {
35
+ } .input-autocomplete__value_1e7dt {
36
36
  overflow: hidden;
37
37
  text-overflow: ellipsis;
38
38
  text-align: left;
39
- } .input-autocomplete__focusVisible_1dkkb {
39
+ } .input-autocomplete__focusVisible_1e7dt {
40
40
  outline: 2px solid var(--focus-color);
41
41
  outline-offset: 2px;
42
42
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"input-autocomplete__component_1dkkb","field":"input-autocomplete__field_1dkkb","disabled":"input-autocomplete__disabled_1dkkb","errorIcon":"input-autocomplete__errorIcon_1dkkb","successIcon":"input-autocomplete__successIcon_1dkkb","placeholder":"input-autocomplete__placeholder_1dkkb","contentWrapper":"input-autocomplete__contentWrapper_1dkkb","value":"input-autocomplete__value_1dkkb","focusVisible":"input-autocomplete__focusVisible_1dkkb"};
5
+ var styles = {"component":"input-autocomplete__component_1e7dt","field":"input-autocomplete__field_1e7dt","disabled":"input-autocomplete__disabled_1e7dt","errorIcon":"input-autocomplete__errorIcon_1e7dt","successIcon":"input-autocomplete__successIcon_1e7dt","placeholder":"input-autocomplete__placeholder_1e7dt","contentWrapper":"input-autocomplete__contentWrapper_1e7dt","value":"input-autocomplete__value_1e7dt","focusVisible":"input-autocomplete__focusVisible_1e7dt"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1jsug.input-autocomplete__error_1jsug ~ * {
1
+ .input-autocomplete__arrow_1j60x.input-autocomplete__error_1j60x ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"arrow":"input-autocomplete__arrow_1jsug","error":"input-autocomplete__error_1jsug"};
3
+ var styles = {"arrow":"input-autocomplete__arrow_1j60x","error":"input-autocomplete__error_1j60x"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,22 +8,22 @@
8
8
  --input-error-icon-display: none;
9
9
  --input-success-icon-display: flex;
10
10
  --input-error-icon-not-alone-display: none;
11
- } .input-autocomplete__component_1dkkb {
11
+ } .input-autocomplete__component_1e7dt {
12
12
  width: 100%;
13
13
  outline: none;
14
- } .input-autocomplete__field_1dkkb:not(.input-autocomplete__disabled_1dkkb) {
14
+ } .input-autocomplete__field_1e7dt:not(.input-autocomplete__disabled_1e7dt) {
15
15
  cursor: pointer;
16
- } .input-autocomplete__errorIcon_1dkkb {
16
+ } .input-autocomplete__errorIcon_1e7dt {
17
17
  display: var(--input-error-icon-display);
18
- } * + .input-autocomplete__errorIcon_1dkkb {
18
+ } * + .input-autocomplete__errorIcon_1e7dt {
19
19
  display: var(--input-error-icon-not-alone-display);
20
- } .input-autocomplete__successIcon_1dkkb {
20
+ } .input-autocomplete__successIcon_1e7dt {
21
21
  display: var(--input-success-icon-display);
22
- } .input-autocomplete__disabled_1dkkb {
22
+ } .input-autocomplete__disabled_1e7dt {
23
23
  cursor: var(--disabled-cursor);
24
- } .input-autocomplete__placeholder_1dkkb {
24
+ } .input-autocomplete__placeholder_1e7dt {
25
25
  color: var(--color-light-text-secondary);
26
- } .input-autocomplete__contentWrapper_1dkkb {
26
+ } .input-autocomplete__contentWrapper_1e7dt {
27
27
  font-size: 16px;
28
28
  line-height: 20px;
29
29
  font-weight: 400;
@@ -32,11 +32,11 @@
32
32
  text-overflow: ellipsis;
33
33
  overflow: hidden;
34
34
  width: 100%;
35
- } .input-autocomplete__value_1dkkb {
35
+ } .input-autocomplete__value_1e7dt {
36
36
  overflow: hidden;
37
37
  text-overflow: ellipsis;
38
38
  text-align: left;
39
- } .input-autocomplete__focusVisible_1dkkb {
39
+ } .input-autocomplete__focusVisible_1e7dt {
40
40
  outline: 2px solid var(--focus-color);
41
41
  outline-offset: 2px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"input-autocomplete__component_1dkkb","field":"input-autocomplete__field_1dkkb","disabled":"input-autocomplete__disabled_1dkkb","errorIcon":"input-autocomplete__errorIcon_1dkkb","successIcon":"input-autocomplete__successIcon_1dkkb","placeholder":"input-autocomplete__placeholder_1dkkb","contentWrapper":"input-autocomplete__contentWrapper_1dkkb","value":"input-autocomplete__value_1dkkb","focusVisible":"input-autocomplete__focusVisible_1dkkb"};
3
+ var styles = {"component":"input-autocomplete__component_1e7dt","field":"input-autocomplete__field_1e7dt","disabled":"input-autocomplete__disabled_1e7dt","errorIcon":"input-autocomplete__errorIcon_1e7dt","successIcon":"input-autocomplete__successIcon_1e7dt","placeholder":"input-autocomplete__placeholder_1e7dt","contentWrapper":"input-autocomplete__contentWrapper_1e7dt","value":"input-autocomplete__value_1e7dt","focusVisible":"input-autocomplete__focusVisible_1e7dt"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_1ib3y {
1
+ .input-autocomplete__input_12gcn {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"input":"input-autocomplete__input_1ib3y"};
3
+ var styles = {"input":"input-autocomplete__input_12gcn"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
package/mobile/mobile.css CHANGED
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_1ib3y {
1
+ .input-autocomplete__input_12gcn {
2
2
  width: auto;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var styles = {"input":"input-autocomplete__input_1ib3y"};
5
+ var styles = {"input":"input-autocomplete__input_12gcn"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1jsug.input-autocomplete__error_1jsug ~ * {
1
+ .input-autocomplete__arrow_1j60x.input-autocomplete__error_1j60x ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"arrow":"input-autocomplete__arrow_1jsug","error":"input-autocomplete__error_1jsug"};
3
+ const styles = {"arrow":"input-autocomplete__arrow_1j60x","error":"input-autocomplete__error_1j60x"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,22 +8,22 @@
8
8
  --input-error-icon-display: none;
9
9
  --input-success-icon-display: flex;
10
10
  --input-error-icon-not-alone-display: none;
11
- } .input-autocomplete__component_1dkkb {
11
+ } .input-autocomplete__component_1e7dt {
12
12
  width: 100%;
13
13
  outline: none;
14
- } .input-autocomplete__field_1dkkb:not(.input-autocomplete__disabled_1dkkb) {
14
+ } .input-autocomplete__field_1e7dt:not(.input-autocomplete__disabled_1e7dt) {
15
15
  cursor: pointer;
16
- } .input-autocomplete__errorIcon_1dkkb {
16
+ } .input-autocomplete__errorIcon_1e7dt {
17
17
  display: var(--input-error-icon-display);
18
- } * + .input-autocomplete__errorIcon_1dkkb {
18
+ } * + .input-autocomplete__errorIcon_1e7dt {
19
19
  display: var(--input-error-icon-not-alone-display);
20
- } .input-autocomplete__successIcon_1dkkb {
20
+ } .input-autocomplete__successIcon_1e7dt {
21
21
  display: var(--input-success-icon-display);
22
- } .input-autocomplete__disabled_1dkkb {
22
+ } .input-autocomplete__disabled_1e7dt {
23
23
  cursor: var(--disabled-cursor);
24
- } .input-autocomplete__placeholder_1dkkb {
24
+ } .input-autocomplete__placeholder_1e7dt {
25
25
  color: var(--color-light-text-secondary);
26
- } .input-autocomplete__contentWrapper_1dkkb {
26
+ } .input-autocomplete__contentWrapper_1e7dt {
27
27
  font-size: 16px;
28
28
  line-height: 20px;
29
29
  font-weight: 400;
@@ -32,11 +32,11 @@
32
32
  text-overflow: ellipsis;
33
33
  overflow: hidden;
34
34
  width: 100%;
35
- } .input-autocomplete__value_1dkkb {
35
+ } .input-autocomplete__value_1e7dt {
36
36
  overflow: hidden;
37
37
  text-overflow: ellipsis;
38
38
  text-align: left;
39
- } .input-autocomplete__focusVisible_1dkkb {
39
+ } .input-autocomplete__focusVisible_1e7dt {
40
40
  outline: 2px solid var(--focus-color);
41
41
  outline-offset: 2px;
42
42
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"input-autocomplete__component_1dkkb","field":"input-autocomplete__field_1dkkb","disabled":"input-autocomplete__disabled_1dkkb","errorIcon":"input-autocomplete__errorIcon_1dkkb","successIcon":"input-autocomplete__successIcon_1dkkb","placeholder":"input-autocomplete__placeholder_1dkkb","contentWrapper":"input-autocomplete__contentWrapper_1dkkb","value":"input-autocomplete__value_1dkkb","focusVisible":"input-autocomplete__focusVisible_1dkkb"};
3
+ const styles = {"component":"input-autocomplete__component_1e7dt","field":"input-autocomplete__field_1e7dt","disabled":"input-autocomplete__disabled_1e7dt","errorIcon":"input-autocomplete__errorIcon_1e7dt","successIcon":"input-autocomplete__successIcon_1e7dt","placeholder":"input-autocomplete__placeholder_1e7dt","contentWrapper":"input-autocomplete__contentWrapper_1e7dt","value":"input-autocomplete__value_1e7dt","focusVisible":"input-autocomplete__focusVisible_1e7dt"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_1ib3y {
1
+ .input-autocomplete__input_12gcn {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"input":"input-autocomplete__input_1ib3y"};
3
+ const styles = {"input":"input-autocomplete__input_12gcn"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-input-autocomplete",
3
- "version": "13.0.0",
3
+ "version": "13.0.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,13 +10,13 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-form-control": "^13.0.0",
14
- "@alfalab/core-components-input": "^16.0.0",
15
- "@alfalab/core-components-mq": "^5.0.0",
16
- "@alfalab/core-components-popover": "^7.0.0",
17
- "@alfalab/core-components-select": "^18.0.0",
18
- "@alfalab/core-components-shared": "^1.0.0",
19
- "@alfalab/core-components-status-badge": "^2.0.0",
13
+ "@alfalab/core-components-form-control": "^13.0.1",
14
+ "@alfalab/core-components-input": "^16.0.1",
15
+ "@alfalab/core-components-mq": "^5.0.1",
16
+ "@alfalab/core-components-popover": "^7.1.0",
17
+ "@alfalab/core-components-select": "^18.0.1",
18
+ "@alfalab/core-components-shared": "^1.1.0",
19
+ "@alfalab/core-components-status-badge": "^2.0.1",
20
20
  "@alfalab/hooks": "^1.13.1",
21
21
  "@maskito/core": "^1.7.0",
22
22
  "classnames": "^2.5.1",
@@ -32,6 +32,6 @@
32
32
  "access": "public",
33
33
  "directory": "dist"
34
34
  },
35
- "themesVersion": "14.0.0",
36
- "varsVersion": "10.0.0"
35
+ "themesVersion": "14.1.0",
36
+ "varsVersion": "10.1.0"
37
37
  }