@alfalab/core-components-select 19.0.1-alfasans → 19.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) 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 +5 -5
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +19 -21
  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 +9 -9
  12. package/components/checkmark/index.module.css.js +1 -1
  13. package/components/checkmark-mobile/index.css +5 -5
  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 +18 -22
  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 +7 -8
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +22 -24
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +19 -21
  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/cssm/components/base-option/index.module.css +3 -5
  34. package/cssm/components/field/index.module.css +5 -9
  35. package/cssm/components/optgroup/index.module.css +3 -4
  36. package/cssm/components/option/desktop/index.module.css +3 -5
  37. package/cssm/components/option/mobile/index.module.css +3 -5
  38. package/cssm/utils.js +2 -1
  39. package/cssm/utils.js.map +1 -1
  40. package/esm/components/arrow/index.css +4 -4
  41. package/esm/components/arrow/index.module.css.js +1 -1
  42. package/esm/components/base-checkmark/index.css +5 -5
  43. package/esm/components/base-checkmark/index.module.css.js +1 -1
  44. package/esm/components/base-option/index.css +19 -21
  45. package/esm/components/base-option/index.module.css.js +1 -1
  46. package/esm/components/base-select/index.css +11 -11
  47. package/esm/components/base-select/index.module.css.js +1 -1
  48. package/esm/components/base-select/mobile.css +11 -11
  49. package/esm/components/base-select/mobile.module.css.js +1 -1
  50. package/esm/components/checkmark/index.css +9 -9
  51. package/esm/components/checkmark/index.module.css.js +1 -1
  52. package/esm/components/checkmark-mobile/index.css +5 -5
  53. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  54. package/esm/components/clear-button/index.css +4 -4
  55. package/esm/components/clear-button/index.module.css.js +1 -1
  56. package/esm/components/field/index.css +18 -22
  57. package/esm/components/field/index.module.css.js +1 -1
  58. package/esm/components/footer/index.css +4 -4
  59. package/esm/components/footer/index.module.css.js +1 -1
  60. package/esm/components/optgroup/index.css +7 -8
  61. package/esm/components/optgroup/index.module.css.js +1 -1
  62. package/esm/components/option/desktop/index.css +22 -24
  63. package/esm/components/option/desktop/index.module.css.js +1 -1
  64. package/esm/components/option/mobile/index.css +19 -21
  65. package/esm/components/option/mobile/index.module.css.js +1 -1
  66. package/esm/components/options-list/index.css +13 -13
  67. package/esm/components/options-list/index.module.css.js +1 -1
  68. package/esm/components/search/index.css +1 -1
  69. package/esm/components/search/index.module.css.js +1 -1
  70. package/esm/components/virtual-options-list/index.css +13 -13
  71. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  72. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  73. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  74. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  75. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  76. package/esm/presets/useSelectWithLoading/index.css +1 -1
  77. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  78. package/esm/utils.js +3 -2
  79. package/esm/utils.js.map +1 -1
  80. package/modern/components/arrow/index.css +4 -4
  81. package/modern/components/arrow/index.module.css.js +1 -1
  82. package/modern/components/base-checkmark/index.css +5 -5
  83. package/modern/components/base-checkmark/index.module.css.js +1 -1
  84. package/modern/components/base-option/index.css +19 -21
  85. package/modern/components/base-option/index.module.css.js +1 -1
  86. package/modern/components/base-select/index.css +11 -11
  87. package/modern/components/base-select/index.module.css.js +1 -1
  88. package/modern/components/base-select/mobile.css +11 -11
  89. package/modern/components/base-select/mobile.module.css.js +1 -1
  90. package/modern/components/checkmark/index.css +9 -9
  91. package/modern/components/checkmark/index.module.css.js +1 -1
  92. package/modern/components/checkmark-mobile/index.css +5 -5
  93. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  94. package/modern/components/clear-button/index.css +4 -4
  95. package/modern/components/clear-button/index.module.css.js +1 -1
  96. package/modern/components/field/index.css +18 -22
  97. package/modern/components/field/index.module.css.js +1 -1
  98. package/modern/components/footer/index.css +4 -4
  99. package/modern/components/footer/index.module.css.js +1 -1
  100. package/modern/components/optgroup/index.css +7 -8
  101. package/modern/components/optgroup/index.module.css.js +1 -1
  102. package/modern/components/option/desktop/index.css +22 -24
  103. package/modern/components/option/desktop/index.module.css.js +1 -1
  104. package/modern/components/option/mobile/index.css +19 -21
  105. package/modern/components/option/mobile/index.module.css.js +1 -1
  106. package/modern/components/options-list/index.css +13 -13
  107. package/modern/components/options-list/index.module.css.js +1 -1
  108. package/modern/components/search/index.css +1 -1
  109. package/modern/components/search/index.module.css.js +1 -1
  110. package/modern/components/virtual-options-list/index.css +13 -13
  111. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  112. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  113. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  114. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  115. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  116. package/modern/presets/useSelectWithLoading/index.css +1 -1
  117. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  118. package/modern/utils.js +3 -2
  119. package/modern/utils.js.map +1 -1
  120. package/moderncssm/components/base-option/index.module.css +1 -2
  121. package/moderncssm/components/field/index.module.css +3 -6
  122. package/moderncssm/components/optgroup/index.module.css +1 -1
  123. package/moderncssm/components/option/desktop/index.module.css +1 -2
  124. package/moderncssm/components/option/mobile/index.module.css +1 -2
  125. package/moderncssm/utils.js +3 -2
  126. package/moderncssm/utils.js.map +1 -1
  127. package/package.json +16 -16
  128. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  129. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  130. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  131. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  132. package/presets/useSelectWithLoading/index.css +1 -1
  133. package/presets/useSelectWithLoading/index.module.css.js +1 -1
  134. package/src/utils.ts +2 -1
  135. package/utils.js +2 -1
  136. package/utils.js.map +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_1984q {
12
+ .select__arrow_1yiqv {
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_1984q.select__disabled_1984q {
22
+ .select__arrow_1yiqv.select__disabled_1yiqv {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_1984q.select__size-40_1984q {
25
+ .select__arrow_1yiqv.select__size-40_1yiqv {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_1984q {
31
+ .select__open_1yiqv {
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_1984q","disabled":"select__disabled_1984q","size-40":"select__size-40_1984q","open":"select__open_1984q"};
5
+ var styles = {"arrow":"select__arrow_1yiqv","disabled":"select__disabled_1yiqv","size-40":"select__size-40_1yiqv","open":"select__open_1yiqv"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,19 +1,19 @@
1
- .select__checkmark_16qf1 {
1
+ .select__checkmark_4nr1s {
2
2
  flex-shrink: 0;
3
3
  box-sizing: border-box;
4
4
  }
5
- .select__checkmark_16qf1.select__start_16qf1 {
5
+ .select__checkmark_4nr1s.select__start_4nr1s {
6
6
  align-self: start;
7
7
  }
8
- .select__checkmark_16qf1.select__center_16qf1 {
8
+ .select__checkmark_4nr1s.select__center_4nr1s {
9
9
  align-self: center;
10
10
  }
11
- .select__single_16qf1 {
11
+ .select__single_4nr1s {
12
12
  display: flex;
13
13
  align-items: center;
14
14
  justify-content: center;
15
15
  opacity: 0;
16
16
  }
17
- .select__single_16qf1.select__selected_16qf1 {
17
+ .select__single_4nr1s.select__selected_4nr1s {
18
18
  opacity: 1;
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_16qf1","start":"select__start_16qf1","center":"select__center_16qf1","single":"select__single_16qf1","selected":"select__selected_16qf1"};
5
+ var styles = {"checkmark":"select__checkmark_4nr1s","start":"select__start_4nr1s","center":"select__center_4nr1s","single":"select__single_4nr1s","selected":"select__selected_4nr1s"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -15,9 +15,8 @@
15
15
  --gap-20: var(--gap-l);
16
16
  }
17
17
  :root {
18
- --font-family-alfasans:
19
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
20
- Helvetica, sans-serif;
18
+ --font-family-system:
19
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
21
20
  }
22
21
  :root {
23
22
  --disabled-cursor: not-allowed;
@@ -35,12 +34,11 @@
35
34
  --select-option-active-color: var(--color-light-text-primary);
36
35
  --select-option-disabled-color: var(--color-light-text-secondary);
37
36
  }
38
- .select__option_1eiz0 {
37
+ .select__option_y4u5k {
39
38
  font-size: 16px;
40
39
  line-height: 20px;
41
40
  font-weight: 400;
42
- letter-spacing: -0.24px;
43
- font-family: var(--font-family-alfasans);
41
+ font-family: var(--font-family-system);
44
42
 
45
43
  display: flex;
46
44
  align-items: center;
@@ -52,55 +50,55 @@
52
50
  cursor: pointer;
53
51
  min-height: var(--size-s-height);
54
52
  }
55
- .select__option_1eiz0:not(.select__disabled_1eiz0):active {
53
+ .select__option_y4u5k:not(.select__disabled_y4u5k):active {
56
54
  background: var(--select-option-active-background);
57
55
  color: var(--select-option-active-color);
58
56
  }
59
- .select__option_1eiz0.select__checkmarkBefore_1eiz0 {
57
+ .select__option_y4u5k.select__checkmarkBefore_y4u5k {
60
58
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
61
59
  }
62
- .select__option_1eiz0.select__checkmarkBefore_1eiz0.select__mobile_1eiz0 {
60
+ .select__option_y4u5k.select__checkmarkBefore_y4u5k.select__mobile_y4u5k {
63
61
  padding-left: var(--gap-16);
64
62
  }
65
- .select__option_1eiz0.select__checkmarkAfter_1eiz0.select__checkmarkAfter_1eiz0 {
63
+ .select__option_y4u5k.select__checkmarkAfter_y4u5k.select__checkmarkAfter_y4u5k {
66
64
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
67
65
  }
68
- .select__option_1eiz0.select__checkmarkAfter_1eiz0.select__checkmarkAfter_1eiz0.select__size-72_1eiz0 {
66
+ .select__option_y4u5k.select__checkmarkAfter_y4u5k.select__checkmarkAfter_y4u5k.select__size-72_y4u5k {
69
67
  padding-right: var(--gap-16);
70
68
  }
71
- .select__option_1eiz0.select__checkmarkAfter_1eiz0.select__checkmarkAfter_1eiz0.select__mobile_1eiz0 {
69
+ .select__option_y4u5k.select__checkmarkAfter_y4u5k.select__checkmarkAfter_y4u5k.select__mobile_y4u5k {
72
70
  padding-right: var(--gap-20);
73
71
  }
74
- .select__option_1eiz0.select__textContent_1eiz0 {
72
+ .select__option_y4u5k.select__textContent_y4u5k {
75
73
  padding: var(--gap-12);
76
74
  }
77
- .select__option_1eiz0.select__textContent_1eiz0.select__size-72_1eiz0 {
75
+ .select__option_y4u5k.select__textContent_y4u5k.select__size-72_y4u5k {
78
76
  padding-left: var(--gap-16);
79
77
  padding-right: var(--gap-16);
80
78
  }
81
- .select__option_1eiz0.select__textContent_1eiz0.select__mobile_1eiz0 {
79
+ .select__option_y4u5k.select__textContent_y4u5k.select__mobile_y4u5k {
82
80
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
83
81
  }
84
- .select__selected_1eiz0 {
82
+ .select__selected_y4u5k {
85
83
  background: var(--select-option-selected-background);
86
84
  color: var(--select-option-selected-color);
87
85
  cursor: default;
88
86
  }
89
- .select__highlighted_1eiz0 {
87
+ .select__highlighted_y4u5k {
90
88
  background: var(--select-option-hover-background);
91
89
  color: var(--select-option-hover-color);
92
90
  }
93
- .select__disabled_1eiz0 {
91
+ .select__disabled_y4u5k {
94
92
  cursor: var(--disabled-cursor);
95
93
  background: var(--select-option-disabled-background);
96
94
  color: var(--select-option-disabled-color);
97
95
  }
98
- .select__checkmarkBeforeContent_1eiz0 {
96
+ .select__checkmarkBeforeContent_y4u5k {
99
97
  margin-right: var(--gap-12);
100
98
  }
101
- .select__checkmarkAfterContent_1eiz0 {
99
+ .select__checkmarkAfterContent_y4u5k {
102
100
  margin-left: var(--gap-12);
103
101
  }
104
- .select__content_1eiz0 {
102
+ .select__content_y4u5k {
105
103
  flex: 1;
106
104
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_1eiz0","disabled":"select__disabled_1eiz0","checkmarkBefore":"select__checkmarkBefore_1eiz0","mobile":"select__mobile_1eiz0","checkmarkAfter":"select__checkmarkAfter_1eiz0","size-72":"select__size-72_1eiz0","textContent":"select__textContent_1eiz0","selected":"select__selected_1eiz0","highlighted":"select__highlighted_1eiz0","checkmarkBeforeContent":"select__checkmarkBeforeContent_1eiz0","checkmarkAfterContent":"select__checkmarkAfterContent_1eiz0","content":"select__content_1eiz0"};
5
+ var styles = {"option":"select__option_y4u5k","disabled":"select__disabled_y4u5k","checkmarkBefore":"select__checkmarkBefore_y4u5k","mobile":"select__mobile_y4u5k","checkmarkAfter":"select__checkmarkAfter_y4u5k","size-72":"select__size-72_y4u5k","textContent":"select__textContent_y4u5k","selected":"select__selected_y4u5k","highlighted":"select__highlighted_y4u5k","checkmarkBeforeContent":"select__checkmarkBeforeContent_y4u5k","checkmarkAfterContent":"select__checkmarkAfterContent_y4u5k","content":"select__content_y4u5k"};
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_1p12c {
33
+ .select__component_ebttr {
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_1p12c {
40
+ .select__popoverInner_ebttr {
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_1p12c.select__popoverInner_1p12c {
47
+ .select__popoverInner_ebttr.select__popoverInner_ebttr {
48
48
  box-shadow: none;
49
49
  border: none;
50
50
  }
51
- .select__optionsListWrapper_1p12c {
51
+ .select__optionsListWrapper_ebttr {
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_1p12c {
61
+ .select__optionsListBorder_ebttr {
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_1p12c {
71
+ .select__nativeSelect_ebttr {
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_1p12c {
85
+ .select__block_ebttr {
86
86
  width: 100%;
87
87
  }
88
- .select__emptySearchPlaceholder_1p12c {
88
+ .select__emptySearchPlaceholder_ebttr {
89
89
  text-align: center;
90
90
  }
91
- .select__search_1p12c {
91
+ .select__search_ebttr {
92
92
  margin: var(--gap-12) var(--gap-12) var(--gap-0);
93
93
  }
94
- .select__search_1p12c.select__size-72_1p12c {
94
+ .select__search_ebttr.select__size-72_ebttr {
95
95
  margin-left: var(--gap-16);
96
96
  margin-right: var(--gap-16);
97
97
  }
98
- .select__search_1p12c:last-child {
98
+ .select__search_ebttr: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_1p12c","popoverInner":"select__popoverInner_1p12c","optionsListWrapper":"select__optionsListWrapper_1p12c","optionsListBorder":"select__optionsListBorder_1p12c","nativeSelect":"select__nativeSelect_1p12c","block":"select__block_1p12c","emptySearchPlaceholder":"select__emptySearchPlaceholder_1p12c","search":"select__search_1p12c","size-72":"select__size-72_1p12c"};
5
+ var styles = {"component":"select__component_ebttr","popoverInner":"select__popoverInner_ebttr","optionsListWrapper":"select__optionsListWrapper_ebttr","optionsListBorder":"select__optionsListBorder_ebttr","nativeSelect":"select__nativeSelect_ebttr","block":"select__block_ebttr","emptySearchPlaceholder":"select__emptySearchPlaceholder_ebttr","search":"select__search_ebttr","size-72":"select__size-72_ebttr"};
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_1vma3 {
12
+ .select__sheet_thllq {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_1vma3.select__sheetContent_1vma3 {
15
+ .select__sheetContent_thllq.select__sheetContent_thllq {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_1vma3.select__sheetContent_1vma3 .select__modalContent_1vma3 {
18
+ .select__sheetContent_thllq.select__sheetContent_thllq .select__modalContent_thllq {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_1vma3 {
23
+ .select__sheetContainer_thllq {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_1vma3 {
26
+ .select__optionsListWrapper_thllq {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_1vma3.select__optionsList_1vma3 {
29
+ .select__optionsList_thllq.select__optionsList_thllq {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_1vma3 {
34
+ .select__scrollbar_thllq {
35
35
  flex: 1;
36
36
  }
37
- .select__search_1vma3 {
37
+ .select__search_thllq {
38
38
  padding: var(--gap-8);
39
39
  }
40
- .select__option_1vma3.select__option_1vma3 {
40
+ .select__option_thllq.select__option_thllq {
41
41
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
42
42
  }
43
- .select__option_1vma3.select__option_1vma3:before {
43
+ .select__option_thllq.select__option_thllq:before {
44
44
  display: none;
45
45
  }
46
- .select__optionGroup_1vma3.select__optionGroup_1vma3 {
46
+ .select__optionGroup_thllq.select__optionGroup_thllq {
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_1vma3","sheetContent":"select__sheetContent_1vma3","modalContent":"select__modalContent_1vma3","sheetContainer":"select__sheetContainer_1vma3","optionsListWrapper":"select__optionsListWrapper_1vma3","optionsList":"select__optionsList_1vma3","scrollbar":"select__scrollbar_1vma3","search":"select__search_1vma3","option":"select__option_1vma3","optionGroup":"select__optionGroup_1vma3"};
5
+ var mobileStyles = {"sheet":"select__sheet_thllq","sheetContent":"select__sheetContent_thllq","modalContent":"select__modalContent_thllq","sheetContainer":"select__sheetContainer_thllq","optionsListWrapper":"select__optionsListWrapper_thllq","optionsList":"select__optionsList_thllq","scrollbar":"select__scrollbar_thllq","search":"select__search_thllq","option":"select__option_thllq","optionGroup":"select__optionGroup_thllq"};
6
6
 
7
7
  module.exports = mobileStyles;
8
8
  //# sourceMappingURL=mobile.module.css.js.map
@@ -25,14 +25,14 @@
25
25
  --select-checkmark-background: var(--color-light-neutral-translucent-1300);
26
26
  --select-checkmark-border-radius: var(--border-radius-circle);
27
27
  }
28
- .select__checkmark_1dctt {
28
+ .select__checkmark_1339s {
29
29
  flex-shrink: 0;
30
30
  margin: var(--select-checkmark-margin);
31
31
  }
32
- .select__checkmark_1dctt.select__after_1dctt {
32
+ .select__checkmark_1339s.select__after_1339s {
33
33
  margin: var(--select-checkmark-margin-after);
34
34
  }
35
- .select__single_1dctt {
35
+ .select__single_1339s {
36
36
  display: flex;
37
37
  align-items: center;
38
38
  justify-content: center;
@@ -43,22 +43,22 @@
43
43
  width: var(--select-checkmark-size);
44
44
  height: var(--select-checkmark-size);
45
45
  }
46
- .select__single_1dctt.select__selected_1dctt {
46
+ .select__single_1339s.select__selected_1339s {
47
47
  opacity: 1;
48
48
  }
49
- .select__before_1dctt {
49
+ .select__before_1339s {
50
50
  display: var(--select-checkmark-before-display);
51
51
  }
52
- .select__before_1dctt.select__multiple_1dctt {
52
+ .select__before_1339s.select__multiple_1339s {
53
53
  margin-right: var(--gap-12);
54
54
  display: var(--select-checkmark-before-display-multiple);
55
55
  }
56
- .select__after_1dctt.select__after_1dctt {
56
+ .select__after_1339s.select__after_1339s {
57
57
  display: var(--select-checkmark-after-display);
58
58
  }
59
- .select__after_1dctt.select__after_1dctt.select__single_1dctt {
59
+ .select__after_1339s.select__after_1339s.select__single_1339s {
60
60
  display: var(--select-checkmark-after-display-single);
61
61
  }
62
- .select__colorIcon_1dctt {
62
+ .select__colorIcon_1339s {
63
63
  color: var(--color-light-status-positive);
64
64
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_1dctt","after":"select__after_1dctt","single":"select__single_1dctt","selected":"select__selected_1dctt","before":"select__before_1dctt","multiple":"select__multiple_1dctt","colorIcon":"select__colorIcon_1dctt"};
5
+ var styles = {"checkmark":"select__checkmark_1339s","after":"select__after_1339s","single":"select__single_1339s","selected":"select__selected_1339s","before":"select__before_1339s","multiple":"select__multiple_1339s","colorIcon":"select__colorIcon_1339s"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,7 +2,7 @@
2
2
  --select-mobile-checkmark-display-icon: block;
3
3
  --select-mobile-checkmark-display-badge: none;
4
4
  }
5
- .select__checkmark_nba2x {
5
+ .select__checkmark_18iql {
6
6
  flex-shrink: 0;
7
7
  display: flex;
8
8
  align-items: center;
@@ -11,15 +11,15 @@
11
11
  height: 24px;
12
12
  opacity: 0;
13
13
  }
14
- .select__checkmark_nba2x:first-child {
14
+ .select__checkmark_18iql:first-child {
15
15
  display: none;
16
16
  }
17
- .select__checkmark_nba2x.select__selected_nba2x {
17
+ .select__checkmark_18iql.select__selected_18iql {
18
18
  opacity: 1;
19
19
  }
20
- .select__displayIcon_nba2x {
20
+ .select__displayIcon_18iql {
21
21
  display: var(--select-mobile-checkmark-display-icon);
22
22
  }
23
- .select__displayBadge_nba2x {
23
+ .select__displayBadge_18iql {
24
24
  display: var(--select-mobile-checkmark-display-badge);
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_nba2x","selected":"select__selected_nba2x","displayIcon":"select__displayIcon_nba2x"};
5
+ var styles = {"checkmark":"select__checkmark_18iql","selected":"select__selected_18iql","displayIcon":"select__displayIcon_18iql"};
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_6qtub {
9
+ .select__clearIcon_1bsh7 {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_6qtub:hover {
13
+ .select__clearIcon_1bsh7:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_6qtub:active {
16
+ .select__clearIcon_1bsh7:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_6qtub + [data-addon='error-icon'] {
19
+ .select__clearButton_1bsh7 + [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_6qtub","clearButton":"select__clearButton_6qtub"};
5
+ var styles = {"clearIcon":"select__clearIcon_1bsh7","clearButton":"select__clearButton_1bsh7"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -4,9 +4,8 @@
4
4
  --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
5
5
  }
6
6
  :root {
7
- --font-family-alfasans:
8
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
9
- Helvetica, sans-serif;
7
+ --font-family-system:
8
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
10
9
  }
11
10
  :root {
12
11
  --focus-color: var(--color-light-status-info);
@@ -19,63 +18,60 @@
19
18
  :root {
20
19
  --select-arrow-hover-opacity: 0.7;
21
20
  }
22
- .select__component_1t11v {
21
+ .select__component_hw0s6 {
23
22
  width: 100%;
24
23
  outline: none;
25
24
  }
26
- .select__field_1t11v:not(.select__disabled_1t11v) {
25
+ .select__field_hw0s6:not(.select__disabled_hw0s6) {
27
26
  cursor: pointer;
28
27
  }
29
- .select__field_1t11v:not(.select__disabled_1t11v):hover .select__arrow_1t11v {
28
+ .select__field_hw0s6:not(.select__disabled_hw0s6):hover .select__arrow_hw0s6 {
30
29
  opacity: var(--select-arrow-hover-opacity);
31
30
  }
32
- .select__disabled_1t11v {
31
+ .select__disabled_hw0s6 {
33
32
  cursor: var(--disabled-cursor);
34
33
  }
35
- .select__placeholder_1t11v {
34
+ .select__placeholder_hw0s6 {
36
35
  color: var(--input-placeholder-color);
37
36
  transition: color 0.2s ease;
38
- animation: select__show-placeholder_1t11v 0.2s ease;
37
+ animation: select__show-placeholder_hw0s6 0.2s ease;
39
38
  }
40
- .select__placeholder_1t11v.select__focused_1t11v {
39
+ .select__placeholder_hw0s6.select__focused_hw0s6 {
41
40
  color: var(--input-focus-placeholder-color);
42
41
  }
43
- .select__contentWrapper_1t11v {
42
+ .select__contentWrapper_hw0s6 {
44
43
  font-size: 16px;
45
44
  line-height: 20px;
46
45
  font-weight: 400;
47
- letter-spacing: -0.24px;
48
- font-family: var(--font-family-alfasans);
46
+ font-family: var(--font-family-system);
49
47
 
50
48
  white-space: nowrap;
51
49
  text-overflow: ellipsis;
52
50
  overflow: hidden;
53
51
  width: 100%;
54
52
  }
55
- .select__contentWrapper_1t11v.select__size-40_1t11v {
53
+ .select__contentWrapper_hw0s6.select__size-40_hw0s6 {
56
54
  font-size: 14px;
57
55
  line-height: 18px;
58
56
  font-weight: 400;
59
- letter-spacing: -0.08px;
60
- font-family: var(--font-family-alfasans);
57
+ font-family: var(--font-family-system);
61
58
  }
62
- .select__value_1t11v {
59
+ .select__value_hw0s6 {
63
60
  overflow: hidden;
64
61
  text-overflow: ellipsis;
65
62
  text-align: left;
66
63
  }
67
- .select__value_1t11v.select__size-40_1t11v {
64
+ .select__value_hw0s6.select__size-40_hw0s6 {
68
65
  font-size: 14px;
69
66
  line-height: 18px;
70
67
  font-weight: 400;
71
- letter-spacing: -0.08px;
72
- font-family: var(--font-family-alfasans);
68
+ font-family: var(--font-family-system);
73
69
  }
74
- .select__focusVisible_1t11v {
70
+ .select__focusVisible_hw0s6 {
75
71
  outline: 2px solid var(--focus-color);
76
72
  outline-offset: 2px;
77
73
  }
78
- @keyframes select__show-placeholder_1t11v {
74
+ @keyframes select__show-placeholder_hw0s6 {
79
75
  from {
80
76
  opacity: 0;
81
77
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_1t11v","field":"select__field_1t11v","disabled":"select__disabled_1t11v","arrow":"select__arrow_1t11v","placeholder":"select__placeholder_1t11v","show-placeholder":"select__show-placeholder_1t11v","focused":"select__focused_1t11v","contentWrapper":"select__contentWrapper_1t11v","size-40":"select__size-40_1t11v","value":"select__value_1t11v","focusVisible":"select__focusVisible_1t11v"};
5
+ var styles = {"component":"select__component_hw0s6","field":"select__field_hw0s6","disabled":"select__disabled_hw0s6","arrow":"select__arrow_hw0s6","placeholder":"select__placeholder_hw0s6","show-placeholder":"select__show-placeholder_hw0s6","focused":"select__focused_hw0s6","contentWrapper":"select__contentWrapper_hw0s6","size-40":"select__size-40_hw0s6","value":"select__value_hw0s6","focusVisible":"select__focusVisible_hw0s6"};
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_1qw4m {
9
+ .select__footer_e7y5l {
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_1qw4m .select__button_1qw4m:first-of-type {
16
+ .select__footer_e7y5l .select__button_e7y5l:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_1qw4m {
19
+ .select__button_e7y5l {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_1qw4m {
22
+ .select__highlighted_e7y5l {
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_1qw4m","button":"select__button_1qw4m","highlighted":"select__highlighted_1qw4m"};
5
+ var styles = {"footer":"select__footer_e7y5l","button":"select__button_e7y5l","highlighted":"select__highlighted_e7y5l"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -11,9 +11,8 @@
11
11
  --gap-16: var(--gap-m);
12
12
  }
13
13
  :root {
14
- --font-family-alfasans:
15
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
16
- Helvetica, sans-serif;
14
+ --font-family-system:
15
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
16
  }
18
17
  :root {
19
18
 
@@ -24,7 +23,7 @@
24
23
  --select-optgroup-l-left-padding: var(--gap-16);
25
24
  --select-optgroup-l-right-padding: var(--gap-16);
26
25
  }
27
- .select__optgroup_2du45 {
26
+ .select__optgroup_1wbgk {
28
27
  position: relative;
29
28
  display: flex;
30
29
  align-items: center;
@@ -34,21 +33,21 @@
34
33
  background: var(--select-optgroup-background);
35
34
  min-height: 40px;
36
35
  }
37
- .select__optgroup_2du45 + *[role='option']:before {
36
+ .select__optgroup_1wbgk + *[role='option']:before {
38
37
  display: none;
39
38
  }
40
- .select__label_2du45 {
39
+ .select__label_1wbgk {
41
40
  font-size: 12px;
42
41
  line-height: 16px;
43
42
  font-weight: 400;
44
43
  letter-spacing: 1.25px;
45
44
  text-transform: uppercase;
46
- font-family: var(--font-family-alfasans);
45
+ font-family: var(--font-family-system);
47
46
 
48
47
  display: block;
49
48
  color: var(--select-optgroup-color);
50
49
  }
51
- .select__size-72_2du45 {
50
+ .select__size-72_1wbgk {
52
51
  padding-left: var(--select-optgroup-l-left-padding);
53
52
  padding-right: var(--select-optgroup-l-right-padding);
54
53
  }