@alfalab/core-components-select 12.4.4 → 12.4.6

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 (180) hide show
  1. package/{Component-7ccc463d.d.ts → Component-0adcc33f.d.ts} +0 -0
  2. package/{Component-7ccc463d.js → Component-0adcc33f.js} +2 -2
  3. package/Component-afce40e0.d.ts +1 -1
  4. package/{modern/Component-81ab0c4c.d.ts → Component-c9860dd6.d.ts} +3 -3
  5. package/{Component-25ab7a4d.js → Component-c9860dd6.js} +5 -5
  6. package/Component.d.ts +1 -1
  7. package/Component.js +2 -2
  8. package/components/arrow/Component.js +1 -1
  9. package/components/arrow/index.css +3 -3
  10. package/components/base-select/Component.js +2 -2
  11. package/components/base-select/index.css +7 -7
  12. package/components/base-select/index.d.ts +1 -1
  13. package/components/base-select/index.js +2 -2
  14. package/components/base-select-mobile/Component.js +4 -4
  15. package/components/base-select-mobile/checkmark/Component.js +1 -1
  16. package/components/base-select-mobile/checkmark/index.css +4 -4
  17. package/components/base-select-mobile/index.css +11 -11
  18. package/components/base-select-mobile/index.d.ts +1 -1
  19. package/components/base-select-mobile/index.js +4 -4
  20. package/components/base-select-mobile/options-list/Component.js +2 -2
  21. package/components/base-select-mobile/options-list/index.css +10 -10
  22. package/components/base-select-mobile/options-list/index.js +1 -1
  23. package/components/checkmark/Component.js +1 -1
  24. package/components/checkmark/index.css +7 -7
  25. package/components/field/Component.js +2 -2
  26. package/components/field/index.css +10 -10
  27. package/components/field/index.js +1 -1
  28. package/components/index.js +4 -4
  29. package/components/native-select/Component.js +1 -1
  30. package/components/native-select/index.js +1 -1
  31. package/components/optgroup/Component.js +1 -1
  32. package/components/optgroup/index.css +8 -8
  33. package/components/option/Component.js +2 -2
  34. package/components/option/index.css +21 -21
  35. package/components/option/index.js +1 -1
  36. package/components/options-list/Component.js +2 -2
  37. package/components/options-list/index.css +7 -7
  38. package/components/options-list/index.js +1 -1
  39. package/components/select-mobile/Component.js +4 -4
  40. package/components/select-mobile/index.d.ts +1 -1
  41. package/components/select-mobile/index.js +4 -4
  42. package/components/select-modal-mobile/Component.js +4 -4
  43. package/components/select-modal-mobile/index.d.ts +1 -1
  44. package/components/select-modal-mobile/index.js +4 -4
  45. package/components/virtual-options-list/Component.js +2 -2
  46. package/components/virtual-options-list/index.css +13 -13
  47. package/components/virtual-options-list/index.js +1 -1
  48. package/cssm/components/base-select-mobile/options-list/index.module.css +1 -1
  49. package/cssm/components/field/index.module.css +1 -1
  50. package/cssm/components/optgroup/index.module.css +2 -2
  51. package/cssm/components/option/index.module.css +1 -1
  52. package/cssm/components/options-list/index.module.css +1 -1
  53. package/cssm/components/virtual-options-list/index.module.css +1 -1
  54. package/esm/{Component-ce589cfd.d.ts → Component-4cadb402.d.ts} +0 -0
  55. package/esm/{Component-ce589cfd.js → Component-4cadb402.js} +2 -2
  56. package/{Component-25ab7a4d.d.ts → esm/Component-7abd68e3.d.ts} +0 -0
  57. package/esm/{Component-a9999e5b.js → Component-7abd68e3.js} +5 -5
  58. package/esm/Component.js +2 -2
  59. package/esm/components/arrow/Component.js +1 -1
  60. package/esm/components/arrow/index.css +3 -3
  61. package/esm/components/base-select/Component.js +2 -2
  62. package/esm/components/base-select/index.css +7 -7
  63. package/esm/components/base-select/index.d.ts +1 -1
  64. package/esm/components/base-select/index.js +2 -2
  65. package/esm/components/base-select-mobile/Component.js +4 -4
  66. package/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  67. package/esm/components/base-select-mobile/checkmark/index.css +4 -4
  68. package/esm/components/base-select-mobile/index.css +11 -11
  69. package/esm/components/base-select-mobile/index.d.ts +1 -1
  70. package/esm/components/base-select-mobile/index.js +4 -4
  71. package/esm/components/base-select-mobile/options-list/Component.js +2 -2
  72. package/esm/components/base-select-mobile/options-list/index.css +10 -10
  73. package/esm/components/base-select-mobile/options-list/index.js +1 -1
  74. package/esm/components/checkmark/Component.js +1 -1
  75. package/esm/components/checkmark/index.css +7 -7
  76. package/esm/components/field/Component.js +2 -2
  77. package/esm/components/field/index.css +10 -10
  78. package/esm/components/field/index.js +1 -1
  79. package/esm/components/index.js +4 -4
  80. package/esm/components/native-select/Component.js +1 -1
  81. package/esm/components/native-select/index.js +1 -1
  82. package/esm/components/optgroup/Component.js +1 -1
  83. package/esm/components/optgroup/index.css +8 -8
  84. package/esm/components/option/Component.js +2 -2
  85. package/esm/components/option/index.css +21 -21
  86. package/esm/components/option/index.js +1 -1
  87. package/esm/components/options-list/Component.js +2 -2
  88. package/esm/components/options-list/index.css +7 -7
  89. package/esm/components/options-list/index.js +1 -1
  90. package/esm/components/select-mobile/Component.js +4 -4
  91. package/esm/components/select-mobile/index.d.ts +1 -1
  92. package/esm/components/select-mobile/index.js +4 -4
  93. package/esm/components/select-modal-mobile/Component.js +4 -4
  94. package/esm/components/select-modal-mobile/index.d.ts +1 -1
  95. package/esm/components/select-modal-mobile/index.js +4 -4
  96. package/esm/components/virtual-options-list/Component.js +2 -2
  97. package/esm/components/virtual-options-list/index.css +13 -13
  98. package/esm/components/virtual-options-list/index.js +1 -1
  99. package/esm/index.js +4 -4
  100. package/esm/{intersection-observer-b21e6c1a.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
  101. package/esm/{intersection-observer-b21e6c1a.js → intersection-observer-47ac1624.js} +0 -0
  102. package/esm/presets/index.js +4 -4
  103. package/esm/presets/useLazyLoading/hook.js +3 -3
  104. package/esm/presets/useLazyLoading/index.css +2 -2
  105. package/esm/presets/useSelectWithApply/hook.js +4 -4
  106. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  107. package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  108. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  109. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  110. package/esm/presets/useSelectWithLoading/hook.js +2 -2
  111. package/esm/presets/useSelectWithLoading/index.css +2 -2
  112. package/esm/{tslib.es6-d5f18aca.d.ts → tslib.es6-babe1c35.d.ts} +0 -0
  113. package/esm/{tslib.es6-d5f18aca.js → tslib.es6-babe1c35.js} +0 -0
  114. package/index.js +4 -4
  115. package/{intersection-observer-50136c19.d.ts → intersection-observer-f9d37e0f.d.ts} +0 -0
  116. package/{intersection-observer-50136c19.js → intersection-observer-f9d37e0f.js} +0 -0
  117. package/{esm/Component-a9999e5b.d.ts → modern/Component-7a4219aa.d.ts} +0 -0
  118. package/modern/{Component-81ab0c4c.js → Component-7a4219aa.js} +4 -4
  119. package/modern/{Component-2ee07b9a.d.ts → Component-f424e3c6.d.ts} +0 -0
  120. package/modern/{Component-2ee07b9a.js → Component-f424e3c6.js} +1 -1
  121. package/modern/Component.js +1 -1
  122. package/modern/components/arrow/Component.js +1 -1
  123. package/modern/components/arrow/index.css +3 -3
  124. package/modern/components/base-select/Component.js +1 -1
  125. package/modern/components/base-select/index.css +7 -7
  126. package/modern/components/base-select/index.d.ts +1 -1
  127. package/modern/components/base-select/index.js +1 -1
  128. package/modern/components/base-select-mobile/Component.js +3 -3
  129. package/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  130. package/modern/components/base-select-mobile/checkmark/index.css +4 -4
  131. package/modern/components/base-select-mobile/index.css +11 -11
  132. package/modern/components/base-select-mobile/index.d.ts +1 -1
  133. package/modern/components/base-select-mobile/index.js +3 -3
  134. package/modern/components/base-select-mobile/options-list/Component.js +1 -1
  135. package/modern/components/base-select-mobile/options-list/index.css +10 -10
  136. package/modern/components/checkmark/Component.js +1 -1
  137. package/modern/components/checkmark/index.css +7 -7
  138. package/modern/components/field/Component.js +1 -1
  139. package/modern/components/field/index.css +10 -10
  140. package/modern/components/index.js +3 -3
  141. package/modern/components/optgroup/Component.js +1 -1
  142. package/modern/components/optgroup/index.css +8 -8
  143. package/modern/components/option/Component.js +1 -1
  144. package/modern/components/option/index.css +21 -21
  145. package/modern/components/options-list/Component.js +1 -1
  146. package/modern/components/options-list/index.css +7 -7
  147. package/modern/components/select-mobile/Component.js +3 -3
  148. package/modern/components/select-mobile/index.d.ts +1 -1
  149. package/modern/components/select-mobile/index.js +3 -3
  150. package/modern/components/select-modal-mobile/Component.js +3 -3
  151. package/modern/components/select-modal-mobile/index.d.ts +1 -1
  152. package/modern/components/select-modal-mobile/index.js +3 -3
  153. package/modern/components/virtual-options-list/Component.js +1 -1
  154. package/modern/components/virtual-options-list/index.css +13 -13
  155. package/modern/index.js +3 -3
  156. package/modern/{intersection-observer-b21e6c1a.d.ts → intersection-observer-47ac1624.d.ts} +0 -0
  157. package/modern/{intersection-observer-b21e6c1a.js → intersection-observer-47ac1624.js} +0 -0
  158. package/modern/presets/index.js +3 -3
  159. package/modern/presets/useLazyLoading/hook.js +2 -2
  160. package/modern/presets/useLazyLoading/index.css +2 -2
  161. package/modern/presets/useSelectWithApply/hook.js +3 -3
  162. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  163. package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  164. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  165. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  166. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  167. package/modern/presets/useSelectWithLoading/index.css +2 -2
  168. package/package.json +7 -7
  169. package/presets/index.js +4 -4
  170. package/presets/useLazyLoading/hook.js +3 -3
  171. package/presets/useLazyLoading/index.css +2 -2
  172. package/presets/useSelectWithApply/hook.js +4 -4
  173. package/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  174. package/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  175. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  176. package/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  177. package/presets/useSelectWithLoading/hook.js +2 -2
  178. package/presets/useSelectWithLoading/index.css +2 -2
  179. /package/{tslib.es6-ea38d37f.d.ts → tslib.es6-820c70b7.d.ts} +0 -0
  180. /package/{tslib.es6-ea38d37f.js → tslib.es6-820c70b7.js} +0 -0
@@ -1,7 +1,7 @@
1
- /* hash: e4sp0 */
1
+ /* hash: h0b65 */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
- --color-light-text-secondary: #546272;
4
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
5
5
  }
6
6
  :root {
7
7
 
@@ -33,7 +33,7 @@
33
33
  --select-optgroup-l-left-padding: var(--gap-m);
34
34
  --select-optgroup-l-right-padding: var(--gap-m);
35
35
  }
36
- .select__optgroup_mmusk {
36
+ .select__optgroup_1lt6x {
37
37
  position: relative;
38
38
  display: flex;
39
39
  align-items: center;
@@ -43,21 +43,21 @@
43
43
  background: var(--select-optgroup-background);
44
44
  min-height: 40px
45
45
  }
46
- .select__optgroup_mmusk + *[role='option']:before {
46
+ .select__optgroup_1lt6x + *[role='option']:before {
47
47
  display: none;
48
48
  }
49
- .select__label_mmusk {
49
+ .select__label_1lt6x {
50
50
  font-size: 12px;
51
51
  line-height: 16px;
52
52
  font-weight: 500;
53
- letter-spacing: 1.5px;
53
+ letter-spacing: 1.25px;
54
54
  text-transform: uppercase;
55
55
 
56
56
  display: block;
57
57
  color: var(--select-optgroup-color);
58
58
  }
59
- .select__l_mmusk,
60
- .select__xl_mmusk {
59
+ .select__l_1lt6x,
60
+ .select__xl_1lt6x {
61
61
  padding-left: var(--select-optgroup-l-left-padding);
62
62
  padding-right: var(--select-optgroup-l-right-padding);
63
63
  }
@@ -1,10 +1,10 @@
1
- import { a as __assign } from '../../tslib.es6-d5f18aca.js';
1
+ import { a as __assign } from '../../tslib.es6-babe1c35.js';
2
2
  import React, { isValidElement } from 'react';
3
3
  import cn from 'classnames';
4
4
  import '@alfalab/core-components-checkbox/esm';
5
5
  import { Checkmark } from '../checkmark/Component.js';
6
6
 
7
- var styles = {"option":"select__option_hkm8n","disabled":"select__disabled_hkm8n","s":"select__s_hkm8n","m":"select__m_hkm8n","l":"select__l_hkm8n","xl":"select__xl_hkm8n","selected":"select__selected_hkm8n","highlighted":"select__highlighted_hkm8n","content":"select__content_hkm8n","textContent":"select__textContent_hkm8n"};
7
+ var styles = {"option":"select__option_1ly0a","disabled":"select__disabled_1ly0a","s":"select__s_1ly0a","m":"select__m_1ly0a","l":"select__l_1ly0a","xl":"select__xl_1ly0a","selected":"select__selected_1ly0a","highlighted":"select__highlighted_1ly0a","content":"select__content_1ly0a","textContent":"select__textContent_1ly0a"};
8
8
  require('./index.css')
9
9
 
10
10
  var Option = function (_a) {
@@ -1,11 +1,11 @@
1
- /* hash: 1pjbr */
1
+ /* hash: rps0d */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-bg-secondary: #f3f4f5;
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: #546272;
8
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
9
9
  }
10
10
  :root {
11
11
 
@@ -53,7 +53,7 @@
53
53
 
54
54
  /* optgroup */
55
55
  }
56
- .select__option_hkm8n {
56
+ .select__option_1ly0a {
57
57
  font-size: 16px;
58
58
  line-height: 20px;
59
59
  font-weight: 400;
@@ -69,11 +69,11 @@
69
69
  position: relative;
70
70
  cursor: pointer
71
71
  }
72
- .select__option_hkm8n:not(.select__disabled_hkm8n):active {
72
+ .select__option_1ly0a:not(.select__disabled_1ly0a):active {
73
73
  background: var(--select-option-active-background);
74
74
  color: var(--select-option-active-color);
75
75
  }
76
- .select__option_hkm8n:before {
76
+ .select__option_1ly0a:before {
77
77
  content: '';
78
78
  position: absolute;
79
79
  left: var(--select-option-left-padding);
@@ -84,60 +84,60 @@
84
84
  display: var(--select-option-divider-display);
85
85
  transition: opacity 0.2s ease;
86
86
  }
87
- .select__option_hkm8n:first-child:before {
87
+ .select__option_1ly0a:first-child:before {
88
88
  display: none;
89
89
  }
90
- .select__s_hkm8n {
90
+ .select__s_1ly0a {
91
91
  min-height: var(--size-s-height);
92
92
  }
93
- .select__m_hkm8n {
93
+ .select__m_1ly0a {
94
94
  min-height: var(--size-m-height);
95
95
  }
96
- .select__l_hkm8n {
96
+ .select__l_1ly0a {
97
97
  min-height: var(--size-l-height);
98
98
  }
99
- .select__xl_hkm8n {
99
+ .select__xl_1ly0a {
100
100
  min-height: var(--size-xl-height);
101
101
  }
102
- .select__l_hkm8n,
103
- .select__xl_hkm8n {
102
+ .select__l_1ly0a,
103
+ .select__xl_1ly0a {
104
104
  padding-left: var(--select-option-l-left-padding);
105
105
  padding-right: var(--select-option-l-right-padding)
106
106
  }
107
- .select__l_hkm8n:before, .select__xl_hkm8n:before {
107
+ .select__l_1ly0a:before, .select__xl_1ly0a:before {
108
108
  left: var(--select-option-l-left-padding);
109
109
  right: var(--select-option-l-right-padding);
110
110
  }
111
- .select__selected_hkm8n {
111
+ .select__selected_1ly0a {
112
112
  background: var(--select-option-selected-background);
113
113
  color: var(--select-option-selected-color);
114
114
  cursor: default;
115
115
  }
116
- .select__highlighted_hkm8n {
116
+ .select__highlighted_1ly0a {
117
117
  background: var(--select-option-hover-background);
118
118
  color: var(--select-option-hover-color)
119
119
  }
120
- .select__highlighted_hkm8n:before,
121
- .select__highlighted_hkm8n + .select__option_hkm8n:before {
120
+ .select__highlighted_1ly0a:before,
121
+ .select__highlighted_1ly0a + .select__option_1ly0a:before {
122
122
  opacity: 0;
123
123
  }
124
- .select__disabled_hkm8n {
124
+ .select__disabled_1ly0a {
125
125
  cursor: var(--disabled-cursor);
126
126
  background: var(--select-option-disabled-background);
127
127
  color: var(--select-option-disabled-color);
128
128
  }
129
- .select__content_hkm8n {
129
+ .select__content_1ly0a {
130
130
  overflow: hidden;
131
131
  flex: 1;
132
132
  text-overflow: ellipsis;
133
133
  }
134
- .select__textContent_hkm8n {
134
+ .select__textContent_1ly0a {
135
135
  padding-top: var(--gap-s);
136
136
  padding-bottom: var(--gap-s);
137
137
  }
138
138
  /* IE min-height fix */
139
139
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
140
- .select__option_hkm8n:after {
140
+ .select__option_1ly0a:after {
141
141
  min-height: inherit;
142
142
  font-size: 0;
143
143
  content: '';
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-checkbox/esm';
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../tslib.es6-d5f18aca.js';
1
+ import { a as __assign } from '../../tslib.es6-babe1c35.js';
2
2
  import React, { forwardRef, useCallback, useRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { useMedia } from '@alfalab/hooks';
@@ -7,7 +7,7 @@ import mergeRefs from 'react-merge-refs';
7
7
  import { Scrollbar } from '@alfalab/core-components-scrollbar/esm';
8
8
  import { Optgroup } from '../optgroup/Component.js';
9
9
 
10
- var styles = {"optionsList":"select__optionsList_5ctdq","scrollable":"select__scrollable_5ctdq","emptyPlaceholder":"select__emptyPlaceholder_5ctdq","l":"select__l_5ctdq","xl":"select__xl_5ctdq"};
10
+ var styles = {"optionsList":"select__optionsList_157la","scrollable":"select__scrollable_157la","emptyPlaceholder":"select__emptyPlaceholder_157la","l":"select__l_157la","xl":"select__xl_157la"};
11
11
  require('./index.css')
12
12
 
13
13
  var createCounter = function () {
@@ -1,6 +1,6 @@
1
- /* hash: 106he */
1
+ /* hash: drtu6 */
2
2
  :root {
3
- --color-light-text-secondary: #546272;
3
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
4
4
  }
5
5
  :root {
6
6
 
@@ -26,21 +26,21 @@
26
26
 
27
27
  /* optgroup */
28
28
  }
29
- .select__optionsList_5ctdq {
29
+ .select__optionsList_157la {
30
30
  overflow: auto;
31
31
  width: 100%;
32
32
  outline: none;
33
33
  box-sizing: border-box;
34
34
  }
35
- .select__scrollable_5ctdq {
35
+ .select__scrollable_157la {
36
36
  overflow: auto;
37
37
  width: 100%;
38
38
  }
39
- .select__emptyPlaceholder_5ctdq {
39
+ .select__emptyPlaceholder_157la {
40
40
  padding: var(--gap-m) var(--gap-s);
41
41
  color: var(--select-options-list-empty-placeholder-color);
42
42
  }
43
- .select__l_5ctdq .select__emptyPlaceholder_5ctdq,
44
- .select__xl_5ctdq .select__emptyPlaceholder_5ctdq {
43
+ .select__l_157la .select__emptyPlaceholder_157la,
44
+ .select__xl_157la .select__emptyPlaceholder_157la {
45
45
  padding: var(--gap-xl) var(--gap-m);
46
46
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../native-select/Component.js';
21
- import '../../Component-ce589cfd.js';
21
+ import '../../Component-4cadb402.js';
22
22
  import '../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../base-select-mobile/options-list/Component.js';
28
28
  import '../base-select-mobile/checkmark/Component.js';
29
- export { S as SelectMobile } from '../../Component-a9999e5b.js';
29
+ export { S as SelectMobile } from '../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../intersection-observer-b21e6c1a.js';
32
+ import '../../intersection-observer-47ac1624.js';
@@ -1 +1 @@
1
- export * from "../../Component-a9999e5b";
1
+ export * from "../../Component-7abd68e3";
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../native-select/Component.js';
21
- import '../../Component-ce589cfd.js';
21
+ import '../../Component-4cadb402.js';
22
22
  import '../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../base-select-mobile/options-list/Component.js';
28
28
  import '../base-select-mobile/checkmark/Component.js';
29
- export { S as SelectMobile } from '../../Component-a9999e5b.js';
29
+ export { S as SelectMobile } from '../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../intersection-observer-b21e6c1a.js';
32
+ import '../../intersection-observer-47ac1624.js';
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../native-select/Component.js';
21
- import '../../Component-ce589cfd.js';
21
+ import '../../Component-4cadb402.js';
22
22
  import '../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../base-select-mobile/options-list/Component.js';
28
28
  import '../base-select-mobile/checkmark/Component.js';
29
- export { a as SelectModalMobile } from '../../Component-a9999e5b.js';
29
+ export { a as SelectModalMobile } from '../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../intersection-observer-b21e6c1a.js';
32
+ import '../../intersection-observer-47ac1624.js';
@@ -1 +1 @@
1
- export * from "../../Component-a9999e5b";
1
+ export * from "../../Component-7abd68e3";
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../native-select/Component.js';
21
- import '../../Component-ce589cfd.js';
21
+ import '../../Component-4cadb402.js';
22
22
  import '../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../base-select-mobile/options-list/Component.js';
28
28
  import '../base-select-mobile/checkmark/Component.js';
29
- export { a as SelectModalMobile } from '../../Component-a9999e5b.js';
29
+ export { a as SelectModalMobile } from '../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../intersection-observer-b21e6c1a.js';
32
+ import '../../intersection-observer-47ac1624.js';
@@ -1,4 +1,4 @@
1
- import { a as __assign } from '../../tslib.es6-d5f18aca.js';
1
+ import { a as __assign } from '../../tslib.es6-babe1c35.js';
2
2
  import React, { useRef, useState, useEffect, useMemo } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { useMedia } from '@alfalab/hooks';
@@ -7,7 +7,7 @@ import { Scrollbar } from '@alfalab/core-components-scrollbar/esm';
7
7
  import { Optgroup } from '../optgroup/Component.js';
8
8
  import { useVirtual } from 'react-virtual';
9
9
 
10
- var styles = {"virtualOptionsList":"select__virtualOptionsList_1elhb","scrollable":"select__scrollable_1elhb","inner":"select__inner_1elhb","virtualRow":"select__virtualRow_1elhb","highlighted":"select__highlighted_1elhb","emptyPlaceholder":"select__emptyPlaceholder_1elhb","l":"select__l_1elhb","xl":"select__xl_1elhb"};
10
+ var styles = {"virtualOptionsList":"select__virtualOptionsList_1q8cq","scrollable":"select__scrollable_1q8cq","inner":"select__inner_1q8cq","virtualRow":"select__virtualRow_1q8cq","highlighted":"select__highlighted_1q8cq","emptyPlaceholder":"select__emptyPlaceholder_1q8cq","l":"select__l_1q8cq","xl":"select__xl_1q8cq"};
11
11
  require('./index.css')
12
12
 
13
13
  /* eslint-disable react-hooks/exhaustive-deps */
@@ -1,7 +1,7 @@
1
- /* hash: 4lc1r */
1
+ /* hash: 1qkyh */
2
2
  :root {
3
3
  --color-light-border-primary: #dbdee1;
4
- --color-light-text-secondary: #546272;
4
+ --color-light-text-secondary: rgba(11, 31, 53, 0.7);
5
5
  }
6
6
  :root {
7
7
 
@@ -32,27 +32,27 @@
32
32
 
33
33
  /* optgroup */
34
34
  }
35
- .select__virtualOptionsList_1elhb {
35
+ .select__virtualOptionsList_1q8cq {
36
36
  width: 100%;
37
37
  outline: none;
38
38
  box-sizing: border-box;
39
39
  position: relative;
40
40
  }
41
- .select__scrollable_1elhb {
41
+ .select__scrollable_1q8cq {
42
42
  overflow: auto;
43
43
  width: 100%;
44
44
  }
45
- .select__inner_1elhb {
45
+ .select__inner_1q8cq {
46
46
  position: relative;
47
47
  width: 100%;
48
48
  }
49
- .select__virtualRow_1elhb {
49
+ .select__virtualRow_1q8cq {
50
50
  position: absolute;
51
51
  top: 0;
52
52
  left: 0;
53
53
  width: 100%
54
54
  }
55
- .select__virtualRow_1elhb:before {
55
+ .select__virtualRow_1q8cq:before {
56
56
  content: '';
57
57
  position: absolute;
58
58
  z-index: 1;
@@ -63,18 +63,18 @@
63
63
  background: var(--select-option-divider-background);
64
64
  display: var(--select-option-divider-display);
65
65
  }
66
- .select__virtualRow_1elhb:first-child:before {
66
+ .select__virtualRow_1q8cq:first-child:before {
67
67
  display: none;
68
68
  }
69
- .select__highlighted_1elhb:before,
70
- .select__highlighted_1elhb + .select__virtualRow_1elhb:before {
69
+ .select__highlighted_1q8cq:before,
70
+ .select__highlighted_1q8cq + .select__virtualRow_1q8cq:before {
71
71
  display: none;
72
72
  }
73
- .select__emptyPlaceholder_1elhb {
73
+ .select__emptyPlaceholder_1q8cq {
74
74
  padding: var(--gap-m) var(--gap-s);
75
75
  color: var(--select-options-list-empty-placeholder-color);
76
76
  }
77
- .select__l_1elhb .select__emptyPlaceholder_1elhb,
78
- .select__xl_1elhb .select__emptyPlaceholder_1elhb {
77
+ .select__l_1q8cq .select__emptyPlaceholder_1q8cq,
78
+ .select__xl_1q8cq .select__emptyPlaceholder_1q8cq {
79
79
  padding: var(--gap-xl) var(--gap-m);
80
80
  }
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-d5f18aca.js';
1
+ import './tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import './components/native-select/Component.js';
21
- export { B as BaseSelect } from './Component-ce589cfd.js';
21
+ export { B as BaseSelect } from './Component-4cadb402.js';
22
22
  export { Select } from './Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,10 +26,10 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import './components/base-select-mobile/options-list/Component.js';
28
28
  import './components/base-select-mobile/checkmark/Component.js';
29
- export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-a9999e5b.js';
29
+ export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  export { VirtualOptionsList } from './components/virtual-options-list/Component.js';
32
32
  import '@alfalab/core-components-skeleton/esm';
33
33
  export { useSelectWithLoading } from './presets/useSelectWithLoading/hook.js';
34
- import './intersection-observer-b21e6c1a.js';
34
+ import './intersection-observer-47ac1624.js';
35
35
  export { useLazyLoading } from './presets/useLazyLoading/hook.js';
@@ -1,4 +1,4 @@
1
- import '../tslib.es6-d5f18aca.js';
1
+ import '../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../components/native-select/Component.js';
21
- import '../Component-ce589cfd.js';
21
+ import '../Component-4cadb402.js';
22
22
  import '../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,9 +26,9 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../components/base-select-mobile/options-list/Component.js';
28
28
  import '../components/base-select-mobile/checkmark/Component.js';
29
- export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-a9999e5b.js';
29
+ export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
32
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
33
- import '../intersection-observer-b21e6c1a.js';
33
+ import '../intersection-observer-47ac1624.js';
34
34
  export { useLazyLoading } from './useLazyLoading/hook.js';
@@ -1,13 +1,13 @@
1
- import { a as __assign, b as __spreadArrays } from '../../tslib.es6-d5f18aca.js';
1
+ import { a as __assign, b as __spreadArrays } from '../../tslib.es6-babe1c35.js';
2
2
  import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-checkbox/esm';
5
5
  import '../../components/checkmark/Component.js';
6
6
  import { Option } from '../../components/option/Component.js';
7
7
  import { Skeleton } from '@alfalab/core-components-skeleton/esm';
8
- import '../../intersection-observer-b21e6c1a.js';
8
+ import '../../intersection-observer-47ac1624.js';
9
9
 
10
- var styles = {"skeleton":"select__skeleton_1938n"};
10
+ var styles = {"skeleton":"select__skeleton_4i4e5"};
11
11
  require('./index.css')
12
12
 
13
13
  var DEBOUNCE_TIMEOUT = 300;
@@ -1,5 +1,5 @@
1
- /* hash: dj3j2 */
2
- .select__skeleton_1938n {
1
+ /* hash: 1uvsd */
2
+ .select__skeleton_4i4e5 {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
@@ -1,4 +1,4 @@
1
- import '../../tslib.es6-d5f18aca.js';
1
+ import '../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../../components/native-select/Component.js';
21
- import '../../Component-ce589cfd.js';
21
+ import '../../Component-4cadb402.js';
22
22
  import '../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../../components/base-select-mobile/options-list/Component.js';
28
28
  import '../../components/base-select-mobile/checkmark/Component.js';
29
- export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-a9999e5b.js';
29
+ export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../intersection-observer-b21e6c1a.js';
32
+ import '../../intersection-observer-47ac1624.js';
@@ -1,4 +1,4 @@
1
- import '../../../tslib.es6-d5f18aca.js';
1
+ import '../../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../../../components/native-select/Component.js';
21
- import '../../../Component-ce589cfd.js';
21
+ import '../../../Component-4cadb402.js';
22
22
  import '../../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../../../components/base-select-mobile/options-list/Component.js';
28
28
  import '../../../components/base-select-mobile/checkmark/Component.js';
29
- export { O as OptionsListWithApply } from '../../../Component-a9999e5b.js';
29
+ export { O as OptionsListWithApply } from '../../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../../intersection-observer-b21e6c1a.js';
32
+ import '../../../intersection-observer-47ac1624.js';
@@ -1,4 +1,4 @@
1
- /* hash: 1gx7r */
1
+ /* hash: z9jxr */
2
2
  :root {
3
3
  --color-light-bg-primary: #fff;
4
4
  --color-light-border-secondary: #e7e9eb;
@@ -26,14 +26,14 @@
26
26
 
27
27
  /* optgroup */
28
28
  }
29
- .select__footer_1dvwi {
29
+ .select__footer_m1prd {
30
30
  background: var(--color-light-bg-primary);
31
31
  padding: var(--gap-s) var(--gap-s) var(--gap-m);
32
32
  outline: none
33
33
  }
34
- .select__footer_1dvwi > * + * {
34
+ .select__footer_m1prd > * + * {
35
35
  margin-left: var(--gap-xs);
36
36
  }
37
- .select__withBorder_1dvwi {
37
+ .select__withBorder_m1prd {
38
38
  box-shadow: inset 0 1px 0 var(--color-light-border-secondary);
39
39
  }
@@ -1 +1 @@
1
- export * from "../../../Component-a9999e5b";
1
+ export * from "../../../Component-7abd68e3";
@@ -1,4 +1,4 @@
1
- import '../../../tslib.es6-d5f18aca.js';
1
+ import '../../../tslib.es6-babe1c35.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/hooks';
@@ -18,7 +18,7 @@ import '@juggle/resize-observer';
18
18
  import '@alfalab/core-components-popover/esm';
19
19
  import 'downshift';
20
20
  import '../../../components/native-select/Component.js';
21
- import '../../../Component-ce589cfd.js';
21
+ import '../../../Component-4cadb402.js';
22
22
  import '../../../Component.js';
23
23
  import '@alfalab/core-components-bottom-sheet/esm';
24
24
  import '@alfalab/core-components-modal/esm/mobile';
@@ -26,7 +26,7 @@ import '@alfalab/core-components-button/esm';
26
26
  import '@alfalab/core-components-base-modal/esm';
27
27
  import '../../../components/base-select-mobile/options-list/Component.js';
28
28
  import '../../../components/base-select-mobile/checkmark/Component.js';
29
- export { O as OptionsListWithApply } from '../../../Component-a9999e5b.js';
29
+ export { O as OptionsListWithApply } from '../../../Component-7abd68e3.js';
30
30
  import 'react-virtual';
31
31
  import '@alfalab/core-components-skeleton/esm';
32
- import '../../../intersection-observer-b21e6c1a.js';
32
+ import '../../../intersection-observer-47ac1624.js';