@alfalab/core-components-select 17.16.1 → 17.17.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 (206) hide show
  1. package/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +3 -3
  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/list-popover-desktop.js +1 -1
  9. package/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
  10. package/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
  11. package/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +5 -2
  12. package/components/base-select/components/list-mobile/list-modal-mobile.js +5 -2
  13. package/components/base-select/index.css +11 -11
  14. package/components/base-select/mobile.css +12 -12
  15. package/components/checkmark/Component.js +1 -1
  16. package/components/checkmark/index.css +10 -10
  17. package/components/checkmark-mobile/Component.js +1 -1
  18. package/components/checkmark-mobile/index.css +6 -6
  19. package/components/clear-button/Component.js +1 -1
  20. package/components/clear-button/index.css +6 -6
  21. package/components/field/Component.js +1 -1
  22. package/components/field/index.css +12 -12
  23. package/components/footer/Component.js +1 -1
  24. package/components/footer/index.css +5 -5
  25. package/components/optgroup/Component.js +1 -1
  26. package/components/optgroup/index.css +6 -6
  27. package/components/option/Component.js +1 -1
  28. package/components/option/index.css +19 -19
  29. package/components/options-list/Component.js +1 -1
  30. package/components/options-list/index.css +11 -11
  31. package/components/search/Component.js +1 -1
  32. package/components/search/index.css +2 -2
  33. package/components/virtual-options-list/Component.js +1 -1
  34. package/components/virtual-options-list/index.css +15 -15
  35. package/cssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
  36. package/cssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
  37. package/cssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +4 -1
  38. package/cssm/components/base-select/components/list-mobile/list-modal-mobile.js +4 -1
  39. package/{hook-ae0e232f.js → cssm/hook-619dab79.js} +17 -4
  40. package/cssm/mobile/Component.mobile.js +6 -2
  41. package/cssm/presets/index.d.ts +1 -1
  42. package/cssm/presets/index.js +1 -1
  43. package/cssm/presets/useSelectWithApply/hook.js +1 -1
  44. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  45. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  46. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  47. package/cssm/shared/index.js +1 -1
  48. package/cssm/typings.d.ts +7 -3
  49. package/esm/components/arrow/Component.js +1 -1
  50. package/esm/components/arrow/index.css +3 -3
  51. package/esm/components/base-checkmark/Component.js +1 -1
  52. package/esm/components/base-checkmark/index.css +6 -6
  53. package/esm/components/base-option/Component.js +1 -1
  54. package/esm/components/base-option/index.css +15 -15
  55. package/esm/components/base-select/Component.js +2 -2
  56. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  57. package/esm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
  58. package/esm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
  59. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +5 -2
  60. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +5 -2
  61. package/esm/components/base-select/index.css +11 -11
  62. package/esm/components/base-select/mobile.css +12 -12
  63. package/esm/components/checkmark/Component.js +1 -1
  64. package/esm/components/checkmark/index.css +10 -10
  65. package/esm/components/checkmark-mobile/Component.js +1 -1
  66. package/esm/components/checkmark-mobile/index.css +6 -6
  67. package/esm/components/clear-button/Component.js +1 -1
  68. package/esm/components/clear-button/index.css +6 -6
  69. package/esm/components/field/Component.js +1 -1
  70. package/esm/components/field/index.css +12 -12
  71. package/esm/components/footer/Component.js +1 -1
  72. package/esm/components/footer/index.css +5 -5
  73. package/esm/components/optgroup/Component.js +1 -1
  74. package/esm/components/optgroup/index.css +6 -6
  75. package/esm/components/option/Component.js +1 -1
  76. package/esm/components/option/index.css +19 -19
  77. package/esm/components/options-list/Component.js +1 -1
  78. package/esm/components/options-list/index.css +11 -11
  79. package/esm/components/search/Component.js +1 -1
  80. package/esm/components/search/index.css +2 -2
  81. package/esm/components/virtual-options-list/Component.js +1 -1
  82. package/esm/components/virtual-options-list/index.css +15 -15
  83. package/esm/{hook-a350cff7.js → hook-d9f8b0f2.js} +17 -4
  84. package/esm/{list-popover-desktop-51c129fc.js → list-popover-desktop-75fbe4b5.js} +1 -1
  85. package/esm/mobile/Component.mobile.js +6 -2
  86. package/esm/mobile.module-45510c29.js +4 -0
  87. package/esm/presets/index.d.ts +1 -1
  88. package/esm/presets/index.js +1 -1
  89. package/esm/presets/useSelectWithApply/hook.js +1 -1
  90. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  91. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  92. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  93. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  94. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  95. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  96. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  97. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  98. package/esm/presets/useSelectWithLoading/index.css +2 -2
  99. package/esm/shared/index.js +1 -1
  100. package/esm/typings.d.ts +7 -3
  101. package/{cssm/hook-a7a71737.js → hook-3dff97f1.js} +17 -4
  102. package/{list-popover-desktop-2852fa65.js → list-popover-desktop-b5d67e45.js} +1 -1
  103. package/mobile/Component.mobile.js +6 -2
  104. package/mobile.module-45dc5c06.js +6 -0
  105. package/modern/components/arrow/Component.js +1 -1
  106. package/modern/components/arrow/index.css +3 -3
  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/list-popover-desktop.js +1 -1
  113. package/modern/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
  114. package/modern/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
  115. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +5 -2
  116. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +5 -2
  117. package/modern/components/base-select/index.css +11 -11
  118. package/modern/components/base-select/mobile.css +12 -12
  119. package/modern/components/checkmark/Component.js +1 -1
  120. package/modern/components/checkmark/index.css +10 -10
  121. package/modern/components/checkmark-mobile/Component.js +1 -1
  122. package/modern/components/checkmark-mobile/index.css +6 -6
  123. package/modern/components/clear-button/Component.js +1 -1
  124. package/modern/components/clear-button/index.css +6 -6
  125. package/modern/components/field/Component.js +1 -1
  126. package/modern/components/field/index.css +12 -12
  127. package/modern/components/footer/Component.js +1 -1
  128. package/modern/components/footer/index.css +5 -5
  129. package/modern/components/optgroup/Component.js +1 -1
  130. package/modern/components/optgroup/index.css +6 -6
  131. package/modern/components/option/Component.js +1 -1
  132. package/modern/components/option/index.css +19 -19
  133. package/modern/components/options-list/Component.js +1 -1
  134. package/modern/components/options-list/index.css +11 -11
  135. package/modern/components/search/Component.js +1 -1
  136. package/modern/components/search/index.css +2 -2
  137. package/modern/components/virtual-options-list/Component.js +1 -1
  138. package/modern/components/virtual-options-list/index.css +15 -15
  139. package/{moderncssm/hook-839b1d63.js → modern/hook-38392db8.js} +9 -5
  140. package/modern/{list-popover-desktop-18fe6993.js → list-popover-desktop-aed7a7f9.js} +1 -1
  141. package/modern/mobile/Component.mobile.js +4 -2
  142. package/modern/mobile.module-d8c33641.js +4 -0
  143. package/modern/presets/index.d.ts +1 -1
  144. package/modern/presets/index.js +1 -1
  145. package/modern/presets/useSelectWithApply/hook.js +1 -1
  146. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  147. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  148. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  149. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  150. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  151. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  152. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  153. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  154. package/modern/presets/useSelectWithLoading/index.css +2 -2
  155. package/modern/shared/index.js +1 -1
  156. package/modern/typings.d.ts +7 -3
  157. package/moderncssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +3 -1
  158. package/moderncssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +3 -1
  159. package/moderncssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +4 -1
  160. package/moderncssm/components/base-select/components/list-mobile/list-modal-mobile.js +4 -1
  161. package/{modern/hook-0b806cd4.js → moderncssm/hook-7fabc4ab.js} +9 -5
  162. package/moderncssm/mobile/Component.mobile.js +4 -2
  163. package/moderncssm/presets/index.d.ts +1 -1
  164. package/moderncssm/presets/index.js +1 -1
  165. package/moderncssm/presets/useSelectWithApply/hook.js +1 -1
  166. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  167. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  168. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  169. package/moderncssm/shared/index.js +1 -1
  170. package/moderncssm/typings.d.ts +7 -3
  171. package/package.json +2 -2
  172. package/presets/index.d.ts +1 -1
  173. package/presets/index.js +1 -1
  174. package/presets/useSelectWithApply/hook.js +1 -1
  175. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  176. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  177. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  178. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  179. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  180. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  181. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  182. package/presets/useSelectWithLoading/hook.js +1 -1
  183. package/presets/useSelectWithLoading/index.css +2 -2
  184. package/shared/index.js +1 -1
  185. package/src/components/base-select/components/list-mobile/list-bottom-sheet-mobile.tsx +5 -1
  186. package/src/components/base-select/components/list-mobile/list-modal-mobile.tsx +5 -1
  187. package/src/mobile/Component.mobile.tsx +7 -4
  188. package/src/presets/useSelectWithApply/hook.tsx +13 -5
  189. package/src/typings.ts +6 -2
  190. package/typings.d.ts +7 -3
  191. package/esm/mobile.module-be48459a.js +0 -4
  192. package/mobile.module-8caed517.js +0 -6
  193. package/modern/mobile.module-5c6e7084.js +0 -4
  194. /package/cssm/{hook-a7a71737.d.ts → hook-619dab79.d.ts} +0 -0
  195. /package/cssm/{hook-184c14eb.d.ts → hook-882d7b38.d.ts} +0 -0
  196. /package/esm/{hook-184c14eb.d.ts → hook-882d7b38.d.ts} +0 -0
  197. /package/esm/{hook-a350cff7.d.ts → hook-d9f8b0f2.d.ts} +0 -0
  198. /package/esm/{list-popover-desktop-51c129fc.d.ts → list-popover-desktop-75fbe4b5.d.ts} +0 -0
  199. /package/{hook-ae0e232f.d.ts → hook-3dff97f1.d.ts} +0 -0
  200. /package/{hook-184c14eb.d.ts → hook-882d7b38.d.ts} +0 -0
  201. /package/{list-popover-desktop-2852fa65.d.ts → list-popover-desktop-b5d67e45.d.ts} +0 -0
  202. /package/modern/{hook-0b806cd4.d.ts → hook-38392db8.d.ts} +0 -0
  203. /package/modern/{hook-184c14eb.d.ts → hook-882d7b38.d.ts} +0 -0
  204. /package/modern/{list-popover-desktop-18fe6993.d.ts → list-popover-desktop-aed7a7f9.d.ts} +0 -0
  205. /package/moderncssm/{hook-839b1d63.d.ts → hook-7fabc4ab.d.ts} +0 -0
  206. /package/moderncssm/{hook-184c14eb.d.ts → hook-882d7b38.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'deep-equal';
3
3
  import '../../utils.js';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-0b806cd4.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-38392db8.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-0b806cd4.js';
4
+ export { O as OptionsListWithApply } from '../../../hook-38392db8.js';
5
5
  import './footer/Component.js';
6
6
  import './header/Component.js';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { ButtonDesktop } from '@alfalab/core-components-button/modern/desktop';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
 
5
- const styles = {"footer":"select__footer_1xss8","button":"select__button_1xss8"};
5
+ const styles = {"footer":"select__footer_od54p","button":"select__button_od54p"};
6
6
  require('./index.css')
7
7
 
8
8
  const Footer = ({ handleApply, handleClear, showClear, selectedDraft = [], dataTestId, }) => (React.createElement("div", {
@@ -1,4 +1,4 @@
1
- /* hash: m80f3 */
1
+ /* hash: h2elq */
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_1xss8 {
28
+ } .select__footer_od54p {
29
29
  background-color: var(--color-light-base-bg-primary);
30
30
  padding: var(--gap-12);
31
31
  outline: none
32
- } .select__footer_1xss8 > .select__button_1xss8 + .select__button_1xss8 {
32
+ } .select__footer_od54p > .select__button_od54p + .select__button_od54p {
33
33
  margin-left: var(--select-option-list-footer-button-gap);
34
34
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Checkbox } from '@alfalab/core-components-checkbox/modern';
4
4
 
5
- const styles = {"desktop":"select__desktop_1vi6y","mobile":"select__mobile_1vi6y"};
5
+ const styles = {"desktop":"select__desktop_cfhk3","mobile":"select__mobile_cfhk3"};
6
6
  require('./index.css')
7
7
 
8
8
  const Header = ({ onChange, checked, indeterminate, mobile, dataTestId, }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
@@ -1,4 +1,4 @@
1
- /* hash: e8w0d */
1
+ /* hash: 93a6z */
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_1vi6y {
25
+ } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_cfhk3 {
26
26
  padding: var(--gap-12);
27
- } .select__mobile_1vi6y {
27
+ } .select__mobile_cfhk3 {
28
28
  padding: var(--gap-12) var(--gap-8);
29
29
  }
@@ -1 +1 @@
1
- export * from "../../../hook-0b806cd4";
1
+ export * from "../../../hook-38392db8";
@@ -1 +1 @@
1
- export { O as OptionsListWithApply } from '../../../hook-0b806cd4.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-38392db8.js';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { Skeleton } from '@alfalab/core-components-skeleton/modern';
3
3
  import { Option } from '../../components/option/Component.js';
4
4
 
5
- const styles = {"skeleton":"select__skeleton_1k0lm"};
5
+ const styles = {"skeleton":"select__skeleton_1dfdu"};
6
6
  require('./index.css')
7
7
 
8
8
  function useSelectWithLoading({ loading = false, visibleOptions = 6, Option: Option$1 = Option, }) {
@@ -1,5 +1,5 @@
1
- /* hash: 1lha0 */
2
- .select__skeleton_1k0lm {
1
+ /* hash: w7z1t */
2
+ .select__skeleton_1dfdu {
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-0b806cd4.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-38392db8.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/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-184c14eb";
9
+ import { UseSelectWithApplyProps } from "./hook-882d7b38";
10
10
  type AnyObject = Record<string, any>;
11
11
  type OptionShape = {
12
12
  /**
@@ -687,13 +687,17 @@ type BottomSheetSelectMobileProps = {
687
687
  /**
688
688
  * Дополнительные пропсы шторки
689
689
  */
690
- bottomSheetProps?: Partial<BottomSheetProps>;
690
+ bottomSheetProps?: Omit<Partial<BottomSheetProps>, 'bottomAddons'> & {
691
+ bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
692
+ };
691
693
  };
692
694
  type ModalSelectMobileProps = {
693
695
  /**
694
696
  * Дополнительные пропсы шапки модалки
695
697
  */
696
- modalHeaderProps?: Partial<ModalHeaderProps>;
698
+ modalHeaderProps?: Omit<Partial<ModalHeaderProps>, 'bottomAddons'> & {
699
+ bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
700
+ };
697
701
  /**
698
702
  * Дополнительные пропсы модалки
699
703
  */
@@ -8,7 +8,9 @@ declare const getListBottomSheetMobileProps: (props: ComponentProps) => {
8
8
  footer: import("react").ReactNode;
9
9
  swipeable: boolean | undefined;
10
10
  showSearch: boolean | undefined;
11
- bottomSheetProps: Partial<import("@alfalab/core-components-bottom-sheet").BottomSheetProps> | undefined;
11
+ bottomSheetProps: (Omit<Partial<import("@alfalab/core-components-bottom-sheet").BottomSheetProps>, "bottomAddons"> & {
12
+ bottomAddons?: import("react").ReactNode | ((flatOptions: import("../../../../../typings").OptionShape[]) => import("react").ReactNode);
13
+ }) | undefined;
12
14
  isBottomSheet: boolean;
13
15
  nativeSelect: boolean;
14
16
  onScroll: ((event: import("react").MouseEvent<HTMLDivElement, MouseEvent>) => void) | undefined;
@@ -17,7 +17,9 @@ declare const getListModalMobileProps: (props: ComponentProps) => {
17
17
  breakpoint?: number | undefined;
18
18
  defaultMatchMediaValue?: boolean | (() => boolean) | undefined;
19
19
  } & import("react").RefAttributes<HTMLDivElement>> | undefined;
20
- modalHeaderProps: Partial<import("@alfalab/core-components-modal/shared").ModalHeaderProps> | undefined;
20
+ modalHeaderProps: (Omit<Partial<import("@alfalab/core-components-modal/shared").ModalHeaderProps>, "bottomAddons"> & {
21
+ bottomAddons?: import("react").ReactNode | ((flatOptions: import("../../../../../typings").OptionShape[]) => import("react").ReactNode);
22
+ }) | undefined;
21
23
  modalFooterProps: Partial<import("@alfalab/core-components-modal/shared").ModalFooterProps> | undefined;
22
24
  label: import("react").ReactNode;
23
25
  placeholder: string | undefined;
@@ -5,6 +5,7 @@ import mobileStyles from '../../mobile.module.css';
5
5
  const ListBottomSheetMobile = (props) => {
6
6
  const { BottomSheet, dataTestId, open, label, placeholder, footer, swipeable, showSearch, bottomSheetProps, menuRef, scrollableContainerRef, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
7
7
  if (BottomSheet) {
8
+ const bottomAddons = bottomSheetProps?.bottomAddons;
8
9
  return (React.createElement(BottomSheet, { dataTestId: getDataTestId(dataTestId, 'bottom-sheet'), open: open, className: mobileStyles.sheet, contentClassName: mobileStyles.sheetContent, containerClassName: mobileStyles.sheetContainer, title: label || placeholder, actionButton: footer, stickyHeader: true, hasCloser: true, swipeable: swipeable, initialHeight: showSearch ? 'full' : 'default', ...bottomSheetProps, sheetContainerRef: menuRef, scrollableContainerRef: scrollableContainerRef, onClose: () => {
9
10
  closeMenu();
10
11
  bottomSheetProps?.onClose?.();
@@ -13,7 +14,9 @@ const ListBottomSheetMobile = (props) => {
13
14
  onEntered: handleEntered,
14
15
  }, bottomAddons: React.createElement(React.Fragment, null,
15
16
  renderSearch(),
16
- flatOptions.length > 0 && bottomSheetProps?.bottomAddons), containerProps: {
17
+ typeof bottomAddons === 'function'
18
+ ? bottomAddons(flatOptions)
19
+ : bottomAddons), containerProps: {
17
20
  ...bottomSheetProps?.containerProps,
18
21
  onScroll,
19
22
  } }, renderOptionsList()));
@@ -7,6 +7,7 @@ import mobileStyles from '../../mobile.module.css';
7
7
  const ListModalMobile = (props) => {
8
8
  const { ModalMobile, dataTestId, open, modalProps, modalHeaderProps, modalFooterProps, menuRef, scrollableContainerRef, label, placeholder, onScroll, flatOptions, closeMenu, handleEntered, renderSearch, renderOptionsList, } = props;
9
9
  if (ModalMobile) {
10
+ const bottomAddons = modalHeaderProps?.bottomAddons;
10
11
  return (React.createElement(ModalMobile, { dataTestId: getDataTestId(dataTestId, 'modal'), open: open, hasCloser: true, ...modalProps, componentRef: menuRef, onClose: (...args) => {
11
12
  closeMenu();
12
13
  modalProps?.onClose?.(...args);
@@ -22,7 +23,9 @@ const ListModalMobile = (props) => {
22
23
  } },
23
24
  React.createElement(ModalMobile.Header, { hasCloser: true, sticky: true, ...modalHeaderProps, title: undefined, bottomAddons: React.createElement(React.Fragment, null,
24
25
  renderSearch(),
25
- flatOptions.length > 0 && modalHeaderProps?.bottomAddons) }, modalHeaderProps?.title || label || placeholder),
26
+ typeof bottomAddons === 'function'
27
+ ? bottomAddons(flatOptions)
28
+ : bottomAddons) }, modalHeaderProps?.title || label || placeholder),
26
29
  React.createElement(ModalMobile.Content, { flex: true, className: mobileStyles.modalContent }, renderOptionsList()),
27
30
  modalFooterProps?.children && React.createElement(ModalMobile.Footer, { ...modalFooterProps })));
28
31
  }
@@ -93,6 +93,7 @@ function useSelectWithApply({ options, selected, onChange = () => null, onSelect
93
93
  onSelectAllClick(optionsToSet);
94
94
  setSelectedDraft(optionsToSet);
95
95
  };
96
+ const selectedKeys = useMemo(() => selectedDraft.map(({ key }) => key), [selectedDraft]);
96
97
  const handleChange = ({ initiator, ...restArgs }) => {
97
98
  if (!initiator) {
98
99
  onChange({
@@ -101,14 +102,16 @@ function useSelectWithApply({ options, selected, onChange = () => null, onSelect
101
102
  });
102
103
  return;
103
104
  }
104
- const initiatorSelected = selectedDraft.includes(initiator) ||
105
- (initiator.key === SELECT_ALL_KEY && selectedDraft.length === flatOptions.length);
105
+ const initiatorSelected = selectedDraft.some((selectedDraftOption) => selectedDraftOption.key === initiator.key) ||
106
+ (initiator.key === SELECT_ALL_KEY &&
107
+ (selectedDraft.length === flatOptions.length ||
108
+ flatOptions.every(({ key }) => selectedKeys.includes(key))));
106
109
  if (initiator.key === SELECT_ALL_KEY) {
107
110
  setSelectedDraft(initiatorSelected ? [] : flatOptions);
108
111
  }
109
112
  else {
110
113
  setSelectedDraft(initiatorSelected
111
- ? selectedDraft.filter((o) => o !== initiator)
114
+ ? selectedDraft.filter((o) => o.key !== initiator.key)
112
115
  : selectedDraft.concat(initiator));
113
116
  }
114
117
  };
@@ -137,8 +140,9 @@ function useSelectWithApply({ options, selected, onChange = () => null, onSelect
137
140
  showHeaderWithSelectAll,
138
141
  headerProps: {
139
142
  ...optionsListProps?.headerProps,
140
- indeterminate: !!selectedDraft.length && selectedDraft.length < flatOptions.length,
141
- checked: selectedDraft.length === flatOptions.length,
143
+ indeterminate: selectedDraft.length > 0,
144
+ checked: selectedDraft.length === flatOptions.length ||
145
+ flatOptions.every(({ key }) => selectedKeys.includes(key)),
142
146
  onChange: handleToggleAll,
143
147
  },
144
148
  },
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
11
11
  import { OptionsList } from '../components/options-list/Component.js';
12
12
  import { Search } from '../components/search/Component.js';
13
13
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
14
- import { u as useSelectWithApply } from '../hook-839b1d63.js';
14
+ import { u as useSelectWithApply } from '../hook-7fabc4ab.js';
15
15
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
16
16
 
17
17
  const VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
@@ -32,7 +32,9 @@ const SelectMobile = forwardRef(({ autocomplete = false, multiple = false, allow
32
32
  showClear,
33
33
  showSelectAll,
34
34
  });
35
- const bottomAddons = useWithApplyHook && showHeaderWithSelectAll && (React.createElement(Header, { ...applyProps.optionsListProps.headerProps, mobile: true }));
35
+ const bottomAddons = (flatOptions) => flatOptions.length > 0 &&
36
+ useWithApplyHook &&
37
+ showHeaderWithSelectAll && (React.createElement(Header, { ...applyProps.optionsListProps.headerProps, mobile: true }));
36
38
  return (React.createElement(BaseSelect, { ref: ref, view: 'mobile', autocomplete: autocomplete, multiple: multiple, allowUnselect: allowUnselect, disabled: disabled, closeOnSelect: closeOnSelect, circularNavigation: circularNavigation, defaultOpen: defaultOpen, open: openProp, size: size, optionsSize: optionsSize, fieldProps: {
37
39
  FormControlComponent: FormControlMobile,
38
40
  ...fieldProps,
@@ -1,3 +1,3 @@
1
1
  export * from "./useSelectWithLoading/hook";
2
2
  export * from "./useLazyLoading/hook";
3
- export * from "../hook-184c14eb";
3
+ export * from "../hook-882d7b38";
@@ -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-839b1d63.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-7fabc4ab.js';
@@ -1,4 +1,4 @@
1
1
  import 'react';
2
2
  import 'deep-equal';
3
3
  import '../../utils.js';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-839b1d63.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-7fabc4ab.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-839b1d63.js';
4
+ export { O as OptionsListWithApply } from '../../../hook-7fabc4ab.js';
5
5
  import './footer/Component.js';
6
6
  import './header/Component.js';
@@ -1 +1 @@
1
- export * from "../../../hook-839b1d63";
1
+ export * from "../../../hook-7fabc4ab";
@@ -1 +1 @@
1
- export { O as OptionsListWithApply } from '../../../hook-839b1d63.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-7fabc4ab.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-839b1d63.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-7fabc4ab.js';
4
4
  export { defaultAccessor, defaultFilterFn, defaultGroupAccessor, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVirtualVisibleOptions, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/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-184c14eb";
9
+ import { UseSelectWithApplyProps } from "./hook-882d7b38";
10
10
  type AnyObject = Record<string, any>;
11
11
  type OptionShape = {
12
12
  /**
@@ -687,13 +687,17 @@ type BottomSheetSelectMobileProps = {
687
687
  /**
688
688
  * Дополнительные пропсы шторки
689
689
  */
690
- bottomSheetProps?: Partial<BottomSheetProps>;
690
+ bottomSheetProps?: Omit<Partial<BottomSheetProps>, 'bottomAddons'> & {
691
+ bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
692
+ };
691
693
  };
692
694
  type ModalSelectMobileProps = {
693
695
  /**
694
696
  * Дополнительные пропсы шапки модалки
695
697
  */
696
- modalHeaderProps?: Partial<ModalHeaderProps>;
698
+ modalHeaderProps?: Omit<Partial<ModalHeaderProps>, 'bottomAddons'> & {
699
+ bottomAddons?: ((flatOptions: OptionShape[]) => ReactNode) | ReactNode;
700
+ };
697
701
  /**
698
702
  * Дополнительные пропсы модалки
699
703
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-select",
3
- "version": "17.16.1",
3
+ "version": "17.17.1",
4
4
  "description": "Select component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "@alfalab/core-components-button": "^11.10.0",
22
22
  "@alfalab/core-components-checkbox": "^4.7.1",
23
23
  "@alfalab/core-components-form-control": "^12.7.0",
24
- "@alfalab/core-components-input": "^15.2.1",
24
+ "@alfalab/core-components-input": "^15.3.0",
25
25
  "@alfalab/core-components-modal": "^9.8.1",
26
26
  "@alfalab/core-components-mq": "^4.3.0",
27
27
  "@alfalab/core-components-popover": "^6.3.2",
@@ -1,3 +1,3 @@
1
1
  export * from "./useSelectWithLoading/hook";
2
2
  export * from "./useLazyLoading/hook";
3
- export * from "../hook-184c14eb";
3
+ export * from "../hook-882d7b38";
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-ae0e232f.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-3dff97f1.js');
8
8
 
9
9
 
10
10
 
@@ -6,7 +6,7 @@ require('tslib');
6
6
  require('react');
7
7
  require('deep-equal');
8
8
  require('../../utils.js');
9
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-ae0e232f.js');
9
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-3dff97f1.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-ae0e232f.js');
9
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-3dff97f1.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_1xss8","button":"select__button_1xss8"};
13
+ var styles = {"footer":"select__footer_od54p","button":"select__button_od54p"};
14
14
  require('./index.css')
15
15
 
16
16
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: m80f3 */
1
+ /* hash: h2elq */
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_1xss8 {
28
+ } .select__footer_od54p {
29
29
  background-color: var(--color-light-base-bg-primary);
30
30
  padding: var(--gap-12);
31
31
  outline: none
32
- } .select__footer_1xss8 > .select__button_1xss8 + .select__button_1xss8 {
32
+ } .select__footer_od54p > .select__button_od54p + .select__button_od54p {
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_1vi6y","mobile":"select__mobile_1vi6y"};
14
+ var styles = {"desktop":"select__desktop_cfhk3","mobile":"select__mobile_cfhk3"};
15
15
  require('./index.css')
16
16
 
17
17
  var Header = function (_a) {