@alfalab/core-components-select 19.1.3-alfasans → 19.1.4-alfasans

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 (115) hide show
  1. package/components/arrow/index.css +4 -4
  2. package/components/arrow/index.module.css.js +1 -1
  3. package/components/base-checkmark/index.css +12 -12
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +14 -14
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-select/index.css +11 -11
  8. package/components/base-select/index.module.css.js +1 -1
  9. package/components/base-select/mobile.css +11 -11
  10. package/components/base-select/mobile.module.css.js +1 -1
  11. package/components/checkmark/index.css +11 -11
  12. package/components/checkmark/index.module.css.js +1 -1
  13. package/components/checkmark-mobile/index.css +6 -6
  14. package/components/checkmark-mobile/index.module.css.js +1 -1
  15. package/components/clear-button/index.css +4 -4
  16. package/components/clear-button/index.module.css.js +1 -1
  17. package/components/field/index.css +13 -13
  18. package/components/field/index.module.css.js +1 -1
  19. package/components/footer/index.css +4 -4
  20. package/components/footer/index.module.css.js +1 -1
  21. package/components/optgroup/index.css +4 -4
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +19 -19
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +16 -16
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +13 -13
  28. package/components/options-list/index.module.css.js +1 -1
  29. package/components/search/index.css +1 -1
  30. package/components/search/index.module.css.js +1 -1
  31. package/components/virtual-options-list/index.css +13 -13
  32. package/components/virtual-options-list/index.module.css.js +1 -1
  33. package/esm/components/arrow/index.css +4 -4
  34. package/esm/components/arrow/index.module.css.js +1 -1
  35. package/esm/components/base-checkmark/index.css +12 -12
  36. package/esm/components/base-checkmark/index.module.css.js +1 -1
  37. package/esm/components/base-option/index.css +14 -14
  38. package/esm/components/base-option/index.module.css.js +1 -1
  39. package/esm/components/base-select/index.css +11 -11
  40. package/esm/components/base-select/index.module.css.js +1 -1
  41. package/esm/components/base-select/mobile.css +11 -11
  42. package/esm/components/base-select/mobile.module.css.js +1 -1
  43. package/esm/components/checkmark/index.css +11 -11
  44. package/esm/components/checkmark/index.module.css.js +1 -1
  45. package/esm/components/checkmark-mobile/index.css +6 -6
  46. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  47. package/esm/components/clear-button/index.css +4 -4
  48. package/esm/components/clear-button/index.module.css.js +1 -1
  49. package/esm/components/field/index.css +13 -13
  50. package/esm/components/field/index.module.css.js +1 -1
  51. package/esm/components/footer/index.css +4 -4
  52. package/esm/components/footer/index.module.css.js +1 -1
  53. package/esm/components/optgroup/index.css +4 -4
  54. package/esm/components/optgroup/index.module.css.js +1 -1
  55. package/esm/components/option/desktop/index.css +19 -19
  56. package/esm/components/option/desktop/index.module.css.js +1 -1
  57. package/esm/components/option/mobile/index.css +16 -16
  58. package/esm/components/option/mobile/index.module.css.js +1 -1
  59. package/esm/components/options-list/index.css +13 -13
  60. package/esm/components/options-list/index.module.css.js +1 -1
  61. package/esm/components/search/index.css +1 -1
  62. package/esm/components/search/index.module.css.js +1 -1
  63. package/esm/components/virtual-options-list/index.css +13 -13
  64. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  65. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  66. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  67. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  68. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  69. package/esm/presets/useSelectWithLoading/index.css +1 -1
  70. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  71. package/modern/components/arrow/index.css +4 -4
  72. package/modern/components/arrow/index.module.css.js +1 -1
  73. package/modern/components/base-checkmark/index.css +12 -12
  74. package/modern/components/base-checkmark/index.module.css.js +1 -1
  75. package/modern/components/base-option/index.css +14 -14
  76. package/modern/components/base-option/index.module.css.js +1 -1
  77. package/modern/components/base-select/index.css +11 -11
  78. package/modern/components/base-select/index.module.css.js +1 -1
  79. package/modern/components/base-select/mobile.css +11 -11
  80. package/modern/components/base-select/mobile.module.css.js +1 -1
  81. package/modern/components/checkmark/index.css +11 -11
  82. package/modern/components/checkmark/index.module.css.js +1 -1
  83. package/modern/components/checkmark-mobile/index.css +6 -6
  84. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  85. package/modern/components/clear-button/index.css +4 -4
  86. package/modern/components/clear-button/index.module.css.js +1 -1
  87. package/modern/components/field/index.css +13 -13
  88. package/modern/components/field/index.module.css.js +1 -1
  89. package/modern/components/footer/index.css +4 -4
  90. package/modern/components/footer/index.module.css.js +1 -1
  91. package/modern/components/optgroup/index.css +4 -4
  92. package/modern/components/optgroup/index.module.css.js +1 -1
  93. package/modern/components/option/desktop/index.css +19 -19
  94. package/modern/components/option/desktop/index.module.css.js +1 -1
  95. package/modern/components/option/mobile/index.css +16 -16
  96. package/modern/components/option/mobile/index.module.css.js +1 -1
  97. package/modern/components/options-list/index.css +13 -13
  98. package/modern/components/options-list/index.module.css.js +1 -1
  99. package/modern/components/search/index.css +1 -1
  100. package/modern/components/search/index.module.css.js +1 -1
  101. package/modern/components/virtual-options-list/index.css +13 -13
  102. package/modern/components/virtual-options-list/index.module.css.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/footer/index.module.css.js +1 -1
  105. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  106. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  107. package/modern/presets/useSelectWithLoading/index.css +1 -1
  108. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  109. package/package.json +5 -5
  110. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  111. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  112. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  113. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  114. package/presets/useSelectWithLoading/index.css +1 -1
  115. package/presets/useSelectWithLoading/index.module.css.js +1 -1
@@ -9,7 +9,7 @@
9
9
  --select-arrow-color: var(--color-light-neutral-translucent-700);
10
10
  --select-arrow-disabled-color: var(--color-light-neutral-translucent-500);
11
11
  }
12
- .select__arrow_1rlyl {
12
+ .select__arrow_ztkur {
13
13
  display: block;
14
14
  width: 24px;
15
15
  height: 24px;
@@ -19,15 +19,15 @@
19
19
  transform 0.15s ease-in-out,
20
20
  opacity 0.2s ease;
21
21
  }
22
- .select__arrow_1rlyl.select__disabled_1rlyl {
22
+ .select__arrow_ztkur.select__disabled_ztkur {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_1rlyl.select__size-40_1rlyl {
25
+ .select__arrow_ztkur.select__size-40_ztkur {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_1rlyl {
31
+ .select__open_ztkur {
32
32
  transform: var(--arrow-transform);
33
33
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"arrow":"select__arrow_1rlyl","disabled":"select__disabled_1rlyl","size-40":"select__size-40_1rlyl","open":"select__open_1rlyl"};
5
+ var styles = {"arrow":"select__arrow_ztkur","disabled":"select__disabled_ztkur","size-40":"select__size-40_ztkur","open":"select__open_ztkur"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,45 +2,45 @@
2
2
  --gap-s: 12px;
3
3
  --gap-12: var(--gap-s);
4
4
  }
5
- .select__checkmark_1147p {
5
+ .select__checkmark_xbv55 {
6
6
  flex-shrink: 0;
7
7
  box-sizing: border-box;
8
8
  }
9
- .select__checkmark_1147p.select__start_1147p {
9
+ .select__checkmark_xbv55.select__start_xbv55 {
10
10
  align-self: start;
11
11
  }
12
- .select__checkmark_1147p.select__center_1147p {
12
+ .select__checkmark_xbv55.select__center_xbv55 {
13
13
  align-self: center;
14
14
  }
15
- .select__positionAfter_1147p {
15
+ .select__positionAfter_xbv55 {
16
16
  margin-left: 0;
17
17
  margin-left: initial;
18
18
  }
19
- .select__container_1147p {
19
+ .select__container_xbv55 {
20
20
  display: flex;
21
21
  align-items: center;
22
22
  justify-content: center;
23
23
  width: 100%;
24
24
  }
25
- .select__container_1147p.select__start_1147p {
25
+ .select__container_xbv55.select__start_xbv55 {
26
26
  align-items: flex-start;
27
27
  }
28
- .select__container_1147p.select__center_1147p {
28
+ .select__container_xbv55.select__center_xbv55 {
29
29
  align-items: center;
30
30
  }
31
- .select__singleIcon_1147p {
31
+ .select__singleIcon_xbv55 {
32
32
  flex-shrink: 0;
33
33
  opacity: 0;
34
34
  }
35
- .select__singleIcon_1147p.select__before_1147p {
35
+ .select__singleIcon_xbv55.select__before_xbv55 {
36
36
  margin-right: var(--gap-12);
37
37
  }
38
- .select__singleIcon_1147p.select__after_1147p {
38
+ .select__singleIcon_xbv55.select__after_xbv55 {
39
39
  margin-left: var(--gap-12);
40
40
  }
41
- .select__singleIcon_1147p.select__selected_1147p {
41
+ .select__singleIcon_xbv55.select__selected_xbv55 {
42
42
  opacity: 1;
43
43
  }
44
- .select__content_1147p {
44
+ .select__content_xbv55 {
45
45
  flex: 1;
46
46
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_1147p","start":"select__start_1147p","center":"select__center_1147p","positionAfter":"select__positionAfter_1147p","container":"select__container_1147p","singleIcon":"select__singleIcon_1147p","before":"select__before_1147p","after":"select__after_1147p","selected":"select__selected_1147p","content":"select__content_1147p"};
5
+ var styles = {"checkmark":"select__checkmark_xbv55","start":"select__start_xbv55","center":"select__center_xbv55","positionAfter":"select__positionAfter_xbv55","container":"select__container_xbv55","singleIcon":"select__singleIcon_xbv55","before":"select__before_xbv55","after":"select__after_xbv55","selected":"select__selected_xbv55","content":"select__content_xbv55"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -35,7 +35,7 @@
35
35
  --select-option-active-color: var(--color-light-text-primary);
36
36
  --select-option-disabled-color: var(--color-light-text-secondary);
37
37
  }
38
- .select__option_1a4ot {
38
+ .select__option_1l8gh {
39
39
  font-size: 16px;
40
40
  line-height: 20px;
41
41
  font-weight: 400;
@@ -52,49 +52,49 @@
52
52
  cursor: pointer;
53
53
  min-height: var(--size-s-height);
54
54
  }
55
- .select__option_1a4ot:not(.select__disabled_1a4ot):active {
55
+ .select__option_1l8gh:not(.select__disabled_1l8gh):active {
56
56
  background: var(--select-option-active-background);
57
57
  color: var(--select-option-active-color);
58
58
  }
59
- .select__option_1a4ot.select__checkmarkBefore_1a4ot {
59
+ .select__option_1l8gh.select__checkmarkBefore_1l8gh {
60
60
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
61
61
  }
62
- .select__option_1a4ot.select__checkmarkBefore_1a4ot.select__mobile_1a4ot {
62
+ .select__option_1l8gh.select__checkmarkBefore_1l8gh.select__mobile_1l8gh {
63
63
  padding-left: var(--gap-16);
64
64
  }
65
- .select__option_1a4ot.select__checkmarkAfter_1a4ot.select__checkmarkAfter_1a4ot {
65
+ .select__option_1l8gh.select__checkmarkAfter_1l8gh.select__checkmarkAfter_1l8gh {
66
66
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
67
67
  }
68
- .select__option_1a4ot.select__checkmarkAfter_1a4ot.select__checkmarkAfter_1a4ot.select__size-72_1a4ot {
68
+ .select__option_1l8gh.select__checkmarkAfter_1l8gh.select__checkmarkAfter_1l8gh.select__size-72_1l8gh {
69
69
  padding-right: var(--gap-16);
70
70
  }
71
- .select__option_1a4ot.select__checkmarkAfter_1a4ot.select__checkmarkAfter_1a4ot.select__mobile_1a4ot {
71
+ .select__option_1l8gh.select__checkmarkAfter_1l8gh.select__checkmarkAfter_1l8gh.select__mobile_1l8gh {
72
72
  padding-right: var(--gap-20);
73
73
  }
74
- .select__option_1a4ot.select__textContent_1a4ot {
74
+ .select__option_1l8gh.select__textContent_1l8gh {
75
75
  padding: var(--gap-12);
76
76
  }
77
- .select__option_1a4ot.select__textContent_1a4ot.select__size-72_1a4ot {
77
+ .select__option_1l8gh.select__textContent_1l8gh.select__size-72_1l8gh {
78
78
  padding-left: var(--gap-16);
79
79
  padding-right: var(--gap-16);
80
80
  }
81
- .select__option_1a4ot.select__textContent_1a4ot.select__mobile_1a4ot {
81
+ .select__option_1l8gh.select__textContent_1l8gh.select__mobile_1l8gh {
82
82
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
83
83
  }
84
- .select__selected_1a4ot {
84
+ .select__selected_1l8gh {
85
85
  background: var(--select-option-selected-background);
86
86
  color: var(--select-option-selected-color);
87
87
  cursor: default;
88
88
  }
89
- .select__highlighted_1a4ot {
89
+ .select__highlighted_1l8gh {
90
90
  background: var(--select-option-hover-background);
91
91
  color: var(--select-option-hover-color);
92
92
  }
93
- .select__disabled_1a4ot {
93
+ .select__disabled_1l8gh {
94
94
  cursor: var(--disabled-cursor);
95
95
  background: var(--select-option-disabled-background);
96
96
  color: var(--select-option-disabled-color);
97
97
  }
98
- .select__content_1a4ot {
98
+ .select__content_1l8gh {
99
99
  flex: 1;
100
100
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_1a4ot","disabled":"select__disabled_1a4ot","checkmarkBefore":"select__checkmarkBefore_1a4ot","mobile":"select__mobile_1a4ot","checkmarkAfter":"select__checkmarkAfter_1a4ot","size-72":"select__size-72_1a4ot","textContent":"select__textContent_1a4ot","selected":"select__selected_1a4ot","highlighted":"select__highlighted_1a4ot","content":"select__content_1a4ot"};
5
+ var styles = {"option":"select__option_1l8gh","disabled":"select__disabled_1l8gh","checkmarkBefore":"select__checkmarkBefore_1l8gh","mobile":"select__mobile_1l8gh","checkmarkAfter":"select__checkmarkAfter_1l8gh","size-72":"select__size-72_1l8gh","textContent":"select__textContent_1l8gh","selected":"select__selected_1l8gh","highlighted":"select__highlighted_1l8gh","content":"select__content_1l8gh"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -30,25 +30,25 @@
30
30
  --select-options-list-bottom-padding: var(--gap-0);
31
31
  --select-option-background: var(--color-light-modal-bg-primary);
32
32
  }
33
- .select__component_1tfci {
33
+ .select__component_1v02q {
34
34
  width: -moz-max-content;
35
35
  width: max-content;
36
36
  position: relative;
37
37
  outline: 0;
38
38
  max-width: 100%;
39
39
  }
40
- .select__popoverInner_1tfci {
40
+ .select__popoverInner_1v02q {
41
41
  padding-top: var(--select-options-list-offset);
42
42
  padding-bottom: var(--select-options-list-offset);
43
43
  background: transparent;
44
44
  border-radius: var(--border-radius-0);
45
45
  position: relative;
46
46
  }
47
- .select__popoverInner_1tfci.select__popoverInner_1tfci {
47
+ .select__popoverInner_1v02q.select__popoverInner_1v02q {
48
48
  box-shadow: none;
49
49
  border: none;
50
50
  }
51
- .select__optionsListWrapper_1tfci {
51
+ .select__optionsListWrapper_1v02q {
52
52
  position: relative;
53
53
  padding-top: var(--select-options-list-top-padding);
54
54
  padding-bottom: var(--select-options-list-bottom-padding);
@@ -58,7 +58,7 @@
58
58
  overflow: hidden;
59
59
  will-change: transform;
60
60
  }
61
- .select__optionsListBorder_1tfci {
61
+ .select__optionsListBorder_1v02q {
62
62
  position: absolute;
63
63
  top: var(--gap-0);
64
64
  right: var(--gap-0);
@@ -68,7 +68,7 @@
68
68
  border-radius: inherit;
69
69
  pointer-events: none;
70
70
  }
71
- .select__nativeSelect_1tfci {
71
+ .select__nativeSelect_1v02q {
72
72
  opacity: 0;
73
73
  overflow: hidden;
74
74
  position: absolute;
@@ -82,19 +82,19 @@
82
82
  cursor: pointer;
83
83
  z-index: 1;
84
84
  }
85
- .select__block_1tfci {
85
+ .select__block_1v02q {
86
86
  width: 100%;
87
87
  }
88
- .select__emptySearchPlaceholder_1tfci {
88
+ .select__emptySearchPlaceholder_1v02q {
89
89
  text-align: center;
90
90
  }
91
- .select__search_1tfci {
91
+ .select__search_1v02q {
92
92
  margin: var(--gap-12) var(--gap-12) var(--gap-0);
93
93
  }
94
- .select__search_1tfci.select__size-72_1tfci {
94
+ .select__search_1v02q.select__size-72_1v02q {
95
95
  margin-left: var(--gap-16);
96
96
  margin-right: var(--gap-16);
97
97
  }
98
- .select__search_1tfci:last-child {
98
+ .select__search_1v02q:last-child {
99
99
  margin-bottom: var(--gap-12);
100
100
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_1tfci","popoverInner":"select__popoverInner_1tfci","optionsListWrapper":"select__optionsListWrapper_1tfci","optionsListBorder":"select__optionsListBorder_1tfci","nativeSelect":"select__nativeSelect_1tfci","block":"select__block_1tfci","emptySearchPlaceholder":"select__emptySearchPlaceholder_1tfci","search":"select__search_1tfci","size-72":"select__size-72_1tfci"};
5
+ var styles = {"component":"select__component_1v02q","popoverInner":"select__popoverInner_1v02q","optionsListWrapper":"select__optionsListWrapper_1v02q","optionsListBorder":"select__optionsListBorder_1v02q","nativeSelect":"select__nativeSelect_1v02q","block":"select__block_1v02q","emptySearchPlaceholder":"select__emptySearchPlaceholder_1v02q","search":"select__search_1v02q","size-72":"select__size-72_1v02q"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -9,40 +9,40 @@
9
9
  --gap-16: var(--gap-m);
10
10
  --gap-20: var(--gap-l);
11
11
  }
12
- .select__sheet_1d8g8 {
12
+ .select__sheet_5zpxq {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_1d8g8.select__sheetContent_1d8g8 {
15
+ .select__sheetContent_5zpxq.select__sheetContent_5zpxq {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_1d8g8.select__sheetContent_1d8g8 .select__modalContent_1d8g8 {
18
+ .select__sheetContent_5zpxq.select__sheetContent_5zpxq .select__modalContent_5zpxq {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_1d8g8 {
23
+ .select__sheetContainer_5zpxq {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_1d8g8 {
26
+ .select__optionsListWrapper_5zpxq {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_1d8g8.select__optionsList_1d8g8 {
29
+ .select__optionsList_5zpxq.select__optionsList_5zpxq {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_1d8g8 {
34
+ .select__scrollbar_5zpxq {
35
35
  flex: 1;
36
36
  }
37
- .select__search_1d8g8 {
37
+ .select__search_5zpxq {
38
38
  padding: var(--gap-8);
39
39
  }
40
- .select__option_1d8g8.select__option_1d8g8 {
40
+ .select__option_5zpxq.select__option_5zpxq {
41
41
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
42
42
  }
43
- .select__option_1d8g8.select__option_1d8g8:before {
43
+ .select__option_5zpxq.select__option_5zpxq:before {
44
44
  display: none;
45
45
  }
46
- .select__optionGroup_1d8g8.select__optionGroup_1d8g8 {
46
+ .select__optionGroup_5zpxq.select__optionGroup_5zpxq {
47
47
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
48
48
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"sheet":"select__sheet_1d8g8","sheetContent":"select__sheetContent_1d8g8","modalContent":"select__modalContent_1d8g8","sheetContainer":"select__sheetContainer_1d8g8","optionsListWrapper":"select__optionsListWrapper_1d8g8","optionsList":"select__optionsList_1d8g8","scrollbar":"select__scrollbar_1d8g8","search":"select__search_1d8g8","option":"select__option_1d8g8","optionGroup":"select__optionGroup_1d8g8"};
5
+ var mobileStyles = {"sheet":"select__sheet_5zpxq","sheetContent":"select__sheetContent_5zpxq","modalContent":"select__modalContent_5zpxq","sheetContainer":"select__sheetContainer_5zpxq","optionsListWrapper":"select__optionsListWrapper_5zpxq","optionsList":"select__optionsList_5zpxq","scrollbar":"select__scrollbar_5zpxq","search":"select__search_5zpxq","option":"select__option_5zpxq","optionGroup":"select__optionGroup_5zpxq"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -13,16 +13,16 @@
13
13
  --select-checkmark-after-display-single: flex;
14
14
  --select-checkmark-unselected-opacity: 0;
15
15
  }
16
- .select__checkmark_1w06p {
16
+ .select__checkmark_82ubj {
17
17
  flex-shrink: 0;
18
18
  }
19
- .select__checkmark_1w06p.select__before_1w06p {
19
+ .select__checkmark_82ubj.select__before_82ubj {
20
20
  display: var(--select-checkmark-before-display);
21
21
  }
22
- .select__checkmark_1w06p.select__after_1w06p {
22
+ .select__checkmark_82ubj.select__after_82ubj {
23
23
  display: var(--select-checkmark-after-display);
24
24
  }
25
- .select__single_1w06p {
25
+ .select__single_82ubj {
26
26
  display: flex;
27
27
  align-items: center;
28
28
  justify-content: center;
@@ -30,26 +30,26 @@
30
30
  width: var(--select-checkmark-size);
31
31
  height: var(--select-checkmark-size);
32
32
  }
33
- .select__single_1w06p.select__selected_1w06p {
33
+ .select__single_82ubj.select__selected_82ubj {
34
34
  opacity: 1;
35
35
  }
36
- .select__multiple_1w06p.select__before_1w06p {
36
+ .select__multiple_82ubj.select__before_82ubj {
37
37
  margin-right: var(--gap-12);
38
38
  display: var(--select-checkmark-before-display-multiple);
39
39
  }
40
- .select__multiple_1w06p.select__after_1w06p {
40
+ .select__multiple_82ubj.select__after_82ubj {
41
41
  margin-left: var(--gap-12);
42
42
  }
43
- .select__after_1w06p.select__after_1w06p {
43
+ .select__after_82ubj.select__after_82ubj {
44
44
  display: var(--select-checkmark-after-display);
45
45
  }
46
- .select__after_1w06p.select__after_1w06p.select__single_1w06p {
46
+ .select__after_82ubj.select__after_82ubj.select__single_82ubj {
47
47
  display: var(--select-checkmark-after-display-single);
48
48
  }
49
- .select__colorIcon_1w06p {
49
+ .select__colorIcon_82ubj {
50
50
  color: var(--color-light-status-positive);
51
51
  }
52
- .select__displayIcon_1w06p {
52
+ .select__displayIcon_82ubj {
53
53
  display: block;
54
54
  width: 100%;
55
55
  height: 100%;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_1w06p","before":"select__before_1w06p","after":"select__after_1w06p","single":"select__single_1w06p","selected":"select__selected_1w06p","multiple":"select__multiple_1w06p","colorIcon":"select__colorIcon_1w06p","displayIcon":"select__displayIcon_1w06p"};
5
+ var styles = {"checkmark":"select__checkmark_82ubj","before":"select__before_82ubj","after":"select__after_82ubj","single":"select__single_82ubj","selected":"select__selected_82ubj","multiple":"select__multiple_82ubj","colorIcon":"select__colorIcon_82ubj","displayIcon":"select__displayIcon_82ubj"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,7 +6,7 @@
6
6
  --select-mobile-checkmark-display-icon: block;
7
7
  --select-mobile-checkmark-display-badge: none;
8
8
  }
9
- .select__checkmark_1sjam {
9
+ .select__checkmark_1syxu {
10
10
  flex-shrink: 0;
11
11
  display: flex;
12
12
  align-items: center;
@@ -15,18 +15,18 @@
15
15
  height: 24px;
16
16
  opacity: 0;
17
17
  }
18
- .select__checkmark_1sjam.select__selected_1sjam {
18
+ .select__checkmark_1syxu.select__selected_1syxu {
19
19
  opacity: 1;
20
20
  }
21
- .select__checkmark_1sjam.select__before_1sjam {
21
+ .select__checkmark_1syxu.select__before_1syxu {
22
22
  margin-right: var(--gap-8);
23
23
  }
24
- .select__checkmark_1sjam.select__after_1sjam {
24
+ .select__checkmark_1syxu.select__after_1syxu {
25
25
  margin-left: var(--gap-8);
26
26
  }
27
- .select__displayIcon_1sjam {
27
+ .select__displayIcon_1syxu {
28
28
  display: var(--select-mobile-checkmark-display-icon);
29
29
  }
30
- .select__displayBadge_1sjam {
30
+ .select__displayBadge_1syxu {
31
31
  display: var(--select-mobile-checkmark-display-badge);
32
32
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_1sjam","selected":"select__selected_1sjam","before":"select__before_1sjam","after":"select__after_1sjam","displayIcon":"select__displayIcon_1sjam","displayBadge":"select__displayBadge_1sjam"};
5
+ var styles = {"checkmark":"select__checkmark_1syxu","selected":"select__selected_1syxu","before":"select__before_1syxu","after":"select__after_1syxu","displayIcon":"select__displayIcon_1syxu","displayBadge":"select__displayBadge_1syxu"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,16 +6,16 @@
6
6
  :root {
7
7
  --input-error-icon-display: none;
8
8
  }
9
- .select__clearIcon_14wp1 {
9
+ .select__clearIcon_stvm0 {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_14wp1:hover {
13
+ .select__clearIcon_stvm0:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_14wp1:active {
16
+ .select__clearIcon_stvm0:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_14wp1 + [data-addon='error-icon'] {
19
+ .select__clearButton_stvm0 + [data-addon='error-icon'] {
20
20
  display: var(--input-error-icon-display);
21
21
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"clearIcon":"select__clearIcon_14wp1","clearButton":"select__clearButton_14wp1"};
5
+ var styles = {"clearIcon":"select__clearIcon_stvm0","clearButton":"select__clearButton_stvm0"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -19,28 +19,28 @@
19
19
  :root {
20
20
  --select-arrow-hover-opacity: 0.7;
21
21
  }
22
- .select__component_s5t0d {
22
+ .select__component_g2zkx {
23
23
  width: 100%;
24
24
  outline: none;
25
25
  }
26
- .select__field_s5t0d:not(.select__disabled_s5t0d) {
26
+ .select__field_g2zkx:not(.select__disabled_g2zkx) {
27
27
  cursor: pointer;
28
28
  }
29
- .select__field_s5t0d:not(.select__disabled_s5t0d):hover .select__arrow_s5t0d {
29
+ .select__field_g2zkx:not(.select__disabled_g2zkx):hover .select__arrow_g2zkx {
30
30
  opacity: var(--select-arrow-hover-opacity);
31
31
  }
32
- .select__disabled_s5t0d {
32
+ .select__disabled_g2zkx {
33
33
  cursor: var(--disabled-cursor);
34
34
  }
35
- .select__placeholder_s5t0d {
35
+ .select__placeholder_g2zkx {
36
36
  color: var(--input-placeholder-color);
37
37
  transition: color 0.2s ease;
38
- animation: select__show-placeholder_s5t0d 0.2s ease;
38
+ animation: select__show-placeholder_g2zkx 0.2s ease;
39
39
  }
40
- .select__placeholder_s5t0d.select__focused_s5t0d {
40
+ .select__placeholder_g2zkx.select__focused_g2zkx {
41
41
  color: var(--input-focus-placeholder-color);
42
42
  }
43
- .select__contentWrapper_s5t0d {
43
+ .select__contentWrapper_g2zkx {
44
44
  font-size: 16px;
45
45
  line-height: 20px;
46
46
  font-weight: 400;
@@ -52,30 +52,30 @@
52
52
  overflow: hidden;
53
53
  width: 100%;
54
54
  }
55
- .select__contentWrapper_s5t0d.select__size-40_s5t0d {
55
+ .select__contentWrapper_g2zkx.select__size-40_g2zkx {
56
56
  font-size: 14px;
57
57
  line-height: 18px;
58
58
  font-weight: 400;
59
59
  letter-spacing: -0.08px;
60
60
  font-family: var(--font-family-alfasans);
61
61
  }
62
- .select__value_s5t0d {
62
+ .select__value_g2zkx {
63
63
  overflow: hidden;
64
64
  text-overflow: ellipsis;
65
65
  text-align: left;
66
66
  }
67
- .select__value_s5t0d.select__size-40_s5t0d {
67
+ .select__value_g2zkx.select__size-40_g2zkx {
68
68
  font-size: 14px;
69
69
  line-height: 18px;
70
70
  font-weight: 400;
71
71
  letter-spacing: -0.08px;
72
72
  font-family: var(--font-family-alfasans);
73
73
  }
74
- .select__focusVisible_s5t0d {
74
+ .select__focusVisible_g2zkx {
75
75
  outline: 2px solid var(--focus-color);
76
76
  outline-offset: 2px;
77
77
  }
78
- @keyframes select__show-placeholder_s5t0d {
78
+ @keyframes select__show-placeholder_g2zkx {
79
79
  from {
80
80
  opacity: 0;
81
81
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_s5t0d","field":"select__field_s5t0d","disabled":"select__disabled_s5t0d","arrow":"select__arrow_s5t0d","placeholder":"select__placeholder_s5t0d","show-placeholder":"select__show-placeholder_s5t0d","focused":"select__focused_s5t0d","contentWrapper":"select__contentWrapper_s5t0d","size-40":"select__size-40_s5t0d","value":"select__value_s5t0d","focusVisible":"select__focusVisible_s5t0d"};
5
+ var styles = {"component":"select__component_g2zkx","field":"select__field_g2zkx","disabled":"select__disabled_g2zkx","arrow":"select__arrow_g2zkx","placeholder":"select__placeholder_g2zkx","show-placeholder":"select__show-placeholder_g2zkx","focused":"select__focused_g2zkx","contentWrapper":"select__contentWrapper_g2zkx","size-40":"select__size-40_g2zkx","value":"select__value_g2zkx","focusVisible":"select__focusVisible_g2zkx"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,20 +6,20 @@
6
6
  --gap-m: 16px;
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .select__footer_sq9fo {
9
+ .select__footer_14t2v {
10
10
  display: flex;
11
11
  box-sizing: border-box;
12
12
  width: 100%;
13
13
  padding: var(--gap-16) var(--gap-16);
14
14
  background-color: var(--color-light-modal-bg-primary);
15
15
  }
16
- .select__footer_sq9fo .select__button_sq9fo:first-of-type {
16
+ .select__footer_14t2v .select__button_14t2v:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_sq9fo {
19
+ .select__button_14t2v {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_sq9fo {
22
+ .select__highlighted_14t2v {
23
23
  border-top: 1px solid var(--color-light-neutral-300);
24
24
  background-color: var(--color-light-modal-bg-primary);
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"select__footer_sq9fo","button":"select__button_sq9fo","highlighted":"select__highlighted_sq9fo"};
5
+ var styles = {"footer":"select__footer_14t2v","button":"select__button_14t2v","highlighted":"select__highlighted_14t2v"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -24,7 +24,7 @@
24
24
  --select-optgroup-l-left-padding: var(--gap-16);
25
25
  --select-optgroup-l-right-padding: var(--gap-16);
26
26
  }
27
- .select__optgroup_6s4aq {
27
+ .select__optgroup_1upgo {
28
28
  position: relative;
29
29
  display: flex;
30
30
  align-items: center;
@@ -34,10 +34,10 @@
34
34
  background: var(--select-optgroup-background);
35
35
  min-height: 40px;
36
36
  }
37
- .select__optgroup_6s4aq + *[role='option']:before {
37
+ .select__optgroup_1upgo + *[role='option']:before {
38
38
  display: none;
39
39
  }
40
- .select__label_6s4aq {
40
+ .select__label_1upgo {
41
41
  font-size: 12px;
42
42
  line-height: 16px;
43
43
  font-weight: 400;
@@ -48,7 +48,7 @@
48
48
  display: block;
49
49
  color: var(--select-optgroup-color);
50
50
  }
51
- .select__size-72_6s4aq {
51
+ .select__size-72_1upgo {
52
52
  padding-left: var(--select-optgroup-l-left-padding);
53
53
  padding-right: var(--select-optgroup-l-right-padding);
54
54
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"optgroup":"select__optgroup_6s4aq","label":"select__label_6s4aq","size-72":"select__size-72_6s4aq"};
5
+ var styles = {"optgroup":"select__optgroup_1upgo","label":"select__label_1upgo","size-72":"select__size-72_1upgo"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map