@alfalab/core-components-select 13.2.15 → 13.2.16

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 (196) hide show
  1. package/{Component-71240601.js → Component-003e987a.js} +4 -4
  2. package/{Component-001db41f.js → Component-9c3c5101.js} +1 -1
  3. package/Component.js +1 -1
  4. package/Component.responsive.js +3 -3
  5. package/components/arrow/Component.js +1 -1
  6. package/components/arrow/index.css +5 -5
  7. package/components/base-checkmark/Component.js +1 -1
  8. package/components/base-checkmark/index.css +6 -6
  9. package/components/base-option/Component.js +1 -1
  10. package/components/base-option/index.css +15 -15
  11. package/components/base-select/Component.js +1 -1
  12. package/components/base-select/index.css +9 -9
  13. package/components/base-select/index.d.ts +1 -1
  14. package/components/base-select/index.js +1 -1
  15. package/components/base-select-mobile/Component.js +3 -3
  16. package/components/base-select-mobile/checkmark/Component.js +1 -1
  17. package/components/base-select-mobile/checkmark/index.css +8 -8
  18. package/components/base-select-mobile/index.css +13 -13
  19. package/components/base-select-mobile/index.d.ts +1 -1
  20. package/components/base-select-mobile/index.js +3 -3
  21. package/components/base-select-mobile/options-list/Component.js +1 -1
  22. package/components/base-select-mobile/options-list/index.css +11 -11
  23. package/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  24. package/components/base-select-mobile/virtual-options-list/index.css +17 -17
  25. package/components/checkmark/Component.js +1 -1
  26. package/components/checkmark/index.css +12 -12
  27. package/components/field/Component.js +1 -1
  28. package/components/field/index.css +11 -11
  29. package/components/index.js +3 -3
  30. package/components/optgroup/Component.js +1 -1
  31. package/components/optgroup/index.css +8 -8
  32. package/components/option/Component.js +1 -1
  33. package/components/option/index.css +22 -22
  34. package/components/options-list/Component.js +1 -1
  35. package/components/options-list/index.css +8 -8
  36. package/components/select-mobile/Component.js +3 -3
  37. package/components/select-mobile/index.d.ts +1 -1
  38. package/components/select-mobile/index.js +3 -3
  39. package/components/select-modal-mobile/Component.js +3 -3
  40. package/components/select-modal-mobile/index.d.ts +1 -1
  41. package/components/select-modal-mobile/index.js +3 -3
  42. package/components/virtual-options-list/Component.js +1 -1
  43. package/components/virtual-options-list/index.css +14 -14
  44. package/cssm/components/arrow/index.module.css +2 -2
  45. package/cssm/components/base-checkmark/index.module.css +2 -2
  46. package/cssm/components/base-option/index.module.css +2 -2
  47. package/cssm/components/base-select/index.module.css +2 -2
  48. package/cssm/components/base-select-mobile/checkmark/index.module.css +2 -2
  49. package/cssm/components/base-select-mobile/index.module.css +2 -2
  50. package/cssm/components/base-select-mobile/options-list/index.module.css +2 -2
  51. package/cssm/components/base-select-mobile/virtual-options-list/index.module.css +2 -2
  52. package/cssm/components/checkmark/index.module.css +2 -2
  53. package/cssm/components/field/index.module.css +2 -2
  54. package/cssm/components/optgroup/index.module.css +2 -2
  55. package/cssm/components/option/index.module.css +2 -2
  56. package/cssm/components/options-list/index.module.css +2 -2
  57. package/cssm/components/virtual-options-list/index.module.css +2 -2
  58. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.module.css +2 -2
  59. package/esm/{Component-0a180244.js → Component-a38a40da.js} +4 -4
  60. package/esm/{Component-4bb3c303.js → Component-be3db19b.js} +1 -1
  61. package/esm/Component.js +1 -1
  62. package/esm/Component.responsive.js +3 -3
  63. package/esm/components/arrow/Component.js +1 -1
  64. package/esm/components/arrow/index.css +5 -5
  65. package/esm/components/base-checkmark/Component.js +1 -1
  66. package/esm/components/base-checkmark/index.css +6 -6
  67. package/esm/components/base-option/Component.js +1 -1
  68. package/esm/components/base-option/index.css +15 -15
  69. package/esm/components/base-select/Component.js +1 -1
  70. package/esm/components/base-select/index.css +9 -9
  71. package/esm/components/base-select/index.d.ts +1 -1
  72. package/esm/components/base-select/index.js +1 -1
  73. package/esm/components/base-select-mobile/Component.js +3 -3
  74. package/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  75. package/esm/components/base-select-mobile/checkmark/index.css +8 -8
  76. package/esm/components/base-select-mobile/index.css +13 -13
  77. package/esm/components/base-select-mobile/index.d.ts +1 -1
  78. package/esm/components/base-select-mobile/index.js +3 -3
  79. package/esm/components/base-select-mobile/options-list/Component.js +1 -1
  80. package/esm/components/base-select-mobile/options-list/index.css +11 -11
  81. package/esm/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  82. package/esm/components/base-select-mobile/virtual-options-list/index.css +17 -17
  83. package/esm/components/checkmark/Component.js +1 -1
  84. package/esm/components/checkmark/index.css +12 -12
  85. package/esm/components/field/Component.js +1 -1
  86. package/esm/components/field/index.css +11 -11
  87. package/esm/components/index.js +3 -3
  88. package/esm/components/optgroup/Component.js +1 -1
  89. package/esm/components/optgroup/index.css +8 -8
  90. package/esm/components/option/Component.js +1 -1
  91. package/esm/components/option/index.css +22 -22
  92. package/esm/components/options-list/Component.js +1 -1
  93. package/esm/components/options-list/index.css +8 -8
  94. package/esm/components/select-mobile/Component.js +3 -3
  95. package/esm/components/select-mobile/index.d.ts +1 -1
  96. package/esm/components/select-mobile/index.js +3 -3
  97. package/esm/components/select-modal-mobile/Component.js +3 -3
  98. package/esm/components/select-modal-mobile/index.d.ts +1 -1
  99. package/esm/components/select-modal-mobile/index.js +3 -3
  100. package/esm/components/virtual-options-list/Component.js +1 -1
  101. package/esm/components/virtual-options-list/index.css +14 -14
  102. package/esm/index-3885b0d7.d.ts +1 -1
  103. package/esm/index.js +3 -3
  104. package/esm/presets/index.js +3 -3
  105. package/esm/presets/useLazyLoading/hook.js +2 -2
  106. package/esm/presets/useLazyLoading/index.css +2 -2
  107. package/esm/presets/useSelectWithApply/hook.js +3 -3
  108. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  109. package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +6 -6
  110. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  111. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  112. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  113. package/esm/presets/useSelectWithLoading/index.css +2 -2
  114. package/esm/responsive.js +3 -3
  115. package/index-3885b0d7.d.ts +1 -1
  116. package/index.js +3 -3
  117. package/modern/{Component-d9a7d67e.js → Component-1f8531f6.js} +4 -4
  118. package/modern/{Component-77e84ddc.js → Component-ec2fbeef.js} +1 -1
  119. package/modern/Component.js +1 -1
  120. package/modern/Component.responsive.js +3 -3
  121. package/modern/components/arrow/Component.js +1 -1
  122. package/modern/components/arrow/index.css +5 -5
  123. package/modern/components/base-checkmark/Component.js +1 -1
  124. package/modern/components/base-checkmark/index.css +6 -6
  125. package/modern/components/base-option/Component.js +1 -1
  126. package/modern/components/base-option/index.css +15 -15
  127. package/modern/components/base-select/Component.js +1 -1
  128. package/modern/components/base-select/index.css +9 -9
  129. package/modern/components/base-select/index.d.ts +1 -1
  130. package/modern/components/base-select/index.js +1 -1
  131. package/modern/components/base-select-mobile/Component.js +3 -3
  132. package/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  133. package/modern/components/base-select-mobile/checkmark/index.css +8 -8
  134. package/modern/components/base-select-mobile/index.css +13 -13
  135. package/modern/components/base-select-mobile/index.d.ts +1 -1
  136. package/modern/components/base-select-mobile/index.js +3 -3
  137. package/modern/components/base-select-mobile/options-list/Component.js +1 -1
  138. package/modern/components/base-select-mobile/options-list/index.css +11 -11
  139. package/modern/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  140. package/modern/components/base-select-mobile/virtual-options-list/index.css +17 -17
  141. package/modern/components/checkmark/Component.js +1 -1
  142. package/modern/components/checkmark/index.css +12 -12
  143. package/modern/components/field/Component.js +1 -1
  144. package/modern/components/field/index.css +11 -11
  145. package/modern/components/index.js +3 -3
  146. package/modern/components/optgroup/Component.js +1 -1
  147. package/modern/components/optgroup/index.css +8 -8
  148. package/modern/components/option/Component.js +1 -1
  149. package/modern/components/option/index.css +22 -22
  150. package/modern/components/options-list/Component.js +1 -1
  151. package/modern/components/options-list/index.css +8 -8
  152. package/modern/components/select-mobile/Component.js +3 -3
  153. package/modern/components/select-mobile/index.d.ts +1 -1
  154. package/modern/components/select-mobile/index.js +3 -3
  155. package/modern/components/select-modal-mobile/Component.js +3 -3
  156. package/modern/components/select-modal-mobile/index.d.ts +1 -1
  157. package/modern/components/select-modal-mobile/index.js +3 -3
  158. package/modern/components/virtual-options-list/Component.js +1 -1
  159. package/modern/components/virtual-options-list/index.css +14 -14
  160. package/modern/index-3885b0d7.d.ts +1 -1
  161. package/modern/index.js +3 -3
  162. package/modern/presets/index.js +3 -3
  163. package/modern/presets/useLazyLoading/hook.js +2 -2
  164. package/modern/presets/useLazyLoading/index.css +2 -2
  165. package/modern/presets/useSelectWithApply/hook.js +3 -3
  166. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  167. package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +6 -6
  168. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  169. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  170. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  171. package/modern/presets/useSelectWithLoading/index.css +2 -2
  172. package/modern/responsive.js +3 -3
  173. package/package.json +4 -4
  174. package/presets/index.js +3 -3
  175. package/presets/useLazyLoading/hook.js +2 -2
  176. package/presets/useLazyLoading/index.css +2 -2
  177. package/presets/useSelectWithApply/hook.js +3 -3
  178. package/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  179. package/presets/useSelectWithApply/options-list-with-apply/index.css +6 -6
  180. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  181. package/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  182. package/presets/useSelectWithLoading/hook.js +1 -1
  183. package/presets/useSelectWithLoading/index.css +2 -2
  184. package/responsive.js +3 -3
  185. /package/{Component-71240601.d.ts → Component-003e987a.d.ts} +0 -0
  186. /package/{Component-001db41f.d.ts → Component-9c3c5101.d.ts} +0 -0
  187. /package/esm/{Component-0a180244.d.ts → Component-a38a40da.d.ts} +0 -0
  188. /package/esm/{Component-4bb3c303.d.ts → Component-be3db19b.d.ts} +0 -0
  189. /package/esm/{intersection-observer-6d12bd0a.d.ts → intersection-observer-1b705e9c.d.ts} +0 -0
  190. /package/esm/{intersection-observer-6d12bd0a.js → intersection-observer-1b705e9c.js} +0 -0
  191. /package/{intersection-observer-dd747820.d.ts → intersection-observer-cd9b249c.d.ts} +0 -0
  192. /package/{intersection-observer-dd747820.js → intersection-observer-cd9b249c.js} +0 -0
  193. /package/modern/{Component-d9a7d67e.d.ts → Component-1f8531f6.d.ts} +0 -0
  194. /package/modern/{Component-77e84ddc.d.ts → Component-ec2fbeef.d.ts} +0 -0
  195. /package/modern/{intersection-observer-6d12bd0a.d.ts → intersection-observer-1b705e9c.d.ts} +0 -0
  196. /package/modern/{intersection-observer-6d12bd0a.js → intersection-observer-1b705e9c.js} +0 -0
@@ -7,7 +7,7 @@ import { useMedia } from '@alfalab/hooks';
7
7
  import { useVisibleOptions, isGroup } from '../../utils.js';
8
8
  import { Optgroup } from '../optgroup/Component.js';
9
9
 
10
- var styles = {"optionsList":"select__optionsList_1702e","scrollable":"select__scrollable_1702e","emptyPlaceholder":"select__emptyPlaceholder_1702e","l":"select__l_1702e","xl":"select__xl_1702e"};
10
+ var styles = {"optionsList":"select__optionsList_piu40","scrollable":"select__scrollable_piu40","emptyPlaceholder":"select__emptyPlaceholder_piu40","l":"select__l_piu40","xl":"select__xl_piu40"};
11
11
  require('./index.css')
12
12
 
13
13
  var createCounter = function () {
@@ -1,8 +1,8 @@
1
- /* hash: dw3py */
1
+ /* hash: uad1j */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-text-secondary: rgba(11, 31, 53, 0.7);
5
- } :root {
4
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ } :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 */
6
6
  } :root {
7
7
  } :root {
8
8
 
@@ -28,18 +28,18 @@
28
28
  /* checkmark */
29
29
 
30
30
  /* optgroup */
31
- } .select__optionsList_1702e {
31
+ } .select__optionsList_piu40 {
32
32
  overflow: auto;
33
33
  width: 100%;
34
34
  outline: none;
35
35
  box-sizing: border-box;
36
- } .select__scrollable_1702e {
36
+ } .select__scrollable_piu40 {
37
37
  overflow: auto;
38
38
  width: 100%;
39
- } .select__emptyPlaceholder_1702e {
39
+ } .select__emptyPlaceholder_piu40 {
40
40
  padding: var(--gap-m) var(--gap-s);
41
41
  color: var(--select-options-list-empty-placeholder-color);
42
- } .select__l_1702e .select__emptyPlaceholder_1702e,
43
- .select__xl_1702e .select__emptyPlaceholder_1702e {
42
+ } .select__l_piu40 .select__emptyPlaceholder_piu40,
43
+ .select__xl_piu40 .select__emptyPlaceholder_piu40 {
44
44
  padding: var(--gap-xl) var(--gap-m);
45
45
  }
@@ -1,7 +1,7 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
3
  import '../arrow/Component.js';
4
- export { S as SelectMobile } from '../../Component-0a180244.js';
4
+ export { S as SelectMobile } from '../../Component-a38a40da.js';
5
5
  import '../field/Component.js';
6
6
  import '../optgroup/Component.js';
7
7
  import '../option/Component.js';
@@ -12,7 +12,7 @@ import 'downshift';
12
12
  import '@alfalab/core-components-bottom-sheet/esm';
13
13
  import '@alfalab/core-components-modal/esm/mobile';
14
14
  import '../../Component.js';
15
- import '../../Component-4bb3c303.js';
15
+ import '../../Component-be3db19b.js';
16
16
  import '@juggle/resize-observer';
17
17
  import '@alfalab/core-components-popover/esm';
18
18
  import '@alfalab/hooks';
@@ -31,7 +31,7 @@ import 'react-virtual';
31
31
  import '../base-option/Component.js';
32
32
  import '../base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../intersection-observer-6d12bd0a.js';
34
+ import '../../intersection-observer-1b705e9c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import '../base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
@@ -1 +1 @@
1
- export * from "../../Component-0a180244";
1
+ export * from "../../Component-a38a40da";
@@ -1,4 +1,4 @@
1
- export { S as SelectMobile } from '../../Component-0a180244.js';
1
+ export { S as SelectMobile } from '../../Component-a38a40da.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../arrow/Component.js';
@@ -9,7 +9,7 @@ import 'downshift';
9
9
  import '@alfalab/core-components-bottom-sheet/esm';
10
10
  import '@alfalab/core-components-modal/esm/mobile';
11
11
  import '../../Component.js';
12
- import '../../Component-4bb3c303.js';
12
+ import '../../Component-be3db19b.js';
13
13
  import '@juggle/resize-observer';
14
14
  import '@alfalab/core-components-popover/esm';
15
15
  import '@alfalab/hooks';
@@ -31,7 +31,7 @@ import 'react-virtual';
31
31
  import '../base-option/Component.js';
32
32
  import '../base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../intersection-observer-6d12bd0a.js';
34
+ import '../../intersection-observer-1b705e9c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import '../base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
@@ -1,7 +1,7 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
3
  import '../arrow/Component.js';
4
- export { a as SelectModalMobile } from '../../Component-0a180244.js';
4
+ export { a as SelectModalMobile } from '../../Component-a38a40da.js';
5
5
  import '../field/Component.js';
6
6
  import '../optgroup/Component.js';
7
7
  import '../option/Component.js';
@@ -12,7 +12,7 @@ import 'downshift';
12
12
  import '@alfalab/core-components-bottom-sheet/esm';
13
13
  import '@alfalab/core-components-modal/esm/mobile';
14
14
  import '../../Component.js';
15
- import '../../Component-4bb3c303.js';
15
+ import '../../Component-be3db19b.js';
16
16
  import '@juggle/resize-observer';
17
17
  import '@alfalab/core-components-popover/esm';
18
18
  import '@alfalab/hooks';
@@ -31,7 +31,7 @@ import 'react-virtual';
31
31
  import '../base-option/Component.js';
32
32
  import '../base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../intersection-observer-6d12bd0a.js';
34
+ import '../../intersection-observer-1b705e9c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import '../base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
@@ -1 +1 @@
1
- export * from "../../Component-0a180244";
1
+ export * from "../../Component-a38a40da";
@@ -1,4 +1,4 @@
1
- export { a as SelectModalMobile } from '../../Component-0a180244.js';
1
+ export { a as SelectModalMobile } from '../../Component-a38a40da.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../arrow/Component.js';
@@ -9,7 +9,7 @@ import 'downshift';
9
9
  import '@alfalab/core-components-bottom-sheet/esm';
10
10
  import '@alfalab/core-components-modal/esm/mobile';
11
11
  import '../../Component.js';
12
- import '../../Component-4bb3c303.js';
12
+ import '../../Component-be3db19b.js';
13
13
  import '@juggle/resize-observer';
14
14
  import '@alfalab/core-components-popover/esm';
15
15
  import '@alfalab/hooks';
@@ -31,7 +31,7 @@ import 'react-virtual';
31
31
  import '../base-option/Component.js';
32
32
  import '../base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../intersection-observer-6d12bd0a.js';
34
+ import '../../intersection-observer-1b705e9c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import '../base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
@@ -7,7 +7,7 @@ import { useMedia } from '@alfalab/hooks';
7
7
  import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
8
8
  import { Optgroup } from '../optgroup/Component.js';
9
9
 
10
- var styles = {"virtualOptionsList":"select__virtualOptionsList_1fac2","scrollable":"select__scrollable_1fac2","inner":"select__inner_1fac2","virtualRow":"select__virtualRow_1fac2","highlighted":"select__highlighted_1fac2","emptyPlaceholder":"select__emptyPlaceholder_1fac2","l":"select__l_1fac2","xl":"select__xl_1fac2"};
10
+ var styles = {"virtualOptionsList":"select__virtualOptionsList_1v5vm","scrollable":"select__scrollable_1v5vm","inner":"select__inner_1v5vm","virtualRow":"select__virtualRow_1v5vm","highlighted":"select__highlighted_1v5vm","emptyPlaceholder":"select__emptyPlaceholder_1v5vm","l":"select__l_1v5vm","xl":"select__xl_1v5vm"};
11
11
  require('./index.css')
12
12
 
13
13
  /* eslint-disable react-hooks/exhaustive-deps */
@@ -1,9 +1,9 @@
1
- /* hash: 8wgbn */
1
+ /* hash: 1a8h7 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-primary: #dbdee1;
5
- --color-light-text-secondary: rgba(11, 31, 53, 0.7);
6
- } :root {
5
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+ } :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 */
7
7
  } :root {
8
8
  } :root {
9
9
 
@@ -34,23 +34,23 @@
34
34
  /* checkmark */
35
35
 
36
36
  /* optgroup */
37
- } .select__virtualOptionsList_1fac2 {
37
+ } .select__virtualOptionsList_1v5vm {
38
38
  width: 100%;
39
39
  outline: none;
40
40
  box-sizing: border-box;
41
41
  position: relative;
42
- } .select__scrollable_1fac2 {
42
+ } .select__scrollable_1v5vm {
43
43
  overflow: auto;
44
44
  width: 100%;
45
- } .select__inner_1fac2 {
45
+ } .select__inner_1v5vm {
46
46
  position: relative;
47
47
  width: 100%;
48
- } .select__virtualRow_1fac2 {
48
+ } .select__virtualRow_1v5vm {
49
49
  position: absolute;
50
50
  top: 0;
51
51
  left: 0;
52
52
  width: 100%
53
- } .select__virtualRow_1fac2:before {
53
+ } .select__virtualRow_1v5vm:before {
54
54
  content: '';
55
55
  position: absolute;
56
56
  z-index: 1;
@@ -60,15 +60,15 @@
60
60
  height: 1px;
61
61
  background: var(--select-option-divider-background);
62
62
  display: var(--select-option-divider-display);
63
- } .select__virtualRow_1fac2:first-child:before {
63
+ } .select__virtualRow_1v5vm:first-child:before {
64
64
  display: none;
65
- } .select__highlighted_1fac2:before,
66
- .select__highlighted_1fac2 + .select__virtualRow_1fac2:before {
65
+ } .select__highlighted_1v5vm:before,
66
+ .select__highlighted_1v5vm + .select__virtualRow_1v5vm:before {
67
67
  display: none;
68
- } .select__emptyPlaceholder_1fac2 {
68
+ } .select__emptyPlaceholder_1v5vm {
69
69
  padding: var(--gap-m) var(--gap-s);
70
70
  color: var(--select-options-list-empty-placeholder-color);
71
- } .select__l_1fac2 .select__emptyPlaceholder_1fac2,
72
- .select__xl_1fac2 .select__emptyPlaceholder_1fac2 {
71
+ } .select__l_1v5vm .select__emptyPlaceholder_1v5vm,
72
+ .select__xl_1v5vm .select__emptyPlaceholder_1v5vm {
73
73
  padding: var(--gap-xl) var(--gap-m);
74
74
  }
@@ -1,3 +1,3 @@
1
1
  declare const isClient: () => boolean;
2
2
  export { isClient };
3
- export * from "./Component-4bb3c303";
3
+ export * from "./Component-be3db19b";
package/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export { Select } from './Component.js';
2
2
  export { Arrow } from './components/arrow/Component.js';
3
- export { B as BaseSelect } from './Component-4bb3c303.js';
4
- export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-0a180244.js';
3
+ export { B as BaseSelect } from './Component-be3db19b.js';
4
+ export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-a38a40da.js';
5
5
  export { Field } from './components/field/Component.js';
6
6
  export { Optgroup } from './components/optgroup/Component.js';
7
7
  export { Option } from './components/option/Component.js';
@@ -33,7 +33,7 @@ import '@alfalab/core-components-bottom-sheet/esm';
33
33
  import '@alfalab/core-components-modal/esm/mobile';
34
34
  import 'react-virtual';
35
35
  import '@alfalab/core-components-skeleton/esm';
36
- import './intersection-observer-6d12bd0a.js';
36
+ import './intersection-observer-1b705e9c.js';
37
37
  import '@alfalab/core-components-button/esm';
38
38
  import './components/base-checkmark/Component.js';
39
39
  import './components/base-select-mobile/options-list/Component.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-0a180244.js';
3
+ export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-a38a40da.js';
4
4
  import 'tslib';
5
5
  import 'react';
6
6
  import '@alfalab/core-components-skeleton/esm';
@@ -12,7 +12,7 @@ import '../components/checkmark/Component.js';
12
12
  import '@alfalab/core-components-badge/esm';
13
13
  import '@alfalab/core-components-checkbox/esm';
14
14
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
15
- import '../intersection-observer-6d12bd0a.js';
15
+ import '../intersection-observer-1b705e9c.js';
16
16
  import '../components/arrow/Component.js';
17
17
  import '@alfalab/icons-glyph/ChevronDownMIcon';
18
18
  import 'react-merge-refs';
@@ -20,7 +20,7 @@ import 'downshift';
20
20
  import '@alfalab/core-components-bottom-sheet/esm';
21
21
  import '@alfalab/core-components-modal/esm/mobile';
22
22
  import '../Component.js';
23
- import '../Component-4bb3c303.js';
23
+ import '../Component-be3db19b.js';
24
24
  import '@juggle/resize-observer';
25
25
  import '@alfalab/core-components-popover/esm';
26
26
  import '@alfalab/hooks';
@@ -2,7 +2,7 @@ import { __spreadArray, __assign } from 'tslib';
2
2
  import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
3
3
  import { Skeleton } from '@alfalab/core-components-skeleton/esm';
4
4
  import { Option } from '../../components/option/Component.js';
5
- import '../../intersection-observer-6d12bd0a.js';
5
+ import '../../intersection-observer-1b705e9c.js';
6
6
  import 'classnames';
7
7
  import '../../components/base-select-mobile/checkmark/Component.js';
8
8
  import '@alfalab/icons-glyph/CheckmarkMIcon';
@@ -11,7 +11,7 @@ import '@alfalab/core-components-badge/esm';
11
11
  import '@alfalab/core-components-checkbox/esm';
12
12
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
13
13
 
14
- var styles = {"skeleton":"select__skeleton_17j75"};
14
+ var styles = {"skeleton":"select__skeleton_18jdv"};
15
15
  require('./index.css')
16
16
 
17
17
  var DEBOUNCE_TIMEOUT = 300;
@@ -1,5 +1,5 @@
1
- /* hash: 1b2n0 */
2
- .select__skeleton_17j75 {
1
+ /* hash: 1rhnp */
2
+ .select__skeleton_18jdv {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
@@ -3,8 +3,8 @@ import 'react';
3
3
  import '../../Component.js';
4
4
  import 'classnames';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
- import '../../Component-4bb3c303.js';
7
- export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-0a180244.js';
6
+ import '../../Component-be3db19b.js';
7
+ export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-a38a40da.js';
8
8
  import '@alfalab/core-components-form-control/esm';
9
9
  import '@alfalab/hooks';
10
10
  import '../../utils.js';
@@ -16,7 +16,7 @@ import '../../components/options-list/Component.js';
16
16
  import 'react-virtual';
17
17
  import '@alfalab/core-components-scrollbar/esm';
18
18
  import '@alfalab/core-components-skeleton/esm';
19
- import '../../intersection-observer-6d12bd0a.js';
19
+ import '../../intersection-observer-1b705e9c.js';
20
20
  import '../../components/arrow/Component.js';
21
21
  import '../../components/field/Component.js';
22
22
  import '../../components/optgroup/Component.js';
@@ -3,8 +3,8 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-button/esm';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
- import '../../../Component-4bb3c303.js';
7
- export { O as OptionsListWithApply } from '../../../Component-0a180244.js';
6
+ import '../../../Component-be3db19b.js';
7
+ export { O as OptionsListWithApply } from '../../../Component-a38a40da.js';
8
8
  import '@alfalab/core-components-form-control/esm';
9
9
  import '@alfalab/hooks';
10
10
  import '@alfalab/icons-glyph/CheckmarkMIcon';
@@ -32,7 +32,7 @@ import '../../../components/checkmark/Component.js';
32
32
  import '../../../components/base-option/Component.js';
33
33
  import '../../../components/base-checkmark/Component.js';
34
34
  import '@alfalab/core-components-skeleton/esm';
35
- import '../../../intersection-observer-6d12bd0a.js';
35
+ import '../../../intersection-observer-1b705e9c.js';
36
36
  import '../../../components/base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
38
38
  import '../../../components/base-select-mobile/virtual-options-list/Component.js';
@@ -1,9 +1,9 @@
1
- /* hash: 1tyxn */
1
+ /* hash: walvw */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
- --color-light-border-secondary: #e7e9eb;
6
- } :root {
5
+ --color-light-border-secondary: #e7e9eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
+ } :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 */
7
7
  } :root {
8
8
  } :root {
9
9
 
@@ -27,12 +27,12 @@
27
27
  /* checkmark */
28
28
 
29
29
  /* optgroup */
30
- } .select__footer_4wfri {
30
+ } .select__footer_2akbx {
31
31
  background: var(--color-light-bg-primary);
32
32
  padding: var(--gap-s);
33
33
  outline: none
34
- } .select__footer_4wfri > * + * {
34
+ } .select__footer_2akbx > * + * {
35
35
  margin-left: var(--gap-xs);
36
- } .select__withBorder_4wfri {
36
+ } .select__withBorder_2akbx {
37
37
  box-shadow: inset 0 1px 0 var(--color-light-border-secondary);
38
38
  }
@@ -1 +1 @@
1
- export * from "../../../Component-0a180244";
1
+ export * from "../../../Component-a38a40da";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../Component-0a180244.js';
1
+ export { O as OptionsListWithApply } from '../../../Component-a38a40da.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../../../components/arrow/Component.js';
@@ -9,7 +9,7 @@ import 'downshift';
9
9
  import '@alfalab/core-components-bottom-sheet/esm';
10
10
  import '@alfalab/core-components-modal/esm/mobile';
11
11
  import '../../../Component.js';
12
- import '../../../Component-4bb3c303.js';
12
+ import '../../../Component-be3db19b.js';
13
13
  import '@juggle/resize-observer';
14
14
  import '@alfalab/core-components-popover/esm';
15
15
  import '@alfalab/hooks';
@@ -31,7 +31,7 @@ import 'react-virtual';
31
31
  import '../../../components/base-option/Component.js';
32
32
  import '../../../components/base-checkmark/Component.js';
33
33
  import '@alfalab/core-components-skeleton/esm';
34
- import '../../../intersection-observer-6d12bd0a.js';
34
+ import '../../../intersection-observer-1b705e9c.js';
35
35
  import '@alfalab/core-components-button/esm';
36
36
  import '../../../components/base-select-mobile/options-list/Component.js';
37
37
  import '@alfalab/core-components-base-modal/esm';
@@ -10,7 +10,7 @@ import '@alfalab/core-components-badge/esm';
10
10
  import '@alfalab/core-components-checkbox/esm';
11
11
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
12
12
 
13
- var styles = {"skeleton":"select__skeleton_12h6e"};
13
+ var styles = {"skeleton":"select__skeleton_kzy3o"};
14
14
  require('./index.css')
15
15
 
16
16
  function useSelectWithLoading(_a) {
@@ -1,5 +1,5 @@
1
- /* hash: 18j07 */
2
- .select__skeleton_12h6e {
1
+ /* hash: r9usq */
2
+ .select__skeleton_kzy3o {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
package/esm/responsive.js CHANGED
@@ -6,7 +6,7 @@ import './Component.js';
6
6
  import './components/arrow/Component.js';
7
7
  import 'classnames';
8
8
  import '@alfalab/icons-glyph/ChevronDownMIcon';
9
- import './Component-4bb3c303.js';
9
+ import './Component-be3db19b.js';
10
10
  import 'react-merge-refs';
11
11
  import '@juggle/resize-observer';
12
12
  import 'downshift';
@@ -25,14 +25,14 @@ import '@alfalab/core-components-checkbox/esm';
25
25
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
26
26
  import './components/options-list/Component.js';
27
27
  import '@alfalab/core-components-scrollbar/esm';
28
- import './Component-0a180244.js';
28
+ import './Component-a38a40da.js';
29
29
  import '@alfalab/core-components-bottom-sheet/esm';
30
30
  import '@alfalab/core-components-modal/esm/mobile';
31
31
  import 'react-virtual';
32
32
  import './components/base-option/Component.js';
33
33
  import './components/base-checkmark/Component.js';
34
34
  import '@alfalab/core-components-skeleton/esm';
35
- import './intersection-observer-6d12bd0a.js';
35
+ import './intersection-observer-1b705e9c.js';
36
36
  import '@alfalab/core-components-button/esm';
37
37
  import './components/base-select-mobile/options-list/Component.js';
38
38
  import '@alfalab/core-components-base-modal/esm';
@@ -1,3 +1,3 @@
1
1
  declare const isClient: () => boolean;
2
2
  export { isClient };
3
- export * from "./Component-001db41f";
3
+ export * from "./Component-9c3c5101";
package/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  var Component = require('./Component.js');
4
4
  var components_arrow_Component = require('./components/arrow/Component.js');
5
- var components_baseSelect_Component = require('./Component-001db41f.js');
6
- var presets_useSelectWithApply_optionsListWithApply_Component = require('./Component-71240601.js');
5
+ var components_baseSelect_Component = require('./Component-9c3c5101.js');
6
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('./Component-003e987a.js');
7
7
  var components_field_Component = require('./components/field/Component.js');
8
8
  var components_optgroup_Component = require('./components/optgroup/Component.js');
9
9
  var components_option_Component = require('./components/option/Component.js');
@@ -35,7 +35,7 @@ require('@alfalab/core-components-bottom-sheet');
35
35
  require('@alfalab/core-components-modal/mobile');
36
36
  require('react-virtual');
37
37
  require('@alfalab/core-components-skeleton');
38
- require('./intersection-observer-dd747820.js');
38
+ require('./intersection-observer-cd9b249c.js');
39
39
  require('@alfalab/core-components-button');
40
40
  require('./components/base-checkmark/Component.js');
41
41
  require('./components/base-select-mobile/options-list/Component.js');
@@ -6,7 +6,7 @@ import { useMultipleSelection, useCombobox } from 'downshift';
6
6
  import { BottomSheet } from '@alfalab/core-components-bottom-sheet/modern';
7
7
  import { ModalMobile } from '@alfalab/core-components-modal/modern/mobile';
8
8
  import './Component.js';
9
- import { g as getDataTestId } from './Component-77e84ddc.js';
9
+ import { g as getDataTestId } from './Component-ec2fbeef.js';
10
10
  import { Field } from './components/field/Component.js';
11
11
  import { Optgroup } from './components/optgroup/Component.js';
12
12
  import { Option } from './components/option/Component.js';
@@ -17,7 +17,7 @@ import '@alfalab/hooks';
17
17
  import { processOptions } from './utils.js';
18
18
  import { BaseOption } from './components/base-option/Component.js';
19
19
  import '@alfalab/core-components-skeleton/modern';
20
- import './intersection-observer-6d12bd0a.js';
20
+ import './intersection-observer-1b705e9c.js';
21
21
  import { Button } from '@alfalab/core-components-button/modern';
22
22
  import '@alfalab/icons-glyph/ChevronDownMIcon';
23
23
  import '@alfalab/core-components-form-control/modern';
@@ -30,7 +30,7 @@ import { Checkmark } from './components/base-select-mobile/checkmark/Component.j
30
30
  import { OptionsList as OptionsList$1 } from './components/base-select-mobile/options-list/Component.js';
31
31
  import { VirtualOptionsList } from './components/base-select-mobile/virtual-options-list/Component.js';
32
32
 
33
- const styles$1 = {"footer":"select__footer_4wfri","withBorder":"select__withBorder_4wfri"};
33
+ const styles$1 = {"footer":"select__footer_2akbx","withBorder":"select__withBorder_2akbx"};
34
34
  require('./presets/useSelectWithApply/options-list-with-apply/index.css')
35
35
 
36
36
  const OptionsListWithApply = forwardRef(({ toggleMenu, OptionsList: OptionsList$1 = OptionsList, getOptionProps: defaultGetOptionProps, showClear = true, selectedDraft = [], flatOptions = [], onApply = () => null, onClear = () => null, onClose = () => null, visibleOptions = 5, ...restProps }, ref) => {
@@ -143,7 +143,7 @@ function useSelectWithApply({ options, selected, onChange = () => null, OptionsL
143
143
  };
144
144
  }
145
145
 
146
- const styles = {"component":"select__component_2yeg3","popoverInner":"select__popoverInner_2yeg3","sheet":"select__sheet_2yeg3","sheetContent":"select__sheetContent_2yeg3","sheetContainer":"select__sheetContainer_2yeg3","block":"select__block_2yeg3","option":"select__option_2yeg3","optionGroup":"select__optionGroup_2yeg3"};
146
+ const styles = {"component":"select__component_cj0ip","popoverInner":"select__popoverInner_cj0ip","sheet":"select__sheet_cj0ip","sheetContent":"select__sheetContent_cj0ip","sheetContainer":"select__sheetContainer_cj0ip","block":"select__block_cj0ip","option":"select__option_cj0ip","optionGroup":"select__optionGroup_cj0ip"};
147
147
  require('./components/base-select-mobile/index.css')
148
148
 
149
149
  const VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
@@ -13,7 +13,7 @@ const getDataTestId = (dataTestId, element) => {
13
13
  return dataTestId ? `${dataTestId}${elementPart}` : undefined;
14
14
  };
15
15
 
16
- const styles = {"component":"select__component_2133b","popoverInner":"select__popoverInner_2133b","optionsList":"select__optionsList_2133b","nativeSelect":"select__nativeSelect_2133b","block":"select__block_2133b"};
16
+ const styles = {"component":"select__component_jibdp","popoverInner":"select__popoverInner_jibdp","optionsList":"select__optionsList_jibdp","nativeSelect":"select__nativeSelect_jibdp","block":"select__block_jibdp"};
17
17
  require('./components/base-select/index.css')
18
18
 
19
19
  const BaseSelect = forwardRef(({ dataTestId, className, fieldClassName, optionsListClassName, optionClassName, popperClassName, options, autocomplete = false, multiple = false, allowUnselect = false, disabled = false, closeOnSelect = !multiple, circularNavigation = false, nativeSelect = false, defaultOpen = false, open: openProp, popoverPosition = 'bottom-start', preventFlip = true, optionsListWidth = 'content', name, id, selected, size = 's', optionsSize = size, error, hint, block, label, labelView, placeholder, fieldProps = {}, optionsListProps = {}, optionProps = {}, valueRenderer, onChange, onOpen, onFocus, onBlur, onScroll, Arrow, Field = () => null, OptionsList = () => null, Optgroup = () => null, Option = () => null, updatePopover, zIndexPopover, showEmptyOptionsList = false, visibleOptions, }, ref) => {
@@ -1,6 +1,6 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { Arrow } from './components/arrow/Component.js';
3
- import { B as BaseSelect } from './Component-77e84ddc.js';
3
+ import { B as BaseSelect } from './Component-ec2fbeef.js';
4
4
  import { Field } from './components/field/Component.js';
5
5
  import { Optgroup } from './components/optgroup/Component.js';
6
6
  import { Option } from './components/option/Component.js';
@@ -3,8 +3,8 @@ import { useMedia } from '@alfalab/hooks';
3
3
  import { Select } from './Component.js';
4
4
  import 'classnames';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
- import './Component-77e84ddc.js';
7
- import { S as SelectMobile } from './Component-d9a7d67e.js';
6
+ import './Component-ec2fbeef.js';
7
+ import { S as SelectMobile } from './Component-1f8531f6.js';
8
8
  import '@alfalab/core-components-form-control/modern';
9
9
  import '@alfalab/icons-glyph/CheckmarkMIcon';
10
10
  import '@alfalab/core-components-badge/modern';
@@ -30,7 +30,7 @@ import '@alfalab/core-components-modal/modern/mobile';
30
30
  import './components/base-option/Component.js';
31
31
  import './components/base-checkmark/Component.js';
32
32
  import '@alfalab/core-components-skeleton/modern';
33
- import './intersection-observer-6d12bd0a.js';
33
+ import './intersection-observer-1b705e9c.js';
34
34
  import '@alfalab/core-components-button/modern';
35
35
  import './components/base-select-mobile/options-list/Component.js';
36
36
  import '@alfalab/core-components-base-modal/modern';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
4
4
 
5
- const styles = {"arrow":"select__arrow_1pwtm","open":"select__open_1pwtm"};
5
+ const styles = {"arrow":"select__arrow_1qx0c","open":"select__open_1qx0c"};
6
6
  require('./index.css')
7
7
 
8
8
  const Arrow = ({ open, className }) => (React.createElement(ChevronDownMIcon, { className: cn(styles.arrow, className, { [styles.open]: open }) }));
@@ -1,8 +1,8 @@
1
- /* hash: 2icee */
1
+ /* hash: ixd3v */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-graphic-primary: #0b1f35;
5
- } :root {
4
+ --color-light-graphic-primary: #0b1f35; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ } :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 */
6
6
  } :root {
7
7
  } :root {
8
8
 
@@ -26,13 +26,13 @@
26
26
  /* checkmark */
27
27
 
28
28
  /* optgroup */
29
- } .select__arrow_1pwtm {
29
+ } .select__arrow_1qx0c {
30
30
  display: block;
31
31
  width: 24px;
32
32
  height: 24px;
33
33
  color: var(--select-arrow-color);
34
34
 
35
35
  transition: transform 0.15s ease-in-out, opacity 0.2s ease;
36
- } .select__open_1pwtm {
36
+ } .select__open_1qx0c {
37
37
  transform: var(--arrow-transform);
38
38
  }