@alfalab/core-components-select 13.2.18 → 13.2.19

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 (267) hide show
  1. package/{Component-622a0fca.js → Component-67e36290.js} +2 -2
  2. package/{Component-93388611.js → Component-86fe0799.js} +4 -4
  3. package/Component.js +3 -1
  4. package/Component.responsive.js +5 -3
  5. package/components/arrow/Component.js +3 -1
  6. package/components/arrow/index.css +4 -4
  7. package/components/arrow/index.js +2 -0
  8. package/components/base-checkmark/Component.js +3 -1
  9. package/components/base-checkmark/index.css +4 -4
  10. package/components/base-checkmark/index.js +2 -0
  11. package/components/base-option/Component.js +3 -1
  12. package/components/base-option/index.css +16 -16
  13. package/components/base-option/index.js +2 -0
  14. package/components/base-select/Component.js +3 -1
  15. package/components/base-select/index.css +11 -10
  16. package/components/base-select/index.d.ts +1 -1
  17. package/components/base-select/index.js +3 -1
  18. package/components/base-select-mobile/Component.js +5 -3
  19. package/components/base-select-mobile/checkmark/Component.js +3 -1
  20. package/components/base-select-mobile/checkmark/index.css +6 -6
  21. package/components/base-select-mobile/checkmark/index.js +2 -0
  22. package/components/base-select-mobile/index.css +11 -11
  23. package/components/base-select-mobile/index.d.ts +1 -1
  24. package/components/base-select-mobile/index.js +5 -3
  25. package/components/base-select-mobile/options-list/Component.js +3 -1
  26. package/components/base-select-mobile/options-list/index.css +11 -11
  27. package/components/base-select-mobile/options-list/index.js +2 -0
  28. package/components/base-select-mobile/virtual-options-list/Component.js +3 -1
  29. package/components/base-select-mobile/virtual-options-list/index.css +17 -17
  30. package/components/base-select-mobile/virtual-options-list/index.js +2 -0
  31. package/components/checkmark/Component.js +3 -1
  32. package/components/checkmark/index.css +11 -11
  33. package/components/checkmark/index.js +2 -0
  34. package/components/field/Component.js +3 -1
  35. package/components/field/index.css +11 -11
  36. package/components/field/index.js +2 -0
  37. package/components/index.js +11 -9
  38. package/components/native-select/Component.js +2 -0
  39. package/components/native-select/index.js +2 -0
  40. package/components/optgroup/Component.js +3 -1
  41. package/components/optgroup/index.css +7 -7
  42. package/components/optgroup/index.js +2 -0
  43. package/components/option/Component.js +3 -1
  44. package/components/option/index.css +24 -24
  45. package/components/option/index.js +2 -0
  46. package/components/options-list/Component.js +3 -1
  47. package/components/options-list/index.css +11 -11
  48. package/components/options-list/index.js +2 -0
  49. package/components/select-mobile/Component.js +5 -3
  50. package/components/select-mobile/index.d.ts +1 -1
  51. package/components/select-mobile/index.js +5 -3
  52. package/components/select-modal-mobile/Component.js +5 -3
  53. package/components/select-modal-mobile/index.d.ts +1 -1
  54. package/components/select-modal-mobile/index.js +5 -3
  55. package/components/virtual-options-list/Component.js +3 -1
  56. package/components/virtual-options-list/index.css +18 -18
  57. package/components/virtual-options-list/index.js +2 -0
  58. package/cssm/{Component-31b4153d.js → Component-e0df017c.js} +1 -1
  59. package/cssm/{Component-afba64fc.js → Component-e4ef870b.js} +1 -1
  60. package/cssm/Component.js +3 -1
  61. package/cssm/Component.responsive.js +4 -2
  62. package/cssm/components/arrow/Component.js +2 -0
  63. package/cssm/components/arrow/index.js +2 -0
  64. package/cssm/components/arrow/index.module.css +1 -1
  65. package/cssm/components/base-checkmark/Component.js +2 -0
  66. package/cssm/components/base-checkmark/index.js +2 -0
  67. package/cssm/components/base-option/Component.js +2 -0
  68. package/cssm/components/base-option/index.js +2 -0
  69. package/cssm/components/base-option/index.module.css +3 -3
  70. package/cssm/components/base-select/Component.js +3 -1
  71. package/cssm/components/base-select/index.d.ts +1 -1
  72. package/cssm/components/base-select/index.js +3 -1
  73. package/cssm/components/base-select/index.module.css +3 -2
  74. package/cssm/components/base-select-mobile/Component.js +4 -2
  75. package/cssm/components/base-select-mobile/checkmark/Component.js +2 -0
  76. package/cssm/components/base-select-mobile/checkmark/index.js +2 -0
  77. package/cssm/components/base-select-mobile/index.d.ts +1 -1
  78. package/cssm/components/base-select-mobile/index.js +4 -2
  79. package/cssm/components/base-select-mobile/options-list/Component.js +2 -0
  80. package/cssm/components/base-select-mobile/options-list/index.js +2 -0
  81. package/cssm/components/base-select-mobile/options-list/index.module.css +2 -2
  82. package/cssm/components/base-select-mobile/virtual-options-list/Component.js +2 -0
  83. package/cssm/components/base-select-mobile/virtual-options-list/index.js +2 -0
  84. package/cssm/components/base-select-mobile/virtual-options-list/index.module.css +2 -2
  85. package/cssm/components/checkmark/Component.js +2 -0
  86. package/cssm/components/checkmark/index.js +2 -0
  87. package/cssm/components/checkmark/index.module.css +1 -1
  88. package/cssm/components/field/Component.js +2 -0
  89. package/cssm/components/field/index.js +2 -0
  90. package/cssm/components/field/index.module.css +2 -2
  91. package/cssm/components/index.js +15 -13
  92. package/cssm/components/native-select/Component.js +2 -0
  93. package/cssm/components/native-select/index.js +2 -0
  94. package/cssm/components/optgroup/Component.js +2 -0
  95. package/cssm/components/optgroup/index.js +2 -0
  96. package/cssm/components/optgroup/index.module.css +1 -1
  97. package/cssm/components/option/Component.js +2 -0
  98. package/cssm/components/option/index.js +2 -0
  99. package/cssm/components/option/index.module.css +4 -4
  100. package/cssm/components/options-list/Component.js +2 -0
  101. package/cssm/components/options-list/index.js +2 -0
  102. package/cssm/components/options-list/index.module.css +2 -2
  103. package/cssm/components/select-mobile/Component.js +4 -2
  104. package/cssm/components/select-mobile/index.d.ts +1 -1
  105. package/cssm/components/select-mobile/index.js +4 -2
  106. package/cssm/components/select-modal-mobile/Component.js +4 -2
  107. package/cssm/components/select-modal-mobile/index.d.ts +1 -1
  108. package/cssm/components/select-modal-mobile/index.js +4 -2
  109. package/cssm/components/virtual-options-list/Component.js +2 -0
  110. package/cssm/components/virtual-options-list/index.js +2 -0
  111. package/cssm/components/virtual-options-list/index.module.css +3 -3
  112. package/cssm/index-3885b0d7.d.ts +1 -1
  113. package/cssm/index.js +17 -15
  114. package/cssm/presets/index.js +4 -2
  115. package/cssm/presets/useLazyLoading/hook.js +2 -0
  116. package/cssm/presets/useSelectWithApply/hook.js +4 -2
  117. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -2
  118. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  119. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -2
  120. package/cssm/presets/useSelectWithLoading/hook.js +2 -0
  121. package/cssm/responsive.js +4 -2
  122. package/cssm/typings.d.ts +1 -1
  123. package/cssm/utils.js +2 -0
  124. package/esm/{Component-e283e558.js → Component-c79b7ae7.js} +4 -4
  125. package/esm/{Component-657977aa.js → Component-fdfce5e1.js} +2 -2
  126. package/esm/Component.js +1 -1
  127. package/esm/Component.responsive.js +3 -3
  128. package/esm/components/arrow/Component.js +1 -1
  129. package/esm/components/arrow/index.css +4 -4
  130. package/esm/components/base-checkmark/Component.js +1 -1
  131. package/esm/components/base-checkmark/index.css +4 -4
  132. package/esm/components/base-option/Component.js +1 -1
  133. package/esm/components/base-option/index.css +16 -16
  134. package/esm/components/base-select/Component.js +1 -1
  135. package/esm/components/base-select/index.css +11 -10
  136. package/esm/components/base-select/index.d.ts +1 -1
  137. package/esm/components/base-select/index.js +1 -1
  138. package/esm/components/base-select-mobile/Component.js +3 -3
  139. package/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  140. package/esm/components/base-select-mobile/checkmark/index.css +6 -6
  141. package/esm/components/base-select-mobile/index.css +11 -11
  142. package/esm/components/base-select-mobile/index.d.ts +1 -1
  143. package/esm/components/base-select-mobile/index.js +3 -3
  144. package/esm/components/base-select-mobile/options-list/Component.js +1 -1
  145. package/esm/components/base-select-mobile/options-list/index.css +11 -11
  146. package/esm/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  147. package/esm/components/base-select-mobile/virtual-options-list/index.css +17 -17
  148. package/esm/components/checkmark/Component.js +1 -1
  149. package/esm/components/checkmark/index.css +11 -11
  150. package/esm/components/field/Component.js +1 -1
  151. package/esm/components/field/index.css +11 -11
  152. package/esm/components/index.js +9 -9
  153. package/esm/components/optgroup/Component.js +1 -1
  154. package/esm/components/optgroup/index.css +7 -7
  155. package/esm/components/option/Component.js +1 -1
  156. package/esm/components/option/index.css +24 -24
  157. package/esm/components/options-list/Component.js +1 -1
  158. package/esm/components/options-list/index.css +11 -11
  159. package/esm/components/select-mobile/Component.js +3 -3
  160. package/esm/components/select-mobile/index.d.ts +1 -1
  161. package/esm/components/select-mobile/index.js +3 -3
  162. package/esm/components/select-modal-mobile/Component.js +3 -3
  163. package/esm/components/select-modal-mobile/index.d.ts +1 -1
  164. package/esm/components/select-modal-mobile/index.js +3 -3
  165. package/esm/components/virtual-options-list/Component.js +1 -1
  166. package/esm/components/virtual-options-list/index.css +18 -18
  167. package/esm/index-3885b0d7.d.ts +1 -1
  168. package/esm/index.js +11 -11
  169. package/esm/presets/index.js +3 -3
  170. package/esm/presets/useLazyLoading/hook.js +2 -2
  171. package/esm/presets/useLazyLoading/index.css +2 -2
  172. package/esm/presets/useSelectWithApply/hook.js +3 -3
  173. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  174. package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  175. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  176. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  177. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  178. package/esm/presets/useSelectWithLoading/index.css +2 -2
  179. package/esm/responsive.js +3 -3
  180. package/esm/typings.d.ts +1 -1
  181. package/index-3885b0d7.d.ts +1 -1
  182. package/index.js +13 -11
  183. package/modern/{Component-72ef5116.js → Component-4c4a3ab4.js} +4 -4
  184. package/modern/{Component-322fd90d.js → Component-979388ae.js} +3 -2
  185. package/modern/Component.js +1 -1
  186. package/modern/Component.responsive.js +3 -3
  187. package/modern/components/arrow/Component.js +1 -1
  188. package/modern/components/arrow/index.css +4 -4
  189. package/modern/components/base-checkmark/Component.js +1 -1
  190. package/modern/components/base-checkmark/index.css +4 -4
  191. package/modern/components/base-option/Component.js +1 -1
  192. package/modern/components/base-option/index.css +16 -16
  193. package/modern/components/base-select/Component.js +1 -1
  194. package/modern/components/base-select/index.css +11 -10
  195. package/modern/components/base-select/index.d.ts +1 -1
  196. package/modern/components/base-select/index.js +1 -1
  197. package/modern/components/base-select-mobile/Component.js +3 -3
  198. package/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  199. package/modern/components/base-select-mobile/checkmark/index.css +6 -6
  200. package/modern/components/base-select-mobile/index.css +11 -11
  201. package/modern/components/base-select-mobile/index.d.ts +1 -1
  202. package/modern/components/base-select-mobile/index.js +3 -3
  203. package/modern/components/base-select-mobile/options-list/Component.js +1 -1
  204. package/modern/components/base-select-mobile/options-list/index.css +11 -11
  205. package/modern/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  206. package/modern/components/base-select-mobile/virtual-options-list/index.css +17 -17
  207. package/modern/components/checkmark/Component.js +1 -1
  208. package/modern/components/checkmark/index.css +11 -11
  209. package/modern/components/field/Component.js +1 -1
  210. package/modern/components/field/index.css +11 -11
  211. package/modern/components/index.js +9 -9
  212. package/modern/components/optgroup/Component.js +1 -1
  213. package/modern/components/optgroup/index.css +7 -7
  214. package/modern/components/option/Component.js +1 -1
  215. package/modern/components/option/index.css +24 -24
  216. package/modern/components/options-list/Component.js +1 -1
  217. package/modern/components/options-list/index.css +11 -11
  218. package/modern/components/select-mobile/Component.js +3 -3
  219. package/modern/components/select-mobile/index.d.ts +1 -1
  220. package/modern/components/select-mobile/index.js +3 -3
  221. package/modern/components/select-modal-mobile/Component.js +3 -3
  222. package/modern/components/select-modal-mobile/index.d.ts +1 -1
  223. package/modern/components/select-modal-mobile/index.js +3 -3
  224. package/modern/components/virtual-options-list/Component.js +1 -1
  225. package/modern/components/virtual-options-list/index.css +18 -18
  226. package/modern/index-3885b0d7.d.ts +1 -1
  227. package/modern/index.js +11 -11
  228. package/modern/presets/index.js +3 -3
  229. package/modern/presets/useLazyLoading/hook.js +2 -2
  230. package/modern/presets/useLazyLoading/index.css +2 -2
  231. package/modern/presets/useSelectWithApply/hook.js +3 -3
  232. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  233. package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  234. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  235. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  236. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  237. package/modern/presets/useSelectWithLoading/index.css +2 -2
  238. package/modern/responsive.js +3 -3
  239. package/modern/typings.d.ts +1 -1
  240. package/package.json +12 -12
  241. package/presets/index.js +5 -3
  242. package/presets/useLazyLoading/hook.js +4 -2
  243. package/presets/useLazyLoading/index.css +2 -2
  244. package/presets/useSelectWithApply/hook.js +5 -3
  245. package/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -3
  246. package/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  247. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  248. package/presets/useSelectWithApply/options-list-with-apply/index.js +5 -3
  249. package/presets/useSelectWithLoading/hook.js +3 -1
  250. package/presets/useSelectWithLoading/index.css +2 -2
  251. package/responsive.js +5 -3
  252. package/typings.d.ts +1 -1
  253. package/utils.js +2 -0
  254. /package/{Component-622a0fca.d.ts → Component-67e36290.d.ts} +0 -0
  255. /package/{Component-93388611.d.ts → Component-86fe0799.d.ts} +0 -0
  256. /package/cssm/{Component-31b4153d.d.ts → Component-e0df017c.d.ts} +0 -0
  257. /package/cssm/{Component-afba64fc.d.ts → Component-e4ef870b.d.ts} +0 -0
  258. /package/esm/{Component-e283e558.d.ts → Component-c79b7ae7.d.ts} +0 -0
  259. /package/esm/{Component-657977aa.d.ts → Component-fdfce5e1.d.ts} +0 -0
  260. /package/esm/{intersection-observer-9544c9e7.d.ts → intersection-observer-be15dad5.d.ts} +0 -0
  261. /package/esm/{intersection-observer-9544c9e7.js → intersection-observer-be15dad5.js} +0 -0
  262. /package/{intersection-observer-023c126a.d.ts → intersection-observer-de1426cf.d.ts} +0 -0
  263. /package/{intersection-observer-023c126a.js → intersection-observer-de1426cf.js} +0 -0
  264. /package/modern/{Component-72ef5116.d.ts → Component-4c4a3ab4.d.ts} +0 -0
  265. /package/modern/{Component-322fd90d.d.ts → Component-979388ae.d.ts} +0 -0
  266. /package/modern/{intersection-observer-9544c9e7.d.ts → intersection-observer-be15dad5.d.ts} +0 -0
  267. /package/modern/{intersection-observer-9544c9e7.js → intersection-observer-be15dad5.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  export { Arrow } from './arrow/Component.js';
2
- export { B as BaseSelect } from '../Component-322fd90d.js';
3
- export { S as SelectMobile, a as SelectModalMobile } from '../Component-72ef5116.js';
2
+ export { B as BaseSelect } from '../Component-979388ae.js';
3
+ export { S as SelectMobile, a as SelectModalMobile } from '../Component-4c4a3ab4.js';
4
4
  export { Field } from './field/Component.js';
5
5
  export { Optgroup } from './optgroup/Component.js';
6
6
  export { Option } from './option/Component.js';
@@ -20,19 +20,19 @@ import './native-select/Component.js';
20
20
  import '@alfalab/core-components-bottom-sheet/modern';
21
21
  import '@alfalab/core-components-modal/modern/mobile';
22
22
  import '../Component.js';
23
+ import 'react-virtual';
24
+ import '@alfalab/core-components-scrollbar/modern';
25
+ import '@alfalab/core-components-skeleton/modern';
26
+ import '../intersection-observer-be15dad5.js';
27
+ import '@alfalab/core-components-button/modern';
23
28
  import '@alfalab/core-components-form-control/modern';
24
- import './base-select-mobile/checkmark/Component.js';
25
29
  import '@alfalab/icons-glyph/CheckmarkMIcon';
26
- import './checkmark/Component.js';
27
30
  import '@alfalab/core-components-badge/modern';
28
31
  import '@alfalab/core-components-checkbox/modern';
29
32
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
30
- import '@alfalab/core-components-scrollbar/modern';
31
- import 'react-virtual';
32
- import '@alfalab/core-components-skeleton/modern';
33
- import '../intersection-observer-9544c9e7.js';
34
- import '@alfalab/core-components-button/modern';
35
33
  import './base-checkmark/Component.js';
34
+ import './base-select-mobile/checkmark/Component.js';
36
35
  import './base-select-mobile/options-list/Component.js';
37
36
  import '@alfalab/core-components-base-modal/modern';
38
37
  import './base-select-mobile/virtual-options-list/Component.js';
38
+ import './checkmark/Component.js';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"optgroup":"select__optgroup_939yh","label":"select__label_939yh","l":"select__l_939yh","xl":"select__xl_939yh"};
4
+ const styles = {"optgroup":"select__optgroup_3t9b8","label":"select__label_3t9b8","l":"select__l_3t9b8","xl":"select__xl_3t9b8"};
5
5
  require('./index.css')
6
6
 
7
7
  const Optgroup = ({ children, className, label, size = 's' }) => (React.createElement(React.Fragment, null,
@@ -1,8 +1,8 @@
1
- /* hash: ka6xz */
1
+ /* hash: rfzla */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
- --color-light-text-secondary: rgba(11, 31, 53, 0.7); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ --color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -35,7 +35,7 @@
35
35
  --select-optgroup-right-padding: var(--gap-s);
36
36
  --select-optgroup-l-left-padding: var(--gap-m);
37
37
  --select-optgroup-l-right-padding: var(--gap-m);
38
- } .select__optgroup_939yh {
38
+ } .select__optgroup_3t9b8 {
39
39
  position: relative;
40
40
  display: flex;
41
41
  align-items: center;
@@ -44,9 +44,9 @@
44
44
  box-sizing: border-box;
45
45
  background: var(--select-optgroup-background);
46
46
  min-height: 40px
47
- } .select__optgroup_939yh + *[role='option']:before {
47
+ } .select__optgroup_3t9b8 + *[role='option']:before {
48
48
  display: none;
49
- } .select__label_939yh {
49
+ } .select__label_3t9b8 {
50
50
  font-size: 12px;
51
51
  line-height: 16px;
52
52
  font-weight: 500;
@@ -55,8 +55,8 @@
55
55
 
56
56
  display: block;
57
57
  color: var(--select-optgroup-color);
58
- } .select__l_939yh,
59
- .select__xl_939yh {
58
+ } .select__l_3t9b8,
59
+ .select__xl_3t9b8 {
60
60
  padding-left: var(--select-optgroup-l-left-padding);
61
61
  padding-right: var(--select-optgroup-l-right-padding);
62
62
  }
@@ -7,7 +7,7 @@ import '@alfalab/core-components-badge/modern';
7
7
  import '@alfalab/core-components-checkbox/modern';
8
8
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
9
9
 
10
- const styles = {"option":"select__option_81k5j","disabled":"select__disabled_81k5j","s":"select__s_81k5j","m":"select__m_81k5j","l":"select__l_81k5j","xl":"select__xl_81k5j","selected":"select__selected_81k5j","highlighted":"select__highlighted_81k5j","content":"select__content_81k5j","textContent":"select__textContent_81k5j"};
10
+ const styles = {"option":"select__option_1qr13","disabled":"select__disabled_1qr13","s":"select__s_1qr13","m":"select__m_1qr13","l":"select__l_1qr13","xl":"select__xl_1qr13","selected":"select__selected_1qr13","highlighted":"select__highlighted_1qr13","content":"select__content_1qr13","textContent":"select__textContent_1qr13"};
11
11
  require('./index.css')
12
12
 
13
13
  const Option = ({ size = 's', className, option, children, selected, highlighted, disabled, multiple, mobile, Checkmark: Checkmark$2 = mobile ? Checkmark : Checkmark$1, innerProps, dataTestId, }) => {
@@ -1,12 +1,12 @@
1
- /* hash: vrhlc */
1
+ /* hash: sli98 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
5
  --color-light-bg-secondary: #f3f4f5;
6
- --color-light-bg-tertiary: #e7e9eb;
7
- --color-light-border-primary: #dbdee1;
8
- --color-light-text-primary: #0b1f35;
9
- --color-light-text-secondary: rgba(11, 31, 53, 0.7); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+ --color-light-bg-tertiary: #e9e9eb;
7
+ --color-light-border-primary: #dcdcdd;
8
+ --color-light-text-primary: #0e0e0e;
9
+ --color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
10
10
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
11
  } :root {
12
12
  } :root {
@@ -53,7 +53,7 @@
53
53
  /* checkmark */
54
54
 
55
55
  /* optgroup */
56
- } .select__option_81k5j {
56
+ } .select__option_1qr13 {
57
57
  font-size: 16px;
58
58
  line-height: 20px;
59
59
  font-weight: 400;
@@ -68,10 +68,10 @@
68
68
  box-sizing: border-box;
69
69
  position: relative;
70
70
  cursor: pointer
71
- } .select__option_81k5j:not(.select__disabled_81k5j):active {
71
+ } .select__option_1qr13:not(.select__disabled_1qr13):active {
72
72
  background: var(--select-option-active-background);
73
73
  color: var(--select-option-active-color);
74
- } .select__option_81k5j:before {
74
+ } .select__option_1qr13:before {
75
75
  content: '';
76
76
  position: absolute;
77
77
  left: var(--select-option-left-padding);
@@ -81,46 +81,46 @@
81
81
  background: var(--select-option-divider-background);
82
82
  display: var(--select-option-divider-display);
83
83
  transition: opacity 0.2s ease;
84
- } .select__option_81k5j:first-child:before {
84
+ } .select__option_1qr13:first-child:before {
85
85
  display: none;
86
- } .select__s_81k5j {
86
+ } .select__s_1qr13 {
87
87
  min-height: var(--size-s-height);
88
- } .select__m_81k5j {
88
+ } .select__m_1qr13 {
89
89
  min-height: var(--size-m-height);
90
- } .select__l_81k5j {
90
+ } .select__l_1qr13 {
91
91
  min-height: var(--size-l-height);
92
- } .select__xl_81k5j {
92
+ } .select__xl_1qr13 {
93
93
  min-height: var(--size-xl-height);
94
- } .select__l_81k5j,
95
- .select__xl_81k5j {
94
+ } .select__l_1qr13,
95
+ .select__xl_1qr13 {
96
96
  padding-left: var(--select-option-l-left-padding);
97
97
  padding-right: var(--select-option-l-right-padding)
98
- } .select__l_81k5j:before, .select__xl_81k5j:before {
98
+ } .select__l_1qr13:before, .select__xl_1qr13:before {
99
99
  left: var(--select-option-l-left-padding);
100
100
  right: var(--select-option-l-right-padding);
101
- } .select__selected_81k5j {
101
+ } .select__selected_1qr13 {
102
102
  background: var(--select-option-selected-background);
103
103
  color: var(--select-option-selected-color);
104
104
  cursor: default;
105
- } .select__highlighted_81k5j {
105
+ } .select__highlighted_1qr13 {
106
106
  background: var(--select-option-hover-background);
107
107
  color: var(--select-option-hover-color)
108
- } .select__highlighted_81k5j:before,
109
- .select__highlighted_81k5j + .select__option_81k5j:before {
108
+ } .select__highlighted_1qr13:before,
109
+ .select__highlighted_1qr13 + .select__option_1qr13:before {
110
110
  opacity: 0;
111
- } .select__disabled_81k5j {
111
+ } .select__disabled_1qr13 {
112
112
  cursor: var(--disabled-cursor);
113
113
  background: var(--select-option-disabled-background);
114
114
  color: var(--select-option-disabled-color);
115
- } .select__content_81k5j {
115
+ } .select__content_1qr13 {
116
116
  overflow: hidden;
117
117
  flex: 1;
118
118
  text-overflow: ellipsis;
119
- } .select__textContent_81k5j {
119
+ } .select__textContent_1qr13 {
120
120
  padding-top: var(--gap-s);
121
121
  padding-bottom: var(--gap-s);
122
122
  } /* IE min-height fix */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
123
- .select__option_81k5j:after {
123
+ .select__option_1qr13:after {
124
124
  min-height: inherit;
125
125
  font-size: 0;
126
126
  content: '';
@@ -6,7 +6,7 @@ import { useMedia } from '@alfalab/hooks';
6
6
  import { useVisibleOptions, isGroup } from '../../utils.js';
7
7
  import { Optgroup } from '../optgroup/Component.js';
8
8
 
9
- const styles = {"optionsList":"select__optionsList_iwe7t","optionsListHeader":"select__optionsListHeader_iwe7t","optionsListFooter":"select__optionsListFooter_iwe7t","withBorder":"select__withBorder_iwe7t","scrollable":"select__scrollable_iwe7t","emptyPlaceholder":"select__emptyPlaceholder_iwe7t","l":"select__l_iwe7t","xl":"select__xl_iwe7t"};
9
+ const styles = {"optionsList":"select__optionsList_rlqgn","optionsListHeader":"select__optionsListHeader_rlqgn","optionsListFooter":"select__optionsListFooter_rlqgn","withBorder":"select__withBorder_rlqgn","scrollable":"select__scrollable_rlqgn","emptyPlaceholder":"select__emptyPlaceholder_rlqgn","l":"select__l_rlqgn","xl":"select__xl_rlqgn"};
10
10
  require('./index.css')
11
11
 
12
12
  const createCounter = () => {
@@ -1,8 +1,8 @@
1
- /* hash: boa7f */
1
+ /* hash: j956o */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-secondary: #e7e9eb;
5
- --color-light-text-secondary: rgba(11, 31, 53, 0.7); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-border-secondary: #e9e9eb;
5
+ --color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -29,26 +29,26 @@
29
29
  /* checkmark */
30
30
 
31
31
  /* optgroup */
32
- } .select__optionsList_iwe7t {
32
+ } .select__optionsList_rlqgn {
33
33
  overflow: auto;
34
34
  width: 100%;
35
35
  outline: none;
36
36
  box-sizing: border-box;
37
- } .select__optionsListHeader_iwe7t {
37
+ } .select__optionsListHeader_rlqgn {
38
38
  box-sizing: border-box;
39
39
  border-bottom: 1px solid var(--color-light-border-secondary);
40
- } .select__optionsListFooter_iwe7t {
40
+ } .select__optionsListFooter_rlqgn {
41
41
  box-sizing: border-box;
42
42
  border-top: 1px solid transparent
43
- } .select__optionsListFooter_iwe7t.select__withBorder_iwe7t {
43
+ } .select__optionsListFooter_rlqgn.select__withBorder_rlqgn {
44
44
  border-top: 1px solid var(--color-light-border-secondary);
45
- } .select__scrollable_iwe7t {
45
+ } .select__scrollable_rlqgn {
46
46
  overflow: auto;
47
47
  width: 100%;
48
- } .select__emptyPlaceholder_iwe7t {
48
+ } .select__emptyPlaceholder_rlqgn {
49
49
  padding: var(--gap-m) var(--gap-s);
50
50
  color: var(--select-options-list-empty-placeholder-color);
51
- } .select__l_iwe7t .select__emptyPlaceholder_iwe7t,
52
- .select__xl_iwe7t .select__emptyPlaceholder_iwe7t {
51
+ } .select__l_rlqgn .select__emptyPlaceholder_rlqgn,
52
+ .select__xl_rlqgn .select__emptyPlaceholder_rlqgn {
53
53
  padding: var(--gap-xl) var(--gap-m);
54
54
  }
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../arrow/Component.js';
3
- export { S as SelectMobile } from '../../Component-72ef5116.js';
3
+ export { S as SelectMobile } from '../../Component-4c4a3ab4.js';
4
4
  import '../field/Component.js';
5
5
  import '../optgroup/Component.js';
6
6
  import '../option/Component.js';
@@ -11,7 +11,7 @@ import 'downshift';
11
11
  import '@alfalab/core-components-bottom-sheet/modern';
12
12
  import '@alfalab/core-components-modal/modern/mobile';
13
13
  import '../../Component.js';
14
- import '../../Component-322fd90d.js';
14
+ import '../../Component-979388ae.js';
15
15
  import '@juggle/resize-observer';
16
16
  import '@alfalab/core-components-popover/modern';
17
17
  import '@alfalab/hooks';
@@ -30,7 +30,7 @@ import 'react-virtual';
30
30
  import '../base-option/Component.js';
31
31
  import '../base-checkmark/Component.js';
32
32
  import '@alfalab/core-components-skeleton/modern';
33
- import '../../intersection-observer-9544c9e7.js';
33
+ import '../../intersection-observer-be15dad5.js';
34
34
  import '@alfalab/core-components-button/modern';
35
35
  import '../base-select-mobile/options-list/Component.js';
36
36
  import '@alfalab/core-components-base-modal/modern';
@@ -1 +1 @@
1
- export * from "../../Component-72ef5116";
1
+ export * from "../../Component-4c4a3ab4";
@@ -1,4 +1,4 @@
1
- export { S as SelectMobile } from '../../Component-72ef5116.js';
1
+ export { S as SelectMobile } from '../../Component-4c4a3ab4.js';
2
2
  import 'react';
3
3
  import '../arrow/Component.js';
4
4
  import 'classnames';
@@ -8,7 +8,7 @@ import 'downshift';
8
8
  import '@alfalab/core-components-bottom-sheet/modern';
9
9
  import '@alfalab/core-components-modal/modern/mobile';
10
10
  import '../../Component.js';
11
- import '../../Component-322fd90d.js';
11
+ import '../../Component-979388ae.js';
12
12
  import '@juggle/resize-observer';
13
13
  import '@alfalab/core-components-popover/modern';
14
14
  import '@alfalab/hooks';
@@ -30,7 +30,7 @@ import 'react-virtual';
30
30
  import '../base-option/Component.js';
31
31
  import '../base-checkmark/Component.js';
32
32
  import '@alfalab/core-components-skeleton/modern';
33
- import '../../intersection-observer-9544c9e7.js';
33
+ import '../../intersection-observer-be15dad5.js';
34
34
  import '@alfalab/core-components-button/modern';
35
35
  import '../base-select-mobile/options-list/Component.js';
36
36
  import '@alfalab/core-components-base-modal/modern';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../arrow/Component.js';
3
- export { a as SelectModalMobile } from '../../Component-72ef5116.js';
3
+ export { a as SelectModalMobile } from '../../Component-4c4a3ab4.js';
4
4
  import '../field/Component.js';
5
5
  import '../optgroup/Component.js';
6
6
  import '../option/Component.js';
@@ -11,7 +11,7 @@ import 'downshift';
11
11
  import '@alfalab/core-components-bottom-sheet/modern';
12
12
  import '@alfalab/core-components-modal/modern/mobile';
13
13
  import '../../Component.js';
14
- import '../../Component-322fd90d.js';
14
+ import '../../Component-979388ae.js';
15
15
  import '@juggle/resize-observer';
16
16
  import '@alfalab/core-components-popover/modern';
17
17
  import '@alfalab/hooks';
@@ -30,7 +30,7 @@ import 'react-virtual';
30
30
  import '../base-option/Component.js';
31
31
  import '../base-checkmark/Component.js';
32
32
  import '@alfalab/core-components-skeleton/modern';
33
- import '../../intersection-observer-9544c9e7.js';
33
+ import '../../intersection-observer-be15dad5.js';
34
34
  import '@alfalab/core-components-button/modern';
35
35
  import '../base-select-mobile/options-list/Component.js';
36
36
  import '@alfalab/core-components-base-modal/modern';
@@ -1 +1 @@
1
- export * from "../../Component-72ef5116";
1
+ export * from "../../Component-4c4a3ab4";
@@ -1,4 +1,4 @@
1
- export { a as SelectModalMobile } from '../../Component-72ef5116.js';
1
+ export { a as SelectModalMobile } from '../../Component-4c4a3ab4.js';
2
2
  import 'react';
3
3
  import '../arrow/Component.js';
4
4
  import 'classnames';
@@ -8,7 +8,7 @@ import 'downshift';
8
8
  import '@alfalab/core-components-bottom-sheet/modern';
9
9
  import '@alfalab/core-components-modal/modern/mobile';
10
10
  import '../../Component.js';
11
- import '../../Component-322fd90d.js';
11
+ import '../../Component-979388ae.js';
12
12
  import '@juggle/resize-observer';
13
13
  import '@alfalab/core-components-popover/modern';
14
14
  import '@alfalab/hooks';
@@ -30,7 +30,7 @@ import 'react-virtual';
30
30
  import '../base-option/Component.js';
31
31
  import '../base-checkmark/Component.js';
32
32
  import '@alfalab/core-components-skeleton/modern';
33
- import '../../intersection-observer-9544c9e7.js';
33
+ import '../../intersection-observer-be15dad5.js';
34
34
  import '@alfalab/core-components-button/modern';
35
35
  import '../base-select-mobile/options-list/Component.js';
36
36
  import '@alfalab/core-components-base-modal/modern';
@@ -6,7 +6,7 @@ import { useMedia } from '@alfalab/hooks';
6
6
  import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
7
7
  import { Optgroup } from '../optgroup/Component.js';
8
8
 
9
- const styles = {"virtualOptionsList":"select__virtualOptionsList_cbwl3","virtualOptionsListHeader":"select__virtualOptionsListHeader_cbwl3","virtualOptionsListFooter":"select__virtualOptionsListFooter_cbwl3","withBorder":"select__withBorder_cbwl3","scrollable":"select__scrollable_cbwl3","inner":"select__inner_cbwl3","virtualRow":"select__virtualRow_cbwl3","highlighted":"select__highlighted_cbwl3","emptyPlaceholder":"select__emptyPlaceholder_cbwl3","l":"select__l_cbwl3","xl":"select__xl_cbwl3"};
9
+ const styles = {"virtualOptionsList":"select__virtualOptionsList_1dpez","virtualOptionsListHeader":"select__virtualOptionsListHeader_1dpez","virtualOptionsListFooter":"select__virtualOptionsListFooter_1dpez","withBorder":"select__withBorder_1dpez","scrollable":"select__scrollable_1dpez","inner":"select__inner_1dpez","virtualRow":"select__virtualRow_1dpez","highlighted":"select__highlighted_1dpez","emptyPlaceholder":"select__emptyPlaceholder_1dpez","l":"select__l_1dpez","xl":"select__xl_1dpez"};
10
10
  require('./index.css')
11
11
 
12
12
  /* eslint-disable react-hooks/exhaustive-deps */
@@ -1,9 +1,9 @@
1
- /* hash: 8q429 */
1
+ /* hash: 3jeuw */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-primary: #dbdee1;
5
- --color-light-border-secondary: #e7e9eb;
6
- --color-light-text-secondary: rgba(11, 31, 53, 0.7); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-light-border-primary: #dcdcdd;
5
+ --color-light-border-secondary: #e9e9eb;
6
+ --color-light-text-secondary: rgba(60, 60, 67, 0.66); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root {
9
9
  } :root {
@@ -35,31 +35,31 @@
35
35
  /* checkmark */
36
36
 
37
37
  /* optgroup */
38
- } .select__virtualOptionsList_cbwl3 {
38
+ } .select__virtualOptionsList_1dpez {
39
39
  width: 100%;
40
40
  outline: none;
41
41
  box-sizing: border-box;
42
42
  position: relative;
43
- } .select__virtualOptionsListHeader_cbwl3 {
43
+ } .select__virtualOptionsListHeader_1dpez {
44
44
  box-sizing: border-box;
45
45
  border-bottom: 1px solid var(--color-light-border-secondary);
46
- } .select__virtualOptionsListFooter_cbwl3 {
46
+ } .select__virtualOptionsListFooter_1dpez {
47
47
  box-sizing: border-box;
48
48
  border-top: 1px solid transparent
49
- } .select__virtualOptionsListFooter_cbwl3.select__withBorder_cbwl3 {
49
+ } .select__virtualOptionsListFooter_1dpez.select__withBorder_1dpez {
50
50
  border-top: 1px solid var(--color-light-border-secondary);
51
- } .select__scrollable_cbwl3 {
51
+ } .select__scrollable_1dpez {
52
52
  overflow: auto;
53
53
  width: 100%;
54
- } .select__inner_cbwl3 {
54
+ } .select__inner_1dpez {
55
55
  position: relative;
56
56
  width: 100%;
57
- } .select__virtualRow_cbwl3 {
57
+ } .select__virtualRow_1dpez {
58
58
  position: absolute;
59
59
  top: 0;
60
60
  left: 0;
61
61
  width: 100%
62
- } .select__virtualRow_cbwl3:before {
62
+ } .select__virtualRow_1dpez:before {
63
63
  content: '';
64
64
  position: absolute;
65
65
  z-index: 1;
@@ -69,15 +69,15 @@
69
69
  height: 1px;
70
70
  background: var(--select-option-divider-background);
71
71
  display: var(--select-option-divider-display);
72
- } .select__virtualRow_cbwl3:first-child:before {
72
+ } .select__virtualRow_1dpez:first-child:before {
73
73
  display: none;
74
- } .select__highlighted_cbwl3:before,
75
- .select__highlighted_cbwl3 + .select__virtualRow_cbwl3:before {
74
+ } .select__highlighted_1dpez:before,
75
+ .select__highlighted_1dpez + .select__virtualRow_1dpez:before {
76
76
  display: none;
77
- } .select__emptyPlaceholder_cbwl3 {
77
+ } .select__emptyPlaceholder_1dpez {
78
78
  padding: var(--gap-m) var(--gap-s);
79
79
  color: var(--select-options-list-empty-placeholder-color);
80
- } .select__l_cbwl3 .select__emptyPlaceholder_cbwl3,
81
- .select__xl_cbwl3 .select__emptyPlaceholder_cbwl3 {
80
+ } .select__l_1dpez .select__emptyPlaceholder_1dpez,
81
+ .select__xl_1dpez .select__emptyPlaceholder_1dpez {
82
82
  padding: var(--gap-xl) var(--gap-m);
83
83
  }
@@ -1,3 +1,3 @@
1
1
  declare const isClient: () => boolean;
2
2
  export { isClient };
3
- export * from "./Component-322fd90d";
3
+ export * from "./Component-979388ae";
package/modern/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export { Select } from './Component.js';
2
2
  export { Arrow } from './components/arrow/Component.js';
3
- export { B as BaseSelect } from './Component-322fd90d.js';
4
- export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-72ef5116.js';
3
+ export { B as BaseSelect } from './Component-979388ae.js';
4
+ export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-4c4a3ab4.js';
5
5
  export { Field } from './components/field/Component.js';
6
6
  export { Optgroup } from './components/optgroup/Component.js';
7
7
  export { Option } from './components/option/Component.js';
@@ -20,21 +20,21 @@ import 'downshift';
20
20
  import '@alfalab/core-components-popover/modern';
21
21
  import '@alfalab/hooks';
22
22
  import './components/native-select/Component.js';
23
- import '@alfalab/core-components-form-control/modern';
24
- import './components/base-select-mobile/checkmark/Component.js';
25
- import '@alfalab/icons-glyph/CheckmarkMIcon';
26
- import './components/checkmark/Component.js';
27
- import '@alfalab/core-components-badge/modern';
28
- import '@alfalab/core-components-checkbox/modern';
29
- import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
30
- import '@alfalab/core-components-scrollbar/modern';
31
23
  import '@alfalab/core-components-bottom-sheet/modern';
32
24
  import '@alfalab/core-components-modal/modern/mobile';
33
25
  import 'react-virtual';
26
+ import '@alfalab/core-components-scrollbar/modern';
34
27
  import '@alfalab/core-components-skeleton/modern';
35
- import './intersection-observer-9544c9e7.js';
28
+ import './intersection-observer-be15dad5.js';
36
29
  import '@alfalab/core-components-button/modern';
30
+ import '@alfalab/core-components-form-control/modern';
31
+ import '@alfalab/icons-glyph/CheckmarkMIcon';
32
+ import '@alfalab/core-components-badge/modern';
33
+ import '@alfalab/core-components-checkbox/modern';
34
+ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
37
35
  import './components/base-checkmark/Component.js';
36
+ import './components/base-select-mobile/checkmark/Component.js';
38
37
  import './components/base-select-mobile/options-list/Component.js';
39
38
  import '@alfalab/core-components-base-modal/modern';
40
39
  import './components/base-select-mobile/virtual-options-list/Component.js';
40
+ import './components/checkmark/Component.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-72ef5116.js';
3
+ export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-4c4a3ab4.js';
4
4
  import 'react';
5
5
  import '@alfalab/core-components-skeleton/modern';
6
6
  import '../components/option/Component.js';
@@ -11,7 +11,7 @@ import '../components/checkmark/Component.js';
11
11
  import '@alfalab/core-components-badge/modern';
12
12
  import '@alfalab/core-components-checkbox/modern';
13
13
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
14
- import '../intersection-observer-9544c9e7.js';
14
+ import '../intersection-observer-be15dad5.js';
15
15
  import '../components/arrow/Component.js';
16
16
  import '@alfalab/icons-glyph/ChevronDownMIcon';
17
17
  import 'react-merge-refs';
@@ -19,7 +19,7 @@ import 'downshift';
19
19
  import '@alfalab/core-components-bottom-sheet/modern';
20
20
  import '@alfalab/core-components-modal/modern/mobile';
21
21
  import '../Component.js';
22
- import '../Component-322fd90d.js';
22
+ import '../Component-979388ae.js';
23
23
  import '@juggle/resize-observer';
24
24
  import '@alfalab/core-components-popover/modern';
25
25
  import '@alfalab/hooks';
@@ -1,7 +1,7 @@
1
1
  import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
2
2
  import { Skeleton } from '@alfalab/core-components-skeleton/modern';
3
3
  import { Option } from '../../components/option/Component.js';
4
- import '../../intersection-observer-9544c9e7.js';
4
+ import '../../intersection-observer-be15dad5.js';
5
5
  import 'classnames';
6
6
  import '../../components/base-select-mobile/checkmark/Component.js';
7
7
  import '@alfalab/icons-glyph/CheckmarkMIcon';
@@ -10,7 +10,7 @@ import '@alfalab/core-components-badge/modern';
10
10
  import '@alfalab/core-components-checkbox/modern';
11
11
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
12
12
 
13
- const styles = {"skeleton":"select__skeleton_qtbgz"};
13
+ const styles = {"skeleton":"select__skeleton_176ym"};
14
14
  require('./index.css')
15
15
 
16
16
  const DEBOUNCE_TIMEOUT = 300;
@@ -1,5 +1,5 @@
1
- /* hash: 1cgbt */
2
- .select__skeleton_qtbgz {
1
+ /* hash: 15plj */
2
+ .select__skeleton_176ym {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
@@ -2,8 +2,8 @@ import 'react';
2
2
  import '../../Component.js';
3
3
  import 'classnames';
4
4
  import '@alfalab/icons-glyph/ChevronDownMIcon';
5
- import '../../Component-322fd90d.js';
6
- export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-72ef5116.js';
5
+ import '../../Component-979388ae.js';
6
+ export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-4c4a3ab4.js';
7
7
  import '@alfalab/core-components-form-control/modern';
8
8
  import '@alfalab/hooks';
9
9
  import '../../utils.js';
@@ -15,7 +15,7 @@ import '../../components/options-list/Component.js';
15
15
  import 'react-virtual';
16
16
  import '@alfalab/core-components-scrollbar/modern';
17
17
  import '@alfalab/core-components-skeleton/modern';
18
- import '../../intersection-observer-9544c9e7.js';
18
+ import '../../intersection-observer-be15dad5.js';
19
19
  import '../../components/arrow/Component.js';
20
20
  import '../../components/field/Component.js';
21
21
  import '../../components/optgroup/Component.js';
@@ -2,8 +2,8 @@ import 'react';
2
2
  import '@alfalab/core-components-button/modern';
3
3
  import 'classnames';
4
4
  import '@alfalab/icons-glyph/ChevronDownMIcon';
5
- import '../../../Component-322fd90d.js';
6
- export { O as OptionsListWithApply } from '../../../Component-72ef5116.js';
5
+ import '../../../Component-979388ae.js';
6
+ export { O as OptionsListWithApply } from '../../../Component-4c4a3ab4.js';
7
7
  import '@alfalab/core-components-form-control/modern';
8
8
  import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/CheckmarkMIcon';
@@ -31,7 +31,7 @@ import '../../../components/checkmark/Component.js';
31
31
  import '../../../components/base-option/Component.js';
32
32
  import '../../../components/base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/modern';
34
- import '../../../intersection-observer-9544c9e7.js';
34
+ import '../../../intersection-observer-be15dad5.js';
35
35
  import '../../../components/base-select-mobile/options-list/Component.js';
36
36
  import '@alfalab/core-components-base-modal/modern';
37
37
  import '../../../components/base-select-mobile/virtual-options-list/Component.js';