@alfalab/core-components-select 17.3.0 → 17.3.1

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 (131) hide show
  1. package/components/arrow/Component.js +1 -1
  2. package/components/arrow/index.css +3 -3
  3. package/components/base-checkmark/Component.js +1 -1
  4. package/components/base-checkmark/index.css +4 -4
  5. package/components/base-option/Component.js +1 -1
  6. package/components/base-option/index.css +13 -13
  7. package/components/base-select/Component.js +2 -2
  8. package/components/base-select/index.css +11 -11
  9. package/components/base-select/mobile.css +12 -12
  10. package/components/checkmark/Component.js +1 -1
  11. package/components/checkmark/index.css +10 -10
  12. package/components/checkmark-mobile/Component.js +1 -1
  13. package/components/checkmark-mobile/index.css +6 -6
  14. package/components/field/Component.js +1 -1
  15. package/components/field/index.css +12 -12
  16. package/components/footer/Component.js +1 -1
  17. package/components/footer/index.css +5 -5
  18. package/components/optgroup/Component.js +1 -1
  19. package/components/optgroup/index.css +6 -6
  20. package/components/option/Component.js +1 -1
  21. package/components/option/index.css +19 -19
  22. package/components/options-list/Component.js +1 -1
  23. package/components/options-list/index.css +9 -9
  24. package/components/search/Component.js +1 -1
  25. package/components/search/index.css +2 -2
  26. package/components/virtual-options-list/Component.js +1 -1
  27. package/components/virtual-options-list/index.css +15 -15
  28. package/cssm/components/base-option/index.module.css +2 -2
  29. package/cssm/components/base-select/mobile.module.css +2 -2
  30. package/esm/components/arrow/Component.js +1 -1
  31. package/esm/components/arrow/index.css +3 -3
  32. package/esm/components/base-checkmark/Component.js +1 -1
  33. package/esm/components/base-checkmark/index.css +4 -4
  34. package/esm/components/base-option/Component.js +1 -1
  35. package/esm/components/base-option/index.css +13 -13
  36. package/esm/components/base-select/Component.js +2 -2
  37. package/esm/components/base-select/index.css +11 -11
  38. package/esm/components/base-select/mobile.css +12 -12
  39. package/esm/components/checkmark/Component.js +1 -1
  40. package/esm/components/checkmark/index.css +10 -10
  41. package/esm/components/checkmark-mobile/Component.js +1 -1
  42. package/esm/components/checkmark-mobile/index.css +6 -6
  43. package/esm/components/field/Component.js +1 -1
  44. package/esm/components/field/index.css +12 -12
  45. package/esm/components/footer/Component.js +1 -1
  46. package/esm/components/footer/index.css +5 -5
  47. package/esm/components/optgroup/Component.js +1 -1
  48. package/esm/components/optgroup/index.css +6 -6
  49. package/esm/components/option/Component.js +1 -1
  50. package/esm/components/option/index.css +19 -19
  51. package/esm/components/options-list/Component.js +1 -1
  52. package/esm/components/options-list/index.css +9 -9
  53. package/esm/components/search/Component.js +1 -1
  54. package/esm/components/search/index.css +2 -2
  55. package/esm/components/virtual-options-list/Component.js +1 -1
  56. package/esm/components/virtual-options-list/index.css +15 -15
  57. package/esm/mobile/Component.mobile.js +1 -1
  58. package/esm/presets/index.js +1 -1
  59. package/esm/presets/useSelectWithApply/hook.js +1 -1
  60. package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  61. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  62. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  63. package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  64. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  65. package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  66. package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  67. package/esm/presets/useSelectWithLoading/hook.js +1 -1
  68. package/esm/presets/useSelectWithLoading/index.css +2 -2
  69. package/esm/shared/index.js +1 -1
  70. package/mobile/Component.mobile.js +1 -1
  71. package/modern/components/arrow/Component.js +1 -1
  72. package/modern/components/arrow/index.css +3 -3
  73. package/modern/components/base-checkmark/Component.js +1 -1
  74. package/modern/components/base-checkmark/index.css +4 -4
  75. package/modern/components/base-option/Component.js +1 -1
  76. package/modern/components/base-option/index.css +13 -13
  77. package/modern/components/base-select/Component.js +2 -2
  78. package/modern/components/base-select/index.css +11 -11
  79. package/modern/components/base-select/mobile.css +12 -12
  80. package/modern/components/checkmark/Component.js +1 -1
  81. package/modern/components/checkmark/index.css +10 -10
  82. package/modern/components/checkmark-mobile/Component.js +1 -1
  83. package/modern/components/checkmark-mobile/index.css +6 -6
  84. package/modern/components/field/Component.js +1 -1
  85. package/modern/components/field/index.css +12 -12
  86. package/modern/components/footer/Component.js +1 -1
  87. package/modern/components/footer/index.css +5 -5
  88. package/modern/components/optgroup/Component.js +1 -1
  89. package/modern/components/optgroup/index.css +6 -6
  90. package/modern/components/option/Component.js +1 -1
  91. package/modern/components/option/index.css +19 -19
  92. package/modern/components/options-list/Component.js +1 -1
  93. package/modern/components/options-list/index.css +9 -9
  94. package/modern/components/search/Component.js +1 -1
  95. package/modern/components/search/index.css +2 -2
  96. package/modern/components/virtual-options-list/Component.js +1 -1
  97. package/modern/components/virtual-options-list/index.css +15 -15
  98. package/modern/mobile/Component.mobile.js +1 -1
  99. package/modern/presets/index.js +1 -1
  100. package/modern/presets/useSelectWithApply/hook.js +1 -1
  101. package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  102. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  103. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  104. package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  105. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  106. package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  107. package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  108. package/modern/presets/useSelectWithLoading/hook.js +1 -1
  109. package/modern/presets/useSelectWithLoading/index.css +2 -2
  110. package/modern/shared/index.js +1 -1
  111. package/package.json +1 -1
  112. package/presets/index.js +1 -1
  113. package/presets/useSelectWithApply/hook.js +1 -1
  114. package/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  115. package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  116. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  117. package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  118. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  119. package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  120. package/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  121. package/presets/useSelectWithLoading/hook.js +1 -1
  122. package/presets/useSelectWithLoading/index.css +2 -2
  123. package/shared/index.js +1 -1
  124. package/src/components/base-option/index.module.css +1 -1
  125. package/src/components/base-select/mobile.module.css +1 -1
  126. /package/esm/{hook-e8eb700a.d.ts → hook-dba83575.d.ts} +0 -0
  127. /package/esm/{hook-e8eb700a.js → hook-dba83575.js} +0 -0
  128. /package/{hook-6aa923ff.d.ts → hook-7575b61c.d.ts} +0 -0
  129. /package/{hook-6aa923ff.js → hook-7575b61c.js} +0 -0
  130. /package/modern/{hook-a738ac9d.d.ts → hook-b65cd01d.d.ts} +0 -0
  131. /package/modern/{hook-a738ac9d.js → hook-b65cd01d.js} +0 -0
@@ -1,4 +1,4 @@
1
- /* hash: 1m5co */
1
+ /* hash: 6vztc */
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 */
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_1g9s3 {
19
+ } .select__desktop_6olt8 {
20
20
  padding: var(--gap-s);
21
- } .select__mobile_1g9s3 {
21
+ } .select__mobile_6olt8 {
22
22
  padding: var(--gap-s) var(--gap-xs);
23
23
  }
@@ -1 +1 @@
1
- export * from "../../../hook-e8eb700a";
1
+ export * from "../../../hook-dba83575";
@@ -1 +1 @@
1
- export { O as OptionsListWithApply } from '../../../hook-e8eb700a.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-dba83575.js';
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import { Skeleton } from '@alfalab/core-components-skeleton/esm';
4
4
  import { Option } from '../../components/option/Component.js';
5
5
 
6
- var styles = {"skeleton":"select__skeleton_y8y4e"};
6
+ var styles = {"skeleton":"select__skeleton_hgofm"};
7
7
  require('./index.css')
8
8
 
9
9
  function useSelectWithLoading(_a) {
@@ -1,5 +1,5 @@
1
- /* hash: 6xg3z */
2
- .select__skeleton_y8y4e {
1
+ /* hash: 16t8o */
2
+ .select__skeleton_hgofm {
3
3
  position: absolute;
4
4
  top: 50%;
5
5
  transform: translateY(-50%);
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-e8eb700a.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-dba83575.js';
4
4
  export { defaultAccessor, defaultFilterFn, getSelectTestIds, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -16,7 +16,7 @@ var components_option_Component = require('../components/option/Component.js');
16
16
  var components_optionsList_Component = require('../components/options-list/Component.js');
17
17
  var components_search_Component = require('../components/search/Component.js');
18
18
  var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
19
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-6aa923ff.js');
19
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-7575b61c.js');
20
20
  var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
21
21
 
22
22
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
4
4
 
5
- const styles = {"arrow":"select__arrow_1on7d","open":"select__open_1on7d"};
5
+ const styles = {"arrow":"select__arrow_1b8r7","open":"select__open_1b8r7"};
6
6
  require('./index.css')
7
7
 
8
8
  const Arrow = ({ open, className }) => (React.createElement(ChevronDownMIcon, { className: cn(styles.arrow, className, { [styles.open]: open }) }));
@@ -1,4 +1,4 @@
1
- /* hash: 1appp */
1
+ /* hash: 116ia */
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-700: rgba(4, 4, 21, 0.47); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -26,13 +26,13 @@
26
26
  /* checkmark */
27
27
 
28
28
  /* optgroup */
29
- } .select__arrow_1on7d {
29
+ } .select__arrow_1b8r7 {
30
30
  display: block;
31
31
  width: 24px;
32
32
  height: 24px;
33
33
  color: var(--select-arrow-color);
34
34
 
35
35
  transition: transform 0.15s ease-in-out, opacity 0.2s ease;
36
- } .select__open_1on7d {
36
+ } .select__open_1b8r7 {
37
37
  transform: var(--arrow-transform);
38
38
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { Checkbox } from '@alfalab/core-components-checkbox/modern';
4
4
  import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
5
5
 
6
- const styles = {"checkmark":"select__checkmark_1lqnh","single":"select__single_1lqnh","selected":"select__selected_1lqnh"};
6
+ const styles = {"checkmark":"select__checkmark_1iu08","single":"select__single_1iu08","selected":"select__selected_1iu08"};
7
7
  require('./index.css')
8
8
 
9
9
  const BaseCheckmark = ({ selected, disabled = false, className, multiple, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 7oo6u */
1
+ /* hash: 17kgr */
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 */
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,14 +23,14 @@
23
23
  /* checkmark */
24
24
 
25
25
  /* optgroup */
26
- } .select__checkmark_1lqnh {
26
+ } .select__checkmark_1iu08 {
27
27
  flex-shrink: 0;
28
28
  box-sizing: border-box;
29
- } .select__single_1lqnh {
29
+ } .select__single_1iu08 {
30
30
  display: flex;
31
31
  align-items: center;
32
32
  justify-content: center;
33
33
  opacity: 0
34
- } .select__single_1lqnh.select__selected_1lqnh {
34
+ } .select__single_1iu08.select__selected_1iu08 {
35
35
  opacity: 1;
36
36
  }
@@ -2,7 +2,7 @@ import React, { isValidElement } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { BaseCheckmark } from '../base-checkmark/Component.js';
4
4
 
5
- const styles = {"option":"select__option_13bmv","disabled":"select__disabled_13bmv","checkmarkBefore":"select__checkmarkBefore_13bmv","mobile":"select__mobile_13bmv","checkmarkAfter":"select__checkmarkAfter_13bmv","textContent":"select__textContent_13bmv","selected":"select__selected_13bmv","highlighted":"select__highlighted_13bmv","content":"select__content_13bmv"};
5
+ const styles = {"option":"select__option_dbs86","disabled":"select__disabled_dbs86","checkmarkBefore":"select__checkmarkBefore_dbs86","mobile":"select__mobile_dbs86","checkmarkAfter":"select__checkmarkAfter_dbs86","textContent":"select__textContent_dbs86","selected":"select__selected_dbs86","highlighted":"select__highlighted_dbs86","content":"select__content_dbs86"};
6
6
  require('./index.css')
7
7
 
8
8
  const BaseOption = ({ className, option, children, selected, highlighted, disabled, multiple, Checkmark = BaseCheckmark, checkmarkPosition = multiple ? 'before' : 'after', innerProps, dataTestId, mobile = false, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: njoj2 */
1
+ /* hash: 17bfq */
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;
@@ -43,7 +43,7 @@
43
43
  /* checkmark */
44
44
 
45
45
  /* optgroup */
46
- } .select__option_13bmv {
46
+ } .select__option_dbs86 {
47
47
  font-size: 16px;
48
48
  line-height: 20px;
49
49
  font-weight: 400;
@@ -60,32 +60,32 @@
60
60
  position: relative;
61
61
  cursor: pointer;
62
62
  min-height: var(--size-s-height)
63
- } .select__option_13bmv:not(.select__disabled_13bmv):active {
63
+ } .select__option_dbs86:not(.select__disabled_dbs86):active {
64
64
  background: var(--select-option-active-background);
65
65
  color: var(--select-option-active-color);
66
- } .select__option_13bmv.select__checkmarkBefore_13bmv {
66
+ } .select__option_dbs86.select__checkmarkBefore_dbs86 {
67
67
  padding: 0 0 0 var(--gap-s)
68
- } .select__option_13bmv.select__checkmarkBefore_13bmv.select__mobile_13bmv {
68
+ } .select__option_dbs86.select__checkmarkBefore_dbs86.select__mobile_dbs86 {
69
69
  padding-left: var(--gap-m);
70
- } .select__option_13bmv.select__checkmarkAfter_13bmv {
70
+ } .select__option_dbs86.select__checkmarkAfter_dbs86.select__checkmarkAfter_dbs86 {
71
71
  padding: 0 var(--gap-s) 0 0
72
- } .select__option_13bmv.select__checkmarkAfter_13bmv.select__mobile_13bmv {
72
+ } .select__option_dbs86.select__checkmarkAfter_dbs86.select__checkmarkAfter_dbs86.select__mobile_dbs86 {
73
73
  padding-right: var(--gap-l);
74
- } .select__option_13bmv.select__textContent_13bmv {
74
+ } .select__option_dbs86.select__textContent_dbs86 {
75
75
  padding: var(--gap-s)
76
- } .select__option_13bmv.select__textContent_13bmv.select__mobile_13bmv {
76
+ } .select__option_dbs86.select__textContent_dbs86.select__mobile_dbs86 {
77
77
  padding: var(--gap-m) var(--gap-l) var(--gap-m) var(--gap-m);
78
- } .select__selected_13bmv {
78
+ } .select__selected_dbs86 {
79
79
  background: var(--select-option-selected-background);
80
80
  color: var(--select-option-selected-color);
81
81
  cursor: default;
82
- } .select__highlighted_13bmv {
82
+ } .select__highlighted_dbs86 {
83
83
  background: var(--select-option-hover-background);
84
84
  color: var(--select-option-hover-color);
85
- } .select__disabled_13bmv {
85
+ } .select__disabled_dbs86 {
86
86
  cursor: var(--disabled-cursor);
87
87
  background: var(--select-option-disabled-background);
88
88
  color: var(--select-option-disabled-color);
89
- } .select__content_13bmv {
89
+ } .select__content_dbs86 {
90
90
  flex: 1;
91
91
  }
@@ -9,10 +9,10 @@ import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
9
9
  import { defaultAccessor, defaultFilterFn, processOptions } from '../../utils.js';
10
10
  import { NativeSelect } from '../native-select/Component.js';
11
11
 
12
- const styles = {"component":"select__component_1hdfx","popoverInner":"select__popoverInner_1hdfx","optionsListWrapper":"select__optionsListWrapper_1hdfx","optionsListBorder":"select__optionsListBorder_1hdfx","nativeSelect":"select__nativeSelect_1hdfx","block":"select__block_1hdfx","emptySearchPlaceholder":"select__emptySearchPlaceholder_1hdfx","search":"select__search_1hdfx"};
12
+ const styles = {"component":"select__component_1elwq","popoverInner":"select__popoverInner_1elwq","optionsListWrapper":"select__optionsListWrapper_1elwq","optionsListBorder":"select__optionsListBorder_1elwq","nativeSelect":"select__nativeSelect_1elwq","block":"select__block_1elwq","emptySearchPlaceholder":"select__emptySearchPlaceholder_1elwq","search":"select__search_1elwq"};
13
13
  require('./index.css')
14
14
 
15
- const mobileStyles = {"sheet":"select__sheet_jo8og","sheetContent":"select__sheetContent_jo8og","modalContent":"select__modalContent_jo8og","sheetContainer":"select__sheetContainer_jo8og","optionsListWrapper":"select__optionsListWrapper_jo8og","optionsList":"select__optionsList_jo8og","scrollbar":"select__scrollbar_jo8og","search":"select__search_jo8og","option":"select__option_jo8og","optionGroup":"select__optionGroup_jo8og"};
15
+ const mobileStyles = {"sheet":"select__sheet_p6c6q","sheetContent":"select__sheetContent_p6c6q","modalContent":"select__modalContent_p6c6q","sheetContainer":"select__sheetContainer_p6c6q","optionsListWrapper":"select__optionsListWrapper_p6c6q","optionsList":"select__optionsList_p6c6q","scrollbar":"select__scrollbar_p6c6q","search":"select__search_p6c6q","option":"select__option_p6c6q","optionGroup":"select__optionGroup_p6c6q"};
16
16
  require('./mobile.css')
17
17
 
18
18
  /* eslint-disable no-nested-ternary */
@@ -1,4 +1,4 @@
1
- /* hash: 1no3p */
1
+ /* hash: nsb4w */
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;
@@ -37,21 +37,21 @@
37
37
  /* checkmark */
38
38
 
39
39
  /* optgroup */
40
- } .select__component_1hdfx {
40
+ } .select__component_1elwq {
41
41
  width: max-content;
42
42
  position: relative;
43
43
  outline: 0;
44
44
  max-width: 100%;
45
- } .select__popoverInner_1hdfx {
45
+ } .select__popoverInner_1elwq {
46
46
  padding-top: var(--select-options-list-offset);
47
47
  padding-bottom: var(--select-options-list-offset);
48
48
  background: transparent;
49
49
  border-radius: 0;
50
50
  position: relative;
51
- } .select__popoverInner_1hdfx.select__popoverInner_1hdfx {
51
+ } .select__popoverInner_1elwq.select__popoverInner_1elwq {
52
52
  box-shadow: none;
53
53
  border: none;
54
- } .select__optionsListWrapper_1hdfx {
54
+ } .select__optionsListWrapper_1elwq {
55
55
  position: relative;
56
56
  padding-top: var(--select-options-list-top-padding);
57
57
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -60,7 +60,7 @@
60
60
  background: var(--select-option-background);
61
61
  overflow: hidden;
62
62
  will-change: transform;
63
- } .select__optionsListBorder_1hdfx {
63
+ } .select__optionsListBorder_1elwq {
64
64
  position: absolute;
65
65
  top: 0;
66
66
  right: 0;
@@ -69,7 +69,7 @@
69
69
  box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);
70
70
  border-radius: inherit;
71
71
  pointer-events: none;
72
- } .select__nativeSelect_1hdfx {
72
+ } .select__nativeSelect_1elwq {
73
73
  opacity: 0;
74
74
  overflow: hidden;
75
75
  position: absolute;
@@ -82,12 +82,12 @@
82
82
  height: 100%;
83
83
  cursor: pointer;
84
84
  z-index: 1;
85
- } .select__block_1hdfx {
85
+ } .select__block_1elwq {
86
86
  width: 100%;
87
- } .select__emptySearchPlaceholder_1hdfx {
87
+ } .select__emptySearchPlaceholder_1elwq {
88
88
  text-align: center;
89
- } .select__search_1hdfx {
89
+ } .select__search_1elwq {
90
90
  margin: var(--gap-s) var(--gap-s) 0
91
- } .select__search_1hdfx:last-child {
91
+ } .select__search_1elwq:last-child {
92
92
  margin-bottom: var(--gap-s);
93
93
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1hsf5 */
1
+ /* hash: y0nyt */
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 */
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 */
@@ -27,30 +27,30 @@
27
27
  /* checkmark */
28
28
 
29
29
  /* optgroup */
30
- } .select__sheet_jo8og {
30
+ } .select__sheet_p6c6q {
31
31
  overflow: hidden;
32
- } .select__sheetContent_jo8og {
32
+ } .select__sheetContent_p6c6q {
33
33
  padding: 0
34
- } .select__sheetContent_jo8og .select__modalContent_jo8og {
34
+ } .select__sheetContent_p6c6q .select__modalContent_p6c6q {
35
35
  padding: 0;
36
36
  display: flex;
37
37
  flex-direction: column;
38
- } .select__sheetContainer_jo8og {
38
+ } .select__sheetContainer_p6c6q {
39
39
  padding: 0;
40
- } .select__optionsListWrapper_jo8og {
40
+ } .select__optionsListWrapper_p6c6q {
41
41
  flex: 1;
42
- } .select__optionsList_jo8og {
42
+ } .select__optionsList_p6c6q {
43
43
  height: 100%;
44
44
  display: flex;
45
45
  flex-direction: column;
46
- } .select__scrollbar_jo8og {
46
+ } .select__scrollbar_p6c6q {
47
47
  flex: 1;
48
- } .select__search_jo8og {
48
+ } .select__search_p6c6q {
49
49
  padding: var(--gap-xs);
50
- } .select__option_jo8og {
50
+ } .select__option_p6c6q.select__option_p6c6q {
51
51
  padding: var(--gap-2xs) var(--gap-l) var(--gap-2xs) var(--gap-m)
52
- } .select__option_jo8og:before {
52
+ } .select__option_p6c6q.select__option_p6c6q:before {
53
53
  display: none;
54
- } .select__optionGroup_jo8og {
54
+ } .select__optionGroup_p6c6q {
55
55
  padding: var(--gap-m) var(--gap-m) var(--gap-xs);
56
56
  }
@@ -5,7 +5,7 @@ import { Checkbox } from '@alfalab/core-components-checkbox/modern';
5
5
  import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
6
6
  import CheckmarkMIcon from '@alfalab/icons-glyph/CheckmarkMIcon';
7
7
 
8
- const styles = {"checkmark":"select__checkmark_u7j1e","after":"select__after_u7j1e","single":"select__single_u7j1e","selected":"select__selected_u7j1e","before":"select__before_u7j1e","multiple":"select__multiple_u7j1e","colorIcon":"select__colorIcon_u7j1e"};
8
+ const styles = {"checkmark":"select__checkmark_19vgx","after":"select__after_19vgx","single":"select__single_19vgx","selected":"select__selected_19vgx","before":"select__before_19vgx","multiple":"select__multiple_19vgx","colorIcon":"select__colorIcon_19vgx"};
9
9
  require('./index.css')
10
10
 
11
11
  const Checkmark = ({ selected, disabled = false, className, multiple, position = 'before', }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1k3d8 */
1
+ /* hash: 4u0dx */
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-1500: #0e0e0e;
@@ -39,12 +39,12 @@
39
39
  --select-checkmark-border-radius: var(--border-radius-circle);
40
40
 
41
41
  /* optgroup */
42
- } .select__checkmark_u7j1e {
42
+ } .select__checkmark_19vgx {
43
43
  flex-shrink: 0;
44
44
  margin: var(--select-checkmark-margin)
45
- } .select__checkmark_u7j1e.select__after_u7j1e {
45
+ } .select__checkmark_19vgx.select__after_19vgx {
46
46
  margin: var(--select-checkmark-margin-after);
47
- } .select__single_u7j1e {
47
+ } .select__single_19vgx {
48
48
  display: flex;
49
49
  align-items: center;
50
50
  justify-content: center;
@@ -54,17 +54,17 @@
54
54
  border-radius: var(--select-checkmark-border-radius);
55
55
  width: var(--select-checkmark-size);
56
56
  height: var(--select-checkmark-size)
57
- } .select__single_u7j1e.select__selected_u7j1e {
57
+ } .select__single_19vgx.select__selected_19vgx {
58
58
  opacity: 1;
59
- } .select__before_u7j1e {
59
+ } .select__before_19vgx {
60
60
  display: var(--select-checkmark-before-display)
61
- } .select__before_u7j1e.select__multiple_u7j1e {
61
+ } .select__before_19vgx.select__multiple_19vgx {
62
62
  margin-right: var(--gap-s);
63
63
  display: var(--select-checkmark-before-display-multiple);
64
- } .select__after_u7j1e.select__after_u7j1e {
64
+ } .select__after_19vgx.select__after_19vgx {
65
65
  display: var(--select-checkmark-after-display)
66
- } .select__after_u7j1e.select__after_u7j1e.select__single_u7j1e {
66
+ } .select__after_19vgx.select__after_19vgx.select__single_19vgx {
67
67
  display: var(--select-checkmark-after-display-single);
68
- } .select__colorIcon_u7j1e {
68
+ } .select__colorIcon_19vgx {
69
69
  color: var(--color-light-status-positive);
70
70
  }
@@ -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
- const styles = {"checkmark":"select__checkmark_1utjg","selected":"select__selected_1utjg","displayIcon":"select__displayIcon_1utjg","displayBadge":"select__displayBadge_1utjg"};
5
+ const styles = {"checkmark":"select__checkmark_96vkq","selected":"select__selected_96vkq","displayIcon":"select__displayIcon_96vkq","displayBadge":"select__displayBadge_96vkq"};
6
6
  require('./index.css')
7
7
 
8
8
  const Checkmark = ({ selected, className }) => (React.createElement("div", { className: cn(styles.checkmark, className, {
@@ -1,4 +1,4 @@
1
- /* hash: f4emb */
1
+ /* hash: 1e9q3 */
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 */
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 */
@@ -25,7 +25,7 @@
25
25
  --select-mobile-checkmark-display-badge: none;
26
26
 
27
27
  /* optgroup */
28
- } .select__checkmark_1utjg {
28
+ } .select__checkmark_96vkq {
29
29
  flex-shrink: 0;
30
30
  display: flex;
31
31
  align-items: center;
@@ -33,12 +33,12 @@
33
33
  width: 24px;
34
34
  height: 24px;
35
35
  opacity: 0
36
- } .select__checkmark_1utjg:first-child {
36
+ } .select__checkmark_96vkq:first-child {
37
37
  display: none;
38
- } .select__checkmark_1utjg.select__selected_1utjg {
38
+ } .select__checkmark_96vkq.select__selected_96vkq {
39
39
  opacity: 1;
40
- } .select__displayIcon_1utjg {
40
+ } .select__displayIcon_96vkq {
41
41
  display: var(--select-mobile-checkmark-display-icon);
42
- } .select__displayBadge_1utjg {
42
+ } .select__displayBadge_96vkq {
43
43
  display: var(--select-mobile-checkmark-display-badge);
44
44
  }
@@ -4,7 +4,7 @@ import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
  import { useFocus } from '@alfalab/hooks';
5
5
  import { joinOptions } from '../../utils.js';
6
6
 
7
- const styles = {"component":"select__component_1i4i9","field":"select__field_1i4i9","disabled":"select__disabled_1i4i9","arrow":"select__arrow_1i4i9","placeholder":"select__placeholder_1i4i9","show-placeholder":"select__show-placeholder_1i4i9","focused":"select__focused_1i4i9","contentWrapper":"select__contentWrapper_1i4i9","value":"select__value_1i4i9","focusVisible":"select__focusVisible_1i4i9"};
7
+ const styles = {"component":"select__component_1r1y2","field":"select__field_1r1y2","disabled":"select__disabled_1r1y2","arrow":"select__arrow_1r1y2","placeholder":"select__placeholder_1r1y2","show-placeholder":"select__show-placeholder_1r1y2","focused":"select__focused_1r1y2","contentWrapper":"select__contentWrapper_1r1y2","value":"select__value_1r1y2","focusVisible":"select__focusVisible_1r1y2"};
8
8
  require('./index.css')
9
9
 
10
10
  const Field = ({ size = 56, open, multiple, error, hint, disabled, label, labelView = 'inner', placeholder, selectedMultiple = [], selected, rightAddons, valueRenderer = joinOptions, setSelectedItems, toggleMenu, Arrow, innerProps, dataTestId, fieldClassName, FormControlComponent, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: g653q */
1
+ /* hash: 1vfhy */
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-border-link: #2288fa;
@@ -42,22 +42,22 @@
42
42
  /* checkmark */
43
43
 
44
44
  /* optgroup */
45
- } .select__component_1i4i9 {
45
+ } .select__component_1r1y2 {
46
46
  width: 100%;
47
47
  outline: none;
48
- } .select__field_1i4i9:not(.select__disabled_1i4i9) {
48
+ } .select__field_1r1y2:not(.select__disabled_1r1y2) {
49
49
  cursor: pointer
50
- } .select__field_1i4i9:not(.select__disabled_1i4i9):hover .select__arrow_1i4i9 {
50
+ } .select__field_1r1y2:not(.select__disabled_1r1y2):hover .select__arrow_1r1y2 {
51
51
  opacity: var(--select-arrow-hover-opacity);
52
- } .select__disabled_1i4i9 {
52
+ } .select__disabled_1r1y2 {
53
53
  cursor: var(--disabled-cursor);
54
- } .select__placeholder_1i4i9 {
54
+ } .select__placeholder_1r1y2 {
55
55
  color: var(--input-placeholder-color);
56
56
  transition: color 0.2s ease;
57
- animation: select__show-placeholder_1i4i9 0.2s ease
58
- } .select__placeholder_1i4i9.select__focused_1i4i9 {
57
+ animation: select__show-placeholder_1r1y2 0.2s ease
58
+ } .select__placeholder_1r1y2.select__focused_1r1y2 {
59
59
  color: var(--input-focus-placeholder-color);
60
- } .select__contentWrapper_1i4i9 {
60
+ } .select__contentWrapper_1r1y2 {
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_1i4i9 {
69
+ } .select__value_1r1y2 {
70
70
  overflow: hidden;
71
71
  text-overflow: ellipsis;
72
72
  text-align: left;
73
- } .select__focusVisible_1i4i9 {
73
+ } .select__focusVisible_1r1y2 {
74
74
  outline: 2px solid var(--focus-color);
75
75
  outline-offset: 2px;
76
- } @keyframes select__show-placeholder_1i4i9 {
76
+ } @keyframes select__show-placeholder_1r1y2 {
77
77
  from {
78
78
  opacity: 0;
79
79
  }
@@ -4,7 +4,7 @@ import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
4
4
  import { ButtonMobile } from '@alfalab/core-components-button/modern/mobile';
5
5
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
6
6
 
7
- const styles = {"footer":"select__footer_dfjmj","button":"select__button_dfjmj","highlighted":"select__highlighted_dfjmj"};
7
+ const styles = {"footer":"select__footer_1vodz","button":"select__button_1vodz","highlighted":"select__highlighted_1vodz"};
8
8
  require('./index.css')
9
9
 
10
10
  const Footer = ({ handleApply, handleClear, showClear, clearText = 'Сбросить', applyText = 'Применить', dataTestId, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1l55o */
1
+ /* hash: lzu6y */
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;
@@ -26,17 +26,17 @@
26
26
  /* checkmark */
27
27
 
28
28
  /* optgroup */
29
- } .select__footer_dfjmj {
29
+ } .select__footer_1vodz {
30
30
  display: flex;
31
31
  box-sizing: border-box;
32
32
  width: 100%;
33
33
  padding: var(--gap-m) var(--gap-m);
34
34
  background-color: var(--color-light-modal-bg-primary)
35
- } .select__footer_dfjmj .select__button_dfjmj:first-of-type {
35
+ } .select__footer_1vodz .select__button_1vodz:first-of-type {
36
36
  margin-right: var(--gap-m);
37
- } .select__button_dfjmj {
37
+ } .select__button_1vodz {
38
38
  width: 50%;
39
- } .select__highlighted_dfjmj {
39
+ } .select__highlighted_1vodz {
40
40
  border-top: 1px solid var(--color-light-neutral-300);
41
41
  background-color: var(--color-light-modal-bg-primary);
42
42
  }
@@ -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
- const styles = {"optgroup":"select__optgroup_1j8b6","label":"select__label_1j8b6","size-64":"select__size-64_1j8b6","size-72":"select__size-72_1j8b6"};
5
+ const styles = {"optgroup":"select__optgroup_i3efq","label":"select__label_i3efq","size-64":"select__size-64_i3efq","size-72":"select__size-72_i3efq"};
6
6
  require('./index.css')
7
7
 
8
8
  const Optgroup = ({ children, className, label, size = 48 }) => (React.createElement(React.Fragment, null,