@alfalab/core-components-select 17.8.4 → 17.8.5

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 (164) hide show
  1. package/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +6 -4
  3. package/components/base-checkmark/Component.js +1 -1
  4. package/components/base-checkmark/index.css +9 -7
  5. package/components/base-option/Component.js +1 -1
  6. package/components/base-option/index.css +18 -16
  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/list-bottom-sheet-mobile.js +1 -1
  10. package/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  11. package/components/base-select/index.css +15 -13
  12. package/components/base-select/mobile.css +15 -13
  13. package/components/checkmark/Component.js +1 -1
  14. package/components/checkmark/index.css +13 -11
  15. package/components/checkmark-mobile/Component.js +1 -1
  16. package/components/checkmark-mobile/index.css +9 -7
  17. package/components/field/Component.js +1 -1
  18. package/components/field/index.css +15 -13
  19. package/components/footer/Component.js +1 -1
  20. package/components/footer/index.css +8 -6
  21. package/components/optgroup/Component.js +1 -1
  22. package/components/optgroup/index.css +9 -7
  23. package/components/option/Component.js +1 -1
  24. package/components/option/index.css +22 -20
  25. package/components/options-list/Component.js +1 -1
  26. package/components/options-list/index.css +13 -11
  27. package/components/search/Component.js +1 -1
  28. package/components/search/index.css +5 -3
  29. package/components/virtual-options-list/Component.js +1 -1
  30. package/components/virtual-options-list/index.css +18 -16
  31. package/cssm/components/arrow/index.module.css +3 -1
  32. package/cssm/components/base-checkmark/index.module.css +3 -1
  33. package/cssm/components/base-option/index.module.css +3 -1
  34. package/cssm/components/base-select/index.module.css +4 -2
  35. package/cssm/components/base-select/mobile.module.css +3 -1
  36. package/cssm/components/checkmark/index.module.css +3 -1
  37. package/cssm/components/checkmark-mobile/index.module.css +3 -1
  38. package/cssm/components/field/index.module.css +3 -1
  39. package/cssm/components/footer/index.module.css +3 -1
  40. package/cssm/components/optgroup/index.module.css +3 -1
  41. package/cssm/components/option/index.module.css +3 -1
  42. package/cssm/components/options-list/index.module.css +3 -1
  43. package/cssm/components/search/index.module.css +3 -1
  44. package/cssm/components/virtual-options-list/index.module.css +3 -1
  45. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +3 -1
  46. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +3 -1
  47. package/esm/components/arrow/Component.js +1 -1
  48. package/esm/components/arrow/index.css +6 -4
  49. package/esm/components/base-checkmark/Component.js +1 -1
  50. package/esm/components/base-checkmark/index.css +9 -7
  51. package/esm/components/base-option/Component.js +1 -1
  52. package/esm/components/base-option/index.css +18 -16
  53. package/esm/components/base-select/Component.js +2 -2
  54. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  55. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  56. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  57. package/esm/components/base-select/index.css +15 -13
  58. package/esm/components/base-select/mobile.css +15 -13
  59. package/esm/components/checkmark/Component.js +1 -1
  60. package/esm/components/checkmark/index.css +13 -11
  61. package/esm/components/checkmark-mobile/Component.js +1 -1
  62. package/esm/components/checkmark-mobile/index.css +9 -7
  63. package/esm/components/field/Component.js +1 -1
  64. package/esm/components/field/index.css +15 -13
  65. package/esm/components/footer/Component.js +1 -1
  66. package/esm/components/footer/index.css +8 -6
  67. package/esm/components/optgroup/Component.js +1 -1
  68. package/esm/components/optgroup/index.css +9 -7
  69. package/esm/components/option/Component.js +1 -1
  70. package/esm/components/option/index.css +22 -20
  71. package/esm/components/options-list/Component.js +1 -1
  72. package/esm/components/options-list/index.css +13 -11
  73. package/esm/components/search/Component.js +1 -1
  74. package/esm/components/search/index.css +5 -3
  75. package/esm/components/virtual-options-list/Component.js +1 -1
  76. package/esm/components/virtual-options-list/index.css +18 -16
  77. package/esm/{list-popover-desktop-f713543b.js → list-popover-desktop-ba72a202.js} +1 -1
  78. package/esm/mobile/Component.mobile.js +1 -1
  79. package/esm/mobile.module-dfdae193.js +4 -0
  80. package/esm/presets/index.js +1 -1
  81. package/esm/presets/useSelectWithApply/hook.js +1 -1
  82. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  83. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  84. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -4
  85. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  86. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +6 -4
  87. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  88. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  89. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  90. package/esm/presets/useSelectWithLoading/index.css +2 -2
  91. package/esm/shared/index.js +1 -1
  92. package/{list-popover-desktop-11171d84.js → list-popover-desktop-851af4b7.js} +1 -1
  93. package/mobile/Component.mobile.js +1 -1
  94. package/mobile.module-355cdfc8.js +6 -0
  95. package/modern/components/arrow/Component.js +1 -1
  96. package/modern/components/arrow/index.css +6 -4
  97. package/modern/components/base-checkmark/Component.js +1 -1
  98. package/modern/components/base-checkmark/index.css +9 -7
  99. package/modern/components/base-option/Component.js +1 -1
  100. package/modern/components/base-option/index.css +18 -16
  101. package/modern/components/base-select/Component.js +2 -2
  102. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  103. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  104. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  105. package/modern/components/base-select/index.css +15 -13
  106. package/modern/components/base-select/mobile.css +15 -13
  107. package/modern/components/checkmark/Component.js +1 -1
  108. package/modern/components/checkmark/index.css +13 -11
  109. package/modern/components/checkmark-mobile/Component.js +1 -1
  110. package/modern/components/checkmark-mobile/index.css +9 -7
  111. package/modern/components/field/Component.js +1 -1
  112. package/modern/components/field/index.css +15 -13
  113. package/modern/components/footer/Component.js +1 -1
  114. package/modern/components/footer/index.css +8 -6
  115. package/modern/components/optgroup/Component.js +1 -1
  116. package/modern/components/optgroup/index.css +9 -7
  117. package/modern/components/option/Component.js +1 -1
  118. package/modern/components/option/index.css +22 -20
  119. package/modern/components/options-list/Component.js +1 -1
  120. package/modern/components/options-list/index.css +13 -11
  121. package/modern/components/search/Component.js +1 -1
  122. package/modern/components/search/index.css +5 -3
  123. package/modern/components/virtual-options-list/Component.js +1 -1
  124. package/modern/components/virtual-options-list/index.css +18 -16
  125. package/modern/{list-popover-desktop-1f55335b.js → list-popover-desktop-d34e57f7.js} +1 -1
  126. package/modern/mobile/Component.mobile.js +1 -1
  127. package/modern/mobile.module-4df6ec5d.js +4 -0
  128. package/modern/presets/index.js +1 -1
  129. package/modern/presets/useSelectWithApply/hook.js +1 -1
  130. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  131. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  132. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -4
  133. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  134. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +6 -4
  135. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  136. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  137. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  138. package/modern/presets/useSelectWithLoading/index.css +2 -2
  139. package/modern/shared/index.js +1 -1
  140. package/package.json +11 -11
  141. package/presets/index.js +1 -1
  142. package/presets/useSelectWithApply/hook.js +1 -1
  143. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  144. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  145. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -4
  146. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  147. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +6 -4
  148. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  149. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  150. package/presets/useSelectWithLoading/hook.js +1 -1
  151. package/presets/useSelectWithLoading/index.css +2 -2
  152. package/shared/index.js +1 -1
  153. package/esm/mobile.module-98003396.js +0 -4
  154. package/mobile.module-8f94cd8b.js +0 -6
  155. package/modern/mobile.module-815026ad.js +0 -4
  156. /package/esm/{hook-9d222e75.d.ts → hook-f7f04749.d.ts} +0 -0
  157. /package/esm/{hook-9d222e75.js → hook-f7f04749.js} +0 -0
  158. /package/esm/{list-popover-desktop-f713543b.d.ts → list-popover-desktop-ba72a202.d.ts} +0 -0
  159. /package/{hook-01942cdc.d.ts → hook-d446820e.d.ts} +0 -0
  160. /package/{hook-01942cdc.js → hook-d446820e.js} +0 -0
  161. /package/{list-popover-desktop-11171d84.d.ts → list-popover-desktop-851af4b7.d.ts} +0 -0
  162. /package/modern/{hook-ea5654cb.d.ts → hook-59cf6756.d.ts} +0 -0
  163. /package/modern/{hook-ea5654cb.js → hook-59cf6756.js} +0 -0
  164. /package/modern/{list-popover-desktop-1f55335b.d.ts → list-popover-desktop-d34e57f7.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1ytlw */
1
+ /* hash: 10kql */
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 */
@@ -10,7 +10,9 @@
10
10
  /* Up */
11
11
 
12
12
  /* Hard up */
13
- } :root {
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
+
15
+ /* новые значения, используйте их */
14
16
  } :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 */
15
17
 
16
18
  /* новые значения, используйте их */
@@ -27,7 +29,7 @@
27
29
  --select-mobile-checkmark-display-badge: none;
28
30
 
29
31
  /* optgroup */
30
- } .select__checkmark_3lwx8 {
32
+ } .select__checkmark_koxkv {
31
33
  flex-shrink: 0;
32
34
  display: flex;
33
35
  align-items: center;
@@ -35,12 +37,12 @@
35
37
  width: 24px;
36
38
  height: 24px;
37
39
  opacity: 0
38
- } .select__checkmark_3lwx8:first-child {
40
+ } .select__checkmark_koxkv:first-child {
39
41
  display: none;
40
- } .select__checkmark_3lwx8.select__selected_3lwx8 {
42
+ } .select__checkmark_koxkv.select__selected_koxkv {
41
43
  opacity: 1;
42
- } .select__displayIcon_3lwx8 {
44
+ } .select__displayIcon_koxkv {
43
45
  display: var(--select-mobile-checkmark-display-icon);
44
- } .select__displayBadge_3lwx8 {
46
+ } .select__displayBadge_koxkv {
45
47
  display: var(--select-mobile-checkmark-display-badge);
46
48
  }
@@ -4,7 +4,7 @@ import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
  import { useFocus } from '@alfalab/hooks';
5
5
  import { joinOptions } from '../../utils.js';
6
6
 
7
- const styles = {"component":"select__component_xy724","field":"select__field_xy724","disabled":"select__disabled_xy724","arrow":"select__arrow_xy724","placeholder":"select__placeholder_xy724","show-placeholder":"select__show-placeholder_xy724","focused":"select__focused_xy724","contentWrapper":"select__contentWrapper_xy724","value":"select__value_xy724","focusVisible":"select__focusVisible_xy724"};
7
+ const styles = {"component":"select__component_26axl","field":"select__field_26axl","disabled":"select__disabled_26axl","arrow":"select__arrow_26axl","placeholder":"select__placeholder_26axl","show-placeholder":"select__show-placeholder_26axl","focused":"select__focused_26axl","contentWrapper":"select__contentWrapper_26axl","value":"select__value_26axl","focusVisible":"select__focusVisible_26axl"};
8
8
  require('./index.css')
9
9
 
10
10
  const Field = ({ size = 56, open, multiple, error, hint, disabled, label, labelView = 'inner', placeholder, selectedMultiple = [], selected, rightAddons, valueRenderer = joinOptions, setSelectedItems, toggleMenu, Arrow, innerProps, dataTestId, fieldClassName, FormControlComponent, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 13jym */
1
+ /* hash: iyn82 */
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-status-info: #2288fa;
@@ -13,7 +13,9 @@
13
13
  /* Up */
14
14
 
15
15
  /* Hard up */
16
- } :root {
16
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
17
+
18
+ /* новые значения, используйте их */
17
19
  } :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 */
18
20
 
19
21
  /* новые значения, используйте их */
@@ -44,22 +46,22 @@
44
46
  /* checkmark */
45
47
 
46
48
  /* optgroup */
47
- } .select__component_xy724 {
49
+ } .select__component_26axl {
48
50
  width: 100%;
49
51
  outline: none;
50
- } .select__field_xy724:not(.select__disabled_xy724) {
52
+ } .select__field_26axl:not(.select__disabled_26axl) {
51
53
  cursor: pointer
52
- } .select__field_xy724:not(.select__disabled_xy724):hover .select__arrow_xy724 {
54
+ } .select__field_26axl:not(.select__disabled_26axl):hover .select__arrow_26axl {
53
55
  opacity: var(--select-arrow-hover-opacity);
54
- } .select__disabled_xy724 {
56
+ } .select__disabled_26axl {
55
57
  cursor: var(--disabled-cursor);
56
- } .select__placeholder_xy724 {
58
+ } .select__placeholder_26axl {
57
59
  color: var(--input-placeholder-color);
58
60
  transition: color 0.2s ease;
59
- animation: select__show-placeholder_xy724 0.2s ease
60
- } .select__placeholder_xy724.select__focused_xy724 {
61
+ animation: select__show-placeholder_26axl 0.2s ease
62
+ } .select__placeholder_26axl.select__focused_26axl {
61
63
  color: var(--input-focus-placeholder-color);
62
- } .select__contentWrapper_xy724 {
64
+ } .select__contentWrapper_26axl {
63
65
  font-size: 16px;
64
66
  line-height: 20px;
65
67
  font-weight: 400;
@@ -68,14 +70,14 @@
68
70
  text-overflow: ellipsis;
69
71
  overflow: hidden;
70
72
  width: 100%;
71
- } .select__value_xy724 {
73
+ } .select__value_26axl {
72
74
  overflow: hidden;
73
75
  text-overflow: ellipsis;
74
76
  text-align: left;
75
- } .select__focusVisible_xy724 {
77
+ } .select__focusVisible_26axl {
76
78
  outline: 2px solid var(--focus-color);
77
79
  outline-offset: 2px;
78
- } @keyframes select__show-placeholder_xy724 {
80
+ } @keyframes select__show-placeholder_26axl {
79
81
  from {
80
82
  opacity: 0;
81
83
  }
@@ -4,7 +4,7 @@ import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
4
4
  import { ButtonMobile } from '@alfalab/core-components-button/modern/mobile';
5
5
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
6
6
 
7
- const styles = {"footer":"select__footer_oicfa","button":"select__button_oicfa","highlighted":"select__highlighted_oicfa"};
7
+ const styles = {"footer":"select__footer_p6rxl","button":"select__button_p6rxl","highlighted":"select__highlighted_p6rxl"};
8
8
  require('./index.css')
9
9
 
10
10
  const Footer = ({ handleApply, handleClear, showClear, clearText = 'Сбросить', applyText = 'Применить', dataTestId, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1fye6 */
1
+ /* hash: 8f710 */
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;
@@ -12,7 +12,9 @@
12
12
  /* Up */
13
13
 
14
14
  /* Hard up */
15
- } :root {
15
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
16
+
17
+ /* новые значения, используйте их */
16
18
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
17
19
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
18
20
 
@@ -28,17 +30,17 @@
28
30
  /* checkmark */
29
31
 
30
32
  /* optgroup */
31
- } .select__footer_oicfa {
33
+ } .select__footer_p6rxl {
32
34
  display: flex;
33
35
  box-sizing: border-box;
34
36
  width: 100%;
35
37
  padding: var(--gap-m) var(--gap-m);
36
38
  background-color: var(--color-light-modal-bg-primary)
37
- } .select__footer_oicfa .select__button_oicfa:first-of-type {
39
+ } .select__footer_p6rxl .select__button_p6rxl:first-of-type {
38
40
  margin-right: var(--gap-m);
39
- } .select__button_oicfa {
41
+ } .select__button_p6rxl {
40
42
  width: 50%;
41
- } .select__highlighted_oicfa {
43
+ } .select__highlighted_p6rxl {
42
44
  border-top: 1px solid var(--color-light-neutral-300);
43
45
  background-color: var(--color-light-modal-bg-primary);
44
46
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
4
4
 
5
- const styles = {"optgroup":"select__optgroup_16yz7","label":"select__label_16yz7","size-64":"select__size-64_16yz7","size-72":"select__size-72_16yz7"};
5
+ const styles = {"optgroup":"select__optgroup_1amwf","label":"select__label_1amwf","size-64":"select__size-64_1amwf","size-72":"select__size-72_1amwf"};
6
6
  require('./index.css')
7
7
 
8
8
  const Optgroup = ({ children, className, label, size = 48 }) => (React.createElement(React.Fragment, null,
@@ -1,4 +1,4 @@
1
- /* hash: 1n0sf */
1
+ /* hash: 1qipf */
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;
@@ -12,7 +12,9 @@
12
12
  /* Up */
13
13
 
14
14
  /* Hard up */
15
- } :root {
15
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
16
+
17
+ /* новые значения, используйте их */
16
18
  } :root { /* deprecated */
17
19
  --gap-2xs: 4px; /* deprecated */ /* deprecated */
18
20
  --gap-s: 12px; /* deprecated */ /* deprecated */
@@ -37,7 +39,7 @@
37
39
  --select-optgroup-right-padding: var(--gap-s);
38
40
  --select-optgroup-l-left-padding: var(--gap-m);
39
41
  --select-optgroup-l-right-padding: var(--gap-m);
40
- } .select__optgroup_16yz7 {
42
+ } .select__optgroup_1amwf {
41
43
  position: relative;
42
44
  display: flex;
43
45
  align-items: center;
@@ -46,9 +48,9 @@
46
48
  box-sizing: border-box;
47
49
  background: var(--select-optgroup-background);
48
50
  min-height: 40px
49
- } .select__optgroup_16yz7 + *[role='option']:before {
51
+ } .select__optgroup_1amwf + *[role='option']:before {
50
52
  display: none;
51
- } .select__label_16yz7 {
53
+ } .select__label_1amwf {
52
54
  font-size: 12px;
53
55
  line-height: 16px;
54
56
  font-weight: 500;
@@ -57,8 +59,8 @@
57
59
 
58
60
  display: block;
59
61
  color: var(--select-optgroup-color);
60
- } .select__size-64_16yz7,
61
- .select__size-72_16yz7 {
62
+ } .select__size-64_1amwf,
63
+ .select__size-72_1amwf {
62
64
  padding-left: var(--select-optgroup-l-left-padding);
63
65
  padding-right: var(--select-optgroup-l-right-padding);
64
66
  }
@@ -4,7 +4,7 @@ import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
4
4
  import { Checkmark as Checkmark$1 } from '../checkmark/Component.js';
5
5
  import { Checkmark } from '../checkmark-mobile/Component.js';
6
6
 
7
- const styles = {"option":"select__option_mukpr","disabled":"select__disabled_mukpr","size-48":"select__size-48_mukpr","size-56":"select__size-56_mukpr","size-64":"select__size-64_mukpr","size-72":"select__size-72_mukpr","selected":"select__selected_mukpr","highlighted":"select__highlighted_mukpr","content":"select__content_mukpr","textContent":"select__textContent_mukpr"};
7
+ const styles = {"option":"select__option_5rk25","disabled":"select__disabled_5rk25","size-48":"select__size-48_5rk25","size-56":"select__size-56_5rk25","size-64":"select__size-64_5rk25","size-72":"select__size-72_5rk25","selected":"select__selected_5rk25","highlighted":"select__highlighted_5rk25","content":"select__content_5rk25","textContent":"select__textContent_5rk25"};
8
8
  require('./index.css')
9
9
 
10
10
  const Option = ({ size = 48, className, option, children, selected, highlighted, disabled, multiple, mobile, Checkmark: Checkmark$2 = mobile ? Checkmark : Checkmark$1, innerProps, dataTestId, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 2td9y */
1
+ /* hash: kx41j */
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;
@@ -16,7 +16,9 @@
16
16
  /* Up */
17
17
 
18
18
  /* Hard up */
19
- } :root {
19
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
20
+
21
+ /* новые значения, используйте их */
20
22
  } :root { /* deprecated */ /* deprecated */ /* deprecated */
21
23
  --gap-s: 12px; /* deprecated */ /* deprecated */
22
24
  --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -55,7 +57,7 @@
55
57
  /* checkmark */
56
58
 
57
59
  /* optgroup */
58
- } .select__option_mukpr {
60
+ } .select__option_5rk25 {
59
61
  font-size: 16px;
60
62
  line-height: 20px;
61
63
  font-weight: 400;
@@ -70,10 +72,10 @@
70
72
  box-sizing: border-box;
71
73
  position: relative;
72
74
  cursor: pointer
73
- } .select__option_mukpr:not(.select__disabled_mukpr):active {
75
+ } .select__option_5rk25:not(.select__disabled_5rk25):active {
74
76
  background: var(--select-option-active-background);
75
77
  color: var(--select-option-active-color);
76
- } .select__option_mukpr:before {
78
+ } .select__option_5rk25:before {
77
79
  content: '';
78
80
  position: absolute;
79
81
  left: var(--select-option-left-padding);
@@ -83,43 +85,43 @@
83
85
  background: var(--select-option-divider-background);
84
86
  display: var(--select-option-divider-display);
85
87
  transition: opacity 0.2s ease;
86
- } .select__option_mukpr:first-child:before {
88
+ } .select__option_5rk25:first-child:before {
87
89
  display: none;
88
- } .select__size-48_mukpr {
90
+ } .select__size-48_5rk25 {
89
91
  min-height: var(--size-s-height);
90
- } .select__size-56_mukpr {
92
+ } .select__size-56_5rk25 {
91
93
  min-height: var(--size-m-height);
92
- } .select__size-64_mukpr {
94
+ } .select__size-64_5rk25 {
93
95
  min-height: var(--size-l-height);
94
- } .select__size-72_mukpr {
96
+ } .select__size-72_5rk25 {
95
97
  min-height: var(--size-xl-height);
96
- } .select__size-64_mukpr,
97
- .select__size-72_mukpr {
98
+ } .select__size-64_5rk25,
99
+ .select__size-72_5rk25 {
98
100
  padding-left: var(--select-option-l-left-padding);
99
101
  padding-right: var(--select-option-l-right-padding)
100
- } .select__size-64_mukpr:before, .select__size-72_mukpr:before {
102
+ } .select__size-64_5rk25:before, .select__size-72_5rk25:before {
101
103
  left: var(--select-option-l-left-padding);
102
104
  right: var(--select-option-l-right-padding);
103
- } .select__selected_mukpr {
105
+ } .select__selected_5rk25 {
104
106
  background: var(--select-option-selected-background);
105
107
  color: var(--select-option-selected-color);
106
108
  cursor: default;
107
- } .select__highlighted_mukpr {
109
+ } .select__highlighted_5rk25 {
108
110
  background: var(--select-option-hover-background);
109
111
  color: var(--select-option-hover-color)
110
- } .select__highlighted_mukpr:before,
111
- .select__highlighted_mukpr + .select__option_mukpr:before {
112
+ } .select__highlighted_5rk25:before,
113
+ .select__highlighted_5rk25 + .select__option_5rk25:before {
112
114
  opacity: 0;
113
- } .select__disabled_mukpr {
115
+ } .select__disabled_5rk25 {
114
116
  cursor: var(--disabled-cursor);
115
117
  background: var(--select-option-disabled-background);
116
118
  color: var(--select-option-disabled-color);
117
- } .select__content_mukpr {
119
+ } .select__content_5rk25 {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  white-space: nowrap;
122
- } .select__textContent_mukpr {
124
+ } .select__textContent_5rk25 {
123
125
  padding-top: var(--gap-s);
124
126
  padding-bottom: var(--gap-s);
125
127
  }
@@ -8,7 +8,7 @@ import { SIZE_TO_CLASSNAME_MAP, DEFAULT_VISIBLE_OPTIONS } from '../../consts.js'
8
8
  import { useVisibleOptions, isGroup } from '../../utils.js';
9
9
  import { Optgroup } from '../optgroup/Component.js';
10
10
 
11
- const styles = {"optionsList":"select__optionsList_pg4zv","optionsListHeader":"select__optionsListHeader_pg4zv","headerHighlighted":"select__headerHighlighted_pg4zv","optionsListFooter":"select__optionsListFooter_pg4zv","withBorder":"select__withBorder_pg4zv","scrollable":"select__scrollable_pg4zv","emptyPlaceholder":"select__emptyPlaceholder_pg4zv","size-64":"select__size-64_pg4zv","size-72":"select__size-72_pg4zv"};
11
+ const styles = {"optionsList":"select__optionsList_1mfy9","optionsListHeader":"select__optionsListHeader_1mfy9","headerHighlighted":"select__headerHighlighted_1mfy9","optionsListFooter":"select__optionsListFooter_1mfy9","withBorder":"select__withBorder_1mfy9","scrollable":"select__scrollable_1mfy9","emptyPlaceholder":"select__emptyPlaceholder_1mfy9","size-64":"select__size-64_1mfy9","size-72":"select__size-72_1mfy9"};
12
12
  require('./index.css')
13
13
 
14
14
  const createCounter = () => {
@@ -1,4 +1,4 @@
1
- /* hash: 1nyjd */
1
+ /* hash: 15nly */
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-300: #e7e8eb;
@@ -12,7 +12,9 @@
12
12
  /* Up */
13
13
 
14
14
  /* Hard up */
15
- } :root {
15
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
16
+
17
+ /* новые значения, используйте их */
16
18
  } :root { /* deprecated */ /* deprecated */ /* deprecated */
17
19
  --gap-s: 12px; /* deprecated */ /* deprecated */
18
20
  --gap-m: 16px; /* deprecated */ /* deprecated */
@@ -31,32 +33,32 @@
31
33
  /* checkmark */
32
34
 
33
35
  /* optgroup */
34
- } .select__optionsList_pg4zv {
36
+ } .select__optionsList_1mfy9 {
35
37
  width: 100%;
36
38
  outline: none;
37
39
  box-sizing: border-box;
38
40
  position: relative;
39
- } .select__optionsListHeader_pg4zv {
41
+ } .select__optionsListHeader_1mfy9 {
40
42
  box-sizing: border-box;
41
43
  border-bottom: 1px solid transparent;
42
44
  transition: border-color 0.2s ease
43
- } .select__optionsListHeader_pg4zv.select__headerHighlighted_pg4zv {
45
+ } .select__optionsListHeader_1mfy9.select__headerHighlighted_1mfy9 {
44
46
  border-bottom-color: var(--color-light-neutral-300);
45
- } .select__optionsListFooter_pg4zv {
47
+ } .select__optionsListFooter_1mfy9 {
46
48
  position: sticky;
47
49
  bottom: 0;
48
50
  box-sizing: border-box;
49
51
  border-top: 1px solid transparent;
50
52
  transition: border-color 0.2s ease
51
- } .select__optionsListFooter_pg4zv.select__withBorder_pg4zv {
53
+ } .select__optionsListFooter_1mfy9.select__withBorder_1mfy9 {
52
54
  border-top-color: var(--color-light-neutral-300);
53
- } .select__scrollable_pg4zv {
55
+ } .select__scrollable_1mfy9 {
54
56
  overflow: auto;
55
57
  width: 100%;
56
- } .select__emptyPlaceholder_pg4zv {
58
+ } .select__emptyPlaceholder_1mfy9 {
57
59
  padding: var(--gap-m) var(--gap-s);
58
60
  color: var(--select-options-list-empty-placeholder-color);
59
- } .select__size-64_pg4zv .select__emptyPlaceholder_pg4zv,
60
- .select__size-72_pg4zv .select__emptyPlaceholder_pg4zv {
61
+ } .select__size-64_1mfy9 .select__emptyPlaceholder_1mfy9,
62
+ .select__size-72_1mfy9 .select__emptyPlaceholder_1mfy9 {
61
63
  padding: var(--gap-xl) var(--gap-m);
62
64
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { Input } from '@alfalab/core-components-input/modern';
4
4
  import { MagnifierMIcon } from '@alfalab/icons-glyph/MagnifierMIcon';
5
5
 
6
- const styles = {"component":"select__component_8eihk"};
6
+ const styles = {"component":"select__component_19lql"};
7
7
  require('./index.css')
8
8
 
9
9
  const Search = forwardRef(({ clear = true, placeholder = 'Поиск', className, leftAddons = React.createElement(MagnifierMIcon, { color: '#86868A' }), ...restProps }, ref) => (React.createElement(Input, { ref: ref, className: cn(styles.component, className), placeholder: placeholder, leftAddons: leftAddons, clear: clear, ...restProps })));
@@ -1,4 +1,4 @@
1
- /* hash: shkh8 */
1
+ /* hash: 1s4cq */
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 */
@@ -10,7 +10,9 @@
10
10
  /* Up */
11
11
 
12
12
  /* Hard up */
13
- } :root {
13
+ } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
14
+
15
+ /* новые значения, используйте их */
14
16
  } :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 */
15
17
 
16
18
  /* новые значения, используйте их */
@@ -25,6 +27,6 @@
25
27
  /* checkmark */
26
28
 
27
29
  /* optgroup */
28
- } .select__component_8eihk.select__component_8eihk {
30
+ } .select__component_19lql.select__component_19lql {
29
31
  width: auto;
30
32
  }
@@ -9,7 +9,7 @@ import { SIZE_TO_CLASSNAME_MAP, DEFAULT_VISIBLE_OPTIONS } from '../../consts.js'
9
9
  import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
10
10
  import { Optgroup } from '../optgroup/Component.js';
11
11
 
12
- const styles = {"virtualOptionsList":"select__virtualOptionsList_1oyj2","virtualOptionsListHeader":"select__virtualOptionsListHeader_1oyj2","virtualOptionsListFooter":"select__virtualOptionsListFooter_1oyj2","withBorder":"select__withBorder_1oyj2","scrollable":"select__scrollable_1oyj2","inner":"select__inner_1oyj2","virtualRow":"select__virtualRow_1oyj2","highlighted":"select__highlighted_1oyj2","emptyPlaceholder":"select__emptyPlaceholder_1oyj2","size-64":"select__size-64_1oyj2","size-72":"select__size-72_1oyj2"};
12
+ const styles = {"virtualOptionsList":"select__virtualOptionsList_2kii7","virtualOptionsListHeader":"select__virtualOptionsListHeader_2kii7","virtualOptionsListFooter":"select__virtualOptionsListFooter_2kii7","withBorder":"select__withBorder_2kii7","scrollable":"select__scrollable_2kii7","inner":"select__inner_2kii7","virtualRow":"select__virtualRow_2kii7","highlighted":"select__highlighted_2kii7","emptyPlaceholder":"select__emptyPlaceholder_2kii7","size-64":"select__size-64_2kii7","size-72":"select__size-72_2kii7"};
13
13
  require('./index.css')
14
14
 
15
15
  const VirtualOptionsList = forwardRef(({ size = 48, flatOptions = [], highlightedIndex = -1, optionGroupClassName, className, getOptionProps, Option, open, options = [], Optgroup: Optgroup$1 = Optgroup, dataTestId, emptyPlaceholder, visibleOptions = DEFAULT_VISIBLE_OPTIONS, header, footer, showFooter = true, optionsListWidth, onScroll, nativeScrollbar: nativeScrollbarProp, setHighlightedIndex, selectedItems, setSelectedItems, search, multiple, }, ref) => {