@alfalab/core-components-select 17.13.0 → 17.14.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 (160) hide show
  1. package/Component.responsive.js +2 -1
  2. package/components/arrow/Component.js +1 -1
  3. package/components/arrow/index.css +3 -3
  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 +2 -2
  9. package/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  10. package/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  11. package/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  12. package/components/base-select/index.css +11 -11
  13. package/components/base-select/mobile.css +12 -12
  14. package/components/checkmark/Component.js +1 -1
  15. package/components/checkmark/index.css +10 -10
  16. package/components/checkmark-mobile/Component.js +1 -1
  17. package/components/checkmark-mobile/index.css +6 -6
  18. package/components/clear-button/Component.js +1 -1
  19. package/components/clear-button/index.css +6 -6
  20. package/components/field/Component.js +1 -1
  21. package/components/field/index.css +12 -12
  22. package/components/footer/Component.js +1 -1
  23. package/components/footer/index.css +5 -5
  24. package/components/optgroup/Component.js +1 -1
  25. package/components/optgroup/index.css +6 -6
  26. package/components/option/Component.js +1 -1
  27. package/components/option/index.css +19 -19
  28. package/components/options-list/Component.js +1 -1
  29. package/components/options-list/index.css +11 -11
  30. package/components/search/Component.js +1 -1
  31. package/components/search/index.css +2 -2
  32. package/components/virtual-options-list/Component.js +1 -1
  33. package/components/virtual-options-list/index.css +15 -15
  34. package/cssm/Component.responsive.js +2 -1
  35. package/esm/Component.responsive.js +2 -1
  36. package/esm/components/arrow/Component.js +1 -1
  37. package/esm/components/arrow/index.css +3 -3
  38. package/esm/components/base-checkmark/Component.js +1 -1
  39. package/esm/components/base-checkmark/index.css +6 -6
  40. package/esm/components/base-option/Component.js +1 -1
  41. package/esm/components/base-option/index.css +15 -15
  42. package/esm/components/base-select/Component.js +2 -2
  43. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  44. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  45. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  46. package/esm/components/base-select/index.css +11 -11
  47. package/esm/components/base-select/mobile.css +12 -12
  48. package/esm/components/checkmark/Component.js +1 -1
  49. package/esm/components/checkmark/index.css +10 -10
  50. package/esm/components/checkmark-mobile/Component.js +1 -1
  51. package/esm/components/checkmark-mobile/index.css +6 -6
  52. package/esm/components/clear-button/Component.js +1 -1
  53. package/esm/components/clear-button/index.css +6 -6
  54. package/esm/components/field/Component.js +1 -1
  55. package/esm/components/field/index.css +12 -12
  56. package/esm/components/footer/Component.js +1 -1
  57. package/esm/components/footer/index.css +5 -5
  58. package/esm/components/optgroup/Component.js +1 -1
  59. package/esm/components/optgroup/index.css +6 -6
  60. package/esm/components/option/Component.js +1 -1
  61. package/esm/components/option/index.css +19 -19
  62. package/esm/components/options-list/Component.js +1 -1
  63. package/esm/components/options-list/index.css +11 -11
  64. package/esm/components/search/Component.js +1 -1
  65. package/esm/components/search/index.css +2 -2
  66. package/esm/components/virtual-options-list/Component.js +1 -1
  67. package/esm/components/virtual-options-list/index.css +15 -15
  68. package/esm/{list-popover-desktop-5148cab1.js → list-popover-desktop-2b8c7de9.js} +1 -1
  69. package/esm/mobile/Component.mobile.js +1 -1
  70. package/esm/mobile.module-e0ef84c0.js +4 -0
  71. package/esm/presets/index.js +1 -1
  72. package/esm/presets/useSelectWithApply/hook.js +1 -1
  73. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  74. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  75. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  76. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  77. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  78. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  79. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  80. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  81. package/esm/presets/useSelectWithLoading/index.css +2 -2
  82. package/esm/shared/index.js +1 -1
  83. package/{list-popover-desktop-df3a3b36.js → list-popover-desktop-5be0267e.js} +1 -1
  84. package/mobile/Component.mobile.js +1 -1
  85. package/mobile.module-7c4bac8a.js +6 -0
  86. package/modern/Component.responsive.js +2 -1
  87. package/modern/components/arrow/Component.js +1 -1
  88. package/modern/components/arrow/index.css +3 -3
  89. package/modern/components/base-checkmark/Component.js +1 -1
  90. package/modern/components/base-checkmark/index.css +6 -6
  91. package/modern/components/base-option/Component.js +1 -1
  92. package/modern/components/base-option/index.css +15 -15
  93. package/modern/components/base-select/Component.js +2 -2
  94. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  95. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  96. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  97. package/modern/components/base-select/index.css +11 -11
  98. package/modern/components/base-select/mobile.css +12 -12
  99. package/modern/components/checkmark/Component.js +1 -1
  100. package/modern/components/checkmark/index.css +10 -10
  101. package/modern/components/checkmark-mobile/Component.js +1 -1
  102. package/modern/components/checkmark-mobile/index.css +6 -6
  103. package/modern/components/clear-button/Component.js +1 -1
  104. package/modern/components/clear-button/index.css +6 -6
  105. package/modern/components/field/Component.js +1 -1
  106. package/modern/components/field/index.css +12 -12
  107. package/modern/components/footer/Component.js +1 -1
  108. package/modern/components/footer/index.css +5 -5
  109. package/modern/components/optgroup/Component.js +1 -1
  110. package/modern/components/optgroup/index.css +6 -6
  111. package/modern/components/option/Component.js +1 -1
  112. package/modern/components/option/index.css +19 -19
  113. package/modern/components/options-list/Component.js +1 -1
  114. package/modern/components/options-list/index.css +11 -11
  115. package/modern/components/search/Component.js +1 -1
  116. package/modern/components/search/index.css +2 -2
  117. package/modern/components/virtual-options-list/Component.js +1 -1
  118. package/modern/components/virtual-options-list/index.css +15 -15
  119. package/modern/{list-popover-desktop-c145de77.js → list-popover-desktop-483aa9cb.js} +1 -1
  120. package/modern/mobile/Component.mobile.js +1 -1
  121. package/modern/mobile.module-cf121ed8.js +4 -0
  122. package/modern/presets/index.js +1 -1
  123. package/modern/presets/useSelectWithApply/hook.js +1 -1
  124. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  125. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  126. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  127. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  128. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  129. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  130. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  131. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  132. package/modern/presets/useSelectWithLoading/index.css +2 -2
  133. package/modern/shared/index.js +1 -1
  134. package/moderncssm/Component.responsive.js +2 -1
  135. package/package.json +11 -11
  136. package/presets/index.js +1 -1
  137. package/presets/useSelectWithApply/hook.js +1 -1
  138. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  139. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  140. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  141. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  142. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  143. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  144. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  145. package/presets/useSelectWithLoading/hook.js +1 -1
  146. package/presets/useSelectWithLoading/index.css +2 -2
  147. package/shared/index.js +1 -1
  148. package/src/Component.responsive.tsx +31 -19
  149. package/esm/mobile.module-fd23a169.js +0 -4
  150. package/mobile.module-36a0b8ea.js +0 -6
  151. package/modern/mobile.module-54f960b9.js +0 -4
  152. /package/esm/{hook-082c72db.d.ts → hook-abcdce24.d.ts} +0 -0
  153. /package/esm/{hook-082c72db.js → hook-abcdce24.js} +0 -0
  154. /package/esm/{list-popover-desktop-5148cab1.d.ts → list-popover-desktop-2b8c7de9.d.ts} +0 -0
  155. /package/{hook-06f4721f.d.ts → hook-15f009ec.d.ts} +0 -0
  156. /package/{hook-06f4721f.js → hook-15f009ec.js} +0 -0
  157. /package/{list-popover-desktop-df3a3b36.d.ts → list-popover-desktop-5be0267e.d.ts} +0 -0
  158. /package/modern/{hook-fd0728a2.d.ts → hook-3f889408.d.ts} +0 -0
  159. /package/modern/{hook-fd0728a2.js → hook-3f889408.js} +0 -0
  160. /package/modern/{list-popover-desktop-c145de77.d.ts → list-popover-desktop-483aa9cb.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1uyil */
1
+ /* hash: 17ksr */
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;
@@ -31,17 +31,17 @@
31
31
  /* checkmark */
32
32
 
33
33
  /* optgroup */
34
- } .select__footer_19zdi {
34
+ } .select__footer_ljce4 {
35
35
  display: flex;
36
36
  box-sizing: border-box;
37
37
  width: 100%;
38
38
  padding: var(--gap-16) var(--gap-16);
39
39
  background-color: var(--color-light-modal-bg-primary)
40
- } .select__footer_19zdi .select__button_19zdi:first-of-type {
40
+ } .select__footer_ljce4 .select__button_ljce4:first-of-type {
41
41
  margin-right: var(--gap-16);
42
- } .select__button_19zdi {
42
+ } .select__button_ljce4 {
43
43
  width: 50%;
44
- } .select__highlighted_19zdi {
44
+ } .select__highlighted_ljce4 {
45
45
  border-top: 1px solid var(--color-light-neutral-300);
46
46
  background-color: var(--color-light-modal-bg-primary);
47
47
  }
@@ -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
- var styles = {"optgroup":"select__optgroup_13x1f","label":"select__label_13x1f","size-64":"select__size-64_13x1f","size-72":"select__size-72_13x1f"};
5
+ var styles = {"optgroup":"select__optgroup_1wwhi","label":"select__label_1wwhi","size-64":"select__size-64_1wwhi","size-72":"select__size-72_1wwhi"};
6
6
  require('./index.css')
7
7
 
8
8
  var Optgroup = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1dfp9 */
1
+ /* hash: 1sb1n */
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;
@@ -42,7 +42,7 @@
42
42
  --select-optgroup-right-padding: var(--gap-12);
43
43
  --select-optgroup-l-left-padding: var(--gap-16);
44
44
  --select-optgroup-l-right-padding: var(--gap-16);
45
- } .select__optgroup_13x1f {
45
+ } .select__optgroup_1wwhi {
46
46
  position: relative;
47
47
  display: flex;
48
48
  align-items: center;
@@ -51,9 +51,9 @@
51
51
  box-sizing: border-box;
52
52
  background: var(--select-optgroup-background);
53
53
  min-height: 40px
54
- } .select__optgroup_13x1f + *[role='option']:before {
54
+ } .select__optgroup_1wwhi + *[role='option']:before {
55
55
  display: none;
56
- } .select__label_13x1f {
56
+ } .select__label_1wwhi {
57
57
  font-size: 12px;
58
58
  line-height: 16px;
59
59
  font-weight: 500;
@@ -62,8 +62,8 @@
62
62
 
63
63
  display: block;
64
64
  color: var(--select-optgroup-color);
65
- } .select__size-64_13x1f,
66
- .select__size-72_13x1f {
65
+ } .select__size-64_1wwhi,
66
+ .select__size-72_1wwhi {
67
67
  padding-left: var(--select-optgroup-l-left-padding);
68
68
  padding-right: var(--select-optgroup-l-right-padding);
69
69
  }
@@ -5,7 +5,7 @@ import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
5
5
  import { Checkmark as Checkmark$1 } from '../checkmark/Component.js';
6
6
  import { Checkmark } from '../checkmark-mobile/Component.js';
7
7
 
8
- var styles = {"option":"select__option_2ksvk","disabled":"select__disabled_2ksvk","size-48":"select__size-48_2ksvk","size-56":"select__size-56_2ksvk","size-64":"select__size-64_2ksvk","size-72":"select__size-72_2ksvk","selected":"select__selected_2ksvk","highlighted":"select__highlighted_2ksvk","content":"select__content_2ksvk","textContent":"select__textContent_2ksvk"};
8
+ var styles = {"option":"select__option_xwzvm","disabled":"select__disabled_xwzvm","size-48":"select__size-48_xwzvm","size-56":"select__size-56_xwzvm","size-64":"select__size-64_xwzvm","size-72":"select__size-72_xwzvm","selected":"select__selected_xwzvm","highlighted":"select__highlighted_xwzvm","content":"select__content_xwzvm","textContent":"select__textContent_xwzvm"};
9
9
  require('./index.css')
10
10
 
11
11
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1s40h */
1
+ /* hash: 14qan */
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;
@@ -60,7 +60,7 @@
60
60
  /* checkmark */
61
61
 
62
62
  /* optgroup */
63
- } .select__option_2ksvk {
63
+ } .select__option_xwzvm {
64
64
  font-size: 16px;
65
65
  line-height: 20px;
66
66
  font-weight: 400;
@@ -75,10 +75,10 @@
75
75
  box-sizing: border-box;
76
76
  position: relative;
77
77
  cursor: pointer
78
- } .select__option_2ksvk:not(.select__disabled_2ksvk):active {
78
+ } .select__option_xwzvm:not(.select__disabled_xwzvm):active {
79
79
  background: var(--select-option-active-background);
80
80
  color: var(--select-option-active-color);
81
- } .select__option_2ksvk:before {
81
+ } .select__option_xwzvm:before {
82
82
  content: '';
83
83
  position: absolute;
84
84
  left: var(--select-option-left-padding);
@@ -88,42 +88,42 @@
88
88
  background: var(--select-option-divider-background);
89
89
  display: var(--select-option-divider-display);
90
90
  transition: opacity 0.2s ease;
91
- } .select__option_2ksvk:first-child:before {
91
+ } .select__option_xwzvm:first-child:before {
92
92
  display: none;
93
- } .select__size-48_2ksvk {
93
+ } .select__size-48_xwzvm {
94
94
  min-height: var(--size-s-height);
95
- } .select__size-56_2ksvk {
95
+ } .select__size-56_xwzvm {
96
96
  min-height: var(--size-m-height);
97
- } .select__size-64_2ksvk {
97
+ } .select__size-64_xwzvm {
98
98
  min-height: var(--size-l-height);
99
- } .select__size-72_2ksvk {
99
+ } .select__size-72_xwzvm {
100
100
  min-height: var(--size-xl-height);
101
- } .select__size-64_2ksvk,
102
- .select__size-72_2ksvk {
101
+ } .select__size-64_xwzvm,
102
+ .select__size-72_xwzvm {
103
103
  padding-left: var(--select-option-l-left-padding);
104
104
  padding-right: var(--select-option-l-right-padding)
105
- } .select__size-64_2ksvk:before, .select__size-72_2ksvk:before {
105
+ } .select__size-64_xwzvm:before, .select__size-72_xwzvm:before {
106
106
  left: var(--select-option-l-left-padding);
107
107
  right: var(--select-option-l-right-padding);
108
- } .select__selected_2ksvk {
108
+ } .select__selected_xwzvm {
109
109
  background: var(--select-option-selected-background);
110
110
  color: var(--select-option-selected-color);
111
111
  cursor: default;
112
- } .select__highlighted_2ksvk {
112
+ } .select__highlighted_xwzvm {
113
113
  background: var(--select-option-hover-background);
114
114
  color: var(--select-option-hover-color)
115
- } .select__highlighted_2ksvk:before,
116
- .select__highlighted_2ksvk + .select__option_2ksvk:before {
115
+ } .select__highlighted_xwzvm:before,
116
+ .select__highlighted_xwzvm + .select__option_xwzvm:before {
117
117
  opacity: 0;
118
- } .select__disabled_2ksvk {
118
+ } .select__disabled_xwzvm {
119
119
  cursor: var(--disabled-cursor);
120
120
  background: var(--select-option-disabled-background);
121
121
  color: var(--select-option-disabled-color);
122
- } .select__content_2ksvk {
122
+ } .select__content_xwzvm {
123
123
  overflow: hidden;
124
124
  flex: 1;
125
125
  text-overflow: ellipsis;
126
- } .select__textContent_2ksvk {
126
+ } .select__textContent_xwzvm {
127
127
  padding-top: var(--gap-12);
128
128
  padding-bottom: var(--gap-12);
129
129
  }
@@ -9,7 +9,7 @@ import { SIZE_TO_CLASSNAME_MAP, DEFAULT_VISIBLE_OPTIONS } from '../../consts.js'
9
9
  import { useVisibleOptions, isGroup } from '../../utils.js';
10
10
  import { Optgroup } from '../optgroup/Component.js';
11
11
 
12
- var styles = {"optionsList":"select__optionsList_6mi55","optionsListHeader":"select__optionsListHeader_6mi55","headerHighlighted":"select__headerHighlighted_6mi55","optionsListFooter":"select__optionsListFooter_6mi55","withBorder":"select__withBorder_6mi55","scrollable":"select__scrollable_6mi55","-webkit-mask":"select__mask_6mi55","mask":"select__mask_6mi55","emptyPlaceholder":"select__emptyPlaceholder_6mi55","size-64":"select__size-64_6mi55","size-72":"select__size-72_6mi55"};
12
+ var styles = {"optionsList":"select__optionsList_1ml5r","optionsListHeader":"select__optionsListHeader_1ml5r","headerHighlighted":"select__headerHighlighted_1ml5r","optionsListFooter":"select__optionsListFooter_1ml5r","withBorder":"select__withBorder_1ml5r","scrollable":"select__scrollable_1ml5r","-webkit-mask":"select__mask_1ml5r","mask":"select__mask_1ml5r","emptyPlaceholder":"select__emptyPlaceholder_1ml5r","size-64":"select__size-64_1ml5r","size-72":"select__size-72_1ml5r"};
13
13
  require('./index.css')
14
14
 
15
15
  var createCounter = function () {
@@ -1,4 +1,4 @@
1
- /* hash: 1p91y */
1
+ /* hash: 11vc4 */
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;
@@ -37,34 +37,34 @@
37
37
  /* checkmark */
38
38
 
39
39
  /* optgroup */
40
- } .select__optionsList_6mi55 {
40
+ } .select__optionsList_1ml5r {
41
41
  width: 100%;
42
42
  outline: none;
43
43
  box-sizing: border-box;
44
44
  position: relative;
45
- } .select__optionsListHeader_6mi55 {
45
+ } .select__optionsListHeader_1ml5r {
46
46
  box-sizing: border-box;
47
47
  border-bottom: 1px solid transparent;
48
48
  transition: border-color 0.2s ease
49
- } .select__optionsListHeader_6mi55.select__headerHighlighted_6mi55 {
49
+ } .select__optionsListHeader_1ml5r.select__headerHighlighted_1ml5r {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
- } .select__optionsListFooter_6mi55 {
51
+ } .select__optionsListFooter_1ml5r {
52
52
  position: sticky;
53
53
  bottom: var(--gap-0);
54
54
  box-sizing: border-box;
55
55
  border-top: 1px solid transparent;
56
56
  transition: border-color 0.2s ease
57
- } .select__optionsListFooter_6mi55.select__withBorder_6mi55 {
57
+ } .select__optionsListFooter_1ml5r.select__withBorder_1ml5r {
58
58
  border-top-color: var(--color-light-neutral-300);
59
- } .select__scrollable_6mi55 {
59
+ } .select__scrollable_1ml5r {
60
60
  overflow: auto;
61
61
  width: 100%;
62
- } .select__mask_6mi55 {
62
+ } .select__mask_1ml5r {
63
63
  min-width: 4000px;
64
- } .select__emptyPlaceholder_6mi55 {
64
+ } .select__emptyPlaceholder_1ml5r {
65
65
  padding: var(--gap-16) var(--gap-12);
66
66
  color: var(--select-options-list-empty-placeholder-color);
67
- } .select__size-64_6mi55 .select__emptyPlaceholder_6mi55,
68
- .select__size-72_6mi55 .select__emptyPlaceholder_6mi55 {
67
+ } .select__size-64_1ml5r .select__emptyPlaceholder_1ml5r,
68
+ .select__size-72_1ml5r .select__emptyPlaceholder_1ml5r {
69
69
  padding: var(--gap-24) var(--gap-16);
70
70
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { Input } from '@alfalab/core-components-input/esm';
5
5
  import { MagnifierMIcon } from '@alfalab/icons-glyph/MagnifierMIcon';
6
6
 
7
- var styles = {"component":"select__component_j7j5w"};
7
+ var styles = {"component":"select__component_1hxzg"};
8
8
  require('./index.css')
9
9
 
10
10
  var Search = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1qm9d */
1
+ /* hash: 1dgcb */
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,6 +27,6 @@
27
27
  /* checkmark */
28
28
 
29
29
  /* optgroup */
30
- } .select__component_j7j5w.select__component_j7j5w {
30
+ } .select__component_1hxzg.select__component_1hxzg {
31
31
  width: auto;
32
32
  }
@@ -10,7 +10,7 @@ import { SIZE_TO_CLASSNAME_MAP, DEFAULT_VISIBLE_OPTIONS } from '../../consts.js'
10
10
  import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
11
11
  import { Optgroup } from '../optgroup/Component.js';
12
12
 
13
- var styles = {"virtualOptionsList":"select__virtualOptionsList_o9jy0","virtualOptionsListHeader":"select__virtualOptionsListHeader_o9jy0","virtualOptionsListFooter":"select__virtualOptionsListFooter_o9jy0","withBorder":"select__withBorder_o9jy0","scrollable":"select__scrollable_o9jy0","inner":"select__inner_o9jy0","virtualRow":"select__virtualRow_o9jy0","highlighted":"select__highlighted_o9jy0","emptyPlaceholder":"select__emptyPlaceholder_o9jy0","size-64":"select__size-64_o9jy0","size-72":"select__size-72_o9jy0"};
13
+ var styles = {"virtualOptionsList":"select__virtualOptionsList_1n8bo","virtualOptionsListHeader":"select__virtualOptionsListHeader_1n8bo","virtualOptionsListFooter":"select__virtualOptionsListFooter_1n8bo","withBorder":"select__withBorder_1n8bo","scrollable":"select__scrollable_1n8bo","inner":"select__inner_1n8bo","virtualRow":"select__virtualRow_1n8bo","highlighted":"select__highlighted_1n8bo","emptyPlaceholder":"select__emptyPlaceholder_1n8bo","size-64":"select__size-64_1n8bo","size-72":"select__size-72_1n8bo"};
14
14
  require('./index.css')
15
15
 
16
16
  var VirtualOptionsList = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1fv6e */
1
+ /* hash: 1t13g */
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;
@@ -43,35 +43,35 @@
43
43
  /* checkmark */
44
44
 
45
45
  /* optgroup */
46
- } .select__virtualOptionsList_o9jy0 {
46
+ } .select__virtualOptionsList_1n8bo {
47
47
  width: 100%;
48
48
  outline: none;
49
49
  box-sizing: border-box;
50
50
  position: sticky;
51
51
  justify-content: space-between;
52
- } .select__virtualOptionsListHeader_o9jy0 {
52
+ } .select__virtualOptionsListHeader_1n8bo {
53
53
  box-sizing: border-box;
54
54
  border-bottom: 1px solid var(--color-light-neutral-300);
55
- } .select__virtualOptionsListFooter_o9jy0 {
55
+ } .select__virtualOptionsListFooter_1n8bo {
56
56
  position: sticky;
57
57
  bottom: var(--gap-0);
58
58
  box-sizing: border-box;
59
59
  border-top: 1px solid transparent
60
- } .select__virtualOptionsListFooter_o9jy0.select__withBorder_o9jy0 {
60
+ } .select__virtualOptionsListFooter_1n8bo.select__withBorder_1n8bo {
61
61
  border-top: 1px solid var(--color-light-neutral-300);
62
- } .select__scrollable_o9jy0 {
62
+ } .select__scrollable_1n8bo {
63
63
  position: relative;
64
64
  overflow: auto;
65
65
  width: 100%;
66
- } .select__inner_o9jy0 {
66
+ } .select__inner_1n8bo {
67
67
  position: relative;
68
68
  width: 100%;
69
- } .select__virtualRow_o9jy0 {
69
+ } .select__virtualRow_1n8bo {
70
70
  position: absolute;
71
71
  top: var(--gap-0);
72
72
  left: var(--gap-0);
73
73
  width: 100%
74
- } .select__virtualRow_o9jy0:before {
74
+ } .select__virtualRow_1n8bo:before {
75
75
  content: '';
76
76
  position: absolute;
77
77
  z-index: 1;
@@ -81,16 +81,16 @@
81
81
  height: 1px;
82
82
  background: var(--select-option-divider-background);
83
83
  display: var(--select-option-divider-display);
84
- } .select__virtualRow_o9jy0:first-child:before {
84
+ } .select__virtualRow_1n8bo:first-child:before {
85
85
  display: none;
86
- } .select__highlighted_o9jy0:before,
87
- .select__highlighted_o9jy0 + .select__virtualRow_o9jy0:before {
86
+ } .select__highlighted_1n8bo:before,
87
+ .select__highlighted_1n8bo + .select__virtualRow_1n8bo:before {
88
88
  display: none;
89
- } .select__emptyPlaceholder_o9jy0 {
89
+ } .select__emptyPlaceholder_1n8bo {
90
90
  padding: var(--gap-16) var(--gap-12);
91
91
  color: var(--select-options-list-empty-placeholder-color);
92
92
  flex: 1;
93
- } .select__size-64_o9jy0 .select__emptyPlaceholder_o9jy0,
94
- .select__size-72_o9jy0 .select__emptyPlaceholder_o9jy0 {
93
+ } .select__size-64_1n8bo .select__emptyPlaceholder_1n8bo,
94
+ .select__size-72_1n8bo .select__emptyPlaceholder_1n8bo {
95
95
  padding: var(--gap-24) var(--gap-16);
96
96
  }
@@ -2,7 +2,7 @@ import { __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
 
5
- var styles = {"component":"select__component_1jikg","popoverInner":"select__popoverInner_1jikg","optionsListWrapper":"select__optionsListWrapper_1jikg","optionsListBorder":"select__optionsListBorder_1jikg","nativeSelect":"select__nativeSelect_1jikg","block":"select__block_1jikg","emptySearchPlaceholder":"select__emptySearchPlaceholder_1jikg","search":"select__search_1jikg"};
5
+ var styles = {"component":"select__component_3jwu1","popoverInner":"select__popoverInner_3jwu1","optionsListWrapper":"select__optionsListWrapper_3jwu1","optionsListBorder":"select__optionsListBorder_3jwu1","nativeSelect":"select__nativeSelect_3jwu1","block":"select__block_3jwu1","emptySearchPlaceholder":"select__emptySearchPlaceholder_3jwu1","search":"select__search_3jwu1"};
6
6
  require('./components/base-select/index.css')
7
7
 
8
8
  var ListPopoverDesktop = function (props) {
@@ -12,7 +12,7 @@ import { Option } from '../components/option/Component.js';
12
12
  import { OptionsList } from '../components/options-list/Component.js';
13
13
  import { Search } from '../components/search/Component.js';
14
14
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
15
- import { u as useSelectWithApply } from '../hook-082c72db.js';
15
+ import { u as useSelectWithApply } from '../hook-abcdce24.js';
16
16
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
17
17
 
18
18
  var VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
@@ -0,0 +1,4 @@
1
+ var mobileStyles = {"sheet":"select__sheet_jelop","sheetContent":"select__sheetContent_jelop","modalContent":"select__modalContent_jelop","sheetContainer":"select__sheetContainer_jelop","optionsListWrapper":"select__optionsListWrapper_jelop","optionsList":"select__optionsList_jelop","scrollbar":"select__scrollbar_jelop","search":"select__search_jelop","option":"select__option_jelop","optionGroup":"select__optionGroup_jelop"};
2
+ require('./components/base-select/mobile.css')
3
+
4
+ export { mobileStyles as m };
@@ -1,3 +1,3 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-082c72db.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-abcdce24.js';
@@ -2,4 +2,4 @@ import 'tslib';
2
2
  import 'react';
3
3
  import 'deep-equal';
4
4
  import '../../utils.js';
5
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-082c72db.js';
5
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-abcdce24.js';
@@ -2,6 +2,6 @@ import 'tslib';
2
2
  import 'react';
3
3
  import '../../../components/options-list/Component.js';
4
4
  import '../../../consts.js';
5
- export { O as OptionsListWithApply } from '../../../hook-082c72db.js';
5
+ export { O as OptionsListWithApply } from '../../../hook-abcdce24.js';
6
6
  import './footer/Component.js';
7
7
  import './header/Component.js';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { ButtonDesktop } from '@alfalab/core-components-button/esm/desktop';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/esm';
4
4
 
5
- var styles = {"footer":"select__footer_1nbzl","button":"select__button_1nbzl"};
5
+ var styles = {"footer":"select__footer_tycli","button":"select__button_tycli"};
6
6
  require('./index.css')
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: fwhze */
1
+ /* hash: t2f1x */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -23,10 +23,10 @@
23
23
  --gap-12: var(--gap-s);
24
24
  } :root {
25
25
  } :root {
26
- } /* сбрасывает синюю подсветку при нажатии */ .select__footer_1nbzl {
26
+ } /* сбрасывает синюю подсветку при нажатии */ .select__footer_tycli {
27
27
  background-color: var(--color-light-base-bg-primary);
28
28
  padding: var(--gap-12);
29
29
  outline: none
30
- } .select__footer_1nbzl > .select__button_1nbzl + .select__button_1nbzl {
30
+ } .select__footer_tycli > .select__button_tycli + .select__button_tycli {
31
31
  margin-left: var(--gap-8);
32
32
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Checkbox } from '@alfalab/core-components-checkbox/esm';
4
4
 
5
- var styles = {"desktop":"select__desktop_1fcv6","mobile":"select__mobile_1fcv6"};
5
+ var styles = {"desktop":"select__desktop_h0itf","mobile":"select__mobile_h0itf"};
6
6
  require('./index.css')
7
7
 
8
8
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 7xdko */
1
+ /* hash: l3an6 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -22,8 +22,8 @@
22
22
  --gap-12: var(--gap-s);
23
23
  } :root {
24
24
  } :root {
25
- } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_1fcv6 {
25
+ } /* сбрасывает синюю подсветку при нажатии */ .select__desktop_h0itf {
26
26
  padding: var(--gap-12);
27
- } .select__mobile_1fcv6 {
27
+ } .select__mobile_h0itf {
28
28
  padding: var(--gap-12) var(--gap-8);
29
29
  }
@@ -1 +1 @@
1
- export * from "../../../hook-082c72db";
1
+ export * from "../../../hook-abcdce24";
@@ -1 +1 @@
1
- export { O as OptionsListWithApply } from '../../../hook-082c72db.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-abcdce24.js';
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import { Skeleton } from '@alfalab/core-components-skeleton/esm';
4
4
  import { Option } from '../../components/option/Component.js';
5
5
 
6
- var styles = {"skeleton":"select__skeleton_mmjcz"};
6
+ var styles = {"skeleton":"select__skeleton_1x7ma"};
7
7
  require('./index.css')
8
8
 
9
9
  function useSelectWithLoading(_a) {
@@ -1,5 +1,5 @@
1
- /* hash: 17lof */
2
- .select__skeleton_mmjcz {
1
+ /* hash: k7ylm */
2
+ .select__skeleton_1x7ma {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);