@alfalab/core-components-select 19.1.9 → 19.1.10-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 (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 +19 -17
  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 +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 +9 -9
  41. package/esm/components/base-checkmark/index.module.css.js +1 -1
  42. package/esm/components/base-option/index.css +19 -17
  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 +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/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 +19 -17
  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 +22 -18
  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 +8 -7
  101. package/modern/components/optgroup/index.module.css.js +1 -1
  102. package/modern/components/option/desktop/index.css +24 -22
  103. package/modern/components/option/desktop/index.module.css.js +1 -1
  104. package/modern/components/option/mobile/index.css +21 -19
  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 +2 -1
  121. package/moderncssm/components/field/index.module.css +6 -3
  122. package/moderncssm/components/optgroup/index.module.css +1 -1
  123. package/moderncssm/components/option/desktop/index.module.css +2 -1
  124. package/moderncssm/components/option/mobile/index.module.css +2 -1
  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,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_jf9ac {
27
+ .select__optgroup_zfhcj {
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_jf9ac + *[role='option']:before {
37
+ .select__optgroup_zfhcj + *[role='option']:before {
37
38
  display: none;
38
39
  }
39
- .select__label_jf9ac {
40
+ .select__label_zfhcj {
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_jf9ac {
51
+ .select__size-72_zfhcj {
51
52
  padding-left: var(--select-optgroup-l-left-padding);
52
53
  padding-right: var(--select-optgroup-l-right-padding);
53
54
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"optgroup":"select__optgroup_jf9ac","label":"select__label_jf9ac","size-72":"select__size-72_jf9ac"};
5
+ var styles = {"optgroup":"select__optgroup_zfhcj","label":"select__label_zfhcj","size-72":"select__size-72_zfhcj"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -43,11 +44,12 @@
43
44
  --select-option-active-color: var(--color-light-text-primary);
44
45
  --select-option-disabled-color: var(--color-light-text-secondary);
45
46
  }
46
- .select__option_kum5d {
47
+ .select__option_3kh4u {
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -60,11 +62,11 @@
60
62
  position: relative;
61
63
  cursor: pointer;
62
64
  }
63
- .select__option_kum5d:not(.select__disabled_kum5d):active {
65
+ .select__option_3kh4u:not(.select__disabled_3kh4u):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_kum5d:before {
69
+ .select__option_3kh4u:before {
68
70
  content: '';
69
71
  position: absolute;
70
72
  left: var(--select-option-left-padding);
@@ -75,59 +77,59 @@
75
77
  display: var(--select-option-divider-display);
76
78
  transition: opacity 0.2s ease;
77
79
  }
78
- .select__option_kum5d:first-child:before {
80
+ .select__option_3kh4u:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_kum5d {
83
+ .select__size-48_3kh4u {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_kum5d {
86
+ .select__size-56_3kh4u {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_kum5d {
89
+ .select__size-64_3kh4u {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_kum5d {
92
+ .select__size-72_3kh4u {
91
93
  min-height: var(--size-xl-height);
92
94
  padding-left: var(--select-option-l-left-padding);
93
95
  padding-right: var(--select-option-l-right-padding);
94
96
  }
95
- .select__size-72_kum5d:before {
97
+ .select__size-72_3kh4u:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_kum5d {
101
+ .select__selected_3kh4u {
100
102
  background: var(--select-option-selected-background);
101
103
  color: var(--select-option-selected-color);
102
104
  cursor: default;
103
105
  }
104
- .select__highlighted_kum5d {
106
+ .select__highlighted_3kh4u {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_kum5d:before,
109
- .select__highlighted_kum5d + .select__option_kum5d:before {
110
+ .select__highlighted_3kh4u:before,
111
+ .select__highlighted_3kh4u + .select__option_3kh4u:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_kum5d {
114
+ .select__disabled_3kh4u {
113
115
  cursor: var(--disabled-cursor);
114
116
  background: var(--select-option-disabled-background);
115
117
  color: var(--select-option-disabled-color);
116
118
  }
117
- .select__content_kum5d {
119
+ .select__content_3kh4u {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_kum5d {
124
+ .select__textContent_3kh4u {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
126
- .select__highlighted_kum5d {
128
+ .select__highlighted_3kh4u {
127
129
  background: var(--select-option-hover-background);
128
130
  color: var(--select-option-hover-color);
129
131
  }
130
- .select__highlighted_kum5d:before,
131
- .select__highlighted_kum5d + .select__option_kum5d:before {
132
+ .select__highlighted_3kh4u:before,
133
+ .select__highlighted_3kh4u + .select__option_3kh4u:before {
132
134
  opacity: 0;
133
135
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_kum5d","disabled":"select__disabled_kum5d","size-48":"select__size-48_kum5d","size-56":"select__size-56_kum5d","size-64":"select__size-64_kum5d","size-72":"select__size-72_kum5d","selected":"select__selected_kum5d","highlighted":"select__highlighted_kum5d","content":"select__content_kum5d","textContent":"select__textContent_kum5d"};
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"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -43,11 +44,12 @@
43
44
  --select-option-active-color: var(--color-light-text-primary);
44
45
  --select-option-disabled-color: var(--color-light-text-secondary);
45
46
  }
46
- .select__option_toqt1 {
47
+ .select__option_afdbo {
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -60,11 +62,11 @@
60
62
  position: relative;
61
63
  cursor: pointer;
62
64
  }
63
- .select__option_toqt1:not(.select__disabled_toqt1):active {
65
+ .select__option_afdbo:not(.select__disabled_afdbo):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_toqt1:before {
69
+ .select__option_afdbo:before {
68
70
  content: '';
69
71
  position: absolute;
70
72
  left: var(--select-option-left-padding);
@@ -75,51 +77,51 @@
75
77
  display: var(--select-option-divider-display);
76
78
  transition: opacity 0.2s ease;
77
79
  }
78
- .select__option_toqt1:first-child:before {
80
+ .select__option_afdbo:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_toqt1 {
83
+ .select__size-48_afdbo {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_toqt1 {
86
+ .select__size-56_afdbo {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_toqt1 {
89
+ .select__size-64_afdbo {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_toqt1 {
92
+ .select__size-72_afdbo {
91
93
  min-height: var(--size-xl-height);
92
94
  padding-left: var(--select-option-l-left-padding);
93
95
  padding-right: var(--select-option-l-right-padding);
94
96
  }
95
- .select__size-72_toqt1:before {
97
+ .select__size-72_afdbo:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_toqt1 {
101
+ .select__selected_afdbo {
100
102
  background: var(--select-option-selected-background);
101
103
  color: var(--select-option-selected-color);
102
104
  cursor: default;
103
105
  }
104
- .select__highlighted_toqt1 {
106
+ .select__highlighted_afdbo {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_toqt1:before,
109
- .select__highlighted_toqt1 + .select__option_toqt1:before {
110
+ .select__highlighted_afdbo:before,
111
+ .select__highlighted_afdbo + .select__option_afdbo:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_toqt1 {
114
+ .select__disabled_afdbo {
113
115
  cursor: var(--disabled-cursor);
114
116
  background: var(--select-option-disabled-background);
115
117
  color: var(--select-option-disabled-color);
116
118
  }
117
- .select__content_toqt1 {
119
+ .select__content_afdbo {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_toqt1 {
124
+ .select__textContent_afdbo {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_toqt1","disabled":"select__disabled_toqt1","size-48":"select__size-48_toqt1","size-56":"select__size-56_toqt1","size-64":"select__size-64_toqt1","size-72":"select__size-72_toqt1","selected":"select__selected_toqt1","highlighted":"select__highlighted_toqt1","content":"select__content_toqt1","textContent":"select__textContent_toqt1"};
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"};
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_rgp7b {
18
+ .select__optionsList_1d1bi {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  box-sizing: border-box;
22
22
  position: relative;
23
23
  }
24
- .select__optionsList_rgp7b .select__scrollable_rgp7b {
24
+ .select__optionsList_1d1bi .select__scrollable_1d1bi {
25
25
  overflow: auto;
26
26
  width: 100%;
27
27
  }
28
- .select__optionsList_rgp7b .select__scrollable_rgp7b .select__verticalBar_rgp7b.select__verticalBar_rgp7b {
28
+ .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi {
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_rgp7b .select__scrollable_rgp7b .select__verticalBar_rgp7b.select__verticalBar_rgp7b.select__verticalBarWithHeader_rgp7b {
32
+ .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi.select__verticalBarWithHeader_1d1bi {
33
33
  top: 0;
34
34
  height: calc(100% - var(--select-options-list-scrollbar-gap));
35
35
  }
36
- .select__optionsList_rgp7b .select__scrollable_rgp7b .select__verticalBar_rgp7b.select__verticalBar_rgp7b.select__verticalBarWithFooter_rgp7b {
36
+ .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi.select__verticalBarWithFooter_1d1bi {
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_rgp7b .select__scrollable_rgp7b .select__verticalBar_rgp7b.select__verticalBar_rgp7b.select__verticalBarWithHeader_rgp7b.select__verticalBarWithFooter_rgp7b {
40
+ .select__optionsList_1d1bi .select__scrollable_1d1bi .select__verticalBar_1d1bi.select__verticalBar_1d1bi.select__verticalBarWithHeader_1d1bi.select__verticalBarWithFooter_1d1bi {
41
41
  top: 0;
42
42
  height: 100%;
43
43
  }
44
- .select__optionsListHeader_rgp7b {
44
+ .select__optionsListHeader_1d1bi {
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_rgp7b.select__headerHighlighted_rgp7b {
49
+ .select__optionsListHeader_1d1bi.select__headerHighlighted_1d1bi {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
51
  }
52
- .select__optionsListFooter_rgp7b {
52
+ .select__optionsListFooter_1d1bi {
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_rgp7b.select__withBorder_rgp7b {
59
+ .select__optionsListFooter_1d1bi.select__withBorder_1d1bi {
60
60
  border-top-color: var(--color-light-neutral-300);
61
61
  }
62
- .select__mask_rgp7b {
62
+ .select__mask_1d1bi {
63
63
  min-width: 4000px;
64
64
  }
65
- .select__emptyPlaceholder_rgp7b {
65
+ .select__emptyPlaceholder_1d1bi {
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_rgp7b .select__emptyPlaceholder_rgp7b {
69
+ .select__size-72_1d1bi .select__emptyPlaceholder_1d1bi {
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_rgp7b","scrollable":"select__scrollable_rgp7b","verticalBar":"select__verticalBar_rgp7b","verticalBarWithHeader":"select__verticalBarWithHeader_rgp7b","verticalBarWithFooter":"select__verticalBarWithFooter_rgp7b","optionsListHeader":"select__optionsListHeader_rgp7b","headerHighlighted":"select__headerHighlighted_rgp7b","optionsListFooter":"select__optionsListFooter_rgp7b","withBorder":"select__withBorder_rgp7b","mask":"select__mask_rgp7b","emptyPlaceholder":"select__emptyPlaceholder_rgp7b","size-72":"select__size-72_rgp7b"};
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"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_yj4b4.select__component_yj4b4 {
1
+ .select__component_1vgbw.select__component_1vgbw {
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_yj4b4"};
5
+ var styles = {"component":"select__component_1vgbw"};
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_ynz0b {
23
+ .select__virtualOptionsList_xg3n9 {
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_ynz0b {
30
+ .select__virtualOptionsListHeader_xg3n9 {
31
31
  box-sizing: border-box;
32
32
  border-bottom: 1px solid var(--color-light-neutral-300);
33
33
  }
34
- .select__virtualOptionsListFooter_ynz0b {
34
+ .select__virtualOptionsListFooter_xg3n9 {
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_ynz0b.select__withBorder_ynz0b {
40
+ .select__virtualOptionsListFooter_xg3n9.select__withBorder_xg3n9 {
41
41
  border-top: 1px solid var(--color-light-neutral-300);
42
42
  }
43
- .select__scrollable_ynz0b {
43
+ .select__scrollable_xg3n9 {
44
44
  position: relative;
45
45
  overflow: auto;
46
46
  width: 100%;
47
47
  }
48
- .select__inner_ynz0b {
48
+ .select__inner_xg3n9 {
49
49
  position: relative;
50
50
  width: 100%;
51
51
  }
52
- .select__virtualRow_ynz0b {
52
+ .select__virtualRow_xg3n9 {
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_ynz0b:before {
58
+ .select__virtualRow_xg3n9: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_ynz0b:first-child:before {
69
+ .select__virtualRow_xg3n9:first-child:before {
70
70
  display: none;
71
71
  }
72
- .select__highlighted_ynz0b:before,
73
- .select__highlighted_ynz0b + .select__virtualRow_ynz0b:before {
72
+ .select__highlighted_xg3n9:before,
73
+ .select__highlighted_xg3n9 + .select__virtualRow_xg3n9:before {
74
74
  display: none;
75
75
  }
76
- .select__emptyPlaceholder_ynz0b {
76
+ .select__emptyPlaceholder_xg3n9 {
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_ynz0b .select__emptyPlaceholder_ynz0b {
81
+ .select__size-72_xg3n9 .select__emptyPlaceholder_xg3n9 {
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_ynz0b","virtualOptionsListHeader":"select__virtualOptionsListHeader_ynz0b","virtualOptionsListFooter":"select__virtualOptionsListFooter_ynz0b","withBorder":"select__withBorder_ynz0b","scrollable":"select__scrollable_ynz0b","inner":"select__inner_ynz0b","virtualRow":"select__virtualRow_ynz0b","highlighted":"select__highlighted_ynz0b","emptyPlaceholder":"select__emptyPlaceholder_ynz0b","size-72":"select__size-72_ynz0b"};
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"};
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;
@@ -38,7 +39,8 @@
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;
@@ -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);
@@ -43,7 +44,8 @@
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;
@@ -54,7 +56,8 @@
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
62
  .value {
60
63
  overflow: hidden;
@@ -65,7 +68,8 @@
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
74
  .focusVisible {
71
75
  outline: 2px solid var(--focus-color);
@@ -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
 
@@ -42,7 +43,7 @@
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);
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -47,7 +48,8 @@
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -47,7 +48,8 @@
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -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_5wdwp {
12
+ .select__arrow_ko7rv {
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_5wdwp.select__disabled_5wdwp {
22
+ .select__arrow_ko7rv.select__disabled_ko7rv {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_5wdwp.select__size-40_5wdwp {
25
+ .select__arrow_ko7rv.select__size-40_ko7rv {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_5wdwp {
31
+ .select__open_ko7rv {
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_5wdwp","disabled":"select__disabled_5wdwp","size-40":"select__size-40_5wdwp","open":"select__open_5wdwp"};
3
+ var styles = {"arrow":"select__arrow_ko7rv","disabled":"select__disabled_ko7rv","size-40":"select__size-40_ko7rv","open":"select__open_ko7rv"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map