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

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 (131) 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 +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 +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 +22 -24
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +19 -21
  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 +3 -5
  34. package/cssm/components/field/index.module.css +5 -9
  35. package/cssm/components/optgroup/index.module.css +3 -4
  36. package/cssm/components/option/desktop/index.module.css +3 -5
  37. package/cssm/components/option/mobile/index.module.css +3 -5
  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 +9 -9
  41. package/esm/components/base-checkmark/index.module.css.js +1 -1
  42. package/esm/components/base-option/index.css +17 -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 +11 -11
  49. package/esm/components/checkmark/index.module.css.js +1 -1
  50. package/esm/components/checkmark-mobile/index.css +6 -6
  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 +18 -22
  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 +7 -8
  59. package/esm/components/optgroup/index.module.css.js +1 -1
  60. package/esm/components/option/desktop/index.css +22 -24
  61. package/esm/components/option/desktop/index.module.css.js +1 -1
  62. package/esm/components/option/mobile/index.css +19 -21
  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/mobile/modal.mobile.css +1 -1
  71. package/esm/mobile/modal.mobile.module.css.js +1 -1
  72. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  73. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  74. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  75. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  76. package/esm/presets/useSelectWithLoading/index.css +1 -1
  77. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  78. package/mobile/modal.mobile.css +1 -1
  79. package/mobile/modal.mobile.module.css.js +1 -1
  80. package/modern/components/arrow/index.css +4 -4
  81. package/modern/components/arrow/index.module.css.js +1 -1
  82. package/modern/components/base-checkmark/index.css +9 -9
  83. package/modern/components/base-checkmark/index.module.css.js +1 -1
  84. package/modern/components/base-option/index.css +17 -19
  85. package/modern/components/base-option/index.module.css.js +1 -1
  86. package/modern/components/base-select/index.css +11 -11
  87. package/modern/components/base-select/index.module.css.js +1 -1
  88. package/modern/components/base-select/mobile.css +11 -11
  89. package/modern/components/base-select/mobile.module.css.js +1 -1
  90. package/modern/components/checkmark/index.css +11 -11
  91. package/modern/components/checkmark/index.module.css.js +1 -1
  92. package/modern/components/checkmark-mobile/index.css +6 -6
  93. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  94. package/modern/components/clear-button/index.css +4 -4
  95. package/modern/components/clear-button/index.module.css.js +1 -1
  96. package/modern/components/field/index.css +18 -22
  97. package/modern/components/field/index.module.css.js +1 -1
  98. package/modern/components/footer/index.css +4 -4
  99. package/modern/components/footer/index.module.css.js +1 -1
  100. package/modern/components/optgroup/index.css +7 -8
  101. package/modern/components/optgroup/index.module.css.js +1 -1
  102. package/modern/components/option/desktop/index.css +22 -24
  103. package/modern/components/option/desktop/index.module.css.js +1 -1
  104. package/modern/components/option/mobile/index.css +19 -21
  105. package/modern/components/option/mobile/index.module.css.js +1 -1
  106. package/modern/components/options-list/index.css +13 -13
  107. package/modern/components/options-list/index.module.css.js +1 -1
  108. package/modern/components/search/index.css +1 -1
  109. package/modern/components/search/index.module.css.js +1 -1
  110. package/modern/components/virtual-options-list/index.css +13 -13
  111. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  112. package/modern/mobile/modal.mobile.css +1 -1
  113. package/modern/mobile/modal.mobile.module.css.js +1 -1
  114. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  115. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  116. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  117. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  118. package/modern/presets/useSelectWithLoading/index.css +1 -1
  119. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  120. package/moderncssm/components/base-option/index.module.css +1 -2
  121. package/moderncssm/components/field/index.module.css +3 -6
  122. package/moderncssm/components/optgroup/index.module.css +1 -1
  123. package/moderncssm/components/option/desktop/index.module.css +1 -2
  124. package/moderncssm/components/option/mobile/index.module.css +1 -2
  125. package/package.json +15 -15
  126. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  127. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  128. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  129. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  130. package/presets/useSelectWithLoading/index.css +1 -1
  131. package/presets/useSelectWithLoading/index.module.css.js +1 -1
@@ -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_zfhcj {
26
+ .select__optgroup_9oduw {
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_zfhcj + *[role='option']:before {
36
+ .select__optgroup_9oduw + *[role='option']:before {
38
37
  display: none;
39
38
  }
40
- .select__label_zfhcj {
39
+ .select__label_9oduw {
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_zfhcj {
50
+ .select__size-72_9oduw {
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_zfhcj","label":"select__label_zfhcj","size-72":"select__size-72_zfhcj"};
5
+ var styles = {"optgroup":"select__optgroup_9oduw","label":"select__label_9oduw","size-72":"select__size-72_9oduw"};
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;
@@ -44,12 +43,11 @@
44
43
  --select-option-active-color: var(--color-light-text-primary);
45
44
  --select-option-disabled-color: var(--color-light-text-secondary);
46
45
  }
47
- .select__option_3kh4u {
46
+ .select__option_4b4g6 {
48
47
  font-size: 16px;
49
48
  line-height: 20px;
50
49
  font-weight: 400;
51
- letter-spacing: -0.24px;
52
- font-family: var(--font-family-alfasans);
50
+ font-family: var(--font-family-system);
53
51
 
54
52
  display: flex;
55
53
  align-items: center;
@@ -62,11 +60,11 @@
62
60
  position: relative;
63
61
  cursor: pointer;
64
62
  }
65
- .select__option_3kh4u:not(.select__disabled_3kh4u):active {
63
+ .select__option_4b4g6:not(.select__disabled_4b4g6):active {
66
64
  background: var(--select-option-active-background);
67
65
  color: var(--select-option-active-color);
68
66
  }
69
- .select__option_3kh4u:before {
67
+ .select__option_4b4g6:before {
70
68
  content: '';
71
69
  position: absolute;
72
70
  left: var(--select-option-left-padding);
@@ -77,59 +75,59 @@
77
75
  display: var(--select-option-divider-display);
78
76
  transition: opacity 0.2s ease;
79
77
  }
80
- .select__option_3kh4u:first-child:before {
78
+ .select__option_4b4g6:first-child:before {
81
79
  display: none;
82
80
  }
83
- .select__size-48_3kh4u {
81
+ .select__size-48_4b4g6 {
84
82
  min-height: var(--size-s-height);
85
83
  }
86
- .select__size-56_3kh4u {
84
+ .select__size-56_4b4g6 {
87
85
  min-height: var(--size-m-height);
88
86
  }
89
- .select__size-64_3kh4u {
87
+ .select__size-64_4b4g6 {
90
88
  min-height: var(--size-l-height);
91
89
  }
92
- .select__size-72_3kh4u {
90
+ .select__size-72_4b4g6 {
93
91
  min-height: var(--size-xl-height);
94
92
  padding-left: var(--select-option-l-left-padding);
95
93
  padding-right: var(--select-option-l-right-padding);
96
94
  }
97
- .select__size-72_3kh4u:before {
95
+ .select__size-72_4b4g6:before {
98
96
  left: var(--select-option-l-left-padding);
99
97
  right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__selected_3kh4u {
99
+ .select__selected_4b4g6 {
102
100
  background: var(--select-option-selected-background);
103
101
  color: var(--select-option-selected-color);
104
102
  cursor: default;
105
103
  }
106
- .select__highlighted_3kh4u {
104
+ .select__highlighted_4b4g6 {
107
105
  background: var(--select-option-hover-background);
108
106
  color: var(--select-option-hover-color);
109
107
  }
110
- .select__highlighted_3kh4u:before,
111
- .select__highlighted_3kh4u + .select__option_3kh4u:before {
108
+ .select__highlighted_4b4g6:before,
109
+ .select__highlighted_4b4g6 + .select__option_4b4g6:before {
112
110
  opacity: 0;
113
111
  }
114
- .select__disabled_3kh4u {
112
+ .select__disabled_4b4g6 {
115
113
  cursor: var(--disabled-cursor);
116
114
  background: var(--select-option-disabled-background);
117
115
  color: var(--select-option-disabled-color);
118
116
  }
119
- .select__content_3kh4u {
117
+ .select__content_4b4g6 {
120
118
  overflow: hidden;
121
119
  flex: 1;
122
120
  text-overflow: ellipsis;
123
121
  }
124
- .select__textContent_3kh4u {
122
+ .select__textContent_4b4g6 {
125
123
  padding-top: var(--gap-12);
126
124
  padding-bottom: var(--gap-12);
127
125
  }
128
- .select__highlighted_3kh4u {
126
+ .select__highlighted_4b4g6 {
129
127
  background: var(--select-option-hover-background);
130
128
  color: var(--select-option-hover-color);
131
129
  }
132
- .select__highlighted_3kh4u:before,
133
- .select__highlighted_3kh4u + .select__option_3kh4u:before {
130
+ .select__highlighted_4b4g6:before,
131
+ .select__highlighted_4b4g6 + .select__option_4b4g6:before {
134
132
  opacity: 0;
135
133
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_3kh4u","disabled":"select__disabled_3kh4u","size-48":"select__size-48_3kh4u","size-56":"select__size-56_3kh4u","size-64":"select__size-64_3kh4u","size-72":"select__size-72_3kh4u","selected":"select__selected_3kh4u","highlighted":"select__highlighted_3kh4u","content":"select__content_3kh4u","textContent":"select__textContent_3kh4u"};
5
+ var styles = {"option":"select__option_4b4g6","disabled":"select__disabled_4b4g6","size-48":"select__size-48_4b4g6","size-56":"select__size-56_4b4g6","size-64":"select__size-64_4b4g6","size-72":"select__size-72_4b4g6","selected":"select__selected_4b4g6","highlighted":"select__highlighted_4b4g6","content":"select__content_4b4g6","textContent":"select__textContent_4b4g6"};
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;
@@ -44,12 +43,11 @@
44
43
  --select-option-active-color: var(--color-light-text-primary);
45
44
  --select-option-disabled-color: var(--color-light-text-secondary);
46
45
  }
47
- .select__option_afdbo {
46
+ .select__option_154ac {
48
47
  font-size: 16px;
49
48
  line-height: 20px;
50
49
  font-weight: 400;
51
- letter-spacing: -0.24px;
52
- font-family: var(--font-family-alfasans);
50
+ font-family: var(--font-family-system);
53
51
 
54
52
  display: flex;
55
53
  align-items: center;
@@ -62,11 +60,11 @@
62
60
  position: relative;
63
61
  cursor: pointer;
64
62
  }
65
- .select__option_afdbo:not(.select__disabled_afdbo):active {
63
+ .select__option_154ac:not(.select__disabled_154ac):active {
66
64
  background: var(--select-option-active-background);
67
65
  color: var(--select-option-active-color);
68
66
  }
69
- .select__option_afdbo:before {
67
+ .select__option_154ac:before {
70
68
  content: '';
71
69
  position: absolute;
72
70
  left: var(--select-option-left-padding);
@@ -77,51 +75,51 @@
77
75
  display: var(--select-option-divider-display);
78
76
  transition: opacity 0.2s ease;
79
77
  }
80
- .select__option_afdbo:first-child:before {
78
+ .select__option_154ac:first-child:before {
81
79
  display: none;
82
80
  }
83
- .select__size-48_afdbo {
81
+ .select__size-48_154ac {
84
82
  min-height: var(--size-s-height);
85
83
  }
86
- .select__size-56_afdbo {
84
+ .select__size-56_154ac {
87
85
  min-height: var(--size-m-height);
88
86
  }
89
- .select__size-64_afdbo {
87
+ .select__size-64_154ac {
90
88
  min-height: var(--size-l-height);
91
89
  }
92
- .select__size-72_afdbo {
90
+ .select__size-72_154ac {
93
91
  min-height: var(--size-xl-height);
94
92
  padding-left: var(--select-option-l-left-padding);
95
93
  padding-right: var(--select-option-l-right-padding);
96
94
  }
97
- .select__size-72_afdbo:before {
95
+ .select__size-72_154ac:before {
98
96
  left: var(--select-option-l-left-padding);
99
97
  right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__selected_afdbo {
99
+ .select__selected_154ac {
102
100
  background: var(--select-option-selected-background);
103
101
  color: var(--select-option-selected-color);
104
102
  cursor: default;
105
103
  }
106
- .select__highlighted_afdbo {
104
+ .select__highlighted_154ac {
107
105
  background: var(--select-option-hover-background);
108
106
  color: var(--select-option-hover-color);
109
107
  }
110
- .select__highlighted_afdbo:before,
111
- .select__highlighted_afdbo + .select__option_afdbo:before {
108
+ .select__highlighted_154ac:before,
109
+ .select__highlighted_154ac + .select__option_154ac:before {
112
110
  opacity: 0;
113
111
  }
114
- .select__disabled_afdbo {
112
+ .select__disabled_154ac {
115
113
  cursor: var(--disabled-cursor);
116
114
  background: var(--select-option-disabled-background);
117
115
  color: var(--select-option-disabled-color);
118
116
  }
119
- .select__content_afdbo {
117
+ .select__content_154ac {
120
118
  overflow: hidden;
121
119
  flex: 1;
122
120
  text-overflow: ellipsis;
123
121
  }
124
- .select__textContent_afdbo {
122
+ .select__textContent_154ac {
125
123
  padding-top: var(--gap-12);
126
124
  padding-bottom: var(--gap-12);
127
125
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_afdbo","disabled":"select__disabled_afdbo","size-48":"select__size-48_afdbo","size-56":"select__size-56_afdbo","size-64":"select__size-64_afdbo","size-72":"select__size-72_afdbo","selected":"select__selected_afdbo","highlighted":"select__highlighted_afdbo","content":"select__content_afdbo","textContent":"select__textContent_afdbo"};
5
+ var styles = {"option":"select__option_154ac","disabled":"select__disabled_154ac","size-48":"select__size-48_154ac","size-56":"select__size-56_154ac","size-64":"select__size-64_154ac","size-72":"select__size-72_154ac","selected":"select__selected_154ac","highlighted":"select__highlighted_154ac","content":"select__content_154ac","textContent":"select__textContent_154ac"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -15,57 +15,57 @@
15
15
  --select-options-list-scrollbar-gap: var(--gap-12);
16
16
  --select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
17
17
  }
18
- .select__optionsList_1d1bi {
18
+ .select__optionsList_hane5 {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  box-sizing: border-box;
22
22
  position: relative;
23
23
  }
24
- .select__optionsList_1d1bi .select__scrollable_1d1bi {
24
+ .select__optionsList_hane5 .select__scrollable_hane5 {
25
25
  overflow: auto;
26
26
  width: 100%;
27
27
  }
28
- .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi {
28
+ .select__optionsList_hane5 .select__scrollable_hane5 .select__verticalBar_hane5.select__verticalBar_hane5 {
29
29
  top: var(--select-options-list-scrollbar-gap);
30
30
  height: calc(100% - 2 * var(--select-options-list-scrollbar-gap));
31
31
  }
32
- .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi.select__verticalBarWithHeader_1d1bi {
32
+ .select__optionsList_hane5 .select__scrollable_hane5 .select__verticalBar_hane5.select__verticalBar_hane5.select__verticalBarWithHeader_hane5 {
33
33
  top: 0;
34
34
  height: calc(100% - var(--select-options-list-scrollbar-gap));
35
35
  }
36
- .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi.select__verticalBarWithFooter_1d1bi {
36
+ .select__optionsList_hane5 .select__scrollable_hane5 .select__verticalBar_hane5.select__verticalBar_hane5.select__verticalBarWithFooter_hane5 {
37
37
  top: var(--select-options-list-scrollbar-gap);
38
38
  height: calc(100% - var(--select-options-list-scrollbar-gap));
39
39
  }
40
- .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi.select__verticalBarWithHeader_1d1bi.select__verticalBarWithFooter_1d1bi {
40
+ .select__optionsList_hane5 .select__scrollable_hane5 .select__verticalBar_hane5.select__verticalBar_hane5.select__verticalBarWithHeader_hane5.select__verticalBarWithFooter_hane5 {
41
41
  top: 0;
42
42
  height: 100%;
43
43
  }
44
- .select__optionsListHeader_1d1bi {
44
+ .select__optionsListHeader_hane5 {
45
45
  box-sizing: border-box;
46
46
  border-bottom: 1px solid transparent;
47
47
  transition: border-color 0.2s ease;
48
48
  }
49
- .select__optionsListHeader_1d1bi.select__headerHighlighted_1d1bi {
49
+ .select__optionsListHeader_hane5.select__headerHighlighted_hane5 {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
51
  }
52
- .select__optionsListFooter_1d1bi {
52
+ .select__optionsListFooter_hane5 {
53
53
  position: sticky;
54
54
  bottom: var(--gap-0);
55
55
  box-sizing: border-box;
56
56
  border-top: 1px solid transparent;
57
57
  transition: border-color 0.2s ease;
58
58
  }
59
- .select__optionsListFooter_1d1bi.select__withBorder_1d1bi {
59
+ .select__optionsListFooter_hane5.select__withBorder_hane5 {
60
60
  border-top-color: var(--color-light-neutral-300);
61
61
  }
62
- .select__mask_1d1bi {
62
+ .select__mask_hane5 {
63
63
  min-width: 4000px;
64
64
  }
65
- .select__emptyPlaceholder_1d1bi {
65
+ .select__emptyPlaceholder_hane5 {
66
66
  padding: var(--gap-16) var(--gap-12);
67
67
  color: var(--select-options-list-empty-placeholder-color);
68
68
  }
69
- .select__size-72_1d1bi .select__emptyPlaceholder_1d1bi {
69
+ .select__size-72_hane5 .select__emptyPlaceholder_hane5 {
70
70
  padding: var(--gap-24) var(--gap-16);
71
71
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"optionsList":"select__optionsList_1d1bi","scrollable":"select__scrollable_1d1bi","verticalBar":"select__verticalBar_1d1bi","verticalBarWithHeader":"select__verticalBarWithHeader_1d1bi","verticalBarWithFooter":"select__verticalBarWithFooter_1d1bi","optionsListHeader":"select__optionsListHeader_1d1bi","headerHighlighted":"select__headerHighlighted_1d1bi","optionsListFooter":"select__optionsListFooter_1d1bi","withBorder":"select__withBorder_1d1bi","mask":"select__mask_1d1bi","emptyPlaceholder":"select__emptyPlaceholder_1d1bi","size-72":"select__size-72_1d1bi"};
5
+ var styles = {"optionsList":"select__optionsList_hane5","scrollable":"select__scrollable_hane5","verticalBar":"select__verticalBar_hane5","verticalBarWithHeader":"select__verticalBarWithHeader_hane5","verticalBarWithFooter":"select__verticalBarWithFooter_hane5","optionsListHeader":"select__optionsListHeader_hane5","headerHighlighted":"select__headerHighlighted_hane5","optionsListFooter":"select__optionsListFooter_hane5","withBorder":"select__withBorder_hane5","mask":"select__mask_hane5","emptyPlaceholder":"select__emptyPlaceholder_hane5","size-72":"select__size-72_hane5"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_1vgbw.select__component_1vgbw {
1
+ .select__component_11lsx.select__component_11lsx {
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_1vgbw"};
5
+ var styles = {"component":"select__component_11lsx"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -20,42 +20,42 @@
20
20
  --select-option-left-padding: var(--gap-12);
21
21
  --select-option-right-padding: var(--gap-12);
22
22
  }
23
- .select__virtualOptionsList_xg3n9 {
23
+ .select__virtualOptionsList_1oqav {
24
24
  width: 100%;
25
25
  outline: none;
26
26
  box-sizing: border-box;
27
27
  position: sticky;
28
28
  justify-content: space-between;
29
29
  }
30
- .select__virtualOptionsListHeader_xg3n9 {
30
+ .select__virtualOptionsListHeader_1oqav {
31
31
  box-sizing: border-box;
32
32
  border-bottom: 1px solid var(--color-light-neutral-300);
33
33
  }
34
- .select__virtualOptionsListFooter_xg3n9 {
34
+ .select__virtualOptionsListFooter_1oqav {
35
35
  position: sticky;
36
36
  bottom: var(--gap-0);
37
37
  box-sizing: border-box;
38
38
  border-top: 1px solid transparent;
39
39
  }
40
- .select__virtualOptionsListFooter_xg3n9.select__withBorder_xg3n9 {
40
+ .select__virtualOptionsListFooter_1oqav.select__withBorder_1oqav {
41
41
  border-top: 1px solid var(--color-light-neutral-300);
42
42
  }
43
- .select__scrollable_xg3n9 {
43
+ .select__scrollable_1oqav {
44
44
  position: relative;
45
45
  overflow: auto;
46
46
  width: 100%;
47
47
  }
48
- .select__inner_xg3n9 {
48
+ .select__inner_1oqav {
49
49
  position: relative;
50
50
  width: 100%;
51
51
  }
52
- .select__virtualRow_xg3n9 {
52
+ .select__virtualRow_1oqav {
53
53
  position: absolute;
54
54
  top: var(--gap-0);
55
55
  left: var(--gap-0);
56
56
  width: 100%;
57
57
  }
58
- .select__virtualRow_xg3n9:before {
58
+ .select__virtualRow_1oqav:before {
59
59
  content: '';
60
60
  position: absolute;
61
61
  z-index: 1;
@@ -66,18 +66,18 @@
66
66
  background: var(--select-option-divider-background);
67
67
  display: var(--select-option-divider-display);
68
68
  }
69
- .select__virtualRow_xg3n9:first-child:before {
69
+ .select__virtualRow_1oqav:first-child:before {
70
70
  display: none;
71
71
  }
72
- .select__highlighted_xg3n9:before,
73
- .select__highlighted_xg3n9 + .select__virtualRow_xg3n9:before {
72
+ .select__highlighted_1oqav:before,
73
+ .select__highlighted_1oqav + .select__virtualRow_1oqav:before {
74
74
  display: none;
75
75
  }
76
- .select__emptyPlaceholder_xg3n9 {
76
+ .select__emptyPlaceholder_1oqav {
77
77
  padding: var(--gap-16) var(--gap-12);
78
78
  color: var(--select-options-list-empty-placeholder-color);
79
79
  flex: 1;
80
80
  }
81
- .select__size-72_xg3n9 .select__emptyPlaceholder_xg3n9 {
81
+ .select__size-72_1oqav .select__emptyPlaceholder_1oqav {
82
82
  padding: var(--gap-24) var(--gap-16);
83
83
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"virtualOptionsList":"select__virtualOptionsList_xg3n9","virtualOptionsListHeader":"select__virtualOptionsListHeader_xg3n9","virtualOptionsListFooter":"select__virtualOptionsListFooter_xg3n9","withBorder":"select__withBorder_xg3n9","scrollable":"select__scrollable_xg3n9","inner":"select__inner_xg3n9","virtualRow":"select__virtualRow_xg3n9","highlighted":"select__highlighted_xg3n9","emptyPlaceholder":"select__emptyPlaceholder_xg3n9","size-72":"select__size-72_xg3n9"};
5
+ var styles = {"virtualOptionsList":"select__virtualOptionsList_1oqav","virtualOptionsListHeader":"select__virtualOptionsListHeader_1oqav","virtualOptionsListFooter":"select__virtualOptionsListFooter_1oqav","withBorder":"select__withBorder_1oqav","scrollable":"select__scrollable_1oqav","inner":"select__inner_1oqav","virtualRow":"select__virtualRow_1oqav","highlighted":"select__highlighted_1oqav","emptyPlaceholder":"select__emptyPlaceholder_1oqav","size-72":"select__size-72_1oqav"};
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;
@@ -48,8 +47,7 @@
48
47
  font-size: 16px;
49
48
  line-height: 20px;
50
49
  font-weight: 400;
51
- letter-spacing: -0.24px;
52
- font-family: var(--font-family-alfasans);
50
+ font-family: var(--font-family-system);
53
51
 
54
52
  display: flex;
55
53
  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;
@@ -48,8 +47,7 @@
48
47
  font-size: 16px;
49
48
  line-height: 20px;
50
49
  font-weight: 400;
51
- letter-spacing: -0.24px;
52
- font-family: var(--font-family-alfasans);
50
+ font-family: var(--font-family-system);
53
51
 
54
52
  display: flex;
55
53
  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_ko7rv {
12
+ .select__arrow_kz9bu {
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_ko7rv.select__disabled_ko7rv {
22
+ .select__arrow_kz9bu.select__disabled_kz9bu {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_ko7rv.select__size-40_ko7rv {
25
+ .select__arrow_kz9bu.select__size-40_kz9bu {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_ko7rv {
31
+ .select__open_kz9bu {
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_ko7rv","disabled":"select__disabled_ko7rv","size-40":"select__size-40_ko7rv","open":"select__open_ko7rv"};
3
+ var styles = {"arrow":"select__arrow_kz9bu","disabled":"select__disabled_kz9bu","size-40":"select__size-40_kz9bu","open":"select__open_kz9bu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map