@alfalab/core-components-select 13.2.9 → 13.2.11

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 (230) hide show
  1. package/{Component-15130ab3.d.ts → Component-0a2300e8.d.ts} +0 -0
  2. package/{Component-15130ab3.js → Component-0a2300e8.js} +2 -2
  3. package/{Component-f1158c0d.d.ts → Component-fc2a45a0.d.ts} +0 -0
  4. package/{Component-f1158c0d.js → Component-fc2a45a0.js} +7 -7
  5. package/Component.js +4 -4
  6. package/Component.responsive.js +6 -6
  7. package/components/arrow/Component.js +1 -1
  8. package/components/arrow/index.css +3 -3
  9. package/components/base-checkmark/Component.js +2 -3
  10. package/components/base-checkmark/index.css +4 -4
  11. package/components/base-option/Component.js +2 -2
  12. package/components/base-option/index.css +13 -13
  13. package/components/base-option/index.js +1 -1
  14. package/components/base-select/Component.js +2 -2
  15. package/components/base-select/index.css +7 -7
  16. package/components/base-select/index.d.ts +1 -1
  17. package/components/base-select/index.js +2 -2
  18. package/components/base-select-mobile/Component.js +6 -6
  19. package/components/base-select-mobile/checkmark/Component.js +2 -5
  20. package/components/base-select-mobile/checkmark/index.css +6 -6
  21. package/components/base-select-mobile/checkmark/index.js +0 -2
  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 +6 -6
  25. package/components/base-select-mobile/options-list/Component.js +2 -2
  26. package/components/base-select-mobile/options-list/index.css +9 -9
  27. package/components/base-select-mobile/options-list/index.js +1 -1
  28. package/components/checkmark/Component.js +5 -4
  29. package/components/checkmark/index.css +18 -10
  30. package/components/checkmark/index.js +1 -0
  31. package/components/field/Component.js +2 -2
  32. package/components/field/index.css +9 -9
  33. package/components/field/index.js +1 -1
  34. package/components/index.js +6 -6
  35. package/components/native-select/Component.js +1 -1
  36. package/components/native-select/index.js +1 -1
  37. package/components/optgroup/Component.js +1 -1
  38. package/components/optgroup/index.css +6 -6
  39. package/components/option/Component.js +4 -4
  40. package/components/option/index.css +20 -20
  41. package/components/option/index.js +3 -3
  42. package/components/options-list/Component.js +2 -2
  43. package/components/options-list/index.css +6 -6
  44. package/components/options-list/index.js +1 -1
  45. package/components/select-mobile/Component.js +6 -6
  46. package/components/select-mobile/index.d.ts +1 -1
  47. package/components/select-mobile/index.js +6 -6
  48. package/components/select-modal-mobile/Component.js +6 -6
  49. package/components/select-modal-mobile/index.d.ts +1 -1
  50. package/components/select-modal-mobile/index.js +6 -6
  51. package/components/virtual-options-list/Component.js +2 -2
  52. package/components/virtual-options-list/index.css +12 -12
  53. package/components/virtual-options-list/index.js +1 -1
  54. package/cssm/{Component-e61bd989.d.ts → Component-29488b22.d.ts} +0 -0
  55. package/cssm/{Component-e61bd989.js → Component-29488b22.js} +2 -2
  56. package/cssm/Component.js +2 -2
  57. package/cssm/Component.responsive.js +3 -3
  58. package/cssm/components/base-checkmark/Component.js +1 -2
  59. package/cssm/components/base-select-mobile/Component.js +3 -3
  60. package/cssm/components/base-select-mobile/checkmark/Component.js +1 -4
  61. package/cssm/components/base-select-mobile/checkmark/index.js +0 -2
  62. package/cssm/components/base-select-mobile/index.d.ts +1 -1
  63. package/cssm/components/base-select-mobile/index.js +3 -3
  64. package/cssm/components/checkmark/Component.js +4 -3
  65. package/cssm/components/checkmark/index.js +1 -0
  66. package/cssm/components/checkmark/index.module.css +12 -4
  67. package/cssm/components/index.js +3 -3
  68. package/cssm/components/option/Component.js +2 -2
  69. package/cssm/components/option/index.js +2 -2
  70. package/cssm/components/select-mobile/Component.js +3 -3
  71. package/cssm/components/select-mobile/index.d.ts +1 -1
  72. package/cssm/components/select-mobile/index.js +3 -3
  73. package/cssm/components/select-modal-mobile/Component.js +3 -3
  74. package/cssm/components/select-modal-mobile/index.d.ts +1 -1
  75. package/cssm/components/select-modal-mobile/index.js +3 -3
  76. package/cssm/index.js +3 -3
  77. package/cssm/presets/index.js +3 -3
  78. package/cssm/presets/useLazyLoading/hook.js +2 -2
  79. package/cssm/presets/useSelectWithApply/hook.js +3 -3
  80. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  81. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  82. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  83. package/cssm/presets/useSelectWithLoading/hook.js +2 -2
  84. package/cssm/responsive.js +3 -3
  85. package/esm/{Component-45681199.d.ts → Component-4b015ad5.d.ts} +0 -0
  86. package/esm/{Component-45681199.js → Component-4b015ad5.js} +2 -2
  87. package/esm/{Component-ff31e94c.d.ts → Component-dd382646.d.ts} +0 -0
  88. package/esm/{Component-ff31e94c.js → Component-dd382646.js} +7 -7
  89. package/esm/Component.js +4 -4
  90. package/esm/Component.responsive.js +6 -6
  91. package/esm/components/arrow/Component.js +1 -1
  92. package/esm/components/arrow/index.css +3 -3
  93. package/esm/components/base-checkmark/Component.js +2 -3
  94. package/esm/components/base-checkmark/index.css +4 -4
  95. package/esm/components/base-option/Component.js +2 -2
  96. package/esm/components/base-option/index.css +13 -13
  97. package/esm/components/base-option/index.js +1 -1
  98. package/esm/components/base-select/Component.js +2 -2
  99. package/esm/components/base-select/index.css +7 -7
  100. package/esm/components/base-select/index.d.ts +1 -1
  101. package/esm/components/base-select/index.js +2 -2
  102. package/esm/components/base-select-mobile/Component.js +6 -6
  103. package/esm/components/base-select-mobile/checkmark/Component.js +2 -5
  104. package/esm/components/base-select-mobile/checkmark/index.css +6 -6
  105. package/esm/components/base-select-mobile/checkmark/index.js +0 -2
  106. package/esm/components/base-select-mobile/index.css +11 -11
  107. package/esm/components/base-select-mobile/index.d.ts +1 -1
  108. package/esm/components/base-select-mobile/index.js +6 -6
  109. package/esm/components/base-select-mobile/options-list/Component.js +2 -2
  110. package/esm/components/base-select-mobile/options-list/index.css +9 -9
  111. package/esm/components/base-select-mobile/options-list/index.js +1 -1
  112. package/esm/components/checkmark/Component.js +4 -4
  113. package/esm/components/checkmark/index.css +18 -10
  114. package/esm/components/checkmark/index.js +1 -0
  115. package/esm/components/field/Component.js +2 -2
  116. package/esm/components/field/index.css +9 -9
  117. package/esm/components/field/index.js +1 -1
  118. package/esm/components/index.js +6 -6
  119. package/esm/components/native-select/Component.js +1 -1
  120. package/esm/components/native-select/index.js +1 -1
  121. package/esm/components/optgroup/Component.js +1 -1
  122. package/esm/components/optgroup/index.css +6 -6
  123. package/esm/components/option/Component.js +4 -4
  124. package/esm/components/option/index.css +20 -20
  125. package/esm/components/option/index.js +3 -3
  126. package/esm/components/options-list/Component.js +2 -2
  127. package/esm/components/options-list/index.css +6 -6
  128. package/esm/components/options-list/index.js +1 -1
  129. package/esm/components/select-mobile/Component.js +6 -6
  130. package/esm/components/select-mobile/index.d.ts +1 -1
  131. package/esm/components/select-mobile/index.js +6 -6
  132. package/esm/components/select-modal-mobile/Component.js +6 -6
  133. package/esm/components/select-modal-mobile/index.d.ts +1 -1
  134. package/esm/components/select-modal-mobile/index.js +6 -6
  135. package/esm/components/virtual-options-list/Component.js +2 -2
  136. package/esm/components/virtual-options-list/index.css +12 -12
  137. package/esm/components/virtual-options-list/index.js +1 -1
  138. package/esm/index.js +6 -6
  139. package/esm/{intersection-observer-ce0b7183.d.ts → intersection-observer-48ccda2c.d.ts} +0 -0
  140. package/esm/{intersection-observer-ce0b7183.js → intersection-observer-48ccda2c.js} +0 -0
  141. package/esm/presets/index.js +6 -6
  142. package/esm/presets/useLazyLoading/hook.js +5 -5
  143. package/esm/presets/useLazyLoading/index.css +2 -2
  144. package/esm/presets/useSelectWithApply/hook.js +6 -6
  145. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  146. package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  147. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  148. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  149. package/esm/presets/useSelectWithLoading/hook.js +4 -4
  150. package/esm/presets/useSelectWithLoading/index.css +2 -2
  151. package/esm/responsive.js +6 -6
  152. package/esm/{tslib.es6-60ccbcec.d.ts → tslib.es6-427aef08.d.ts} +0 -0
  153. package/esm/{tslib.es6-60ccbcec.js → tslib.es6-427aef08.js} +0 -0
  154. package/index.js +6 -6
  155. package/{intersection-observer-4a8b5b51.d.ts → intersection-observer-404c5a30.d.ts} +0 -0
  156. package/{intersection-observer-4a8b5b51.js → intersection-observer-404c5a30.js} +0 -0
  157. package/modern/{Component-0998aafe.d.ts → Component-19b9374d.d.ts} +0 -0
  158. package/modern/{Component-0998aafe.js → Component-19b9374d.js} +1 -1
  159. package/modern/{Component-adf0c0e0.d.ts → Component-3b90d09b.d.ts} +0 -0
  160. package/modern/{Component-adf0c0e0.js → Component-3b90d09b.js} +6 -6
  161. package/modern/Component.js +3 -3
  162. package/modern/Component.responsive.js +5 -5
  163. package/modern/components/arrow/Component.js +1 -1
  164. package/modern/components/arrow/index.css +3 -3
  165. package/modern/components/base-checkmark/Component.js +2 -3
  166. package/modern/components/base-checkmark/index.css +4 -4
  167. package/modern/components/base-option/Component.js +1 -1
  168. package/modern/components/base-option/index.css +13 -13
  169. package/modern/components/base-select/Component.js +1 -1
  170. package/modern/components/base-select/index.css +7 -7
  171. package/modern/components/base-select/index.d.ts +1 -1
  172. package/modern/components/base-select/index.js +1 -1
  173. package/modern/components/base-select-mobile/Component.js +5 -5
  174. package/modern/components/base-select-mobile/checkmark/Component.js +2 -5
  175. package/modern/components/base-select-mobile/checkmark/index.css +6 -6
  176. package/modern/components/base-select-mobile/checkmark/index.js +0 -2
  177. package/modern/components/base-select-mobile/index.css +11 -11
  178. package/modern/components/base-select-mobile/index.d.ts +1 -1
  179. package/modern/components/base-select-mobile/index.js +5 -5
  180. package/modern/components/base-select-mobile/options-list/Component.js +1 -1
  181. package/modern/components/base-select-mobile/options-list/index.css +9 -9
  182. package/modern/components/checkmark/Component.js +4 -4
  183. package/modern/components/checkmark/index.css +18 -10
  184. package/modern/components/checkmark/index.js +1 -0
  185. package/modern/components/field/Component.js +1 -1
  186. package/modern/components/field/index.css +9 -9
  187. package/modern/components/index.js +5 -5
  188. package/modern/components/optgroup/Component.js +1 -1
  189. package/modern/components/optgroup/index.css +6 -6
  190. package/modern/components/option/Component.js +3 -3
  191. package/modern/components/option/index.css +20 -20
  192. package/modern/components/option/index.js +2 -2
  193. package/modern/components/options-list/Component.js +1 -1
  194. package/modern/components/options-list/index.css +6 -6
  195. package/modern/components/select-mobile/Component.js +5 -5
  196. package/modern/components/select-mobile/index.d.ts +1 -1
  197. package/modern/components/select-mobile/index.js +5 -5
  198. package/modern/components/select-modal-mobile/Component.js +5 -5
  199. package/modern/components/select-modal-mobile/index.d.ts +1 -1
  200. package/modern/components/select-modal-mobile/index.js +5 -5
  201. package/modern/components/virtual-options-list/Component.js +1 -1
  202. package/modern/components/virtual-options-list/index.css +12 -12
  203. package/modern/index.js +5 -5
  204. package/modern/{intersection-observer-ce0b7183.d.ts → intersection-observer-48ccda2c.d.ts} +0 -0
  205. package/modern/{intersection-observer-ce0b7183.js → intersection-observer-48ccda2c.js} +0 -0
  206. package/modern/presets/index.js +5 -5
  207. package/modern/presets/useLazyLoading/hook.js +4 -4
  208. package/modern/presets/useLazyLoading/index.css +2 -2
  209. package/modern/presets/useSelectWithApply/hook.js +5 -5
  210. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -5
  211. package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  212. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  213. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +5 -5
  214. package/modern/presets/useSelectWithLoading/hook.js +3 -3
  215. package/modern/presets/useSelectWithLoading/index.css +2 -2
  216. package/modern/responsive.js +5 -5
  217. package/package.json +7 -7
  218. package/presets/index.js +6 -6
  219. package/presets/useLazyLoading/hook.js +5 -5
  220. package/presets/useLazyLoading/index.css +2 -2
  221. package/presets/useSelectWithApply/hook.js +6 -6
  222. package/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
  223. package/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  224. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  225. package/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
  226. package/presets/useSelectWithLoading/hook.js +4 -4
  227. package/presets/useSelectWithLoading/index.css +2 -2
  228. package/responsive.js +6 -6
  229. /package/{tslib.es6-dde7343f.d.ts → tslib.es6-a986f11c.d.ts} +0 -0
  230. /package/{tslib.es6-dde7343f.js → tslib.es6-a986f11c.js} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: vhix9 */
1
+ /* hash: 1lsn6 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -28,11 +28,11 @@
28
28
  /* checkmark */
29
29
 
30
30
  /* optgroup */
31
- } .select__component_1pm5k {
31
+ } .select__component_1kiva {
32
32
  width: max-content;
33
33
  position: relative;
34
34
  outline: 0;
35
- } .select__popoverInner_1pm5k {
35
+ } .select__popoverInner_1kiva {
36
36
  padding-top: var(--select-options-list-offset);
37
37
  padding-bottom: var(--select-options-list-offset);
38
38
  box-shadow: none;
@@ -40,23 +40,23 @@
40
40
  background: transparent;
41
41
  border-radius: 0;
42
42
  position: relative;
43
- } .select__sheet_1pm5k {
43
+ } .select__sheet_1kiva {
44
44
  overflow: hidden;
45
- } .select__sheetContent_1pm5k {
45
+ } .select__sheetContent_1kiva {
46
46
  padding: 0;
47
- } .select__sheetContainer_1pm5k {
47
+ } .select__sheetContainer_1kiva {
48
48
  padding: 0;
49
- } .select__block_1pm5k {
49
+ } .select__block_1kiva {
50
50
  width: 100%;
51
51
  } /* width: max-content; fix for IE */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
52
- .select__component_1pm5k {
52
+ .select__component_1kiva {
53
53
  float: left;
54
54
  clear: left;
55
55
  }
56
- } .select__option_1pm5k {
56
+ } .select__option_1kiva {
57
57
  padding: var(--gap-2xs) var(--gap-l) var(--gap-2xs) var(--gap-m)
58
- } .select__option_1pm5k:before {
58
+ } .select__option_1kiva:before {
59
59
  display: none;
60
- } .select__optionGroup_1pm5k {
60
+ } .select__optionGroup_1kiva {
61
61
  padding: var(--gap-m) var(--gap-m) var(--gap-xs);
62
62
  }
@@ -1 +1 @@
1
- export * from "../../Component-ff31e94c";
1
+ export * from "../../Component-dd382646";
@@ -1,5 +1,5 @@
1
- export { B as BaseSelectMobile } from '../../Component-ff31e94c.js';
2
- import '../../tslib.es6-60ccbcec.js';
1
+ export { B as BaseSelectMobile } from '../../Component-dd382646.js';
2
+ import '../../tslib.es6-427aef08.js';
3
3
  import 'react';
4
4
  import '../arrow/Component.js';
5
5
  import 'classnames';
@@ -9,7 +9,7 @@ import 'downshift';
9
9
  import '@alfalab/core-components-bottom-sheet/esm';
10
10
  import '@alfalab/core-components-modal/esm/mobile';
11
11
  import '../../Component.js';
12
- import '../../Component-45681199.js';
12
+ import '../../Component-4b015ad5.js';
13
13
  import '@juggle/resize-observer';
14
14
  import '@alfalab/core-components-popover/esm';
15
15
  import '@alfalab/hooks';
@@ -20,18 +20,18 @@ import '@alfalab/core-components-form-control/esm';
20
20
  import '../optgroup/Component.js';
21
21
  import '../option/Component.js';
22
22
  import './checkmark/Component.js';
23
- import '@alfalab/core-components-badge/esm';
24
- import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
25
23
  import '@alfalab/icons-glyph/CheckmarkMIcon';
26
24
  import '../checkmark/Component.js';
25
+ import '@alfalab/core-components-badge/esm';
27
26
  import '@alfalab/core-components-checkbox/esm';
27
+ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
28
28
  import '../options-list/Component.js';
29
29
  import '@alfalab/core-components-scrollbar/esm';
30
30
  import 'react-virtual';
31
31
  import '../base-option/Component.js';
32
32
  import '../base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../intersection-observer-ce0b7183.js';
34
+ import '../../intersection-observer-48ccda2c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import './options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../../tslib.es6-60ccbcec.js';
1
+ import { a as __assign } from '../../../tslib.es6-427aef08.js';
2
2
  import React, { useContext, useEffect } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
@@ -6,7 +6,7 @@ import { Button } from '@alfalab/core-components-button/esm';
6
6
  import { isGroup } from '../../../utils.js';
7
7
  import { Optgroup } from '../../optgroup/Component.js';
8
8
 
9
- var styles = {"optionsList":"select__optionsList_u5r7f","emptyPlaceholder":"select__emptyPlaceholder_u5r7f","l":"select__l_u5r7f","xl":"select__xl_u5r7f","footer":"select__footer_u5r7f","footerButton":"select__footerButton_u5r7f","highlighted":"select__highlighted_u5r7f"};
9
+ var styles = {"optionsList":"select__optionsList_1caki","emptyPlaceholder":"select__emptyPlaceholder_1caki","l":"select__l_1caki","xl":"select__xl_1caki","footer":"select__footer_1caki","footerButton":"select__footerButton_1caki","highlighted":"select__highlighted_1caki"};
10
10
  require('./index.css')
11
11
 
12
12
  var createCounter = function () {
@@ -1,4 +1,4 @@
1
- /* hash: 23yhf */
1
+ /* hash: 3lrdy */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -33,28 +33,28 @@
33
33
  } :root {
34
34
  --select-mobile-footer-border-top: 1px solid var(--color-light-border-primary);
35
35
  --select-mobile-footer-background-color: var(--color-light-bg-primary);
36
- } .select__optionsList_u5r7f {
36
+ } .select__optionsList_1caki {
37
37
  width: 100%;
38
38
  outline: none;
39
39
  box-sizing: border-box;
40
- } .select__emptyPlaceholder_u5r7f {
40
+ } .select__emptyPlaceholder_1caki {
41
41
  padding: var(--gap-m) var(--gap-s);
42
42
  color: var(--select-options-list-empty-placeholder-color);
43
- } .select__l_u5r7f .select__emptyPlaceholder_u5r7f,
44
- .select__xl_u5r7f .select__emptyPlaceholder_u5r7f {
43
+ } .select__l_1caki .select__emptyPlaceholder_1caki,
44
+ .select__xl_1caki .select__emptyPlaceholder_1caki {
45
45
  padding: var(--gap-xl) var(--gap-m);
46
- } .select__footer_u5r7f {
46
+ } .select__footer_1caki {
47
47
  display: flex;
48
48
  justify-content: space-between;
49
49
  position: sticky;
50
50
  padding: var(--gap-m) var(--gap-m);
51
51
  background-color: var(--color-light-bg-primary);
52
52
  bottom: 0
53
- } .select__footer_u5r7f .select__footerButton_u5r7f:first-of-type {
53
+ } .select__footer_1caki .select__footerButton_1caki:first-of-type {
54
54
  margin-right: var(--gap-m);
55
- } .select__footerButton_u5r7f {
55
+ } .select__footerButton_1caki {
56
56
  width: 50%;
57
- } .select__highlighted_u5r7f {
57
+ } .select__highlighted_1caki {
58
58
  border-top: var(--select-mobile-footer-border-top);
59
59
  background-color: var(--select-mobile-footer-background-color);
60
60
  }
@@ -1,5 +1,5 @@
1
1
  export { OptionsList } from './Component.js';
2
- import '../../../tslib.es6-60ccbcec.js';
2
+ import '../../../tslib.es6-427aef08.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-base-modal/esm';
@@ -3,22 +3,22 @@ import cn from 'classnames';
3
3
  import { Badge } from '@alfalab/core-components-badge/esm';
4
4
  import { Checkbox } from '@alfalab/core-components-checkbox/esm';
5
5
  import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
6
+ import CheckmarkMIcon from '@alfalab/icons-glyph/CheckmarkMIcon';
6
7
 
7
- var styles = {"checkmark":"select__checkmark_1mumt","single":"select__single_1mumt","selected":"select__selected_1mumt","before":"select__before_1mumt","multiple":"select__multiple_1mumt","after":"select__after_1mumt","colorIcon":"select__colorIcon_1mumt"};
8
+ var styles = {"checkmark":"select__checkmark_g904u","after":"select__after_g904u","single":"select__single_g904u","selected":"select__selected_g904u","before":"select__before_g904u","multiple":"select__multiple_g904u","colorIcon":"select__colorIcon_g904u"};
8
9
  require('./index.css')
9
10
 
10
11
  var Checkmark = function (_a) {
11
12
  var _b;
12
13
  var selected = _a.selected, _c = _a.disabled, disabled = _c === void 0 ? false : _c, className = _a.className, multiple = _a.multiple, _d = _a.position, position = _d === void 0 ? 'before' : _d;
13
- var single = !multiple || position === 'after';
14
+ var single = !multiple;
14
15
  var checkmarkClassNames = cn(styles.checkmark, className, styles[position], (_b = {},
15
16
  _b[styles.multiple] = !single,
16
17
  _b[styles.single] = single,
17
18
  _b[styles.selected] = selected,
18
19
  _b));
19
20
  var handleCheckboxClick = useCallback(function (event) { return event.stopPropagation(); }, []);
20
- return single ? (React.createElement("div", { className: checkmarkClassNames },
21
- React.createElement(Badge, { className: styles.after, view: 'icon', size: 'm', iconColor: 'positive', content: React.createElement(CheckmarkCircleMIcon, { className: styles.colorIcon }) }))) : (React.createElement(Checkbox, { checked: selected, disabled: disabled, className: checkmarkClassNames, size: 'm', onClick: handleCheckboxClick }));
21
+ return single ? (React.createElement("div", { className: checkmarkClassNames }, position === 'before' ? (React.createElement(Badge, { className: styles.after, view: 'icon', size: 'm', iconColor: 'positive', content: React.createElement(CheckmarkCircleMIcon, { className: styles.colorIcon }) })) : (React.createElement(CheckmarkMIcon, { className: cn(styles.displayIcon) })))) : (React.createElement(Checkbox, { checked: selected, disabled: disabled, className: checkmarkClassNames, size: 'm', onClick: handleCheckboxClick }));
22
22
  };
23
23
 
24
24
  export { Checkmark };
@@ -1,4 +1,4 @@
1
- /* hash: 1lzpe */
1
+ /* hash: 1ouht */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-graphic-positive: #2fc26e;
@@ -28,18 +28,23 @@
28
28
  /* checkmark */
29
29
 
30
30
  --select-checkmark-margin: 0 var(--gap-xs) 0 0;
31
+ --select-checkmark-margin-after: var(--select-checkmark-margin);
31
32
  --select-checkmark-size: 4px;
32
33
  --select-checkmark-before-display: 'flex';
33
34
  --select-checkmark-after-display: none;
35
+ --select-checkmark-before-display-multiple: block;
36
+ --select-checkmark-after-display-single: none;
34
37
  --select-checkmark-unselected-opacity: 0;
35
38
  --select-checkmark-background: var(--color-light-graphic-primary);
36
39
  --select-checkmark-border-radius: var(--border-radius-circle);
37
40
 
38
41
  /* optgroup */
39
- } .select__checkmark_1mumt {
42
+ } .select__checkmark_g904u {
40
43
  flex-shrink: 0;
41
- margin: var(--select-checkmark-margin);
42
- } .select__single_1mumt {
44
+ margin: var(--select-checkmark-margin)
45
+ } .select__checkmark_g904u.select__after_g904u {
46
+ margin: var(--select-checkmark-margin-after);
47
+ } .select__single_g904u {
43
48
  display: flex;
44
49
  align-items: center;
45
50
  justify-content: center;
@@ -49,14 +54,17 @@
49
54
  border-radius: var(--select-checkmark-border-radius);
50
55
  width: var(--select-checkmark-size);
51
56
  height: var(--select-checkmark-size)
52
- } .select__single_1mumt.select__selected_1mumt {
57
+ } .select__single_g904u.select__selected_g904u {
53
58
  opacity: 1;
54
- } .select__before_1mumt {
59
+ } .select__before_g904u {
55
60
  display: var(--select-checkmark-before-display)
56
- } .select__before_1mumt.select__multiple_1mumt {
61
+ } .select__before_g904u.select__multiple_g904u {
57
62
  margin-right: var(--gap-s);
58
- } .select__after_1mumt {
59
- display: var(--select-checkmark-after-display);
60
- } .select__colorIcon_1mumt {
63
+ display: var(--select-checkmark-before-display-multiple);
64
+ } .select__after_g904u {
65
+ display: var(--select-checkmark-after-display)
66
+ } .select__after_g904u.select__single_g904u {
67
+ display: var(--select-checkmark-after-display-single);
68
+ } .select__colorIcon_g904u {
61
69
  color: var(--color-light-graphic-positive);
62
70
  }
@@ -4,3 +4,4 @@ import 'classnames';
4
4
  import '@alfalab/core-components-badge/esm';
5
5
  import '@alfalab/core-components-checkbox/esm';
6
6
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
7
+ import '@alfalab/icons-glyph/CheckmarkMIcon';
@@ -1,11 +1,11 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-60ccbcec.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-427aef08.js';
2
2
  import React, { useState, useRef, useCallback } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { FormControl } from '@alfalab/core-components-form-control/esm';
5
5
  import { useFocus } from '@alfalab/hooks';
6
6
  import { joinOptions } from '../../utils.js';
7
7
 
8
- var styles = {"component":"select__component_1kjo4","field":"select__field_1kjo4","disabled":"select__disabled_1kjo4","arrow":"select__arrow_1kjo4","placeholder":"select__placeholder_1kjo4","contentWrapper":"select__contentWrapper_1kjo4","value":"select__value_1kjo4","focusVisible":"select__focusVisible_1kjo4"};
8
+ var styles = {"component":"select__component_1pmye","field":"select__field_1pmye","disabled":"select__disabled_1pmye","arrow":"select__arrow_1pmye","placeholder":"select__placeholder_1pmye","contentWrapper":"select__contentWrapper_1pmye","value":"select__value_1pmye","focusVisible":"select__focusVisible_1pmye"};
9
9
  require('./index.css')
10
10
 
11
11
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 10sge */
1
+ /* hash: ddq7c */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #007aff;
@@ -28,18 +28,18 @@
28
28
  /* checkmark */
29
29
 
30
30
  /* optgroup */
31
- } .select__component_1kjo4 {
31
+ } .select__component_1pmye {
32
32
  width: 100%;
33
33
  outline: none;
34
- } .select__field_1kjo4:not(.select__disabled_1kjo4) {
34
+ } .select__field_1pmye:not(.select__disabled_1pmye) {
35
35
  cursor: pointer
36
- } .select__field_1kjo4:not(.select__disabled_1kjo4):hover .select__arrow_1kjo4 {
36
+ } .select__field_1pmye:not(.select__disabled_1pmye):hover .select__arrow_1pmye {
37
37
  opacity: var(--select-arrow-hover-opacity);
38
- } .select__disabled_1kjo4 {
38
+ } .select__disabled_1pmye {
39
39
  cursor: var(--disabled-cursor);
40
- } /* TODO: Заюзать переменные из инпута */ .select__placeholder_1kjo4 {
40
+ } /* TODO: Заюзать переменные из инпута */ .select__placeholder_1pmye {
41
41
  color: var(--color-light-text-secondary);
42
- } .select__contentWrapper_1kjo4 {
42
+ } .select__contentWrapper_1pmye {
43
43
  font-size: 16px;
44
44
  line-height: 20px;
45
45
  font-weight: 400;
@@ -48,11 +48,11 @@
48
48
  text-overflow: ellipsis;
49
49
  overflow: hidden;
50
50
  width: 100%;
51
- } .select__value_1kjo4 {
51
+ } .select__value_1pmye {
52
52
  overflow: hidden;
53
53
  text-overflow: ellipsis;
54
54
  text-align: left;
55
- } .select__focusVisible_1kjo4 {
55
+ } .select__focusVisible_1pmye {
56
56
  outline: 2px solid var(--focus-color);
57
57
  outline-offset: 2px;
58
58
  }
@@ -1,5 +1,5 @@
1
1
  export { Field } from './Component.js';
2
- import '../../tslib.es6-60ccbcec.js';
2
+ import '../../tslib.es6-427aef08.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-form-control/esm';
@@ -1,6 +1,6 @@
1
1
  export { Arrow } from './arrow/Component.js';
2
- export { B as BaseSelect } from '../Component-45681199.js';
3
- export { S as SelectMobile, a as SelectModalMobile } from '../Component-ff31e94c.js';
2
+ export { B as BaseSelect } from '../Component-4b015ad5.js';
3
+ export { S as SelectMobile, a as SelectModalMobile } from '../Component-dd382646.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';
@@ -10,7 +10,7 @@ export { BaseOption } from './base-option/Component.js';
10
10
  import 'react';
11
11
  import 'classnames';
12
12
  import '@alfalab/icons-glyph/ChevronDownMIcon';
13
- import '../tslib.es6-60ccbcec.js';
13
+ import '../tslib.es6-427aef08.js';
14
14
  import 'react-merge-refs';
15
15
  import '@juggle/resize-observer';
16
16
  import 'downshift';
@@ -23,15 +23,15 @@ import '@alfalab/core-components-modal/esm/mobile';
23
23
  import '../Component.js';
24
24
  import '@alfalab/core-components-form-control/esm';
25
25
  import './base-select-mobile/checkmark/Component.js';
26
- import '@alfalab/core-components-badge/esm';
27
- import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
28
26
  import '@alfalab/icons-glyph/CheckmarkMIcon';
29
27
  import './checkmark/Component.js';
28
+ import '@alfalab/core-components-badge/esm';
30
29
  import '@alfalab/core-components-checkbox/esm';
30
+ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
31
31
  import '@alfalab/core-components-scrollbar/esm';
32
32
  import 'react-virtual';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../intersection-observer-ce0b7183.js';
34
+ import '../intersection-observer-48ccda2c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import './base-checkmark/Component.js';
37
37
  import './base-select-mobile/options-list/Component.js';
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../../tslib.es6-60ccbcec.js';
1
+ import { _ as __rest, a as __assign } from '../../tslib.es6-427aef08.js';
2
2
  import React, { forwardRef, useCallback } from 'react';
3
3
  import { isGroup } from '../../utils.js';
4
4
 
@@ -1,4 +1,4 @@
1
1
  export { NativeSelect } from './Component.js';
2
- import '../../tslib.es6-60ccbcec.js';
2
+ import '../../tslib.es6-427aef08.js';
3
3
  import 'react';
4
4
  import '../../utils.js';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"optgroup":"select__optgroup_4pd8i","label":"select__label_4pd8i","l":"select__l_4pd8i","xl":"select__xl_4pd8i"};
4
+ var styles = {"optgroup":"select__optgroup_abu9s","label":"select__label_abu9s","l":"select__l_abu9s","xl":"select__xl_abu9s"};
5
5
  require('./index.css')
6
6
 
7
7
  var Optgroup = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 5unsb */
1
+ /* hash: pfp8r */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -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_4pd8i {
38
+ } .select__optgroup_abu9s {
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_4pd8i + *[role='option']:before {
47
+ } .select__optgroup_abu9s + *[role='option']:before {
48
48
  display: none;
49
- } .select__label_4pd8i {
49
+ } .select__label_abu9s {
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_4pd8i,
59
- .select__xl_4pd8i {
58
+ } .select__l_abu9s,
59
+ .select__xl_abu9s {
60
60
  padding-left: var(--select-optgroup-l-left-padding);
61
61
  padding-right: var(--select-optgroup-l-right-padding);
62
62
  }
@@ -1,14 +1,14 @@
1
- import { a as __assign } from '../../tslib.es6-60ccbcec.js';
1
+ import { a as __assign } from '../../tslib.es6-427aef08.js';
2
2
  import React, { isValidElement } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Checkmark } from '../base-select-mobile/checkmark/Component.js';
5
5
  import { Checkmark as Checkmark$1 } from '../checkmark/Component.js';
6
- import '@alfalab/core-components-badge/esm';
7
- import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
8
6
  import '@alfalab/icons-glyph/CheckmarkMIcon';
7
+ import '@alfalab/core-components-badge/esm';
9
8
  import '@alfalab/core-components-checkbox/esm';
9
+ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
10
10
 
11
- var styles = {"option":"select__option_1mi4y","disabled":"select__disabled_1mi4y","s":"select__s_1mi4y","m":"select__m_1mi4y","l":"select__l_1mi4y","xl":"select__xl_1mi4y","selected":"select__selected_1mi4y","highlighted":"select__highlighted_1mi4y","content":"select__content_1mi4y","textContent":"select__textContent_1mi4y"};
11
+ var styles = {"option":"select__option_11r14","disabled":"select__disabled_11r14","s":"select__s_11r14","m":"select__m_11r14","l":"select__l_11r14","xl":"select__xl_11r14","selected":"select__selected_11r14","highlighted":"select__highlighted_11r14","content":"select__content_11r14","textContent":"select__textContent_11r14"};
12
12
  require('./index.css')
13
13
 
14
14
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1xppv */
1
+ /* hash: ql7wp */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -53,7 +53,7 @@
53
53
  /* checkmark */
54
54
 
55
55
  /* optgroup */
56
- } .select__option_1mi4y {
56
+ } .select__option_11r14 {
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_1mi4y:not(.select__disabled_1mi4y):active {
71
+ } .select__option_11r14:not(.select__disabled_11r14):active {
72
72
  background: var(--select-option-active-background);
73
73
  color: var(--select-option-active-color);
74
- } .select__option_1mi4y:before {
74
+ } .select__option_11r14: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_1mi4y:first-child:before {
84
+ } .select__option_11r14:first-child:before {
85
85
  display: none;
86
- } .select__s_1mi4y {
86
+ } .select__s_11r14 {
87
87
  min-height: var(--size-s-height);
88
- } .select__m_1mi4y {
88
+ } .select__m_11r14 {
89
89
  min-height: var(--size-m-height);
90
- } .select__l_1mi4y {
90
+ } .select__l_11r14 {
91
91
  min-height: var(--size-l-height);
92
- } .select__xl_1mi4y {
92
+ } .select__xl_11r14 {
93
93
  min-height: var(--size-xl-height);
94
- } .select__l_1mi4y,
95
- .select__xl_1mi4y {
94
+ } .select__l_11r14,
95
+ .select__xl_11r14 {
96
96
  padding-left: var(--select-option-l-left-padding);
97
97
  padding-right: var(--select-option-l-right-padding)
98
- } .select__l_1mi4y:before, .select__xl_1mi4y:before {
98
+ } .select__l_11r14:before, .select__xl_11r14:before {
99
99
  left: var(--select-option-l-left-padding);
100
100
  right: var(--select-option-l-right-padding);
101
- } .select__selected_1mi4y {
101
+ } .select__selected_11r14 {
102
102
  background: var(--select-option-selected-background);
103
103
  color: var(--select-option-selected-color);
104
104
  cursor: default;
105
- } .select__highlighted_1mi4y {
105
+ } .select__highlighted_11r14 {
106
106
  background: var(--select-option-hover-background);
107
107
  color: var(--select-option-hover-color)
108
- } .select__highlighted_1mi4y:before,
109
- .select__highlighted_1mi4y + .select__option_1mi4y:before {
108
+ } .select__highlighted_11r14:before,
109
+ .select__highlighted_11r14 + .select__option_11r14:before {
110
110
  opacity: 0;
111
- } .select__disabled_1mi4y {
111
+ } .select__disabled_11r14 {
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_1mi4y {
115
+ } .select__content_11r14 {
116
116
  overflow: hidden;
117
117
  flex: 1;
118
118
  text-overflow: ellipsis;
119
- } .select__textContent_1mi4y {
119
+ } .select__textContent_11r14 {
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_1mi4y:after {
123
+ .select__option_11r14:after {
124
124
  min-height: inherit;
125
125
  font-size: 0;
126
126
  content: '';
@@ -1,10 +1,10 @@
1
1
  export { Option } from './Component.js';
2
- import '../../tslib.es6-60ccbcec.js';
2
+ import '../../tslib.es6-427aef08.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import '../base-select-mobile/checkmark/Component.js';
6
- import '@alfalab/core-components-badge/esm';
7
- import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
8
6
  import '@alfalab/icons-glyph/CheckmarkMIcon';
9
7
  import '../checkmark/Component.js';
8
+ import '@alfalab/core-components-badge/esm';
10
9
  import '@alfalab/core-components-checkbox/esm';
10
+ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../tslib.es6-60ccbcec.js';
1
+ import { a as __assign } from '../../tslib.es6-427aef08.js';
2
2
  import React, { forwardRef, useRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
@@ -7,7 +7,7 @@ import { useMedia } from '@alfalab/hooks';
7
7
  import { useVisibleOptions, isGroup } from '../../utils.js';
8
8
  import { Optgroup } from '../optgroup/Component.js';
9
9
 
10
- var styles = {"optionsList":"select__optionsList_pnda4","scrollable":"select__scrollable_pnda4","emptyPlaceholder":"select__emptyPlaceholder_pnda4","l":"select__l_pnda4","xl":"select__xl_pnda4"};
10
+ var styles = {"optionsList":"select__optionsList_hntwi","scrollable":"select__scrollable_hntwi","emptyPlaceholder":"select__emptyPlaceholder_hntwi","l":"select__l_hntwi","xl":"select__xl_hntwi"};
11
11
  require('./index.css')
12
12
 
13
13
  var createCounter = function () {
@@ -1,4 +1,4 @@
1
- /* hash: 151ap */
1
+ /* hash: l9fj8 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-text-secondary: rgba(11, 31, 53, 0.7);
@@ -28,18 +28,18 @@
28
28
  /* checkmark */
29
29
 
30
30
  /* optgroup */
31
- } .select__optionsList_pnda4 {
31
+ } .select__optionsList_hntwi {
32
32
  overflow: auto;
33
33
  width: 100%;
34
34
  outline: none;
35
35
  box-sizing: border-box;
36
- } .select__scrollable_pnda4 {
36
+ } .select__scrollable_hntwi {
37
37
  overflow: auto;
38
38
  width: 100%;
39
- } .select__emptyPlaceholder_pnda4 {
39
+ } .select__emptyPlaceholder_hntwi {
40
40
  padding: var(--gap-m) var(--gap-s);
41
41
  color: var(--select-options-list-empty-placeholder-color);
42
- } .select__l_pnda4 .select__emptyPlaceholder_pnda4,
43
- .select__xl_pnda4 .select__emptyPlaceholder_pnda4 {
42
+ } .select__l_hntwi .select__emptyPlaceholder_hntwi,
43
+ .select__xl_hntwi .select__emptyPlaceholder_hntwi {
44
44
  padding: var(--gap-xl) var(--gap-m);
45
45
  }
@@ -1,5 +1,5 @@
1
1
  export { OptionsList } from './Component.js';
2
- import '../../tslib.es6-60ccbcec.js';
2
+ import '../../tslib.es6-427aef08.js';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
@@ -1,7 +1,7 @@
1
- import '../../tslib.es6-60ccbcec.js';
1
+ import '../../tslib.es6-427aef08.js';
2
2
  import 'react';
3
3
  import '../arrow/Component.js';
4
- export { S as SelectMobile } from '../../Component-ff31e94c.js';
4
+ export { S as SelectMobile } from '../../Component-dd382646.js';
5
5
  import '../field/Component.js';
6
6
  import '../optgroup/Component.js';
7
7
  import '../option/Component.js';
@@ -12,7 +12,7 @@ import 'downshift';
12
12
  import '@alfalab/core-components-bottom-sheet/esm';
13
13
  import '@alfalab/core-components-modal/esm/mobile';
14
14
  import '../../Component.js';
15
- import '../../Component-45681199.js';
15
+ import '../../Component-4b015ad5.js';
16
16
  import '@juggle/resize-observer';
17
17
  import '@alfalab/core-components-popover/esm';
18
18
  import '@alfalab/hooks';
@@ -22,16 +22,16 @@ import '../options-list/Component.js';
22
22
  import '@alfalab/core-components-scrollbar/esm';
23
23
  import '@alfalab/core-components-form-control/esm';
24
24
  import '../base-select-mobile/checkmark/Component.js';
25
- import '@alfalab/core-components-badge/esm';
26
- import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
27
25
  import '@alfalab/icons-glyph/CheckmarkMIcon';
28
26
  import '../checkmark/Component.js';
27
+ import '@alfalab/core-components-badge/esm';
29
28
  import '@alfalab/core-components-checkbox/esm';
29
+ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
30
30
  import 'react-virtual';
31
31
  import '../base-option/Component.js';
32
32
  import '../base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../intersection-observer-ce0b7183.js';
34
+ import '../../intersection-observer-48ccda2c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import '../base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';