@alfalab/core-components-select 19.2.0-alfasans → 19.2.0

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 +9 -9
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +17 -19
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-select/index.css +25 -25
  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 +11 -11
  12. package/components/checkmark/index.module.css.js +1 -1
  13. package/components/checkmark-mobile/index.css +6 -6
  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 +18 -22
  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 +7 -8
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +23 -25
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +20 -22
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +9 -9
  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/cssm/components/base-option/index.module.css +3 -5
  32. package/cssm/components/field/index.module.css +5 -9
  33. package/cssm/components/optgroup/index.module.css +3 -4
  34. package/cssm/components/option/desktop/index.module.css +3 -5
  35. package/cssm/components/option/mobile/index.module.css +3 -5
  36. package/esm/components/arrow/index.css +4 -4
  37. package/esm/components/arrow/index.module.css.js +1 -1
  38. package/esm/components/base-checkmark/index.css +9 -9
  39. package/esm/components/base-checkmark/index.module.css.js +1 -1
  40. package/esm/components/base-option/index.css +17 -19
  41. package/esm/components/base-option/index.module.css.js +1 -1
  42. package/esm/components/base-select/index.css +25 -25
  43. package/esm/components/base-select/index.module.css.js +1 -1
  44. package/esm/components/base-select/mobile.css +11 -11
  45. package/esm/components/base-select/mobile.module.css.js +1 -1
  46. package/esm/components/checkmark/index.css +11 -11
  47. package/esm/components/checkmark/index.module.css.js +1 -1
  48. package/esm/components/checkmark-mobile/index.css +6 -6
  49. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  50. package/esm/components/clear-button/index.css +4 -4
  51. package/esm/components/clear-button/index.module.css.js +1 -1
  52. package/esm/components/field/index.css +18 -22
  53. package/esm/components/field/index.module.css.js +1 -1
  54. package/esm/components/footer/index.css +4 -4
  55. package/esm/components/footer/index.module.css.js +1 -1
  56. package/esm/components/optgroup/index.css +7 -8
  57. package/esm/components/optgroup/index.module.css.js +1 -1
  58. package/esm/components/option/desktop/index.css +23 -25
  59. package/esm/components/option/desktop/index.module.css.js +1 -1
  60. package/esm/components/option/mobile/index.css +20 -22
  61. package/esm/components/option/mobile/index.module.css.js +1 -1
  62. package/esm/components/options-list/index.css +9 -9
  63. package/esm/components/options-list/index.module.css.js +1 -1
  64. package/esm/components/search/index.css +1 -1
  65. package/esm/components/search/index.module.css.js +1 -1
  66. package/esm/mobile/modal.mobile.css +1 -1
  67. package/esm/mobile/modal.mobile.module.css.js +1 -1
  68. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  69. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  70. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  71. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  72. package/esm/presets/useSelectWithLoading/index.css +1 -1
  73. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  74. package/mobile/modal.mobile.css +1 -1
  75. package/mobile/modal.mobile.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 +9 -9
  79. package/modern/components/base-checkmark/index.module.css.js +1 -1
  80. package/modern/components/base-option/index.css +17 -19
  81. package/modern/components/base-option/index.module.css.js +1 -1
  82. package/modern/components/base-select/index.css +25 -25
  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 +11 -11
  87. package/modern/components/checkmark/index.module.css.js +1 -1
  88. package/modern/components/checkmark-mobile/index.css +6 -6
  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 +18 -22
  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 +7 -8
  97. package/modern/components/optgroup/index.module.css.js +1 -1
  98. package/modern/components/option/desktop/index.css +23 -25
  99. package/modern/components/option/desktop/index.module.css.js +1 -1
  100. package/modern/components/option/mobile/index.css +20 -22
  101. package/modern/components/option/mobile/index.module.css.js +1 -1
  102. package/modern/components/options-list/index.css +9 -9
  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/mobile/modal.mobile.css +1 -1
  107. package/modern/mobile/modal.mobile.module.css.js +1 -1
  108. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  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 +1 -2
  115. package/moderncssm/components/field/index.module.css +3 -6
  116. package/moderncssm/components/optgroup/index.module.css +1 -1
  117. package/moderncssm/components/option/desktop/index.module.css +1 -2
  118. package/moderncssm/components/option/mobile/index.module.css +1 -2
  119. package/package.json +15 -15
  120. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  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
@@ -6,20 +6,20 @@
6
6
  --gap-m: 16px;
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .select__footer_h0ez7 {
9
+ .select__footer_1hrgj {
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_h0ez7 .select__button_h0ez7:first-of-type {
16
+ .select__footer_1hrgj .select__button_1hrgj:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_h0ez7 {
19
+ .select__button_1hrgj {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_h0ez7 {
22
+ .select__highlighted_1hrgj {
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_h0ez7","button":"select__button_h0ez7","highlighted":"select__highlighted_h0ez7"};
5
+ var styles = {"footer":"select__footer_1hrgj","button":"select__button_1hrgj","highlighted":"select__highlighted_1hrgj"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -11,9 +11,8 @@
11
11
  --gap-16: var(--gap-m);
12
12
  }
13
13
  :root {
14
- --font-family-alfasans:
15
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
16
- Helvetica, sans-serif;
14
+ --font-family-system:
15
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
16
  }
18
17
  :root {
19
18
 
@@ -24,7 +23,7 @@
24
23
  --select-optgroup-l-left-padding: var(--gap-16);
25
24
  --select-optgroup-l-right-padding: var(--gap-16);
26
25
  }
27
- .select__optgroup_afu48 {
26
+ .select__optgroup_10tuw {
28
27
  position: relative;
29
28
  display: flex;
30
29
  align-items: center;
@@ -34,21 +33,21 @@
34
33
  background: var(--select-optgroup-background);
35
34
  min-height: 40px;
36
35
  }
37
- .select__optgroup_afu48 + *[role='option']:before {
36
+ .select__optgroup_10tuw + *[role='option']:before {
38
37
  display: none;
39
38
  }
40
- .select__label_afu48 {
39
+ .select__label_10tuw {
41
40
  font-size: 12px;
42
41
  line-height: 16px;
43
42
  font-weight: 400;
44
43
  letter-spacing: 1.25px;
45
44
  text-transform: uppercase;
46
- font-family: var(--font-family-alfasans);
45
+ font-family: var(--font-family-system);
47
46
 
48
47
  display: block;
49
48
  color: var(--select-optgroup-color);
50
49
  }
51
- .select__size-72_afu48 {
50
+ .select__size-72_10tuw {
52
51
  padding-left: var(--select-optgroup-l-left-padding);
53
52
  padding-right: var(--select-optgroup-l-right-padding);
54
53
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"optgroup":"select__optgroup_afu48","label":"select__label_afu48","size-72":"select__size-72_afu48"};
5
+ var styles = {"optgroup":"select__optgroup_10tuw","label":"select__label_10tuw","size-72":"select__size-72_10tuw"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -14,9 +14,8 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-alfasans:
18
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
- Helvetica, sans-serif;
17
+ --font-family-system:
18
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
20
19
  }
21
20
  :root {
22
21
  --disabled-cursor: not-allowed;
@@ -45,12 +44,11 @@
45
44
  --select-option-active-color: var(--color-light-text-primary);
46
45
  --select-option-disabled-color: var(--color-light-text-secondary);
47
46
  }
48
- .select__option_1tsbu {
47
+ .select__option_16sm7 {
49
48
  font-size: 16px;
50
49
  line-height: 20px;
51
50
  font-weight: 400;
52
- letter-spacing: -0.24px;
53
- font-family: var(--font-family-alfasans);
51
+ font-family: var(--font-family-system);
54
52
 
55
53
  display: flex;
56
54
  align-items: center;
@@ -63,11 +61,11 @@
63
61
  position: relative;
64
62
  cursor: pointer;
65
63
  }
66
- .select__option_1tsbu:not(.select__disabled_1tsbu):active {
64
+ .select__option_16sm7:not(.select__disabled_16sm7):active {
67
65
  background: var(--select-option-active-background);
68
66
  color: var(--select-option-active-color);
69
67
  }
70
- .select__option_1tsbu:before {
68
+ .select__option_16sm7:before {
71
69
  content: '';
72
70
  position: absolute;
73
71
  left: var(--select-option-left-padding);
@@ -78,62 +76,62 @@
78
76
  display: var(--select-option-divider-display);
79
77
  transition: opacity 0.2s ease;
80
78
  }
81
- .select__option_1tsbu:first-child:before {
79
+ .select__option_16sm7:first-child:before {
82
80
  display: none;
83
81
  }
84
- .select__size-40_1tsbu {
82
+ .select__size-40_16sm7 {
85
83
  min-height: var(--size-xs-height);
86
84
  }
87
- .select__size-48_1tsbu {
85
+ .select__size-48_16sm7 {
88
86
  min-height: var(--size-s-height);
89
87
  }
90
- .select__size-56_1tsbu {
88
+ .select__size-56_16sm7 {
91
89
  min-height: var(--size-m-height);
92
90
  }
93
- .select__size-64_1tsbu {
91
+ .select__size-64_16sm7 {
94
92
  min-height: var(--size-l-height);
95
93
  }
96
- .select__size-72_1tsbu {
94
+ .select__size-72_16sm7 {
97
95
  min-height: var(--size-xl-height);
98
96
  padding-left: var(--select-option-l-left-padding);
99
97
  padding-right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__size-72_1tsbu:before {
99
+ .select__size-72_16sm7:before {
102
100
  left: var(--select-option-l-left-padding);
103
101
  right: var(--select-option-l-right-padding);
104
102
  }
105
- .select__selected_1tsbu {
103
+ .select__selected_16sm7 {
106
104
  background: var(--select-option-selected-background);
107
105
  color: var(--select-option-selected-color);
108
106
  cursor: default;
109
107
  }
110
- .select__highlighted_1tsbu {
108
+ .select__highlighted_16sm7 {
111
109
  background: var(--select-option-hover-background);
112
110
  color: var(--select-option-hover-color);
113
111
  }
114
- .select__highlighted_1tsbu:before,
115
- .select__highlighted_1tsbu + .select__option_1tsbu:before {
112
+ .select__highlighted_16sm7:before,
113
+ .select__highlighted_16sm7 + .select__option_16sm7:before {
116
114
  opacity: 0;
117
115
  }
118
- .select__disabled_1tsbu {
116
+ .select__disabled_16sm7 {
119
117
  cursor: var(--disabled-cursor);
120
118
  background: var(--select-option-disabled-background);
121
119
  color: var(--select-option-disabled-color);
122
120
  }
123
- .select__content_1tsbu {
121
+ .select__content_16sm7 {
124
122
  overflow: hidden;
125
123
  flex: 1;
126
124
  text-overflow: ellipsis;
127
125
  }
128
- .select__textContent_1tsbu {
126
+ .select__textContent_16sm7 {
129
127
  padding-top: var(--gap-12);
130
128
  padding-bottom: var(--gap-12);
131
129
  }
132
- .select__highlighted_1tsbu {
130
+ .select__highlighted_16sm7 {
133
131
  background: var(--select-option-hover-background);
134
132
  color: var(--select-option-hover-color);
135
133
  }
136
- .select__highlighted_1tsbu:before,
137
- .select__highlighted_1tsbu + .select__option_1tsbu:before {
134
+ .select__highlighted_16sm7:before,
135
+ .select__highlighted_16sm7 + .select__option_16sm7:before {
138
136
  opacity: 0;
139
137
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_1tsbu","disabled":"select__disabled_1tsbu","size-40":"select__size-40_1tsbu","size-48":"select__size-48_1tsbu","size-56":"select__size-56_1tsbu","size-64":"select__size-64_1tsbu","size-72":"select__size-72_1tsbu","selected":"select__selected_1tsbu","highlighted":"select__highlighted_1tsbu","content":"select__content_1tsbu","textContent":"select__textContent_1tsbu"};
5
+ var styles = {"option":"select__option_16sm7","disabled":"select__disabled_16sm7","size-40":"select__size-40_16sm7","size-48":"select__size-48_16sm7","size-56":"select__size-56_16sm7","size-64":"select__size-64_16sm7","size-72":"select__size-72_16sm7","selected":"select__selected_16sm7","highlighted":"select__highlighted_16sm7","content":"select__content_16sm7","textContent":"select__textContent_16sm7"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -14,9 +14,8 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-alfasans:
18
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
- Helvetica, sans-serif;
17
+ --font-family-system:
18
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
20
19
  }
21
20
  :root {
22
21
  --disabled-cursor: not-allowed;
@@ -45,12 +44,11 @@
45
44
  --select-option-active-color: var(--color-light-text-primary);
46
45
  --select-option-disabled-color: var(--color-light-text-secondary);
47
46
  }
48
- .select__option_yigdd {
47
+ .select__option_1q310 {
49
48
  font-size: 16px;
50
49
  line-height: 20px;
51
50
  font-weight: 400;
52
- letter-spacing: -0.24px;
53
- font-family: var(--font-family-alfasans);
51
+ font-family: var(--font-family-system);
54
52
 
55
53
  display: flex;
56
54
  align-items: center;
@@ -63,11 +61,11 @@
63
61
  position: relative;
64
62
  cursor: pointer;
65
63
  }
66
- .select__option_yigdd:not(.select__disabled_yigdd):active {
64
+ .select__option_1q310:not(.select__disabled_1q310):active {
67
65
  background: var(--select-option-active-background);
68
66
  color: var(--select-option-active-color);
69
67
  }
70
- .select__option_yigdd:before {
68
+ .select__option_1q310:before {
71
69
  content: '';
72
70
  position: absolute;
73
71
  left: var(--select-option-left-padding);
@@ -78,54 +76,54 @@
78
76
  display: var(--select-option-divider-display);
79
77
  transition: opacity 0.2s ease;
80
78
  }
81
- .select__option_yigdd:first-child:before {
79
+ .select__option_1q310:first-child:before {
82
80
  display: none;
83
81
  }
84
- .select__size-40_yigdd {
82
+ .select__size-40_1q310 {
85
83
  min-height: var(--size-xs-height);
86
84
  }
87
- .select__size-48_yigdd {
85
+ .select__size-48_1q310 {
88
86
  min-height: var(--size-s-height);
89
87
  }
90
- .select__size-56_yigdd {
88
+ .select__size-56_1q310 {
91
89
  min-height: var(--size-m-height);
92
90
  }
93
- .select__size-64_yigdd {
91
+ .select__size-64_1q310 {
94
92
  min-height: var(--size-l-height);
95
93
  }
96
- .select__size-72_yigdd {
94
+ .select__size-72_1q310 {
97
95
  min-height: var(--size-xl-height);
98
96
  padding-left: var(--select-option-l-left-padding);
99
97
  padding-right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__size-72_yigdd:before {
99
+ .select__size-72_1q310:before {
102
100
  left: var(--select-option-l-left-padding);
103
101
  right: var(--select-option-l-right-padding);
104
102
  }
105
- .select__selected_yigdd {
103
+ .select__selected_1q310 {
106
104
  background: var(--select-option-selected-background);
107
105
  color: var(--select-option-selected-color);
108
106
  cursor: default;
109
107
  }
110
- .select__highlighted_yigdd {
108
+ .select__highlighted_1q310 {
111
109
  background: var(--select-option-hover-background);
112
110
  color: var(--select-option-hover-color);
113
111
  }
114
- .select__highlighted_yigdd:before,
115
- .select__highlighted_yigdd + .select__option_yigdd:before {
112
+ .select__highlighted_1q310:before,
113
+ .select__highlighted_1q310 + .select__option_1q310:before {
116
114
  opacity: 0;
117
115
  }
118
- .select__disabled_yigdd {
116
+ .select__disabled_1q310 {
119
117
  cursor: var(--disabled-cursor);
120
118
  background: var(--select-option-disabled-background);
121
119
  color: var(--select-option-disabled-color);
122
120
  }
123
- .select__content_yigdd {
121
+ .select__content_1q310 {
124
122
  overflow: hidden;
125
123
  flex: 1;
126
124
  text-overflow: ellipsis;
127
125
  }
128
- .select__textContent_yigdd {
126
+ .select__textContent_1q310 {
129
127
  padding-top: var(--gap-12);
130
128
  padding-bottom: var(--gap-12);
131
129
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_yigdd","disabled":"select__disabled_yigdd","size-40":"select__size-40_yigdd","size-48":"select__size-48_yigdd","size-56":"select__size-56_yigdd","size-64":"select__size-64_yigdd","size-72":"select__size-72_yigdd","selected":"select__selected_yigdd","highlighted":"select__highlighted_yigdd","content":"select__content_yigdd","textContent":"select__textContent_yigdd"};
5
+ var styles = {"option":"select__option_1q310","disabled":"select__disabled_1q310","size-40":"select__size-40_1q310","size-48":"select__size-48_1q310","size-56":"select__size-56_1q310","size-64":"select__size-64_1q310","size-72":"select__size-72_1q310","selected":"select__selected_1q310","highlighted":"select__highlighted_1q310","content":"select__content_1q310","textContent":"select__textContent_1q310"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -14,38 +14,38 @@
14
14
  :root {
15
15
  --select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
16
16
  }
17
- .select__optionsList_1sux3 {
17
+ .select__optionsList_a23kz {
18
18
  width: 100%;
19
19
  outline: none;
20
20
  box-sizing: border-box;
21
21
  position: relative;
22
22
  }
23
- .select__optionsListHeader_1sux3 {
23
+ .select__optionsListHeader_a23kz {
24
24
  box-sizing: border-box;
25
25
  border-bottom: 1px solid transparent;
26
26
  }
27
- .select__optionsListHeader_1sux3.select__headerHighlighted_1sux3 {
27
+ .select__optionsListHeader_a23kz.select__headerHighlighted_a23kz {
28
28
  border-bottom-color: var(--color-light-neutral-300);
29
29
  }
30
- .select__optionsListFooter_1sux3 {
30
+ .select__optionsListFooter_a23kz {
31
31
  position: sticky;
32
32
  bottom: var(--gap-0);
33
33
  box-sizing: border-box;
34
34
  border-top: 1px solid transparent;
35
35
  }
36
- .select__optionsListFooter_1sux3.select__withBorder_1sux3 {
36
+ .select__optionsListFooter_a23kz.select__withBorder_a23kz {
37
37
  border-top-color: var(--color-light-neutral-300);
38
38
  }
39
- .select__emptyPlaceholder_1sux3 {
39
+ .select__emptyPlaceholder_a23kz {
40
40
  padding: var(--gap-16) var(--gap-12);
41
41
  color: var(--select-options-list-empty-placeholder-color);
42
42
  flex: 1;
43
43
  }
44
- .select__size-64_1sux3 .select__emptyPlaceholder_1sux3,
45
- .select__size-72_1sux3 .select__emptyPlaceholder_1sux3 {
44
+ .select__size-64_a23kz .select__emptyPlaceholder_a23kz,
45
+ .select__size-72_a23kz .select__emptyPlaceholder_a23kz {
46
46
  padding: var(--gap-24) var(--gap-16);
47
47
  }
48
- .select__list_1sux3 {
48
+ .select__list_a23kz {
49
49
  will-change: transform;
50
50
  height: auto;
51
51
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"optionsList":"select__optionsList_1sux3","optionsListHeader":"select__optionsListHeader_1sux3","headerHighlighted":"select__headerHighlighted_1sux3","optionsListFooter":"select__optionsListFooter_1sux3","withBorder":"select__withBorder_1sux3","emptyPlaceholder":"select__emptyPlaceholder_1sux3","size-64":"select__size-64_1sux3","size-72":"select__size-72_1sux3","list":"select__list_1sux3"};
5
+ var styles = {"optionsList":"select__optionsList_a23kz","optionsListHeader":"select__optionsListHeader_a23kz","headerHighlighted":"select__headerHighlighted_a23kz","optionsListFooter":"select__optionsListFooter_a23kz","withBorder":"select__withBorder_a23kz","emptyPlaceholder":"select__emptyPlaceholder_a23kz","size-64":"select__size-64_a23kz","size-72":"select__size-72_a23kz","list":"select__list_a23kz"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_xq22s.select__component_xq22s {
1
+ .select__component_wiucn.select__component_wiucn {
2
2
  width: auto;
3
3
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_xq22s"};
5
+ var styles = {"component":"select__component_wiucn"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -15,9 +15,8 @@
15
15
  --gap-20: var(--gap-l);
16
16
  }
17
17
  :root {
18
- --font-family-alfasans:
19
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
20
- Helvetica, sans-serif;
18
+ --font-family-system:
19
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
21
20
  }
22
21
  :root {
23
22
  --disabled-cursor: not-allowed;
@@ -39,8 +38,7 @@
39
38
  font-size: 16px;
40
39
  line-height: 20px;
41
40
  font-weight: 400;
42
- letter-spacing: -0.24px;
43
- font-family: var(--font-family-alfasans);
41
+ font-family: var(--font-family-system);
44
42
 
45
43
  display: flex;
46
44
  align-items: center;
@@ -4,9 +4,8 @@
4
4
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
5
5
  }
6
6
  :root {
7
- --font-family-alfasans:
8
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
9
- Helvetica, sans-serif;
7
+ --font-family-system:
8
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
10
9
  }
11
10
  :root {
12
11
  --focus-color: var(--color-light-status-info);
@@ -44,8 +43,7 @@
44
43
  font-size: 16px;
45
44
  line-height: 20px;
46
45
  font-weight: 400;
47
- letter-spacing: -0.24px;
48
- font-family: var(--font-family-alfasans);
46
+ font-family: var(--font-family-system);
49
47
 
50
48
  white-space: nowrap;
51
49
  text-overflow: ellipsis;
@@ -56,8 +54,7 @@
56
54
  font-size: 14px;
57
55
  line-height: 18px;
58
56
  font-weight: 400;
59
- letter-spacing: -0.08px;
60
- font-family: var(--font-family-alfasans);
57
+ font-family: var(--font-family-system);
61
58
  }
62
59
  .value {
63
60
  overflow: hidden;
@@ -68,8 +65,7 @@
68
65
  font-size: 14px;
69
66
  line-height: 18px;
70
67
  font-weight: 400;
71
- letter-spacing: -0.08px;
72
- font-family: var(--font-family-alfasans);
68
+ font-family: var(--font-family-system);
73
69
  }
74
70
  .focusVisible {
75
71
  outline: 2px solid var(--focus-color);
@@ -11,9 +11,8 @@
11
11
  --gap-16: var(--gap-m);
12
12
  }
13
13
  :root {
14
- --font-family-alfasans:
15
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
16
- Helvetica, sans-serif;
14
+ --font-family-system:
15
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
16
  }
18
17
  :root {
19
18
 
@@ -43,7 +42,7 @@
43
42
  font-weight: 400;
44
43
  letter-spacing: 1.25px;
45
44
  text-transform: uppercase;
46
- font-family: var(--font-family-alfasans);
45
+ font-family: var(--font-family-system);
47
46
 
48
47
  display: block;
49
48
  color: var(--select-optgroup-color);
@@ -14,9 +14,8 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-alfasans:
18
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
- Helvetica, sans-serif;
17
+ --font-family-system:
18
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
20
19
  }
21
20
  :root {
22
21
  --disabled-cursor: not-allowed;
@@ -49,8 +48,7 @@
49
48
  font-size: 16px;
50
49
  line-height: 20px;
51
50
  font-weight: 400;
52
- letter-spacing: -0.24px;
53
- font-family: var(--font-family-alfasans);
51
+ font-family: var(--font-family-system);
54
52
 
55
53
  display: flex;
56
54
  align-items: center;
@@ -14,9 +14,8 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-alfasans:
18
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
- Helvetica, sans-serif;
17
+ --font-family-system:
18
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
20
19
  }
21
20
  :root {
22
21
  --disabled-cursor: not-allowed;
@@ -49,8 +48,7 @@
49
48
  font-size: 16px;
50
49
  line-height: 20px;
51
50
  font-weight: 400;
52
- letter-spacing: -0.24px;
53
- font-family: var(--font-family-alfasans);
51
+ font-family: var(--font-family-system);
54
52
 
55
53
  display: flex;
56
54
  align-items: center;
@@ -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_1fw45 {
12
+ .select__arrow_13157 {
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_1fw45.select__disabled_1fw45 {
22
+ .select__arrow_13157.select__disabled_13157 {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_1fw45.select__size-40_1fw45 {
25
+ .select__arrow_13157.select__size-40_13157 {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_1fw45 {
31
+ .select__open_13157 {
32
32
  transform: var(--arrow-transform);
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"arrow":"select__arrow_1fw45","disabled":"select__disabled_1fw45","size-40":"select__size-40_1fw45","open":"select__open_1fw45"};
3
+ var styles = {"arrow":"select__arrow_13157","disabled":"select__disabled_13157","size-40":"select__size-40_13157","open":"select__open_13157"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,32 +2,32 @@
2
2
  --gap-s: 12px;
3
3
  --gap-12: var(--gap-s);
4
4
  }
5
- .select__checkmark_hcgid {
5
+ .select__checkmark_105cp {
6
6
  flex-shrink: 0;
7
7
  box-sizing: border-box;
8
8
  }
9
- .select__checkmark_hcgid.select__before_hcgid {
9
+ .select__checkmark_105cp.select__before_105cp {
10
10
  margin-right: var(--gap-12);
11
11
  }
12
- .select__checkmark_hcgid.select__after_hcgid {
12
+ .select__checkmark_105cp.select__after_105cp {
13
13
  margin-left: var(--gap-12);
14
14
  }
15
- .select__checkmark_hcgid.select__start_hcgid {
15
+ .select__checkmark_105cp.select__start_105cp {
16
16
  align-self: start;
17
17
  }
18
- .select__checkmark_hcgid.select__center_hcgid {
18
+ .select__checkmark_105cp.select__center_105cp {
19
19
  align-self: center;
20
20
  }
21
- .select__singleIcon_hcgid {
21
+ .select__singleIcon_105cp {
22
22
  flex-shrink: 0;
23
23
  opacity: 0;
24
24
  }
25
- .select__singleIcon_hcgid.select__before_hcgid {
25
+ .select__singleIcon_105cp.select__before_105cp {
26
26
  margin-right: var(--gap-12);
27
27
  }
28
- .select__singleIcon_hcgid.select__after_hcgid {
28
+ .select__singleIcon_105cp.select__after_105cp {
29
29
  margin-left: var(--gap-12);
30
30
  }
31
- .select__singleIcon_hcgid.select__selected_hcgid {
31
+ .select__singleIcon_105cp.select__selected_105cp {
32
32
  opacity: 1;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_hcgid","before":"select__before_hcgid","after":"select__after_hcgid","start":"select__start_hcgid","center":"select__center_hcgid","singleIcon":"select__singleIcon_hcgid","selected":"select__selected_hcgid"};
3
+ var styles = {"checkmark":"select__checkmark_105cp","before":"select__before_105cp","after":"select__after_105cp","start":"select__start_105cp","center":"select__center_105cp","singleIcon":"select__singleIcon_105cp","selected":"select__selected_105cp"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map