@alfalab/core-components-select 16.0.3 → 17.0.0

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 (169) hide show
  1. package/Component.responsive.js +1 -1
  2. package/components/arrow/Component.js +1 -1
  3. package/components/arrow/index.css +3 -3
  4. package/components/base-checkmark/Component.js +1 -1
  5. package/components/base-checkmark/index.css +4 -4
  6. package/components/base-option/Component.js +1 -1
  7. package/components/base-option/index.css +22 -22
  8. package/components/base-select/Component.js +7 -4
  9. package/components/base-select/index.css +14 -19
  10. package/components/base-select/mobile.css +12 -17
  11. package/components/checkmark/Component.js +1 -1
  12. package/components/checkmark/index.css +14 -14
  13. package/components/checkmark-mobile/Component.js +1 -1
  14. package/components/checkmark-mobile/index.css +6 -6
  15. package/components/field/Component.js +1 -1
  16. package/components/field/index.css +12 -12
  17. package/components/footer/Component.js +1 -1
  18. package/components/footer/index.css +10 -10
  19. package/components/optgroup/Component.js +1 -1
  20. package/components/optgroup/index.css +8 -8
  21. package/components/option/Component.js +1 -1
  22. package/components/option/index.css +28 -34
  23. package/components/options-list/Component.js +1 -1
  24. package/components/options-list/index.css +12 -12
  25. package/components/search/Component.js +1 -1
  26. package/components/search/index.css +2 -2
  27. package/components/virtual-options-list/Component.js +1 -1
  28. package/components/virtual-options-list/index.css +18 -18
  29. package/cssm/components/base-option/index.module.css +9 -9
  30. package/cssm/components/base-select/Component.js +5 -2
  31. package/cssm/components/base-select/index.module.css +4 -9
  32. package/cssm/components/base-select/mobile.module.css +0 -5
  33. package/cssm/components/checkmark/index.module.css +4 -4
  34. package/cssm/components/footer/index.module.css +5 -5
  35. package/cssm/components/optgroup/index.module.css +2 -2
  36. package/cssm/components/option/index.module.css +9 -15
  37. package/cssm/components/options-list/index.module.css +3 -3
  38. package/cssm/components/virtual-options-list/index.module.css +3 -3
  39. package/cssm/shared/index.d.ts +1 -0
  40. package/cssm/shared/index.js +5 -0
  41. package/cssm/typings.d.ts +4 -1
  42. package/esm/Component.responsive.js +1 -1
  43. package/esm/components/arrow/Component.js +1 -1
  44. package/esm/components/arrow/index.css +3 -3
  45. package/esm/components/base-checkmark/Component.js +1 -1
  46. package/esm/components/base-checkmark/index.css +4 -4
  47. package/esm/components/base-option/Component.js +1 -1
  48. package/esm/components/base-option/index.css +22 -22
  49. package/esm/components/base-select/Component.js +7 -4
  50. package/esm/components/base-select/index.css +14 -19
  51. package/esm/components/base-select/mobile.css +12 -17
  52. package/esm/components/checkmark/Component.js +1 -1
  53. package/esm/components/checkmark/index.css +14 -14
  54. package/esm/components/checkmark-mobile/Component.js +1 -1
  55. package/esm/components/checkmark-mobile/index.css +6 -6
  56. package/esm/components/field/Component.js +1 -1
  57. package/esm/components/field/index.css +12 -12
  58. package/esm/components/footer/Component.js +1 -1
  59. package/esm/components/footer/index.css +10 -10
  60. package/esm/components/optgroup/Component.js +1 -1
  61. package/esm/components/optgroup/index.css +8 -8
  62. package/esm/components/option/Component.js +1 -1
  63. package/esm/components/option/index.css +28 -34
  64. package/esm/components/options-list/Component.js +1 -1
  65. package/esm/components/options-list/index.css +12 -12
  66. package/esm/components/search/Component.js +1 -1
  67. package/esm/components/search/index.css +2 -2
  68. package/esm/components/virtual-options-list/Component.js +1 -1
  69. package/esm/components/virtual-options-list/index.css +18 -18
  70. package/esm/index.js +1 -1
  71. package/esm/mobile/Component.mobile.js +1 -1
  72. package/esm/mobile/Component.modal.mobile.js +1 -1
  73. package/esm/mobile/index.js +1 -1
  74. package/esm/presets/index.js +1 -1
  75. package/esm/presets/useSelectWithApply/hook.js +1 -1
  76. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  77. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  78. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  79. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  80. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  81. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  82. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  83. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  84. package/esm/presets/useSelectWithLoading/index.css +2 -2
  85. package/esm/shared/index.d.ts +1 -0
  86. package/esm/shared/index.js +4 -1
  87. package/esm/typings.d.ts +4 -1
  88. package/index.js +1 -1
  89. package/mobile/Component.mobile.js +1 -1
  90. package/mobile/Component.modal.mobile.js +1 -1
  91. package/mobile/index.js +1 -1
  92. package/modern/Component.responsive.js +1 -1
  93. package/modern/components/arrow/Component.js +1 -1
  94. package/modern/components/arrow/index.css +3 -3
  95. package/modern/components/base-checkmark/Component.js +1 -1
  96. package/modern/components/base-checkmark/index.css +4 -4
  97. package/modern/components/base-option/Component.js +1 -1
  98. package/modern/components/base-option/index.css +22 -22
  99. package/modern/components/base-select/Component.js +6 -4
  100. package/modern/components/base-select/index.css +14 -19
  101. package/modern/components/base-select/mobile.css +12 -17
  102. package/modern/components/checkmark/Component.js +1 -1
  103. package/modern/components/checkmark/index.css +14 -14
  104. package/modern/components/checkmark-mobile/Component.js +1 -1
  105. package/modern/components/checkmark-mobile/index.css +6 -6
  106. package/modern/components/field/Component.js +1 -1
  107. package/modern/components/field/index.css +12 -12
  108. package/modern/components/footer/Component.js +1 -1
  109. package/modern/components/footer/index.css +10 -10
  110. package/modern/components/optgroup/Component.js +1 -1
  111. package/modern/components/optgroup/index.css +8 -8
  112. package/modern/components/option/Component.js +1 -1
  113. package/modern/components/option/index.css +28 -34
  114. package/modern/components/options-list/Component.js +1 -1
  115. package/modern/components/options-list/index.css +12 -12
  116. package/modern/components/search/Component.js +1 -1
  117. package/modern/components/search/index.css +2 -2
  118. package/modern/components/virtual-options-list/Component.js +1 -1
  119. package/modern/components/virtual-options-list/index.css +18 -18
  120. package/modern/index.js +1 -1
  121. package/modern/mobile/Component.mobile.js +1 -1
  122. package/modern/mobile/Component.modal.mobile.js +1 -1
  123. package/modern/mobile/index.js +1 -1
  124. package/modern/presets/index.js +1 -1
  125. package/modern/presets/useSelectWithApply/hook.js +1 -1
  126. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  127. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  128. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  129. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  130. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  131. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  132. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  133. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  134. package/modern/presets/useSelectWithLoading/index.css +2 -2
  135. package/modern/shared/index.d.ts +1 -0
  136. package/modern/shared/index.js +4 -1
  137. package/modern/typings.d.ts +4 -1
  138. package/package.json +12 -12
  139. package/presets/index.js +1 -1
  140. package/presets/useSelectWithApply/hook.js +1 -1
  141. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  142. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  143. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  144. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  145. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  146. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  147. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  148. package/presets/useSelectWithLoading/hook.js +1 -1
  149. package/presets/useSelectWithLoading/index.css +2 -2
  150. package/shared/index.d.ts +1 -0
  151. package/shared/index.js +5 -1
  152. package/src/components/base-select/Component.tsx +5 -2
  153. package/src/components/base-select/index.module.css +1 -10
  154. package/src/components/base-select/mobile.module.css +0 -8
  155. package/src/components/checkmark/index.module.css +1 -1
  156. package/src/components/footer/index.module.css +3 -3
  157. package/src/components/option/index.module.css +0 -10
  158. package/src/components/options-list/index.module.css +2 -2
  159. package/src/components/virtual-options-list/index.module.css +2 -2
  160. package/src/shared/index.ts +1 -0
  161. package/src/typings.ts +4 -1
  162. package/src/vars.css +7 -7
  163. package/typings.d.ts +4 -1
  164. /package/esm/{hook-a287da6c.d.ts → hook-a2365c8a.d.ts} +0 -0
  165. /package/esm/{hook-a287da6c.js → hook-a2365c8a.js} +0 -0
  166. /package/{hook-d8cd1702.d.ts → hook-75164a56.d.ts} +0 -0
  167. /package/{hook-d8cd1702.js → hook-75164a56.js} +0 -0
  168. /package/modern/{hook-14cdb84d.d.ts → hook-01e84bc2.d.ts} +0 -0
  169. /package/modern/{hook-14cdb84d.js → hook-01e84bc2.js} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1heji */
1
+ /* hash: 16n9i */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #2288fa;
@@ -42,22 +42,22 @@
42
42
  /* checkmark */
43
43
 
44
44
  /* optgroup */
45
- } .select__component_yqoes {
45
+ } .select__component_1agiv {
46
46
  width: 100%;
47
47
  outline: none;
48
- } .select__field_yqoes:not(.select__disabled_yqoes) {
48
+ } .select__field_1agiv:not(.select__disabled_1agiv) {
49
49
  cursor: pointer
50
- } .select__field_yqoes:not(.select__disabled_yqoes):hover .select__arrow_yqoes {
50
+ } .select__field_1agiv:not(.select__disabled_1agiv):hover .select__arrow_1agiv {
51
51
  opacity: var(--select-arrow-hover-opacity);
52
- } .select__disabled_yqoes {
52
+ } .select__disabled_1agiv {
53
53
  cursor: var(--disabled-cursor);
54
- } .select__placeholder_yqoes {
54
+ } .select__placeholder_1agiv {
55
55
  color: var(--input-placeholder-color);
56
56
  transition: color 0.2s ease;
57
- animation: select__show-placeholder_yqoes 0.2s ease
58
- } .select__placeholder_yqoes.select__focused_yqoes {
57
+ animation: select__show-placeholder_1agiv 0.2s ease
58
+ } .select__placeholder_1agiv.select__focused_1agiv {
59
59
  color: var(--input-focus-placeholder-color);
60
- } .select__contentWrapper_yqoes {
60
+ } .select__contentWrapper_1agiv {
61
61
  font-size: 16px;
62
62
  line-height: 20px;
63
63
  font-weight: 400;
@@ -66,14 +66,14 @@
66
66
  text-overflow: ellipsis;
67
67
  overflow: hidden;
68
68
  width: 100%;
69
- } .select__value_yqoes {
69
+ } .select__value_1agiv {
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;
72
72
  text-align: left;
73
- } .select__focusVisible_yqoes {
73
+ } .select__focusVisible_1agiv {
74
74
  outline: 2px solid var(--focus-color);
75
75
  outline-offset: 2px;
76
- } @keyframes select__show-placeholder_yqoes {
76
+ } @keyframes select__show-placeholder_1agiv {
77
77
  from {
78
78
  opacity: 0;
79
79
  }
@@ -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_8ui7t","button":"select__button_8ui7t","highlighted":"select__highlighted_8ui7t"};
7
+ var styles = {"footer":"select__footer_d8p50","button":"select__button_d8p50","highlighted":"select__highlighted_d8p50"};
8
8
  require('./index.css')
9
9
 
10
10
  var Footer = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: s57cq */
1
+ /* hash: 8sr05 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-primary: #fff;
5
- --color-light-border-primary: #d5d6dc; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
+ --color-light-modal-bg-primary: #fff;
5
+ --color-light-neutral-300: #e7e8eb; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
8
8
  } :root {
@@ -26,17 +26,17 @@
26
26
  /* checkmark */
27
27
 
28
28
  /* optgroup */
29
- } .select__footer_8ui7t {
29
+ } .select__footer_d8p50 {
30
30
  display: flex;
31
31
  box-sizing: border-box;
32
32
  width: 100%;
33
33
  padding: var(--gap-m) var(--gap-m);
34
- background-color: var(--color-light-bg-primary)
35
- } .select__footer_8ui7t .select__button_8ui7t:first-of-type {
34
+ background-color: var(--color-light-modal-bg-primary)
35
+ } .select__footer_d8p50 .select__button_d8p50:first-of-type {
36
36
  margin-right: var(--gap-m);
37
- } .select__button_8ui7t {
37
+ } .select__button_d8p50 {
38
38
  width: 50%;
39
- } .select__highlighted_8ui7t {
40
- border-top: 1px solid var(--color-light-border-primary);
41
- background-color: var(--color-light-bg-primary);
39
+ } .select__highlighted_d8p50 {
40
+ border-top: 1px solid var(--color-light-neutral-300);
41
+ background-color: var(--color-light-modal-bg-primary);
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"optgroup":"select__optgroup_v13ti","label":"select__label_v13ti","l":"select__l_v13ti","xl":"select__xl_v13ti"};
4
+ var styles = {"optgroup":"select__optgroup_yotmz","label":"select__label_yotmz","l":"select__l_yotmz","xl":"select__xl_yotmz"};
5
5
  require('./index.css')
6
6
 
7
7
  var Optgroup = function (_a) {
@@ -1,7 +1,7 @@
1
- /* hash: 1smx8 */
1
+ /* hash: cy9iu */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-primary: #fff;
4
+ --color-light-modal-bg-primary: #fff;
5
5
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
@@ -30,12 +30,12 @@
30
30
  /* optgroup */
31
31
 
32
32
  --select-optgroup-color: var(--color-light-text-secondary);
33
- --select-optgroup-background: var(--color-light-bg-primary);
33
+ --select-optgroup-background: var(--color-light-modal-bg-primary);
34
34
  --select-optgroup-left-padding: var(--gap-s);
35
35
  --select-optgroup-right-padding: var(--gap-s);
36
36
  --select-optgroup-l-left-padding: var(--gap-m);
37
37
  --select-optgroup-l-right-padding: var(--gap-m);
38
- } .select__optgroup_v13ti {
38
+ } .select__optgroup_yotmz {
39
39
  position: relative;
40
40
  display: flex;
41
41
  align-items: center;
@@ -44,9 +44,9 @@
44
44
  box-sizing: border-box;
45
45
  background: var(--select-optgroup-background);
46
46
  min-height: 40px
47
- } .select__optgroup_v13ti + *[role='option']:before {
47
+ } .select__optgroup_yotmz + *[role='option']:before {
48
48
  display: none;
49
- } .select__label_v13ti {
49
+ } .select__label_yotmz {
50
50
  font-size: 12px;
51
51
  line-height: 16px;
52
52
  font-weight: 500;
@@ -55,8 +55,8 @@
55
55
 
56
56
  display: block;
57
57
  color: var(--select-optgroup-color);
58
- } .select__l_v13ti,
59
- .select__xl_v13ti {
58
+ } .select__l_yotmz,
59
+ .select__xl_yotmz {
60
60
  padding-left: var(--select-optgroup-l-left-padding);
61
61
  padding-right: var(--select-optgroup-l-right-padding);
62
62
  }
@@ -8,7 +8,7 @@ import '@alfalab/core-components-checkbox/esm';
8
8
  import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
9
9
  import '@alfalab/icons-glyph/CheckmarkMIcon';
10
10
 
11
- var styles = {"option":"select__option_dn6ff","disabled":"select__disabled_dn6ff","s":"select__s_dn6ff","m":"select__m_dn6ff","l":"select__l_dn6ff","xl":"select__xl_dn6ff","selected":"select__selected_dn6ff","highlighted":"select__highlighted_dn6ff","content":"select__content_dn6ff","textContent":"select__textContent_dn6ff"};
11
+ var styles = {"option":"select__option_9zglx","disabled":"select__disabled_9zglx","s":"select__s_9zglx","m":"select__m_9zglx","l":"select__l_9zglx","xl":"select__xl_9zglx","selected":"select__selected_9zglx","highlighted":"select__highlighted_9zglx","content":"select__content_9zglx","textContent":"select__textContent_9zglx"};
12
12
  require('./index.css')
13
13
 
14
14
  var Option = function (_a) {
@@ -1,12 +1,12 @@
1
- /* hash: tim8j */
1
+ /* hash: 1qpux */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-primary: #fff;
5
- --color-light-bg-secondary: #f2f3f5;
6
- --color-light-bg-tertiary: #e7e8ea;
7
4
  --color-light-border-primary: #d5d6dc;
5
+ --color-light-modal-bg-primary: #fff;
8
6
  --color-light-text-primary: #0e0e0e;
9
- --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
+ --color-light-text-secondary: rgba(4, 4, 19, 0.55);
8
+ --color-light-transparent-default-hover: rgba(38, 55, 88, 0.06);
9
+ --color-light-transparent-default-press: rgba(30, 43, 68, 0.08); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
10
10
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
11
  } :root {
12
12
  } :root {
@@ -39,11 +39,11 @@
39
39
  --select-option-right-padding: var(--gap-s);
40
40
  --select-option-l-left-padding: var(--gap-m);
41
41
  --select-option-l-right-padding: var(--gap-m);
42
- --select-option-background: var(--color-light-bg-primary);
43
- --select-option-selected-background: var(--color-light-bg-primary);
44
- --select-option-hover-background: var(--color-light-bg-secondary);
45
- --select-option-active-background: var(--color-light-bg-tertiary);
46
- --select-option-disabled-background: var(--color-light-bg-primary);
42
+ --select-option-background: var(--color-light-modal-bg-primary);
43
+ --select-option-selected-background: var(--color-light-modal-bg-primary);
44
+ --select-option-hover-background: var(--color-light-transparent-default-hover);
45
+ --select-option-active-background: var(--color-light-transparent-default-press);
46
+ --select-option-disabled-background: var(--color-light-modal-bg-primary);
47
47
  --select-option-color: var(--color-light-text-primary);
48
48
  --select-option-selected-color: var(--color-light-text-primary);
49
49
  --select-option-hover-color: var(--color-light-text-primary);
@@ -53,7 +53,7 @@
53
53
  /* checkmark */
54
54
 
55
55
  /* optgroup */
56
- } .select__option_dn6ff {
56
+ } .select__option_9zglx {
57
57
  font-size: 16px;
58
58
  line-height: 20px;
59
59
  font-weight: 400;
@@ -68,10 +68,10 @@
68
68
  box-sizing: border-box;
69
69
  position: relative;
70
70
  cursor: pointer
71
- } .select__option_dn6ff:not(.select__disabled_dn6ff):active {
71
+ } .select__option_9zglx:not(.select__disabled_9zglx):active {
72
72
  background: var(--select-option-active-background);
73
73
  color: var(--select-option-active-color);
74
- } .select__option_dn6ff:before {
74
+ } .select__option_9zglx:before {
75
75
  content: '';
76
76
  position: absolute;
77
77
  left: var(--select-option-left-padding);
@@ -81,48 +81,42 @@
81
81
  background: var(--select-option-divider-background);
82
82
  display: var(--select-option-divider-display);
83
83
  transition: opacity 0.2s ease;
84
- } .select__option_dn6ff:first-child:before {
84
+ } .select__option_9zglx:first-child:before {
85
85
  display: none;
86
- } .select__s_dn6ff {
86
+ } .select__s_9zglx {
87
87
  min-height: var(--size-s-height);
88
- } .select__m_dn6ff {
88
+ } .select__m_9zglx {
89
89
  min-height: var(--size-m-height);
90
- } .select__l_dn6ff {
90
+ } .select__l_9zglx {
91
91
  min-height: var(--size-l-height);
92
- } .select__xl_dn6ff {
92
+ } .select__xl_9zglx {
93
93
  min-height: var(--size-xl-height);
94
- } .select__l_dn6ff,
95
- .select__xl_dn6ff {
94
+ } .select__l_9zglx,
95
+ .select__xl_9zglx {
96
96
  padding-left: var(--select-option-l-left-padding);
97
97
  padding-right: var(--select-option-l-right-padding)
98
- } .select__l_dn6ff:before, .select__xl_dn6ff:before {
98
+ } .select__l_9zglx:before, .select__xl_9zglx:before {
99
99
  left: var(--select-option-l-left-padding);
100
100
  right: var(--select-option-l-right-padding);
101
- } .select__selected_dn6ff {
101
+ } .select__selected_9zglx {
102
102
  background: var(--select-option-selected-background);
103
103
  color: var(--select-option-selected-color);
104
104
  cursor: default;
105
- } .select__highlighted_dn6ff {
105
+ } .select__highlighted_9zglx {
106
106
  background: var(--select-option-hover-background);
107
107
  color: var(--select-option-hover-color)
108
- } .select__highlighted_dn6ff:before,
109
- .select__highlighted_dn6ff + .select__option_dn6ff:before {
108
+ } .select__highlighted_9zglx:before,
109
+ .select__highlighted_9zglx + .select__option_9zglx:before {
110
110
  opacity: 0;
111
- } .select__disabled_dn6ff {
111
+ } .select__disabled_9zglx {
112
112
  cursor: var(--disabled-cursor);
113
113
  background: var(--select-option-disabled-background);
114
114
  color: var(--select-option-disabled-color);
115
- } .select__content_dn6ff {
115
+ } .select__content_9zglx {
116
116
  overflow: hidden;
117
117
  flex: 1;
118
118
  text-overflow: ellipsis;
119
- } .select__textContent_dn6ff {
119
+ } .select__textContent_9zglx {
120
120
  padding-top: var(--gap-s);
121
121
  padding-bottom: var(--gap-s);
122
- } /* IE min-height fix */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
123
- .select__option_dn6ff:after {
124
- min-height: inherit;
125
- font-size: 0;
126
- content: '';
127
- }
128
122
  }
@@ -9,7 +9,7 @@ import { DEFAULT_VISIBLE_OPTIONS } from '../../consts.js';
9
9
  import { useVisibleOptions, isGroup } from '../../utils.js';
10
10
  import { Optgroup } from '../optgroup/Component.js';
11
11
 
12
- var styles = {"optionsList":"select__optionsList_z0y1u","optionsListHeader":"select__optionsListHeader_z0y1u","optionsListFooter":"select__optionsListFooter_z0y1u","withBorder":"select__withBorder_z0y1u","scrollable":"select__scrollable_z0y1u","emptyPlaceholder":"select__emptyPlaceholder_z0y1u","l":"select__l_z0y1u","xl":"select__xl_z0y1u"};
12
+ var styles = {"optionsList":"select__optionsList_vd88c","optionsListHeader":"select__optionsListHeader_vd88c","optionsListFooter":"select__optionsListFooter_vd88c","withBorder":"select__withBorder_vd88c","scrollable":"select__scrollable_vd88c","emptyPlaceholder":"select__emptyPlaceholder_vd88c","l":"select__l_vd88c","xl":"select__xl_vd88c"};
13
13
  require('./index.css')
14
14
 
15
15
  var createCounter = function () {
@@ -1,7 +1,7 @@
1
- /* hash: 1icek */
1
+ /* hash: yzy82 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-border-secondary: #e7e8ec;
4
+ --color-light-neutral-300: #e7e8eb;
5
5
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
6
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root {
@@ -29,28 +29,28 @@
29
29
  /* checkmark */
30
30
 
31
31
  /* optgroup */
32
- } .select__optionsList_z0y1u {
32
+ } .select__optionsList_vd88c {
33
33
  width: 100%;
34
34
  outline: none;
35
35
  box-sizing: border-box;
36
36
  position: relative;
37
- } .select__optionsListHeader_z0y1u {
37
+ } .select__optionsListHeader_vd88c {
38
38
  box-sizing: border-box;
39
- border-bottom: 1px solid var(--color-light-border-secondary);
40
- } .select__optionsListFooter_z0y1u {
39
+ border-bottom: 1px solid var(--color-light-neutral-300);
40
+ } .select__optionsListFooter_vd88c {
41
41
  position: sticky;
42
42
  bottom: 0;
43
43
  box-sizing: border-box;
44
44
  border-top: 1px solid transparent
45
- } .select__optionsListFooter_z0y1u.select__withBorder_z0y1u {
46
- border-top: 1px solid var(--color-light-border-secondary);
47
- } .select__scrollable_z0y1u {
45
+ } .select__optionsListFooter_vd88c.select__withBorder_vd88c {
46
+ border-top: 1px solid var(--color-light-neutral-300);
47
+ } .select__scrollable_vd88c {
48
48
  overflow: auto;
49
49
  width: 100%;
50
- } .select__emptyPlaceholder_z0y1u {
50
+ } .select__emptyPlaceholder_vd88c {
51
51
  padding: var(--gap-m) var(--gap-s);
52
52
  color: var(--select-options-list-empty-placeholder-color);
53
- } .select__l_z0y1u .select__emptyPlaceholder_z0y1u,
54
- .select__xl_z0y1u .select__emptyPlaceholder_z0y1u {
53
+ } .select__l_vd88c .select__emptyPlaceholder_vd88c,
54
+ .select__xl_vd88c .select__emptyPlaceholder_vd88c {
55
55
  padding: var(--gap-xl) var(--gap-m);
56
56
  }
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { Input } from '@alfalab/core-components-input/esm';
5
5
  import { MagnifierMIcon } from '@alfalab/icons-glyph/MagnifierMIcon';
6
6
 
7
- var styles = {"component":"select__component_6txhw"};
7
+ var styles = {"component":"select__component_ijrye"};
8
8
  require('./index.css')
9
9
 
10
10
  var Search = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: a0rmf */
1
+ /* hash: 1yalo */
2
2
  :root {
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 */
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 */
@@ -23,6 +23,6 @@
23
23
  /* checkmark */
24
24
 
25
25
  /* optgroup */
26
- } .select__component_6txhw {
26
+ } .select__component_ijrye {
27
27
  width: auto;
28
28
  }
@@ -10,7 +10,7 @@ import { DEFAULT_VISIBLE_OPTIONS } from '../../consts.js';
10
10
  import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
11
11
  import { Optgroup } from '../optgroup/Component.js';
12
12
 
13
- var styles = {"virtualOptionsList":"select__virtualOptionsList_1umhn","virtualOptionsListHeader":"select__virtualOptionsListHeader_1umhn","virtualOptionsListFooter":"select__virtualOptionsListFooter_1umhn","withBorder":"select__withBorder_1umhn","scrollable":"select__scrollable_1umhn","inner":"select__inner_1umhn","virtualRow":"select__virtualRow_1umhn","highlighted":"select__highlighted_1umhn","emptyPlaceholder":"select__emptyPlaceholder_1umhn","l":"select__l_1umhn","xl":"select__xl_1umhn"};
13
+ var styles = {"virtualOptionsList":"select__virtualOptionsList_1auqf","virtualOptionsListHeader":"select__virtualOptionsListHeader_1auqf","virtualOptionsListFooter":"select__virtualOptionsListFooter_1auqf","withBorder":"select__withBorder_1auqf","scrollable":"select__scrollable_1auqf","inner":"select__inner_1auqf","virtualRow":"select__virtualRow_1auqf","highlighted":"select__highlighted_1auqf","emptyPlaceholder":"select__emptyPlaceholder_1auqf","l":"select__l_1auqf","xl":"select__xl_1auqf"};
14
14
  require('./index.css')
15
15
 
16
16
  var VirtualOptionsList = forwardRef(function (_a, ref) {
@@ -1,8 +1,8 @@
1
- /* hash: 18hk9 */
1
+ /* hash: 5rv7x */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-primary: #d5d6dc;
5
- --color-light-border-secondary: #e7e8ec;
5
+ --color-light-neutral-300: #e7e8eb;
6
6
  --color-light-text-secondary: rgba(4, 4, 19, 0.55); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
7
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
8
  } :root {
@@ -35,34 +35,34 @@
35
35
  /* checkmark */
36
36
 
37
37
  /* optgroup */
38
- } .select__virtualOptionsList_1umhn {
38
+ } .select__virtualOptionsList_1auqf {
39
39
  width: 100%;
40
40
  outline: none;
41
41
  box-sizing: border-box;
42
42
  position: sticky;
43
- } .select__virtualOptionsListHeader_1umhn {
43
+ } .select__virtualOptionsListHeader_1auqf {
44
44
  box-sizing: border-box;
45
- border-bottom: 1px solid var(--color-light-border-secondary);
46
- } .select__virtualOptionsListFooter_1umhn {
45
+ border-bottom: 1px solid var(--color-light-neutral-300);
46
+ } .select__virtualOptionsListFooter_1auqf {
47
47
  position: sticky;
48
48
  bottom: 0;
49
49
  box-sizing: border-box;
50
50
  border-top: 1px solid transparent
51
- } .select__virtualOptionsListFooter_1umhn.select__withBorder_1umhn {
52
- border-top: 1px solid var(--color-light-border-secondary);
53
- } .select__scrollable_1umhn {
51
+ } .select__virtualOptionsListFooter_1auqf.select__withBorder_1auqf {
52
+ border-top: 1px solid var(--color-light-neutral-300);
53
+ } .select__scrollable_1auqf {
54
54
  position: relative;
55
55
  overflow: auto;
56
56
  width: 100%;
57
- } .select__inner_1umhn {
57
+ } .select__inner_1auqf {
58
58
  position: relative;
59
59
  width: 100%;
60
- } .select__virtualRow_1umhn {
60
+ } .select__virtualRow_1auqf {
61
61
  position: absolute;
62
62
  top: 0;
63
63
  left: 0;
64
64
  width: 100%
65
- } .select__virtualRow_1umhn:before {
65
+ } .select__virtualRow_1auqf:before {
66
66
  content: '';
67
67
  position: absolute;
68
68
  z-index: 1;
@@ -72,15 +72,15 @@
72
72
  height: 1px;
73
73
  background: var(--select-option-divider-background);
74
74
  display: var(--select-option-divider-display);
75
- } .select__virtualRow_1umhn:first-child:before {
75
+ } .select__virtualRow_1auqf:first-child:before {
76
76
  display: none;
77
- } .select__highlighted_1umhn:before,
78
- .select__highlighted_1umhn + .select__virtualRow_1umhn:before {
77
+ } .select__highlighted_1auqf:before,
78
+ .select__highlighted_1auqf + .select__virtualRow_1auqf:before {
79
79
  display: none;
80
- } .select__emptyPlaceholder_1umhn {
80
+ } .select__emptyPlaceholder_1auqf {
81
81
  padding: var(--gap-m) var(--gap-s);
82
82
  color: var(--select-options-list-empty-placeholder-color);
83
- } .select__l_1umhn .select__emptyPlaceholder_1umhn,
84
- .select__xl_1umhn .select__emptyPlaceholder_1umhn {
83
+ } .select__l_1auqf .select__emptyPlaceholder_1auqf,
84
+ .select__xl_1auqf .select__emptyPlaceholder_1auqf {
85
85
  padding: var(--gap-xl) var(--gap-m);
86
86
  }
package/esm/index.js CHANGED
@@ -41,7 +41,7 @@ import '@alfalab/core-components-base-modal/esm';
41
41
  import '@alfalab/core-components-button/esm/mobile';
42
42
  import './components/virtual-options-list/Component.js';
43
43
  import 'react-virtual';
44
- import './hook-a287da6c.js';
44
+ import './hook-a2365c8a.js';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
46
46
  import '@alfalab/core-components-button/esm/desktop';
47
47
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -12,7 +12,7 @@ import { Option } from '../components/option/Component.js';
12
12
  import { OptionsList } from '../components/options-list/Component.js';
13
13
  import { Search } from '../components/search/Component.js';
14
14
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
15
- import { u as useSelectWithApply } from '../hook-a287da6c.js';
15
+ import { u as useSelectWithApply } from '../hook-a2365c8a.js';
16
16
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
17
17
  import 'classnames';
18
18
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -37,7 +37,7 @@ import '@alfalab/core-components-input/esm';
37
37
  import '@alfalab/icons-glyph/MagnifierMIcon';
38
38
  import '../components/virtual-options-list/Component.js';
39
39
  import 'react-virtual';
40
- import '../hook-a287da6c.js';
40
+ import '../hook-a2365c8a.js';
41
41
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
42
42
  import '@alfalab/core-components-button/esm/desktop';
43
43
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -38,7 +38,7 @@ import '@alfalab/core-components-input/esm';
38
38
  import '@alfalab/icons-glyph/MagnifierMIcon';
39
39
  import '../components/virtual-options-list/Component.js';
40
40
  import 'react-virtual';
41
- import '../hook-a287da6c.js';
41
+ import '../hook-a2365c8a.js';
42
42
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
43
43
  import '@alfalab/core-components-button/esm/desktop';
44
44
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-a287da6c.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-a2365c8a.js';
4
4
  import 'tslib';
5
5
  import 'react';
6
6
  import '@alfalab/core-components-skeleton/esm';
@@ -1,7 +1,7 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
3
  import '../../utils.js';
4
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-a287da6c.js';
4
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-a2365c8a.js';
5
5
  import '../../components/options-list/Component.js';
6
6
  import 'react-merge-refs';
7
7
  import 'classnames';
@@ -2,7 +2,7 @@ import 'tslib';
2
2
  import 'react';
3
3
  import '../../../components/options-list/Component.js';
4
4
  import '../../../consts.js';
5
- export { O as OptionsListWithApply } from '../../../hook-a287da6c.js';
5
+ export { O as OptionsListWithApply } from '../../../hook-a2365c8a.js';
6
6
  import './footer/Component.js';
7
7
  import './header/Component.js';
8
8
  import 'react-merge-refs';
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ButtonDesktop } from '@alfalab/core-components-button/esm/desktop';
3
3
 
4
- var styles = {"footer":"select__footer_oq3je"};
4
+ var styles = {"footer":"select__footer_4ycc8"};
5
5
  require('./index.css')
6
6
 
7
7
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 2l65x */
1
+ /* hash: ywl69 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -17,10 +17,10 @@
17
17
  --gap-s: 12px;
18
18
  } :root {
19
19
  } :root {
20
- } .select__footer_oq3je {
20
+ } .select__footer_4ycc8 {
21
21
  background-color: var(--color-light-bg-primary);
22
22
  padding: var(--gap-s);
23
23
  outline: none
24
- } .select__footer_oq3je > * + * {
24
+ } .select__footer_4ycc8 > * + * {
25
25
  margin-left: var(--gap-xs);
26
26
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Checkbox } from '@alfalab/core-components-checkbox/esm';
4
4
 
5
- var styles = {"desktop":"select__desktop_2zk8m","mobile":"select__mobile_2zk8m"};
5
+ var styles = {"desktop":"select__desktop_1qatu","mobile":"select__mobile_1qatu"};
6
6
  require('./index.css')
7
7
 
8
8
  var Header = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: kwy91 */
1
+ /* hash: d6t9d */
2
2
  :root {
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 */
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 */
@@ -16,8 +16,8 @@
16
16
  --gap-s: 12px;
17
17
  } :root {
18
18
  } :root {
19
- } .select__desktop_2zk8m {
19
+ } .select__desktop_1qatu {
20
20
  padding: var(--gap-s);
21
- } .select__mobile_2zk8m {
21
+ } .select__mobile_1qatu {
22
22
  padding: var(--gap-s) var(--gap-xs);
23
23
  }
@@ -1 +1 @@
1
- export * from "../../../hook-a287da6c";
1
+ export * from "../../../hook-a2365c8a";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-a287da6c.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-a2365c8a.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../../../utils.js';