@alfalab/core-components-select 19.2.0-alfasans → 19.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) 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 +9 -9
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +17 -19
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-select/index.css +25 -25
  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 +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 +23 -25
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +20 -22
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +9 -9
  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/cssm/components/base-option/index.module.css +3 -5
  32. package/cssm/components/field/index.module.css +5 -9
  33. package/cssm/components/optgroup/index.module.css +3 -4
  34. package/cssm/components/option/desktop/index.module.css +3 -5
  35. package/cssm/components/option/mobile/index.module.css +3 -5
  36. package/esm/components/arrow/index.css +4 -4
  37. package/esm/components/arrow/index.module.css.js +1 -1
  38. package/esm/components/base-checkmark/index.css +9 -9
  39. package/esm/components/base-checkmark/index.module.css.js +1 -1
  40. package/esm/components/base-option/index.css +17 -19
  41. package/esm/components/base-option/index.module.css.js +1 -1
  42. package/esm/components/base-select/index.css +25 -25
  43. package/esm/components/base-select/index.module.css.js +1 -1
  44. package/esm/components/base-select/mobile.css +11 -11
  45. package/esm/components/base-select/mobile.module.css.js +1 -1
  46. package/esm/components/checkmark/index.css +11 -11
  47. package/esm/components/checkmark/index.module.css.js +1 -1
  48. package/esm/components/checkmark-mobile/index.css +6 -6
  49. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  50. package/esm/components/clear-button/index.css +4 -4
  51. package/esm/components/clear-button/index.module.css.js +1 -1
  52. package/esm/components/field/index.css +18 -22
  53. package/esm/components/field/index.module.css.js +1 -1
  54. package/esm/components/footer/index.css +4 -4
  55. package/esm/components/footer/index.module.css.js +1 -1
  56. package/esm/components/optgroup/index.css +7 -8
  57. package/esm/components/optgroup/index.module.css.js +1 -1
  58. package/esm/components/option/desktop/index.css +23 -25
  59. package/esm/components/option/desktop/index.module.css.js +1 -1
  60. package/esm/components/option/mobile/index.css +20 -22
  61. package/esm/components/option/mobile/index.module.css.js +1 -1
  62. package/esm/components/options-list/index.css +9 -9
  63. package/esm/components/options-list/index.module.css.js +1 -1
  64. package/esm/components/search/index.css +1 -1
  65. package/esm/components/search/index.module.css.js +1 -1
  66. package/esm/mobile/modal.mobile.css +1 -1
  67. package/esm/mobile/modal.mobile.module.css.js +1 -1
  68. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  69. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  70. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  71. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  72. package/esm/presets/useSelectWithLoading/index.css +1 -1
  73. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  74. package/mobile/modal.mobile.css +1 -1
  75. package/mobile/modal.mobile.module.css.js +1 -1
  76. package/modern/components/arrow/index.css +4 -4
  77. package/modern/components/arrow/index.module.css.js +1 -1
  78. package/modern/components/base-checkmark/index.css +9 -9
  79. package/modern/components/base-checkmark/index.module.css.js +1 -1
  80. package/modern/components/base-option/index.css +17 -19
  81. package/modern/components/base-option/index.module.css.js +1 -1
  82. package/modern/components/base-select/index.css +25 -25
  83. package/modern/components/base-select/index.module.css.js +1 -1
  84. package/modern/components/base-select/mobile.css +11 -11
  85. package/modern/components/base-select/mobile.module.css.js +1 -1
  86. package/modern/components/checkmark/index.css +11 -11
  87. package/modern/components/checkmark/index.module.css.js +1 -1
  88. package/modern/components/checkmark-mobile/index.css +6 -6
  89. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  90. package/modern/components/clear-button/index.css +4 -4
  91. package/modern/components/clear-button/index.module.css.js +1 -1
  92. package/modern/components/field/index.css +18 -22
  93. package/modern/components/field/index.module.css.js +1 -1
  94. package/modern/components/footer/index.css +4 -4
  95. package/modern/components/footer/index.module.css.js +1 -1
  96. package/modern/components/optgroup/index.css +7 -8
  97. package/modern/components/optgroup/index.module.css.js +1 -1
  98. package/modern/components/option/desktop/index.css +23 -25
  99. package/modern/components/option/desktop/index.module.css.js +1 -1
  100. package/modern/components/option/mobile/index.css +20 -22
  101. package/modern/components/option/mobile/index.module.css.js +1 -1
  102. package/modern/components/options-list/index.css +9 -9
  103. package/modern/components/options-list/index.module.css.js +1 -1
  104. package/modern/components/search/index.css +1 -1
  105. package/modern/components/search/index.module.css.js +1 -1
  106. package/modern/mobile/modal.mobile.css +1 -1
  107. package/modern/mobile/modal.mobile.module.css.js +1 -1
  108. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  109. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  110. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  111. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  112. package/modern/presets/useSelectWithLoading/index.css +1 -1
  113. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  114. package/moderncssm/components/base-option/index.module.css +1 -2
  115. package/moderncssm/components/field/index.module.css +3 -6
  116. package/moderncssm/components/optgroup/index.module.css +1 -1
  117. package/moderncssm/components/option/desktop/index.module.css +1 -2
  118. package/moderncssm/components/option/mobile/index.module.css +1 -2
  119. package/package.json +15 -15
  120. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  121. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  122. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  123. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  124. package/presets/useSelectWithLoading/index.css +1 -1
  125. 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_1fw45 {
12
+ .select__arrow_13157 {
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_1fw45.select__disabled_1fw45 {
22
+ .select__arrow_13157.select__disabled_13157 {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_1fw45.select__size-40_1fw45 {
25
+ .select__arrow_13157.select__size-40_13157 {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_1fw45 {
31
+ .select__open_13157 {
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_1fw45","disabled":"select__disabled_1fw45","size-40":"select__size-40_1fw45","open":"select__open_1fw45"};
5
+ var styles = {"arrow":"select__arrow_13157","disabled":"select__disabled_13157","size-40":"select__size-40_13157","open":"select__open_13157"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,32 +2,32 @@
2
2
  --gap-s: 12px;
3
3
  --gap-12: var(--gap-s);
4
4
  }
5
- .select__checkmark_hcgid {
5
+ .select__checkmark_105cp {
6
6
  flex-shrink: 0;
7
7
  box-sizing: border-box;
8
8
  }
9
- .select__checkmark_hcgid.select__before_hcgid {
9
+ .select__checkmark_105cp.select__before_105cp {
10
10
  margin-right: var(--gap-12);
11
11
  }
12
- .select__checkmark_hcgid.select__after_hcgid {
12
+ .select__checkmark_105cp.select__after_105cp {
13
13
  margin-left: var(--gap-12);
14
14
  }
15
- .select__checkmark_hcgid.select__start_hcgid {
15
+ .select__checkmark_105cp.select__start_105cp {
16
16
  align-self: start;
17
17
  }
18
- .select__checkmark_hcgid.select__center_hcgid {
18
+ .select__checkmark_105cp.select__center_105cp {
19
19
  align-self: center;
20
20
  }
21
- .select__singleIcon_hcgid {
21
+ .select__singleIcon_105cp {
22
22
  flex-shrink: 0;
23
23
  opacity: 0;
24
24
  }
25
- .select__singleIcon_hcgid.select__before_hcgid {
25
+ .select__singleIcon_105cp.select__before_105cp {
26
26
  margin-right: var(--gap-12);
27
27
  }
28
- .select__singleIcon_hcgid.select__after_hcgid {
28
+ .select__singleIcon_105cp.select__after_105cp {
29
29
  margin-left: var(--gap-12);
30
30
  }
31
- .select__singleIcon_hcgid.select__selected_hcgid {
31
+ .select__singleIcon_105cp.select__selected_105cp {
32
32
  opacity: 1;
33
33
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"checkmark":"select__checkmark_hcgid","before":"select__before_hcgid","after":"select__after_hcgid","start":"select__start_hcgid","center":"select__center_hcgid","singleIcon":"select__singleIcon_hcgid","selected":"select__selected_hcgid"};
5
+ var styles = {"checkmark":"select__checkmark_105cp","before":"select__before_105cp","after":"select__after_105cp","start":"select__start_105cp","center":"select__center_105cp","singleIcon":"select__singleIcon_105cp","selected":"select__selected_105cp"};
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_16gyz {
37
+ .select__option_1tmft {
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,49 +50,49 @@
52
50
  cursor: pointer;
53
51
  min-height: var(--size-s-height);
54
52
  }
55
- .select__option_16gyz:not(.select__disabled_16gyz):active {
53
+ .select__option_1tmft:not(.select__disabled_1tmft):active {
56
54
  background: var(--select-option-active-background);
57
55
  color: var(--select-option-active-color);
58
56
  }
59
- .select__option_16gyz.select__checkmarkBefore_16gyz {
57
+ .select__option_1tmft.select__checkmarkBefore_1tmft {
60
58
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
61
59
  }
62
- .select__option_16gyz.select__checkmarkBefore_16gyz.select__mobile_16gyz {
60
+ .select__option_1tmft.select__checkmarkBefore_1tmft.select__mobile_1tmft {
63
61
  padding-left: var(--gap-16);
64
62
  }
65
- .select__option_16gyz.select__checkmarkAfter_16gyz.select__checkmarkAfter_16gyz {
63
+ .select__option_1tmft.select__checkmarkAfter_1tmft.select__checkmarkAfter_1tmft {
66
64
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
67
65
  }
68
- .select__option_16gyz.select__checkmarkAfter_16gyz.select__checkmarkAfter_16gyz.select__size-72_16gyz {
66
+ .select__option_1tmft.select__checkmarkAfter_1tmft.select__checkmarkAfter_1tmft.select__size-72_1tmft {
69
67
  padding-right: var(--gap-16);
70
68
  }
71
- .select__option_16gyz.select__checkmarkAfter_16gyz.select__checkmarkAfter_16gyz.select__mobile_16gyz {
69
+ .select__option_1tmft.select__checkmarkAfter_1tmft.select__checkmarkAfter_1tmft.select__mobile_1tmft {
72
70
  padding-right: var(--gap-20);
73
71
  }
74
- .select__option_16gyz.select__textContent_16gyz {
72
+ .select__option_1tmft.select__textContent_1tmft {
75
73
  padding: var(--gap-12);
76
74
  }
77
- .select__option_16gyz.select__textContent_16gyz.select__size-72_16gyz {
75
+ .select__option_1tmft.select__textContent_1tmft.select__size-72_1tmft {
78
76
  padding-left: var(--gap-16);
79
77
  padding-right: var(--gap-16);
80
78
  }
81
- .select__option_16gyz.select__textContent_16gyz.select__mobile_16gyz {
79
+ .select__option_1tmft.select__textContent_1tmft.select__mobile_1tmft {
82
80
  padding: var(--gap-16) var(--gap-20);
83
81
  }
84
- .select__selected_16gyz {
82
+ .select__selected_1tmft {
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_16gyz {
87
+ .select__highlighted_1tmft {
90
88
  background: var(--select-option-hover-background);
91
89
  color: var(--select-option-hover-color);
92
90
  }
93
- .select__disabled_16gyz {
91
+ .select__disabled_1tmft {
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__content_16gyz {
96
+ .select__content_1tmft {
99
97
  flex: 1;
100
98
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_16gyz","disabled":"select__disabled_16gyz","checkmarkBefore":"select__checkmarkBefore_16gyz","mobile":"select__mobile_16gyz","checkmarkAfter":"select__checkmarkAfter_16gyz","size-72":"select__size-72_16gyz","textContent":"select__textContent_16gyz","selected":"select__selected_16gyz","highlighted":"select__highlighted_16gyz","content":"select__content_16gyz"};
5
+ var styles = {"option":"select__option_1tmft","disabled":"select__disabled_1tmft","checkmarkBefore":"select__checkmarkBefore_1tmft","mobile":"select__mobile_1tmft","checkmarkAfter":"select__checkmarkAfter_1tmft","size-72":"select__size-72_1tmft","textContent":"select__textContent_1tmft","selected":"select__selected_1tmft","highlighted":"select__highlighted_1tmft","content":"select__content_1tmft"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -32,32 +32,32 @@
32
32
  --select-option-background: var(--color-light-modal-bg-primary);
33
33
  --select-option-border-radius: var(--border-radius-0);
34
34
  }
35
- .select__component_1x32c {
35
+ .select__component_1hvc8 {
36
36
  width: -moz-max-content;
37
37
  width: max-content;
38
38
  position: relative;
39
39
  outline: 0;
40
40
  max-width: 100%;
41
41
  }
42
- .select__popoverInner_1x32c {
42
+ .select__popoverInner_1hvc8 {
43
43
  padding-top: var(--select-options-list-offset);
44
44
  padding-bottom: var(--select-options-list-offset);
45
45
  background: transparent;
46
46
  border-radius: var(--border-radius-0);
47
47
  position: relative;
48
48
  }
49
- .select__popoverInner_1x32c.select__popoverInner_1x32c {
49
+ .select__popoverInner_1hvc8.select__popoverInner_1hvc8 {
50
50
  box-shadow: none;
51
51
  border: none;
52
52
  }
53
- .select__optionsListWrapper_1x32c {
53
+ .select__optionsListWrapper_1hvc8 {
54
54
  position: relative;
55
55
  box-shadow: var(--select-options-list-box-shadow);
56
56
  border-radius: var(--select-options-list-border-radius);
57
57
  background: var(--select-option-background);
58
58
  overflow: hidden;
59
59
  }
60
- .select__optionsListBorder_1x32c {
60
+ .select__optionsListBorder_1hvc8 {
61
61
  position: absolute;
62
62
  top: var(--gap-0);
63
63
  right: var(--gap-0);
@@ -67,7 +67,7 @@
67
67
  border-radius: inherit;
68
68
  pointer-events: none;
69
69
  }
70
- .select__nativeSelect_1x32c {
70
+ .select__nativeSelect_1hvc8 {
71
71
  opacity: 0;
72
72
  overflow: hidden;
73
73
  position: absolute;
@@ -81,70 +81,70 @@
81
81
  cursor: pointer;
82
82
  z-index: 1;
83
83
  }
84
- .select__block_1x32c {
84
+ .select__block_1hvc8 {
85
85
  width: 100%;
86
86
  }
87
- .select__emptySearchPlaceholder_1x32c {
87
+ .select__emptySearchPlaceholder_1hvc8 {
88
88
  text-align: center;
89
89
  }
90
- .select__search_1x32c {
90
+ .select__search_1hvc8 {
91
91
  margin: calc(var(--gap-12) - var(--select-options-list-top-padding))
92
92
  calc(var(--gap-12) - var(--select-options-list-right-padding)) var(--gap-0)
93
93
  calc(var(--gap-12) - var(--select-options-list-left-padding));
94
94
  }
95
- .select__search_1x32c:last-child {
95
+ .select__search_1hvc8:last-child {
96
96
  margin-bottom: calc(var(--gap-12) - var(--select-options-list-bottom-padding));
97
97
  }
98
- .select__option_1x32c {
98
+ .select__option_1hvc8 {
99
99
  border-radius: var(--select-option-border-radius);
100
100
  }
101
- .select__list_1x32c {
101
+ .select__list_1hvc8 {
102
102
  display: inline-block;
103
103
  }
104
- .select__matchContent_1x32c {
105
- .select__scrollbar_1x32c[data-simplebar] {
106
- .select__scrollable_1x32c {
104
+ .select__matchContent_1hvc8 {
105
+ .select__scrollbar_1hvc8[data-simplebar] {
106
+ .select__scrollable_1hvc8 {
107
107
  display: flex;
108
108
  }
109
109
 
110
- .select__content_1x32c {
110
+ .select__content_1hvc8 {
111
111
  flex-grow: 1;
112
112
  }
113
113
 
114
- .select__list_1x32c {
114
+ .select__list_1hvc8 {
115
115
  display: inline-block;
116
116
  min-width: 100%;
117
117
  }
118
118
  }
119
119
 
120
- *:not(&) .select__list_1x32c {
120
+ *:not(&) .select__list_1hvc8 {
121
121
  min-width: 100%;
122
122
  max-width: 100%;
123
123
  }
124
124
  }
125
- .select__scrollbar_1x32c {
125
+ .select__scrollbar_1hvc8 {
126
126
  padding-right: var(--select-options-list-right-padding);
127
127
  padding-left: var(--select-options-list-left-padding);
128
128
  }
129
- .select__scrollbar_1x32c:first-child {
130
- .select__list_1x32c:before {
129
+ .select__scrollbar_1hvc8:first-child {
130
+ .select__list_1hvc8:before {
131
131
  content: '';
132
132
  display: block;
133
133
  padding-top: var(--select-options-list-top-padding);
134
134
  }
135
135
  }
136
- .select__scrollbar_1x32c:last-child {
137
- .select__list_1x32c:after {
136
+ .select__scrollbar_1hvc8:last-child {
137
+ .select__list_1hvc8:after {
138
138
  content: '';
139
139
  display: block;
140
140
  padding-top: var(--select-options-list-bottom-padding);
141
141
  }
142
142
  }
143
143
  .simplebar-track.simplebar-vertical {
144
- .select__scrollbar_1x32c:first-child & {
144
+ .select__scrollbar_1hvc8:first-child & {
145
145
  top: var(--select-options-list-scrollbar-gap);
146
146
  }
147
- .select__scrollbar_1x32c:last-child & {
147
+ .select__scrollbar_1hvc8:last-child & {
148
148
  bottom: var(--select-options-list-scrollbar-gap);
149
149
  }
150
150
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"component":"select__component_1x32c","popoverInner":"select__popoverInner_1x32c","optionsListWrapper":"select__optionsListWrapper_1x32c","optionsListBorder":"select__optionsListBorder_1x32c","nativeSelect":"select__nativeSelect_1x32c","block":"select__block_1x32c","emptySearchPlaceholder":"select__emptySearchPlaceholder_1x32c","search":"select__search_1x32c","option":"select__option_1x32c","list":"select__list_1x32c","matchContent":"select__matchContent_1x32c","scrollbar":"select__scrollbar_1x32c","scrollable":"select__scrollable_1x32c","content":"select__content_1x32c"};
5
+ var styles = {"component":"select__component_1hvc8","popoverInner":"select__popoverInner_1hvc8","optionsListWrapper":"select__optionsListWrapper_1hvc8","optionsListBorder":"select__optionsListBorder_1hvc8","nativeSelect":"select__nativeSelect_1hvc8","block":"select__block_1hvc8","emptySearchPlaceholder":"select__emptySearchPlaceholder_1hvc8","search":"select__search_1hvc8","option":"select__option_1hvc8","list":"select__list_1hvc8","matchContent":"select__matchContent_1hvc8","scrollbar":"select__scrollbar_1hvc8","scrollable":"select__scrollable_1hvc8","content":"select__content_1hvc8"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -9,41 +9,41 @@
9
9
  --gap-16: var(--gap-m);
10
10
  --gap-20: var(--gap-l);
11
11
  }
12
- .select__sheet_1oyap {
12
+ .select__sheet_1oz79 {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_1oyap.select__sheetContent_1oyap {
15
+ .select__sheetContent_1oz79.select__sheetContent_1oz79 {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_1oyap.select__sheetContent_1oyap .select__modalContent_1oyap {
18
+ .select__sheetContent_1oz79.select__sheetContent_1oz79 .select__modalContent_1oz79 {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_1oyap {
23
+ .select__sheetContainer_1oz79 {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_1oyap {
26
+ .select__optionsListWrapper_1oz79 {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_1oyap.select__optionsList_1oyap {
29
+ .select__optionsList_1oz79.select__optionsList_1oz79 {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_1oyap {
34
+ .select__scrollbar_1oz79 {
35
35
  flex: 1;
36
36
  overflow: visible;
37
37
  }
38
- .select__search_1oyap {
38
+ .select__search_1oz79 {
39
39
  padding: var(--gap-8);
40
40
  }
41
- .select__option_1oyap.select__option_1oyap {
41
+ .select__option_1oz79.select__option_1oz79 {
42
42
  padding: var(--gap-4) var(--gap-20) var(--gap-4);
43
43
  }
44
- .select__option_1oyap.select__option_1oyap:before {
44
+ .select__option_1oz79.select__option_1oz79:before {
45
45
  display: none;
46
46
  }
47
- .select__optionGroup_1oyap.select__optionGroup_1oyap {
47
+ .select__optionGroup_1oz79.select__optionGroup_1oz79 {
48
48
  padding: var(--gap-16) var(--gap-16) var(--gap-8);
49
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./mobile.css');
4
4
 
5
- var mobileStyles = {"sheet":"select__sheet_1oyap","sheetContent":"select__sheetContent_1oyap","modalContent":"select__modalContent_1oyap","sheetContainer":"select__sheetContainer_1oyap","optionsListWrapper":"select__optionsListWrapper_1oyap","optionsList":"select__optionsList_1oyap","scrollbar":"select__scrollbar_1oyap","search":"select__search_1oyap","option":"select__option_1oyap","optionGroup":"select__optionGroup_1oyap"};
5
+ var mobileStyles = {"sheet":"select__sheet_1oz79","sheetContent":"select__sheetContent_1oz79","modalContent":"select__modalContent_1oz79","sheetContainer":"select__sheetContainer_1oz79","optionsListWrapper":"select__optionsListWrapper_1oz79","optionsList":"select__optionsList_1oz79","scrollbar":"select__scrollbar_1oz79","search":"select__search_1oz79","option":"select__option_1oz79","optionGroup":"select__optionGroup_1oz79"};
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_1scgv {
16
+ .select__checkmark_1ykvg {
17
17
  flex-shrink: 0;
18
18
  }
19
- .select__checkmark_1scgv.select__before_1scgv {
19
+ .select__checkmark_1ykvg.select__before_1ykvg {
20
20
  display: var(--select-checkmark-before-display);
21
21
  }
22
- .select__checkmark_1scgv.select__after_1scgv {
22
+ .select__checkmark_1ykvg.select__after_1ykvg {
23
23
  display: var(--select-checkmark-after-display);
24
24
  }
25
- .select__single_1scgv {
25
+ .select__single_1ykvg {
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_1scgv.select__selected_1scgv {
33
+ .select__single_1ykvg.select__selected_1ykvg {
34
34
  opacity: 1;
35
35
  }
36
- .select__multiple_1scgv.select__before_1scgv {
36
+ .select__multiple_1ykvg.select__before_1ykvg {
37
37
  margin-right: var(--gap-12);
38
38
  display: var(--select-checkmark-before-display-multiple);
39
39
  }
40
- .select__multiple_1scgv.select__after_1scgv {
40
+ .select__multiple_1ykvg.select__after_1ykvg {
41
41
  margin-left: var(--gap-12);
42
42
  }
43
- .select__after_1scgv.select__after_1scgv {
43
+ .select__after_1ykvg.select__after_1ykvg {
44
44
  display: var(--select-checkmark-after-display);
45
45
  }
46
- .select__after_1scgv.select__after_1scgv.select__single_1scgv {
46
+ .select__after_1ykvg.select__after_1ykvg.select__single_1ykvg {
47
47
  display: var(--select-checkmark-after-display-single);
48
48
  }
49
- .select__colorIcon_1scgv {
49
+ .select__colorIcon_1ykvg {
50
50
  color: var(--color-light-status-positive);
51
51
  }
52
- .select__displayIcon_1scgv {
52
+ .select__displayIcon_1ykvg {
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_1scgv","before":"select__before_1scgv","after":"select__after_1scgv","single":"select__single_1scgv","selected":"select__selected_1scgv","multiple":"select__multiple_1scgv","colorIcon":"select__colorIcon_1scgv","displayIcon":"select__displayIcon_1scgv"};
5
+ var styles = {"checkmark":"select__checkmark_1ykvg","before":"select__before_1ykvg","after":"select__after_1ykvg","single":"select__single_1ykvg","selected":"select__selected_1ykvg","multiple":"select__multiple_1ykvg","colorIcon":"select__colorIcon_1ykvg","displayIcon":"select__displayIcon_1ykvg"};
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_1o53p {
9
+ .select__checkmark_4z873 {
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_1o53p.select__selected_1o53p {
18
+ .select__checkmark_4z873.select__selected_4z873 {
19
19
  opacity: 1;
20
20
  }
21
- .select__checkmark_1o53p.select__before_1o53p {
21
+ .select__checkmark_4z873.select__before_4z873 {
22
22
  margin-right: var(--gap-8);
23
23
  }
24
- .select__checkmark_1o53p.select__after_1o53p {
24
+ .select__checkmark_4z873.select__after_4z873 {
25
25
  margin-left: var(--gap-8);
26
26
  }
27
- .select__displayIcon_1o53p {
27
+ .select__displayIcon_4z873 {
28
28
  display: var(--select-mobile-checkmark-display-icon);
29
29
  }
30
- .select__displayBadge_1o53p {
30
+ .select__displayBadge_4z873 {
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_1o53p","selected":"select__selected_1o53p","before":"select__before_1o53p","after":"select__after_1o53p","displayIcon":"select__displayIcon_1o53p","displayBadge":"select__displayBadge_1o53p"};
5
+ var styles = {"checkmark":"select__checkmark_4z873","selected":"select__selected_4z873","before":"select__before_4z873","after":"select__after_4z873","displayIcon":"select__displayIcon_4z873","displayBadge":"select__displayBadge_4z873"};
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_1gmjh {
9
+ .select__clearIcon_88ytj {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_1gmjh:hover {
13
+ .select__clearIcon_88ytj:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_1gmjh:active {
16
+ .select__clearIcon_88ytj:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_1gmjh + [data-addon='error-icon'] {
19
+ .select__clearButton_88ytj + [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_1gmjh","clearButton":"select__clearButton_1gmjh"};
5
+ var styles = {"clearIcon":"select__clearIcon_88ytj","clearButton":"select__clearButton_88ytj"};
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_13vng {
21
+ .select__component_1ddmf {
23
22
  width: 100%;
24
23
  outline: none;
25
24
  }
26
- .select__field_13vng:not(.select__disabled_13vng) {
25
+ .select__field_1ddmf:not(.select__disabled_1ddmf) {
27
26
  cursor: pointer;
28
27
  }
29
- .select__field_13vng:not(.select__disabled_13vng):hover .select__arrow_13vng {
28
+ .select__field_1ddmf:not(.select__disabled_1ddmf):hover .select__arrow_1ddmf {
30
29
  opacity: var(--select-arrow-hover-opacity);
31
30
  }
32
- .select__disabled_13vng {
31
+ .select__disabled_1ddmf {
33
32
  cursor: var(--disabled-cursor);
34
33
  }
35
- .select__placeholder_13vng {
34
+ .select__placeholder_1ddmf {
36
35
  color: var(--input-placeholder-color);
37
36
  transition: color 0.2s ease;
38
- animation: select__show-placeholder_13vng 0.2s ease;
37
+ animation: select__show-placeholder_1ddmf 0.2s ease;
39
38
  }
40
- .select__placeholder_13vng.select__focused_13vng {
39
+ .select__placeholder_1ddmf.select__focused_1ddmf {
41
40
  color: var(--input-focus-placeholder-color);
42
41
  }
43
- .select__contentWrapper_13vng {
42
+ .select__contentWrapper_1ddmf {
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_13vng.select__size-40_13vng {
53
+ .select__contentWrapper_1ddmf.select__size-40_1ddmf {
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_13vng {
59
+ .select__value_1ddmf {
63
60
  overflow: hidden;
64
61
  text-overflow: ellipsis;
65
62
  text-align: left;
66
63
  }
67
- .select__value_13vng.select__size-40_13vng {
64
+ .select__value_1ddmf.select__size-40_1ddmf {
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_13vng {
70
+ .select__focusVisible_1ddmf {
75
71
  outline: 2px solid var(--focus-color);
76
72
  outline-offset: 2px;
77
73
  }
78
- @keyframes select__show-placeholder_13vng {
74
+ @keyframes select__show-placeholder_1ddmf {
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_13vng","field":"select__field_13vng","disabled":"select__disabled_13vng","arrow":"select__arrow_13vng","placeholder":"select__placeholder_13vng","show-placeholder":"select__show-placeholder_13vng","focused":"select__focused_13vng","contentWrapper":"select__contentWrapper_13vng","size-40":"select__size-40_13vng","value":"select__value_13vng","focusVisible":"select__focusVisible_13vng"};
5
+ var styles = {"component":"select__component_1ddmf","field":"select__field_1ddmf","disabled":"select__disabled_1ddmf","arrow":"select__arrow_1ddmf","placeholder":"select__placeholder_1ddmf","show-placeholder":"select__show-placeholder_1ddmf","focused":"select__focused_1ddmf","contentWrapper":"select__contentWrapper_1ddmf","size-40":"select__size-40_1ddmf","value":"select__value_1ddmf","focusVisible":"select__focusVisible_1ddmf"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map