@alfalab/core-components-select 17.20.1 → 17.20.2

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/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +8 -5
  3. package/components/base-checkmark/Component.js +1 -1
  4. package/components/base-checkmark/index.css +9 -6
  5. package/components/base-option/Component.js +1 -1
  6. package/components/base-option/index.css +19 -16
  7. package/components/base-select/Component.js +2 -2
  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 +15 -12
  12. package/components/base-select/mobile.css +16 -13
  13. package/components/checkmark/Component.js +1 -1
  14. package/components/checkmark/index.css +14 -11
  15. package/components/checkmark-mobile/Component.js +1 -1
  16. package/components/checkmark-mobile/index.css +9 -6
  17. package/components/clear-button/Component.js +1 -1
  18. package/components/clear-button/index.css +10 -7
  19. package/components/field/Component.js +1 -1
  20. package/components/field/index.css +17 -14
  21. package/components/footer/Component.js +1 -1
  22. package/components/footer/index.css +8 -5
  23. package/components/optgroup/Component.js +1 -1
  24. package/components/optgroup/index.css +9 -6
  25. package/components/option/desktop/Component.js +1 -1
  26. package/components/option/desktop/index.css +26 -23
  27. package/components/option/mobile/Component.js +1 -1
  28. package/components/option/mobile/index.css +23 -20
  29. package/components/options-list/Component.js +1 -1
  30. package/components/options-list/index.css +15 -12
  31. package/components/search/Component.js +1 -1
  32. package/components/search/index.css +5 -2
  33. package/components/virtual-options-list/Component.js +1 -1
  34. package/components/virtual-options-list/index.css +19 -16
  35. package/cssm/components/arrow/index.module.css +3 -0
  36. package/cssm/components/base-checkmark/index.module.css +3 -0
  37. package/cssm/components/base-option/index.module.css +4 -1
  38. package/cssm/components/base-select/index.module.css +4 -1
  39. package/cssm/components/base-select/mobile.module.css +4 -1
  40. package/cssm/components/checkmark/index.module.css +4 -1
  41. package/cssm/components/checkmark-mobile/index.module.css +3 -0
  42. package/cssm/components/clear-button/index.module.css +3 -0
  43. package/cssm/components/field/index.module.css +3 -0
  44. package/cssm/components/footer/index.module.css +3 -0
  45. package/cssm/components/optgroup/index.module.css +3 -0
  46. package/cssm/components/option/desktop/index.module.css +4 -1
  47. package/cssm/components/option/index.module.css +4 -1
  48. package/cssm/components/option/mobile/index.module.css +4 -1
  49. package/cssm/components/options-list/index.module.css +4 -1
  50. package/cssm/components/search/index.module.css +3 -0
  51. package/cssm/components/virtual-options-list/index.module.css +4 -1
  52. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +3 -0
  53. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +3 -0
  54. package/esm/components/arrow/Component.js +1 -1
  55. package/esm/components/arrow/index.css +8 -5
  56. package/esm/components/base-checkmark/Component.js +1 -1
  57. package/esm/components/base-checkmark/index.css +9 -6
  58. package/esm/components/base-option/Component.js +1 -1
  59. package/esm/components/base-option/index.css +19 -16
  60. package/esm/components/base-select/Component.js +2 -2
  61. package/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  62. package/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  63. package/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  64. package/esm/components/base-select/index.css +15 -12
  65. package/esm/components/base-select/mobile.css +16 -13
  66. package/esm/components/checkmark/Component.js +1 -1
  67. package/esm/components/checkmark/index.css +14 -11
  68. package/esm/components/checkmark-mobile/Component.js +1 -1
  69. package/esm/components/checkmark-mobile/index.css +9 -6
  70. package/esm/components/clear-button/Component.js +1 -1
  71. package/esm/components/clear-button/index.css +10 -7
  72. package/esm/components/field/Component.js +1 -1
  73. package/esm/components/field/index.css +17 -14
  74. package/esm/components/footer/Component.js +1 -1
  75. package/esm/components/footer/index.css +8 -5
  76. package/esm/components/optgroup/Component.js +1 -1
  77. package/esm/components/optgroup/index.css +9 -6
  78. package/esm/components/option/desktop/Component.js +1 -1
  79. package/esm/components/option/desktop/index.css +26 -23
  80. package/esm/components/option/mobile/Component.js +1 -1
  81. package/esm/components/option/mobile/index.css +23 -20
  82. package/esm/components/options-list/Component.js +1 -1
  83. package/esm/components/options-list/index.css +15 -12
  84. package/esm/components/search/Component.js +1 -1
  85. package/esm/components/search/index.css +5 -2
  86. package/esm/components/virtual-options-list/Component.js +1 -1
  87. package/esm/components/virtual-options-list/index.css +19 -16
  88. package/esm/{list-popover-desktop-2ecb3c74.js → list-popover-desktop-37ea8623.js} +1 -1
  89. package/esm/mobile/Component.mobile.js +1 -1
  90. package/esm/mobile.module-434a56da.js +4 -0
  91. package/esm/presets/index.js +1 -1
  92. package/esm/presets/useSelectWithApply/hook.js +1 -1
  93. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  94. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  95. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -3
  96. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  97. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +6 -3
  98. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  99. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  100. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  101. package/esm/presets/useSelectWithLoading/index.css +2 -2
  102. package/esm/shared/index.js +1 -1
  103. package/{list-popover-desktop-5ac1964a.js → list-popover-desktop-50b3129c.js} +1 -1
  104. package/mobile/Component.mobile.js +1 -1
  105. package/mobile.module-cbb62d17.js +6 -0
  106. package/modern/components/arrow/Component.js +1 -1
  107. package/modern/components/arrow/index.css +8 -5
  108. package/modern/components/base-checkmark/Component.js +1 -1
  109. package/modern/components/base-checkmark/index.css +9 -6
  110. package/modern/components/base-option/Component.js +1 -1
  111. package/modern/components/base-option/index.css +19 -16
  112. package/modern/components/base-select/Component.js +2 -2
  113. package/modern/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +1 -1
  114. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  115. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  116. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  117. package/modern/components/base-select/index.css +15 -12
  118. package/modern/components/base-select/mobile.css +16 -13
  119. package/modern/components/checkmark/Component.js +1 -1
  120. package/modern/components/checkmark/index.css +14 -11
  121. package/modern/components/checkmark-mobile/Component.js +1 -1
  122. package/modern/components/checkmark-mobile/index.css +9 -6
  123. package/modern/components/clear-button/Component.js +1 -1
  124. package/modern/components/clear-button/index.css +10 -7
  125. package/modern/components/field/Component.js +1 -1
  126. package/modern/components/field/index.css +17 -14
  127. package/modern/components/footer/Component.js +1 -1
  128. package/modern/components/footer/index.css +8 -5
  129. package/modern/components/optgroup/Component.js +1 -1
  130. package/modern/components/optgroup/index.css +9 -6
  131. package/modern/components/option/desktop/Component.js +1 -1
  132. package/modern/components/option/desktop/index.css +26 -23
  133. package/modern/components/option/mobile/Component.js +1 -1
  134. package/modern/components/option/mobile/index.css +23 -20
  135. package/modern/components/options-list/Component.js +1 -1
  136. package/modern/components/options-list/index.css +15 -12
  137. package/modern/components/search/Component.js +1 -1
  138. package/modern/components/search/index.css +5 -2
  139. package/modern/components/virtual-options-list/Component.js +1 -1
  140. package/modern/components/virtual-options-list/index.css +19 -16
  141. package/modern/{list-popover-desktop-edd27f5e.js → list-popover-desktop-86526b5e.js} +1 -1
  142. package/modern/mobile/Component.mobile.js +1 -1
  143. package/modern/mobile.module-bb7ebed1.js +4 -0
  144. package/modern/presets/index.js +1 -1
  145. package/modern/presets/useSelectWithApply/hook.js +1 -1
  146. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  147. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  148. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -3
  149. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  150. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +6 -3
  151. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  152. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  153. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  154. package/modern/presets/useSelectWithLoading/index.css +2 -2
  155. package/modern/shared/index.js +1 -1
  156. package/package.json +3 -3
  157. package/presets/index.js +1 -1
  158. package/presets/useSelectWithApply/hook.js +1 -1
  159. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  160. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  161. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +6 -3
  162. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  163. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +6 -3
  164. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  165. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  166. package/presets/useSelectWithLoading/hook.js +1 -1
  167. package/presets/useSelectWithLoading/index.css +2 -2
  168. package/shared/index.js +1 -1
  169. package/esm/mobile.module-0044dacb.js +0 -4
  170. package/mobile.module-10633efa.js +0 -6
  171. package/modern/mobile.module-b160a7de.js +0 -4
  172. /package/esm/{hook-d1496a1f.d.ts → hook-75018a13.d.ts} +0 -0
  173. /package/esm/{hook-d1496a1f.js → hook-75018a13.js} +0 -0
  174. /package/esm/{list-popover-desktop-2ecb3c74.d.ts → list-popover-desktop-37ea8623.d.ts} +0 -0
  175. /package/{hook-4d462686.d.ts → hook-a830a696.d.ts} +0 -0
  176. /package/{hook-4d462686.js → hook-a830a696.js} +0 -0
  177. /package/{list-popover-desktop-5ac1964a.d.ts → list-popover-desktop-50b3129c.d.ts} +0 -0
  178. /package/modern/{hook-e1bb3e1e.d.ts → hook-2900ea51.d.ts} +0 -0
  179. /package/modern/{hook-e1bb3e1e.js → hook-2900ea51.js} +0 -0
  180. /package/modern/{list-popover-desktop-edd27f5e.d.ts → list-popover-desktop-86526b5e.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_1phtn","disabled":"select__disabled_1phtn","size-40":"select__size-40_1phtn","open":"select__open_1phtn"};
15
+ var styles = {"arrow":"select__arrow_1sfxy","disabled":"select__disabled_1sfxy","size-40":"select__size-40_1sfxy","open":"select__open_1sfxy"};
16
16
  require('./index.css')
17
17
 
18
18
  var Arrow = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 162bv */
1
+ /* hash: 12okq */
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);
@@ -18,6 +18,9 @@
18
18
  } :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 */
19
19
 
20
20
  /* новые значения, используйте их */
21
+
22
+ /* no-unit может приводить к проблемам в calc (#1559) */
23
+ /* stylelint-disable-next-line length-zero-no-unit */
21
24
  } :root {
22
25
  } :root {
23
26
  --arrow-transform: rotate(180deg);
@@ -32,18 +35,18 @@
32
35
  /* checkmark */
33
36
 
34
37
  /* optgroup */
35
- } .select__arrow_1phtn {
38
+ } .select__arrow_1sfxy {
36
39
  display: block;
37
40
  width: 24px;
38
41
  height: 24px;
39
42
  color: var(--select-arrow-color);
40
43
 
41
44
  transition: transform 0.15s ease-in-out, opacity 0.2s ease
42
- } .select__arrow_1phtn.select__disabled_1phtn {
45
+ } .select__arrow_1sfxy.select__disabled_1sfxy {
43
46
  color: var(--select-arrow-disabled-color);
44
- } .select__arrow_1phtn.select__size-40_1phtn {
47
+ } .select__arrow_1sfxy.select__size-40_1sfxy {
45
48
  width: unset;
46
49
  height: unset;
47
- } .select__open_1phtn {
50
+ } .select__open_1sfxy {
48
51
  transform: var(--arrow-transform);
49
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_1fopg","start":"select__start_1fopg","center":"select__center_1fopg","single":"select__single_1fopg","selected":"select__selected_1fopg"};
15
+ var styles = {"checkmark":"select__checkmark_1z5hk","start":"select__start_1z5hk","center":"select__center_1z5hk","single":"select__single_1z5hk","selected":"select__selected_1z5hk"};
16
16
  require('./index.css')
17
17
 
18
18
  var BaseCheckmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 4sf0x */
1
+ /* hash: zskh4 */
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 */
@@ -16,6 +16,9 @@
16
16
  } :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 */
17
17
 
18
18
  /* новые значения, используйте их */
19
+
20
+ /* no-unit может приводить к проблемам в calc (#1559) */
21
+ /* stylelint-disable-next-line length-zero-no-unit */
19
22
  } :root {
20
23
  } :root {
21
24
  } /* сбрасывает синюю подсветку при нажатии */ :root {
@@ -27,18 +30,18 @@
27
30
  /* checkmark */
28
31
 
29
32
  /* optgroup */
30
- } .select__checkmark_1fopg {
33
+ } .select__checkmark_1z5hk {
31
34
  flex-shrink: 0;
32
35
  box-sizing: border-box
33
- } .select__checkmark_1fopg.select__start_1fopg {
36
+ } .select__checkmark_1z5hk.select__start_1z5hk {
34
37
  align-self: start;
35
- } .select__checkmark_1fopg.select__center_1fopg {
38
+ } .select__checkmark_1z5hk.select__center_1z5hk {
36
39
  align-self: center;
37
- } .select__single_1fopg {
40
+ } .select__single_1z5hk {
38
41
  display: flex;
39
42
  align-items: center;
40
43
  justify-content: center;
41
44
  opacity: 0
42
- } .select__single_1fopg.select__selected_1fopg {
45
+ } .select__single_1z5hk.select__selected_1z5hk {
43
46
  opacity: 1;
44
47
  }
@@ -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 = {"option":"select__option_11u22","disabled":"select__disabled_11u22","checkmarkBefore":"select__checkmarkBefore_11u22","mobile":"select__mobile_11u22","checkmarkAfter":"select__checkmarkAfter_11u22","textContent":"select__textContent_11u22","selected":"select__selected_11u22","highlighted":"select__highlighted_11u22","checkmarkBeforeContent":"select__checkmarkBeforeContent_11u22","checkmarkAfterContent":"select__checkmarkAfterContent_11u22","content":"select__content_11u22"};
15
+ var styles = {"option":"select__option_oo4zt","disabled":"select__disabled_oo4zt","checkmarkBefore":"select__checkmarkBefore_oo4zt","mobile":"select__mobile_oo4zt","checkmarkAfter":"select__checkmarkAfter_oo4zt","textContent":"select__textContent_oo4zt","selected":"select__selected_oo4zt","highlighted":"select__highlighted_oo4zt","checkmarkBeforeContent":"select__checkmarkBeforeContent_oo4zt","checkmarkAfterContent":"select__checkmarkAfterContent_oo4zt","content":"select__content_oo4zt"};
16
16
  require('./index.css')
17
17
 
18
18
  var BaseOption = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: x3pwr */
1
+ /* hash: sncns */
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;
@@ -24,7 +24,10 @@
24
24
  --gap-l: 20px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
25
25
 
26
26
  /* новые значения, используйте их */
27
- --gap-0: 0;
27
+
28
+ /* no-unit может приводить к проблемам в calc (#1559) */
29
+ /* stylelint-disable-next-line length-zero-no-unit */
30
+ --gap-0: 0px;
28
31
  --gap-12: var(--gap-s);
29
32
  --gap-16: var(--gap-m);
30
33
  --gap-20: var(--gap-l);
@@ -51,7 +54,7 @@
51
54
  /* checkmark */
52
55
 
53
56
  /* optgroup */
54
- } .select__option_11u22 {
57
+ } .select__option_oo4zt {
55
58
  font-size: 16px;
56
59
  line-height: 20px;
57
60
  font-weight: 400;
@@ -65,36 +68,36 @@
65
68
  position: relative;
66
69
  cursor: pointer;
67
70
  min-height: var(--size-s-height)
68
- } .select__option_11u22:not(.select__disabled_11u22):active {
71
+ } .select__option_oo4zt:not(.select__disabled_oo4zt):active {
69
72
  background: var(--select-option-active-background);
70
73
  color: var(--select-option-active-color);
71
- } .select__option_11u22.select__checkmarkBefore_11u22 {
74
+ } .select__option_oo4zt.select__checkmarkBefore_oo4zt {
72
75
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12)
73
- } .select__option_11u22.select__checkmarkBefore_11u22.select__mobile_11u22 {
76
+ } .select__option_oo4zt.select__checkmarkBefore_oo4zt.select__mobile_oo4zt {
74
77
  padding-left: var(--gap-16);
75
- } .select__option_11u22.select__checkmarkAfter_11u22.select__checkmarkAfter_11u22 {
78
+ } .select__option_oo4zt.select__checkmarkAfter_oo4zt.select__checkmarkAfter_oo4zt {
76
79
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0)
77
- } .select__option_11u22.select__checkmarkAfter_11u22.select__checkmarkAfter_11u22.select__mobile_11u22 {
80
+ } .select__option_oo4zt.select__checkmarkAfter_oo4zt.select__checkmarkAfter_oo4zt.select__mobile_oo4zt {
78
81
  padding-right: var(--gap-20);
79
- } .select__option_11u22.select__textContent_11u22 {
82
+ } .select__option_oo4zt.select__textContent_oo4zt {
80
83
  padding: var(--gap-12)
81
- } .select__option_11u22.select__textContent_11u22.select__mobile_11u22 {
84
+ } .select__option_oo4zt.select__textContent_oo4zt.select__mobile_oo4zt {
82
85
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
83
- } .select__selected_11u22 {
86
+ } .select__selected_oo4zt {
84
87
  background: var(--select-option-selected-background);
85
88
  color: var(--select-option-selected-color);
86
89
  cursor: default;
87
- } .select__highlighted_11u22 {
90
+ } .select__highlighted_oo4zt {
88
91
  background: var(--select-option-hover-background);
89
92
  color: var(--select-option-hover-color);
90
- } .select__disabled_11u22 {
93
+ } .select__disabled_oo4zt {
91
94
  cursor: var(--disabled-cursor);
92
95
  background: var(--select-option-disabled-background);
93
96
  color: var(--select-option-disabled-color);
94
- } .select__checkmarkBeforeContent_11u22 {
97
+ } .select__checkmarkBeforeContent_oo4zt {
95
98
  margin-right: var(--gap-12);
96
- } .select__checkmarkAfterContent_11u22 {
99
+ } .select__checkmarkAfterContent_oo4zt {
97
100
  margin-left: var(--gap-12);
98
- } .select__content_11u22 {
101
+ } .select__content_oo4zt {
99
102
  flex: 1;
100
103
  }
@@ -14,11 +14,11 @@ var hooks = require('@alfalab/hooks');
14
14
  var utils = require('../../utils.js');
15
15
  var components_nativeSelect_Component = require('../native-select/Component.js');
16
16
  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-5ac1964a.js');
17
+ var components_baseSelect_components_listDesktop_listPopoverDesktop = require('../../list-popover-desktop-50b3129c.js');
18
18
  var components_baseSelect_components_listMobile_helpers_getListModalMobileProps = require('./components/list-mobile/helpers/get-list-modal-mobile-props.js');
19
19
  var components_baseSelect_components_listMobile_helpers_getListBottomSheetMobileProps = require('./components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js');
20
20
  var components_baseSelect_components_listMobile_listMobile = require('./components/list-mobile/list-mobile.js');
21
- var mobile_module = require('../../mobile.module-10633efa.js');
21
+ var mobile_module = require('../../mobile.module-cbb62d17.js');
22
22
 
23
23
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
24
24
 
@@ -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-5ac1964a.js');
8
+ var components_baseSelect_components_listDesktop_listPopoverDesktop = require('../../../../list-popover-desktop-50b3129c.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-10633efa.js');
8
+ var mobile_module = require('../../../../mobile.module-cbb62d17.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-10633efa.js');
10
+ var mobile_module = require('../../../../mobile.module-cbb62d17.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: roxqe */
1
+ /* hash: 1qgcu */
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;
@@ -24,7 +24,10 @@
24
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 */
25
25
 
26
26
  /* новые значения, используйте их */
27
- --gap-0: 0;
27
+
28
+ /* no-unit может приводить к проблемам в calc (#1559) */
29
+ /* stylelint-disable-next-line length-zero-no-unit */
30
+ --gap-0: 0px;
28
31
  --gap-4: var(--gap-2xs);
29
32
  --gap-12: var(--gap-s);
30
33
  } :root {
@@ -45,21 +48,21 @@
45
48
  /* checkmark */
46
49
 
47
50
  /* optgroup */
48
- } .select__component_1nfxr {
51
+ } .select__component_124do {
49
52
  width: max-content;
50
53
  position: relative;
51
54
  outline: 0;
52
55
  max-width: 100%;
53
- } .select__popoverInner_1nfxr {
56
+ } .select__popoverInner_124do {
54
57
  padding-top: var(--select-options-list-offset);
55
58
  padding-bottom: var(--select-options-list-offset);
56
59
  background: transparent;
57
60
  border-radius: 0;
58
61
  position: relative;
59
- } .select__popoverInner_1nfxr.select__popoverInner_1nfxr {
62
+ } .select__popoverInner_124do.select__popoverInner_124do {
60
63
  box-shadow: none;
61
64
  border: none;
62
- } .select__optionsListWrapper_1nfxr {
65
+ } .select__optionsListWrapper_124do {
63
66
  position: relative;
64
67
  padding-top: var(--select-options-list-top-padding);
65
68
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -68,7 +71,7 @@
68
71
  background: var(--select-option-background);
69
72
  overflow: hidden;
70
73
  will-change: transform;
71
- } .select__optionsListBorder_1nfxr {
74
+ } .select__optionsListBorder_124do {
72
75
  position: absolute;
73
76
  top: var(--gap-0);
74
77
  right: var(--gap-0);
@@ -77,7 +80,7 @@
77
80
  box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);
78
81
  border-radius: inherit;
79
82
  pointer-events: none;
80
- } .select__nativeSelect_1nfxr {
83
+ } .select__nativeSelect_124do {
81
84
  opacity: 0;
82
85
  overflow: hidden;
83
86
  position: absolute;
@@ -90,12 +93,12 @@
90
93
  height: 100%;
91
94
  cursor: pointer;
92
95
  z-index: 1;
93
- } .select__block_1nfxr {
96
+ } .select__block_124do {
94
97
  width: 100%;
95
- } .select__emptySearchPlaceholder_1nfxr {
98
+ } .select__emptySearchPlaceholder_124do {
96
99
  text-align: center;
97
- } .select__search_1nfxr {
100
+ } .select__search_124do {
98
101
  margin: var(--gap-12) var(--gap-12) var(--gap-0)
99
- } .select__search_1nfxr:last-child {
102
+ } .select__search_124do:last-child {
100
103
  margin-bottom: var(--gap-12);
101
104
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1haem */
1
+ /* hash: ekd47 */
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 */
@@ -20,7 +20,10 @@
20
20
  --gap-l: 20px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
21
21
 
22
22
  /* новые значения, используйте их */
23
- --gap-0: 0;
23
+
24
+ /* no-unit может приводить к проблемам в calc (#1559) */
25
+ /* stylelint-disable-next-line length-zero-no-unit */
26
+ --gap-0: 0px;
24
27
  --gap-4: var(--gap-2xs);
25
28
  --gap-8: var(--gap-xs);
26
29
  --gap-16: var(--gap-m);
@@ -36,30 +39,30 @@
36
39
  /* checkmark */
37
40
 
38
41
  /* optgroup */
39
- } .select__sheet_14hcs {
42
+ } .select__sheet_zlksm {
40
43
  overflow: hidden;
41
- } .select__sheetContent_14hcs.select__sheetContent_14hcs {
44
+ } .select__sheetContent_zlksm.select__sheetContent_zlksm {
42
45
  padding: var(--gap-0)
43
- } .select__sheetContent_14hcs.select__sheetContent_14hcs .select__modalContent_14hcs {
46
+ } .select__sheetContent_zlksm.select__sheetContent_zlksm .select__modalContent_zlksm {
44
47
  padding: var(--gap-0);
45
48
  display: flex;
46
49
  flex-direction: column;
47
- } .select__sheetContainer_14hcs {
50
+ } .select__sheetContainer_zlksm {
48
51
  padding: var(--gap-0);
49
- } .select__optionsListWrapper_14hcs {
52
+ } .select__optionsListWrapper_zlksm {
50
53
  flex: 1;
51
- } .select__optionsList_14hcs.select__optionsList_14hcs {
54
+ } .select__optionsList_zlksm.select__optionsList_zlksm {
52
55
  height: 100%;
53
56
  display: flex;
54
57
  flex-direction: column;
55
- } .select__scrollbar_14hcs {
58
+ } .select__scrollbar_zlksm {
56
59
  flex: 1;
57
- } .select__search_14hcs {
60
+ } .select__search_zlksm {
58
61
  padding: var(--gap-8);
59
- } .select__option_14hcs.select__option_14hcs {
62
+ } .select__option_zlksm.select__option_zlksm {
60
63
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16)
61
- } .select__option_14hcs.select__option_14hcs:before {
64
+ } .select__option_zlksm.select__option_zlksm:before {
62
65
  display: none;
63
- } .select__optionGroup_14hcs.select__optionGroup_14hcs {
66
+ } .select__optionGroup_zlksm.select__optionGroup_zlksm {
64
67
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
65
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_lontc","after":"select__after_lontc","single":"select__single_lontc","selected":"select__selected_lontc","before":"select__before_lontc","multiple":"select__multiple_lontc","colorIcon":"select__colorIcon_lontc"};
18
+ var styles = {"checkmark":"select__checkmark_8iqqu","after":"select__after_8iqqu","single":"select__single_8iqqu","selected":"select__selected_8iqqu","before":"select__before_8iqqu","multiple":"select__multiple_8iqqu","colorIcon":"select__colorIcon_8iqqu"};
19
19
  require('./index.css')
20
20
 
21
21
  var Checkmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 18jkq */
1
+ /* hash: c8i66 */
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);
@@ -21,7 +21,10 @@
21
21
  --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 */
22
22
 
23
23
  /* новые значения, используйте их */
24
- --gap-0: 0;
24
+
25
+ /* no-unit может приводить к проблемам в calc (#1559) */
26
+ /* stylelint-disable-next-line length-zero-no-unit */
27
+ --gap-0: 0px;
25
28
  --gap-8: var(--gap-xs);
26
29
  --gap-12: var(--gap-s);
27
30
  } :root {
@@ -46,12 +49,12 @@
46
49
  --select-checkmark-border-radius: var(--border-radius-circle);
47
50
 
48
51
  /* optgroup */
49
- } .select__checkmark_lontc {
52
+ } .select__checkmark_8iqqu {
50
53
  flex-shrink: 0;
51
54
  margin: var(--select-checkmark-margin)
52
- } .select__checkmark_lontc.select__after_lontc {
55
+ } .select__checkmark_8iqqu.select__after_8iqqu {
53
56
  margin: var(--select-checkmark-margin-after);
54
- } .select__single_lontc {
57
+ } .select__single_8iqqu {
55
58
  display: flex;
56
59
  align-items: center;
57
60
  justify-content: center;
@@ -61,17 +64,17 @@
61
64
  border-radius: var(--select-checkmark-border-radius);
62
65
  width: var(--select-checkmark-size);
63
66
  height: var(--select-checkmark-size)
64
- } .select__single_lontc.select__selected_lontc {
67
+ } .select__single_8iqqu.select__selected_8iqqu {
65
68
  opacity: 1;
66
- } .select__before_lontc {
69
+ } .select__before_8iqqu {
67
70
  display: var(--select-checkmark-before-display)
68
- } .select__before_lontc.select__multiple_lontc {
71
+ } .select__before_8iqqu.select__multiple_8iqqu {
69
72
  margin-right: var(--gap-12);
70
73
  display: var(--select-checkmark-before-display-multiple);
71
- } .select__after_lontc.select__after_lontc {
74
+ } .select__after_8iqqu.select__after_8iqqu {
72
75
  display: var(--select-checkmark-after-display)
73
- } .select__after_lontc.select__after_lontc.select__single_lontc {
76
+ } .select__after_8iqqu.select__after_8iqqu.select__single_8iqqu {
74
77
  display: var(--select-checkmark-after-display-single);
75
- } .select__colorIcon_lontc {
78
+ } .select__colorIcon_8iqqu {
76
79
  color: var(--color-light-status-positive);
77
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_1bmbq","selected":"select__selected_1bmbq","displayIcon":"select__displayIcon_1bmbq","displayBadge":"select__displayBadge_1bmbq"};
14
+ var styles = {"checkmark":"select__checkmark_18o7f","selected":"select__selected_18o7f","displayIcon":"select__displayIcon_18o7f","displayBadge":"select__displayBadge_18o7f"};
15
15
  require('./index.css')
16
16
 
17
17
  var Checkmark = function (_a) {