@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
@@ -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,7 +1,7 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-graphic-primary: #0b1f35;
4
- } :root {
3
+ --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 */
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 */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -1,6 +1,6 @@
1
1
  :root {
2
- } /* deprecated */ :root {
3
- } :root {
2
+ } /* 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 */
3
+ } :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 */
4
4
  } :root {
5
5
  } :root {
6
6
 
@@ -4,8 +4,8 @@
4
4
  --color-light-bg-secondary: #f3f4f5;
5
5
  --color-light-bg-tertiary: #e7e9eb;
6
6
  --color-light-text-primary: #0b1f35;
7
- --color-light-text-secondary: rgba(11, 31, 53, 0.7);
8
- } :root {
7
+ --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 */
8
+ } :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 */
9
9
  } :root {
10
10
  } :root {
11
11
 
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-bg-primary: #fff;
4
- } :root {
3
+ --color-light-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 */
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 */
5
5
  } :root {
6
6
  } :root {
7
7
  --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
@@ -1,6 +1,6 @@
1
1
  :root {
2
- } /* deprecated */ :root {
3
- } :root {
2
+ } /* 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 */
3
+ } :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 */
4
4
  } :root {
5
5
  } :root {
6
6
 
@@ -1,6 +1,6 @@
1
1
  :root {
2
- } /* deprecated */ :root {
3
- } :root {
2
+ } /* 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 */
3
+ } :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 */
4
4
  } :root {
5
5
  } :root {
6
6
 
@@ -2,8 +2,8 @@
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
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
 
@@ -2,8 +2,8 @@
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
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
 
@@ -1,8 +1,8 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-graphic-positive: #2fc26e;
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
 
@@ -1,8 +1,8 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-border-link: #007aff;
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
 
@@ -1,8 +1,8 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
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
 
@@ -5,8 +5,8 @@
5
5
  --color-light-bg-tertiary: #e7e9eb;
6
6
  --color-light-border-primary: #dbdee1;
7
7
  --color-light-text-primary: #0b1f35;
8
- --color-light-text-secondary: rgba(11, 31, 53, 0.7);
9
- } :root {
8
+ --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 */
9
+ } :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 */
10
10
  } :root {
11
11
  } :root {
12
12
 
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
- --color-light-text-secondary: rgba(11, 31, 53, 0.7);
4
- } :root {
3
+ --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 */
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 */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -1,8 +1,8 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-border-primary: #dbdee1;
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
 
@@ -1,8 +1,8 @@
1
1
  :root {
2
2
  } /* deprecated */ :root {
3
3
  --color-light-bg-primary: #fff;
4
- --color-light-border-secondary: #e7e9eb;
5
- } :root {
4
+ --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 */
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
 
@@ -7,7 +7,7 @@ import { useMultipleSelection, useCombobox } from 'downshift';
7
7
  import { BottomSheet } from '@alfalab/core-components-bottom-sheet/esm';
8
8
  import { ModalMobile } from '@alfalab/core-components-modal/esm/mobile';
9
9
  import './Component.js';
10
- import { g as getDataTestId } from './Component-4bb3c303.js';
10
+ import { g as getDataTestId } from './Component-be3db19b.js';
11
11
  import { Field } from './components/field/Component.js';
12
12
  import { Optgroup } from './components/optgroup/Component.js';
13
13
  import { Option } from './components/option/Component.js';
@@ -18,7 +18,7 @@ import '@alfalab/hooks';
18
18
  import { processOptions } from './utils.js';
19
19
  import { BaseOption } from './components/base-option/Component.js';
20
20
  import '@alfalab/core-components-skeleton/esm';
21
- import './intersection-observer-6d12bd0a.js';
21
+ import './intersection-observer-1b705e9c.js';
22
22
  import { Button } from '@alfalab/core-components-button/esm';
23
23
  import '@alfalab/icons-glyph/ChevronDownMIcon';
24
24
  import '@alfalab/core-components-form-control/esm';
@@ -31,7 +31,7 @@ import { Checkmark } from './components/base-select-mobile/checkmark/Component.j
31
31
  import { OptionsList as OptionsList$1 } from './components/base-select-mobile/options-list/Component.js';
32
32
  import { VirtualOptionsList } from './components/base-select-mobile/virtual-options-list/Component.js';
33
33
 
34
- var styles$1 = {"footer":"select__footer_4wfri","withBorder":"select__withBorder_4wfri"};
34
+ var styles$1 = {"footer":"select__footer_2akbx","withBorder":"select__withBorder_2akbx"};
35
35
  require('./presets/useSelectWithApply/options-list-with-apply/index.css')
36
36
 
37
37
  var OptionsListWithApply = forwardRef(function (_a, ref) {
@@ -142,7 +142,7 @@ function useSelectWithApply(_a) {
142
142
  };
143
143
  }
144
144
 
145
- var 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"};
145
+ var 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"};
146
146
  require('./components/base-select-mobile/index.css')
147
147
 
148
148
  var VIRTUAL_OPTIONS_LIST_THRESHOLD = 30;
@@ -14,7 +14,7 @@ var getDataTestId = function (dataTestId, element) {
14
14
  return dataTestId ? "".concat(dataTestId).concat(elementPart) : undefined;
15
15
  };
16
16
 
17
- var styles = {"component":"select__component_2133b","popoverInner":"select__popoverInner_2133b","optionsList":"select__optionsList_2133b","nativeSelect":"select__nativeSelect_2133b","block":"select__block_2133b"};
17
+ var styles = {"component":"select__component_jibdp","popoverInner":"select__popoverInner_jibdp","optionsList":"select__optionsList_jibdp","nativeSelect":"select__nativeSelect_jibdp","block":"select__block_jibdp"};
18
18
  require('./components/base-select/index.css')
19
19
 
20
20
  var BaseSelect = forwardRef(function (_a, ref) {
package/esm/Component.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { Arrow } from './components/arrow/Component.js';
4
- import { B as BaseSelect } from './Component-4bb3c303.js';
4
+ import { B as BaseSelect } from './Component-be3db19b.js';
5
5
  import { Field } from './components/field/Component.js';
6
6
  import { Optgroup } from './components/optgroup/Component.js';
7
7
  import { Option } from './components/option/Component.js';
@@ -4,8 +4,8 @@ import { useMedia } from '@alfalab/hooks';
4
4
  import { Select } from './Component.js';
5
5
  import 'classnames';
6
6
  import '@alfalab/icons-glyph/ChevronDownMIcon';
7
- import './Component-4bb3c303.js';
8
- import { S as SelectMobile } from './Component-0a180244.js';
7
+ import './Component-be3db19b.js';
8
+ import { S as SelectMobile } from './Component-a38a40da.js';
9
9
  import '@alfalab/core-components-form-control/esm';
10
10
  import '@alfalab/icons-glyph/CheckmarkMIcon';
11
11
  import '@alfalab/core-components-badge/esm';
@@ -31,7 +31,7 @@ import '@alfalab/core-components-modal/esm/mobile';
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';
@@ -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
- var styles = {"arrow":"select__arrow_1pwtm","open":"select__open_1pwtm"};
5
+ var styles = {"arrow":"select__arrow_1qx0c","open":"select__open_1qx0c"};
6
6
  require('./index.css')
7
7
 
8
8
  var Arrow = function (_a) {
@@ -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
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { Checkbox } from '@alfalab/core-components-checkbox/esm';
4
4
  import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
5
5
 
6
- var styles = {"checkmark":"select__checkmark_1bwj2","single":"select__single_1bwj2","selected":"select__selected_1bwj2"};
6
+ var styles = {"checkmark":"select__checkmark_1cwps","single":"select__single_1cwps","selected":"select__selected_1cwps"};
7
7
  require('./index.css')
8
8
 
9
9
  var BaseCheckmark = function (_a) {
@@ -1,7 +1,7 @@
1
- /* hash: 1an7q */
1
+ /* hash: tetpo */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- } :root {
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 */
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 */
5
5
  } :root {
6
6
  } :root {
7
7
 
@@ -23,14 +23,14 @@
23
23
  /* checkmark */
24
24
 
25
25
  /* optgroup */
26
- } .select__checkmark_1bwj2 {
26
+ } .select__checkmark_1cwps {
27
27
  flex-shrink: 0;
28
28
  box-sizing: border-box;
29
- } .select__single_1bwj2 {
29
+ } .select__single_1cwps {
30
30
  display: flex;
31
31
  align-items: center;
32
32
  justify-content: center;
33
33
  opacity: 0
34
- } .select__single_1bwj2.select__selected_1bwj2 {
34
+ } .select__single_1cwps.select__selected_1cwps {
35
35
  opacity: 1;
36
36
  }
@@ -5,7 +5,7 @@ import { BaseCheckmark } from '../base-checkmark/Component.js';
5
5
  import '@alfalab/core-components-checkbox/esm';
6
6
  import '@alfalab/icons-glyph/CheckmarkMIcon';
7
7
 
8
- var styles = {"option":"select__option_sr7pm","disabled":"select__disabled_sr7pm","checkmarkBefore":"select__checkmarkBefore_sr7pm","mobile":"select__mobile_sr7pm","checkmarkAfter":"select__checkmarkAfter_sr7pm","textContent":"select__textContent_sr7pm","selected":"select__selected_sr7pm","highlighted":"select__highlighted_sr7pm","content":"select__content_sr7pm"};
8
+ var styles = {"option":"select__option_18mra","disabled":"select__disabled_18mra","checkmarkBefore":"select__checkmarkBefore_18mra","mobile":"select__mobile_18mra","checkmarkAfter":"select__checkmarkAfter_18mra","textContent":"select__textContent_18mra","selected":"select__selected_18mra","highlighted":"select__highlighted_18mra","content":"select__content_18mra"};
9
9
  require('./index.css')
10
10
 
11
11
  var BaseOption = function (_a) {
@@ -1,12 +1,12 @@
1
- /* hash: 1rcxc */
1
+ /* hash: tnu6w */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
5
  --color-light-bg-secondary: #f3f4f5;
6
6
  --color-light-bg-tertiary: #e7e9eb;
7
7
  --color-light-text-primary: #0b1f35;
8
- --color-light-text-secondary: rgba(11, 31, 53, 0.7);
9
- } :root {
8
+ --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 */
9
+ } :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 */
10
10
  } :root {
11
11
  } :root {
12
12
 
@@ -43,7 +43,7 @@
43
43
  /* checkmark */
44
44
 
45
45
  /* optgroup */
46
- } .select__option_sr7pm {
46
+ } .select__option_18mra {
47
47
  font-size: 16px;
48
48
  line-height: 20px;
49
49
  font-weight: 400;
@@ -60,32 +60,32 @@
60
60
  position: relative;
61
61
  cursor: pointer;
62
62
  min-height: var(--size-s-height)
63
- } .select__option_sr7pm:not(.select__disabled_sr7pm):active {
63
+ } .select__option_18mra:not(.select__disabled_18mra):active {
64
64
  background: var(--select-option-active-background);
65
65
  color: var(--select-option-active-color);
66
- } .select__option_sr7pm.select__checkmarkBefore_sr7pm {
66
+ } .select__option_18mra.select__checkmarkBefore_18mra {
67
67
  padding: 0 0 0 var(--gap-s)
68
- } .select__option_sr7pm.select__checkmarkBefore_sr7pm.select__mobile_sr7pm {
68
+ } .select__option_18mra.select__checkmarkBefore_18mra.select__mobile_18mra {
69
69
  padding-left: var(--gap-m);
70
- } .select__option_sr7pm.select__checkmarkAfter_sr7pm {
70
+ } .select__option_18mra.select__checkmarkAfter_18mra {
71
71
  padding: 0 var(--gap-s) 0 0
72
- } .select__option_sr7pm.select__checkmarkAfter_sr7pm.select__mobile_sr7pm {
72
+ } .select__option_18mra.select__checkmarkAfter_18mra.select__mobile_18mra {
73
73
  padding-right: var(--gap-l);
74
- } .select__option_sr7pm.select__textContent_sr7pm {
74
+ } .select__option_18mra.select__textContent_18mra {
75
75
  padding: var(--gap-s)
76
- } .select__option_sr7pm.select__textContent_sr7pm.select__mobile_sr7pm {
76
+ } .select__option_18mra.select__textContent_18mra.select__mobile_18mra {
77
77
  padding: var(--gap-m) var(--gap-l) var(--gap-m) var(--gap-m);
78
- } .select__selected_sr7pm {
78
+ } .select__selected_18mra {
79
79
  background: var(--select-option-selected-background);
80
80
  color: var(--select-option-selected-color);
81
81
  cursor: default;
82
- } .select__highlighted_sr7pm {
82
+ } .select__highlighted_18mra {
83
83
  background: var(--select-option-hover-background);
84
84
  color: var(--select-option-hover-color);
85
- } .select__disabled_sr7pm {
85
+ } .select__disabled_18mra {
86
86
  cursor: var(--disabled-cursor);
87
87
  background: var(--select-option-disabled-background);
88
88
  color: var(--select-option-disabled-color);
89
- } .select__content_sr7pm {
89
+ } .select__content_18mra {
90
90
  flex: 1;
91
91
  }
@@ -6,6 +6,6 @@ import 'classnames';
6
6
  import 'downshift';
7
7
  import '@alfalab/core-components-popover/esm';
8
8
  import '@alfalab/hooks';
9
- export { B as BaseSelect } from '../../Component-4bb3c303.js';
9
+ export { B as BaseSelect } from '../../Component-be3db19b.js';
10
10
  import '../../utils.js';
11
11
  import '../native-select/Component.js';
@@ -1,8 +1,8 @@
1
- /* hash: 1f736 */
1
+ /* hash: 1wg8l */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-primary: #fff;
5
- } :root {
4
+ --color-light-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 */
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
  --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
@@ -34,11 +34,11 @@
34
34
  /* checkmark */
35
35
 
36
36
  /* optgroup */
37
- } .select__component_2133b {
37
+ } .select__component_jibdp {
38
38
  width: max-content;
39
39
  position: relative;
40
40
  outline: 0;
41
- } .select__popoverInner_2133b {
41
+ } .select__popoverInner_jibdp {
42
42
  padding-top: var(--select-options-list-offset);
43
43
  padding-bottom: var(--select-options-list-offset);
44
44
  box-shadow: none;
@@ -46,7 +46,7 @@
46
46
  background: transparent;
47
47
  border-radius: 0;
48
48
  position: relative;
49
- } .select__optionsList_2133b {
49
+ } .select__optionsList_jibdp {
50
50
  padding-top: var(--select-options-list-top-padding);
51
51
  padding-bottom: var(--select-options-list-bottom-padding);
52
52
  box-shadow: var(--select-options-list-box-shadow);
@@ -54,7 +54,7 @@
54
54
  background: var(--select-option-background);
55
55
  overflow: hidden;
56
56
  will-change: transform;
57
- } .select__nativeSelect_2133b {
57
+ } .select__nativeSelect_jibdp {
58
58
  opacity: 0;
59
59
  overflow: hidden;
60
60
  position: absolute;
@@ -67,10 +67,10 @@
67
67
  height: 100%;
68
68
  cursor: pointer;
69
69
  z-index: 1;
70
- } .select__block_2133b {
70
+ } .select__block_jibdp {
71
71
  width: 100%;
72
72
  } /* width: max-content; fix for IE */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
73
- .select__component_2133b {
73
+ .select__component_jibdp {
74
74
  float: left;
75
75
  clear: left;
76
76
  }
@@ -1 +1 @@
1
- export * from "../../Component-4bb3c303";
1
+ export * from "../../Component-be3db19b";
@@ -1,4 +1,4 @@
1
- export { B as BaseSelect } from '../../Component-4bb3c303.js';
1
+ export { B as BaseSelect } from '../../Component-be3db19b.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';