@alfalab/core-components-select 19.0.3 → 19.0.4-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 (125) 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/index.css +11 -11
  8. package/components/base-select/index.module.css.js +1 -1
  9. package/components/base-select/mobile.css +11 -11
  10. package/components/base-select/mobile.module.css.js +1 -1
  11. package/components/checkmark/index.css +9 -9
  12. package/components/checkmark/index.module.css.js +1 -1
  13. package/components/checkmark-mobile/index.css +5 -5
  14. package/components/checkmark-mobile/index.module.css.js +1 -1
  15. package/components/clear-button/index.css +4 -4
  16. package/components/clear-button/index.module.css.js +1 -1
  17. package/components/field/index.css +22 -18
  18. package/components/field/index.module.css.js +1 -1
  19. package/components/footer/index.css +4 -4
  20. package/components/footer/index.module.css.js +1 -1
  21. package/components/optgroup/index.css +8 -7
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +24 -22
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +21 -19
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +13 -13
  28. package/components/options-list/index.module.css.js +1 -1
  29. package/components/search/index.css +1 -1
  30. package/components/search/index.module.css.js +1 -1
  31. package/components/virtual-options-list/index.css +13 -13
  32. package/components/virtual-options-list/index.module.css.js +1 -1
  33. package/cssm/components/base-option/index.module.css +5 -3
  34. package/cssm/components/field/index.module.css +9 -5
  35. package/cssm/components/optgroup/index.module.css +4 -3
  36. package/cssm/components/option/desktop/index.module.css +5 -3
  37. package/cssm/components/option/mobile/index.module.css +5 -3
  38. package/esm/components/arrow/index.css +4 -4
  39. package/esm/components/arrow/index.module.css.js +1 -1
  40. package/esm/components/base-checkmark/index.css +5 -5
  41. package/esm/components/base-checkmark/index.module.css.js +1 -1
  42. package/esm/components/base-option/index.css +21 -19
  43. package/esm/components/base-option/index.module.css.js +1 -1
  44. package/esm/components/base-select/index.css +11 -11
  45. package/esm/components/base-select/index.module.css.js +1 -1
  46. package/esm/components/base-select/mobile.css +11 -11
  47. package/esm/components/base-select/mobile.module.css.js +1 -1
  48. package/esm/components/checkmark/index.css +9 -9
  49. package/esm/components/checkmark/index.module.css.js +1 -1
  50. package/esm/components/checkmark-mobile/index.css +5 -5
  51. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  52. package/esm/components/clear-button/index.css +4 -4
  53. package/esm/components/clear-button/index.module.css.js +1 -1
  54. package/esm/components/field/index.css +22 -18
  55. package/esm/components/field/index.module.css.js +1 -1
  56. package/esm/components/footer/index.css +4 -4
  57. package/esm/components/footer/index.module.css.js +1 -1
  58. package/esm/components/optgroup/index.css +8 -7
  59. package/esm/components/optgroup/index.module.css.js +1 -1
  60. package/esm/components/option/desktop/index.css +24 -22
  61. package/esm/components/option/desktop/index.module.css.js +1 -1
  62. package/esm/components/option/mobile/index.css +21 -19
  63. package/esm/components/option/mobile/index.module.css.js +1 -1
  64. package/esm/components/options-list/index.css +13 -13
  65. package/esm/components/options-list/index.module.css.js +1 -1
  66. package/esm/components/search/index.css +1 -1
  67. package/esm/components/search/index.module.css.js +1 -1
  68. package/esm/components/virtual-options-list/index.css +13 -13
  69. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  70. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  71. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  72. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  73. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  74. package/esm/presets/useSelectWithLoading/index.css +1 -1
  75. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  76. package/modern/components/arrow/index.css +4 -4
  77. package/modern/components/arrow/index.module.css.js +1 -1
  78. package/modern/components/base-checkmark/index.css +5 -5
  79. package/modern/components/base-checkmark/index.module.css.js +1 -1
  80. package/modern/components/base-option/index.css +21 -19
  81. package/modern/components/base-option/index.module.css.js +1 -1
  82. package/modern/components/base-select/index.css +11 -11
  83. package/modern/components/base-select/index.module.css.js +1 -1
  84. package/modern/components/base-select/mobile.css +11 -11
  85. package/modern/components/base-select/mobile.module.css.js +1 -1
  86. package/modern/components/checkmark/index.css +9 -9
  87. package/modern/components/checkmark/index.module.css.js +1 -1
  88. package/modern/components/checkmark-mobile/index.css +5 -5
  89. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  90. package/modern/components/clear-button/index.css +4 -4
  91. package/modern/components/clear-button/index.module.css.js +1 -1
  92. package/modern/components/field/index.css +22 -18
  93. package/modern/components/field/index.module.css.js +1 -1
  94. package/modern/components/footer/index.css +4 -4
  95. package/modern/components/footer/index.module.css.js +1 -1
  96. package/modern/components/optgroup/index.css +8 -7
  97. package/modern/components/optgroup/index.module.css.js +1 -1
  98. package/modern/components/option/desktop/index.css +24 -22
  99. package/modern/components/option/desktop/index.module.css.js +1 -1
  100. package/modern/components/option/mobile/index.css +21 -19
  101. package/modern/components/option/mobile/index.module.css.js +1 -1
  102. package/modern/components/options-list/index.css +13 -13
  103. package/modern/components/options-list/index.module.css.js +1 -1
  104. package/modern/components/search/index.css +1 -1
  105. package/modern/components/search/index.module.css.js +1 -1
  106. package/modern/components/virtual-options-list/index.css +13 -13
  107. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  108. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  109. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  110. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  111. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  112. package/modern/presets/useSelectWithLoading/index.css +1 -1
  113. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  114. package/moderncssm/components/base-option/index.module.css +2 -1
  115. package/moderncssm/components/field/index.module.css +6 -3
  116. package/moderncssm/components/optgroup/index.module.css +1 -1
  117. package/moderncssm/components/option/desktop/index.module.css +2 -1
  118. package/moderncssm/components/option/mobile/index.module.css +2 -1
  119. package/package.json +16 -16
  120. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  121. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  122. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  123. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  124. package/presets/useSelectWithLoading/index.css +1 -1
  125. package/presets/useSelectWithLoading/index.module.css.js +1 -1
@@ -9,7 +9,7 @@
9
9
  --select-arrow-color: var(--color-light-neutral-translucent-700);
10
10
  --select-arrow-disabled-color: var(--color-light-neutral-translucent-500);
11
11
  }
12
- .select__arrow_g8dzt {
12
+ .select__arrow_cxwmc {
13
13
  display: block;
14
14
  width: 24px;
15
15
  height: 24px;
@@ -19,15 +19,15 @@
19
19
  transform 0.15s ease-in-out,
20
20
  opacity 0.2s ease;
21
21
  }
22
- .select__arrow_g8dzt.select__disabled_g8dzt {
22
+ .select__arrow_cxwmc.select__disabled_cxwmc {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_g8dzt.select__size-40_g8dzt {
25
+ .select__arrow_cxwmc.select__size-40_cxwmc {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_g8dzt {
31
+ .select__open_cxwmc {
32
32
  transform: var(--arrow-transform);
33
33
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"arrow":"select__arrow_g8dzt","disabled":"select__disabled_g8dzt","size-40":"select__size-40_g8dzt","open":"select__open_g8dzt"};
5
+ var styles = {"arrow":"select__arrow_cxwmc","disabled":"select__disabled_cxwmc","size-40":"select__size-40_cxwmc","open":"select__open_cxwmc"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,19 +1,19 @@
1
- .select__checkmark_lei8h {
1
+ .select__checkmark_sxlws {
2
2
  flex-shrink: 0;
3
3
  box-sizing: border-box;
4
4
  }
5
- .select__checkmark_lei8h.select__start_lei8h {
5
+ .select__checkmark_sxlws.select__start_sxlws {
6
6
  align-self: start;
7
7
  }
8
- .select__checkmark_lei8h.select__center_lei8h {
8
+ .select__checkmark_sxlws.select__center_sxlws {
9
9
  align-self: center;
10
10
  }
11
- .select__single_lei8h {
11
+ .select__single_sxlws {
12
12
  display: flex;
13
13
  align-items: center;
14
14
  justify-content: center;
15
15
  opacity: 0;
16
16
  }
17
- .select__single_lei8h.select__selected_lei8h {
17
+ .select__single_sxlws.select__selected_sxlws {
18
18
  opacity: 1;
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_lei8h","start":"select__start_lei8h","center":"select__center_lei8h","single":"select__single_lei8h","selected":"select__selected_lei8h"};
5
+ var styles = {"checkmark":"select__checkmark_sxlws","start":"select__start_sxlws","center":"select__center_sxlws","single":"select__single_sxlws","selected":"select__selected_sxlws"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -15,8 +15,9 @@
15
15
  --gap-20: var(--gap-l);
16
16
  }
17
17
  :root {
18
- --font-family-system:
19
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
18
+ --font-family-alfasans:
19
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
20
+ Helvetica, sans-serif;
20
21
  }
21
22
  :root {
22
23
  --disabled-cursor: not-allowed;
@@ -34,11 +35,12 @@
34
35
  --select-option-active-color: var(--color-light-text-primary);
35
36
  --select-option-disabled-color: var(--color-light-text-secondary);
36
37
  }
37
- .select__option_118r6 {
38
+ .select__option_n3bqa {
38
39
  font-size: 16px;
39
40
  line-height: 20px;
40
41
  font-weight: 400;
41
- font-family: var(--font-family-system);
42
+ letter-spacing: -0.24px;
43
+ font-family: var(--font-family-alfasans);
42
44
 
43
45
  display: flex;
44
46
  align-items: center;
@@ -50,55 +52,55 @@
50
52
  cursor: pointer;
51
53
  min-height: var(--size-s-height);
52
54
  }
53
- .select__option_118r6:not(.select__disabled_118r6):active {
55
+ .select__option_n3bqa:not(.select__disabled_n3bqa):active {
54
56
  background: var(--select-option-active-background);
55
57
  color: var(--select-option-active-color);
56
58
  }
57
- .select__option_118r6.select__checkmarkBefore_118r6 {
59
+ .select__option_n3bqa.select__checkmarkBefore_n3bqa {
58
60
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
59
61
  }
60
- .select__option_118r6.select__checkmarkBefore_118r6.select__mobile_118r6 {
62
+ .select__option_n3bqa.select__checkmarkBefore_n3bqa.select__mobile_n3bqa {
61
63
  padding-left: var(--gap-16);
62
64
  }
63
- .select__option_118r6.select__checkmarkAfter_118r6.select__checkmarkAfter_118r6 {
65
+ .select__option_n3bqa.select__checkmarkAfter_n3bqa.select__checkmarkAfter_n3bqa {
64
66
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
65
67
  }
66
- .select__option_118r6.select__checkmarkAfter_118r6.select__checkmarkAfter_118r6.select__size-72_118r6 {
68
+ .select__option_n3bqa.select__checkmarkAfter_n3bqa.select__checkmarkAfter_n3bqa.select__size-72_n3bqa {
67
69
  padding-right: var(--gap-16);
68
70
  }
69
- .select__option_118r6.select__checkmarkAfter_118r6.select__checkmarkAfter_118r6.select__mobile_118r6 {
71
+ .select__option_n3bqa.select__checkmarkAfter_n3bqa.select__checkmarkAfter_n3bqa.select__mobile_n3bqa {
70
72
  padding-right: var(--gap-20);
71
73
  }
72
- .select__option_118r6.select__textContent_118r6 {
74
+ .select__option_n3bqa.select__textContent_n3bqa {
73
75
  padding: var(--gap-12);
74
76
  }
75
- .select__option_118r6.select__textContent_118r6.select__size-72_118r6 {
77
+ .select__option_n3bqa.select__textContent_n3bqa.select__size-72_n3bqa {
76
78
  padding-left: var(--gap-16);
77
79
  padding-right: var(--gap-16);
78
80
  }
79
- .select__option_118r6.select__textContent_118r6.select__mobile_118r6 {
81
+ .select__option_n3bqa.select__textContent_n3bqa.select__mobile_n3bqa {
80
82
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
81
83
  }
82
- .select__selected_118r6 {
84
+ .select__selected_n3bqa {
83
85
  background: var(--select-option-selected-background);
84
86
  color: var(--select-option-selected-color);
85
87
  cursor: default;
86
88
  }
87
- .select__highlighted_118r6 {
89
+ .select__highlighted_n3bqa {
88
90
  background: var(--select-option-hover-background);
89
91
  color: var(--select-option-hover-color);
90
92
  }
91
- .select__disabled_118r6 {
93
+ .select__disabled_n3bqa {
92
94
  cursor: var(--disabled-cursor);
93
95
  background: var(--select-option-disabled-background);
94
96
  color: var(--select-option-disabled-color);
95
97
  }
96
- .select__checkmarkBeforeContent_118r6 {
98
+ .select__checkmarkBeforeContent_n3bqa {
97
99
  margin-right: var(--gap-12);
98
100
  }
99
- .select__checkmarkAfterContent_118r6 {
101
+ .select__checkmarkAfterContent_n3bqa {
100
102
  margin-left: var(--gap-12);
101
103
  }
102
- .select__content_118r6 {
104
+ .select__content_n3bqa {
103
105
  flex: 1;
104
106
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_118r6","disabled":"select__disabled_118r6","checkmarkBefore":"select__checkmarkBefore_118r6","mobile":"select__mobile_118r6","checkmarkAfter":"select__checkmarkAfter_118r6","size-72":"select__size-72_118r6","textContent":"select__textContent_118r6","selected":"select__selected_118r6","highlighted":"select__highlighted_118r6","checkmarkBeforeContent":"select__checkmarkBeforeContent_118r6","checkmarkAfterContent":"select__checkmarkAfterContent_118r6","content":"select__content_118r6"};
5
+ var styles = {"option":"select__option_n3bqa","disabled":"select__disabled_n3bqa","checkmarkBefore":"select__checkmarkBefore_n3bqa","mobile":"select__mobile_n3bqa","checkmarkAfter":"select__checkmarkAfter_n3bqa","size-72":"select__size-72_n3bqa","textContent":"select__textContent_n3bqa","selected":"select__selected_n3bqa","highlighted":"select__highlighted_n3bqa","checkmarkBeforeContent":"select__checkmarkBeforeContent_n3bqa","checkmarkAfterContent":"select__checkmarkAfterContent_n3bqa","content":"select__content_n3bqa"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -30,25 +30,25 @@
30
30
  --select-options-list-bottom-padding: var(--gap-0);
31
31
  --select-option-background: var(--color-light-modal-bg-primary);
32
32
  }
33
- .select__component_g2hn4 {
33
+ .select__component_u43fv {
34
34
  width: -moz-max-content;
35
35
  width: max-content;
36
36
  position: relative;
37
37
  outline: 0;
38
38
  max-width: 100%;
39
39
  }
40
- .select__popoverInner_g2hn4 {
40
+ .select__popoverInner_u43fv {
41
41
  padding-top: var(--select-options-list-offset);
42
42
  padding-bottom: var(--select-options-list-offset);
43
43
  background: transparent;
44
44
  border-radius: var(--border-radius-0);
45
45
  position: relative;
46
46
  }
47
- .select__popoverInner_g2hn4.select__popoverInner_g2hn4 {
47
+ .select__popoverInner_u43fv.select__popoverInner_u43fv {
48
48
  box-shadow: none;
49
49
  border: none;
50
50
  }
51
- .select__optionsListWrapper_g2hn4 {
51
+ .select__optionsListWrapper_u43fv {
52
52
  position: relative;
53
53
  padding-top: var(--select-options-list-top-padding);
54
54
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -58,7 +58,7 @@
58
58
  overflow: hidden;
59
59
  will-change: transform;
60
60
  }
61
- .select__optionsListBorder_g2hn4 {
61
+ .select__optionsListBorder_u43fv {
62
62
  position: absolute;
63
63
  top: var(--gap-0);
64
64
  right: var(--gap-0);
@@ -68,7 +68,7 @@
68
68
  border-radius: inherit;
69
69
  pointer-events: none;
70
70
  }
71
- .select__nativeSelect_g2hn4 {
71
+ .select__nativeSelect_u43fv {
72
72
  opacity: 0;
73
73
  overflow: hidden;
74
74
  position: absolute;
@@ -82,19 +82,19 @@
82
82
  cursor: pointer;
83
83
  z-index: 1;
84
84
  }
85
- .select__block_g2hn4 {
85
+ .select__block_u43fv {
86
86
  width: 100%;
87
87
  }
88
- .select__emptySearchPlaceholder_g2hn4 {
88
+ .select__emptySearchPlaceholder_u43fv {
89
89
  text-align: center;
90
90
  }
91
- .select__search_g2hn4 {
91
+ .select__search_u43fv {
92
92
  margin: var(--gap-12) var(--gap-12) var(--gap-0);
93
93
  }
94
- .select__search_g2hn4.select__size-72_g2hn4 {
94
+ .select__search_u43fv.select__size-72_u43fv {
95
95
  margin-left: var(--gap-16);
96
96
  margin-right: var(--gap-16);
97
97
  }
98
- .select__search_g2hn4:last-child {
98
+ .select__search_u43fv:last-child {
99
99
  margin-bottom: var(--gap-12);
100
100
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_g2hn4","popoverInner":"select__popoverInner_g2hn4","optionsListWrapper":"select__optionsListWrapper_g2hn4","optionsListBorder":"select__optionsListBorder_g2hn4","nativeSelect":"select__nativeSelect_g2hn4","block":"select__block_g2hn4","emptySearchPlaceholder":"select__emptySearchPlaceholder_g2hn4","search":"select__search_g2hn4","size-72":"select__size-72_g2hn4"};
5
+ var styles = {"component":"select__component_u43fv","popoverInner":"select__popoverInner_u43fv","optionsListWrapper":"select__optionsListWrapper_u43fv","optionsListBorder":"select__optionsListBorder_u43fv","nativeSelect":"select__nativeSelect_u43fv","block":"select__block_u43fv","emptySearchPlaceholder":"select__emptySearchPlaceholder_u43fv","search":"select__search_u43fv","size-72":"select__size-72_u43fv"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -9,40 +9,40 @@
9
9
  --gap-16: var(--gap-m);
10
10
  --gap-20: var(--gap-l);
11
11
  }
12
- .select__sheet_qdokh {
12
+ .select__sheet_1nuy8 {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_qdokh.select__sheetContent_qdokh {
15
+ .select__sheetContent_1nuy8.select__sheetContent_1nuy8 {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_qdokh.select__sheetContent_qdokh .select__modalContent_qdokh {
18
+ .select__sheetContent_1nuy8.select__sheetContent_1nuy8 .select__modalContent_1nuy8 {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_qdokh {
23
+ .select__sheetContainer_1nuy8 {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_qdokh {
26
+ .select__optionsListWrapper_1nuy8 {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_qdokh.select__optionsList_qdokh {
29
+ .select__optionsList_1nuy8.select__optionsList_1nuy8 {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_qdokh {
34
+ .select__scrollbar_1nuy8 {
35
35
  flex: 1;
36
36
  }
37
- .select__search_qdokh {
37
+ .select__search_1nuy8 {
38
38
  padding: var(--gap-8);
39
39
  }
40
- .select__option_qdokh.select__option_qdokh {
40
+ .select__option_1nuy8.select__option_1nuy8 {
41
41
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
42
42
  }
43
- .select__option_qdokh.select__option_qdokh:before {
43
+ .select__option_1nuy8.select__option_1nuy8:before {
44
44
  display: none;
45
45
  }
46
- .select__optionGroup_qdokh.select__optionGroup_qdokh {
46
+ .select__optionGroup_1nuy8.select__optionGroup_1nuy8 {
47
47
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
48
48
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"sheet":"select__sheet_qdokh","sheetContent":"select__sheetContent_qdokh","modalContent":"select__modalContent_qdokh","sheetContainer":"select__sheetContainer_qdokh","optionsListWrapper":"select__optionsListWrapper_qdokh","optionsList":"select__optionsList_qdokh","scrollbar":"select__scrollbar_qdokh","search":"select__search_qdokh","option":"select__option_qdokh","optionGroup":"select__optionGroup_qdokh"};
5
+ var mobileStyles = {"sheet":"select__sheet_1nuy8","sheetContent":"select__sheetContent_1nuy8","modalContent":"select__modalContent_1nuy8","sheetContainer":"select__sheetContainer_1nuy8","optionsListWrapper":"select__optionsListWrapper_1nuy8","optionsList":"select__optionsList_1nuy8","scrollbar":"select__scrollbar_1nuy8","search":"select__search_1nuy8","option":"select__option_1nuy8","optionGroup":"select__optionGroup_1nuy8"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# 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_1676t {
28
+ .select__checkmark_18ytm {
29
29
  flex-shrink: 0;
30
30
  margin: var(--select-checkmark-margin);
31
31
  }
32
- .select__checkmark_1676t.select__after_1676t {
32
+ .select__checkmark_18ytm.select__after_18ytm {
33
33
  margin: var(--select-checkmark-margin-after);
34
34
  }
35
- .select__single_1676t {
35
+ .select__single_18ytm {
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_1676t.select__selected_1676t {
46
+ .select__single_18ytm.select__selected_18ytm {
47
47
  opacity: 1;
48
48
  }
49
- .select__before_1676t {
49
+ .select__before_18ytm {
50
50
  display: var(--select-checkmark-before-display);
51
51
  }
52
- .select__before_1676t.select__multiple_1676t {
52
+ .select__before_18ytm.select__multiple_18ytm {
53
53
  margin-right: var(--gap-12);
54
54
  display: var(--select-checkmark-before-display-multiple);
55
55
  }
56
- .select__after_1676t.select__after_1676t {
56
+ .select__after_18ytm.select__after_18ytm {
57
57
  display: var(--select-checkmark-after-display);
58
58
  }
59
- .select__after_1676t.select__after_1676t.select__single_1676t {
59
+ .select__after_18ytm.select__after_18ytm.select__single_18ytm {
60
60
  display: var(--select-checkmark-after-display-single);
61
61
  }
62
- .select__colorIcon_1676t {
62
+ .select__colorIcon_18ytm {
63
63
  color: var(--color-light-status-positive);
64
64
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_1676t","after":"select__after_1676t","single":"select__single_1676t","selected":"select__selected_1676t","before":"select__before_1676t","multiple":"select__multiple_1676t","colorIcon":"select__colorIcon_1676t"};
5
+ var styles = {"checkmark":"select__checkmark_18ytm","after":"select__after_18ytm","single":"select__single_18ytm","selected":"select__selected_18ytm","before":"select__before_18ytm","multiple":"select__multiple_18ytm","colorIcon":"select__colorIcon_18ytm"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_rrzep {
5
+ .select__checkmark_s2yju {
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_rrzep:first-child {
14
+ .select__checkmark_s2yju:first-child {
15
15
  display: none;
16
16
  }
17
- .select__checkmark_rrzep.select__selected_rrzep {
17
+ .select__checkmark_s2yju.select__selected_s2yju {
18
18
  opacity: 1;
19
19
  }
20
- .select__displayIcon_rrzep {
20
+ .select__displayIcon_s2yju {
21
21
  display: var(--select-mobile-checkmark-display-icon);
22
22
  }
23
- .select__displayBadge_rrzep {
23
+ .select__displayBadge_s2yju {
24
24
  display: var(--select-mobile-checkmark-display-badge);
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_rrzep","selected":"select__selected_rrzep","displayIcon":"select__displayIcon_rrzep"};
5
+ var styles = {"checkmark":"select__checkmark_s2yju","selected":"select__selected_s2yju","displayIcon":"select__displayIcon_s2yju"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_w6f4o {
9
+ .select__clearIcon_x84ud {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_w6f4o:hover {
13
+ .select__clearIcon_x84ud:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_w6f4o:active {
16
+ .select__clearIcon_x84ud:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_w6f4o + [data-addon='error-icon'] {
19
+ .select__clearButton_x84ud + [data-addon='error-icon'] {
20
20
  display: var(--input-error-icon-display);
21
21
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"clearIcon":"select__clearIcon_w6f4o","clearButton":"select__clearButton_w6f4o"};
5
+ var styles = {"clearIcon":"select__clearIcon_x84ud","clearButton":"select__clearButton_x84ud"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_29yoz {
22
+ .select__component_kh8ta {
22
23
  width: 100%;
23
24
  outline: none;
24
25
  }
25
- .select__field_29yoz:not(.select__disabled_29yoz) {
26
+ .select__field_kh8ta:not(.select__disabled_kh8ta) {
26
27
  cursor: pointer;
27
28
  }
28
- .select__field_29yoz:not(.select__disabled_29yoz):hover .select__arrow_29yoz {
29
+ .select__field_kh8ta:not(.select__disabled_kh8ta):hover .select__arrow_kh8ta {
29
30
  opacity: var(--select-arrow-hover-opacity);
30
31
  }
31
- .select__disabled_29yoz {
32
+ .select__disabled_kh8ta {
32
33
  cursor: var(--disabled-cursor);
33
34
  }
34
- .select__placeholder_29yoz {
35
+ .select__placeholder_kh8ta {
35
36
  color: var(--input-placeholder-color);
36
37
  transition: color 0.2s ease;
37
- animation: select__show-placeholder_29yoz 0.2s ease;
38
+ animation: select__show-placeholder_kh8ta 0.2s ease;
38
39
  }
39
- .select__placeholder_29yoz.select__focused_29yoz {
40
+ .select__placeholder_kh8ta.select__focused_kh8ta {
40
41
  color: var(--input-focus-placeholder-color);
41
42
  }
42
- .select__contentWrapper_29yoz {
43
+ .select__contentWrapper_kh8ta {
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_29yoz.select__size-40_29yoz {
55
+ .select__contentWrapper_kh8ta.select__size-40_kh8ta {
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_29yoz {
62
+ .select__value_kh8ta {
60
63
  overflow: hidden;
61
64
  text-overflow: ellipsis;
62
65
  text-align: left;
63
66
  }
64
- .select__value_29yoz.select__size-40_29yoz {
67
+ .select__value_kh8ta.select__size-40_kh8ta {
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_29yoz {
74
+ .select__focusVisible_kh8ta {
71
75
  outline: 2px solid var(--focus-color);
72
76
  outline-offset: 2px;
73
77
  }
74
- @keyframes select__show-placeholder_29yoz {
78
+ @keyframes select__show-placeholder_kh8ta {
75
79
  from {
76
80
  opacity: 0;
77
81
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_29yoz","field":"select__field_29yoz","disabled":"select__disabled_29yoz","arrow":"select__arrow_29yoz","placeholder":"select__placeholder_29yoz","show-placeholder":"select__show-placeholder_29yoz","focused":"select__focused_29yoz","contentWrapper":"select__contentWrapper_29yoz","size-40":"select__size-40_29yoz","value":"select__value_29yoz","focusVisible":"select__focusVisible_29yoz"};
5
+ var styles = {"component":"select__component_kh8ta","field":"select__field_kh8ta","disabled":"select__disabled_kh8ta","arrow":"select__arrow_kh8ta","placeholder":"select__placeholder_kh8ta","show-placeholder":"select__show-placeholder_kh8ta","focused":"select__focused_kh8ta","contentWrapper":"select__contentWrapper_kh8ta","size-40":"select__size-40_kh8ta","value":"select__value_kh8ta","focusVisible":"select__focusVisible_kh8ta"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_chac8 {
9
+ .select__footer_5f9ks {
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_chac8 .select__button_chac8:first-of-type {
16
+ .select__footer_5f9ks .select__button_5f9ks:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_chac8 {
19
+ .select__button_5f9ks {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_chac8 {
22
+ .select__highlighted_5f9ks {
23
23
  border-top: 1px solid var(--color-light-neutral-300);
24
24
  background-color: var(--color-light-modal-bg-primary);
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"select__footer_chac8","button":"select__button_chac8","highlighted":"select__highlighted_chac8"};
5
+ var styles = {"footer":"select__footer_5f9ks","button":"select__button_5f9ks","highlighted":"select__highlighted_5f9ks"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# 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_1y24d {
27
+ .select__optgroup_tthdw {
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_1y24d + *[role='option']:before {
37
+ .select__optgroup_tthdw + *[role='option']:before {
37
38
  display: none;
38
39
  }
39
- .select__label_1y24d {
40
+ .select__label_tthdw {
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_1y24d {
51
+ .select__size-72_tthdw {
51
52
  padding-left: var(--select-optgroup-l-left-padding);
52
53
  padding-right: var(--select-optgroup-l-right-padding);
53
54
  }