@alfalab/core-components-select 17.18.0 → 17.19.0

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 (233) hide show
  1. package/components/arrow/Component.d.ts +1 -1
  2. package/components/arrow/Component.js +5 -3
  3. package/components/arrow/index.css +7 -4
  4. package/components/base-checkmark/Component.js +1 -1
  5. package/components/base-checkmark/index.css +6 -6
  6. package/components/base-option/Component.js +1 -1
  7. package/components/base-option/index.css +15 -15
  8. package/components/base-select/Component.js +3 -3
  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.d.ts +1 -1
  19. package/components/clear-button/Component.js +8 -4
  20. package/components/clear-button/index.css +9 -7
  21. package/components/field/Component.js +4 -4
  22. package/components/field/index.css +22 -14
  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/consts.d.ts +1 -0
  36. package/consts.js +1 -0
  37. package/cssm/components/arrow/Component.d.ts +1 -1
  38. package/cssm/components/arrow/Component.js +4 -2
  39. package/cssm/components/arrow/index.module.css +3 -0
  40. package/cssm/components/base-select/Component.js +1 -1
  41. package/cssm/components/clear-button/Component.d.ts +1 -1
  42. package/cssm/components/clear-button/Component.js +7 -3
  43. package/cssm/components/clear-button/index.module.css +3 -1
  44. package/cssm/components/field/Component.js +3 -3
  45. package/cssm/components/field/index.module.css +12 -4
  46. package/cssm/consts.d.ts +1 -0
  47. package/cssm/consts.js +1 -0
  48. package/{hook-5b125b7a.js → cssm/hook-08576e87.js} +3 -3
  49. package/{esm/hook-882d7b38.d.ts → cssm/hook-b8d44131.d.ts} +0 -3
  50. package/cssm/mobile/Component.mobile.js +1 -1
  51. package/cssm/presets/index.d.ts +1 -1
  52. package/cssm/presets/index.js +1 -1
  53. package/cssm/presets/useSelectWithApply/hook.js +2 -2
  54. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  55. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  56. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  57. package/cssm/shared/index.js +1 -1
  58. package/cssm/typings.d.ts +16 -6
  59. package/esm/components/arrow/Component.d.ts +1 -1
  60. package/esm/components/arrow/Component.js +5 -3
  61. package/esm/components/arrow/index.css +7 -4
  62. package/esm/components/base-checkmark/Component.js +1 -1
  63. package/esm/components/base-checkmark/index.css +6 -6
  64. package/esm/components/base-option/Component.js +1 -1
  65. package/esm/components/base-option/index.css +15 -15
  66. package/esm/components/base-select/Component.js +3 -3
  67. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  68. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  69. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  70. package/esm/components/base-select/index.css +11 -11
  71. package/esm/components/base-select/mobile.css +12 -12
  72. package/esm/components/checkmark/Component.js +1 -1
  73. package/esm/components/checkmark/index.css +10 -10
  74. package/esm/components/checkmark-mobile/Component.js +1 -1
  75. package/esm/components/checkmark-mobile/index.css +6 -6
  76. package/esm/components/clear-button/Component.d.ts +1 -1
  77. package/esm/components/clear-button/Component.js +7 -4
  78. package/esm/components/clear-button/index.css +9 -7
  79. package/esm/components/field/Component.js +4 -4
  80. package/esm/components/field/index.css +22 -14
  81. package/esm/components/footer/Component.js +1 -1
  82. package/esm/components/footer/index.css +5 -5
  83. package/esm/components/optgroup/Component.js +1 -1
  84. package/esm/components/optgroup/index.css +6 -6
  85. package/esm/components/option/Component.js +1 -1
  86. package/esm/components/option/index.css +19 -19
  87. package/esm/components/options-list/Component.js +1 -1
  88. package/esm/components/options-list/index.css +11 -11
  89. package/esm/components/search/Component.js +1 -1
  90. package/esm/components/search/index.css +2 -2
  91. package/esm/components/virtual-options-list/Component.js +1 -1
  92. package/esm/components/virtual-options-list/index.css +15 -15
  93. package/esm/consts.d.ts +1 -0
  94. package/esm/consts.js +1 -0
  95. package/esm/{hook-bd6817a9.js → hook-1ba9fd0a.js} +2 -2
  96. package/{hook-882d7b38.d.ts → esm/hook-b8d44131.d.ts} +0 -3
  97. package/esm/{list-popover-desktop-d8a41531.js → list-popover-desktop-3f111509.js} +1 -1
  98. package/esm/mobile/Component.mobile.js +1 -1
  99. package/esm/mobile.module-8b1bdca7.js +4 -0
  100. package/esm/presets/index.d.ts +1 -1
  101. package/esm/presets/index.js +1 -1
  102. package/esm/presets/useSelectWithApply/hook.js +2 -2
  103. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  104. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  105. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  106. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  107. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  108. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  109. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  110. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  111. package/esm/presets/useSelectWithLoading/index.css +2 -2
  112. package/esm/shared/index.js +1 -1
  113. package/esm/typings.d.ts +16 -6
  114. package/{cssm/hook-619dab79.js → hook-639eaf6a.js} +3 -3
  115. package/{modern/hook-882d7b38.d.ts → hook-b8d44131.d.ts} +0 -3
  116. package/{list-popover-desktop-a237fb3d.js → list-popover-desktop-a809f4f3.js} +1 -1
  117. package/mobile/Component.mobile.js +1 -1
  118. package/mobile.module-e1d050c2.js +6 -0
  119. package/modern/components/arrow/Component.d.ts +1 -1
  120. package/modern/components/arrow/Component.js +9 -5
  121. package/modern/components/arrow/index.css +7 -4
  122. package/modern/components/base-checkmark/Component.js +1 -1
  123. package/modern/components/base-checkmark/index.css +6 -6
  124. package/modern/components/base-option/Component.js +1 -1
  125. package/modern/components/base-option/index.css +15 -15
  126. package/modern/components/base-select/Component.js +3 -3
  127. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  128. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  129. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  130. package/modern/components/base-select/index.css +11 -11
  131. package/modern/components/base-select/mobile.css +12 -12
  132. package/modern/components/checkmark/Component.js +1 -1
  133. package/modern/components/checkmark/index.css +10 -10
  134. package/modern/components/checkmark-mobile/Component.js +1 -1
  135. package/modern/components/checkmark-mobile/index.css +6 -6
  136. package/modern/components/clear-button/Component.d.ts +1 -1
  137. package/modern/components/clear-button/Component.js +8 -3
  138. package/modern/components/clear-button/index.css +9 -7
  139. package/modern/components/field/Component.js +4 -4
  140. package/modern/components/field/index.css +22 -14
  141. package/modern/components/footer/Component.js +1 -1
  142. package/modern/components/footer/index.css +5 -5
  143. package/modern/components/optgroup/Component.js +1 -1
  144. package/modern/components/optgroup/index.css +6 -6
  145. package/modern/components/option/Component.js +1 -1
  146. package/modern/components/option/index.css +19 -19
  147. package/modern/components/options-list/Component.js +1 -1
  148. package/modern/components/options-list/index.css +11 -11
  149. package/modern/components/search/Component.js +1 -1
  150. package/modern/components/search/index.css +2 -2
  151. package/modern/components/virtual-options-list/Component.js +1 -1
  152. package/modern/components/virtual-options-list/index.css +15 -15
  153. package/modern/consts.d.ts +1 -0
  154. package/modern/consts.js +1 -0
  155. package/{cssm/hook-882d7b38.d.ts → modern/hook-b8d44131.d.ts} +0 -3
  156. package/{moderncssm/hook-7fabc4ab.js → modern/hook-f9dc9773.js} +2 -2
  157. package/modern/{list-popover-desktop-cb8c0e7a.js → list-popover-desktop-6d15956b.js} +1 -1
  158. package/modern/mobile/Component.mobile.js +1 -1
  159. package/modern/mobile.module-13db2bf1.js +4 -0
  160. package/modern/presets/index.d.ts +1 -1
  161. package/modern/presets/index.js +1 -1
  162. package/modern/presets/useSelectWithApply/hook.js +2 -2
  163. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  164. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  165. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  166. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  167. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  168. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  169. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  170. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  171. package/modern/presets/useSelectWithLoading/index.css +2 -2
  172. package/modern/shared/index.js +1 -1
  173. package/modern/typings.d.ts +16 -6
  174. package/moderncssm/components/arrow/Component.d.ts +1 -1
  175. package/moderncssm/components/arrow/Component.js +8 -4
  176. package/moderncssm/components/arrow/index.module.css +4 -0
  177. package/moderncssm/components/base-select/Component.js +1 -1
  178. package/moderncssm/components/clear-button/Component.d.ts +1 -1
  179. package/moderncssm/components/clear-button/Component.js +7 -2
  180. package/moderncssm/components/clear-button/index.module.css +4 -0
  181. package/moderncssm/components/field/Component.js +3 -3
  182. package/moderncssm/components/field/index.module.css +12 -2
  183. package/moderncssm/consts.d.ts +1 -0
  184. package/moderncssm/consts.js +1 -0
  185. package/{modern/hook-acea3024.js → moderncssm/hook-50057c35.js} +2 -2
  186. package/moderncssm/hook-b8d44131.d.ts +112 -0
  187. package/moderncssm/mobile/Component.mobile.js +1 -1
  188. package/moderncssm/presets/index.d.ts +1 -1
  189. package/moderncssm/presets/index.js +1 -1
  190. package/moderncssm/presets/useSelectWithApply/hook.js +2 -2
  191. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  192. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  193. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  194. package/moderncssm/shared/index.js +1 -1
  195. package/moderncssm/typings.d.ts +16 -6
  196. package/package.json +18 -17
  197. package/presets/index.d.ts +1 -1
  198. package/presets/index.js +1 -1
  199. package/presets/useSelectWithApply/hook.js +2 -2
  200. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  201. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  202. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  203. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  204. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  205. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  206. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  207. package/presets/useSelectWithLoading/hook.js +1 -1
  208. package/presets/useSelectWithLoading/index.css +2 -2
  209. package/shared/index.js +1 -1
  210. package/src/components/arrow/Component.tsx +13 -8
  211. package/src/components/arrow/index.module.css +5 -0
  212. package/src/components/base-select/Component.tsx +1 -1
  213. package/src/components/clear-button/Component.tsx +20 -14
  214. package/src/components/clear-button/index.module.css +8 -0
  215. package/src/components/field/Component.tsx +5 -2
  216. package/src/components/field/index.module.css +8 -0
  217. package/src/consts.ts +1 -0
  218. package/src/presets/useSelectWithApply/hook.tsx +2 -2
  219. package/src/typings.ts +17 -5
  220. package/typings.d.ts +16 -6
  221. package/@alfalab/icons-glyph/package.json +0 -14
  222. package/esm/mobile.module-023227b4.js +0 -4
  223. package/mobile.module-87bdf619.js +0 -6
  224. package/modern/mobile.module-eb7b32f3.js +0 -4
  225. package/moderncssm/hook-882d7b38.d.ts +0 -115
  226. /package/cssm/{hook-619dab79.d.ts → hook-08576e87.d.ts} +0 -0
  227. /package/esm/{hook-bd6817a9.d.ts → hook-1ba9fd0a.d.ts} +0 -0
  228. /package/esm/{list-popover-desktop-d8a41531.d.ts → list-popover-desktop-3f111509.d.ts} +0 -0
  229. /package/{hook-5b125b7a.d.ts → hook-639eaf6a.d.ts} +0 -0
  230. /package/{list-popover-desktop-a237fb3d.d.ts → list-popover-desktop-a809f4f3.d.ts} +0 -0
  231. /package/modern/{hook-acea3024.d.ts → hook-f9dc9773.d.ts} +0 -0
  232. /package/modern/{list-popover-desktop-cb8c0e7a.d.ts → list-popover-desktop-6d15956b.d.ts} +0 -0
  233. /package/moderncssm/{hook-7fabc4ab.d.ts → hook-50057c35.d.ts} +0 -0
package/esm/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-882d7b38";
9
+ import { UseSelectWithApplyProps } from "./hook-b8d44131";
10
10
  type AnyObject = Record<string, any>;
11
11
  type OptionShape = {
12
12
  /**
@@ -110,12 +110,12 @@ type BaseSelectProps = {
110
110
  * Размер компонента
111
111
  * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
112
112
  */
113
- size?: 's' | 'm' | 'l' | 'xl' | 48 | 56 | 64 | 72;
113
+ size?: 's' | 'm' | 'l' | 'xl' | 40 | 48 | 56 | 64 | 72;
114
114
  /**
115
115
  * Размер пунктов меню
116
116
  * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
117
117
  */
118
- optionsSize?: 's' | 'm' | 'l' | 'xl' | 48 | 56 | 64 | 72;
118
+ optionsSize?: 's' | 'm' | 'l' | 'xl' | 40 | 48 | 56 | 64 | 72;
119
119
  /**
120
120
  * Растягивает компонент на ширину контейнера
121
121
  */
@@ -390,6 +390,11 @@ type ArrowProps = {
390
390
  * Флаг блокировки select'а
391
391
  */
392
392
  disabled?: boolean;
393
+ /**
394
+ * Размер компонента
395
+ * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
396
+ */
397
+ size?: BaseSelectProps['size'];
393
398
  };
394
399
  type OptionsListProps = {
395
400
  /**
@@ -412,7 +417,7 @@ type OptionsListProps = {
412
417
  * Размер компонента
413
418
  * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
414
419
  */
415
- size?: 's' | 'm' | 'l' | 'xl' | 48 | 56 | 64 | 72;
420
+ size?: 's' | 'm' | 'l' | 'xl' | 40 | 48 | 56 | 64 | 72;
416
421
  /**
417
422
  * Компонент пункта меню
418
423
  */
@@ -532,7 +537,7 @@ type OptgroupProps = {
532
537
  * Размер компонента
533
538
  * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
534
539
  */
535
- size?: 's' | 'm' | 'l' | 'xl' | 48 | 56 | 64 | 72;
540
+ size?: 's' | 'm' | 'l' | 'xl' | 40 | 48 | 56 | 64 | 72;
536
541
  /**
537
542
  * Заголовок группы
538
543
  */
@@ -571,7 +576,7 @@ type OptionProps = {
571
576
  * Размер компонента
572
577
  * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
573
578
  */
574
- size?: 's' | 'm' | 'l' | 'xl' | 48 | 56 | 64 | 72;
579
+ size?: 's' | 'm' | 'l' | 'xl' | 40 | 48 | 56 | 64 | 72;
575
580
  /**
576
581
  * Контент пункта меню
577
582
  */
@@ -757,5 +762,10 @@ type ClearButtonProps = {
757
762
  * Идентификатор для систем автоматизированного тестирования
758
763
  */
759
764
  dataTestId?: string;
765
+ /**
766
+ * Размер компонента
767
+ * @description s, m, l, xl deprecated, используйте вместо них 48, 56, 64, 72 соответственно
768
+ */
769
+ size?: FormControlProps['size'];
760
770
  };
761
771
  export { AnyObject, OptionShape, GroupShape, BaseSelectChangePayload, BaseSelectProps, FieldProps, ArrowProps, OptionsListProps, OptgroupProps, OptionProps, CheckmarkProps, SearchProps, SelectFieldProps, AdditionalMobileProps, BottomSheetSelectMobileProps, ModalSelectMobileProps, SelectModalMobileProps, SelectMobileProps, SelectDesktopProps, SelectProps, ClearButtonProps };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
- var deepEqual = require('deep-equal');
5
+ var reactFastCompare = require('react-fast-compare');
6
6
  var utils = require('./utils.js');
7
7
  var components_optionsList_Component = require('./components/options-list/Component.js');
8
8
  var consts = require('./consts.js');
@@ -12,7 +12,7 @@ var presets_useSelectWithApply_optionsListWithApply_header_Component = require('
12
12
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
13
13
 
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
- var deepEqual__default = /*#__PURE__*/_interopDefaultCompat(deepEqual);
15
+ var reactFastCompare__default = /*#__PURE__*/_interopDefaultCompat(reactFastCompare);
16
16
 
17
17
  var OptionsListWithApply = React.forwardRef(function (_a, ref) {
18
18
  var toggleMenu = _a.toggleMenu, defaultGetOptionProps = _a.getOptionProps, _b = _a.showClear, showClear = _b === void 0 ? true : _b, showHeaderWithSelectAll = _a.showHeaderWithSelectAll, _c = _a.selectedDraft, selectedDraft = _c === void 0 ? [] : _c, _d = _a.flatOptions, flatOptions = _d === void 0 ? [] : _d, _e = _a.OptionsList, OptionsList = _e === void 0 ? components_optionsList_Component.OptionsList : _e, _f = _a.onApply, onApply = _f === void 0 ? function () { return null; } : _f, _g = _a.onClear, onClear = _g === void 0 ? function () { return null; } : _g, _h = _a.onClose, onClose = _h === void 0 ? function () { return null; } : _h, _j = _a.visibleOptions, visibleOptions = _j === void 0 ? consts.DEFAULT_VISIBLE_OPTIONS : _j, _k = _a.Footer, Footer = _k === void 0 ? presets_useSelectWithApply_optionsListWithApply_footer_Component.Footer : _k, _l = _a.Header, Header = _l === void 0 ? presets_useSelectWithApply_optionsListWithApply_header_Component.Header : _l, header = _a.header, headerProps = _a.headerProps, setSelectedDraft = _a.setSelectedDraft, restProps = tslib.__rest(_a, ["toggleMenu", "getOptionProps", "showClear", "showHeaderWithSelectAll", "selectedDraft", "flatOptions", "OptionsList", "onApply", "onClear", "onClose", "visibleOptions", "Footer", "Header", "header", "headerProps", "setSelectedDraft"]);
@@ -135,7 +135,7 @@ function useSelectWithApply(_a) {
135
135
  var handleClose = function () { return setSelectedDraft(selectedOptionsRef.current); };
136
136
  React.useEffect(function () {
137
137
  // устанавливать selectedDraft если selectedOptions изменились
138
- if (!deepEqual__default.default(selectedOptionsRef.current, selectedOptions)) {
138
+ if (!reactFastCompare__default.default(selectedOptionsRef.current, selectedOptions)) {
139
139
  setSelectedDraft(selectedOptions);
140
140
  }
141
141
  selectedOptionsRef.current = selectedOptions;
@@ -51,9 +51,6 @@ declare function useSelectWithApply({ options, selected, onChange, onSelectAllCl
51
51
  OptionsList: import("react").ForwardRefExoticComponent<import("./typings").OptionsListProps & {
52
52
  showClear?: boolean | undefined;
53
53
  onClose?: (() => void) | undefined;
54
- /**
55
- * Обработчик выбора
56
- */
57
54
  selectedDraft?: OptionShape[] | undefined;
58
55
  OptionsList?: import("react").FC<import("./typings").OptionsListProps & import("react").RefAttributes<HTMLDivElement>> | undefined;
59
56
  Footer?: import("react").FC<import("./presets/useSelectWithApply/options-list-with-apply/footer/Component").FooterProps> | undefined;
@@ -9,7 +9,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
9
9
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
10
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
11
11
 
12
- var styles = {"component":"select__component_aaije","popoverInner":"select__popoverInner_aaije","optionsListWrapper":"select__optionsListWrapper_aaije","optionsListBorder":"select__optionsListBorder_aaije","nativeSelect":"select__nativeSelect_aaije","block":"select__block_aaije","emptySearchPlaceholder":"select__emptySearchPlaceholder_aaije","search":"select__search_aaije"};
12
+ var styles = {"component":"select__component_k2eyy","popoverInner":"select__popoverInner_k2eyy","optionsListWrapper":"select__optionsListWrapper_k2eyy","optionsListBorder":"select__optionsListBorder_k2eyy","nativeSelect":"select__nativeSelect_k2eyy","block":"select__block_k2eyy","emptySearchPlaceholder":"select__emptySearchPlaceholder_k2eyy","search":"select__search_k2eyy"};
13
13
  require('./components/base-select/index.css')
14
14
 
15
15
  var ListPopoverDesktop = function (props) {
@@ -16,7 +16,7 @@ var components_option_Component = require('../components/option/Component.js');
16
16
  var components_optionsList_Component = require('../components/options-list/Component.js');
17
17
  var components_search_Component = require('../components/search/Component.js');
18
18
  var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
19
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-5b125b7a.js');
19
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-639eaf6a.js');
20
20
  var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
21
21
 
22
22
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var mobileStyles = {"sheet":"select__sheet_1gz9m","sheetContent":"select__sheetContent_1gz9m","modalContent":"select__modalContent_1gz9m","sheetContainer":"select__sheetContainer_1gz9m","optionsListWrapper":"select__optionsListWrapper_1gz9m","optionsList":"select__optionsList_1gz9m","scrollbar":"select__scrollbar_1gz9m","search":"select__search_1gz9m","option":"select__option_1gz9m","optionGroup":"select__optionGroup_1gz9m"};
4
+ require('./components/base-select/mobile.css')
5
+
6
+ exports.mobileStyles = mobileStyles;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
3
  import { ArrowProps } from "../../typings";
4
- declare const Arrow: ({ open, disabled, className }: ArrowProps) => React.JSX.Element;
4
+ declare const Arrow: ({ open, disabled, className, size }: ArrowProps) => React.JSX.Element;
5
5
  export { Arrow };
@@ -1,13 +1,17 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
4
+ import { ChevronDownSIcon } from '@alfalab/icons-glyph/ChevronDownSIcon';
4
5
 
5
- const styles = {"arrow":"select__arrow_e5z0l","disabled":"select__disabled_e5z0l","open":"select__open_e5z0l"};
6
+ const styles = {"arrow":"select__arrow_1ixfi","disabled":"select__disabled_1ixfi","size-40":"select__size-40_1ixfi","open":"select__open_1ixfi"};
6
7
  require('./index.css')
7
8
 
8
- const Arrow = ({ open, disabled, className }) => (React.createElement(ChevronDownMIcon, { className: cn(styles.arrow, className, {
9
- [styles.open]: open,
10
- [styles.disabled]: disabled,
11
- }) }));
9
+ const Arrow = ({ open, disabled, className, size }) => {
10
+ const ChevronComponent = size === 40 ? ChevronDownSIcon : ChevronDownMIcon;
11
+ return (React.createElement(ChevronComponent, { className: cn(styles.arrow, styles[`size-${size}`], className, {
12
+ [styles.open]: open,
13
+ [styles.disabled]: disabled,
14
+ }) }));
15
+ };
12
16
 
13
17
  export { Arrow };
@@ -1,4 +1,4 @@
1
- /* hash: 121yr */
1
+ /* hash: 1g0ha */
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-neutral-translucent-500: rgba(9, 12, 37, 0.28);
@@ -32,15 +32,18 @@
32
32
  /* checkmark */
33
33
 
34
34
  /* optgroup */
35
- } .select__arrow_e5z0l {
35
+ } .select__arrow_1ixfi {
36
36
  display: block;
37
37
  width: 24px;
38
38
  height: 24px;
39
39
  color: var(--select-arrow-color);
40
40
 
41
41
  transition: transform 0.15s ease-in-out, opacity 0.2s ease
42
- } .select__arrow_e5z0l.select__disabled_e5z0l {
42
+ } .select__arrow_1ixfi.select__disabled_1ixfi {
43
43
  color: var(--select-arrow-disabled-color);
44
- } .select__open_e5z0l {
44
+ } .select__arrow_1ixfi.select__size-40_1ixfi {
45
+ width: unset;
46
+ height: unset;
47
+ } .select__open_1ixfi {
45
48
  transform: var(--arrow-transform);
46
49
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { Checkbox } from '@alfalab/core-components-checkbox/modern';
4
4
  import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
5
5
 
6
- const styles = {"checkmark":"select__checkmark_lr81s","start":"select__start_lr81s","center":"select__center_lr81s","single":"select__single_lr81s","selected":"select__selected_lr81s"};
6
+ const styles = {"checkmark":"select__checkmark_1g0vm","start":"select__start_1g0vm","center":"select__center_1g0vm","single":"select__single_1g0vm","selected":"select__selected_1g0vm"};
7
7
  require('./index.css')
8
8
 
9
9
  const BaseCheckmark = ({ selected, disabled = false, className, multiple, align = 'center', }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 61pps */
1
+ /* hash: ip3mb */
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 */
@@ -27,18 +27,18 @@
27
27
  /* checkmark */
28
28
 
29
29
  /* optgroup */
30
- } .select__checkmark_lr81s {
30
+ } .select__checkmark_1g0vm {
31
31
  flex-shrink: 0;
32
32
  box-sizing: border-box
33
- } .select__checkmark_lr81s.select__start_lr81s {
33
+ } .select__checkmark_1g0vm.select__start_1g0vm {
34
34
  align-self: start;
35
- } .select__checkmark_lr81s.select__center_lr81s {
35
+ } .select__checkmark_1g0vm.select__center_1g0vm {
36
36
  align-self: center;
37
- } .select__single_lr81s {
37
+ } .select__single_1g0vm {
38
38
  display: flex;
39
39
  align-items: center;
40
40
  justify-content: center;
41
41
  opacity: 0
42
- } .select__single_lr81s.select__selected_lr81s {
42
+ } .select__single_1g0vm.select__selected_1g0vm {
43
43
  opacity: 1;
44
44
  }
@@ -2,7 +2,7 @@ import React, { isValidElement } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { BaseCheckmark } from '../base-checkmark/Component.js';
4
4
 
5
- const styles = {"option":"select__option_17eit","disabled":"select__disabled_17eit","checkmarkBefore":"select__checkmarkBefore_17eit","mobile":"select__mobile_17eit","checkmarkAfter":"select__checkmarkAfter_17eit","textContent":"select__textContent_17eit","selected":"select__selected_17eit","highlighted":"select__highlighted_17eit","checkmarkBeforeContent":"select__checkmarkBeforeContent_17eit","checkmarkAfterContent":"select__checkmarkAfterContent_17eit","content":"select__content_17eit"};
5
+ const styles = {"option":"select__option_xluzs","disabled":"select__disabled_xluzs","checkmarkBefore":"select__checkmarkBefore_xluzs","mobile":"select__mobile_xluzs","checkmarkAfter":"select__checkmarkAfter_xluzs","textContent":"select__textContent_xluzs","selected":"select__selected_xluzs","highlighted":"select__highlighted_xluzs","checkmarkBeforeContent":"select__checkmarkBeforeContent_xluzs","checkmarkAfterContent":"select__checkmarkAfterContent_xluzs","content":"select__content_xluzs"};
6
6
  require('./index.css')
7
7
 
8
8
  const BaseOption = ({ className, option, children, selected, highlighted, disabled, multiple, Checkmark = BaseCheckmark, checkmarkPosition = multiple ? 'before' : 'after', align = 'center', innerProps, dataTestId, mobile = false, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: fhqvl */
1
+ /* hash: 1uphj */
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-modal-bg-primary: #fff;
@@ -51,7 +51,7 @@
51
51
  /* checkmark */
52
52
 
53
53
  /* optgroup */
54
- } .select__option_17eit {
54
+ } .select__option_xluzs {
55
55
  font-size: 16px;
56
56
  line-height: 20px;
57
57
  font-weight: 400;
@@ -65,36 +65,36 @@
65
65
  position: relative;
66
66
  cursor: pointer;
67
67
  min-height: var(--size-s-height)
68
- } .select__option_17eit:not(.select__disabled_17eit):active {
68
+ } .select__option_xluzs:not(.select__disabled_xluzs):active {
69
69
  background: var(--select-option-active-background);
70
70
  color: var(--select-option-active-color);
71
- } .select__option_17eit.select__checkmarkBefore_17eit {
71
+ } .select__option_xluzs.select__checkmarkBefore_xluzs {
72
72
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12)
73
- } .select__option_17eit.select__checkmarkBefore_17eit.select__mobile_17eit {
73
+ } .select__option_xluzs.select__checkmarkBefore_xluzs.select__mobile_xluzs {
74
74
  padding-left: var(--gap-16);
75
- } .select__option_17eit.select__checkmarkAfter_17eit.select__checkmarkAfter_17eit {
75
+ } .select__option_xluzs.select__checkmarkAfter_xluzs.select__checkmarkAfter_xluzs {
76
76
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0)
77
- } .select__option_17eit.select__checkmarkAfter_17eit.select__checkmarkAfter_17eit.select__mobile_17eit {
77
+ } .select__option_xluzs.select__checkmarkAfter_xluzs.select__checkmarkAfter_xluzs.select__mobile_xluzs {
78
78
  padding-right: var(--gap-20);
79
- } .select__option_17eit.select__textContent_17eit {
79
+ } .select__option_xluzs.select__textContent_xluzs {
80
80
  padding: var(--gap-12)
81
- } .select__option_17eit.select__textContent_17eit.select__mobile_17eit {
81
+ } .select__option_xluzs.select__textContent_xluzs.select__mobile_xluzs {
82
82
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
83
- } .select__selected_17eit {
83
+ } .select__selected_xluzs {
84
84
  background: var(--select-option-selected-background);
85
85
  color: var(--select-option-selected-color);
86
86
  cursor: default;
87
- } .select__highlighted_17eit {
87
+ } .select__highlighted_xluzs {
88
88
  background: var(--select-option-hover-background);
89
89
  color: var(--select-option-hover-color);
90
- } .select__disabled_17eit {
90
+ } .select__disabled_xluzs {
91
91
  cursor: var(--disabled-cursor);
92
92
  background: var(--select-option-disabled-background);
93
93
  color: var(--select-option-disabled-color);
94
- } .select__checkmarkBeforeContent_17eit {
94
+ } .select__checkmarkBeforeContent_xluzs {
95
95
  margin-right: var(--gap-12);
96
- } .select__checkmarkAfterContent_17eit {
96
+ } .select__checkmarkAfterContent_xluzs {
97
97
  margin-left: var(--gap-12);
98
- } .select__content_17eit {
98
+ } .select__content_xluzs {
99
99
  flex: 1;
100
100
  }
@@ -9,11 +9,11 @@ import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { defaultAccessor, defaultFilterFn, defaultGroupAccessor, processOptions, isGroup } from '../../utils.js';
10
10
  import { NativeSelect } from '../native-select/Component.js';
11
11
  import { getListPopoverDesktopProps } from './components/list-desktop/helpers/get-list-popover-desktop-props.js';
12
- import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-cb8c0e7a.js';
12
+ import { s as styles, L as ListPopoverDesktop } from '../../list-popover-desktop-6d15956b.js';
13
13
  import { getListModalMobileProps } from './components/list-mobile/helpers/get-list-modal-mobile-props.js';
14
14
  import { getListBottomSheetMobileProps } from './components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js';
15
15
  import { ListMobile } from './components/list-mobile/list-mobile.js';
16
- import { m as mobileStyles } from '../../mobile.module-eb7b32f3.js';
16
+ import { m as mobileStyles } from '../../mobile.module-13db2bf1.js';
17
17
 
18
18
  /* eslint-disable no-nested-ternary */
19
19
  const itemToString = (option) => (option ? option.key : '');
@@ -384,7 +384,7 @@ const BaseSelect = forwardRef(
384
384
  };
385
385
  return (React.createElement("div", { ...(disabled && { 'aria-disabled': true }), "aria-expanded": inputProps['aria-expanded'], "aria-haspopup": 'listbox', role: inputProps.role, className: cn(styles.component, { [styles.block]: block }, className), ref: rootRef, onKeyDown: disabled ? undefined : handleFieldKeyDown, tabIndex: -1, "data-test-id": getDataTestId(dataTestId) },
386
386
  nativeSelect && renderNativeSelect(),
387
- React.createElement(Field, { selectedMultiple: selectedItems, selected: selectedItems[0], setSelectedItems: setSelectedItems, toggleMenu: toggleMenu, multiple: multiple, open: open, disabled: disabled, size: size, placeholder: placeholder, label: label && React.createElement("span", { ...getLabelProps() }, label), labelView: labelView, Arrow: Arrow && React.createElement(Arrow, { open: open, disabled: disabled }), error: error, hint: hint, valueRenderer: valueRenderer, className: fieldClassName, clear: clear, onClear: handleFieldClear, innerProps: {
387
+ React.createElement(Field, { selectedMultiple: selectedItems, selected: selectedItems[0], setSelectedItems: setSelectedItems, toggleMenu: toggleMenu, multiple: multiple, open: open, disabled: disabled, size: size, placeholder: placeholder, label: label && React.createElement("span", { ...getLabelProps() }, label), labelView: labelView, Arrow: Arrow && React.createElement(Arrow, { open: open, size: size, disabled: disabled }), error: error, hint: hint, valueRenderer: valueRenderer, className: fieldClassName, clear: clear, onClear: handleFieldClear, innerProps: {
388
388
  onBlur: handleFieldBlur,
389
389
  onFocus: disabled ? undefined : handleFieldFocus,
390
390
  onClick: disabled ? undefined : handleFieldClick,
@@ -1,3 +1,3 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- export { L as ListPopoverDesktop } from '../../../../list-popover-desktop-cb8c0e7a.js';
3
+ export { L as ListPopoverDesktop } from '../../../../list-popover-desktop-6d15956b.js';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
3
- import { m as mobileStyles } from '../../../../mobile.module-eb7b32f3.js';
3
+ import { m as mobileStyles } from '../../../../mobile.module-13db2bf1.js';
4
4
 
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;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
5
- import { m as mobileStyles } from '../../../../mobile.module-eb7b32f3.js';
5
+ import { m as mobileStyles } from '../../../../mobile.module-13db2bf1.js';
6
6
 
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;
@@ -1,4 +1,4 @@
1
- /* hash: 1pxso */
1
+ /* hash: f0xnv */
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-modal-bg-primary: #fff;
@@ -45,21 +45,21 @@
45
45
  /* checkmark */
46
46
 
47
47
  /* optgroup */
48
- } .select__component_aaije {
48
+ } .select__component_k2eyy {
49
49
  width: max-content;
50
50
  position: relative;
51
51
  outline: 0;
52
52
  max-width: 100%;
53
- } .select__popoverInner_aaije {
53
+ } .select__popoverInner_k2eyy {
54
54
  padding-top: var(--select-options-list-offset);
55
55
  padding-bottom: var(--select-options-list-offset);
56
56
  background: transparent;
57
57
  border-radius: 0;
58
58
  position: relative;
59
- } .select__popoverInner_aaije.select__popoverInner_aaije {
59
+ } .select__popoverInner_k2eyy.select__popoverInner_k2eyy {
60
60
  box-shadow: none;
61
61
  border: none;
62
- } .select__optionsListWrapper_aaije {
62
+ } .select__optionsListWrapper_k2eyy {
63
63
  position: relative;
64
64
  padding-top: var(--select-options-list-top-padding);
65
65
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -68,7 +68,7 @@
68
68
  background: var(--select-option-background);
69
69
  overflow: hidden;
70
70
  will-change: transform;
71
- } .select__optionsListBorder_aaije {
71
+ } .select__optionsListBorder_k2eyy {
72
72
  position: absolute;
73
73
  top: var(--gap-0);
74
74
  right: var(--gap-0);
@@ -77,7 +77,7 @@
77
77
  box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);
78
78
  border-radius: inherit;
79
79
  pointer-events: none;
80
- } .select__nativeSelect_aaije {
80
+ } .select__nativeSelect_k2eyy {
81
81
  opacity: 0;
82
82
  overflow: hidden;
83
83
  position: absolute;
@@ -90,12 +90,12 @@
90
90
  height: 100%;
91
91
  cursor: pointer;
92
92
  z-index: 1;
93
- } .select__block_aaije {
93
+ } .select__block_k2eyy {
94
94
  width: 100%;
95
- } .select__emptySearchPlaceholder_aaije {
95
+ } .select__emptySearchPlaceholder_k2eyy {
96
96
  text-align: center;
97
- } .select__search_aaije {
97
+ } .select__search_k2eyy {
98
98
  margin: var(--gap-12) var(--gap-12) var(--gap-0)
99
- } .select__search_aaije:last-child {
99
+ } .select__search_k2eyy:last-child {
100
100
  margin-bottom: var(--gap-12);
101
101
  }
@@ -1,4 +1,4 @@
1
- /* hash: 15pkv */
1
+ /* hash: 1uhnn */
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 */
@@ -36,30 +36,30 @@
36
36
  /* checkmark */
37
37
 
38
38
  /* optgroup */
39
- } .select__sheet_mouo7 {
39
+ } .select__sheet_1gz9m {
40
40
  overflow: hidden;
41
- } .select__sheetContent_mouo7.select__sheetContent_mouo7 {
41
+ } .select__sheetContent_1gz9m.select__sheetContent_1gz9m {
42
42
  padding: var(--gap-0)
43
- } .select__sheetContent_mouo7.select__sheetContent_mouo7 .select__modalContent_mouo7 {
43
+ } .select__sheetContent_1gz9m.select__sheetContent_1gz9m .select__modalContent_1gz9m {
44
44
  padding: var(--gap-0);
45
45
  display: flex;
46
46
  flex-direction: column;
47
- } .select__sheetContainer_mouo7 {
47
+ } .select__sheetContainer_1gz9m {
48
48
  padding: var(--gap-0);
49
- } .select__optionsListWrapper_mouo7 {
49
+ } .select__optionsListWrapper_1gz9m {
50
50
  flex: 1;
51
- } .select__optionsList_mouo7.select__optionsList_mouo7 {
51
+ } .select__optionsList_1gz9m.select__optionsList_1gz9m {
52
52
  height: 100%;
53
53
  display: flex;
54
54
  flex-direction: column;
55
- } .select__scrollbar_mouo7 {
55
+ } .select__scrollbar_1gz9m {
56
56
  flex: 1;
57
- } .select__search_mouo7 {
57
+ } .select__search_1gz9m {
58
58
  padding: var(--gap-8);
59
- } .select__option_mouo7.select__option_mouo7 {
59
+ } .select__option_1gz9m.select__option_1gz9m {
60
60
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16)
61
- } .select__option_mouo7.select__option_mouo7:before {
61
+ } .select__option_1gz9m.select__option_1gz9m:before {
62
62
  display: none;
63
- } .select__optionGroup_mouo7.select__optionGroup_mouo7 {
63
+ } .select__optionGroup_1gz9m.select__optionGroup_1gz9m {
64
64
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
65
65
  }
@@ -5,7 +5,7 @@ import { Checkbox } from '@alfalab/core-components-checkbox/modern';
5
5
  import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
6
6
  import CheckmarkMIcon from '@alfalab/icons-glyph/CheckmarkMIcon';
7
7
 
8
- const styles = {"checkmark":"select__checkmark_1ccyg","after":"select__after_1ccyg","single":"select__single_1ccyg","selected":"select__selected_1ccyg","before":"select__before_1ccyg","multiple":"select__multiple_1ccyg","colorIcon":"select__colorIcon_1ccyg"};
8
+ const styles = {"checkmark":"select__checkmark_12kam","after":"select__after_12kam","single":"select__single_12kam","selected":"select__selected_12kam","before":"select__before_12kam","multiple":"select__multiple_12kam","colorIcon":"select__colorIcon_12kam"};
9
9
  require('./index.css')
10
10
 
11
11
  const Checkmark = ({ selected, disabled = false, className, multiple, position = 'before', }) => {