@alfalab/core-components-select 17.20.11 → 17.20.13

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 (179) hide show
  1. package/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +6 -6
  3. package/components/base-checkmark/Component.js +1 -1
  4. package/components/base-checkmark/index.css +7 -7
  5. package/components/base-option/Component.js +1 -1
  6. package/components/base-option/index.css +16 -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 +12 -12
  12. package/components/base-select/mobile.css +13 -13
  13. package/components/checkmark/Component.js +1 -1
  14. package/components/checkmark/index.css +11 -11
  15. package/components/checkmark-mobile/Component.js +1 -1
  16. package/components/checkmark-mobile/index.css +7 -7
  17. package/components/clear-button/Component.js +1 -1
  18. package/components/clear-button/index.css +8 -8
  19. package/components/field/Component.js +1 -1
  20. package/components/field/index.css +15 -15
  21. package/components/footer/Component.js +1 -1
  22. package/components/footer/index.css +6 -6
  23. package/components/optgroup/Component.js +1 -1
  24. package/components/optgroup/index.css +7 -7
  25. package/components/option/desktop/Component.js +1 -1
  26. package/components/option/desktop/index.css +23 -23
  27. package/components/option/mobile/Component.js +1 -1
  28. package/components/option/mobile/index.css +20 -20
  29. package/components/options-list/Component.js +1 -1
  30. package/components/options-list/index.css +12 -12
  31. package/components/search/Component.js +1 -1
  32. package/components/search/index.css +3 -3
  33. package/components/virtual-options-list/Component.js +1 -1
  34. package/components/virtual-options-list/index.css +16 -16
  35. package/cssm/components/arrow/index.module.css +1 -1
  36. package/cssm/components/base-checkmark/index.module.css +1 -1
  37. package/cssm/components/base-option/index.module.css +1 -1
  38. package/cssm/components/base-select/index.module.css +1 -1
  39. package/cssm/components/base-select/mobile.module.css +1 -1
  40. package/cssm/components/checkmark/index.module.css +1 -1
  41. package/cssm/components/checkmark-mobile/index.module.css +1 -1
  42. package/cssm/components/clear-button/index.module.css +1 -1
  43. package/cssm/components/field/index.module.css +1 -1
  44. package/cssm/components/footer/index.module.css +1 -1
  45. package/cssm/components/optgroup/index.module.css +1 -1
  46. package/cssm/components/option/desktop/index.module.css +1 -1
  47. package/cssm/components/option/index.module.css +1 -1
  48. package/cssm/components/option/mobile/index.module.css +1 -1
  49. package/cssm/components/options-list/index.module.css +1 -1
  50. package/cssm/components/search/index.module.css +1 -1
  51. package/cssm/components/virtual-options-list/index.module.css +1 -1
  52. package/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +1 -1
  53. package/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +1 -1
  54. package/esm/components/arrow/Component.js +1 -1
  55. package/esm/components/arrow/index.css +6 -6
  56. package/esm/components/base-checkmark/Component.js +1 -1
  57. package/esm/components/base-checkmark/index.css +7 -7
  58. package/esm/components/base-option/Component.js +1 -1
  59. package/esm/components/base-option/index.css +16 -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 +12 -12
  65. package/esm/components/base-select/mobile.css +13 -13
  66. package/esm/components/checkmark/Component.js +1 -1
  67. package/esm/components/checkmark/index.css +11 -11
  68. package/esm/components/checkmark-mobile/Component.js +1 -1
  69. package/esm/components/checkmark-mobile/index.css +7 -7
  70. package/esm/components/clear-button/Component.js +1 -1
  71. package/esm/components/clear-button/index.css +8 -8
  72. package/esm/components/field/Component.js +1 -1
  73. package/esm/components/field/index.css +15 -15
  74. package/esm/components/footer/Component.js +1 -1
  75. package/esm/components/footer/index.css +6 -6
  76. package/esm/components/optgroup/Component.js +1 -1
  77. package/esm/components/optgroup/index.css +7 -7
  78. package/esm/components/option/desktop/Component.js +1 -1
  79. package/esm/components/option/desktop/index.css +23 -23
  80. package/esm/components/option/mobile/Component.js +1 -1
  81. package/esm/components/option/mobile/index.css +20 -20
  82. package/esm/components/options-list/Component.js +1 -1
  83. package/esm/components/options-list/index.css +12 -12
  84. package/esm/components/search/Component.js +1 -1
  85. package/esm/components/search/index.css +3 -3
  86. package/esm/components/virtual-options-list/Component.js +1 -1
  87. package/esm/components/virtual-options-list/index.css +16 -16
  88. package/esm/{list-popover-desktop-f5cda104.js → list-popover-desktop-471e29e3.js} +1 -1
  89. package/esm/mobile/Component.mobile.js +1 -1
  90. package/esm/mobile.module-b7411ccc.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 +4 -4
  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 +4 -4
  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-4037363d.js → list-popover-desktop-b02c0d40.js} +1 -1
  104. package/mobile/Component.mobile.js +1 -1
  105. package/mobile.module-b3172af2.js +6 -0
  106. package/modern/components/arrow/Component.js +1 -1
  107. package/modern/components/arrow/index.css +6 -6
  108. package/modern/components/base-checkmark/Component.js +1 -1
  109. package/modern/components/base-checkmark/index.css +7 -7
  110. package/modern/components/base-option/Component.js +1 -1
  111. package/modern/components/base-option/index.css +16 -16
  112. package/modern/components/base-select/Component.js +2 -2
  113. package/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  114. package/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  115. package/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  116. package/modern/components/base-select/index.css +12 -12
  117. package/modern/components/base-select/mobile.css +13 -13
  118. package/modern/components/checkmark/Component.js +1 -1
  119. package/modern/components/checkmark/index.css +11 -11
  120. package/modern/components/checkmark-mobile/Component.js +1 -1
  121. package/modern/components/checkmark-mobile/index.css +7 -7
  122. package/modern/components/clear-button/Component.js +1 -1
  123. package/modern/components/clear-button/index.css +8 -8
  124. package/modern/components/field/Component.js +1 -1
  125. package/modern/components/field/index.css +15 -15
  126. package/modern/components/footer/Component.js +1 -1
  127. package/modern/components/footer/index.css +6 -6
  128. package/modern/components/optgroup/Component.js +1 -1
  129. package/modern/components/optgroup/index.css +7 -7
  130. package/modern/components/option/desktop/Component.js +1 -1
  131. package/modern/components/option/desktop/index.css +23 -23
  132. package/modern/components/option/mobile/Component.js +1 -1
  133. package/modern/components/option/mobile/index.css +20 -20
  134. package/modern/components/options-list/Component.js +1 -1
  135. package/modern/components/options-list/index.css +12 -12
  136. package/modern/components/search/Component.js +1 -1
  137. package/modern/components/search/index.css +3 -3
  138. package/modern/components/virtual-options-list/Component.js +1 -1
  139. package/modern/components/virtual-options-list/index.css +16 -16
  140. package/modern/{list-popover-desktop-d892a206.js → list-popover-desktop-36234ac6.js} +1 -1
  141. package/modern/mobile/Component.mobile.js +1 -1
  142. package/modern/mobile.module-74e2c906.js +4 -0
  143. package/modern/presets/index.js +1 -1
  144. package/modern/presets/useSelectWithApply/hook.js +1 -1
  145. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  146. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  147. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +4 -4
  148. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  149. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  150. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  151. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  152. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  153. package/modern/presets/useSelectWithLoading/index.css +2 -2
  154. package/modern/shared/index.js +1 -1
  155. package/package.json +4 -4
  156. package/presets/index.js +1 -1
  157. package/presets/useSelectWithApply/hook.js +1 -1
  158. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  159. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  160. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +4 -4
  161. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  162. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  163. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  164. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  165. package/presets/useSelectWithLoading/hook.js +1 -1
  166. package/presets/useSelectWithLoading/index.css +2 -2
  167. package/shared/index.js +1 -1
  168. package/esm/mobile.module-b7dd0d6a.js +0 -4
  169. package/mobile.module-9cea3820.js +0 -6
  170. package/modern/mobile.module-a79b5ac2.js +0 -4
  171. /package/esm/{hook-bc1ea911.d.ts → hook-95e57f01.d.ts} +0 -0
  172. /package/esm/{hook-bc1ea911.js → hook-95e57f01.js} +0 -0
  173. /package/esm/{list-popover-desktop-f5cda104.d.ts → list-popover-desktop-471e29e3.d.ts} +0 -0
  174. /package/{hook-fe1c7ed3.d.ts → hook-ced8e8e7.d.ts} +0 -0
  175. /package/{hook-fe1c7ed3.js → hook-ced8e8e7.js} +0 -0
  176. /package/{list-popover-desktop-4037363d.d.ts → list-popover-desktop-b02c0d40.d.ts} +0 -0
  177. /package/modern/{hook-72d02bc6.d.ts → hook-79b0ecd6.d.ts} +0 -0
  178. /package/modern/{hook-72d02bc6.js → hook-79b0ecd6.js} +0 -0
  179. /package/modern/{list-popover-desktop-d892a206.d.ts → list-popover-desktop-36234ac6.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1y3be */
1
+ /* hash: 151c3 */
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;
@@ -31,7 +31,7 @@
31
31
  --gap-4: var(--gap-2xs);
32
32
  --gap-12: var(--gap-s);
33
33
  } :root {
34
- } :root {
34
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
35
35
  } /* сбрасывает синюю подсветку при нажатии */ :root {
36
36
 
37
37
  /* options list */
@@ -48,21 +48,21 @@
48
48
  /* checkmark */
49
49
 
50
50
  /* optgroup */
51
- } .select__component_ctgcn {
51
+ } .select__component_160jz {
52
52
  width: max-content;
53
53
  position: relative;
54
54
  outline: 0;
55
55
  max-width: 100%;
56
- } .select__popoverInner_ctgcn {
56
+ } .select__popoverInner_160jz {
57
57
  padding-top: var(--select-options-list-offset);
58
58
  padding-bottom: var(--select-options-list-offset);
59
59
  background: transparent;
60
60
  border-radius: 0;
61
61
  position: relative;
62
- } .select__popoverInner_ctgcn.select__popoverInner_ctgcn {
62
+ } .select__popoverInner_160jz.select__popoverInner_160jz {
63
63
  box-shadow: none;
64
64
  border: none;
65
- } .select__optionsListWrapper_ctgcn {
65
+ } .select__optionsListWrapper_160jz {
66
66
  position: relative;
67
67
  padding-top: var(--select-options-list-top-padding);
68
68
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -71,7 +71,7 @@
71
71
  background: var(--select-option-background);
72
72
  overflow: hidden;
73
73
  will-change: transform;
74
- } .select__optionsListBorder_ctgcn {
74
+ } .select__optionsListBorder_160jz {
75
75
  position: absolute;
76
76
  top: var(--gap-0);
77
77
  right: var(--gap-0);
@@ -80,7 +80,7 @@
80
80
  box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);
81
81
  border-radius: inherit;
82
82
  pointer-events: none;
83
- } .select__nativeSelect_ctgcn {
83
+ } .select__nativeSelect_160jz {
84
84
  opacity: 0;
85
85
  overflow: hidden;
86
86
  position: absolute;
@@ -93,12 +93,12 @@
93
93
  height: 100%;
94
94
  cursor: pointer;
95
95
  z-index: 1;
96
- } .select__block_ctgcn {
96
+ } .select__block_160jz {
97
97
  width: 100%;
98
- } .select__emptySearchPlaceholder_ctgcn {
98
+ } .select__emptySearchPlaceholder_160jz {
99
99
  text-align: center;
100
- } .select__search_ctgcn {
100
+ } .select__search_160jz {
101
101
  margin: var(--gap-12) var(--gap-12) var(--gap-0)
102
- } .select__search_ctgcn:last-child {
102
+ } .select__search_160jz:last-child {
103
103
  margin-bottom: var(--gap-12);
104
104
  }
@@ -1,4 +1,4 @@
1
- /* hash: a53si */
1
+ /* hash: 88afz */
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 */
@@ -29,7 +29,7 @@
29
29
  --gap-16: var(--gap-m);
30
30
  --gap-20: var(--gap-l);
31
31
  } :root {
32
- } :root {
32
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
33
33
  } /* сбрасывает синюю подсветку при нажатии */ :root {
34
34
 
35
35
  /* options list */
@@ -39,30 +39,30 @@
39
39
  /* checkmark */
40
40
 
41
41
  /* optgroup */
42
- } .select__sheet_19rsz {
42
+ } .select__sheet_nqu8r {
43
43
  overflow: hidden;
44
- } .select__sheetContent_19rsz.select__sheetContent_19rsz {
44
+ } .select__sheetContent_nqu8r.select__sheetContent_nqu8r {
45
45
  padding: var(--gap-0)
46
- } .select__sheetContent_19rsz.select__sheetContent_19rsz .select__modalContent_19rsz {
46
+ } .select__sheetContent_nqu8r.select__sheetContent_nqu8r .select__modalContent_nqu8r {
47
47
  padding: var(--gap-0);
48
48
  display: flex;
49
49
  flex-direction: column;
50
- } .select__sheetContainer_19rsz {
50
+ } .select__sheetContainer_nqu8r {
51
51
  padding: var(--gap-0);
52
- } .select__optionsListWrapper_19rsz {
52
+ } .select__optionsListWrapper_nqu8r {
53
53
  flex: 1;
54
- } .select__optionsList_19rsz.select__optionsList_19rsz {
54
+ } .select__optionsList_nqu8r.select__optionsList_nqu8r {
55
55
  height: 100%;
56
56
  display: flex;
57
57
  flex-direction: column;
58
- } .select__scrollbar_19rsz {
58
+ } .select__scrollbar_nqu8r {
59
59
  flex: 1;
60
- } .select__search_19rsz {
60
+ } .select__search_nqu8r {
61
61
  padding: var(--gap-8);
62
- } .select__option_19rsz.select__option_19rsz {
62
+ } .select__option_nqu8r.select__option_nqu8r {
63
63
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16)
64
- } .select__option_19rsz.select__option_19rsz:before {
64
+ } .select__option_nqu8r.select__option_nqu8r:before {
65
65
  display: none;
66
- } .select__optionGroup_19rsz.select__optionGroup_19rsz {
66
+ } .select__optionGroup_nqu8r.select__optionGroup_nqu8r {
67
67
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
68
68
  }
@@ -5,7 +5,7 @@ import { Checkbox } from '@alfalab/core-components-checkbox/esm';
5
5
  import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
6
6
  import CheckmarkMIcon from '@alfalab/icons-glyph/CheckmarkMIcon';
7
7
 
8
- var styles = {"checkmark":"select__checkmark_g6bhi","after":"select__after_g6bhi","single":"select__single_g6bhi","selected":"select__selected_g6bhi","before":"select__before_g6bhi","multiple":"select__multiple_g6bhi","colorIcon":"select__colorIcon_g6bhi"};
8
+ var styles = {"checkmark":"select__checkmark_y47xt","after":"select__after_y47xt","single":"select__single_y47xt","selected":"select__selected_y47xt","before":"select__before_y47xt","multiple":"select__multiple_y47xt","colorIcon":"select__colorIcon_y47xt"};
9
9
  require('./index.css')
10
10
 
11
11
  var Checkmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1qqbs */
1
+ /* hash: kqfo2 */
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);
@@ -28,7 +28,7 @@
28
28
  --gap-8: var(--gap-xs);
29
29
  --gap-12: var(--gap-s);
30
30
  } :root {
31
- } :root {
31
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
32
32
  } /* сбрасывает синюю подсветку при нажатии */ :root {
33
33
 
34
34
  /* options list */
@@ -49,12 +49,12 @@
49
49
  --select-checkmark-border-radius: var(--border-radius-circle);
50
50
 
51
51
  /* optgroup */
52
- } .select__checkmark_g6bhi {
52
+ } .select__checkmark_y47xt {
53
53
  flex-shrink: 0;
54
54
  margin: var(--select-checkmark-margin)
55
- } .select__checkmark_g6bhi.select__after_g6bhi {
55
+ } .select__checkmark_y47xt.select__after_y47xt {
56
56
  margin: var(--select-checkmark-margin-after);
57
- } .select__single_g6bhi {
57
+ } .select__single_y47xt {
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_g6bhi.select__selected_g6bhi {
67
+ } .select__single_y47xt.select__selected_y47xt {
68
68
  opacity: 1;
69
- } .select__before_g6bhi {
69
+ } .select__before_y47xt {
70
70
  display: var(--select-checkmark-before-display)
71
- } .select__before_g6bhi.select__multiple_g6bhi {
71
+ } .select__before_y47xt.select__multiple_y47xt {
72
72
  margin-right: var(--gap-12);
73
73
  display: var(--select-checkmark-before-display-multiple);
74
- } .select__after_g6bhi.select__after_g6bhi {
74
+ } .select__after_y47xt.select__after_y47xt {
75
75
  display: var(--select-checkmark-after-display)
76
- } .select__after_g6bhi.select__after_g6bhi.select__single_g6bhi {
76
+ } .select__after_y47xt.select__after_y47xt.select__single_y47xt {
77
77
  display: var(--select-checkmark-after-display-single);
78
- } .select__colorIcon_g6bhi {
78
+ } .select__colorIcon_y47xt {
79
79
  color: var(--color-light-status-positive);
80
80
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
4
4
 
5
- var styles = {"checkmark":"select__checkmark_1xwn0","selected":"select__selected_1xwn0","displayIcon":"select__displayIcon_1xwn0","displayBadge":"select__displayBadge_1xwn0"};
5
+ var styles = {"checkmark":"select__checkmark_hfn5u","selected":"select__selected_hfn5u","displayIcon":"select__displayIcon_hfn5u","displayBadge":"select__displayBadge_hfn5u"};
6
6
  require('./index.css')
7
7
 
8
8
  var Checkmark = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 13i4c */
1
+ /* hash: 11kjm */
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,7 @@
20
20
  /* no-unit может приводить к проблемам в calc (#1559) */
21
21
  /* stylelint-disable-next-line length-zero-no-unit */
22
22
  } :root {
23
- } :root {
23
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
24
24
  } /* сбрасывает синюю подсветку при нажатии */ :root {
25
25
 
26
26
  /* options list */
@@ -32,7 +32,7 @@
32
32
  --select-mobile-checkmark-display-badge: none;
33
33
 
34
34
  /* optgroup */
35
- } .select__checkmark_1xwn0 {
35
+ } .select__checkmark_hfn5u {
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_1xwn0:first-child {
43
+ } .select__checkmark_hfn5u:first-child {
44
44
  display: none;
45
- } .select__checkmark_1xwn0.select__selected_1xwn0 {
45
+ } .select__checkmark_hfn5u.select__selected_hfn5u {
46
46
  opacity: 1;
47
- } .select__displayIcon_1xwn0 {
47
+ } .select__displayIcon_hfn5u {
48
48
  display: var(--select-mobile-checkmark-display-icon);
49
- } .select__displayBadge_1xwn0 {
49
+ } .select__displayBadge_hfn5u {
50
50
  display: var(--select-mobile-checkmark-display-badge);
51
51
  }
@@ -4,7 +4,7 @@ import { Button } from '@alfalab/core-components-button/esm';
4
4
  import { CrossCircleMIcon } from '@alfalab/icons-glyph/CrossCircleMIcon';
5
5
  import { CrossCircleSIcon } from '@alfalab/icons-glyph/CrossCircleSIcon';
6
6
 
7
- var styles = {"clearIcon":"select__clearIcon_1x3qp","clearButton":"select__clearButton_1x3qp","size-40":"select__size-40_1x3qp"};
7
+ var styles = {"clearIcon":"select__clearIcon_1iewy","clearButton":"select__clearButton_1iewy","size-40":"select__size-40_1iewy"};
8
8
  require('./index.css')
9
9
 
10
10
  var ClearButton = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: hwny6 */
1
+ /* hash: 1axvv */
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);
@@ -25,7 +25,7 @@
25
25
  /* stylelint-disable-next-line length-zero-no-unit */
26
26
  --gap-4: var(--gap-2xs);
27
27
  } :root {
28
- } :root {
28
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
29
29
  } /* сбрасывает синюю подсветку при нажатии */ :root {
30
30
 
31
31
  /* disabled */
@@ -47,17 +47,17 @@
47
47
  /* checkmark */
48
48
 
49
49
  /* optgroup */
50
- } .select__clearIcon_1x3qp {
50
+ } .select__clearIcon_1iewy {
51
51
  display: block;
52
52
  color: var(--color-light-neutral-translucent-500)
53
- } .select__clearIcon_1x3qp:hover {
53
+ } .select__clearIcon_1iewy:hover {
54
54
  color: var(--color-light-neutral-translucent-500-hover);
55
- } .select__clearIcon_1x3qp:active {
55
+ } .select__clearIcon_1iewy:active {
56
56
  color: var(--color-light-neutral-translucent-500-press);
57
- } .select__clearButton_1x3qp + [data-addon='error-icon'] {
57
+ } .select__clearButton_1iewy + [data-addon='error-icon'] {
58
58
  display: var(--input-error-icon-display);
59
- } .select__clearButton_1x3qp + * {
59
+ } .select__clearButton_1iewy + * {
60
60
  margin-left: var(--gap-4);
61
- } .select__clearButton_1x3qp.select__size-40_1x3qp + * {
61
+ } .select__clearButton_1iewy.select__size-40_1iewy + * {
62
62
  margin-left: 6px;
63
63
  }
@@ -6,7 +6,7 @@ import { useFocus } from '@alfalab/hooks';
6
6
  import { joinOptions } from '../../utils.js';
7
7
  import { ClearButton } from '../clear-button/Component.js';
8
8
 
9
- var styles = {"component":"select__component_5r50r","field":"select__field_5r50r","disabled":"select__disabled_5r50r","arrow":"select__arrow_5r50r","placeholder":"select__placeholder_5r50r","show-placeholder":"select__show-placeholder_5r50r","focused":"select__focused_5r50r","contentWrapper":"select__contentWrapper_5r50r","size-40":"select__size-40_5r50r","value":"select__value_5r50r","focusVisible":"select__focusVisible_5r50r"};
9
+ var styles = {"component":"select__component_1q3fb","field":"select__field_1q3fb","disabled":"select__disabled_1q3fb","arrow":"select__arrow_1q3fb","placeholder":"select__placeholder_1q3fb","show-placeholder":"select__show-placeholder_1q3fb","focused":"select__focused_1q3fb","contentWrapper":"select__contentWrapper_1q3fb","size-40":"select__size-40_1q3fb","value":"select__value_1q3fb","focusVisible":"select__focusVisible_1q3fb"};
10
10
  require('./index.css')
11
11
 
12
12
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1ma63 */
1
+ /* hash: ga9z8 */
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-status-info: #2288fa;
@@ -23,7 +23,7 @@
23
23
  /* no-unit может приводить к проблемам в calc (#1559) */
24
24
  /* stylelint-disable-next-line length-zero-no-unit */
25
25
  } :root {
26
- } :root {
26
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
27
27
  --focus-color: var(--color-light-status-info);
28
28
  --disabled-cursor: not-allowed;
29
29
  } /* сбрасывает синюю подсветку при нажатии */ :root {
@@ -49,22 +49,22 @@
49
49
  /* checkmark */
50
50
 
51
51
  /* optgroup */
52
- } .select__component_5r50r {
52
+ } .select__component_1q3fb {
53
53
  width: 100%;
54
54
  outline: none;
55
- } .select__field_5r50r:not(.select__disabled_5r50r) {
55
+ } .select__field_1q3fb:not(.select__disabled_1q3fb) {
56
56
  cursor: pointer
57
- } .select__field_5r50r:not(.select__disabled_5r50r):hover .select__arrow_5r50r {
57
+ } .select__field_1q3fb:not(.select__disabled_1q3fb):hover .select__arrow_1q3fb {
58
58
  opacity: var(--select-arrow-hover-opacity);
59
- } .select__disabled_5r50r {
59
+ } .select__disabled_1q3fb {
60
60
  cursor: var(--disabled-cursor);
61
- } .select__placeholder_5r50r {
61
+ } .select__placeholder_1q3fb {
62
62
  color: var(--input-placeholder-color);
63
63
  transition: color 0.2s ease;
64
- animation: select__show-placeholder_5r50r 0.2s ease
65
- } .select__placeholder_5r50r.select__focused_5r50r {
64
+ animation: select__show-placeholder_1q3fb 0.2s ease
65
+ } .select__placeholder_1q3fb.select__focused_1q3fb {
66
66
  color: var(--input-focus-placeholder-color);
67
- } .select__contentWrapper_5r50r {
67
+ } .select__contentWrapper_1q3fb {
68
68
  font-size: 16px;
69
69
  line-height: 20px;
70
70
  font-weight: 400;
@@ -73,22 +73,22 @@
73
73
  text-overflow: ellipsis;
74
74
  overflow: hidden;
75
75
  width: 100%
76
- } .select__contentWrapper_5r50r.select__size-40_5r50r {
76
+ } .select__contentWrapper_1q3fb.select__size-40_1q3fb {
77
77
  font-size: 14px;
78
78
  line-height: 18px;
79
79
  font-weight: 400;
80
- } .select__value_5r50r {
80
+ } .select__value_1q3fb {
81
81
  overflow: hidden;
82
82
  text-overflow: ellipsis;
83
83
  text-align: left
84
- } .select__value_5r50r.select__size-40_5r50r {
84
+ } .select__value_1q3fb.select__size-40_1q3fb {
85
85
  font-size: 14px;
86
86
  line-height: 18px;
87
87
  font-weight: 400;
88
- } .select__focusVisible_5r50r {
88
+ } .select__focusVisible_1q3fb {
89
89
  outline: 2px solid var(--focus-color);
90
90
  outline-offset: 2px;
91
- } @keyframes select__show-placeholder_5r50r {
91
+ } @keyframes select__show-placeholder_1q3fb {
92
92
  from {
93
93
  opacity: 0;
94
94
  }
@@ -4,7 +4,7 @@ import { BaseModalContext } from '@alfalab/core-components-base-modal/esm';
4
4
  import { ButtonMobile } from '@alfalab/core-components-button/esm/mobile';
5
5
  import { getDataTestId } from '@alfalab/core-components-shared/esm';
6
6
 
7
- var styles = {"footer":"select__footer_1vsan","button":"select__button_1vsan","highlighted":"select__highlighted_1vsan"};
7
+ var styles = {"footer":"select__footer_169dz","button":"select__button_169dz","highlighted":"select__highlighted_169dz"};
8
8
  require('./index.css')
9
9
 
10
10
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1qbg3 */
1
+ /* hash: x9gri */
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,7 @@
24
24
  /* stylelint-disable-next-line length-zero-no-unit */
25
25
  --gap-16: var(--gap-m);
26
26
  } :root {
27
- } :root {
27
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
28
28
  } /* сбрасывает синюю подсветку при нажатии */ :root {
29
29
 
30
30
  /* options list */
@@ -34,17 +34,17 @@
34
34
  /* checkmark */
35
35
 
36
36
  /* optgroup */
37
- } .select__footer_1vsan {
37
+ } .select__footer_169dz {
38
38
  display: flex;
39
39
  box-sizing: border-box;
40
40
  width: 100%;
41
41
  padding: var(--gap-16) var(--gap-16);
42
42
  background-color: var(--color-light-modal-bg-primary)
43
- } .select__footer_1vsan .select__button_1vsan:first-of-type {
43
+ } .select__footer_169dz .select__button_169dz:first-of-type {
44
44
  margin-right: var(--gap-16);
45
- } .select__button_1vsan {
45
+ } .select__button_169dz {
46
46
  width: 50%;
47
- } .select__highlighted_1vsan {
47
+ } .select__highlighted_169dz {
48
48
  border-top: 1px solid var(--color-light-neutral-300);
49
49
  background-color: var(--color-light-modal-bg-primary);
50
50
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { SIZE_TO_CLASSNAME_MAP } from '../../consts.js';
4
4
 
5
- var styles = {"optgroup":"select__optgroup_176r8","label":"select__label_176r8","size-64":"select__size-64_176r8","size-72":"select__size-72_176r8"};
5
+ var styles = {"optgroup":"select__optgroup_1tfts","label":"select__label_1tfts","size-64":"select__size-64_1tfts","size-72":"select__size-72_1tfts"};
6
6
  require('./index.css')
7
7
 
8
8
  var Optgroup = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 14gir */
1
+ /* hash: bejgf */
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;
@@ -28,7 +28,7 @@
28
28
  --gap-12: var(--gap-s);
29
29
  --gap-16: var(--gap-m);
30
30
  } :root {
31
- } :root {
31
+ } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
32
32
  } /* сбрасывает синюю подсветку при нажатии */ :root {
33
33
 
34
34
  /* options list */
@@ -45,7 +45,7 @@
45
45
  --select-optgroup-right-padding: var(--gap-12);
46
46
  --select-optgroup-l-left-padding: var(--gap-16);
47
47
  --select-optgroup-l-right-padding: var(--gap-16);
48
- } .select__optgroup_176r8 {
48
+ } .select__optgroup_1tfts {
49
49
  position: relative;
50
50
  display: flex;
51
51
  align-items: center;
@@ -54,9 +54,9 @@
54
54
  box-sizing: border-box;
55
55
  background: var(--select-optgroup-background);
56
56
  min-height: 40px
57
- } .select__optgroup_176r8 + *[role='option']:before {
57
+ } .select__optgroup_1tfts + *[role='option']:before {
58
58
  display: none;
59
- } .select__label_176r8 {
59
+ } .select__label_1tfts {
60
60
  font-size: 12px;
61
61
  line-height: 16px;
62
62
  font-weight: 500;
@@ -65,8 +65,8 @@
65
65
 
66
66
  display: block;
67
67
  color: var(--select-optgroup-color);
68
- } .select__size-64_176r8,
69
- .select__size-72_176r8 {
68
+ } .select__size-64_1tfts,
69
+ .select__size-72_1tfts {
70
70
  padding-left: var(--select-optgroup-l-left-padding);
71
71
  padding-right: var(--select-optgroup-l-right-padding);
72
72
  }
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import { Checkmark } from '../../checkmark/Component.js';
4
4
  import { OptionBase } from '../Component.js';
5
5
 
6
- var styles = {"option":"select__option_13ag1","disabled":"select__disabled_13ag1","size-48":"select__size-48_13ag1","size-56":"select__size-56_13ag1","size-64":"select__size-64_13ag1","size-72":"select__size-72_13ag1","selected":"select__selected_13ag1","highlighted":"select__highlighted_13ag1","content":"select__content_13ag1","textContent":"select__textContent_13ag1"};
6
+ var styles = {"option":"select__option_1luk8","disabled":"select__disabled_1luk8","size-48":"select__size-48_1luk8","size-56":"select__size-56_1luk8","size-64":"select__size-64_1luk8","size-72":"select__size-72_1luk8","selected":"select__selected_1luk8","highlighted":"select__highlighted_1luk8","content":"select__content_1luk8","textContent":"select__textContent_1luk8"};
7
7
  require('./index.css')
8
8
 
9
9
  var OptionDesktop = function (_a) {