@alfalab/core-components-select 17.20.0 → 17.20.1

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 (197) hide show
  1. package/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +5 -5
  3. package/components/base-checkmark/Component.js +1 -1
  4. package/components/base-checkmark/index.css +6 -6
  5. package/components/base-option/Component.js +1 -1
  6. package/components/base-option/index.css +15 -15
  7. package/components/base-select/Component.js +2 -2
  8. package/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  9. package/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  10. package/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  11. package/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  12. package/components/base-select/index.css +11 -11
  13. package/components/base-select/mobile.css +12 -12
  14. package/components/checkmark/Component.js +1 -1
  15. package/components/checkmark/index.css +10 -10
  16. package/components/checkmark-mobile/Component.js +1 -1
  17. package/components/checkmark-mobile/index.css +6 -6
  18. package/components/clear-button/Component.js +1 -1
  19. package/components/clear-button/index.css +7 -7
  20. package/components/field/Component.js +1 -1
  21. package/components/field/index.css +14 -14
  22. package/components/footer/Component.js +1 -1
  23. package/components/footer/index.css +5 -5
  24. package/components/optgroup/Component.js +1 -1
  25. package/components/optgroup/index.css +6 -6
  26. package/components/option/desktop/Component.js +1 -1
  27. package/components/option/desktop/index.css +22 -22
  28. package/components/option/mobile/Component.js +1 -1
  29. package/components/option/mobile/index.css +19 -19
  30. package/components/options-list/Component.js +1 -1
  31. package/components/options-list/index.css +11 -11
  32. package/components/search/Component.js +1 -1
  33. package/components/search/index.css +2 -2
  34. package/components/virtual-options-list/Component.js +1 -1
  35. package/components/virtual-options-list/index.css +15 -15
  36. package/cssm/{hook-08576e87.js → hook-928265a3.js} +0 -1
  37. package/{esm/hook-b8d44131.d.ts → cssm/hook-94ef1330.d.ts} +0 -1
  38. package/cssm/mobile/Component.mobile.js +1 -1
  39. package/cssm/presets/index.d.ts +1 -1
  40. package/cssm/presets/index.js +1 -1
  41. package/cssm/presets/useSelectWithApply/hook.js +1 -1
  42. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  43. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  44. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  45. package/cssm/shared/index.js +1 -1
  46. package/cssm/typings.d.ts +1 -1
  47. package/esm/components/arrow/Component.js +1 -1
  48. package/esm/components/arrow/index.css +5 -5
  49. package/esm/components/base-checkmark/Component.js +1 -1
  50. package/esm/components/base-checkmark/index.css +6 -6
  51. package/esm/components/base-option/Component.js +1 -1
  52. package/esm/components/base-option/index.css +15 -15
  53. package/esm/components/base-select/Component.js +2 -2
  54. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  55. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  56. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  57. package/esm/components/base-select/index.css +11 -11
  58. package/esm/components/base-select/mobile.css +12 -12
  59. package/esm/components/checkmark/Component.js +1 -1
  60. package/esm/components/checkmark/index.css +10 -10
  61. package/esm/components/checkmark-mobile/Component.js +1 -1
  62. package/esm/components/checkmark-mobile/index.css +6 -6
  63. package/esm/components/clear-button/Component.js +1 -1
  64. package/esm/components/clear-button/index.css +7 -7
  65. package/esm/components/field/Component.js +1 -1
  66. package/esm/components/field/index.css +14 -14
  67. package/esm/components/footer/Component.js +1 -1
  68. package/esm/components/footer/index.css +5 -5
  69. package/esm/components/optgroup/Component.js +1 -1
  70. package/esm/components/optgroup/index.css +6 -6
  71. package/esm/components/option/desktop/Component.js +1 -1
  72. package/esm/components/option/desktop/index.css +22 -22
  73. package/esm/components/option/mobile/Component.js +1 -1
  74. package/esm/components/option/mobile/index.css +19 -19
  75. package/esm/components/options-list/Component.js +1 -1
  76. package/esm/components/options-list/index.css +11 -11
  77. package/esm/components/search/Component.js +1 -1
  78. package/esm/components/search/index.css +2 -2
  79. package/esm/components/virtual-options-list/Component.js +1 -1
  80. package/esm/components/virtual-options-list/index.css +15 -15
  81. package/{hook-b8d44131.d.ts → esm/hook-94ef1330.d.ts} +0 -1
  82. package/esm/{hook-754422a7.js → hook-d1496a1f.js} +0 -1
  83. package/esm/{list-popover-desktop-e50a493c.js → list-popover-desktop-2ecb3c74.js} +1 -1
  84. package/esm/mobile/Component.mobile.js +1 -1
  85. package/esm/mobile.module-0044dacb.js +4 -0
  86. package/esm/presets/index.d.ts +1 -1
  87. package/esm/presets/index.js +1 -1
  88. package/esm/presets/useSelectWithApply/hook.js +1 -1
  89. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  90. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  91. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  92. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  93. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  94. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  95. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  96. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  97. package/esm/presets/useSelectWithLoading/index.css +2 -2
  98. package/esm/shared/index.js +1 -1
  99. package/esm/typings.d.ts +1 -1
  100. package/{hook-e07a6d8c.js → hook-4d462686.js} +0 -1
  101. package/{cssm/hook-b8d44131.d.ts → hook-94ef1330.d.ts} +0 -1
  102. package/{list-popover-desktop-65455002.js → list-popover-desktop-5ac1964a.js} +1 -1
  103. package/mobile/Component.mobile.js +1 -1
  104. package/mobile.module-10633efa.js +6 -0
  105. package/modern/components/arrow/Component.js +1 -1
  106. package/modern/components/arrow/index.css +5 -5
  107. package/modern/components/base-checkmark/Component.js +1 -1
  108. package/modern/components/base-checkmark/index.css +6 -6
  109. package/modern/components/base-option/Component.js +1 -1
  110. package/modern/components/base-option/index.css +15 -15
  111. package/modern/components/base-select/Component.js +2 -2
  112. package/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  113. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  114. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  115. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  116. package/modern/components/base-select/index.css +11 -11
  117. package/modern/components/base-select/mobile.css +12 -12
  118. package/modern/components/checkmark/Component.js +1 -1
  119. package/modern/components/checkmark/index.css +10 -10
  120. package/modern/components/checkmark-mobile/Component.js +1 -1
  121. package/modern/components/checkmark-mobile/index.css +6 -6
  122. package/modern/components/clear-button/Component.js +1 -1
  123. package/modern/components/clear-button/index.css +7 -7
  124. package/modern/components/field/Component.js +1 -1
  125. package/modern/components/field/index.css +14 -14
  126. package/modern/components/footer/Component.js +1 -1
  127. package/modern/components/footer/index.css +5 -5
  128. package/modern/components/optgroup/Component.js +1 -1
  129. package/modern/components/optgroup/index.css +6 -6
  130. package/modern/components/option/desktop/Component.js +1 -1
  131. package/modern/components/option/desktop/index.css +22 -22
  132. package/modern/components/option/mobile/Component.js +1 -1
  133. package/modern/components/option/mobile/index.css +19 -19
  134. package/modern/components/options-list/Component.js +1 -1
  135. package/modern/components/options-list/index.css +11 -11
  136. package/modern/components/search/Component.js +1 -1
  137. package/modern/components/search/index.css +2 -2
  138. package/modern/components/virtual-options-list/Component.js +1 -1
  139. package/modern/components/virtual-options-list/index.css +15 -15
  140. package/modern/{hook-b8d44131.d.ts → hook-94ef1330.d.ts} +0 -1
  141. package/{moderncssm/hook-50057c35.js → modern/hook-e1bb3e1e.js} +0 -1
  142. package/modern/{list-popover-desktop-39136773.js → list-popover-desktop-edd27f5e.js} +1 -1
  143. package/modern/mobile/Component.mobile.js +1 -1
  144. package/modern/mobile.module-b160a7de.js +4 -0
  145. package/modern/presets/index.d.ts +1 -1
  146. package/modern/presets/index.js +1 -1
  147. package/modern/presets/useSelectWithApply/hook.js +1 -1
  148. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  149. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  150. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  151. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  152. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  153. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  154. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  155. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  156. package/modern/presets/useSelectWithLoading/index.css +2 -2
  157. package/modern/shared/index.js +1 -1
  158. package/modern/typings.d.ts +1 -1
  159. package/{modern/hook-80b83b8e.js → moderncssm/hook-0c8b8277.js} +0 -1
  160. package/moderncssm/hook-94ef1330.d.ts +111 -0
  161. package/moderncssm/mobile/Component.mobile.js +1 -1
  162. package/moderncssm/presets/index.d.ts +1 -1
  163. package/moderncssm/presets/index.js +1 -1
  164. package/moderncssm/presets/useSelectWithApply/hook.js +1 -1
  165. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  166. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  167. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  168. package/moderncssm/shared/index.js +1 -1
  169. package/moderncssm/typings.d.ts +1 -1
  170. package/package.json +1 -1
  171. package/presets/index.d.ts +1 -1
  172. package/presets/index.js +1 -1
  173. package/presets/useSelectWithApply/hook.js +1 -1
  174. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  175. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  176. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  177. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  178. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  179. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  180. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  181. package/presets/useSelectWithLoading/hook.js +1 -1
  182. package/presets/useSelectWithLoading/index.css +2 -2
  183. package/shared/index.js +1 -1
  184. package/src/presets/useSelectWithApply/hook.tsx +0 -1
  185. package/typings.d.ts +1 -1
  186. package/esm/mobile.module-3e93ab18.js +0 -4
  187. package/mobile.module-f81e94c5.js +0 -6
  188. package/modern/mobile.module-7061a16e.js +0 -4
  189. package/moderncssm/hook-b8d44131.d.ts +0 -112
  190. /package/cssm/{hook-08576e87.d.ts → hook-928265a3.d.ts} +0 -0
  191. /package/esm/{hook-754422a7.d.ts → hook-d1496a1f.d.ts} +0 -0
  192. /package/esm/{list-popover-desktop-e50a493c.d.ts → list-popover-desktop-2ecb3c74.d.ts} +0 -0
  193. /package/{hook-e07a6d8c.d.ts → hook-4d462686.d.ts} +0 -0
  194. /package/{list-popover-desktop-65455002.d.ts → list-popover-desktop-5ac1964a.d.ts} +0 -0
  195. /package/modern/{hook-80b83b8e.d.ts → hook-e1bb3e1e.d.ts} +0 -0
  196. /package/modern/{list-popover-desktop-39136773.d.ts → list-popover-desktop-edd27f5e.d.ts} +0 -0
  197. /package/moderncssm/{hook-50057c35.d.ts → hook-0c8b8277.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1i4hz */
1
+ /* hash: 1jdr3 */
2
2
  :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 */ /* 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 */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -22,8 +22,8 @@
22
22
  --gap-12: var(--gap-s);
23
23
  } :root {
24
24
  } :root {
25
- } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_ahzwp {
25
+ } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_521ik {
26
26
  padding: var(--gap-12);
27
- } .select__mobile_ahzwp {
27
+ } .select__mobile_521ik {
28
28
  padding: var(--gap-12) var(--gap-8);
29
29
  }
@@ -1 +1 @@
1
- export * from "../../../hook-80b83b8e";
1
+ export * from "../../../hook-e1bb3e1e";
@@ -1 +1 @@
1
- export { O as OptionsListWithApply } from '../../../hook-80b83b8e.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-e1bb3e1e.js';
@@ -7,7 +7,7 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
7
7
  import '@alfalab/icons-glyph/CheckmarkMIcon';
8
8
  import { OptionResponsive } from '../../components/option/Component.responsive.js';
9
9
 
10
- const styles = {"skeleton":"select__skeleton_6w1ig"};
10
+ const styles = {"skeleton":"select__skeleton_1dpwp"};
11
11
  require('./index.css')
12
12
 
13
13
  function useSelectWithLoading({ loading = false, visibleOptions = 6, Option = OptionResponsive, }) {
@@ -1,5 +1,5 @@
1
- /* hash: ycvmk */
2
- .select__skeleton_6w1ig {
1
+ /* hash: 2d2zz */
2
+ .select__skeleton_1dpwp {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-80b83b8e.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-e1bb3e1e.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { OptionDesktop } from '../components/option/desktop/Component.js';
6
6
  export { OptionMobile } from '../components/option/mobile/Component.js';
@@ -6,7 +6,7 @@ import { InputProps } from "@alfalab/core-components-input";
6
6
  import { ModalProps } from "@alfalab/core-components-modal";
7
7
  import { ModalFooterProps, ModalHeaderProps } from "@alfalab/core-components-modal/shared";
8
8
  import { PopoverProps } from "@alfalab/core-components-popover";
9
- import { UseSelectWithApplyProps } from "./hook-b8d44131";
9
+ import { UseSelectWithApplyProps } from "./hook-94ef1330";
10
10
  type AnyObject = Record<string, any>;
11
11
  type OptionShape = {
12
12
  /**
@@ -146,7 +146,6 @@ function useSelectWithApply({ options, selected, onChange = () => null, onSelect
146
146
  onChange: handleToggleAll,
147
147
  },
148
148
  },
149
- allowUnselect: true,
150
149
  multiple: true,
151
150
  options: memoizedOptions,
152
151
  onChange: handleChange,
@@ -0,0 +1,111 @@
1
+ /// <reference types="react" />
2
+ import { BaseSelectProps, OptionShape } from "./typings";
3
+ type UseSelectWithApplyProps = {
4
+ /**
5
+ * Список выбранных пунктов
6
+ */
7
+ selected: BaseSelectProps['selected'];
8
+ /**
9
+ * Список вариантов выбора
10
+ */
11
+ options: BaseSelectProps['options'];
12
+ /**
13
+ * Обработчик выбора
14
+ */
15
+ onChange: BaseSelectProps['onChange'];
16
+ /**
17
+ * Дополнительный обработчик клика на чекбокс выбрать все
18
+ */
19
+ onSelectAllClick?: (selectedMultiple: OptionShape[]) => void;
20
+ /**
21
+ * Компонент выпадающего меню
22
+ */
23
+ OptionsList?: BaseSelectProps['OptionsList'];
24
+ /**
25
+ * Пропсы, которые будут прокинуты в компонент списка
26
+ */
27
+ optionsListProps?: BaseSelectProps['optionsListProps'];
28
+ /**
29
+ * Включает отображение поиска
30
+ */
31
+ showSearch?: BaseSelectProps['showSearch'];
32
+ /**
33
+ * Настройки поиска
34
+ */
35
+ searchProps?: BaseSelectProps['searchProps'];
36
+ /**
37
+ * Показывать кнопку очистки
38
+ */
39
+ showClear?: boolean;
40
+ /**
41
+ * Показывать пункт "Выбрать все"
42
+ */
43
+ showSelectAll?: boolean;
44
+ /**
45
+ * Показывать пункт "Выбрать все" в заголовке списка
46
+ */
47
+ showHeaderWithSelectAll?: boolean;
48
+ };
49
+ declare const SELECT_ALL_KEY = "select_all";
50
+ declare function useSelectWithApply({ options, selected, onChange, onSelectAllClick, OptionsList, optionsListProps, showClear, showSelectAll, showHeaderWithSelectAll, showSearch, searchProps, }: UseSelectWithApplyProps): {
51
+ OptionsList: import("react").ForwardRefExoticComponent<import("./typings").OptionsListProps & {
52
+ showClear?: boolean | undefined;
53
+ onClose?: (() => void) | undefined;
54
+ selectedDraft?: OptionShape[] | undefined;
55
+ OptionsList?: import("react").FC<import("./typings").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
56
+ Footer?: import("react").FC<import("./presets/useSelectWithApply/options-list-with-apply/footer/Component").FooterProps> | undefined;
57
+ Header?: import("react").FC<import("./presets/useSelectWithApply/options-list-with-apply/header/Component").HeaderProps> | undefined;
58
+ headerProps?: import("./presets/useSelectWithApply/options-list-with-apply/header/Component").HeaderProps | undefined;
59
+ showHeaderWithSelectAll?: boolean | undefined;
60
+ setSelectedDraft?: ((selectedDraft: OptionShape[]) => void) | undefined;
61
+ } & import("react").RefAttributes<HTMLDivElement>>;
62
+ optionsListProps: {
63
+ OptionsList: import("react").ComponentType<import("./typings").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
64
+ showClear: boolean;
65
+ onClear: () => void;
66
+ onApply: () => void;
67
+ onClose: () => void;
68
+ selectedDraft: OptionShape[];
69
+ setSelectedDraft: import("react").Dispatch<import("react").SetStateAction<OptionShape[]>>;
70
+ showHeaderWithSelectAll: boolean;
71
+ headerProps: any;
72
+ };
73
+ multiple: boolean;
74
+ options: (OptionShape | import("./typings").GroupShape | {
75
+ key: string;
76
+ content: string;
77
+ })[];
78
+ onChange: (payload: import("./typings").BaseSelectChangePayload) => void;
79
+ selected: string | OptionShape | (string | OptionShape)[] | null | undefined;
80
+ showSearch: boolean;
81
+ searchProps: {
82
+ value: string;
83
+ onChange: ((value: string) => void) | undefined;
84
+ componentProps?: import("./typings").SearchProps | undefined;
85
+ accessor?: ((option: OptionShape) => string) | undefined;
86
+ filterFn?: ((optionText: string, search: string) => boolean) | undefined;
87
+ filterGroup?: boolean | undefined;
88
+ groupAccessor?: ((group: import("./typings").GroupShape) => string | undefined) | undefined;
89
+ } | undefined;
90
+ originalProps: {
91
+ options: (OptionShape | import("./typings").GroupShape)[];
92
+ selected: string | OptionShape | (string | OptionShape)[] | null | undefined;
93
+ onChange: (payload: import("./typings").BaseSelectChangePayload) => void;
94
+ OptionsList: import("react").ComponentType<import("./typings").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
95
+ optionsListProps: unknown;
96
+ showClear: boolean;
97
+ showSelectAll: boolean;
98
+ showHeaderWithSelectAll: boolean;
99
+ showSearch: boolean;
100
+ searchProps: {
101
+ componentProps?: import("./typings").SearchProps | undefined;
102
+ accessor?: ((option: OptionShape) => string) | undefined;
103
+ filterFn?: ((optionText: string, search: string) => boolean) | undefined;
104
+ value?: string | undefined;
105
+ onChange?: ((value: string) => void) | undefined;
106
+ filterGroup?: boolean | undefined;
107
+ groupAccessor?: ((group: import("./typings").GroupShape) => string | undefined) | undefined;
108
+ };
109
+ };
110
+ };
111
+ export { UseSelectWithApplyProps, SELECT_ALL_KEY, useSelectWithApply };
@@ -20,7 +20,7 @@ import { OptionResponsive } from '../components/option/Component.responsive.js';
20
20
  import { OptionsList } from '../components/options-list/Component.js';
21
21
  import { Search } from '../components/search/Component.js';
22
22
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
23
- import { u as useSelectWithApply } from '../hook-50057c35.js';
23
+ import { u as useSelectWithApply } from '../hook-0c8b8277.js';
24
24
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
25
25
 
26
26
  const VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
@@ -1,3 +1,3 @@
1
1
  export * from "./useSelectWithLoading/hook";
2
2
  export * from "./useLazyLoading/hook";
3
- export * from "../hook-b8d44131";
3
+ export * from "../hook-94ef1330";
@@ -1,3 +1,3 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-50057c35.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-0c8b8277.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'react-fast-compare';
3
3
  import '../../utils.js';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-50057c35.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-0c8b8277.js';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../../../components/options-list/Component.js';
3
3
  import '../../../consts.js';
4
- export { O as OptionsListWithApply } from '../../../hook-50057c35.js';
4
+ export { O as OptionsListWithApply } from '../../../hook-0c8b8277.js';
5
5
  import './footer/Component.js';
6
6
  import './header/Component.js';
@@ -1 +1 @@
1
- export * from "../../../hook-50057c35";
1
+ export * from "../../../hook-0c8b8277";
@@ -1 +1 @@
1
- export { O as OptionsListWithApply } from '../../../hook-50057c35.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-0c8b8277.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-50057c35.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-0c8b8277.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { OptionDesktop } from '../components/option/desktop/Component.js';
6
6
  export { OptionMobile } from '../components/option/mobile/Component.js';
@@ -6,7 +6,7 @@ import { InputProps } from "@alfalab/core-components-input";
6
6
  import { ModalProps } from "@alfalab/core-components-modal";
7
7
  import { ModalFooterProps, ModalHeaderProps } from "@alfalab/core-components-modal/shared";
8
8
  import { PopoverProps } from "@alfalab/core-components-popover";
9
- import { UseSelectWithApplyProps } from "./hook-b8d44131";
9
+ import { UseSelectWithApplyProps } from "./hook-94ef1330";
10
10
  type AnyObject = Record<string, any>;
11
11
  type OptionShape = {
12
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-select",
3
- "version": "17.20.0",
3
+ "version": "17.20.1",
4
4
  "description": "Select component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -1,3 +1,3 @@
1
1
  export * from "./useSelectWithLoading/hook";
2
2
  export * from "./useLazyLoading/hook";
3
- export * from "../hook-b8d44131";
3
+ export * from "../hook-94ef1330";
package/presets/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
6
6
  var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-e07a6d8c.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-4d462686.js');
8
8
 
9
9
 
10
10
 
@@ -6,7 +6,7 @@ require('tslib');
6
6
  require('react');
7
7
  require('react-fast-compare');
8
8
  require('../../utils.js');
9
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-e07a6d8c.js');
9
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-4d462686.js');
10
10
 
11
11
 
12
12
 
@@ -6,7 +6,7 @@ require('tslib');
6
6
  require('react');
7
7
  require('../../../components/options-list/Component.js');
8
8
  require('../../../consts.js');
9
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-e07a6d8c.js');
9
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-4d462686.js');
10
10
  require('./footer/Component.js');
11
11
  require('./header/Component.js');
12
12
 
@@ -10,7 +10,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
 
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
 
13
- var styles = {"footer":"select__footer_1p1bl","button":"select__button_1p1bl"};
13
+ var styles = {"footer":"select__footer_p0z7m","button":"select__button_p0z7m"};
14
14
  require('./index.css')
15
15
 
16
16
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1v2br */
1
+ /* hash: kan21 */
2
2
  :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 */ /* 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 */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-primary: #fff; /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */
@@ -25,10 +25,10 @@
25
25
  } :root {
26
26
  } /* сбрасывает синюю подсветку при нажатии */ :root {
27
27
  --select-option-list-footer-button-gap: var(--gap-8);
28
- } .select__footer_1p1bl {
28
+ } .select__footer_p0z7m {
29
29
  background-color: var(--color-light-base-bg-primary);
30
30
  padding: var(--gap-12);
31
31
  outline: none
32
- } .select__footer_1p1bl > .select__button_1p1bl + .select__button_1p1bl {
32
+ } .select__footer_p0z7m > .select__button_p0z7m + .select__button_p0z7m {
33
33
  margin-left: var(--select-option-list-footer-button-gap);
34
34
  }
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"desktop":"select__desktop_ahzwp","mobile":"select__mobile_ahzwp"};
14
+ var styles = {"desktop":"select__desktop_521ik","mobile":"select__mobile_521ik"};
15
15
  require('./index.css')
16
16
 
17
17
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1i4hz */
1
+ /* hash: 1jdr3 */
2
2
  :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 */ /* 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 */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :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 */ /* 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 */ /* 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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -22,8 +22,8 @@
22
22
  --gap-12: var(--gap-s);
23
23
  } :root {
24
24
  } :root {
25
- } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_ahzwp {
25
+ } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_521ik {
26
26
  padding: var(--gap-12);
27
- } .select__mobile_ahzwp {
27
+ } .select__mobile_521ik {
28
28
  padding: var(--gap-12) var(--gap-8);
29
29
  }
@@ -1 +1 @@
1
- export * from "../../../hook-e07a6d8c";
1
+ export * from "../../../hook-4d462686";
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-e07a6d8c.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-4d462686.js');
6
6
 
7
7
 
8
8
 
@@ -16,7 +16,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
16
16
 
17
17
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
18
18
 
19
- var styles = {"skeleton":"select__skeleton_6w1ig"};
19
+ var styles = {"skeleton":"select__skeleton_1dpwp"};
20
20
  require('./index.css')
21
21
 
22
22
  function useSelectWithLoading(_a) {
@@ -1,5 +1,5 @@
1
- /* hash: ycvmk */
2
- .select__skeleton_6w1ig {
1
+ /* hash: 2d2zz */
2
+ .select__skeleton_1dpwp {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
package/shared/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
6
6
  var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-e07a6d8c.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-4d462686.js');
8
8
  var utils = require('../utils.js');
9
9
  var components_option_desktop_Component = require('../components/option/desktop/Component.js');
10
10
  var components_option_mobile_Component = require('../components/option/mobile/Component.js');
@@ -222,7 +222,6 @@ export function useSelectWithApply({
222
222
  onChange: handleToggleAll,
223
223
  },
224
224
  },
225
- allowUnselect: true,
226
225
  multiple: true,
227
226
  options: memoizedOptions,
228
227
  onChange: handleChange,
package/typings.d.ts CHANGED
@@ -6,7 +6,7 @@ import { InputProps } from "@alfalab/core-components-input";
6
6
  import { ModalProps } from "@alfalab/core-components-modal";
7
7
  import { ModalFooterProps, ModalHeaderProps } from "@alfalab/core-components-modal/shared";
8
8
  import { PopoverProps } from "@alfalab/core-components-popover";
9
- import { UseSelectWithApplyProps } from "./hook-b8d44131";
9
+ import { UseSelectWithApplyProps } from "./hook-94ef1330";
10
10
  type AnyObject = Record<string, any>;
11
11
  type OptionShape = {
12
12
  /**
@@ -1,4 +0,0 @@
1
- var mobileStyles = {"sheet":"select__sheet_1pg0v","sheetContent":"select__sheetContent_1pg0v","modalContent":"select__modalContent_1pg0v","sheetContainer":"select__sheetContainer_1pg0v","optionsListWrapper":"select__optionsListWrapper_1pg0v","optionsList":"select__optionsList_1pg0v","scrollbar":"select__scrollbar_1pg0v","search":"select__search_1pg0v","option":"select__option_1pg0v","optionGroup":"select__optionGroup_1pg0v"};
2
- require('./components/base-select/mobile.css')
3
-
4
- export { mobileStyles as m };
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var mobileStyles = {"sheet":"select__sheet_1pg0v","sheetContent":"select__sheetContent_1pg0v","modalContent":"select__modalContent_1pg0v","sheetContainer":"select__sheetContainer_1pg0v","optionsListWrapper":"select__optionsListWrapper_1pg0v","optionsList":"select__optionsList_1pg0v","scrollbar":"select__scrollbar_1pg0v","search":"select__search_1pg0v","option":"select__option_1pg0v","optionGroup":"select__optionGroup_1pg0v"};
4
- require('./components/base-select/mobile.css')
5
-
6
- exports.mobileStyles = mobileStyles;
@@ -1,4 +0,0 @@
1
- const mobileStyles = {"sheet":"select__sheet_1pg0v","sheetContent":"select__sheetContent_1pg0v","modalContent":"select__modalContent_1pg0v","sheetContainer":"select__sheetContainer_1pg0v","optionsListWrapper":"select__optionsListWrapper_1pg0v","optionsList":"select__optionsList_1pg0v","scrollbar":"select__scrollbar_1pg0v","search":"select__search_1pg0v","option":"select__option_1pg0v","optionGroup":"select__optionGroup_1pg0v"};
2
- require('./components/base-select/mobile.css')
3
-
4
- export { mobileStyles as m };