@alfalab/core-components-select 19.1.10 → 19.2.0-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 (257) 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/Component.js +36 -49
  8. package/components/base-select/Component.js.map +1 -1
  9. package/components/base-select/index.css +70 -20
  10. package/components/base-select/index.module.css.js +1 -1
  11. package/components/base-select/index.module.css.js.map +1 -1
  12. package/components/base-select/mobile.css +12 -11
  13. package/components/base-select/mobile.module.css.js +1 -1
  14. package/components/base-select/mobile.module.css.js.map +1 -1
  15. package/components/checkmark/index.css +11 -11
  16. package/components/checkmark/index.module.css.js +1 -1
  17. package/components/checkmark-mobile/index.css +6 -6
  18. package/components/checkmark-mobile/index.module.css.js +1 -1
  19. package/components/clear-button/index.css +4 -4
  20. package/components/clear-button/index.module.css.js +1 -1
  21. package/components/field/index.css +22 -18
  22. package/components/field/index.module.css.js +1 -1
  23. package/components/footer/index.css +4 -4
  24. package/components/footer/index.module.css.js +1 -1
  25. package/components/optgroup/index.css +8 -7
  26. package/components/optgroup/index.module.css.js +1 -1
  27. package/components/option/desktop/index.css +28 -22
  28. package/components/option/desktop/index.module.css.js +1 -1
  29. package/components/option/desktop/index.module.css.js.map +1 -1
  30. package/components/option/mobile/index.css +25 -19
  31. package/components/option/mobile/index.module.css.js +1 -1
  32. package/components/option/mobile/index.module.css.js.map +1 -1
  33. package/components/options-list/Component.d.ts +4 -0
  34. package/components/options-list/Component.js +32 -53
  35. package/components/options-list/Component.js.map +1 -1
  36. package/components/options-list/index.css +13 -33
  37. package/components/options-list/index.module.css.js +1 -1
  38. package/components/options-list/index.module.css.js.map +1 -1
  39. package/components/search/index.css +1 -1
  40. package/components/search/index.module.css.js +1 -1
  41. package/components/virtual-options-list/Component.d.ts +4 -0
  42. package/components/virtual-options-list/Component.js +61 -48
  43. package/components/virtual-options-list/Component.js.map +1 -1
  44. package/cssm/components/base-option/index.module.css +5 -3
  45. package/cssm/components/base-select/Component.js +36 -49
  46. package/cssm/components/base-select/Component.js.map +1 -1
  47. package/cssm/components/base-select/index.module.css +61 -11
  48. package/cssm/components/base-select/mobile.module.css +1 -0
  49. package/cssm/components/field/index.module.css +9 -5
  50. package/cssm/components/optgroup/index.module.css +4 -3
  51. package/cssm/components/option/desktop/index.module.css +9 -3
  52. package/cssm/components/option/mobile/index.module.css +9 -3
  53. package/cssm/components/options-list/Component.d.ts +4 -0
  54. package/cssm/components/options-list/Component.js +32 -53
  55. package/cssm/components/options-list/Component.js.map +1 -1
  56. package/cssm/components/options-list/index.module.css +6 -26
  57. package/cssm/components/virtual-options-list/Component.d.ts +4 -0
  58. package/cssm/components/virtual-options-list/Component.js +61 -48
  59. package/cssm/components/virtual-options-list/Component.js.map +1 -1
  60. package/cssm/presets/useSelectWithApply/hook.d.ts +12 -0
  61. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +4 -0
  62. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +0 -5
  63. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +9 -6
  64. package/cssm/shared/index.js +0 -1
  65. package/cssm/shared/index.js.map +1 -1
  66. package/cssm/typings.d.ts +21 -1
  67. package/cssm/utils.d.ts +1 -6
  68. package/cssm/utils.js +19 -28
  69. package/cssm/utils.js.map +1 -1
  70. package/esm/components/arrow/index.css +4 -4
  71. package/esm/components/arrow/index.module.css.js +1 -1
  72. package/esm/components/base-checkmark/index.css +9 -9
  73. package/esm/components/base-checkmark/index.module.css.js +1 -1
  74. package/esm/components/base-option/index.css +19 -17
  75. package/esm/components/base-option/index.module.css.js +1 -1
  76. package/esm/components/base-select/Component.js +37 -50
  77. package/esm/components/base-select/Component.js.map +1 -1
  78. package/esm/components/base-select/index.css +70 -20
  79. package/esm/components/base-select/index.module.css.js +1 -1
  80. package/esm/components/base-select/index.module.css.js.map +1 -1
  81. package/esm/components/base-select/mobile.css +12 -11
  82. package/esm/components/base-select/mobile.module.css.js +1 -1
  83. package/esm/components/base-select/mobile.module.css.js.map +1 -1
  84. package/esm/components/checkmark/index.css +11 -11
  85. package/esm/components/checkmark/index.module.css.js +1 -1
  86. package/esm/components/checkmark-mobile/index.css +6 -6
  87. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  88. package/esm/components/clear-button/index.css +4 -4
  89. package/esm/components/clear-button/index.module.css.js +1 -1
  90. package/esm/components/field/index.css +22 -18
  91. package/esm/components/field/index.module.css.js +1 -1
  92. package/esm/components/footer/index.css +4 -4
  93. package/esm/components/footer/index.module.css.js +1 -1
  94. package/esm/components/optgroup/index.css +8 -7
  95. package/esm/components/optgroup/index.module.css.js +1 -1
  96. package/esm/components/option/desktop/index.css +28 -22
  97. package/esm/components/option/desktop/index.module.css.js +1 -1
  98. package/esm/components/option/desktop/index.module.css.js.map +1 -1
  99. package/esm/components/option/mobile/index.css +25 -19
  100. package/esm/components/option/mobile/index.module.css.js +1 -1
  101. package/esm/components/option/mobile/index.module.css.js.map +1 -1
  102. package/esm/components/options-list/Component.d.ts +4 -0
  103. package/esm/components/options-list/Component.js +33 -54
  104. package/esm/components/options-list/Component.js.map +1 -1
  105. package/esm/components/options-list/index.css +13 -33
  106. package/esm/components/options-list/index.module.css.js +1 -1
  107. package/esm/components/options-list/index.module.css.js.map +1 -1
  108. package/esm/components/search/index.css +1 -1
  109. package/esm/components/search/index.module.css.js +1 -1
  110. package/esm/components/virtual-options-list/Component.d.ts +4 -0
  111. package/esm/components/virtual-options-list/Component.js +63 -49
  112. package/esm/components/virtual-options-list/Component.js.map +1 -1
  113. package/esm/mobile/modal.mobile.css +1 -1
  114. package/esm/mobile/modal.mobile.module.css.js +1 -1
  115. package/esm/presets/useSelectWithApply/hook.d.ts +12 -0
  116. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +4 -0
  117. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -7
  118. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  119. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js.map +1 -1
  120. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +12 -9
  121. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  122. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js.map +1 -1
  123. package/esm/presets/useSelectWithLoading/index.css +1 -1
  124. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  125. package/esm/shared/index.js +1 -1
  126. package/esm/typings.d.ts +21 -1
  127. package/esm/utils.d.ts +1 -6
  128. package/esm/utils.js +21 -29
  129. package/esm/utils.js.map +1 -1
  130. package/mobile/modal.mobile.css +1 -1
  131. package/mobile/modal.mobile.module.css.js +1 -1
  132. package/modern/components/arrow/index.css +4 -4
  133. package/modern/components/arrow/index.module.css.js +1 -1
  134. package/modern/components/base-checkmark/index.css +9 -9
  135. package/modern/components/base-checkmark/index.module.css.js +1 -1
  136. package/modern/components/base-option/index.css +19 -17
  137. package/modern/components/base-option/index.module.css.js +1 -1
  138. package/modern/components/base-select/Component.js +34 -47
  139. package/modern/components/base-select/Component.js.map +1 -1
  140. package/modern/components/base-select/index.css +70 -20
  141. package/modern/components/base-select/index.module.css.js +1 -1
  142. package/modern/components/base-select/index.module.css.js.map +1 -1
  143. package/modern/components/base-select/mobile.css +12 -11
  144. package/modern/components/base-select/mobile.module.css.js +1 -1
  145. package/modern/components/base-select/mobile.module.css.js.map +1 -1
  146. package/modern/components/checkmark/index.css +11 -11
  147. package/modern/components/checkmark/index.module.css.js +1 -1
  148. package/modern/components/checkmark-mobile/index.css +6 -6
  149. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  150. package/modern/components/clear-button/index.css +4 -4
  151. package/modern/components/clear-button/index.module.css.js +1 -1
  152. package/modern/components/field/index.css +22 -18
  153. package/modern/components/field/index.module.css.js +1 -1
  154. package/modern/components/footer/index.css +4 -4
  155. package/modern/components/footer/index.module.css.js +1 -1
  156. package/modern/components/optgroup/index.css +8 -7
  157. package/modern/components/optgroup/index.module.css.js +1 -1
  158. package/modern/components/option/desktop/index.css +28 -22
  159. package/modern/components/option/desktop/index.module.css.js +1 -1
  160. package/modern/components/option/desktop/index.module.css.js.map +1 -1
  161. package/modern/components/option/mobile/index.css +25 -19
  162. package/modern/components/option/mobile/index.module.css.js +1 -1
  163. package/modern/components/option/mobile/index.module.css.js.map +1 -1
  164. package/modern/components/options-list/Component.d.ts +4 -0
  165. package/modern/components/options-list/Component.js +29 -49
  166. package/modern/components/options-list/Component.js.map +1 -1
  167. package/modern/components/options-list/index.css +13 -33
  168. package/modern/components/options-list/index.module.css.js +1 -1
  169. package/modern/components/options-list/index.module.css.js.map +1 -1
  170. package/modern/components/search/index.css +1 -1
  171. package/modern/components/search/index.module.css.js +1 -1
  172. package/modern/components/virtual-options-list/Component.d.ts +4 -0
  173. package/modern/components/virtual-options-list/Component.js +59 -45
  174. package/modern/components/virtual-options-list/Component.js.map +1 -1
  175. package/modern/mobile/modal.mobile.css +1 -1
  176. package/modern/mobile/modal.mobile.module.css.js +1 -1
  177. package/modern/presets/useSelectWithApply/hook.d.ts +12 -0
  178. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +4 -0
  179. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -7
  180. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  181. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js.map +1 -1
  182. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +12 -9
  183. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  184. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js.map +1 -1
  185. package/modern/presets/useSelectWithLoading/index.css +1 -1
  186. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  187. package/modern/shared/index.js +1 -1
  188. package/modern/typings.d.ts +21 -1
  189. package/modern/utils.d.ts +1 -6
  190. package/modern/utils.js +21 -29
  191. package/modern/utils.js.map +1 -1
  192. package/moderncssm/components/base-option/index.module.css +2 -1
  193. package/moderncssm/components/base-select/Component.js +34 -47
  194. package/moderncssm/components/base-select/Component.js.map +1 -1
  195. package/moderncssm/components/base-select/index.module.css +67 -9
  196. package/moderncssm/components/base-select/mobile.module.css +1 -0
  197. package/moderncssm/components/field/index.module.css +6 -3
  198. package/moderncssm/components/optgroup/index.module.css +1 -1
  199. package/moderncssm/components/option/desktop/index.module.css +5 -1
  200. package/moderncssm/components/option/mobile/index.module.css +5 -1
  201. package/moderncssm/components/options-list/Component.d.ts +4 -0
  202. package/moderncssm/components/options-list/Component.js +29 -49
  203. package/moderncssm/components/options-list/Component.js.map +1 -1
  204. package/moderncssm/components/options-list/index.module.css +7 -32
  205. package/moderncssm/components/virtual-options-list/Component.d.ts +4 -0
  206. package/moderncssm/components/virtual-options-list/Component.js +59 -45
  207. package/moderncssm/components/virtual-options-list/Component.js.map +1 -1
  208. package/moderncssm/presets/useSelectWithApply/hook.d.ts +12 -0
  209. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +4 -0
  210. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +0 -4
  211. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +8 -6
  212. package/moderncssm/shared/index.js +1 -1
  213. package/moderncssm/typings.d.ts +21 -1
  214. package/moderncssm/utils.d.ts +1 -6
  215. package/moderncssm/utils.js +21 -29
  216. package/moderncssm/utils.js.map +1 -1
  217. package/package.json +15 -16
  218. package/presets/useSelectWithApply/hook.d.ts +12 -0
  219. package/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +4 -0
  220. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -7
  221. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  222. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js.map +1 -1
  223. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +12 -9
  224. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  225. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js.map +1 -1
  226. package/presets/useSelectWithLoading/index.css +1 -1
  227. package/presets/useSelectWithLoading/index.module.css.js +1 -1
  228. package/shared/index.js +0 -1
  229. package/shared/index.js.map +1 -1
  230. package/src/components/base-select/Component.tsx +41 -55
  231. package/src/components/base-select/index.module.css +60 -8
  232. package/src/components/base-select/mobile.module.css +1 -0
  233. package/src/components/option/index.module.css +4 -0
  234. package/src/components/options-list/Component.tsx +54 -97
  235. package/src/components/options-list/index.module.css +7 -31
  236. package/src/components/virtual-options-list/Component.tsx +95 -72
  237. package/src/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +0 -4
  238. package/src/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +4 -4
  239. package/src/typings.ts +26 -0
  240. package/src/utils.ts +30 -34
  241. package/src/vars.css +3 -0
  242. package/typings.d.ts +21 -1
  243. package/utils.d.ts +1 -6
  244. package/utils.js +19 -28
  245. package/utils.js.map +1 -1
  246. package/components/virtual-options-list/index.css +0 -83
  247. package/components/virtual-options-list/index.module.css.js +0 -8
  248. package/components/virtual-options-list/index.module.css.js.map +0 -1
  249. package/cssm/components/virtual-options-list/index.module.css +0 -83
  250. package/esm/components/virtual-options-list/index.css +0 -83
  251. package/esm/components/virtual-options-list/index.module.css.js +0 -6
  252. package/esm/components/virtual-options-list/index.module.css.js.map +0 -1
  253. package/modern/components/virtual-options-list/index.css +0 -83
  254. package/modern/components/virtual-options-list/index.module.css.js +0 -6
  255. package/modern/components/virtual-options-list/index.module.css.js.map +0 -1
  256. package/moderncssm/components/virtual-options-list/index.module.css +0 -81
  257. package/src/components/virtual-options-list/index.module.css +0 -77
@@ -15,50 +15,49 @@
15
15
  :root {
16
16
  --gap-2xs: 4px;
17
17
  --gap-s: 12px;
18
- --gap-m: 16px;
19
18
  --gap-0: 0px;
20
19
  --gap-4: var(--gap-2xs);
21
20
  --gap-12: var(--gap-s);
22
- --gap-16: var(--gap-m);
23
21
  }
24
22
  :root {
25
23
 
26
24
  --select-options-list-border-radius: var(--border-radius-16);
25
+ --select-options-list-scrollbar-gap: var(--gap-12);
27
26
  --select-options-list-box-shadow: var(--shadow-m);
28
27
  --select-options-list-offset: var(--gap-4);
29
28
  --select-options-list-top-padding: var(--gap-0);
29
+ --select-options-list-right-padding: var(--gap-0);
30
30
  --select-options-list-bottom-padding: var(--gap-0);
31
+ --select-options-list-left-padding: var(--gap-0);
31
32
  --select-option-background: var(--color-light-modal-bg-primary);
33
+ --select-option-border-radius: var(--border-radius-0);
32
34
  }
33
- .select__component_s2fz9 {
35
+ .select__component_1x32c {
34
36
  width: -moz-max-content;
35
37
  width: max-content;
36
38
  position: relative;
37
39
  outline: 0;
38
40
  max-width: 100%;
39
41
  }
40
- .select__popoverInner_s2fz9 {
42
+ .select__popoverInner_1x32c {
41
43
  padding-top: var(--select-options-list-offset);
42
44
  padding-bottom: var(--select-options-list-offset);
43
45
  background: transparent;
44
46
  border-radius: var(--border-radius-0);
45
47
  position: relative;
46
48
  }
47
- .select__popoverInner_s2fz9.select__popoverInner_s2fz9 {
49
+ .select__popoverInner_1x32c.select__popoverInner_1x32c {
48
50
  box-shadow: none;
49
51
  border: none;
50
52
  }
51
- .select__optionsListWrapper_s2fz9 {
53
+ .select__optionsListWrapper_1x32c {
52
54
  position: relative;
53
- padding-top: var(--select-options-list-top-padding);
54
- padding-bottom: var(--select-options-list-bottom-padding);
55
55
  box-shadow: var(--select-options-list-box-shadow);
56
56
  border-radius: var(--select-options-list-border-radius);
57
57
  background: var(--select-option-background);
58
58
  overflow: hidden;
59
- will-change: transform;
60
59
  }
61
- .select__optionsListBorder_s2fz9 {
60
+ .select__optionsListBorder_1x32c {
62
61
  position: absolute;
63
62
  top: var(--gap-0);
64
63
  right: var(--gap-0);
@@ -68,7 +67,7 @@
68
67
  border-radius: inherit;
69
68
  pointer-events: none;
70
69
  }
71
- .select__nativeSelect_s2fz9 {
70
+ .select__nativeSelect_1x32c {
72
71
  opacity: 0;
73
72
  overflow: hidden;
74
73
  position: absolute;
@@ -82,19 +81,70 @@
82
81
  cursor: pointer;
83
82
  z-index: 1;
84
83
  }
85
- .select__block_s2fz9 {
84
+ .select__block_1x32c {
86
85
  width: 100%;
87
86
  }
88
- .select__emptySearchPlaceholder_s2fz9 {
87
+ .select__emptySearchPlaceholder_1x32c {
89
88
  text-align: center;
90
89
  }
91
- .select__search_s2fz9 {
92
- margin: var(--gap-12) var(--gap-12) var(--gap-0);
90
+ .select__search_1x32c {
91
+ margin: calc(var(--gap-12) - var(--select-options-list-top-padding))
92
+ calc(var(--gap-12) - var(--select-options-list-right-padding)) var(--gap-0)
93
+ calc(var(--gap-12) - var(--select-options-list-left-padding));
93
94
  }
94
- .select__search_s2fz9.select__size-72_s2fz9 {
95
- margin-left: var(--gap-16);
96
- margin-right: var(--gap-16);
95
+ .select__search_1x32c:last-child {
96
+ margin-bottom: calc(var(--gap-12) - var(--select-options-list-bottom-padding));
97
97
  }
98
- .select__search_s2fz9:last-child {
99
- margin-bottom: var(--gap-12);
98
+ .select__option_1x32c {
99
+ border-radius: var(--select-option-border-radius);
100
+ }
101
+ .select__list_1x32c {
102
+ display: inline-block;
103
+ }
104
+ .select__matchContent_1x32c {
105
+ .select__scrollbar_1x32c[data-simplebar] {
106
+ .select__scrollable_1x32c {
107
+ display: flex;
108
+ }
109
+
110
+ .select__content_1x32c {
111
+ flex-grow: 1;
112
+ }
113
+
114
+ .select__list_1x32c {
115
+ display: inline-block;
116
+ min-width: 100%;
117
+ }
100
118
  }
119
+
120
+ *:not(&) .select__list_1x32c {
121
+ min-width: 100%;
122
+ max-width: 100%;
123
+ }
124
+ }
125
+ .select__scrollbar_1x32c {
126
+ padding-right: var(--select-options-list-right-padding);
127
+ padding-left: var(--select-options-list-left-padding);
128
+ }
129
+ .select__scrollbar_1x32c:first-child {
130
+ .select__list_1x32c:before {
131
+ content: '';
132
+ display: block;
133
+ padding-top: var(--select-options-list-top-padding);
134
+ }
135
+ }
136
+ .select__scrollbar_1x32c:last-child {
137
+ .select__list_1x32c:after {
138
+ content: '';
139
+ display: block;
140
+ padding-top: var(--select-options-list-bottom-padding);
141
+ }
142
+ }
143
+ .simplebar-track.simplebar-vertical {
144
+ .select__scrollbar_1x32c:first-child & {
145
+ top: var(--select-options-list-scrollbar-gap);
146
+ }
147
+ .select__scrollbar_1x32c:last-child & {
148
+ bottom: var(--select-options-list-scrollbar-gap);
149
+ }
150
+ }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"select__component_s2fz9","popoverInner":"select__popoverInner_s2fz9","optionsListWrapper":"select__optionsListWrapper_s2fz9","optionsListBorder":"select__optionsListBorder_s2fz9","nativeSelect":"select__nativeSelect_s2fz9","block":"select__block_s2fz9","emptySearchPlaceholder":"select__emptySearchPlaceholder_s2fz9","search":"select__search_s2fz9","size-72":"select__size-72_s2fz9"};
3
+ var styles = {"component":"select__component_1x32c","popoverInner":"select__popoverInner_1x32c","optionsListWrapper":"select__optionsListWrapper_1x32c","optionsListBorder":"select__optionsListBorder_1x32c","nativeSelect":"select__nativeSelect_1x32c","block":"select__block_1x32c","emptySearchPlaceholder":"select__emptySearchPlaceholder_1x32c","search":"select__search_1x32c","option":"select__option_1x32c","list":"select__list_1x32c","matchContent":"select__matchContent_1x32c","scrollbar":"select__scrollbar_1x32c","scrollable":"select__scrollable_1x32c","content":"select__content_1x32c"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../src/components/base-select/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.component {\n width: max-content;\n position: relative;\n outline: 0;\n max-width: 100%;\n}\n\n.popoverInner {\n padding-top: var(--select-options-list-offset);\n padding-bottom: var(--select-options-list-offset);\n background: transparent;\n border-radius: var(--border-radius-0);\n position: relative;\n}\n\n.popoverInner.popoverInner {\n box-shadow: none;\n border: none;\n}\n\n.optionsListWrapper {\n position: relative;\n padding-top: var(--select-options-list-top-padding);\n padding-bottom: var(--select-options-list-bottom-padding);\n box-shadow: var(--select-options-list-box-shadow);\n border-radius: var(--select-options-list-border-radius);\n background: var(--select-option-background);\n overflow: hidden;\n will-change: transform;\n}\n\n.optionsListBorder {\n position: absolute;\n top: var(--gap-0);\n right: var(--gap-0);\n bottom: var(--gap-0);\n left: var(--gap-0);\n box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);\n border-radius: inherit;\n pointer-events: none;\n}\n\n.nativeSelect {\n opacity: 0;\n overflow: hidden;\n position: absolute;\n top: var(--gap-0);\n bottom: var(--gap-0);\n left: var(--gap-0);\n width: 100%;\n max-width: 100%;\n min-width: 0;\n height: 100%;\n cursor: pointer;\n z-index: 1;\n}\n\n.block {\n width: 100%;\n}\n\n.emptySearchPlaceholder {\n text-align: center;\n}\n\n.search {\n margin: var(--gap-12) var(--gap-12) var(--gap-0);\n\n &.size-72 {\n margin-left: var(--gap-16);\n margin-right: var(--gap-16);\n }\n\n &:last-child {\n margin-bottom: var(--gap-12);\n }\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,WAAW,CAAC,yBAAyB,CAAC,cAAc,CAAC,4BAA4B,CAAC,oBAAoB,CAAC,kCAAkC,CAAC,mBAAmB,CAAC,iCAAiC,CAAC,cAAc,CAAC,4BAA4B,CAAC,OAAO,CAAC,qBAAqB,CAAC,wBAAwB,CAAC,sCAAsC,CAAC,QAAQ,CAAC,sBAAsB,CAAC,SAAS,CAAC,uBAAuB,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/base-select/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.component {\n width: max-content;\n position: relative;\n outline: 0;\n max-width: 100%;\n}\n\n.popoverInner {\n padding-top: var(--select-options-list-offset);\n padding-bottom: var(--select-options-list-offset);\n background: transparent;\n border-radius: var(--border-radius-0);\n position: relative;\n}\n\n.popoverInner.popoverInner {\n box-shadow: none;\n border: none;\n}\n\n.optionsListWrapper {\n position: relative;\n box-shadow: var(--select-options-list-box-shadow);\n border-radius: var(--select-options-list-border-radius);\n background: var(--select-option-background);\n overflow: hidden;\n}\n\n.optionsListBorder {\n position: absolute;\n top: var(--gap-0);\n right: var(--gap-0);\n bottom: var(--gap-0);\n left: var(--gap-0);\n box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);\n border-radius: inherit;\n pointer-events: none;\n}\n\n.nativeSelect {\n opacity: 0;\n overflow: hidden;\n position: absolute;\n top: var(--gap-0);\n bottom: var(--gap-0);\n left: var(--gap-0);\n width: 100%;\n max-width: 100%;\n min-width: 0;\n height: 100%;\n cursor: pointer;\n z-index: 1;\n}\n\n.block {\n width: 100%;\n}\n\n.emptySearchPlaceholder {\n text-align: center;\n}\n\n.search {\n margin: calc(var(--gap-12) - var(--select-options-list-top-padding))\n calc(var(--gap-12) - var(--select-options-list-right-padding)) var(--gap-0)\n calc(var(--gap-12) - var(--select-options-list-left-padding));\n\n &:last-child {\n margin-bottom: calc(var(--gap-12) - var(--select-options-list-bottom-padding));\n }\n}\n\n.option {\n border-radius: var(--select-option-border-radius);\n}\n\n.list {\n display: inline-block;\n}\n\n.matchContent {\n .scrollbar[data-simplebar] {\n .scrollable {\n display: flex;\n }\n\n .content {\n flex-grow: 1;\n }\n\n .list {\n display: inline-block;\n min-width: 100%;\n }\n }\n\n *:not(&) .list {\n min-width: 100%;\n max-width: 100%;\n }\n}\n\n.scrollbar {\n padding-right: var(--select-options-list-right-padding);\n padding-left: var(--select-options-list-left-padding);\n &:first-child {\n .list:before {\n content: '';\n display: block;\n padding-top: var(--select-options-list-top-padding);\n }\n }\n &:last-child {\n .list:after {\n content: '';\n display: block;\n padding-top: var(--select-options-list-bottom-padding);\n }\n }\n}\n\n:global(.simplebar-track):global(.simplebar-vertical) {\n .scrollbar:first-child & {\n top: var(--select-options-list-scrollbar-gap);\n }\n .scrollbar:last-child & {\n bottom: var(--select-options-list-scrollbar-gap);\n }\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,WAAW,CAAC,yBAAyB,CAAC,cAAc,CAAC,4BAA4B,CAAC,oBAAoB,CAAC,kCAAkC,CAAC,mBAAmB,CAAC,iCAAiC,CAAC,cAAc,CAAC,4BAA4B,CAAC,OAAO,CAAC,qBAAqB,CAAC,wBAAwB,CAAC,sCAAsC,CAAC,QAAQ,CAAC,sBAAsB,CAAC,QAAQ,CAAC,sBAAsB,CAAC,MAAM,CAAC,oBAAoB,CAAC,cAAc,CAAC,4BAA4B,CAAC,WAAW,CAAC,yBAAyB,CAAC,YAAY,CAAC,0BAA0B,CAAC,SAAS,CAAC,uBAAuB,CAAC;;;;"}
@@ -9,40 +9,41 @@
9
9
  --gap-16: var(--gap-m);
10
10
  --gap-20: var(--gap-l);
11
11
  }
12
- .select__sheet_gdb0q {
12
+ .select__sheet_1oyap {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_gdb0q.select__sheetContent_gdb0q {
15
+ .select__sheetContent_1oyap.select__sheetContent_1oyap {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_gdb0q.select__sheetContent_gdb0q .select__modalContent_gdb0q {
18
+ .select__sheetContent_1oyap.select__sheetContent_1oyap .select__modalContent_1oyap {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_gdb0q {
23
+ .select__sheetContainer_1oyap {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_gdb0q {
26
+ .select__optionsListWrapper_1oyap {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_gdb0q.select__optionsList_gdb0q {
29
+ .select__optionsList_1oyap.select__optionsList_1oyap {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_gdb0q {
34
+ .select__scrollbar_1oyap {
35
35
  flex: 1;
36
+ overflow: visible;
36
37
  }
37
- .select__search_gdb0q {
38
+ .select__search_1oyap {
38
39
  padding: var(--gap-8);
39
40
  }
40
- .select__option_gdb0q.select__option_gdb0q {
41
+ .select__option_1oyap.select__option_1oyap {
41
42
  padding: var(--gap-4) var(--gap-20) var(--gap-4);
42
43
  }
43
- .select__option_gdb0q.select__option_gdb0q:before {
44
+ .select__option_1oyap.select__option_1oyap:before {
44
45
  display: none;
45
46
  }
46
- .select__optionGroup_gdb0q.select__optionGroup_gdb0q {
47
+ .select__optionGroup_1oyap.select__optionGroup_1oyap {
47
48
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
48
49
  }
@@ -1,6 +1,6 @@
1
1
  import './mobile.css';
2
2
 
3
- var mobileStyles = {"sheet":"select__sheet_gdb0q","sheetContent":"select__sheetContent_gdb0q","modalContent":"select__modalContent_gdb0q","sheetContainer":"select__sheetContainer_gdb0q","optionsListWrapper":"select__optionsListWrapper_gdb0q","optionsList":"select__optionsList_gdb0q","scrollbar":"select__scrollbar_gdb0q","search":"select__search_gdb0q","option":"select__option_gdb0q","optionGroup":"select__optionGroup_gdb0q"};
3
+ var mobileStyles = {"sheet":"select__sheet_1oyap","sheetContent":"select__sheetContent_1oyap","modalContent":"select__modalContent_1oyap","sheetContainer":"select__sheetContainer_1oyap","optionsListWrapper":"select__optionsListWrapper_1oyap","optionsList":"select__optionsList_1oyap","scrollbar":"select__scrollbar_1oyap","search":"select__search_1oyap","option":"select__option_1oyap","optionGroup":"select__optionGroup_1oyap"};
4
4
 
5
5
  export { mobileStyles as default };
6
6
  //# sourceMappingURL=mobile.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobile.module.css.js","sources":["../../src/components/base-select/mobile.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.sheet {\n overflow: hidden;\n}\n\n.sheetContent.sheetContent {\n padding: var(--gap-0);\n\n & .modalContent {\n padding: var(--gap-0);\n display: flex;\n flex-direction: column;\n }\n}\n\n.sheetContainer {\n padding: var(--gap-0);\n}\n\n.optionsListWrapper {\n flex: 1;\n}\n\n.optionsList.optionsList {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.scrollbar {\n flex: 1;\n}\n\n.search {\n padding: var(--gap-8);\n}\n\n.option.option {\n padding: var(--gap-4) var(--gap-20) var(--gap-4);\n\n &:before {\n display: none;\n }\n}\n\n.optionGroup.optionGroup {\n padding: var(--gap-16) var(--gap-16) var(--gap-8);\n}\n"],"names":[],"mappings":";;AAEgB,mBAAe,CAAC,OAAO,CAAC,qBAAqB,CAAC,cAAc,CAAC,4BAA4B,CAAC,cAAc,CAAC,4BAA4B,CAAC,gBAAgB,CAAC,8BAA8B,CAAC,oBAAoB,CAAC,kCAAkC,CAAC,aAAa,CAAC,2BAA2B,CAAC,WAAW,CAAC,yBAAyB,CAAC,QAAQ,CAAC,sBAAsB,CAAC,QAAQ,CAAC,sBAAsB,CAAC,aAAa,CAAC,2BAA2B,CAAC;;;;"}
1
+ {"version":3,"file":"mobile.module.css.js","sources":["../../src/components/base-select/mobile.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.sheet {\n overflow: hidden;\n}\n\n.sheetContent.sheetContent {\n padding: var(--gap-0);\n\n & .modalContent {\n padding: var(--gap-0);\n display: flex;\n flex-direction: column;\n }\n}\n\n.sheetContainer {\n padding: var(--gap-0);\n}\n\n.optionsListWrapper {\n flex: 1;\n}\n\n.optionsList.optionsList {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.scrollbar {\n flex: 1;\n overflow: visible;\n}\n\n.search {\n padding: var(--gap-8);\n}\n\n.option.option {\n padding: var(--gap-4) var(--gap-20) var(--gap-4);\n\n &:before {\n display: none;\n }\n}\n\n.optionGroup.optionGroup {\n padding: var(--gap-16) var(--gap-16) var(--gap-8);\n}\n"],"names":[],"mappings":";;AAEgB,mBAAe,CAAC,OAAO,CAAC,qBAAqB,CAAC,cAAc,CAAC,4BAA4B,CAAC,cAAc,CAAC,4BAA4B,CAAC,gBAAgB,CAAC,8BAA8B,CAAC,oBAAoB,CAAC,kCAAkC,CAAC,aAAa,CAAC,2BAA2B,CAAC,WAAW,CAAC,yBAAyB,CAAC,QAAQ,CAAC,sBAAsB,CAAC,QAAQ,CAAC,sBAAsB,CAAC,aAAa,CAAC,2BAA2B,CAAC;;;;"}
@@ -13,16 +13,16 @@
13
13
  --select-checkmark-after-display-single: flex;
14
14
  --select-checkmark-unselected-opacity: 0;
15
15
  }
16
- .select__checkmark_1d0k5 {
16
+ .select__checkmark_1scgv {
17
17
  flex-shrink: 0;
18
18
  }
19
- .select__checkmark_1d0k5.select__before_1d0k5 {
19
+ .select__checkmark_1scgv.select__before_1scgv {
20
20
  display: var(--select-checkmark-before-display);
21
21
  }
22
- .select__checkmark_1d0k5.select__after_1d0k5 {
22
+ .select__checkmark_1scgv.select__after_1scgv {
23
23
  display: var(--select-checkmark-after-display);
24
24
  }
25
- .select__single_1d0k5 {
25
+ .select__single_1scgv {
26
26
  display: flex;
27
27
  align-items: center;
28
28
  justify-content: center;
@@ -30,26 +30,26 @@
30
30
  width: var(--select-checkmark-size);
31
31
  height: var(--select-checkmark-size);
32
32
  }
33
- .select__single_1d0k5.select__selected_1d0k5 {
33
+ .select__single_1scgv.select__selected_1scgv {
34
34
  opacity: 1;
35
35
  }
36
- .select__multiple_1d0k5.select__before_1d0k5 {
36
+ .select__multiple_1scgv.select__before_1scgv {
37
37
  margin-right: var(--gap-12);
38
38
  display: var(--select-checkmark-before-display-multiple);
39
39
  }
40
- .select__multiple_1d0k5.select__after_1d0k5 {
40
+ .select__multiple_1scgv.select__after_1scgv {
41
41
  margin-left: var(--gap-12);
42
42
  }
43
- .select__after_1d0k5.select__after_1d0k5 {
43
+ .select__after_1scgv.select__after_1scgv {
44
44
  display: var(--select-checkmark-after-display);
45
45
  }
46
- .select__after_1d0k5.select__after_1d0k5.select__single_1d0k5 {
46
+ .select__after_1scgv.select__after_1scgv.select__single_1scgv {
47
47
  display: var(--select-checkmark-after-display-single);
48
48
  }
49
- .select__colorIcon_1d0k5 {
49
+ .select__colorIcon_1scgv {
50
50
  color: var(--color-light-status-positive);
51
51
  }
52
- .select__displayIcon_1d0k5 {
52
+ .select__displayIcon_1scgv {
53
53
  display: block;
54
54
  width: 100%;
55
55
  height: 100%;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_1d0k5","before":"select__before_1d0k5","after":"select__after_1d0k5","single":"select__single_1d0k5","selected":"select__selected_1d0k5","multiple":"select__multiple_1d0k5","colorIcon":"select__colorIcon_1d0k5","displayIcon":"select__displayIcon_1d0k5"};
3
+ var styles = {"checkmark":"select__checkmark_1scgv","before":"select__before_1scgv","after":"select__after_1scgv","single":"select__single_1scgv","selected":"select__selected_1scgv","multiple":"select__multiple_1scgv","colorIcon":"select__colorIcon_1scgv","displayIcon":"select__displayIcon_1scgv"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,7 +6,7 @@
6
6
  --select-mobile-checkmark-display-icon: block;
7
7
  --select-mobile-checkmark-display-badge: none;
8
8
  }
9
- .select__checkmark_yxbfq {
9
+ .select__checkmark_1o53p {
10
10
  flex-shrink: 0;
11
11
  display: flex;
12
12
  align-items: center;
@@ -15,18 +15,18 @@
15
15
  height: 24px;
16
16
  opacity: 0;
17
17
  }
18
- .select__checkmark_yxbfq.select__selected_yxbfq {
18
+ .select__checkmark_1o53p.select__selected_1o53p {
19
19
  opacity: 1;
20
20
  }
21
- .select__checkmark_yxbfq.select__before_yxbfq {
21
+ .select__checkmark_1o53p.select__before_1o53p {
22
22
  margin-right: var(--gap-8);
23
23
  }
24
- .select__checkmark_yxbfq.select__after_yxbfq {
24
+ .select__checkmark_1o53p.select__after_1o53p {
25
25
  margin-left: var(--gap-8);
26
26
  }
27
- .select__displayIcon_yxbfq {
27
+ .select__displayIcon_1o53p {
28
28
  display: var(--select-mobile-checkmark-display-icon);
29
29
  }
30
- .select__displayBadge_yxbfq {
30
+ .select__displayBadge_1o53p {
31
31
  display: var(--select-mobile-checkmark-display-badge);
32
32
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"checkmark":"select__checkmark_yxbfq","selected":"select__selected_yxbfq","before":"select__before_yxbfq","after":"select__after_yxbfq","displayIcon":"select__displayIcon_yxbfq","displayBadge":"select__displayBadge_yxbfq"};
3
+ var styles = {"checkmark":"select__checkmark_1o53p","selected":"select__selected_1o53p","before":"select__before_1o53p","after":"select__after_1o53p","displayIcon":"select__displayIcon_1o53p","displayBadge":"select__displayBadge_1o53p"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,16 +6,16 @@
6
6
  :root {
7
7
  --input-error-icon-display: none;
8
8
  }
9
- .select__clearIcon_weo53 {
9
+ .select__clearIcon_1gmjh {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_weo53:hover {
13
+ .select__clearIcon_1gmjh:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_weo53:active {
16
+ .select__clearIcon_1gmjh:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_weo53 + [data-addon='error-icon'] {
19
+ .select__clearButton_1gmjh + [data-addon='error-icon'] {
20
20
  display: var(--input-error-icon-display);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"clearIcon":"select__clearIcon_weo53","clearButton":"select__clearButton_weo53"};
3
+ var styles = {"clearIcon":"select__clearIcon_1gmjh","clearButton":"select__clearButton_1gmjh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -4,8 +4,9 @@
4
4
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
5
5
  }
6
6
  :root {
7
- --font-family-system:
8
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
7
+ --font-family-alfasans:
8
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
9
+ Helvetica, sans-serif;
9
10
  }
10
11
  :root {
11
12
  --focus-color: var(--color-light-status-info);
@@ -18,60 +19,63 @@
18
19
  :root {
19
20
  --select-arrow-hover-opacity: 0.7;
20
21
  }
21
- .select__component_1436i {
22
+ .select__component_13vng {
22
23
  width: 100%;
23
24
  outline: none;
24
25
  }
25
- .select__field_1436i:not(.select__disabled_1436i) {
26
+ .select__field_13vng:not(.select__disabled_13vng) {
26
27
  cursor: pointer;
27
28
  }
28
- .select__field_1436i:not(.select__disabled_1436i):hover .select__arrow_1436i {
29
+ .select__field_13vng:not(.select__disabled_13vng):hover .select__arrow_13vng {
29
30
  opacity: var(--select-arrow-hover-opacity);
30
31
  }
31
- .select__disabled_1436i {
32
+ .select__disabled_13vng {
32
33
  cursor: var(--disabled-cursor);
33
34
  }
34
- .select__placeholder_1436i {
35
+ .select__placeholder_13vng {
35
36
  color: var(--input-placeholder-color);
36
37
  transition: color 0.2s ease;
37
- animation: select__show-placeholder_1436i 0.2s ease;
38
+ animation: select__show-placeholder_13vng 0.2s ease;
38
39
  }
39
- .select__placeholder_1436i.select__focused_1436i {
40
+ .select__placeholder_13vng.select__focused_13vng {
40
41
  color: var(--input-focus-placeholder-color);
41
42
  }
42
- .select__contentWrapper_1436i {
43
+ .select__contentWrapper_13vng {
43
44
  font-size: 16px;
44
45
  line-height: 20px;
45
46
  font-weight: 400;
46
- font-family: var(--font-family-system);
47
+ letter-spacing: -0.24px;
48
+ font-family: var(--font-family-alfasans);
47
49
 
48
50
  white-space: nowrap;
49
51
  text-overflow: ellipsis;
50
52
  overflow: hidden;
51
53
  width: 100%;
52
54
  }
53
- .select__contentWrapper_1436i.select__size-40_1436i {
55
+ .select__contentWrapper_13vng.select__size-40_13vng {
54
56
  font-size: 14px;
55
57
  line-height: 18px;
56
58
  font-weight: 400;
57
- font-family: var(--font-family-system);
59
+ letter-spacing: -0.08px;
60
+ font-family: var(--font-family-alfasans);
58
61
  }
59
- .select__value_1436i {
62
+ .select__value_13vng {
60
63
  overflow: hidden;
61
64
  text-overflow: ellipsis;
62
65
  text-align: left;
63
66
  }
64
- .select__value_1436i.select__size-40_1436i {
67
+ .select__value_13vng.select__size-40_13vng {
65
68
  font-size: 14px;
66
69
  line-height: 18px;
67
70
  font-weight: 400;
68
- font-family: var(--font-family-system);
71
+ letter-spacing: -0.08px;
72
+ font-family: var(--font-family-alfasans);
69
73
  }
70
- .select__focusVisible_1436i {
74
+ .select__focusVisible_13vng {
71
75
  outline: 2px solid var(--focus-color);
72
76
  outline-offset: 2px;
73
77
  }
74
- @keyframes select__show-placeholder_1436i {
78
+ @keyframes select__show-placeholder_13vng {
75
79
  from {
76
80
  opacity: 0;
77
81
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"select__component_1436i","field":"select__field_1436i","disabled":"select__disabled_1436i","arrow":"select__arrow_1436i","placeholder":"select__placeholder_1436i","show-placeholder":"select__show-placeholder_1436i","focused":"select__focused_1436i","contentWrapper":"select__contentWrapper_1436i","size-40":"select__size-40_1436i","value":"select__value_1436i","focusVisible":"select__focusVisible_1436i"};
3
+ var styles = {"component":"select__component_13vng","field":"select__field_13vng","disabled":"select__disabled_13vng","arrow":"select__arrow_13vng","placeholder":"select__placeholder_13vng","show-placeholder":"select__show-placeholder_13vng","focused":"select__focused_13vng","contentWrapper":"select__contentWrapper_13vng","size-40":"select__size-40_13vng","value":"select__value_13vng","focusVisible":"select__focusVisible_13vng"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,20 +6,20 @@
6
6
  --gap-m: 16px;
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .select__footer_1p00t {
9
+ .select__footer_h0ez7 {
10
10
  display: flex;
11
11
  box-sizing: border-box;
12
12
  width: 100%;
13
13
  padding: var(--gap-16) var(--gap-16);
14
14
  background-color: var(--color-light-modal-bg-primary);
15
15
  }
16
- .select__footer_1p00t .select__button_1p00t:first-of-type {
16
+ .select__footer_h0ez7 .select__button_h0ez7:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_1p00t {
19
+ .select__button_h0ez7 {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_1p00t {
22
+ .select__highlighted_h0ez7 {
23
23
  border-top: 1px solid var(--color-light-neutral-300);
24
24
  background-color: var(--color-light-modal-bg-primary);
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"select__footer_1p00t","button":"select__button_1p00t","highlighted":"select__highlighted_1p00t"};
3
+ var styles = {"footer":"select__footer_h0ez7","button":"select__button_h0ez7","highlighted":"select__highlighted_h0ez7"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -11,8 +11,9 @@
11
11
  --gap-16: var(--gap-m);
12
12
  }
13
13
  :root {
14
- --font-family-system:
15
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
14
+ --font-family-alfasans:
15
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
16
+ Helvetica, sans-serif;
16
17
  }
17
18
  :root {
18
19
 
@@ -23,7 +24,7 @@
23
24
  --select-optgroup-l-left-padding: var(--gap-16);
24
25
  --select-optgroup-l-right-padding: var(--gap-16);
25
26
  }
26
- .select__optgroup_9oduw {
27
+ .select__optgroup_afu48 {
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_9oduw + *[role='option']:before {
37
+ .select__optgroup_afu48 + *[role='option']:before {
37
38
  display: none;
38
39
  }
39
- .select__label_9oduw {
40
+ .select__label_afu48 {
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_9oduw {
51
+ .select__size-72_afu48 {
51
52
  padding-left: var(--select-optgroup-l-left-padding);
52
53
  padding-right: var(--select-optgroup-l-right-padding);
53
54
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"optgroup":"select__optgroup_9oduw","label":"select__label_9oduw","size-72":"select__size-72_9oduw"};
3
+ var styles = {"optgroup":"select__optgroup_afu48","label":"select__label_afu48","size-72":"select__size-72_afu48"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map