@alfalab/core-components-select 17.21.3 → 17.21.4

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 (244) hide show
  1. package/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +5 -5
  3. package/components/base-checkmark/Component.js +1 -1
  4. package/components/base-checkmark/index.css +6 -6
  5. package/components/base-option/Component.js +4 -3
  6. package/components/base-option/index.css +20 -15
  7. package/components/base-select/Component.js +4 -3
  8. package/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  9. package/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  10. package/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  11. package/components/base-select/index.css +17 -12
  12. package/components/base-select/mobile.css +12 -12
  13. package/components/checkmark/Component.js +1 -1
  14. package/components/checkmark/index.css +10 -10
  15. package/components/checkmark-mobile/Component.js +1 -1
  16. package/components/checkmark-mobile/index.css +6 -6
  17. package/components/clear-button/Component.js +1 -1
  18. package/components/clear-button/index.css +5 -5
  19. package/components/field/Component.js +1 -1
  20. package/components/field/index.css +14 -14
  21. package/components/footer/Component.js +1 -1
  22. package/components/footer/index.css +5 -5
  23. package/components/optgroup/Component.js +1 -1
  24. package/components/optgroup/index.css +5 -6
  25. package/components/option/desktop/Component.js +1 -1
  26. package/components/option/desktop/index.css +21 -22
  27. package/components/option/mobile/Component.js +1 -1
  28. package/components/option/mobile/index.css +18 -19
  29. package/components/options-list/Component.js +12 -5
  30. package/components/options-list/index.css +10 -11
  31. package/components/search/Component.js +1 -1
  32. package/components/search/index.css +2 -2
  33. package/components/virtual-options-list/Component.js +1 -1
  34. package/components/virtual-options-list/index.css +14 -15
  35. package/cssm/components/base-option/Component.js +3 -2
  36. package/cssm/components/base-option/index.module.css +7 -2
  37. package/cssm/components/base-select/Component.js +2 -1
  38. package/cssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  39. package/cssm/components/base-select/index.module.css +7 -2
  40. package/cssm/components/optgroup/index.module.css +1 -2
  41. package/cssm/components/option/desktop/index.module.css +2 -3
  42. package/cssm/components/option/index.module.css +2 -3
  43. package/cssm/components/option/mobile/index.module.css +2 -3
  44. package/cssm/components/options-list/Component.js +11 -4
  45. package/cssm/components/options-list/index.module.css +1 -2
  46. package/cssm/components/virtual-options-list/index.module.css +1 -2
  47. package/{hook-970a83fc.js → cssm/hook-7f1b6f47.js} +3 -3
  48. package/cssm/mobile/Component.mobile.js +1 -1
  49. package/cssm/presets/index.js +1 -1
  50. package/cssm/presets/useSelectWithApply/hook.js +1 -1
  51. package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  52. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  53. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -2
  54. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +6 -2
  55. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  56. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
  57. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +7 -3
  58. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  59. package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  60. package/cssm/shared/index.js +1 -1
  61. package/cssm/utils.d.ts +1 -1
  62. package/cssm/utils.js +12 -24
  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 +4 -3
  68. package/esm/components/base-option/index.css +20 -15
  69. package/esm/components/base-select/Component.js +4 -3
  70. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  71. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  72. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  73. package/esm/components/base-select/index.css +17 -12
  74. package/esm/components/base-select/mobile.css +12 -12
  75. package/esm/components/checkmark/Component.js +1 -1
  76. package/esm/components/checkmark/index.css +10 -10
  77. package/esm/components/checkmark-mobile/Component.js +1 -1
  78. package/esm/components/checkmark-mobile/index.css +6 -6
  79. package/esm/components/clear-button/Component.js +1 -1
  80. package/esm/components/clear-button/index.css +5 -5
  81. package/esm/components/field/Component.js +1 -1
  82. package/esm/components/field/index.css +14 -14
  83. package/esm/components/footer/Component.js +1 -1
  84. package/esm/components/footer/index.css +5 -5
  85. package/esm/components/optgroup/Component.js +1 -1
  86. package/esm/components/optgroup/index.css +5 -6
  87. package/esm/components/option/desktop/Component.js +1 -1
  88. package/esm/components/option/desktop/index.css +21 -22
  89. package/esm/components/option/mobile/Component.js +1 -1
  90. package/esm/components/option/mobile/index.css +18 -19
  91. package/esm/components/options-list/Component.js +12 -5
  92. package/esm/components/options-list/index.css +10 -11
  93. package/esm/components/search/Component.js +1 -1
  94. package/esm/components/search/index.css +2 -2
  95. package/esm/components/virtual-options-list/Component.js +1 -1
  96. package/esm/components/virtual-options-list/index.css +14 -15
  97. package/esm/{hook-70428da3.js → hook-56374bc2.js} +3 -3
  98. package/esm/{list-popover-desktop-dcb3c083.js → list-popover-desktop-d897cee0.js} +1 -1
  99. package/esm/mobile/Component.mobile.js +1 -1
  100. package/esm/mobile.module-ebe00eaa.js +4 -0
  101. package/esm/presets/index.js +1 -1
  102. package/esm/presets/useSelectWithApply/hook.js +1 -1
  103. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  104. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  105. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
  106. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +8 -4
  107. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  108. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
  109. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +9 -5
  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 +1 -1
  112. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  113. package/esm/presets/useSelectWithLoading/index.css +2 -2
  114. package/esm/shared/index.js +1 -1
  115. package/esm/utils.d.ts +1 -1
  116. package/esm/utils.js +12 -24
  117. package/{cssm/hook-42ec365f.js → hook-7eb4a9bb.js} +3 -3
  118. package/{list-popover-desktop-049ab42d.js → list-popover-desktop-b51713d2.js} +1 -1
  119. package/mobile/Component.mobile.js +1 -1
  120. package/mobile.module-a01cc277.js +6 -0
  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 +4 -3
  126. package/modern/components/base-option/index.css +20 -15
  127. package/modern/components/base-select/Component.js +4 -3
  128. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  129. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  130. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  131. package/modern/components/base-select/index.css +17 -12
  132. package/modern/components/base-select/mobile.css +12 -12
  133. package/modern/components/checkmark/Component.js +1 -1
  134. package/modern/components/checkmark/index.css +10 -10
  135. package/modern/components/checkmark-mobile/Component.js +1 -1
  136. package/modern/components/checkmark-mobile/index.css +6 -6
  137. package/modern/components/clear-button/Component.js +1 -1
  138. package/modern/components/clear-button/index.css +5 -5
  139. package/modern/components/field/Component.js +1 -1
  140. package/modern/components/field/index.css +14 -14
  141. package/modern/components/footer/Component.js +1 -1
  142. package/modern/components/footer/index.css +5 -5
  143. package/modern/components/optgroup/Component.js +1 -1
  144. package/modern/components/optgroup/index.css +5 -6
  145. package/modern/components/option/desktop/Component.js +1 -1
  146. package/modern/components/option/desktop/index.css +21 -22
  147. package/modern/components/option/mobile/Component.js +1 -1
  148. package/modern/components/option/mobile/index.css +18 -19
  149. package/modern/components/options-list/Component.js +4 -5
  150. package/modern/components/options-list/index.css +10 -11
  151. package/modern/components/search/Component.js +1 -1
  152. package/modern/components/search/index.css +2 -2
  153. package/modern/components/virtual-options-list/Component.js +1 -1
  154. package/modern/components/virtual-options-list/index.css +14 -15
  155. package/{moderncssm/hook-54090d24.js → modern/hook-2f7a71de.js} +3 -3
  156. package/modern/{list-popover-desktop-cb10303d.js → list-popover-desktop-6e43d72c.js} +1 -1
  157. package/modern/mobile/Component.mobile.js +1 -1
  158. package/modern/mobile.module-208550e0.js +4 -0
  159. package/modern/presets/index.js +1 -1
  160. package/modern/presets/useSelectWithApply/hook.js +1 -1
  161. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  162. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  163. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +5 -3
  164. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +8 -4
  165. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  166. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +6 -2
  167. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +9 -5
  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 +1 -1
  170. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  171. package/modern/presets/useSelectWithLoading/index.css +2 -2
  172. package/modern/shared/index.js +1 -1
  173. package/modern/utils.d.ts +1 -1
  174. package/modern/utils.js +10 -22
  175. package/moderncssm/components/base-option/Component.js +3 -2
  176. package/moderncssm/components/base-option/index.module.css +7 -0
  177. package/moderncssm/components/base-select/Component.js +2 -1
  178. package/moderncssm/components/base-select/index.module.css +4 -0
  179. package/moderncssm/components/optgroup/index.module.css +0 -1
  180. package/moderncssm/components/option/desktop/index.module.css +1 -2
  181. package/moderncssm/components/option/index.module.css +1 -2
  182. package/moderncssm/components/option/mobile/index.module.css +1 -2
  183. package/moderncssm/components/options-list/Component.js +3 -4
  184. package/moderncssm/components/options-list/index.module.css +0 -1
  185. package/moderncssm/components/virtual-options-list/index.module.css +0 -1
  186. package/{modern/hook-51a2acc1.js → moderncssm/hook-4849257f.js} +3 -3
  187. package/moderncssm/mobile/Component.mobile.js +1 -1
  188. package/moderncssm/presets/index.js +1 -1
  189. package/moderncssm/presets/useSelectWithApply/hook.js +1 -1
  190. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  191. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  192. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +4 -2
  193. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +3 -0
  194. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  195. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +5 -1
  196. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +5 -1
  197. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  198. package/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  199. package/moderncssm/shared/index.js +1 -1
  200. package/moderncssm/utils.d.ts +1 -1
  201. package/moderncssm/utils.js +10 -22
  202. package/package.json +13 -13
  203. package/presets/index.js +1 -1
  204. package/presets/useSelectWithApply/hook.js +1 -1
  205. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  206. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +3 -2
  207. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +6 -3
  208. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +8 -4
  209. package/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +2 -0
  210. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +7 -3
  211. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +9 -5
  212. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  213. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  214. package/presets/useSelectWithLoading/hook.js +1 -1
  215. package/presets/useSelectWithLoading/index.css +2 -2
  216. package/shared/index.js +1 -1
  217. package/src/components/base-option/Component.tsx +3 -1
  218. package/src/components/base-option/index.module.css +9 -0
  219. package/src/components/base-select/Component.tsx +9 -4
  220. package/src/components/base-select/index.module.css +5 -0
  221. package/src/components/optgroup/index.module.css +0 -1
  222. package/src/components/option/index.module.css +0 -1
  223. package/src/components/options-list/Component.tsx +3 -2
  224. package/src/components/options-list/index.module.css +0 -1
  225. package/src/components/virtual-options-list/index.module.css +0 -1
  226. package/src/presets/useSelectWithApply/options-list-with-apply/Component.tsx +4 -1
  227. package/src/presets/useSelectWithApply/options-list-with-apply/footer/Component.tsx +6 -2
  228. package/src/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +4 -0
  229. package/src/presets/useSelectWithApply/options-list-with-apply/header/Component.tsx +11 -1
  230. package/src/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +3 -0
  231. package/src/utils.ts +9 -24
  232. package/utils.d.ts +1 -1
  233. package/utils.js +12 -24
  234. package/esm/mobile.module-8b62acd9.js +0 -4
  235. package/mobile.module-2ddc6d6e.js +0 -6
  236. package/modern/mobile.module-2153870e.js +0 -4
  237. /package/cssm/{hook-42ec365f.d.ts → hook-7f1b6f47.d.ts} +0 -0
  238. /package/esm/{hook-70428da3.d.ts → hook-56374bc2.d.ts} +0 -0
  239. /package/esm/{list-popover-desktop-dcb3c083.d.ts → list-popover-desktop-d897cee0.d.ts} +0 -0
  240. /package/{hook-970a83fc.d.ts → hook-7eb4a9bb.d.ts} +0 -0
  241. /package/{list-popover-desktop-049ab42d.d.ts → list-popover-desktop-b51713d2.d.ts} +0 -0
  242. /package/modern/{hook-51a2acc1.d.ts → hook-2f7a71de.d.ts} +0 -0
  243. /package/modern/{list-popover-desktop-cb10303d.d.ts → list-popover-desktop-6e43d72c.d.ts} +0 -0
  244. /package/moderncssm/{hook-54090d24.d.ts → hook-4849257f.d.ts} +0 -0
@@ -12,7 +12,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
14
14
 
15
- var styles = {"arrow":"select__arrow_1g1x5","disabled":"select__disabled_1g1x5","size-40":"select__size-40_1g1x5","open":"select__open_1g1x5"};
15
+ var styles = {"arrow":"select__arrow_6kavd","disabled":"select__disabled_6kavd","size-40":"select__size-40_6kavd","open":"select__open_6kavd"};
16
16
  require('./index.css')
17
17
 
18
18
  var Arrow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 10abc */
1
+ /* hash: ft9f2 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
@@ -35,18 +35,18 @@
35
35
  /* checkmark */
36
36
 
37
37
  /* optgroup */
38
- } .select__arrow_1g1x5 {
38
+ } .select__arrow_6kavd {
39
39
  display: block;
40
40
  width: 24px;
41
41
  height: 24px;
42
42
  color: var(--select-arrow-color);
43
43
 
44
44
  transition: transform 0.15s ease-in-out, opacity 0.2s ease
45
- } .select__arrow_1g1x5.select__disabled_1g1x5 {
45
+ } .select__arrow_6kavd.select__disabled_6kavd {
46
46
  color: var(--select-arrow-disabled-color);
47
- } .select__arrow_1g1x5.select__size-40_1g1x5 {
47
+ } .select__arrow_6kavd.select__size-40_6kavd {
48
48
  width: unset;
49
49
  height: unset;
50
- } .select__open_1g1x5 {
50
+ } .select__open_6kavd {
51
51
  transform: var(--arrow-transform);
52
52
  }
@@ -12,7 +12,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
12
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
13
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
14
14
 
15
- var styles = {"checkmark":"select__checkmark_10k9u","start":"select__start_10k9u","center":"select__center_10k9u","single":"select__single_10k9u","selected":"select__selected_10k9u"};
15
+ var styles = {"checkmark":"select__checkmark_d4abi","start":"select__start_d4abi","center":"select__center_d4abi","single":"select__single_d4abi","selected":"select__selected_d4abi"};
16
16
  require('./index.css')
17
17
 
18
18
  var BaseCheckmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: rnqc2 */
1
+ /* hash: 6rt2z */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -30,18 +30,18 @@
30
30
  /* checkmark */
31
31
 
32
32
  /* optgroup */
33
- } .select__checkmark_10k9u {
33
+ } .select__checkmark_d4abi {
34
34
  flex-shrink: 0;
35
35
  box-sizing: border-box
36
- } .select__checkmark_10k9u.select__start_10k9u {
36
+ } .select__checkmark_d4abi.select__start_d4abi {
37
37
  align-self: start;
38
- } .select__checkmark_10k9u.select__center_10k9u {
38
+ } .select__checkmark_d4abi.select__center_d4abi {
39
39
  align-self: center;
40
- } .select__single_10k9u {
40
+ } .select__single_d4abi {
41
41
  display: flex;
42
42
  align-items: center;
43
43
  justify-content: center;
44
44
  opacity: 0
45
- } .select__single_10k9u.select__selected_10k9u {
45
+ } .select__single_d4abi.select__selected_d4abi {
46
46
  opacity: 1;
47
47
  }
@@ -5,6 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
+ var consts = require('../../consts.js');
8
9
  var components_baseCheckmark_Component = require('../base-checkmark/Component.js');
9
10
 
10
11
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -12,12 +13,12 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
14
15
 
15
- var styles = {"option":"select__option_27ua2","disabled":"select__disabled_27ua2","checkmarkBefore":"select__checkmarkBefore_27ua2","mobile":"select__mobile_27ua2","checkmarkAfter":"select__checkmarkAfter_27ua2","textContent":"select__textContent_27ua2","selected":"select__selected_27ua2","highlighted":"select__highlighted_27ua2","checkmarkBeforeContent":"select__checkmarkBeforeContent_27ua2","checkmarkAfterContent":"select__checkmarkAfterContent_27ua2","content":"select__content_27ua2"};
16
+ var styles = {"option":"select__option_harye","disabled":"select__disabled_harye","checkmarkBefore":"select__checkmarkBefore_harye","mobile":"select__mobile_harye","checkmarkAfter":"select__checkmarkAfter_harye","size-72":"select__size-72_harye","textContent":"select__textContent_harye","selected":"select__selected_harye","highlighted":"select__highlighted_harye","checkmarkBeforeContent":"select__checkmarkBeforeContent_harye","checkmarkAfterContent":"select__checkmarkAfterContent_harye","content":"select__content_harye"};
16
17
  require('./index.css')
17
18
 
18
19
  var BaseOption = function (_a) {
19
20
  var _b;
20
- var className = _a.className, option = _a.option, children = _a.children, selected = _a.selected, highlighted = _a.highlighted, disabled = _a.disabled, multiple = _a.multiple, _c = _a.Checkmark, Checkmark = _c === void 0 ? components_baseCheckmark_Component.BaseCheckmark : _c, _d = _a.checkmarkPosition, checkmarkPosition = _d === void 0 ? multiple ? 'before' : 'after' : _d, _e = _a.align, align = _e === void 0 ? 'center' : _e, innerProps = _a.innerProps, dataTestId = _a.dataTestId, _f = _a.mobile, mobile = _f === void 0 ? false : _f;
21
+ var className = _a.className, option = _a.option, children = _a.children, selected = _a.selected, highlighted = _a.highlighted, disabled = _a.disabled, multiple = _a.multiple, _c = _a.Checkmark, Checkmark = _c === void 0 ? components_baseCheckmark_Component.BaseCheckmark : _c, _d = _a.checkmarkPosition, checkmarkPosition = _d === void 0 ? multiple ? 'before' : 'after' : _d, _e = _a.align, align = _e === void 0 ? 'center' : _e, innerProps = _a.innerProps, dataTestId = _a.dataTestId, _f = _a.mobile, mobile = _f === void 0 ? false : _f, size = _a.size;
21
22
  var content = children || option.content || option.key;
22
23
  var _g = option.showCheckMark, showCheckMark = _g === void 0 ? true : _g;
23
24
  var isTextContent = !React.isValidElement(content);
@@ -31,7 +32,7 @@ var BaseOption = function (_a) {
31
32
  }
32
33
  return null;
33
34
  };
34
- return (React__default.default.createElement("div", tslib.__assign({}, innerProps, { className: cn__default.default(styles.option, className, (_b = {},
35
+ return (React__default.default.createElement("div", tslib.__assign({}, innerProps, { className: cn__default.default(styles.option, size && styles[consts.SIZE_TO_CLASSNAME_MAP[size]], className, (_b = {},
35
36
  _b[styles.highlighted] = !mobile && highlighted,
36
37
  _b[styles.selected] = selected,
37
38
  _b[styles.disabled] = disabled,
@@ -1,4 +1,4 @@
1
- /* hash: bgiyq */
1
+ /* hash: hfrds */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -54,7 +54,7 @@
54
54
  /* checkmark */
55
55
 
56
56
  /* optgroup */
57
- } .select__option_27ua2 {
57
+ } .select__option_harye {
58
58
  font-size: 16px;
59
59
  line-height: 20px;
60
60
  font-weight: 400;
@@ -68,36 +68,41 @@
68
68
  position: relative;
69
69
  cursor: pointer;
70
70
  min-height: var(--size-s-height)
71
- } .select__option_27ua2:not(.select__disabled_27ua2):active {
71
+ } .select__option_harye:not(.select__disabled_harye):active {
72
72
  background: var(--select-option-active-background);
73
73
  color: var(--select-option-active-color);
74
- } .select__option_27ua2.select__checkmarkBefore_27ua2 {
74
+ } .select__option_harye.select__checkmarkBefore_harye {
75
75
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12)
76
- } .select__option_27ua2.select__checkmarkBefore_27ua2.select__mobile_27ua2 {
76
+ } .select__option_harye.select__checkmarkBefore_harye.select__mobile_harye {
77
77
  padding-left: var(--gap-16);
78
- } .select__option_27ua2.select__checkmarkAfter_27ua2.select__checkmarkAfter_27ua2 {
78
+ } .select__option_harye.select__checkmarkAfter_harye.select__checkmarkAfter_harye {
79
79
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0)
80
- } .select__option_27ua2.select__checkmarkAfter_27ua2.select__checkmarkAfter_27ua2.select__mobile_27ua2 {
80
+ } .select__option_harye.select__checkmarkAfter_harye.select__checkmarkAfter_harye.select__size-72_harye {
81
+ padding-right: var(--gap-16);
82
+ } .select__option_harye.select__checkmarkAfter_harye.select__checkmarkAfter_harye.select__mobile_harye {
81
83
  padding-right: var(--gap-20);
82
- } .select__option_27ua2.select__textContent_27ua2 {
84
+ } .select__option_harye.select__textContent_harye {
83
85
  padding: var(--gap-12)
84
- } .select__option_27ua2.select__textContent_27ua2.select__mobile_27ua2 {
86
+ } .select__option_harye.select__textContent_harye.select__size-72_harye {
87
+ padding-left: var(--gap-16);
88
+ padding-right: var(--gap-16);
89
+ } .select__option_harye.select__textContent_harye.select__mobile_harye {
85
90
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
86
- } .select__selected_27ua2 {
91
+ } .select__selected_harye {
87
92
  background: var(--select-option-selected-background);
88
93
  color: var(--select-option-selected-color);
89
94
  cursor: default;
90
- } .select__highlighted_27ua2 {
95
+ } .select__highlighted_harye {
91
96
  background: var(--select-option-hover-background);
92
97
  color: var(--select-option-hover-color);
93
- } .select__disabled_27ua2 {
98
+ } .select__disabled_harye {
94
99
  cursor: var(--disabled-cursor);
95
100
  background: var(--select-option-disabled-background);
96
101
  color: var(--select-option-disabled-color);
97
- } .select__checkmarkBeforeContent_27ua2 {
102
+ } .select__checkmarkBeforeContent_harye {
98
103
  margin-right: var(--gap-12);
99
- } .select__checkmarkAfterContent_27ua2 {
104
+ } .select__checkmarkAfterContent_harye {
100
105
  margin-left: var(--gap-12);
101
- } .select__content_27ua2 {
106
+ } .select__content_harye {
102
107
  flex: 1;
103
108
  }
@@ -11,14 +11,15 @@ var computeScrollIntoView = require('compute-scroll-into-view');
11
11
  var downshift = require('downshift');
12
12
  var coreComponentsShared = require('@alfalab/core-components-shared');
13
13
  var hooks = require('@alfalab/hooks');
14
+ var consts = require('../../consts.js');
14
15
  var utils = require('../../utils.js');
15
16
  var components_nativeSelect_Component = require('../native-select/Component.js');
16
17
  var components_baseSelect_components_listDesktop_helpers_getListPopoverDesktopProps = require('./components/list-desktop/helpers/get-list-popover-desktop-props.js');
17
- var components_baseSelect_components_listDesktop_listPopoverDesktop = require('../../list-popover-desktop-049ab42d.js');
18
+ var components_baseSelect_components_listDesktop_listPopoverDesktop = require('../../list-popover-desktop-b51713d2.js');
18
19
  var components_baseSelect_components_listMobile_helpers_getListModalMobileProps = require('./components/list-mobile/helpers/get-list-modal-mobile-props.js');
19
20
  var components_baseSelect_components_listMobile_helpers_getListBottomSheetMobileProps = require('./components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js');
20
21
  var components_baseSelect_components_listMobile_listMobile = require('./components/list-mobile/list-mobile.js');
21
- var mobile_module = require('../../mobile.module-2ddc6d6e.js');
22
+ var mobile_module = require('../../mobile.module-a01cc277.js');
22
23
 
23
24
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
24
25
 
@@ -372,7 +373,7 @@ function (props, ref) {
372
373
  return (React__default.default.createElement(Search, tslib.__assign({}, searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps, { onBlur: handleBlur, value: search, onChange: handleChange, dataTestId: coreComponentsShared.getDataTestId(dataTestId, 'search'), onClear: handleClear, className: cn__default.default((_b = searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps) === null || _b === void 0 ? void 0 : _b.className, (_a = {},
373
374
  _a[components_baseSelect_components_listDesktop_listPopoverDesktop.styles.search] = view === 'desktop',
374
375
  _a[mobile_module.mobileStyles.search] = view === 'mobile',
375
- _a)), ref: mergeRefs__default.default([searchRef, ((_c = searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps) === null || _c === void 0 ? void 0 : _c.ref) || null]) })));
376
+ _a), size && components_baseSelect_components_listDesktop_listPopoverDesktop.styles[consts.SIZE_TO_CLASSNAME_MAP[size]]), ref: mergeRefs__default.default([searchRef, ((_c = searchProps === null || searchProps === void 0 ? void 0 : searchProps.componentProps) === null || _c === void 0 ? void 0 : _c.ref) || null]) })));
376
377
  };
377
378
  var _9 = optionsListProps, header = _9.header, emptyPlaceholder = _9.emptyPlaceholder;
378
379
  var renderOptionsListHeader = function () {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  require('tslib');
6
6
  require('react');
7
7
  require('classnames');
8
- var components_baseSelect_components_listDesktop_listPopoverDesktop = require('../../../../list-popover-desktop-049ab42d.js');
8
+ var components_baseSelect_components_listDesktop_listPopoverDesktop = require('../../../../list-popover-desktop-b51713d2.js');
9
9
 
10
10
 
11
11
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var coreComponentsShared = require('@alfalab/core-components-shared');
8
- var mobile_module = require('../../../../mobile.module-2ddc6d6e.js');
8
+ var mobile_module = require('../../../../mobile.module-a01cc277.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -7,7 +7,7 @@ var React = require('react');
7
7
  var mergeRefs = require('react-merge-refs');
8
8
  var cn = require('classnames');
9
9
  var coreComponentsShared = require('@alfalab/core-components-shared');
10
- var mobile_module = require('../../../../mobile.module-2ddc6d6e.js');
10
+ var mobile_module = require('../../../../mobile.module-a01cc277.js');
11
11
 
12
12
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
13
13
 
@@ -1,4 +1,4 @@
1
- /* hash: zsf3c */
1
+ /* hash: ppjoc */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-modal-bg-primary: #fff;
@@ -21,7 +21,8 @@
21
21
  --border-radius-8: var(--border-radius-m);
22
22
  } :root { /* deprecated */
23
23
  --gap-2xs: 4px; /* deprecated */ /* deprecated */
24
- --gap-s: 12px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
24
+ --gap-s: 12px; /* deprecated */ /* deprecated */
25
+ --gap-m: 16px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
25
26
 
26
27
  /* новые значения, используйте их */
27
28
 
@@ -30,6 +31,7 @@
30
31
  --gap-0: 0px;
31
32
  --gap-4: var(--gap-2xs);
32
33
  --gap-12: var(--gap-s);
34
+ --gap-16: var(--gap-m);
33
35
  } :root {
34
36
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
35
37
  } /* сбрасывает синюю подсветку при нажатии */ :root {
@@ -48,21 +50,21 @@
48
50
  /* checkmark */
49
51
 
50
52
  /* optgroup */
51
- } .select__component_1vipg {
53
+ } .select__component_1bajr {
52
54
  width: max-content;
53
55
  position: relative;
54
56
  outline: 0;
55
57
  max-width: 100%;
56
- } .select__popoverInner_1vipg {
58
+ } .select__popoverInner_1bajr {
57
59
  padding-top: var(--select-options-list-offset);
58
60
  padding-bottom: var(--select-options-list-offset);
59
61
  background: transparent;
60
62
  border-radius: 0;
61
63
  position: relative;
62
- } .select__popoverInner_1vipg.select__popoverInner_1vipg {
64
+ } .select__popoverInner_1bajr.select__popoverInner_1bajr {
63
65
  box-shadow: none;
64
66
  border: none;
65
- } .select__optionsListWrapper_1vipg {
67
+ } .select__optionsListWrapper_1bajr {
66
68
  position: relative;
67
69
  padding-top: var(--select-options-list-top-padding);
68
70
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -71,7 +73,7 @@
71
73
  background: var(--select-option-background);
72
74
  overflow: hidden;
73
75
  will-change: transform;
74
- } .select__optionsListBorder_1vipg {
76
+ } .select__optionsListBorder_1bajr {
75
77
  position: absolute;
76
78
  top: var(--gap-0);
77
79
  right: var(--gap-0);
@@ -80,7 +82,7 @@
80
82
  box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);
81
83
  border-radius: inherit;
82
84
  pointer-events: none;
83
- } .select__nativeSelect_1vipg {
85
+ } .select__nativeSelect_1bajr {
84
86
  opacity: 0;
85
87
  overflow: hidden;
86
88
  position: absolute;
@@ -93,12 +95,15 @@
93
95
  height: 100%;
94
96
  cursor: pointer;
95
97
  z-index: 1;
96
- } .select__block_1vipg {
98
+ } .select__block_1bajr {
97
99
  width: 100%;
98
- } .select__emptySearchPlaceholder_1vipg {
100
+ } .select__emptySearchPlaceholder_1bajr {
99
101
  text-align: center;
100
- } .select__search_1vipg {
102
+ } .select__search_1bajr {
101
103
  margin: var(--gap-12) var(--gap-12) var(--gap-0)
102
- } .select__search_1vipg:last-child {
104
+ } .select__search_1bajr.select__size-72_1bajr {
105
+ margin-left: var(--gap-16);
106
+ margin-right: var(--gap-16);
107
+ } .select__search_1bajr:last-child {
103
108
  margin-bottom: var(--gap-12);
104
109
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1xxin */
1
+ /* hash: 1rya8 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -39,30 +39,30 @@
39
39
  /* checkmark */
40
40
 
41
41
  /* optgroup */
42
- } .select__sheet_1hf6d {
42
+ } .select__sheet_1osqr {
43
43
  overflow: hidden;
44
- } .select__sheetContent_1hf6d.select__sheetContent_1hf6d {
44
+ } .select__sheetContent_1osqr.select__sheetContent_1osqr {
45
45
  padding: var(--gap-0)
46
- } .select__sheetContent_1hf6d.select__sheetContent_1hf6d .select__modalContent_1hf6d {
46
+ } .select__sheetContent_1osqr.select__sheetContent_1osqr .select__modalContent_1osqr {
47
47
  padding: var(--gap-0);
48
48
  display: flex;
49
49
  flex-direction: column;
50
- } .select__sheetContainer_1hf6d {
50
+ } .select__sheetContainer_1osqr {
51
51
  padding: var(--gap-0);
52
- } .select__optionsListWrapper_1hf6d {
52
+ } .select__optionsListWrapper_1osqr {
53
53
  flex: 1;
54
- } .select__optionsList_1hf6d.select__optionsList_1hf6d {
54
+ } .select__optionsList_1osqr.select__optionsList_1osqr {
55
55
  height: 100%;
56
56
  display: flex;
57
57
  flex-direction: column;
58
- } .select__scrollbar_1hf6d {
58
+ } .select__scrollbar_1osqr {
59
59
  flex: 1;
60
- } .select__search_1hf6d {
60
+ } .select__search_1osqr {
61
61
  padding: var(--gap-8);
62
- } .select__option_1hf6d.select__option_1hf6d {
62
+ } .select__option_1osqr.select__option_1osqr {
63
63
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16)
64
- } .select__option_1hf6d.select__option_1hf6d:before {
64
+ } .select__option_1osqr.select__option_1osqr:before {
65
65
  display: none;
66
- } .select__optionGroup_1hf6d.select__optionGroup_1hf6d {
66
+ } .select__optionGroup_1osqr.select__optionGroup_1osqr {
67
67
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
68
68
  }
@@ -15,7 +15,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
  var CheckmarkMIcon__default = /*#__PURE__*/_interopDefaultCompat(CheckmarkMIcon);
17
17
 
18
- var styles = {"checkmark":"select__checkmark_1l3k3","after":"select__after_1l3k3","single":"select__single_1l3k3","selected":"select__selected_1l3k3","before":"select__before_1l3k3","multiple":"select__multiple_1l3k3","colorIcon":"select__colorIcon_1l3k3"};
18
+ var styles = {"checkmark":"select__checkmark_15dpf","after":"select__after_15dpf","single":"select__single_15dpf","selected":"select__selected_15dpf","before":"select__before_15dpf","multiple":"select__multiple_15dpf","colorIcon":"select__colorIcon_15dpf"};
19
19
  require('./index.css')
20
20
 
21
21
  var Checkmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: mwds9 */
1
+ /* hash: svm7b */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
@@ -49,12 +49,12 @@
49
49
  --select-checkmark-border-radius: var(--border-radius-circle);
50
50
 
51
51
  /* optgroup */
52
- } .select__checkmark_1l3k3 {
52
+ } .select__checkmark_15dpf {
53
53
  flex-shrink: 0;
54
54
  margin: var(--select-checkmark-margin)
55
- } .select__checkmark_1l3k3.select__after_1l3k3 {
55
+ } .select__checkmark_15dpf.select__after_15dpf {
56
56
  margin: var(--select-checkmark-margin-after);
57
- } .select__single_1l3k3 {
57
+ } .select__single_15dpf {
58
58
  display: flex;
59
59
  align-items: center;
60
60
  justify-content: center;
@@ -64,17 +64,17 @@
64
64
  border-radius: var(--select-checkmark-border-radius);
65
65
  width: var(--select-checkmark-size);
66
66
  height: var(--select-checkmark-size)
67
- } .select__single_1l3k3.select__selected_1l3k3 {
67
+ } .select__single_15dpf.select__selected_15dpf {
68
68
  opacity: 1;
69
- } .select__before_1l3k3 {
69
+ } .select__before_15dpf {
70
70
  display: var(--select-checkmark-before-display)
71
- } .select__before_1l3k3.select__multiple_1l3k3 {
71
+ } .select__before_15dpf.select__multiple_15dpf {
72
72
  margin-right: var(--gap-12);
73
73
  display: var(--select-checkmark-before-display-multiple);
74
- } .select__after_1l3k3.select__after_1l3k3 {
74
+ } .select__after_15dpf.select__after_15dpf {
75
75
  display: var(--select-checkmark-after-display)
76
- } .select__after_1l3k3.select__after_1l3k3.select__single_1l3k3 {
76
+ } .select__after_15dpf.select__after_15dpf.select__single_15dpf {
77
77
  display: var(--select-checkmark-after-display-single);
78
- } .select__colorIcon_1l3k3 {
78
+ } .select__colorIcon_15dpf {
79
79
  color: var(--color-light-status-positive);
80
80
  }
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"checkmark":"select__checkmark_ol48u","selected":"select__selected_ol48u","displayIcon":"select__displayIcon_ol48u","displayBadge":"select__displayBadge_ol48u"};
14
+ var styles = {"checkmark":"select__checkmark_1y2qj","selected":"select__selected_1y2qj","displayIcon":"select__displayIcon_1y2qj","displayBadge":"select__displayBadge_1y2qj"};
15
15
  require('./index.css')
16
16
 
17
17
  var Checkmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1h3eu */
1
+ /* hash: 2y81q */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -32,7 +32,7 @@
32
32
  --select-mobile-checkmark-display-badge: none;
33
33
 
34
34
  /* optgroup */
35
- } .select__checkmark_ol48u {
35
+ } .select__checkmark_1y2qj {
36
36
  flex-shrink: 0;
37
37
  display: flex;
38
38
  align-items: center;
@@ -40,12 +40,12 @@
40
40
  width: 24px;
41
41
  height: 24px;
42
42
  opacity: 0
43
- } .select__checkmark_ol48u:first-child {
43
+ } .select__checkmark_1y2qj:first-child {
44
44
  display: none;
45
- } .select__checkmark_ol48u.select__selected_ol48u {
45
+ } .select__checkmark_1y2qj.select__selected_1y2qj {
46
46
  opacity: 1;
47
- } .select__displayIcon_ol48u {
47
+ } .select__displayIcon_1y2qj {
48
48
  display: var(--select-mobile-checkmark-display-icon);
49
- } .select__displayBadge_ol48u {
49
+ } .select__displayBadge_1y2qj {
50
50
  display: var(--select-mobile-checkmark-display-badge);
51
51
  }