@alfalab/core-components-select 19.1.5 → 19.1.6-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 (142) 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 +12 -12
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +19 -17
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-select/Component.js +4 -0
  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 +11 -11
  14. package/components/checkmark/index.module.css.js +1 -1
  15. package/components/checkmark-mobile/index.css +6 -6
  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 +4 -0
  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 +12 -12
  45. package/esm/components/base-checkmark/index.module.css.js +1 -1
  46. package/esm/components/base-option/index.css +19 -17
  47. package/esm/components/base-option/index.module.css.js +1 -1
  48. package/esm/components/base-select/Component.js +4 -0
  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 +11 -11
  55. package/esm/components/checkmark/index.module.css.js +1 -1
  56. package/esm/components/checkmark-mobile/index.css +6 -6
  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/mobile/modal.mobile.css +1 -1
  77. package/esm/mobile/modal.mobile.module.css.js +1 -1
  78. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  79. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  80. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  81. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  82. package/esm/presets/useSelectWithLoading/index.css +1 -1
  83. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  84. package/mobile/modal.mobile.css +1 -1
  85. package/mobile/modal.mobile.module.css.js +1 -1
  86. package/modern/components/arrow/index.css +4 -4
  87. package/modern/components/arrow/index.module.css.js +1 -1
  88. package/modern/components/base-checkmark/index.css +12 -12
  89. package/modern/components/base-checkmark/index.module.css.js +1 -1
  90. package/modern/components/base-option/index.css +19 -17
  91. package/modern/components/base-option/index.module.css.js +1 -1
  92. package/modern/components/base-select/Component.js +4 -0
  93. package/modern/components/base-select/Component.js.map +1 -1
  94. package/modern/components/base-select/index.css +11 -11
  95. package/modern/components/base-select/index.module.css.js +1 -1
  96. package/modern/components/base-select/mobile.css +11 -11
  97. package/modern/components/base-select/mobile.module.css.js +1 -1
  98. package/modern/components/checkmark/index.css +11 -11
  99. package/modern/components/checkmark/index.module.css.js +1 -1
  100. package/modern/components/checkmark-mobile/index.css +6 -6
  101. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  102. package/modern/components/clear-button/index.css +4 -4
  103. package/modern/components/clear-button/index.module.css.js +1 -1
  104. package/modern/components/field/index.css +22 -18
  105. package/modern/components/field/index.module.css.js +1 -1
  106. package/modern/components/footer/index.css +4 -4
  107. package/modern/components/footer/index.module.css.js +1 -1
  108. package/modern/components/optgroup/index.css +8 -7
  109. package/modern/components/optgroup/index.module.css.js +1 -1
  110. package/modern/components/option/desktop/index.css +24 -22
  111. package/modern/components/option/desktop/index.module.css.js +1 -1
  112. package/modern/components/option/mobile/index.css +21 -19
  113. package/modern/components/option/mobile/index.module.css.js +1 -1
  114. package/modern/components/options-list/index.css +13 -13
  115. package/modern/components/options-list/index.module.css.js +1 -1
  116. package/modern/components/search/index.css +1 -1
  117. package/modern/components/search/index.module.css.js +1 -1
  118. package/modern/components/virtual-options-list/index.css +13 -13
  119. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  120. package/modern/mobile/modal.mobile.css +1 -1
  121. package/modern/mobile/modal.mobile.module.css.js +1 -1
  122. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  123. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  124. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  125. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  126. package/modern/presets/useSelectWithLoading/index.css +1 -1
  127. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  128. package/moderncssm/components/base-option/index.module.css +2 -1
  129. package/moderncssm/components/base-select/Component.js +4 -0
  130. package/moderncssm/components/base-select/Component.js.map +1 -1
  131. package/moderncssm/components/field/index.module.css +6 -3
  132. package/moderncssm/components/optgroup/index.module.css +1 -1
  133. package/moderncssm/components/option/desktop/index.module.css +2 -1
  134. package/moderncssm/components/option/mobile/index.module.css +2 -1
  135. package/package.json +18 -15
  136. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  137. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  138. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  139. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  140. package/presets/useSelectWithLoading/index.css +1 -1
  141. package/presets/useSelectWithLoading/index.module.css.js +1 -1
  142. package/src/components/base-select/Component.tsx +7 -0
@@ -9,40 +9,40 @@
9
9
  --gap-16: var(--gap-m);
10
10
  --gap-20: var(--gap-l);
11
11
  }
12
- .select__sheet_8mhx9 {
12
+ .select__sheet_zrbwh {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_8mhx9.select__sheetContent_8mhx9 {
15
+ .select__sheetContent_zrbwh.select__sheetContent_zrbwh {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_8mhx9.select__sheetContent_8mhx9 .select__modalContent_8mhx9 {
18
+ .select__sheetContent_zrbwh.select__sheetContent_zrbwh .select__modalContent_zrbwh {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_8mhx9 {
23
+ .select__sheetContainer_zrbwh {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_8mhx9 {
26
+ .select__optionsListWrapper_zrbwh {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_8mhx9.select__optionsList_8mhx9 {
29
+ .select__optionsList_zrbwh.select__optionsList_zrbwh {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_8mhx9 {
34
+ .select__scrollbar_zrbwh {
35
35
  flex: 1;
36
36
  }
37
- .select__search_8mhx9 {
37
+ .select__search_zrbwh {
38
38
  padding: var(--gap-8);
39
39
  }
40
- .select__option_8mhx9.select__option_8mhx9 {
40
+ .select__option_zrbwh.select__option_zrbwh {
41
41
  padding: var(--gap-4) var(--gap-20) var(--gap-4);
42
42
  }
43
- .select__option_8mhx9.select__option_8mhx9:before {
43
+ .select__option_zrbwh.select__option_zrbwh:before {
44
44
  display: none;
45
45
  }
46
- .select__optionGroup_8mhx9.select__optionGroup_8mhx9 {
46
+ .select__optionGroup_zrbwh.select__optionGroup_zrbwh {
47
47
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
48
48
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"sheet":"select__sheet_8mhx9","sheetContent":"select__sheetContent_8mhx9","modalContent":"select__modalContent_8mhx9","sheetContainer":"select__sheetContainer_8mhx9","optionsListWrapper":"select__optionsListWrapper_8mhx9","optionsList":"select__optionsList_8mhx9","scrollbar":"select__scrollbar_8mhx9","search":"select__search_8mhx9","option":"select__option_8mhx9","optionGroup":"select__optionGroup_8mhx9"};
3
+ var mobileStyles = {"sheet":"select__sheet_zrbwh","sheetContent":"select__sheetContent_zrbwh","modalContent":"select__modalContent_zrbwh","sheetContainer":"select__sheetContainer_zrbwh","optionsListWrapper":"select__optionsListWrapper_zrbwh","optionsList":"select__optionsList_zrbwh","scrollbar":"select__scrollbar_zrbwh","search":"select__search_zrbwh","option":"select__option_zrbwh","optionGroup":"select__optionGroup_zrbwh"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -13,16 +13,16 @@
13
13
  --select-checkmark-after-display-single: flex;
14
14
  --select-checkmark-unselected-opacity: 0;
15
15
  }
16
- .select__checkmark_vepln {
16
+ .select__checkmark_11tow {
17
17
  flex-shrink: 0;
18
18
  }
19
- .select__checkmark_vepln.select__before_vepln {
19
+ .select__checkmark_11tow.select__before_11tow {
20
20
  display: var(--select-checkmark-before-display);
21
21
  }
22
- .select__checkmark_vepln.select__after_vepln {
22
+ .select__checkmark_11tow.select__after_11tow {
23
23
  display: var(--select-checkmark-after-display);
24
24
  }
25
- .select__single_vepln {
25
+ .select__single_11tow {
26
26
  display: flex;
27
27
  align-items: center;
28
28
  justify-content: center;
@@ -30,26 +30,26 @@
30
30
  width: var(--select-checkmark-size);
31
31
  height: var(--select-checkmark-size);
32
32
  }
33
- .select__single_vepln.select__selected_vepln {
33
+ .select__single_11tow.select__selected_11tow {
34
34
  opacity: 1;
35
35
  }
36
- .select__multiple_vepln.select__before_vepln {
36
+ .select__multiple_11tow.select__before_11tow {
37
37
  margin-right: var(--gap-12);
38
38
  display: var(--select-checkmark-before-display-multiple);
39
39
  }
40
- .select__multiple_vepln.select__after_vepln {
40
+ .select__multiple_11tow.select__after_11tow {
41
41
  margin-left: var(--gap-12);
42
42
  }
43
- .select__after_vepln.select__after_vepln {
43
+ .select__after_11tow.select__after_11tow {
44
44
  display: var(--select-checkmark-after-display);
45
45
  }
46
- .select__after_vepln.select__after_vepln.select__single_vepln {
46
+ .select__after_11tow.select__after_11tow.select__single_11tow {
47
47
  display: var(--select-checkmark-after-display-single);
48
48
  }
49
- .select__colorIcon_vepln {
49
+ .select__colorIcon_11tow {
50
50
  color: var(--color-light-status-positive);
51
51
  }
52
- .select__displayIcon_vepln {
52
+ .select__displayIcon_11tow {
53
53
  display: block;
54
54
  width: 100%;
55
55
  height: 100%;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_vepln","before":"select__before_vepln","after":"select__after_vepln","single":"select__single_vepln","selected":"select__selected_vepln","multiple":"select__multiple_vepln","colorIcon":"select__colorIcon_vepln","displayIcon":"select__displayIcon_vepln"};
3
+ var styles = {"checkmark":"select__checkmark_11tow","before":"select__before_11tow","after":"select__after_11tow","single":"select__single_11tow","selected":"select__selected_11tow","multiple":"select__multiple_11tow","colorIcon":"select__colorIcon_11tow","displayIcon":"select__displayIcon_11tow"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,7 +6,7 @@
6
6
  --select-mobile-checkmark-display-icon: block;
7
7
  --select-mobile-checkmark-display-badge: none;
8
8
  }
9
- .select__checkmark_13qww {
9
+ .select__checkmark_nood8 {
10
10
  flex-shrink: 0;
11
11
  display: flex;
12
12
  align-items: center;
@@ -15,18 +15,18 @@
15
15
  height: 24px;
16
16
  opacity: 0;
17
17
  }
18
- .select__checkmark_13qww.select__selected_13qww {
18
+ .select__checkmark_nood8.select__selected_nood8 {
19
19
  opacity: 1;
20
20
  }
21
- .select__checkmark_13qww.select__before_13qww {
21
+ .select__checkmark_nood8.select__before_nood8 {
22
22
  margin-right: var(--gap-8);
23
23
  }
24
- .select__checkmark_13qww.select__after_13qww {
24
+ .select__checkmark_nood8.select__after_nood8 {
25
25
  margin-left: var(--gap-8);
26
26
  }
27
- .select__displayIcon_13qww {
27
+ .select__displayIcon_nood8 {
28
28
  display: var(--select-mobile-checkmark-display-icon);
29
29
  }
30
- .select__displayBadge_13qww {
30
+ .select__displayBadge_nood8 {
31
31
  display: var(--select-mobile-checkmark-display-badge);
32
32
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_13qww","selected":"select__selected_13qww","before":"select__before_13qww","after":"select__after_13qww","displayIcon":"select__displayIcon_13qww","displayBadge":"select__displayBadge_13qww"};
3
+ var styles = {"checkmark":"select__checkmark_nood8","selected":"select__selected_nood8","before":"select__before_nood8","after":"select__after_nood8","displayIcon":"select__displayIcon_nood8","displayBadge":"select__displayBadge_nood8"};
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_8mbd5 {
9
+ .select__clearIcon_rlxis {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_8mbd5:hover {
13
+ .select__clearIcon_rlxis:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_8mbd5:active {
16
+ .select__clearIcon_rlxis:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_8mbd5 + [data-addon='error-icon'] {
19
+ .select__clearButton_rlxis + [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_8mbd5","clearButton":"select__clearButton_8mbd5"};
3
+ var styles = {"clearIcon":"select__clearIcon_rlxis","clearButton":"select__clearButton_rlxis"};
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_1dqyz {
22
+ .select__component_ev1hp {
22
23
  width: 100%;
23
24
  outline: none;
24
25
  }
25
- .select__field_1dqyz:not(.select__disabled_1dqyz) {
26
+ .select__field_ev1hp:not(.select__disabled_ev1hp) {
26
27
  cursor: pointer;
27
28
  }
28
- .select__field_1dqyz:not(.select__disabled_1dqyz):hover .select__arrow_1dqyz {
29
+ .select__field_ev1hp:not(.select__disabled_ev1hp):hover .select__arrow_ev1hp {
29
30
  opacity: var(--select-arrow-hover-opacity);
30
31
  }
31
- .select__disabled_1dqyz {
32
+ .select__disabled_ev1hp {
32
33
  cursor: var(--disabled-cursor);
33
34
  }
34
- .select__placeholder_1dqyz {
35
+ .select__placeholder_ev1hp {
35
36
  color: var(--input-placeholder-color);
36
37
  transition: color 0.2s ease;
37
- animation: select__show-placeholder_1dqyz 0.2s ease;
38
+ animation: select__show-placeholder_ev1hp 0.2s ease;
38
39
  }
39
- .select__placeholder_1dqyz.select__focused_1dqyz {
40
+ .select__placeholder_ev1hp.select__focused_ev1hp {
40
41
  color: var(--input-focus-placeholder-color);
41
42
  }
42
- .select__contentWrapper_1dqyz {
43
+ .select__contentWrapper_ev1hp {
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_1dqyz.select__size-40_1dqyz {
55
+ .select__contentWrapper_ev1hp.select__size-40_ev1hp {
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_1dqyz {
62
+ .select__value_ev1hp {
60
63
  overflow: hidden;
61
64
  text-overflow: ellipsis;
62
65
  text-align: left;
63
66
  }
64
- .select__value_1dqyz.select__size-40_1dqyz {
67
+ .select__value_ev1hp.select__size-40_ev1hp {
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_1dqyz {
74
+ .select__focusVisible_ev1hp {
71
75
  outline: 2px solid var(--focus-color);
72
76
  outline-offset: 2px;
73
77
  }
74
- @keyframes select__show-placeholder_1dqyz {
78
+ @keyframes select__show-placeholder_ev1hp {
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_1dqyz","field":"select__field_1dqyz","disabled":"select__disabled_1dqyz","arrow":"select__arrow_1dqyz","placeholder":"select__placeholder_1dqyz","show-placeholder":"select__show-placeholder_1dqyz","focused":"select__focused_1dqyz","contentWrapper":"select__contentWrapper_1dqyz","size-40":"select__size-40_1dqyz","value":"select__value_1dqyz","focusVisible":"select__focusVisible_1dqyz"};
3
+ var styles = {"component":"select__component_ev1hp","field":"select__field_ev1hp","disabled":"select__disabled_ev1hp","arrow":"select__arrow_ev1hp","placeholder":"select__placeholder_ev1hp","show-placeholder":"select__show-placeholder_ev1hp","focused":"select__focused_ev1hp","contentWrapper":"select__contentWrapper_ev1hp","size-40":"select__size-40_ev1hp","value":"select__value_ev1hp","focusVisible":"select__focusVisible_ev1hp"};
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_119b8 {
9
+ .select__footer_b1gwd {
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_119b8 .select__button_119b8:first-of-type {
16
+ .select__footer_b1gwd .select__button_b1gwd:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_119b8 {
19
+ .select__button_b1gwd {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_119b8 {
22
+ .select__highlighted_b1gwd {
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_119b8","button":"select__button_119b8","highlighted":"select__highlighted_119b8"};
3
+ var styles = {"footer":"select__footer_b1gwd","button":"select__button_b1gwd","highlighted":"select__highlighted_b1gwd"};
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_l26p7 {
27
+ .select__optgroup_10ym3 {
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_l26p7 + *[role='option']:before {
37
+ .select__optgroup_10ym3 + *[role='option']:before {
37
38
  display: none;
38
39
  }
39
- .select__label_l26p7 {
40
+ .select__label_10ym3 {
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_l26p7 {
51
+ .select__size-72_10ym3 {
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_l26p7","label":"select__label_l26p7","size-72":"select__size-72_l26p7"};
3
+ var styles = {"optgroup":"select__optgroup_10ym3","label":"select__label_10ym3","size-72":"select__size-72_10ym3"};
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_6j6uq {
47
+ .select__option_tbwio {
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_6j6uq:not(.select__disabled_6j6uq):active {
65
+ .select__option_tbwio:not(.select__disabled_tbwio):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_6j6uq:before {
69
+ .select__option_tbwio: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_6j6uq:first-child:before {
80
+ .select__option_tbwio:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_6j6uq {
83
+ .select__size-48_tbwio {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_6j6uq {
86
+ .select__size-56_tbwio {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_6j6uq {
89
+ .select__size-64_tbwio {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_6j6uq {
92
+ .select__size-72_tbwio {
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_6j6uq:before {
97
+ .select__size-72_tbwio:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_6j6uq {
101
+ .select__selected_tbwio {
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_6j6uq {
106
+ .select__highlighted_tbwio {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_6j6uq:before,
109
- .select__highlighted_6j6uq + .select__option_6j6uq:before {
110
+ .select__highlighted_tbwio:before,
111
+ .select__highlighted_tbwio + .select__option_tbwio:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_6j6uq {
114
+ .select__disabled_tbwio {
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_6j6uq {
119
+ .select__content_tbwio {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_6j6uq {
124
+ .select__textContent_tbwio {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
126
- .select__highlighted_6j6uq {
128
+ .select__highlighted_tbwio {
127
129
  background: var(--select-option-hover-background);
128
130
  color: var(--select-option-hover-color);
129
131
  }
130
- .select__highlighted_6j6uq:before,
131
- .select__highlighted_6j6uq + .select__option_6j6uq:before {
132
+ .select__highlighted_tbwio:before,
133
+ .select__highlighted_tbwio + .select__option_tbwio:before {
132
134
  opacity: 0;
133
135
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"option":"select__option_6j6uq","disabled":"select__disabled_6j6uq","size-48":"select__size-48_6j6uq","size-56":"select__size-56_6j6uq","size-64":"select__size-64_6j6uq","size-72":"select__size-72_6j6uq","selected":"select__selected_6j6uq","highlighted":"select__highlighted_6j6uq","content":"select__content_6j6uq","textContent":"select__textContent_6j6uq"};
3
+ var styles = {"option":"select__option_tbwio","disabled":"select__disabled_tbwio","size-48":"select__size-48_tbwio","size-56":"select__size-56_tbwio","size-64":"select__size-64_tbwio","size-72":"select__size-72_tbwio","selected":"select__selected_tbwio","highlighted":"select__highlighted_tbwio","content":"select__content_tbwio","textContent":"select__textContent_tbwio"};
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_fdbie {
47
+ .select__option_16jtc {
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_fdbie:not(.select__disabled_fdbie):active {
65
+ .select__option_16jtc:not(.select__disabled_16jtc):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_fdbie:before {
69
+ .select__option_16jtc: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_fdbie:first-child:before {
80
+ .select__option_16jtc:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_fdbie {
83
+ .select__size-48_16jtc {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_fdbie {
86
+ .select__size-56_16jtc {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_fdbie {
89
+ .select__size-64_16jtc {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_fdbie {
92
+ .select__size-72_16jtc {
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_fdbie:before {
97
+ .select__size-72_16jtc:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_fdbie {
101
+ .select__selected_16jtc {
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_fdbie {
106
+ .select__highlighted_16jtc {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_fdbie:before,
109
- .select__highlighted_fdbie + .select__option_fdbie:before {
110
+ .select__highlighted_16jtc:before,
111
+ .select__highlighted_16jtc + .select__option_16jtc:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_fdbie {
114
+ .select__disabled_16jtc {
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_fdbie {
119
+ .select__content_16jtc {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_fdbie {
124
+ .select__textContent_16jtc {
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_fdbie","disabled":"select__disabled_fdbie","size-48":"select__size-48_fdbie","size-56":"select__size-56_fdbie","size-64":"select__size-64_fdbie","size-72":"select__size-72_fdbie","selected":"select__selected_fdbie","highlighted":"select__highlighted_fdbie","content":"select__content_fdbie","textContent":"select__textContent_fdbie"};
3
+ var styles = {"option":"select__option_16jtc","disabled":"select__disabled_16jtc","size-48":"select__size-48_16jtc","size-56":"select__size-56_16jtc","size-64":"select__size-64_16jtc","size-72":"select__size-72_16jtc","selected":"select__selected_16jtc","highlighted":"select__highlighted_16jtc","content":"select__content_16jtc","textContent":"select__textContent_16jtc"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map