@alfalab/core-components-input-autocomplete 14.0.1-alfasans → 14.0.2

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_1peyf.input-autocomplete__error_1peyf ~ * {
1
+ .input-autocomplete__arrow_34zro.input-autocomplete__error_34zro ~ * {
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_1peyf","error":"input-autocomplete__error_1peyf"};
5
+ var styles = {"arrow":"input-autocomplete__arrow_34zro","error":"input-autocomplete__error_34zro"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,9 +3,8 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-alfasans:
7
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
- Helvetica, sans-serif;
6
+ --font-family-system:
7
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
9
8
  }
10
9
  :root {
11
10
  --focus-color: var(--color-light-status-info);
@@ -16,46 +15,45 @@
16
15
  --input-success-icon-display: flex;
17
16
  --input-error-icon-not-alone-display: none;
18
17
  }
19
- .input-autocomplete__component_lqbtt {
18
+ .input-autocomplete__component_1lhw2 {
20
19
  width: 100%;
21
20
  outline: none;
22
21
  }
23
- .input-autocomplete__field_lqbtt:not(.input-autocomplete__disabled_lqbtt) {
22
+ .input-autocomplete__field_1lhw2:not(.input-autocomplete__disabled_1lhw2) {
24
23
  cursor: pointer;
25
24
  }
26
- .input-autocomplete__errorIcon_lqbtt {
25
+ .input-autocomplete__errorIcon_1lhw2 {
27
26
  display: var(--input-error-icon-display);
28
27
  }
29
- * + .input-autocomplete__errorIcon_lqbtt {
28
+ * + .input-autocomplete__errorIcon_1lhw2 {
30
29
  display: var(--input-error-icon-not-alone-display);
31
30
  }
32
- .input-autocomplete__successIcon_lqbtt {
31
+ .input-autocomplete__successIcon_1lhw2 {
33
32
  display: var(--input-success-icon-display);
34
33
  }
35
- .input-autocomplete__disabled_lqbtt {
34
+ .input-autocomplete__disabled_1lhw2 {
36
35
  cursor: var(--disabled-cursor);
37
36
  }
38
- .input-autocomplete__placeholder_lqbtt {
37
+ .input-autocomplete__placeholder_1lhw2 {
39
38
  color: var(--color-light-text-secondary);
40
39
  }
41
- .input-autocomplete__contentWrapper_lqbtt {
40
+ .input-autocomplete__contentWrapper_1lhw2 {
42
41
  font-size: 16px;
43
42
  line-height: 20px;
44
43
  font-weight: 400;
45
- letter-spacing: -0.24px;
46
- font-family: var(--font-family-alfasans);
44
+ font-family: var(--font-family-system);
47
45
 
48
46
  white-space: nowrap;
49
47
  text-overflow: ellipsis;
50
48
  overflow: hidden;
51
49
  width: 100%;
52
50
  }
53
- .input-autocomplete__value_lqbtt {
51
+ .input-autocomplete__value_1lhw2 {
54
52
  overflow: hidden;
55
53
  text-overflow: ellipsis;
56
54
  text-align: left;
57
55
  }
58
- .input-autocomplete__focusVisible_lqbtt {
56
+ .input-autocomplete__focusVisible_1lhw2 {
59
57
  outline: 2px solid var(--focus-color);
60
58
  outline-offset: 2px;
61
59
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"input-autocomplete__component_lqbtt","field":"input-autocomplete__field_lqbtt","disabled":"input-autocomplete__disabled_lqbtt","errorIcon":"input-autocomplete__errorIcon_lqbtt","successIcon":"input-autocomplete__successIcon_lqbtt","placeholder":"input-autocomplete__placeholder_lqbtt","contentWrapper":"input-autocomplete__contentWrapper_lqbtt","value":"input-autocomplete__value_lqbtt","focusVisible":"input-autocomplete__focusVisible_lqbtt"};
5
+ var styles = {"component":"input-autocomplete__component_1lhw2","field":"input-autocomplete__field_1lhw2","disabled":"input-autocomplete__disabled_1lhw2","errorIcon":"input-autocomplete__errorIcon_1lhw2","successIcon":"input-autocomplete__successIcon_1lhw2","placeholder":"input-autocomplete__placeholder_1lhw2","contentWrapper":"input-autocomplete__contentWrapper_1lhw2","value":"input-autocomplete__value_1lhw2","focusVisible":"input-autocomplete__focusVisible_1lhw2"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,9 +3,8 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-alfasans:
7
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
- Helvetica, sans-serif;
6
+ --font-family-system:
7
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
9
8
  }
10
9
  :root {
11
10
  --focus-color: var(--color-light-status-info);
@@ -42,8 +41,7 @@
42
41
  font-size: 16px;
43
42
  line-height: 20px;
44
43
  font-weight: 400;
45
- letter-spacing: -0.24px;
46
- font-family: var(--font-family-alfasans);
44
+ font-family: var(--font-family-system);
47
45
 
48
46
  white-space: nowrap;
49
47
  text-overflow: ellipsis;
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1peyf.input-autocomplete__error_1peyf ~ * {
1
+ .input-autocomplete__arrow_34zro.input-autocomplete__error_34zro ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"arrow":"input-autocomplete__arrow_1peyf","error":"input-autocomplete__error_1peyf"};
3
+ var styles = {"arrow":"input-autocomplete__arrow_34zro","error":"input-autocomplete__error_34zro"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,9 +3,8 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-alfasans:
7
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
- Helvetica, sans-serif;
6
+ --font-family-system:
7
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
9
8
  }
10
9
  :root {
11
10
  --focus-color: var(--color-light-status-info);
@@ -16,46 +15,45 @@
16
15
  --input-success-icon-display: flex;
17
16
  --input-error-icon-not-alone-display: none;
18
17
  }
19
- .input-autocomplete__component_lqbtt {
18
+ .input-autocomplete__component_1lhw2 {
20
19
  width: 100%;
21
20
  outline: none;
22
21
  }
23
- .input-autocomplete__field_lqbtt:not(.input-autocomplete__disabled_lqbtt) {
22
+ .input-autocomplete__field_1lhw2:not(.input-autocomplete__disabled_1lhw2) {
24
23
  cursor: pointer;
25
24
  }
26
- .input-autocomplete__errorIcon_lqbtt {
25
+ .input-autocomplete__errorIcon_1lhw2 {
27
26
  display: var(--input-error-icon-display);
28
27
  }
29
- * + .input-autocomplete__errorIcon_lqbtt {
28
+ * + .input-autocomplete__errorIcon_1lhw2 {
30
29
  display: var(--input-error-icon-not-alone-display);
31
30
  }
32
- .input-autocomplete__successIcon_lqbtt {
31
+ .input-autocomplete__successIcon_1lhw2 {
33
32
  display: var(--input-success-icon-display);
34
33
  }
35
- .input-autocomplete__disabled_lqbtt {
34
+ .input-autocomplete__disabled_1lhw2 {
36
35
  cursor: var(--disabled-cursor);
37
36
  }
38
- .input-autocomplete__placeholder_lqbtt {
37
+ .input-autocomplete__placeholder_1lhw2 {
39
38
  color: var(--color-light-text-secondary);
40
39
  }
41
- .input-autocomplete__contentWrapper_lqbtt {
40
+ .input-autocomplete__contentWrapper_1lhw2 {
42
41
  font-size: 16px;
43
42
  line-height: 20px;
44
43
  font-weight: 400;
45
- letter-spacing: -0.24px;
46
- font-family: var(--font-family-alfasans);
44
+ font-family: var(--font-family-system);
47
45
 
48
46
  white-space: nowrap;
49
47
  text-overflow: ellipsis;
50
48
  overflow: hidden;
51
49
  width: 100%;
52
50
  }
53
- .input-autocomplete__value_lqbtt {
51
+ .input-autocomplete__value_1lhw2 {
54
52
  overflow: hidden;
55
53
  text-overflow: ellipsis;
56
54
  text-align: left;
57
55
  }
58
- .input-autocomplete__focusVisible_lqbtt {
56
+ .input-autocomplete__focusVisible_1lhw2 {
59
57
  outline: 2px solid var(--focus-color);
60
58
  outline-offset: 2px;
61
59
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"input-autocomplete__component_lqbtt","field":"input-autocomplete__field_lqbtt","disabled":"input-autocomplete__disabled_lqbtt","errorIcon":"input-autocomplete__errorIcon_lqbtt","successIcon":"input-autocomplete__successIcon_lqbtt","placeholder":"input-autocomplete__placeholder_lqbtt","contentWrapper":"input-autocomplete__contentWrapper_lqbtt","value":"input-autocomplete__value_lqbtt","focusVisible":"input-autocomplete__focusVisible_lqbtt"};
3
+ var styles = {"component":"input-autocomplete__component_1lhw2","field":"input-autocomplete__field_1lhw2","disabled":"input-autocomplete__disabled_1lhw2","errorIcon":"input-autocomplete__errorIcon_1lhw2","successIcon":"input-autocomplete__successIcon_1lhw2","placeholder":"input-autocomplete__placeholder_1lhw2","contentWrapper":"input-autocomplete__contentWrapper_1lhw2","value":"input-autocomplete__value_1lhw2","focusVisible":"input-autocomplete__focusVisible_1lhw2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_1kx6o {
1
+ .input-autocomplete__input_jg9rz {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"input":"input-autocomplete__input_1kx6o"};
3
+ var styles = {"input":"input-autocomplete__input_jg9rz"};
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_1kx6o {
1
+ .input-autocomplete__input_jg9rz {
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_1kx6o"};
5
+ var styles = {"input":"input-autocomplete__input_jg9rz"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1peyf.input-autocomplete__error_1peyf ~ * {
1
+ .input-autocomplete__arrow_34zro.input-autocomplete__error_34zro ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"arrow":"input-autocomplete__arrow_1peyf","error":"input-autocomplete__error_1peyf"};
3
+ const styles = {"arrow":"input-autocomplete__arrow_34zro","error":"input-autocomplete__error_34zro"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,9 +3,8 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-alfasans:
7
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
- Helvetica, sans-serif;
6
+ --font-family-system:
7
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
9
8
  }
10
9
  :root {
11
10
  --focus-color: var(--color-light-status-info);
@@ -16,46 +15,45 @@
16
15
  --input-success-icon-display: flex;
17
16
  --input-error-icon-not-alone-display: none;
18
17
  }
19
- .input-autocomplete__component_lqbtt {
18
+ .input-autocomplete__component_1lhw2 {
20
19
  width: 100%;
21
20
  outline: none;
22
21
  }
23
- .input-autocomplete__field_lqbtt:not(.input-autocomplete__disabled_lqbtt) {
22
+ .input-autocomplete__field_1lhw2:not(.input-autocomplete__disabled_1lhw2) {
24
23
  cursor: pointer;
25
24
  }
26
- .input-autocomplete__errorIcon_lqbtt {
25
+ .input-autocomplete__errorIcon_1lhw2 {
27
26
  display: var(--input-error-icon-display);
28
27
  }
29
- * + .input-autocomplete__errorIcon_lqbtt {
28
+ * + .input-autocomplete__errorIcon_1lhw2 {
30
29
  display: var(--input-error-icon-not-alone-display);
31
30
  }
32
- .input-autocomplete__successIcon_lqbtt {
31
+ .input-autocomplete__successIcon_1lhw2 {
33
32
  display: var(--input-success-icon-display);
34
33
  }
35
- .input-autocomplete__disabled_lqbtt {
34
+ .input-autocomplete__disabled_1lhw2 {
36
35
  cursor: var(--disabled-cursor);
37
36
  }
38
- .input-autocomplete__placeholder_lqbtt {
37
+ .input-autocomplete__placeholder_1lhw2 {
39
38
  color: var(--color-light-text-secondary);
40
39
  }
41
- .input-autocomplete__contentWrapper_lqbtt {
40
+ .input-autocomplete__contentWrapper_1lhw2 {
42
41
  font-size: 16px;
43
42
  line-height: 20px;
44
43
  font-weight: 400;
45
- letter-spacing: -0.24px;
46
- font-family: var(--font-family-alfasans);
44
+ font-family: var(--font-family-system);
47
45
 
48
46
  white-space: nowrap;
49
47
  text-overflow: ellipsis;
50
48
  overflow: hidden;
51
49
  width: 100%;
52
50
  }
53
- .input-autocomplete__value_lqbtt {
51
+ .input-autocomplete__value_1lhw2 {
54
52
  overflow: hidden;
55
53
  text-overflow: ellipsis;
56
54
  text-align: left;
57
55
  }
58
- .input-autocomplete__focusVisible_lqbtt {
56
+ .input-autocomplete__focusVisible_1lhw2 {
59
57
  outline: 2px solid var(--focus-color);
60
58
  outline-offset: 2px;
61
59
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"input-autocomplete__component_lqbtt","field":"input-autocomplete__field_lqbtt","disabled":"input-autocomplete__disabled_lqbtt","errorIcon":"input-autocomplete__errorIcon_lqbtt","successIcon":"input-autocomplete__successIcon_lqbtt","placeholder":"input-autocomplete__placeholder_lqbtt","contentWrapper":"input-autocomplete__contentWrapper_lqbtt","value":"input-autocomplete__value_lqbtt","focusVisible":"input-autocomplete__focusVisible_lqbtt"};
3
+ const styles = {"component":"input-autocomplete__component_1lhw2","field":"input-autocomplete__field_1lhw2","disabled":"input-autocomplete__disabled_1lhw2","errorIcon":"input-autocomplete__errorIcon_1lhw2","successIcon":"input-autocomplete__successIcon_1lhw2","placeholder":"input-autocomplete__placeholder_1lhw2","contentWrapper":"input-autocomplete__contentWrapper_1lhw2","value":"input-autocomplete__value_1lhw2","focusVisible":"input-autocomplete__focusVisible_1lhw2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_1kx6o {
1
+ .input-autocomplete__input_jg9rz {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"input":"input-autocomplete__input_1kx6o"};
3
+ const styles = {"input":"input-autocomplete__input_jg9rz"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -37,8 +37,7 @@
37
37
  font-size: 16px;
38
38
  line-height: 20px;
39
39
  font-weight: 400;
40
- letter-spacing: -0.24px;
41
- font-family: var(--font-family-alfasans);
40
+ font-family: var(--font-family-system);
42
41
 
43
42
  white-space: nowrap;
44
43
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-input-autocomplete",
3
- "version": "14.0.1-alfasans",
3
+ "version": "14.0.2",
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": "14.0.1-alfasans",
14
- "@alfalab/core-components-input": "17.0.1-alfasans",
15
- "@alfalab/core-components-mq": "6.0.1-alfasans",
16
- "@alfalab/core-components-popover": "8.0.1-alfasans",
17
- "@alfalab/core-components-select": "19.0.1-alfasans",
18
- "@alfalab/core-components-shared": "2.0.1-alfasans",
19
- "@alfalab/core-components-status-badge": "3.0.1-alfasans",
13
+ "@alfalab/core-components-form-control": "^14.0.1",
14
+ "@alfalab/core-components-input": "^17.0.1",
15
+ "@alfalab/core-components-mq": "^6.0.1",
16
+ "@alfalab/core-components-popover": "^8.0.1",
17
+ "@alfalab/core-components-select": "^19.0.2",
18
+ "@alfalab/core-components-shared": "^2.0.1",
19
+ "@alfalab/core-components-status-badge": "^3.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": "15.0.1-alfasans",
36
- "varsVersion": "11.0.1-alfasans"
35
+ "themesVersion": "15.0.1",
36
+ "varsVersion": "11.0.1"
37
37
  }