@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
@@ -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
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- 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"};
3
+ 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"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- 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"};
3
+ 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"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- 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"};
3
+ 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"};
4
4
 
5
5
  export { styles as default };
6
6
  //# 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
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"select__component_xq22s"};
3
+ var styles = {"component":"select__component_wiucn"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,7 +2,7 @@
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
4
  }
5
- .select__header_1hyu3 {
5
+ .select__header_1n1mm {
6
6
  padding-right: var(--gap-8);
7
7
  padding-left: var(--gap-8);
8
8
  }
@@ -1,6 +1,6 @@
1
1
  import './modal.mobile.css';
2
2
 
3
- var styles = {"header":"select__header_1hyu3"};
3
+ var styles = {"header":"select__header_1n1mm"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=modal.mobile.module.css.js.map
@@ -10,11 +10,11 @@
10
10
  :root {
11
11
  --select-option-list-footer-button-gap: var(--gap-8);
12
12
  }
13
- .select__footer_1bdq6 {
13
+ .select__footer_2tb2j {
14
14
  background-color: var(--color-light-base-bg-primary);
15
15
  padding: var(--gap-12);
16
16
  outline: none;
17
17
  }
18
- .select__footer_1bdq6 > .select__button_1bdq6 + .select__button_1bdq6 {
18
+ .select__footer_2tb2j > .select__button_2tb2j + .select__button_2tb2j {
19
19
  margin-left: var(--select-option-list-footer-button-gap);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"select__footer_1bdq6","button":"select__button_1bdq6"};
3
+ var styles = {"footer":"select__footer_2tb2j","button":"select__button_2tb2j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -10,15 +10,15 @@
10
10
  --select-options-list-right-padding: var(--gap-0);
11
11
  --select-options-list-left-padding: var(--gap-0);
12
12
  }
13
- .select__desktop_1h94k {
13
+ .select__desktop_1eykk {
14
14
  padding: calc(var(--gap-12) + var(--select-options-list-top-padding))
15
15
  calc(var(--gap-12) + var(--select-options-list-right-padding)) var(--gap-12)
16
16
  calc(var(--gap-12) + var(--select-options-list-left-padding));
17
17
  }
18
- .select__mobile_1h94k {
18
+ .select__mobile_1eykk {
19
19
  padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
20
20
  }
21
- .select__positionAfter_1h94k {
21
+ .select__positionAfter_1eykk {
22
22
  margin-left: 0;
23
23
  margin-left: initial;
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"desktop":"select__desktop_1h94k","mobile":"select__mobile_1h94k","positionAfter":"select__positionAfter_1h94k"};
3
+ var styles = {"desktop":"select__desktop_1eykk","mobile":"select__mobile_1eykk","positionAfter":"select__positionAfter_1eykk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_gcqox {
1
+ .select__skeleton_3jqzt {
2
2
  position: absolute;
3
3
  top: 50%;
4
4
  transform: translateY(-50%);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"skeleton":"select__skeleton_gcqox"};
3
+ var styles = {"skeleton":"select__skeleton_3jqzt"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,7 +2,7 @@
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
4
  }
5
- .select__header_1hyu3 {
5
+ .select__header_1n1mm {
6
6
  padding-right: var(--gap-8);
7
7
  padding-left: var(--gap-8);
8
8
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./modal.mobile.css');
4
4
 
5
- var styles = {"header":"select__header_1hyu3"};
5
+ var styles = {"header":"select__header_1n1mm"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=modal.mobile.module.css.js.map
@@ -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
- const styles = {"arrow":"select__arrow_1fw45","disabled":"select__disabled_1fw45","size-40":"select__size-40_1fw45","open":"select__open_1fw45"};
3
+ const 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
- const 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
+ const 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
@@ -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;
@@ -35,12 +34,11 @@
35
34
  --select-option-active-color: var(--color-light-text-primary);
36
35
  --select-option-disabled-color: var(--color-light-text-secondary);
37
36
  }
38
- .select__option_16gyz {
37
+ .select__option_1tmft {
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;
@@ -52,49 +50,49 @@
52
50
  cursor: pointer;
53
51
  min-height: var(--size-s-height);
54
52
  }
55
- .select__option_16gyz:not(.select__disabled_16gyz):active {
53
+ .select__option_1tmft:not(.select__disabled_1tmft):active {
56
54
  background: var(--select-option-active-background);
57
55
  color: var(--select-option-active-color);
58
56
  }
59
- .select__option_16gyz.select__checkmarkBefore_16gyz {
57
+ .select__option_1tmft.select__checkmarkBefore_1tmft {
60
58
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
61
59
  }
62
- .select__option_16gyz.select__checkmarkBefore_16gyz.select__mobile_16gyz {
60
+ .select__option_1tmft.select__checkmarkBefore_1tmft.select__mobile_1tmft {
63
61
  padding-left: var(--gap-16);
64
62
  }
65
- .select__option_16gyz.select__checkmarkAfter_16gyz.select__checkmarkAfter_16gyz {
63
+ .select__option_1tmft.select__checkmarkAfter_1tmft.select__checkmarkAfter_1tmft {
66
64
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
67
65
  }
68
- .select__option_16gyz.select__checkmarkAfter_16gyz.select__checkmarkAfter_16gyz.select__size-72_16gyz {
66
+ .select__option_1tmft.select__checkmarkAfter_1tmft.select__checkmarkAfter_1tmft.select__size-72_1tmft {
69
67
  padding-right: var(--gap-16);
70
68
  }
71
- .select__option_16gyz.select__checkmarkAfter_16gyz.select__checkmarkAfter_16gyz.select__mobile_16gyz {
69
+ .select__option_1tmft.select__checkmarkAfter_1tmft.select__checkmarkAfter_1tmft.select__mobile_1tmft {
72
70
  padding-right: var(--gap-20);
73
71
  }
74
- .select__option_16gyz.select__textContent_16gyz {
72
+ .select__option_1tmft.select__textContent_1tmft {
75
73
  padding: var(--gap-12);
76
74
  }
77
- .select__option_16gyz.select__textContent_16gyz.select__size-72_16gyz {
75
+ .select__option_1tmft.select__textContent_1tmft.select__size-72_1tmft {
78
76
  padding-left: var(--gap-16);
79
77
  padding-right: var(--gap-16);
80
78
  }
81
- .select__option_16gyz.select__textContent_16gyz.select__mobile_16gyz {
79
+ .select__option_1tmft.select__textContent_1tmft.select__mobile_1tmft {
82
80
  padding: var(--gap-16) var(--gap-20);
83
81
  }
84
- .select__selected_16gyz {
82
+ .select__selected_1tmft {
85
83
  background: var(--select-option-selected-background);
86
84
  color: var(--select-option-selected-color);
87
85
  cursor: default;
88
86
  }
89
- .select__highlighted_16gyz {
87
+ .select__highlighted_1tmft {
90
88
  background: var(--select-option-hover-background);
91
89
  color: var(--select-option-hover-color);
92
90
  }
93
- .select__disabled_16gyz {
91
+ .select__disabled_1tmft {
94
92
  cursor: var(--disabled-cursor);
95
93
  background: var(--select-option-disabled-background);
96
94
  color: var(--select-option-disabled-color);
97
95
  }
98
- .select__content_16gyz {
96
+ .select__content_1tmft {
99
97
  flex: 1;
100
98
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_16gyz","disabled":"select__disabled_16gyz","checkmarkBefore":"select__checkmarkBefore_16gyz","mobile":"select__mobile_16gyz","checkmarkAfter":"select__checkmarkAfter_16gyz","size-72":"select__size-72_16gyz","textContent":"select__textContent_16gyz","selected":"select__selected_16gyz","highlighted":"select__highlighted_16gyz","content":"select__content_16gyz"};
3
+ const styles = {"option":"select__option_1tmft","disabled":"select__disabled_1tmft","checkmarkBefore":"select__checkmarkBefore_1tmft","mobile":"select__mobile_1tmft","checkmarkAfter":"select__checkmarkAfter_1tmft","size-72":"select__size-72_1tmft","textContent":"select__textContent_1tmft","selected":"select__selected_1tmft","highlighted":"select__highlighted_1tmft","content":"select__content_1tmft"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map