@alfalab/core-components-select 19.0.3-alfasans → 19.0.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 +5 -5
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +16 -16
  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 +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 +5 -5
  36. package/esm/components/base-checkmark/index.module.css.js +1 -1
  37. package/esm/components/base-option/index.css +16 -16
  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 +9 -9
  44. package/esm/components/checkmark/index.module.css.js +1 -1
  45. package/esm/components/checkmark-mobile/index.css +5 -5
  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 +3 -3
  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 +5 -5
  74. package/modern/components/base-checkmark/index.module.css.js +1 -1
  75. package/modern/components/base-option/index.css +16 -16
  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 +9 -9
  82. package/modern/components/checkmark/index.module.css.js +1 -1
  83. package/modern/components/checkmark-mobile/index.css +5 -5
  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 +3 -3
  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 +4 -4
  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 +3 -3
  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_1ag2t {
12
+ .select__arrow_cxwmc {
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_1ag2t.select__disabled_1ag2t {
22
+ .select__arrow_cxwmc.select__disabled_cxwmc {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_1ag2t.select__size-40_1ag2t {
25
+ .select__arrow_cxwmc.select__size-40_cxwmc {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_1ag2t {
31
+ .select__open_cxwmc {
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_1ag2t","disabled":"select__disabled_1ag2t","size-40":"select__size-40_1ag2t","open":"select__open_1ag2t"};
5
+ var styles = {"arrow":"select__arrow_cxwmc","disabled":"select__disabled_cxwmc","size-40":"select__size-40_cxwmc","open":"select__open_cxwmc"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,19 +1,19 @@
1
- .select__checkmark_1gwxw {
1
+ .select__checkmark_sxlws {
2
2
  flex-shrink: 0;
3
3
  box-sizing: border-box;
4
4
  }
5
- .select__checkmark_1gwxw.select__start_1gwxw {
5
+ .select__checkmark_sxlws.select__start_sxlws {
6
6
  align-self: start;
7
7
  }
8
- .select__checkmark_1gwxw.select__center_1gwxw {
8
+ .select__checkmark_sxlws.select__center_sxlws {
9
9
  align-self: center;
10
10
  }
11
- .select__single_1gwxw {
11
+ .select__single_sxlws {
12
12
  display: flex;
13
13
  align-items: center;
14
14
  justify-content: center;
15
15
  opacity: 0;
16
16
  }
17
- .select__single_1gwxw.select__selected_1gwxw {
17
+ .select__single_sxlws.select__selected_sxlws {
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_1gwxw","start":"select__start_1gwxw","center":"select__center_1gwxw","single":"select__single_1gwxw","selected":"select__selected_1gwxw"};
5
+ var styles = {"checkmark":"select__checkmark_sxlws","start":"select__start_sxlws","center":"select__center_sxlws","single":"select__single_sxlws","selected":"select__selected_sxlws"};
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_98piy {
38
+ .select__option_n3bqa {
39
39
  font-size: 16px;
40
40
  line-height: 20px;
41
41
  font-weight: 400;
@@ -52,55 +52,55 @@
52
52
  cursor: pointer;
53
53
  min-height: var(--size-s-height);
54
54
  }
55
- .select__option_98piy:not(.select__disabled_98piy):active {
55
+ .select__option_n3bqa:not(.select__disabled_n3bqa):active {
56
56
  background: var(--select-option-active-background);
57
57
  color: var(--select-option-active-color);
58
58
  }
59
- .select__option_98piy.select__checkmarkBefore_98piy {
59
+ .select__option_n3bqa.select__checkmarkBefore_n3bqa {
60
60
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
61
61
  }
62
- .select__option_98piy.select__checkmarkBefore_98piy.select__mobile_98piy {
62
+ .select__option_n3bqa.select__checkmarkBefore_n3bqa.select__mobile_n3bqa {
63
63
  padding-left: var(--gap-16);
64
64
  }
65
- .select__option_98piy.select__checkmarkAfter_98piy.select__checkmarkAfter_98piy {
65
+ .select__option_n3bqa.select__checkmarkAfter_n3bqa.select__checkmarkAfter_n3bqa {
66
66
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
67
67
  }
68
- .select__option_98piy.select__checkmarkAfter_98piy.select__checkmarkAfter_98piy.select__size-72_98piy {
68
+ .select__option_n3bqa.select__checkmarkAfter_n3bqa.select__checkmarkAfter_n3bqa.select__size-72_n3bqa {
69
69
  padding-right: var(--gap-16);
70
70
  }
71
- .select__option_98piy.select__checkmarkAfter_98piy.select__checkmarkAfter_98piy.select__mobile_98piy {
71
+ .select__option_n3bqa.select__checkmarkAfter_n3bqa.select__checkmarkAfter_n3bqa.select__mobile_n3bqa {
72
72
  padding-right: var(--gap-20);
73
73
  }
74
- .select__option_98piy.select__textContent_98piy {
74
+ .select__option_n3bqa.select__textContent_n3bqa {
75
75
  padding: var(--gap-12);
76
76
  }
77
- .select__option_98piy.select__textContent_98piy.select__size-72_98piy {
77
+ .select__option_n3bqa.select__textContent_n3bqa.select__size-72_n3bqa {
78
78
  padding-left: var(--gap-16);
79
79
  padding-right: var(--gap-16);
80
80
  }
81
- .select__option_98piy.select__textContent_98piy.select__mobile_98piy {
81
+ .select__option_n3bqa.select__textContent_n3bqa.select__mobile_n3bqa {
82
82
  padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
83
83
  }
84
- .select__selected_98piy {
84
+ .select__selected_n3bqa {
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_98piy {
89
+ .select__highlighted_n3bqa {
90
90
  background: var(--select-option-hover-background);
91
91
  color: var(--select-option-hover-color);
92
92
  }
93
- .select__disabled_98piy {
93
+ .select__disabled_n3bqa {
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__checkmarkBeforeContent_98piy {
98
+ .select__checkmarkBeforeContent_n3bqa {
99
99
  margin-right: var(--gap-12);
100
100
  }
101
- .select__checkmarkAfterContent_98piy {
101
+ .select__checkmarkAfterContent_n3bqa {
102
102
  margin-left: var(--gap-12);
103
103
  }
104
- .select__content_98piy {
104
+ .select__content_n3bqa {
105
105
  flex: 1;
106
106
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_98piy","disabled":"select__disabled_98piy","checkmarkBefore":"select__checkmarkBefore_98piy","mobile":"select__mobile_98piy","checkmarkAfter":"select__checkmarkAfter_98piy","size-72":"select__size-72_98piy","textContent":"select__textContent_98piy","selected":"select__selected_98piy","highlighted":"select__highlighted_98piy","checkmarkBeforeContent":"select__checkmarkBeforeContent_98piy","checkmarkAfterContent":"select__checkmarkAfterContent_98piy","content":"select__content_98piy"};
5
+ var styles = {"option":"select__option_n3bqa","disabled":"select__disabled_n3bqa","checkmarkBefore":"select__checkmarkBefore_n3bqa","mobile":"select__mobile_n3bqa","checkmarkAfter":"select__checkmarkAfter_n3bqa","size-72":"select__size-72_n3bqa","textContent":"select__textContent_n3bqa","selected":"select__selected_n3bqa","highlighted":"select__highlighted_n3bqa","checkmarkBeforeContent":"select__checkmarkBeforeContent_n3bqa","checkmarkAfterContent":"select__checkmarkAfterContent_n3bqa","content":"select__content_n3bqa"};
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_va7rg {
33
+ .select__component_u43fv {
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_va7rg {
40
+ .select__popoverInner_u43fv {
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_va7rg.select__popoverInner_va7rg {
47
+ .select__popoverInner_u43fv.select__popoverInner_u43fv {
48
48
  box-shadow: none;
49
49
  border: none;
50
50
  }
51
- .select__optionsListWrapper_va7rg {
51
+ .select__optionsListWrapper_u43fv {
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_va7rg {
61
+ .select__optionsListBorder_u43fv {
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_va7rg {
71
+ .select__nativeSelect_u43fv {
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_va7rg {
85
+ .select__block_u43fv {
86
86
  width: 100%;
87
87
  }
88
- .select__emptySearchPlaceholder_va7rg {
88
+ .select__emptySearchPlaceholder_u43fv {
89
89
  text-align: center;
90
90
  }
91
- .select__search_va7rg {
91
+ .select__search_u43fv {
92
92
  margin: var(--gap-12) var(--gap-12) var(--gap-0);
93
93
  }
94
- .select__search_va7rg.select__size-72_va7rg {
94
+ .select__search_u43fv.select__size-72_u43fv {
95
95
  margin-left: var(--gap-16);
96
96
  margin-right: var(--gap-16);
97
97
  }
98
- .select__search_va7rg:last-child {
98
+ .select__search_u43fv: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_va7rg","popoverInner":"select__popoverInner_va7rg","optionsListWrapper":"select__optionsListWrapper_va7rg","optionsListBorder":"select__optionsListBorder_va7rg","nativeSelect":"select__nativeSelect_va7rg","block":"select__block_va7rg","emptySearchPlaceholder":"select__emptySearchPlaceholder_va7rg","search":"select__search_va7rg","size-72":"select__size-72_va7rg"};
5
+ var styles = {"component":"select__component_u43fv","popoverInner":"select__popoverInner_u43fv","optionsListWrapper":"select__optionsListWrapper_u43fv","optionsListBorder":"select__optionsListBorder_u43fv","nativeSelect":"select__nativeSelect_u43fv","block":"select__block_u43fv","emptySearchPlaceholder":"select__emptySearchPlaceholder_u43fv","search":"select__search_u43fv","size-72":"select__size-72_u43fv"};
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_qcs0j {
12
+ .select__sheet_1nuy8 {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_qcs0j.select__sheetContent_qcs0j {
15
+ .select__sheetContent_1nuy8.select__sheetContent_1nuy8 {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_qcs0j.select__sheetContent_qcs0j .select__modalContent_qcs0j {
18
+ .select__sheetContent_1nuy8.select__sheetContent_1nuy8 .select__modalContent_1nuy8 {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_qcs0j {
23
+ .select__sheetContainer_1nuy8 {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_qcs0j {
26
+ .select__optionsListWrapper_1nuy8 {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_qcs0j.select__optionsList_qcs0j {
29
+ .select__optionsList_1nuy8.select__optionsList_1nuy8 {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_qcs0j {
34
+ .select__scrollbar_1nuy8 {
35
35
  flex: 1;
36
36
  }
37
- .select__search_qcs0j {
37
+ .select__search_1nuy8 {
38
38
  padding: var(--gap-8);
39
39
  }
40
- .select__option_qcs0j.select__option_qcs0j {
40
+ .select__option_1nuy8.select__option_1nuy8 {
41
41
  padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
42
42
  }
43
- .select__option_qcs0j.select__option_qcs0j:before {
43
+ .select__option_1nuy8.select__option_1nuy8:before {
44
44
  display: none;
45
45
  }
46
- .select__optionGroup_qcs0j.select__optionGroup_qcs0j {
46
+ .select__optionGroup_1nuy8.select__optionGroup_1nuy8 {
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_qcs0j","sheetContent":"select__sheetContent_qcs0j","modalContent":"select__modalContent_qcs0j","sheetContainer":"select__sheetContainer_qcs0j","optionsListWrapper":"select__optionsListWrapper_qcs0j","optionsList":"select__optionsList_qcs0j","scrollbar":"select__scrollbar_qcs0j","search":"select__search_qcs0j","option":"select__option_qcs0j","optionGroup":"select__optionGroup_qcs0j"};
5
+ var mobileStyles = {"sheet":"select__sheet_1nuy8","sheetContent":"select__sheetContent_1nuy8","modalContent":"select__modalContent_1nuy8","sheetContainer":"select__sheetContainer_1nuy8","optionsListWrapper":"select__optionsListWrapper_1nuy8","optionsList":"select__optionsList_1nuy8","scrollbar":"select__scrollbar_1nuy8","search":"select__search_1nuy8","option":"select__option_1nuy8","optionGroup":"select__optionGroup_1nuy8"};
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_v47ep {
28
+ .select__checkmark_18ytm {
29
29
  flex-shrink: 0;
30
30
  margin: var(--select-checkmark-margin);
31
31
  }
32
- .select__checkmark_v47ep.select__after_v47ep {
32
+ .select__checkmark_18ytm.select__after_18ytm {
33
33
  margin: var(--select-checkmark-margin-after);
34
34
  }
35
- .select__single_v47ep {
35
+ .select__single_18ytm {
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_v47ep.select__selected_v47ep {
46
+ .select__single_18ytm.select__selected_18ytm {
47
47
  opacity: 1;
48
48
  }
49
- .select__before_v47ep {
49
+ .select__before_18ytm {
50
50
  display: var(--select-checkmark-before-display);
51
51
  }
52
- .select__before_v47ep.select__multiple_v47ep {
52
+ .select__before_18ytm.select__multiple_18ytm {
53
53
  margin-right: var(--gap-12);
54
54
  display: var(--select-checkmark-before-display-multiple);
55
55
  }
56
- .select__after_v47ep.select__after_v47ep {
56
+ .select__after_18ytm.select__after_18ytm {
57
57
  display: var(--select-checkmark-after-display);
58
58
  }
59
- .select__after_v47ep.select__after_v47ep.select__single_v47ep {
59
+ .select__after_18ytm.select__after_18ytm.select__single_18ytm {
60
60
  display: var(--select-checkmark-after-display-single);
61
61
  }
62
- .select__colorIcon_v47ep {
62
+ .select__colorIcon_18ytm {
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_v47ep","after":"select__after_v47ep","single":"select__single_v47ep","selected":"select__selected_v47ep","before":"select__before_v47ep","multiple":"select__multiple_v47ep","colorIcon":"select__colorIcon_v47ep"};
5
+ var styles = {"checkmark":"select__checkmark_18ytm","after":"select__after_18ytm","single":"select__single_18ytm","selected":"select__selected_18ytm","before":"select__before_18ytm","multiple":"select__multiple_18ytm","colorIcon":"select__colorIcon_18ytm"};
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_ue5uy {
5
+ .select__checkmark_s2yju {
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_ue5uy:first-child {
14
+ .select__checkmark_s2yju:first-child {
15
15
  display: none;
16
16
  }
17
- .select__checkmark_ue5uy.select__selected_ue5uy {
17
+ .select__checkmark_s2yju.select__selected_s2yju {
18
18
  opacity: 1;
19
19
  }
20
- .select__displayIcon_ue5uy {
20
+ .select__displayIcon_s2yju {
21
21
  display: var(--select-mobile-checkmark-display-icon);
22
22
  }
23
- .select__displayBadge_ue5uy {
23
+ .select__displayBadge_s2yju {
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_ue5uy","selected":"select__selected_ue5uy","displayIcon":"select__displayIcon_ue5uy"};
5
+ var styles = {"checkmark":"select__checkmark_s2yju","selected":"select__selected_s2yju","displayIcon":"select__displayIcon_s2yju"};
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_5ivr3 {
9
+ .select__clearIcon_x84ud {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_5ivr3:hover {
13
+ .select__clearIcon_x84ud:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_5ivr3:active {
16
+ .select__clearIcon_x84ud:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_5ivr3 + [data-addon='error-icon'] {
19
+ .select__clearButton_x84ud + [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_5ivr3","clearButton":"select__clearButton_5ivr3"};
5
+ var styles = {"clearIcon":"select__clearIcon_x84ud","clearButton":"select__clearButton_x84ud"};
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_1rt3r {
22
+ .select__component_kh8ta {
23
23
  width: 100%;
24
24
  outline: none;
25
25
  }
26
- .select__field_1rt3r:not(.select__disabled_1rt3r) {
26
+ .select__field_kh8ta:not(.select__disabled_kh8ta) {
27
27
  cursor: pointer;
28
28
  }
29
- .select__field_1rt3r:not(.select__disabled_1rt3r):hover .select__arrow_1rt3r {
29
+ .select__field_kh8ta:not(.select__disabled_kh8ta):hover .select__arrow_kh8ta {
30
30
  opacity: var(--select-arrow-hover-opacity);
31
31
  }
32
- .select__disabled_1rt3r {
32
+ .select__disabled_kh8ta {
33
33
  cursor: var(--disabled-cursor);
34
34
  }
35
- .select__placeholder_1rt3r {
35
+ .select__placeholder_kh8ta {
36
36
  color: var(--input-placeholder-color);
37
37
  transition: color 0.2s ease;
38
- animation: select__show-placeholder_1rt3r 0.2s ease;
38
+ animation: select__show-placeholder_kh8ta 0.2s ease;
39
39
  }
40
- .select__placeholder_1rt3r.select__focused_1rt3r {
40
+ .select__placeholder_kh8ta.select__focused_kh8ta {
41
41
  color: var(--input-focus-placeholder-color);
42
42
  }
43
- .select__contentWrapper_1rt3r {
43
+ .select__contentWrapper_kh8ta {
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_1rt3r.select__size-40_1rt3r {
55
+ .select__contentWrapper_kh8ta.select__size-40_kh8ta {
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_1rt3r {
62
+ .select__value_kh8ta {
63
63
  overflow: hidden;
64
64
  text-overflow: ellipsis;
65
65
  text-align: left;
66
66
  }
67
- .select__value_1rt3r.select__size-40_1rt3r {
67
+ .select__value_kh8ta.select__size-40_kh8ta {
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_1rt3r {
74
+ .select__focusVisible_kh8ta {
75
75
  outline: 2px solid var(--focus-color);
76
76
  outline-offset: 2px;
77
77
  }
78
- @keyframes select__show-placeholder_1rt3r {
78
+ @keyframes select__show-placeholder_kh8ta {
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_1rt3r","field":"select__field_1rt3r","disabled":"select__disabled_1rt3r","arrow":"select__arrow_1rt3r","placeholder":"select__placeholder_1rt3r","show-placeholder":"select__show-placeholder_1rt3r","focused":"select__focused_1rt3r","contentWrapper":"select__contentWrapper_1rt3r","size-40":"select__size-40_1rt3r","value":"select__value_1rt3r","focusVisible":"select__focusVisible_1rt3r"};
5
+ var styles = {"component":"select__component_kh8ta","field":"select__field_kh8ta","disabled":"select__disabled_kh8ta","arrow":"select__arrow_kh8ta","placeholder":"select__placeholder_kh8ta","show-placeholder":"select__show-placeholder_kh8ta","focused":"select__focused_kh8ta","contentWrapper":"select__contentWrapper_kh8ta","size-40":"select__size-40_kh8ta","value":"select__value_kh8ta","focusVisible":"select__focusVisible_kh8ta"};
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_x4io2 {
9
+ .select__footer_5f9ks {
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_x4io2 .select__button_x4io2:first-of-type {
16
+ .select__footer_5f9ks .select__button_5f9ks:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_x4io2 {
19
+ .select__button_5f9ks {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_x4io2 {
22
+ .select__highlighted_5f9ks {
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_x4io2","button":"select__button_x4io2","highlighted":"select__highlighted_x4io2"};
5
+ var styles = {"footer":"select__footer_5f9ks","button":"select__button_5f9ks","highlighted":"select__highlighted_5f9ks"};
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_17o3l {
27
+ .select__optgroup_tthdw {
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_17o3l + *[role='option']:before {
37
+ .select__optgroup_tthdw + *[role='option']:before {
38
38
  display: none;
39
39
  }
40
- .select__label_17o3l {
40
+ .select__label_tthdw {
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_17o3l {
51
+ .select__size-72_tthdw {
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_17o3l","label":"select__label_17o3l","size-72":"select__size-72_17o3l"};
5
+ var styles = {"optgroup":"select__optgroup_tthdw","label":"select__label_tthdw","size-72":"select__size-72_tthdw"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map