@alfalab/core-components-select 19.0.4 → 19.0.5-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.
Files changed (136) hide show
  1. package/components/arrow/index.css +4 -4
  2. package/components/arrow/index.module.css.js +1 -1
  3. package/components/base-checkmark/index.css +5 -5
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +21 -19
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-select/Component.js +1 -1
  8. package/components/base-select/Component.js.map +1 -1
  9. package/components/base-select/index.css +11 -11
  10. package/components/base-select/index.module.css.js +1 -1
  11. package/components/base-select/mobile.css +11 -11
  12. package/components/base-select/mobile.module.css.js +1 -1
  13. package/components/checkmark/index.css +9 -9
  14. package/components/checkmark/index.module.css.js +1 -1
  15. package/components/checkmark-mobile/index.css +5 -5
  16. package/components/checkmark-mobile/index.module.css.js +1 -1
  17. package/components/clear-button/index.css +4 -4
  18. package/components/clear-button/index.module.css.js +1 -1
  19. package/components/field/index.css +22 -18
  20. package/components/field/index.module.css.js +1 -1
  21. package/components/footer/index.css +4 -4
  22. package/components/footer/index.module.css.js +1 -1
  23. package/components/optgroup/index.css +8 -7
  24. package/components/optgroup/index.module.css.js +1 -1
  25. package/components/option/desktop/index.css +24 -22
  26. package/components/option/desktop/index.module.css.js +1 -1
  27. package/components/option/mobile/index.css +21 -19
  28. package/components/option/mobile/index.module.css.js +1 -1
  29. package/components/options-list/index.css +13 -13
  30. package/components/options-list/index.module.css.js +1 -1
  31. package/components/search/index.css +1 -1
  32. package/components/search/index.module.css.js +1 -1
  33. package/components/virtual-options-list/index.css +13 -13
  34. package/components/virtual-options-list/index.module.css.js +1 -1
  35. package/cssm/components/base-option/index.module.css +5 -3
  36. package/cssm/components/base-select/Component.js +1 -1
  37. package/cssm/components/base-select/Component.js.map +1 -1
  38. package/cssm/components/field/index.module.css +9 -5
  39. package/cssm/components/optgroup/index.module.css +4 -3
  40. package/cssm/components/option/desktop/index.module.css +5 -3
  41. package/cssm/components/option/mobile/index.module.css +5 -3
  42. package/esm/components/arrow/index.css +4 -4
  43. package/esm/components/arrow/index.module.css.js +1 -1
  44. package/esm/components/base-checkmark/index.css +5 -5
  45. package/esm/components/base-checkmark/index.module.css.js +1 -1
  46. package/esm/components/base-option/index.css +21 -19
  47. package/esm/components/base-option/index.module.css.js +1 -1
  48. package/esm/components/base-select/Component.js +1 -1
  49. package/esm/components/base-select/Component.js.map +1 -1
  50. package/esm/components/base-select/index.css +11 -11
  51. package/esm/components/base-select/index.module.css.js +1 -1
  52. package/esm/components/base-select/mobile.css +11 -11
  53. package/esm/components/base-select/mobile.module.css.js +1 -1
  54. package/esm/components/checkmark/index.css +9 -9
  55. package/esm/components/checkmark/index.module.css.js +1 -1
  56. package/esm/components/checkmark-mobile/index.css +5 -5
  57. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  58. package/esm/components/clear-button/index.css +4 -4
  59. package/esm/components/clear-button/index.module.css.js +1 -1
  60. package/esm/components/field/index.css +22 -18
  61. package/esm/components/field/index.module.css.js +1 -1
  62. package/esm/components/footer/index.css +4 -4
  63. package/esm/components/footer/index.module.css.js +1 -1
  64. package/esm/components/optgroup/index.css +8 -7
  65. package/esm/components/optgroup/index.module.css.js +1 -1
  66. package/esm/components/option/desktop/index.css +24 -22
  67. package/esm/components/option/desktop/index.module.css.js +1 -1
  68. package/esm/components/option/mobile/index.css +21 -19
  69. package/esm/components/option/mobile/index.module.css.js +1 -1
  70. package/esm/components/options-list/index.css +13 -13
  71. package/esm/components/options-list/index.module.css.js +1 -1
  72. package/esm/components/search/index.css +1 -1
  73. package/esm/components/search/index.module.css.js +1 -1
  74. package/esm/components/virtual-options-list/index.css +13 -13
  75. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  76. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  77. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  78. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  79. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  80. package/esm/presets/useSelectWithLoading/index.css +1 -1
  81. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  82. package/modern/components/arrow/index.css +4 -4
  83. package/modern/components/arrow/index.module.css.js +1 -1
  84. package/modern/components/base-checkmark/index.css +5 -5
  85. package/modern/components/base-checkmark/index.module.css.js +1 -1
  86. package/modern/components/base-option/index.css +21 -19
  87. package/modern/components/base-option/index.module.css.js +1 -1
  88. package/modern/components/base-select/Component.js +1 -1
  89. package/modern/components/base-select/Component.js.map +1 -1
  90. package/modern/components/base-select/index.css +11 -11
  91. package/modern/components/base-select/index.module.css.js +1 -1
  92. package/modern/components/base-select/mobile.css +11 -11
  93. package/modern/components/base-select/mobile.module.css.js +1 -1
  94. package/modern/components/checkmark/index.css +9 -9
  95. package/modern/components/checkmark/index.module.css.js +1 -1
  96. package/modern/components/checkmark-mobile/index.css +5 -5
  97. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  98. package/modern/components/clear-button/index.css +4 -4
  99. package/modern/components/clear-button/index.module.css.js +1 -1
  100. package/modern/components/field/index.css +22 -18
  101. package/modern/components/field/index.module.css.js +1 -1
  102. package/modern/components/footer/index.css +4 -4
  103. package/modern/components/footer/index.module.css.js +1 -1
  104. package/modern/components/optgroup/index.css +8 -7
  105. package/modern/components/optgroup/index.module.css.js +1 -1
  106. package/modern/components/option/desktop/index.css +24 -22
  107. package/modern/components/option/desktop/index.module.css.js +1 -1
  108. package/modern/components/option/mobile/index.css +21 -19
  109. package/modern/components/option/mobile/index.module.css.js +1 -1
  110. package/modern/components/options-list/index.css +13 -13
  111. package/modern/components/options-list/index.module.css.js +1 -1
  112. package/modern/components/search/index.css +1 -1
  113. package/modern/components/search/index.module.css.js +1 -1
  114. package/modern/components/virtual-options-list/index.css +13 -13
  115. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  116. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  117. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  118. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  119. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  120. package/modern/presets/useSelectWithLoading/index.css +1 -1
  121. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  122. package/moderncssm/components/base-option/index.module.css +2 -1
  123. package/moderncssm/components/base-select/Component.js +1 -1
  124. package/moderncssm/components/base-select/Component.js.map +1 -1
  125. package/moderncssm/components/field/index.module.css +6 -3
  126. package/moderncssm/components/optgroup/index.module.css +1 -1
  127. package/moderncssm/components/option/desktop/index.module.css +2 -1
  128. package/moderncssm/components/option/mobile/index.module.css +2 -1
  129. package/package.json +16 -16
  130. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  131. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  132. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  133. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  134. package/presets/useSelectWithLoading/index.css +1 -1
  135. package/presets/useSelectWithLoading/index.module.css.js +1 -1
  136. package/src/components/base-select/Component.tsx +1 -1
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"sheet":"select__sheet_1nvus","sheetContent":"select__sheetContent_1nvus","modalContent":"select__modalContent_1nvus","sheetContainer":"select__sheetContainer_1nvus","optionsListWrapper":"select__optionsListWrapper_1nvus","optionsList":"select__optionsList_1nvus","scrollbar":"select__scrollbar_1nvus","search":"select__search_1nvus","option":"select__option_1nvus","optionGroup":"select__optionGroup_1nvus"};
3
+ var mobileStyles = {"sheet":"select__sheet_prh4v","sheetContent":"select__sheetContent_prh4v","modalContent":"select__modalContent_prh4v","sheetContainer":"select__sheetContainer_prh4v","optionsListWrapper":"select__optionsListWrapper_prh4v","optionsList":"select__optionsList_prh4v","scrollbar":"select__scrollbar_prh4v","search":"select__search_prh4v","option":"select__option_prh4v","optionGroup":"select__optionGroup_prh4v"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -25,14 +25,14 @@
25
25
  --select-checkmark-background: var(--color-light-neutral-translucent-1300);
26
26
  --select-checkmark-border-radius: var(--border-radius-circle);
27
27
  }
28
- .select__checkmark_1f6gs {
28
+ .select__checkmark_1785s {
29
29
  flex-shrink: 0;
30
30
  margin: var(--select-checkmark-margin);
31
31
  }
32
- .select__checkmark_1f6gs.select__after_1f6gs {
32
+ .select__checkmark_1785s.select__after_1785s {
33
33
  margin: var(--select-checkmark-margin-after);
34
34
  }
35
- .select__single_1f6gs {
35
+ .select__single_1785s {
36
36
  display: flex;
37
37
  align-items: center;
38
38
  justify-content: center;
@@ -43,22 +43,22 @@
43
43
  width: var(--select-checkmark-size);
44
44
  height: var(--select-checkmark-size);
45
45
  }
46
- .select__single_1f6gs.select__selected_1f6gs {
46
+ .select__single_1785s.select__selected_1785s {
47
47
  opacity: 1;
48
48
  }
49
- .select__before_1f6gs {
49
+ .select__before_1785s {
50
50
  display: var(--select-checkmark-before-display);
51
51
  }
52
- .select__before_1f6gs.select__multiple_1f6gs {
52
+ .select__before_1785s.select__multiple_1785s {
53
53
  margin-right: var(--gap-12);
54
54
  display: var(--select-checkmark-before-display-multiple);
55
55
  }
56
- .select__after_1f6gs.select__after_1f6gs {
56
+ .select__after_1785s.select__after_1785s {
57
57
  display: var(--select-checkmark-after-display);
58
58
  }
59
- .select__after_1f6gs.select__after_1f6gs.select__single_1f6gs {
59
+ .select__after_1785s.select__after_1785s.select__single_1785s {
60
60
  display: var(--select-checkmark-after-display-single);
61
61
  }
62
- .select__colorIcon_1f6gs {
62
+ .select__colorIcon_1785s {
63
63
  color: var(--color-light-status-positive);
64
64
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_1f6gs","after":"select__after_1f6gs","single":"select__single_1f6gs","selected":"select__selected_1f6gs","before":"select__before_1f6gs","multiple":"select__multiple_1f6gs","colorIcon":"select__colorIcon_1f6gs"};
3
+ var styles = {"checkmark":"select__checkmark_1785s","after":"select__after_1785s","single":"select__single_1785s","selected":"select__selected_1785s","before":"select__before_1785s","multiple":"select__multiple_1785s","colorIcon":"select__colorIcon_1785s"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,7 +2,7 @@
2
2
  --select-mobile-checkmark-display-icon: block;
3
3
  --select-mobile-checkmark-display-badge: none;
4
4
  }
5
- .select__checkmark_3v4bv {
5
+ .select__checkmark_ttmd7 {
6
6
  flex-shrink: 0;
7
7
  display: flex;
8
8
  align-items: center;
@@ -11,15 +11,15 @@
11
11
  height: 24px;
12
12
  opacity: 0;
13
13
  }
14
- .select__checkmark_3v4bv:first-child {
14
+ .select__checkmark_ttmd7:first-child {
15
15
  display: none;
16
16
  }
17
- .select__checkmark_3v4bv.select__selected_3v4bv {
17
+ .select__checkmark_ttmd7.select__selected_ttmd7 {
18
18
  opacity: 1;
19
19
  }
20
- .select__displayIcon_3v4bv {
20
+ .select__displayIcon_ttmd7 {
21
21
  display: var(--select-mobile-checkmark-display-icon);
22
22
  }
23
- .select__displayBadge_3v4bv {
23
+ .select__displayBadge_ttmd7 {
24
24
  display: var(--select-mobile-checkmark-display-badge);
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_3v4bv","selected":"select__selected_3v4bv","displayIcon":"select__displayIcon_3v4bv"};
3
+ var styles = {"checkmark":"select__checkmark_ttmd7","selected":"select__selected_ttmd7","displayIcon":"select__displayIcon_ttmd7"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,16 +6,16 @@
6
6
  :root {
7
7
  --input-error-icon-display: none;
8
8
  }
9
- .select__clearIcon_1nvo7 {
9
+ .select__clearIcon_1clmt {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_1nvo7:hover {
13
+ .select__clearIcon_1clmt:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_1nvo7:active {
16
+ .select__clearIcon_1clmt:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_1nvo7 + [data-addon='error-icon'] {
19
+ .select__clearButton_1clmt + [data-addon='error-icon'] {
20
20
  display: var(--input-error-icon-display);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"clearIcon":"select__clearIcon_1nvo7","clearButton":"select__clearButton_1nvo7"};
3
+ var styles = {"clearIcon":"select__clearIcon_1clmt","clearButton":"select__clearButton_1clmt"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -4,8 +4,9 @@
4
4
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
5
5
  }
6
6
  :root {
7
- --font-family-system:
8
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
7
+ --font-family-alfasans:
8
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
9
+ Helvetica, sans-serif;
9
10
  }
10
11
  :root {
11
12
  --focus-color: var(--color-light-status-info);
@@ -18,60 +19,63 @@
18
19
  :root {
19
20
  --select-arrow-hover-opacity: 0.7;
20
21
  }
21
- .select__component_tz7s9 {
22
+ .select__component_zuqs3 {
22
23
  width: 100%;
23
24
  outline: none;
24
25
  }
25
- .select__field_tz7s9:not(.select__disabled_tz7s9) {
26
+ .select__field_zuqs3:not(.select__disabled_zuqs3) {
26
27
  cursor: pointer;
27
28
  }
28
- .select__field_tz7s9:not(.select__disabled_tz7s9):hover .select__arrow_tz7s9 {
29
+ .select__field_zuqs3:not(.select__disabled_zuqs3):hover .select__arrow_zuqs3 {
29
30
  opacity: var(--select-arrow-hover-opacity);
30
31
  }
31
- .select__disabled_tz7s9 {
32
+ .select__disabled_zuqs3 {
32
33
  cursor: var(--disabled-cursor);
33
34
  }
34
- .select__placeholder_tz7s9 {
35
+ .select__placeholder_zuqs3 {
35
36
  color: var(--input-placeholder-color);
36
37
  transition: color 0.2s ease;
37
- animation: select__show-placeholder_tz7s9 0.2s ease;
38
+ animation: select__show-placeholder_zuqs3 0.2s ease;
38
39
  }
39
- .select__placeholder_tz7s9.select__focused_tz7s9 {
40
+ .select__placeholder_zuqs3.select__focused_zuqs3 {
40
41
  color: var(--input-focus-placeholder-color);
41
42
  }
42
- .select__contentWrapper_tz7s9 {
43
+ .select__contentWrapper_zuqs3 {
43
44
  font-size: 16px;
44
45
  line-height: 20px;
45
46
  font-weight: 400;
46
- font-family: var(--font-family-system);
47
+ letter-spacing: -0.24px;
48
+ font-family: var(--font-family-alfasans);
47
49
 
48
50
  white-space: nowrap;
49
51
  text-overflow: ellipsis;
50
52
  overflow: hidden;
51
53
  width: 100%;
52
54
  }
53
- .select__contentWrapper_tz7s9.select__size-40_tz7s9 {
55
+ .select__contentWrapper_zuqs3.select__size-40_zuqs3 {
54
56
  font-size: 14px;
55
57
  line-height: 18px;
56
58
  font-weight: 400;
57
- font-family: var(--font-family-system);
59
+ letter-spacing: -0.08px;
60
+ font-family: var(--font-family-alfasans);
58
61
  }
59
- .select__value_tz7s9 {
62
+ .select__value_zuqs3 {
60
63
  overflow: hidden;
61
64
  text-overflow: ellipsis;
62
65
  text-align: left;
63
66
  }
64
- .select__value_tz7s9.select__size-40_tz7s9 {
67
+ .select__value_zuqs3.select__size-40_zuqs3 {
65
68
  font-size: 14px;
66
69
  line-height: 18px;
67
70
  font-weight: 400;
68
- font-family: var(--font-family-system);
71
+ letter-spacing: -0.08px;
72
+ font-family: var(--font-family-alfasans);
69
73
  }
70
- .select__focusVisible_tz7s9 {
74
+ .select__focusVisible_zuqs3 {
71
75
  outline: 2px solid var(--focus-color);
72
76
  outline-offset: 2px;
73
77
  }
74
- @keyframes select__show-placeholder_tz7s9 {
78
+ @keyframes select__show-placeholder_zuqs3 {
75
79
  from {
76
80
  opacity: 0;
77
81
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"select__component_tz7s9","field":"select__field_tz7s9","disabled":"select__disabled_tz7s9","arrow":"select__arrow_tz7s9","placeholder":"select__placeholder_tz7s9","show-placeholder":"select__show-placeholder_tz7s9","focused":"select__focused_tz7s9","contentWrapper":"select__contentWrapper_tz7s9","size-40":"select__size-40_tz7s9","value":"select__value_tz7s9","focusVisible":"select__focusVisible_tz7s9"};
3
+ var styles = {"component":"select__component_zuqs3","field":"select__field_zuqs3","disabled":"select__disabled_zuqs3","arrow":"select__arrow_zuqs3","placeholder":"select__placeholder_zuqs3","show-placeholder":"select__show-placeholder_zuqs3","focused":"select__focused_zuqs3","contentWrapper":"select__contentWrapper_zuqs3","size-40":"select__size-40_zuqs3","value":"select__value_zuqs3","focusVisible":"select__focusVisible_zuqs3"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,20 +6,20 @@
6
6
  --gap-m: 16px;
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .select__footer_23zrm {
9
+ .select__footer_l1bny {
10
10
  display: flex;
11
11
  box-sizing: border-box;
12
12
  width: 100%;
13
13
  padding: var(--gap-16) var(--gap-16);
14
14
  background-color: var(--color-light-modal-bg-primary);
15
15
  }
16
- .select__footer_23zrm .select__button_23zrm:first-of-type {
16
+ .select__footer_l1bny .select__button_l1bny:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_23zrm {
19
+ .select__button_l1bny {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_23zrm {
22
+ .select__highlighted_l1bny {
23
23
  border-top: 1px solid var(--color-light-neutral-300);
24
24
  background-color: var(--color-light-modal-bg-primary);
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"select__footer_23zrm","button":"select__button_23zrm","highlighted":"select__highlighted_23zrm"};
3
+ var styles = {"footer":"select__footer_l1bny","button":"select__button_l1bny","highlighted":"select__highlighted_l1bny"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -11,8 +11,9 @@
11
11
  --gap-16: var(--gap-m);
12
12
  }
13
13
  :root {
14
- --font-family-system:
15
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
14
+ --font-family-alfasans:
15
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
16
+ Helvetica, sans-serif;
16
17
  }
17
18
  :root {
18
19
 
@@ -23,7 +24,7 @@
23
24
  --select-optgroup-l-left-padding: var(--gap-16);
24
25
  --select-optgroup-l-right-padding: var(--gap-16);
25
26
  }
26
- .select__optgroup_1k7i6 {
27
+ .select__optgroup_vk579 {
27
28
  position: relative;
28
29
  display: flex;
29
30
  align-items: center;
@@ -33,21 +34,21 @@
33
34
  background: var(--select-optgroup-background);
34
35
  min-height: 40px;
35
36
  }
36
- .select__optgroup_1k7i6 + *[role='option']:before {
37
+ .select__optgroup_vk579 + *[role='option']:before {
37
38
  display: none;
38
39
  }
39
- .select__label_1k7i6 {
40
+ .select__label_vk579 {
40
41
  font-size: 12px;
41
42
  line-height: 16px;
42
43
  font-weight: 400;
43
44
  letter-spacing: 1.25px;
44
45
  text-transform: uppercase;
45
- font-family: var(--font-family-system);
46
+ font-family: var(--font-family-alfasans);
46
47
 
47
48
  display: block;
48
49
  color: var(--select-optgroup-color);
49
50
  }
50
- .select__size-72_1k7i6 {
51
+ .select__size-72_vk579 {
51
52
  padding-left: var(--select-optgroup-l-left-padding);
52
53
  padding-right: var(--select-optgroup-l-right-padding);
53
54
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"optgroup":"select__optgroup_1k7i6","label":"select__label_1k7i6","size-72":"select__size-72_1k7i6"};
3
+ var styles = {"optgroup":"select__optgroup_vk579","label":"select__label_vk579","size-72":"select__size-72_vk579"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -43,11 +44,12 @@
43
44
  --select-option-active-color: var(--color-light-text-primary);
44
45
  --select-option-disabled-color: var(--color-light-text-secondary);
45
46
  }
46
- .select__option_15oib {
47
+ .select__option_zguim {
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -60,11 +62,11 @@
60
62
  position: relative;
61
63
  cursor: pointer;
62
64
  }
63
- .select__option_15oib:not(.select__disabled_15oib):active {
65
+ .select__option_zguim:not(.select__disabled_zguim):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_15oib:before {
69
+ .select__option_zguim:before {
68
70
  content: '';
69
71
  position: absolute;
70
72
  left: var(--select-option-left-padding);
@@ -75,59 +77,59 @@
75
77
  display: var(--select-option-divider-display);
76
78
  transition: opacity 0.2s ease;
77
79
  }
78
- .select__option_15oib:first-child:before {
80
+ .select__option_zguim:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_15oib {
83
+ .select__size-48_zguim {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_15oib {
86
+ .select__size-56_zguim {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_15oib {
89
+ .select__size-64_zguim {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_15oib {
92
+ .select__size-72_zguim {
91
93
  min-height: var(--size-xl-height);
92
94
  padding-left: var(--select-option-l-left-padding);
93
95
  padding-right: var(--select-option-l-right-padding);
94
96
  }
95
- .select__size-72_15oib:before {
97
+ .select__size-72_zguim:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_15oib {
101
+ .select__selected_zguim {
100
102
  background: var(--select-option-selected-background);
101
103
  color: var(--select-option-selected-color);
102
104
  cursor: default;
103
105
  }
104
- .select__highlighted_15oib {
106
+ .select__highlighted_zguim {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_15oib:before,
109
- .select__highlighted_15oib + .select__option_15oib:before {
110
+ .select__highlighted_zguim:before,
111
+ .select__highlighted_zguim + .select__option_zguim:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_15oib {
114
+ .select__disabled_zguim {
113
115
  cursor: var(--disabled-cursor);
114
116
  background: var(--select-option-disabled-background);
115
117
  color: var(--select-option-disabled-color);
116
118
  }
117
- .select__content_15oib {
119
+ .select__content_zguim {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_15oib {
124
+ .select__textContent_zguim {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
126
- .select__highlighted_15oib {
128
+ .select__highlighted_zguim {
127
129
  background: var(--select-option-hover-background);
128
130
  color: var(--select-option-hover-color);
129
131
  }
130
- .select__highlighted_15oib:before,
131
- .select__highlighted_15oib + .select__option_15oib:before {
132
+ .select__highlighted_zguim:before,
133
+ .select__highlighted_zguim + .select__option_zguim:before {
132
134
  opacity: 0;
133
135
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"option":"select__option_15oib","disabled":"select__disabled_15oib","size-48":"select__size-48_15oib","size-56":"select__size-56_15oib","size-64":"select__size-64_15oib","size-72":"select__size-72_15oib","selected":"select__selected_15oib","highlighted":"select__highlighted_15oib","content":"select__content_15oib","textContent":"select__textContent_15oib"};
3
+ var styles = {"option":"select__option_zguim","disabled":"select__disabled_zguim","size-48":"select__size-48_zguim","size-56":"select__size-56_zguim","size-64":"select__size-64_zguim","size-72":"select__size-72_zguim","selected":"select__selected_zguim","highlighted":"select__highlighted_zguim","content":"select__content_zguim","textContent":"select__textContent_zguim"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -43,11 +44,12 @@
43
44
  --select-option-active-color: var(--color-light-text-primary);
44
45
  --select-option-disabled-color: var(--color-light-text-secondary);
45
46
  }
46
- .select__option_1eimz {
47
+ .select__option_67b65 {
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -60,11 +62,11 @@
60
62
  position: relative;
61
63
  cursor: pointer;
62
64
  }
63
- .select__option_1eimz:not(.select__disabled_1eimz):active {
65
+ .select__option_67b65:not(.select__disabled_67b65):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_1eimz:before {
69
+ .select__option_67b65:before {
68
70
  content: '';
69
71
  position: absolute;
70
72
  left: var(--select-option-left-padding);
@@ -75,51 +77,51 @@
75
77
  display: var(--select-option-divider-display);
76
78
  transition: opacity 0.2s ease;
77
79
  }
78
- .select__option_1eimz:first-child:before {
80
+ .select__option_67b65:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_1eimz {
83
+ .select__size-48_67b65 {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_1eimz {
86
+ .select__size-56_67b65 {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_1eimz {
89
+ .select__size-64_67b65 {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_1eimz {
92
+ .select__size-72_67b65 {
91
93
  min-height: var(--size-xl-height);
92
94
  padding-left: var(--select-option-l-left-padding);
93
95
  padding-right: var(--select-option-l-right-padding);
94
96
  }
95
- .select__size-72_1eimz:before {
97
+ .select__size-72_67b65:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_1eimz {
101
+ .select__selected_67b65 {
100
102
  background: var(--select-option-selected-background);
101
103
  color: var(--select-option-selected-color);
102
104
  cursor: default;
103
105
  }
104
- .select__highlighted_1eimz {
106
+ .select__highlighted_67b65 {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_1eimz:before,
109
- .select__highlighted_1eimz + .select__option_1eimz:before {
110
+ .select__highlighted_67b65:before,
111
+ .select__highlighted_67b65 + .select__option_67b65:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_1eimz {
114
+ .select__disabled_67b65 {
113
115
  cursor: var(--disabled-cursor);
114
116
  background: var(--select-option-disabled-background);
115
117
  color: var(--select-option-disabled-color);
116
118
  }
117
- .select__content_1eimz {
119
+ .select__content_67b65 {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_1eimz {
124
+ .select__textContent_67b65 {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"option":"select__option_1eimz","disabled":"select__disabled_1eimz","size-48":"select__size-48_1eimz","size-56":"select__size-56_1eimz","size-64":"select__size-64_1eimz","size-72":"select__size-72_1eimz","selected":"select__selected_1eimz","highlighted":"select__highlighted_1eimz","content":"select__content_1eimz","textContent":"select__textContent_1eimz"};
3
+ var styles = {"option":"select__option_67b65","disabled":"select__disabled_67b65","size-48":"select__size-48_67b65","size-56":"select__size-56_67b65","size-64":"select__size-64_67b65","size-72":"select__size-72_67b65","selected":"select__selected_67b65","highlighted":"select__highlighted_67b65","content":"select__content_67b65","textContent":"select__textContent_67b65"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,57 +15,57 @@
15
15
  --select-options-list-scrollbar-gap: var(--gap-12);
16
16
  --select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
17
17
  }
18
- .select__optionsList_1d12h {
18
+ .select__optionsList_1uvhn {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  box-sizing: border-box;
22
22
  position: relative;
23
23
  }
24
- .select__optionsList_1d12h .select__scrollable_1d12h {
24
+ .select__optionsList_1uvhn .select__scrollable_1uvhn {
25
25
  overflow: auto;
26
26
  width: 100%;
27
27
  }
28
- .select__optionsList_1d12h .select__scrollable_1d12h .select__verticalBar_1d12h.select__verticalBar_1d12h {
28
+ .select__optionsList_1uvhn .select__scrollable_1uvhn .select__verticalBar_1uvhn.select__verticalBar_1uvhn {
29
29
  top: var(--select-options-list-scrollbar-gap);
30
30
  height: calc(100% - 2 * var(--select-options-list-scrollbar-gap));
31
31
  }
32
- .select__optionsList_1d12h .select__scrollable_1d12h .select__verticalBar_1d12h.select__verticalBar_1d12h.select__verticalBarWithHeader_1d12h {
32
+ .select__optionsList_1uvhn .select__scrollable_1uvhn .select__verticalBar_1uvhn.select__verticalBar_1uvhn.select__verticalBarWithHeader_1uvhn {
33
33
  top: 0;
34
34
  height: calc(100% - var(--select-options-list-scrollbar-gap));
35
35
  }
36
- .select__optionsList_1d12h .select__scrollable_1d12h .select__verticalBar_1d12h.select__verticalBar_1d12h.select__verticalBarWithFooter_1d12h {
36
+ .select__optionsList_1uvhn .select__scrollable_1uvhn .select__verticalBar_1uvhn.select__verticalBar_1uvhn.select__verticalBarWithFooter_1uvhn {
37
37
  top: var(--select-options-list-scrollbar-gap);
38
38
  height: calc(100% - var(--select-options-list-scrollbar-gap));
39
39
  }
40
- .select__optionsList_1d12h .select__scrollable_1d12h .select__verticalBar_1d12h.select__verticalBar_1d12h.select__verticalBarWithHeader_1d12h.select__verticalBarWithFooter_1d12h {
40
+ .select__optionsList_1uvhn .select__scrollable_1uvhn .select__verticalBar_1uvhn.select__verticalBar_1uvhn.select__verticalBarWithHeader_1uvhn.select__verticalBarWithFooter_1uvhn {
41
41
  top: 0;
42
42
  height: 100%;
43
43
  }
44
- .select__optionsListHeader_1d12h {
44
+ .select__optionsListHeader_1uvhn {
45
45
  box-sizing: border-box;
46
46
  border-bottom: 1px solid transparent;
47
47
  transition: border-color 0.2s ease;
48
48
  }
49
- .select__optionsListHeader_1d12h.select__headerHighlighted_1d12h {
49
+ .select__optionsListHeader_1uvhn.select__headerHighlighted_1uvhn {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
51
  }
52
- .select__optionsListFooter_1d12h {
52
+ .select__optionsListFooter_1uvhn {
53
53
  position: sticky;
54
54
  bottom: var(--gap-0);
55
55
  box-sizing: border-box;
56
56
  border-top: 1px solid transparent;
57
57
  transition: border-color 0.2s ease;
58
58
  }
59
- .select__optionsListFooter_1d12h.select__withBorder_1d12h {
59
+ .select__optionsListFooter_1uvhn.select__withBorder_1uvhn {
60
60
  border-top-color: var(--color-light-neutral-300);
61
61
  }
62
- .select__mask_1d12h {
62
+ .select__mask_1uvhn {
63
63
  min-width: 4000px;
64
64
  }
65
- .select__emptyPlaceholder_1d12h {
65
+ .select__emptyPlaceholder_1uvhn {
66
66
  padding: var(--gap-16) var(--gap-12);
67
67
  color: var(--select-options-list-empty-placeholder-color);
68
68
  }
69
- .select__size-72_1d12h .select__emptyPlaceholder_1d12h {
69
+ .select__size-72_1uvhn .select__emptyPlaceholder_1uvhn {
70
70
  padding: var(--gap-24) var(--gap-16);
71
71
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"optionsList":"select__optionsList_1d12h","scrollable":"select__scrollable_1d12h","verticalBar":"select__verticalBar_1d12h","verticalBarWithHeader":"select__verticalBarWithHeader_1d12h","verticalBarWithFooter":"select__verticalBarWithFooter_1d12h","optionsListHeader":"select__optionsListHeader_1d12h","headerHighlighted":"select__headerHighlighted_1d12h","optionsListFooter":"select__optionsListFooter_1d12h","withBorder":"select__withBorder_1d12h","mask":"select__mask_1d12h","emptyPlaceholder":"select__emptyPlaceholder_1d12h","size-72":"select__size-72_1d12h"};
3
+ var styles = {"optionsList":"select__optionsList_1uvhn","scrollable":"select__scrollable_1uvhn","verticalBar":"select__verticalBar_1uvhn","verticalBarWithHeader":"select__verticalBarWithHeader_1uvhn","verticalBarWithFooter":"select__verticalBarWithFooter_1uvhn","optionsListHeader":"select__optionsListHeader_1uvhn","headerHighlighted":"select__headerHighlighted_1uvhn","optionsListFooter":"select__optionsListFooter_1uvhn","withBorder":"select__withBorder_1uvhn","mask":"select__mask_1uvhn","emptyPlaceholder":"select__emptyPlaceholder_1uvhn","size-72":"select__size-72_1uvhn"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map