@alfalab/core-components-input-autocomplete 14.0.13 → 14.0.14-alfasans

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_1hnjw.input-autocomplete__error_1hnjw ~ * {
1
+ .input-autocomplete__arrow_1beyv.input-autocomplete__error_1beyv ~ * {
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_1hnjw","error":"input-autocomplete__error_1hnjw"};
5
+ var styles = {"arrow":"input-autocomplete__arrow_1beyv","error":"input-autocomplete__error_1beyv"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,8 +3,9 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-system:
7
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
6
+ --font-family-alfasans:
7
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
+ Helvetica, sans-serif;
8
9
  }
9
10
  :root {
10
11
  --focus-color: var(--color-light-status-info);
@@ -15,45 +16,46 @@
15
16
  --input-success-icon-display: flex;
16
17
  --input-error-icon-not-alone-display: none;
17
18
  }
18
- .input-autocomplete__component_128nz {
19
+ .input-autocomplete__component_2k458 {
19
20
  width: 100%;
20
21
  outline: none;
21
22
  }
22
- .input-autocomplete__field_128nz:not(.input-autocomplete__disabled_128nz) {
23
+ .input-autocomplete__field_2k458:not(.input-autocomplete__disabled_2k458) {
23
24
  cursor: pointer;
24
25
  }
25
- .input-autocomplete__errorIcon_128nz {
26
+ .input-autocomplete__errorIcon_2k458 {
26
27
  display: var(--input-error-icon-display);
27
28
  }
28
- * + .input-autocomplete__errorIcon_128nz {
29
+ * + .input-autocomplete__errorIcon_2k458 {
29
30
  display: var(--input-error-icon-not-alone-display);
30
31
  }
31
- .input-autocomplete__successIcon_128nz {
32
+ .input-autocomplete__successIcon_2k458 {
32
33
  display: var(--input-success-icon-display);
33
34
  }
34
- .input-autocomplete__disabled_128nz {
35
+ .input-autocomplete__disabled_2k458 {
35
36
  cursor: var(--disabled-cursor);
36
37
  }
37
- .input-autocomplete__placeholder_128nz {
38
+ .input-autocomplete__placeholder_2k458 {
38
39
  color: var(--color-light-text-secondary);
39
40
  }
40
- .input-autocomplete__contentWrapper_128nz {
41
+ .input-autocomplete__contentWrapper_2k458 {
41
42
  font-size: 16px;
42
43
  line-height: 20px;
43
44
  font-weight: 400;
44
- font-family: var(--font-family-system);
45
+ letter-spacing: -0.24px;
46
+ font-family: var(--font-family-alfasans);
45
47
 
46
48
  white-space: nowrap;
47
49
  text-overflow: ellipsis;
48
50
  overflow: hidden;
49
51
  width: 100%;
50
52
  }
51
- .input-autocomplete__value_128nz {
53
+ .input-autocomplete__value_2k458 {
52
54
  overflow: hidden;
53
55
  text-overflow: ellipsis;
54
56
  text-align: left;
55
57
  }
56
- .input-autocomplete__focusVisible_128nz {
58
+ .input-autocomplete__focusVisible_2k458 {
57
59
  outline: 2px solid var(--focus-color);
58
60
  outline-offset: 2px;
59
61
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"input-autocomplete__component_128nz","field":"input-autocomplete__field_128nz","disabled":"input-autocomplete__disabled_128nz","errorIcon":"input-autocomplete__errorIcon_128nz","successIcon":"input-autocomplete__successIcon_128nz","placeholder":"input-autocomplete__placeholder_128nz","contentWrapper":"input-autocomplete__contentWrapper_128nz","value":"input-autocomplete__value_128nz","focusVisible":"input-autocomplete__focusVisible_128nz"};
5
+ var styles = {"component":"input-autocomplete__component_2k458","field":"input-autocomplete__field_2k458","disabled":"input-autocomplete__disabled_2k458","errorIcon":"input-autocomplete__errorIcon_2k458","successIcon":"input-autocomplete__successIcon_2k458","placeholder":"input-autocomplete__placeholder_2k458","contentWrapper":"input-autocomplete__contentWrapper_2k458","value":"input-autocomplete__value_2k458","focusVisible":"input-autocomplete__focusVisible_2k458"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,8 +3,9 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-system:
7
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
6
+ --font-family-alfasans:
7
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
+ Helvetica, sans-serif;
8
9
  }
9
10
  :root {
10
11
  --focus-color: var(--color-light-status-info);
@@ -41,7 +42,8 @@
41
42
  font-size: 16px;
42
43
  line-height: 20px;
43
44
  font-weight: 400;
44
- font-family: var(--font-family-system);
45
+ letter-spacing: -0.24px;
46
+ font-family: var(--font-family-alfasans);
45
47
 
46
48
  white-space: nowrap;
47
49
  text-overflow: ellipsis;
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1hnjw.input-autocomplete__error_1hnjw ~ * {
1
+ .input-autocomplete__arrow_1beyv.input-autocomplete__error_1beyv ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"arrow":"input-autocomplete__arrow_1hnjw","error":"input-autocomplete__error_1hnjw"};
3
+ var styles = {"arrow":"input-autocomplete__arrow_1beyv","error":"input-autocomplete__error_1beyv"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,8 +3,9 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-system:
7
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
6
+ --font-family-alfasans:
7
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
+ Helvetica, sans-serif;
8
9
  }
9
10
  :root {
10
11
  --focus-color: var(--color-light-status-info);
@@ -15,45 +16,46 @@
15
16
  --input-success-icon-display: flex;
16
17
  --input-error-icon-not-alone-display: none;
17
18
  }
18
- .input-autocomplete__component_128nz {
19
+ .input-autocomplete__component_2k458 {
19
20
  width: 100%;
20
21
  outline: none;
21
22
  }
22
- .input-autocomplete__field_128nz:not(.input-autocomplete__disabled_128nz) {
23
+ .input-autocomplete__field_2k458:not(.input-autocomplete__disabled_2k458) {
23
24
  cursor: pointer;
24
25
  }
25
- .input-autocomplete__errorIcon_128nz {
26
+ .input-autocomplete__errorIcon_2k458 {
26
27
  display: var(--input-error-icon-display);
27
28
  }
28
- * + .input-autocomplete__errorIcon_128nz {
29
+ * + .input-autocomplete__errorIcon_2k458 {
29
30
  display: var(--input-error-icon-not-alone-display);
30
31
  }
31
- .input-autocomplete__successIcon_128nz {
32
+ .input-autocomplete__successIcon_2k458 {
32
33
  display: var(--input-success-icon-display);
33
34
  }
34
- .input-autocomplete__disabled_128nz {
35
+ .input-autocomplete__disabled_2k458 {
35
36
  cursor: var(--disabled-cursor);
36
37
  }
37
- .input-autocomplete__placeholder_128nz {
38
+ .input-autocomplete__placeholder_2k458 {
38
39
  color: var(--color-light-text-secondary);
39
40
  }
40
- .input-autocomplete__contentWrapper_128nz {
41
+ .input-autocomplete__contentWrapper_2k458 {
41
42
  font-size: 16px;
42
43
  line-height: 20px;
43
44
  font-weight: 400;
44
- font-family: var(--font-family-system);
45
+ letter-spacing: -0.24px;
46
+ font-family: var(--font-family-alfasans);
45
47
 
46
48
  white-space: nowrap;
47
49
  text-overflow: ellipsis;
48
50
  overflow: hidden;
49
51
  width: 100%;
50
52
  }
51
- .input-autocomplete__value_128nz {
53
+ .input-autocomplete__value_2k458 {
52
54
  overflow: hidden;
53
55
  text-overflow: ellipsis;
54
56
  text-align: left;
55
57
  }
56
- .input-autocomplete__focusVisible_128nz {
58
+ .input-autocomplete__focusVisible_2k458 {
57
59
  outline: 2px solid var(--focus-color);
58
60
  outline-offset: 2px;
59
61
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"input-autocomplete__component_128nz","field":"input-autocomplete__field_128nz","disabled":"input-autocomplete__disabled_128nz","errorIcon":"input-autocomplete__errorIcon_128nz","successIcon":"input-autocomplete__successIcon_128nz","placeholder":"input-autocomplete__placeholder_128nz","contentWrapper":"input-autocomplete__contentWrapper_128nz","value":"input-autocomplete__value_128nz","focusVisible":"input-autocomplete__focusVisible_128nz"};
3
+ var styles = {"component":"input-autocomplete__component_2k458","field":"input-autocomplete__field_2k458","disabled":"input-autocomplete__disabled_2k458","errorIcon":"input-autocomplete__errorIcon_2k458","successIcon":"input-autocomplete__successIcon_2k458","placeholder":"input-autocomplete__placeholder_2k458","contentWrapper":"input-autocomplete__contentWrapper_2k458","value":"input-autocomplete__value_2k458","focusVisible":"input-autocomplete__focusVisible_2k458"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_c4p7z {
1
+ .input-autocomplete__input_n5z4t {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var styles = {"input":"input-autocomplete__input_c4p7z"};
3
+ var styles = {"input":"input-autocomplete__input_n5z4t"};
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_c4p7z {
1
+ .input-autocomplete__input_n5z4t {
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_c4p7z"};
5
+ var styles = {"input":"input-autocomplete__input_n5z4t"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__arrow_1hnjw.input-autocomplete__error_1hnjw ~ * {
1
+ .input-autocomplete__arrow_1beyv.input-autocomplete__error_1beyv ~ * {
2
2
  display: none;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"arrow":"input-autocomplete__arrow_1hnjw","error":"input-autocomplete__error_1hnjw"};
3
+ const styles = {"arrow":"input-autocomplete__arrow_1beyv","error":"input-autocomplete__error_1beyv"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,8 +3,9 @@
3
3
  --color-light-text-secondary: rgba(4, 4, 19, 0.55);
4
4
  }
5
5
  :root {
6
- --font-family-system:
7
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
6
+ --font-family-alfasans:
7
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
+ Helvetica, sans-serif;
8
9
  }
9
10
  :root {
10
11
  --focus-color: var(--color-light-status-info);
@@ -15,45 +16,46 @@
15
16
  --input-success-icon-display: flex;
16
17
  --input-error-icon-not-alone-display: none;
17
18
  }
18
- .input-autocomplete__component_128nz {
19
+ .input-autocomplete__component_2k458 {
19
20
  width: 100%;
20
21
  outline: none;
21
22
  }
22
- .input-autocomplete__field_128nz:not(.input-autocomplete__disabled_128nz) {
23
+ .input-autocomplete__field_2k458:not(.input-autocomplete__disabled_2k458) {
23
24
  cursor: pointer;
24
25
  }
25
- .input-autocomplete__errorIcon_128nz {
26
+ .input-autocomplete__errorIcon_2k458 {
26
27
  display: var(--input-error-icon-display);
27
28
  }
28
- * + .input-autocomplete__errorIcon_128nz {
29
+ * + .input-autocomplete__errorIcon_2k458 {
29
30
  display: var(--input-error-icon-not-alone-display);
30
31
  }
31
- .input-autocomplete__successIcon_128nz {
32
+ .input-autocomplete__successIcon_2k458 {
32
33
  display: var(--input-success-icon-display);
33
34
  }
34
- .input-autocomplete__disabled_128nz {
35
+ .input-autocomplete__disabled_2k458 {
35
36
  cursor: var(--disabled-cursor);
36
37
  }
37
- .input-autocomplete__placeholder_128nz {
38
+ .input-autocomplete__placeholder_2k458 {
38
39
  color: var(--color-light-text-secondary);
39
40
  }
40
- .input-autocomplete__contentWrapper_128nz {
41
+ .input-autocomplete__contentWrapper_2k458 {
41
42
  font-size: 16px;
42
43
  line-height: 20px;
43
44
  font-weight: 400;
44
- font-family: var(--font-family-system);
45
+ letter-spacing: -0.24px;
46
+ font-family: var(--font-family-alfasans);
45
47
 
46
48
  white-space: nowrap;
47
49
  text-overflow: ellipsis;
48
50
  overflow: hidden;
49
51
  width: 100%;
50
52
  }
51
- .input-autocomplete__value_128nz {
53
+ .input-autocomplete__value_2k458 {
52
54
  overflow: hidden;
53
55
  text-overflow: ellipsis;
54
56
  text-align: left;
55
57
  }
56
- .input-autocomplete__focusVisible_128nz {
58
+ .input-autocomplete__focusVisible_2k458 {
57
59
  outline: 2px solid var(--focus-color);
58
60
  outline-offset: 2px;
59
61
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"input-autocomplete__component_128nz","field":"input-autocomplete__field_128nz","disabled":"input-autocomplete__disabled_128nz","errorIcon":"input-autocomplete__errorIcon_128nz","successIcon":"input-autocomplete__successIcon_128nz","placeholder":"input-autocomplete__placeholder_128nz","contentWrapper":"input-autocomplete__contentWrapper_128nz","value":"input-autocomplete__value_128nz","focusVisible":"input-autocomplete__focusVisible_128nz"};
3
+ const styles = {"component":"input-autocomplete__component_2k458","field":"input-autocomplete__field_2k458","disabled":"input-autocomplete__disabled_2k458","errorIcon":"input-autocomplete__errorIcon_2k458","successIcon":"input-autocomplete__successIcon_2k458","placeholder":"input-autocomplete__placeholder_2k458","contentWrapper":"input-autocomplete__contentWrapper_2k458","value":"input-autocomplete__value_2k458","focusVisible":"input-autocomplete__focusVisible_2k458"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .input-autocomplete__input_c4p7z {
1
+ .input-autocomplete__input_n5z4t {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- const styles = {"input":"input-autocomplete__input_c4p7z"};
3
+ const styles = {"input":"input-autocomplete__input_n5z4t"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -37,7 +37,8 @@
37
37
  font-size: 16px;
38
38
  line-height: 20px;
39
39
  font-weight: 400;
40
- font-family: var(--font-family-system);
40
+ letter-spacing: -0.24px;
41
+ font-family: var(--font-family-alfasans);
41
42
 
42
43
  white-space: nowrap;
43
44
  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.13",
3
+ "version": "14.0.14-alfasans",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,13 +13,13 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-form-control": "^14.0.5",
17
- "@alfalab/core-components-input": "^17.1.5",
18
- "@alfalab/core-components-mq": "^6.0.3",
19
- "@alfalab/core-components-popover": "^8.0.3",
20
- "@alfalab/core-components-select": "^19.1.6",
21
- "@alfalab/core-components-shared": "^2.1.1",
22
- "@alfalab/core-components-status-badge": "^3.0.2",
16
+ "@alfalab/core-components-form-control": "14.0.6-alfasans",
17
+ "@alfalab/core-components-input": "17.1.6-alfasans",
18
+ "@alfalab/core-components-mq": "6.0.4-alfasans",
19
+ "@alfalab/core-components-popover": "8.0.4-alfasans",
20
+ "@alfalab/core-components-select": "19.1.7-alfasans",
21
+ "@alfalab/core-components-shared": "2.2.0-alfasans",
22
+ "@alfalab/core-components-status-badge": "3.0.2-alfasans",
23
23
  "@alfalab/hooks": "^1.13.1",
24
24
  "@maskito/core": "^1.7.0",
25
25
  "classnames": "^2.5.1",
@@ -35,6 +35,6 @@
35
35
  "access": "public",
36
36
  "directory": "dist"
37
37
  },
38
- "themesVersion": "15.1.0",
39
- "varsVersion": "11.0.2"
38
+ "themesVersion": "15.1.0-alfasans",
39
+ "varsVersion": "11.0.2-alfasans"
40
40
  }