@alfalab/core-components-select 19.1.8-alfasans → 19.1.9-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 (121) 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 +14 -14
  6. package/components/base-option/index.module.css.js +1 -1
  7. package/components/base-select/index.css +11 -11
  8. package/components/base-select/index.module.css.js +1 -1
  9. package/components/base-select/mobile.css +11 -11
  10. package/components/base-select/mobile.module.css.js +1 -1
  11. package/components/checkmark/index.css +11 -11
  12. package/components/checkmark/index.module.css.js +1 -1
  13. package/components/checkmark-mobile/index.css +6 -6
  14. package/components/checkmark-mobile/index.module.css.js +1 -1
  15. package/components/clear-button/index.css +4 -4
  16. package/components/clear-button/index.module.css.js +1 -1
  17. package/components/field/index.css +13 -13
  18. package/components/field/index.module.css.js +1 -1
  19. package/components/footer/index.css +4 -4
  20. package/components/footer/index.module.css.js +1 -1
  21. package/components/optgroup/index.css +4 -4
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +19 -19
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +16 -16
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +13 -13
  28. package/components/options-list/index.module.css.js +1 -1
  29. package/components/search/index.css +1 -1
  30. package/components/search/index.module.css.js +1 -1
  31. package/components/virtual-options-list/index.css +13 -13
  32. package/components/virtual-options-list/index.module.css.js +1 -1
  33. package/esm/components/arrow/index.css +4 -4
  34. package/esm/components/arrow/index.module.css.js +1 -1
  35. package/esm/components/base-checkmark/index.css +9 -9
  36. package/esm/components/base-checkmark/index.module.css.js +1 -1
  37. package/esm/components/base-option/index.css +14 -14
  38. package/esm/components/base-option/index.module.css.js +1 -1
  39. package/esm/components/base-select/index.css +11 -11
  40. package/esm/components/base-select/index.module.css.js +1 -1
  41. package/esm/components/base-select/mobile.css +11 -11
  42. package/esm/components/base-select/mobile.module.css.js +1 -1
  43. package/esm/components/checkmark/index.css +11 -11
  44. package/esm/components/checkmark/index.module.css.js +1 -1
  45. package/esm/components/checkmark-mobile/index.css +6 -6
  46. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  47. package/esm/components/clear-button/index.css +4 -4
  48. package/esm/components/clear-button/index.module.css.js +1 -1
  49. package/esm/components/field/index.css +13 -13
  50. package/esm/components/field/index.module.css.js +1 -1
  51. package/esm/components/footer/index.css +4 -4
  52. package/esm/components/footer/index.module.css.js +1 -1
  53. package/esm/components/optgroup/index.css +4 -4
  54. package/esm/components/optgroup/index.module.css.js +1 -1
  55. package/esm/components/option/desktop/index.css +19 -19
  56. package/esm/components/option/desktop/index.module.css.js +1 -1
  57. package/esm/components/option/mobile/index.css +16 -16
  58. package/esm/components/option/mobile/index.module.css.js +1 -1
  59. package/esm/components/options-list/index.css +13 -13
  60. package/esm/components/options-list/index.module.css.js +1 -1
  61. package/esm/components/search/index.css +1 -1
  62. package/esm/components/search/index.module.css.js +1 -1
  63. package/esm/components/virtual-options-list/index.css +13 -13
  64. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  65. package/esm/mobile/modal.mobile.css +1 -1
  66. package/esm/mobile/modal.mobile.module.css.js +1 -1
  67. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  68. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  69. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  70. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  71. package/esm/presets/useSelectWithLoading/index.css +1 -1
  72. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  73. package/mobile/modal.mobile.css +1 -1
  74. package/mobile/modal.mobile.module.css.js +1 -1
  75. package/modern/components/arrow/index.css +4 -4
  76. package/modern/components/arrow/index.module.css.js +1 -1
  77. package/modern/components/base-checkmark/index.css +9 -9
  78. package/modern/components/base-checkmark/index.module.css.js +1 -1
  79. package/modern/components/base-option/index.css +14 -14
  80. package/modern/components/base-option/index.module.css.js +1 -1
  81. package/modern/components/base-select/index.css +11 -11
  82. package/modern/components/base-select/index.module.css.js +1 -1
  83. package/modern/components/base-select/mobile.css +11 -11
  84. package/modern/components/base-select/mobile.module.css.js +1 -1
  85. package/modern/components/checkmark/index.css +11 -11
  86. package/modern/components/checkmark/index.module.css.js +1 -1
  87. package/modern/components/checkmark-mobile/index.css +6 -6
  88. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  89. package/modern/components/clear-button/index.css +4 -4
  90. package/modern/components/clear-button/index.module.css.js +1 -1
  91. package/modern/components/field/index.css +13 -13
  92. package/modern/components/field/index.module.css.js +1 -1
  93. package/modern/components/footer/index.css +4 -4
  94. package/modern/components/footer/index.module.css.js +1 -1
  95. package/modern/components/optgroup/index.css +4 -4
  96. package/modern/components/optgroup/index.module.css.js +1 -1
  97. package/modern/components/option/desktop/index.css +19 -19
  98. package/modern/components/option/desktop/index.module.css.js +1 -1
  99. package/modern/components/option/mobile/index.css +16 -16
  100. package/modern/components/option/mobile/index.module.css.js +1 -1
  101. package/modern/components/options-list/index.css +13 -13
  102. package/modern/components/options-list/index.module.css.js +1 -1
  103. package/modern/components/search/index.css +1 -1
  104. package/modern/components/search/index.module.css.js +1 -1
  105. package/modern/components/virtual-options-list/index.css +13 -13
  106. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  107. package/modern/mobile/modal.mobile.css +1 -1
  108. package/modern/mobile/modal.mobile.module.css.js +1 -1
  109. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  110. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  111. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  112. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  113. package/modern/presets/useSelectWithLoading/index.css +1 -1
  114. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  115. package/package.json +14 -14
  116. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  117. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  118. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  119. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  120. package/presets/useSelectWithLoading/index.css +1 -1
  121. 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_li5k5 {
12
+ .select__arrow_1dvu6 {
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_li5k5.select__disabled_li5k5 {
22
+ .select__arrow_1dvu6.select__disabled_1dvu6 {
23
23
  color: var(--select-arrow-disabled-color);
24
24
  }
25
- .select__arrow_li5k5.select__size-40_li5k5 {
25
+ .select__arrow_1dvu6.select__size-40_1dvu6 {
26
26
  width: auto;
27
27
  width: initial;
28
28
  height: auto;
29
29
  height: initial;
30
30
  }
31
- .select__open_li5k5 {
31
+ .select__open_1dvu6 {
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_li5k5","disabled":"select__disabled_li5k5","size-40":"select__size-40_li5k5","open":"select__open_li5k5"};
5
+ var styles = {"arrow":"select__arrow_1dvu6","disabled":"select__disabled_1dvu6","size-40":"select__size-40_1dvu6","open":"select__open_1dvu6"};
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_j0fuj {
5
+ .select__checkmark_1tvjg {
6
6
  flex-shrink: 0;
7
7
  box-sizing: border-box;
8
8
  }
9
- .select__checkmark_j0fuj.select__before_j0fuj {
9
+ .select__checkmark_1tvjg.select__before_1tvjg {
10
10
  margin-right: var(--gap-12);
11
11
  }
12
- .select__checkmark_j0fuj.select__after_j0fuj {
12
+ .select__checkmark_1tvjg.select__after_1tvjg {
13
13
  margin-left: var(--gap-12);
14
14
  }
15
- .select__checkmark_j0fuj.select__start_j0fuj {
15
+ .select__checkmark_1tvjg.select__start_1tvjg {
16
16
  align-self: start;
17
17
  }
18
- .select__checkmark_j0fuj.select__center_j0fuj {
18
+ .select__checkmark_1tvjg.select__center_1tvjg {
19
19
  align-self: center;
20
20
  }
21
- .select__singleIcon_j0fuj {
21
+ .select__singleIcon_1tvjg {
22
22
  flex-shrink: 0;
23
23
  opacity: 0;
24
24
  }
25
- .select__singleIcon_j0fuj.select__before_j0fuj {
25
+ .select__singleIcon_1tvjg.select__before_1tvjg {
26
26
  margin-right: var(--gap-12);
27
27
  }
28
- .select__singleIcon_j0fuj.select__after_j0fuj {
28
+ .select__singleIcon_1tvjg.select__after_1tvjg {
29
29
  margin-left: var(--gap-12);
30
30
  }
31
- .select__singleIcon_j0fuj.select__selected_j0fuj {
31
+ .select__singleIcon_1tvjg.select__selected_1tvjg {
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_j0fuj","before":"select__before_j0fuj","after":"select__after_j0fuj","start":"select__start_j0fuj","center":"select__center_j0fuj","singleIcon":"select__singleIcon_j0fuj","selected":"select__selected_j0fuj"};
5
+ var styles = {"checkmark":"select__checkmark_1tvjg","before":"select__before_1tvjg","after":"select__after_1tvjg","start":"select__start_1tvjg","center":"select__center_1tvjg","singleIcon":"select__singleIcon_1tvjg","selected":"select__selected_1tvjg"};
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_16x17 {
38
+ .select__option_17x7w {
39
39
  font-size: 16px;
40
40
  line-height: 20px;
41
41
  font-weight: 400;
@@ -52,49 +52,49 @@
52
52
  cursor: pointer;
53
53
  min-height: var(--size-s-height);
54
54
  }
55
- .select__option_16x17:not(.select__disabled_16x17):active {
55
+ .select__option_17x7w:not(.select__disabled_17x7w):active {
56
56
  background: var(--select-option-active-background);
57
57
  color: var(--select-option-active-color);
58
58
  }
59
- .select__option_16x17.select__checkmarkBefore_16x17 {
59
+ .select__option_17x7w.select__checkmarkBefore_17x7w {
60
60
  padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
61
61
  }
62
- .select__option_16x17.select__checkmarkBefore_16x17.select__mobile_16x17 {
62
+ .select__option_17x7w.select__checkmarkBefore_17x7w.select__mobile_17x7w {
63
63
  padding-left: var(--gap-16);
64
64
  }
65
- .select__option_16x17.select__checkmarkAfter_16x17.select__checkmarkAfter_16x17 {
65
+ .select__option_17x7w.select__checkmarkAfter_17x7w.select__checkmarkAfter_17x7w {
66
66
  padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
67
67
  }
68
- .select__option_16x17.select__checkmarkAfter_16x17.select__checkmarkAfter_16x17.select__size-72_16x17 {
68
+ .select__option_17x7w.select__checkmarkAfter_17x7w.select__checkmarkAfter_17x7w.select__size-72_17x7w {
69
69
  padding-right: var(--gap-16);
70
70
  }
71
- .select__option_16x17.select__checkmarkAfter_16x17.select__checkmarkAfter_16x17.select__mobile_16x17 {
71
+ .select__option_17x7w.select__checkmarkAfter_17x7w.select__checkmarkAfter_17x7w.select__mobile_17x7w {
72
72
  padding-right: var(--gap-20);
73
73
  }
74
- .select__option_16x17.select__textContent_16x17 {
74
+ .select__option_17x7w.select__textContent_17x7w {
75
75
  padding: var(--gap-12);
76
76
  }
77
- .select__option_16x17.select__textContent_16x17.select__size-72_16x17 {
77
+ .select__option_17x7w.select__textContent_17x7w.select__size-72_17x7w {
78
78
  padding-left: var(--gap-16);
79
79
  padding-right: var(--gap-16);
80
80
  }
81
- .select__option_16x17.select__textContent_16x17.select__mobile_16x17 {
81
+ .select__option_17x7w.select__textContent_17x7w.select__mobile_17x7w {
82
82
  padding: var(--gap-16) var(--gap-20);
83
83
  }
84
- .select__selected_16x17 {
84
+ .select__selected_17x7w {
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_16x17 {
89
+ .select__highlighted_17x7w {
90
90
  background: var(--select-option-hover-background);
91
91
  color: var(--select-option-hover-color);
92
92
  }
93
- .select__disabled_16x17 {
93
+ .select__disabled_17x7w {
94
94
  cursor: var(--disabled-cursor);
95
95
  background: var(--select-option-disabled-background);
96
96
  color: var(--select-option-disabled-color);
97
97
  }
98
- .select__content_16x17 {
98
+ .select__content_17x7w {
99
99
  flex: 1;
100
100
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"option":"select__option_16x17","disabled":"select__disabled_16x17","checkmarkBefore":"select__checkmarkBefore_16x17","mobile":"select__mobile_16x17","checkmarkAfter":"select__checkmarkAfter_16x17","size-72":"select__size-72_16x17","textContent":"select__textContent_16x17","selected":"select__selected_16x17","highlighted":"select__highlighted_16x17","content":"select__content_16x17"};
5
+ var styles = {"option":"select__option_17x7w","disabled":"select__disabled_17x7w","checkmarkBefore":"select__checkmarkBefore_17x7w","mobile":"select__mobile_17x7w","checkmarkAfter":"select__checkmarkAfter_17x7w","size-72":"select__size-72_17x7w","textContent":"select__textContent_17x7w","selected":"select__selected_17x7w","highlighted":"select__highlighted_17x7w","content":"select__content_17x7w"};
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_1wn05 {
33
+ .select__component_1vmtf {
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_1wn05 {
40
+ .select__popoverInner_1vmtf {
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_1wn05.select__popoverInner_1wn05 {
47
+ .select__popoverInner_1vmtf.select__popoverInner_1vmtf {
48
48
  box-shadow: none;
49
49
  border: none;
50
50
  }
51
- .select__optionsListWrapper_1wn05 {
51
+ .select__optionsListWrapper_1vmtf {
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_1wn05 {
61
+ .select__optionsListBorder_1vmtf {
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_1wn05 {
71
+ .select__nativeSelect_1vmtf {
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_1wn05 {
85
+ .select__block_1vmtf {
86
86
  width: 100%;
87
87
  }
88
- .select__emptySearchPlaceholder_1wn05 {
88
+ .select__emptySearchPlaceholder_1vmtf {
89
89
  text-align: center;
90
90
  }
91
- .select__search_1wn05 {
91
+ .select__search_1vmtf {
92
92
  margin: var(--gap-12) var(--gap-12) var(--gap-0);
93
93
  }
94
- .select__search_1wn05.select__size-72_1wn05 {
94
+ .select__search_1vmtf.select__size-72_1vmtf {
95
95
  margin-left: var(--gap-16);
96
96
  margin-right: var(--gap-16);
97
97
  }
98
- .select__search_1wn05:last-child {
98
+ .select__search_1vmtf: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_1wn05","popoverInner":"select__popoverInner_1wn05","optionsListWrapper":"select__optionsListWrapper_1wn05","optionsListBorder":"select__optionsListBorder_1wn05","nativeSelect":"select__nativeSelect_1wn05","block":"select__block_1wn05","emptySearchPlaceholder":"select__emptySearchPlaceholder_1wn05","search":"select__search_1wn05","size-72":"select__size-72_1wn05"};
5
+ var styles = {"component":"select__component_1vmtf","popoverInner":"select__popoverInner_1vmtf","optionsListWrapper":"select__optionsListWrapper_1vmtf","optionsListBorder":"select__optionsListBorder_1vmtf","nativeSelect":"select__nativeSelect_1vmtf","block":"select__block_1vmtf","emptySearchPlaceholder":"select__emptySearchPlaceholder_1vmtf","search":"select__search_1vmtf","size-72":"select__size-72_1vmtf"};
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_4csiu {
12
+ .select__sheet_6ynyf {
13
13
  overflow: hidden;
14
14
  }
15
- .select__sheetContent_4csiu.select__sheetContent_4csiu {
15
+ .select__sheetContent_6ynyf.select__sheetContent_6ynyf {
16
16
  padding: var(--gap-0);
17
17
  }
18
- .select__sheetContent_4csiu.select__sheetContent_4csiu .select__modalContent_4csiu {
18
+ .select__sheetContent_6ynyf.select__sheetContent_6ynyf .select__modalContent_6ynyf {
19
19
  padding: var(--gap-0);
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  }
23
- .select__sheetContainer_4csiu {
23
+ .select__sheetContainer_6ynyf {
24
24
  padding: var(--gap-0);
25
25
  }
26
- .select__optionsListWrapper_4csiu {
26
+ .select__optionsListWrapper_6ynyf {
27
27
  flex: 1;
28
28
  }
29
- .select__optionsList_4csiu.select__optionsList_4csiu {
29
+ .select__optionsList_6ynyf.select__optionsList_6ynyf {
30
30
  height: 100%;
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  }
34
- .select__scrollbar_4csiu {
34
+ .select__scrollbar_6ynyf {
35
35
  flex: 1;
36
36
  }
37
- .select__search_4csiu {
37
+ .select__search_6ynyf {
38
38
  padding: var(--gap-8);
39
39
  }
40
- .select__option_4csiu.select__option_4csiu {
40
+ .select__option_6ynyf.select__option_6ynyf {
41
41
  padding: var(--gap-4) var(--gap-20) var(--gap-4);
42
42
  }
43
- .select__option_4csiu.select__option_4csiu:before {
43
+ .select__option_6ynyf.select__option_6ynyf:before {
44
44
  display: none;
45
45
  }
46
- .select__optionGroup_4csiu.select__optionGroup_4csiu {
46
+ .select__optionGroup_6ynyf.select__optionGroup_6ynyf {
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_4csiu","sheetContent":"select__sheetContent_4csiu","modalContent":"select__modalContent_4csiu","sheetContainer":"select__sheetContainer_4csiu","optionsListWrapper":"select__optionsListWrapper_4csiu","optionsList":"select__optionsList_4csiu","scrollbar":"select__scrollbar_4csiu","search":"select__search_4csiu","option":"select__option_4csiu","optionGroup":"select__optionGroup_4csiu"};
5
+ var mobileStyles = {"sheet":"select__sheet_6ynyf","sheetContent":"select__sheetContent_6ynyf","modalContent":"select__modalContent_6ynyf","sheetContainer":"select__sheetContainer_6ynyf","optionsListWrapper":"select__optionsListWrapper_6ynyf","optionsList":"select__optionsList_6ynyf","scrollbar":"select__scrollbar_6ynyf","search":"select__search_6ynyf","option":"select__option_6ynyf","optionGroup":"select__optionGroup_6ynyf"};
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_9prqe {
16
+ .select__checkmark_apyg2 {
17
17
  flex-shrink: 0;
18
18
  }
19
- .select__checkmark_9prqe.select__before_9prqe {
19
+ .select__checkmark_apyg2.select__before_apyg2 {
20
20
  display: var(--select-checkmark-before-display);
21
21
  }
22
- .select__checkmark_9prqe.select__after_9prqe {
22
+ .select__checkmark_apyg2.select__after_apyg2 {
23
23
  display: var(--select-checkmark-after-display);
24
24
  }
25
- .select__single_9prqe {
25
+ .select__single_apyg2 {
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_9prqe.select__selected_9prqe {
33
+ .select__single_apyg2.select__selected_apyg2 {
34
34
  opacity: 1;
35
35
  }
36
- .select__multiple_9prqe.select__before_9prqe {
36
+ .select__multiple_apyg2.select__before_apyg2 {
37
37
  margin-right: var(--gap-12);
38
38
  display: var(--select-checkmark-before-display-multiple);
39
39
  }
40
- .select__multiple_9prqe.select__after_9prqe {
40
+ .select__multiple_apyg2.select__after_apyg2 {
41
41
  margin-left: var(--gap-12);
42
42
  }
43
- .select__after_9prqe.select__after_9prqe {
43
+ .select__after_apyg2.select__after_apyg2 {
44
44
  display: var(--select-checkmark-after-display);
45
45
  }
46
- .select__after_9prqe.select__after_9prqe.select__single_9prqe {
46
+ .select__after_apyg2.select__after_apyg2.select__single_apyg2 {
47
47
  display: var(--select-checkmark-after-display-single);
48
48
  }
49
- .select__colorIcon_9prqe {
49
+ .select__colorIcon_apyg2 {
50
50
  color: var(--color-light-status-positive);
51
51
  }
52
- .select__displayIcon_9prqe {
52
+ .select__displayIcon_apyg2 {
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_9prqe","before":"select__before_9prqe","after":"select__after_9prqe","single":"select__single_9prqe","selected":"select__selected_9prqe","multiple":"select__multiple_9prqe","colorIcon":"select__colorIcon_9prqe","displayIcon":"select__displayIcon_9prqe"};
5
+ var styles = {"checkmark":"select__checkmark_apyg2","before":"select__before_apyg2","after":"select__after_apyg2","single":"select__single_apyg2","selected":"select__selected_apyg2","multiple":"select__multiple_apyg2","colorIcon":"select__colorIcon_apyg2","displayIcon":"select__displayIcon_apyg2"};
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_1rc0f {
9
+ .select__checkmark_1qbtp {
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_1rc0f.select__selected_1rc0f {
18
+ .select__checkmark_1qbtp.select__selected_1qbtp {
19
19
  opacity: 1;
20
20
  }
21
- .select__checkmark_1rc0f.select__before_1rc0f {
21
+ .select__checkmark_1qbtp.select__before_1qbtp {
22
22
  margin-right: var(--gap-8);
23
23
  }
24
- .select__checkmark_1rc0f.select__after_1rc0f {
24
+ .select__checkmark_1qbtp.select__after_1qbtp {
25
25
  margin-left: var(--gap-8);
26
26
  }
27
- .select__displayIcon_1rc0f {
27
+ .select__displayIcon_1qbtp {
28
28
  display: var(--select-mobile-checkmark-display-icon);
29
29
  }
30
- .select__displayBadge_1rc0f {
30
+ .select__displayBadge_1qbtp {
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_1rc0f","selected":"select__selected_1rc0f","before":"select__before_1rc0f","after":"select__after_1rc0f","displayIcon":"select__displayIcon_1rc0f","displayBadge":"select__displayBadge_1rc0f"};
5
+ var styles = {"checkmark":"select__checkmark_1qbtp","selected":"select__selected_1qbtp","before":"select__before_1qbtp","after":"select__after_1qbtp","displayIcon":"select__displayIcon_1qbtp","displayBadge":"select__displayBadge_1qbtp"};
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_ugt0v {
9
+ .select__clearIcon_1imtg {
10
10
  display: block;
11
11
  color: var(--color-light-neutral-translucent-500);
12
12
  }
13
- .select__clearIcon_ugt0v:hover {
13
+ .select__clearIcon_1imtg:hover {
14
14
  color: var(--color-light-neutral-translucent-500-hover);
15
15
  }
16
- .select__clearIcon_ugt0v:active {
16
+ .select__clearIcon_1imtg:active {
17
17
  color: var(--color-light-neutral-translucent-500-press);
18
18
  }
19
- .select__clearButton_ugt0v + [data-addon='error-icon'] {
19
+ .select__clearButton_1imtg + [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_ugt0v","clearButton":"select__clearButton_ugt0v"};
5
+ var styles = {"clearIcon":"select__clearIcon_1imtg","clearButton":"select__clearButton_1imtg"};
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_hpwzs {
22
+ .select__component_15vxf {
23
23
  width: 100%;
24
24
  outline: none;
25
25
  }
26
- .select__field_hpwzs:not(.select__disabled_hpwzs) {
26
+ .select__field_15vxf:not(.select__disabled_15vxf) {
27
27
  cursor: pointer;
28
28
  }
29
- .select__field_hpwzs:not(.select__disabled_hpwzs):hover .select__arrow_hpwzs {
29
+ .select__field_15vxf:not(.select__disabled_15vxf):hover .select__arrow_15vxf {
30
30
  opacity: var(--select-arrow-hover-opacity);
31
31
  }
32
- .select__disabled_hpwzs {
32
+ .select__disabled_15vxf {
33
33
  cursor: var(--disabled-cursor);
34
34
  }
35
- .select__placeholder_hpwzs {
35
+ .select__placeholder_15vxf {
36
36
  color: var(--input-placeholder-color);
37
37
  transition: color 0.2s ease;
38
- animation: select__show-placeholder_hpwzs 0.2s ease;
38
+ animation: select__show-placeholder_15vxf 0.2s ease;
39
39
  }
40
- .select__placeholder_hpwzs.select__focused_hpwzs {
40
+ .select__placeholder_15vxf.select__focused_15vxf {
41
41
  color: var(--input-focus-placeholder-color);
42
42
  }
43
- .select__contentWrapper_hpwzs {
43
+ .select__contentWrapper_15vxf {
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_hpwzs.select__size-40_hpwzs {
55
+ .select__contentWrapper_15vxf.select__size-40_15vxf {
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_hpwzs {
62
+ .select__value_15vxf {
63
63
  overflow: hidden;
64
64
  text-overflow: ellipsis;
65
65
  text-align: left;
66
66
  }
67
- .select__value_hpwzs.select__size-40_hpwzs {
67
+ .select__value_15vxf.select__size-40_15vxf {
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_hpwzs {
74
+ .select__focusVisible_15vxf {
75
75
  outline: 2px solid var(--focus-color);
76
76
  outline-offset: 2px;
77
77
  }
78
- @keyframes select__show-placeholder_hpwzs {
78
+ @keyframes select__show-placeholder_15vxf {
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_hpwzs","field":"select__field_hpwzs","disabled":"select__disabled_hpwzs","arrow":"select__arrow_hpwzs","placeholder":"select__placeholder_hpwzs","show-placeholder":"select__show-placeholder_hpwzs","focused":"select__focused_hpwzs","contentWrapper":"select__contentWrapper_hpwzs","size-40":"select__size-40_hpwzs","value":"select__value_hpwzs","focusVisible":"select__focusVisible_hpwzs"};
5
+ var styles = {"component":"select__component_15vxf","field":"select__field_15vxf","disabled":"select__disabled_15vxf","arrow":"select__arrow_15vxf","placeholder":"select__placeholder_15vxf","show-placeholder":"select__show-placeholder_15vxf","focused":"select__focused_15vxf","contentWrapper":"select__contentWrapper_15vxf","size-40":"select__size-40_15vxf","value":"select__value_15vxf","focusVisible":"select__focusVisible_15vxf"};
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_1j4i5 {
9
+ .select__footer_1z01q {
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_1j4i5 .select__button_1j4i5:first-of-type {
16
+ .select__footer_1z01q .select__button_1z01q:first-of-type {
17
17
  margin-right: var(--gap-16);
18
18
  }
19
- .select__button_1j4i5 {
19
+ .select__button_1z01q {
20
20
  width: 50%;
21
21
  }
22
- .select__highlighted_1j4i5 {
22
+ .select__highlighted_1z01q {
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_1j4i5","button":"select__button_1j4i5","highlighted":"select__highlighted_1j4i5"};
5
+ var styles = {"footer":"select__footer_1z01q","button":"select__button_1z01q","highlighted":"select__highlighted_1z01q"};
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_9zrx1 {
27
+ .select__optgroup_8zl7e {
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_9zrx1 + *[role='option']:before {
37
+ .select__optgroup_8zl7e + *[role='option']:before {
38
38
  display: none;
39
39
  }
40
- .select__label_9zrx1 {
40
+ .select__label_8zl7e {
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_9zrx1 {
51
+ .select__size-72_8zl7e {
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_9zrx1","label":"select__label_9zrx1","size-72":"select__size-72_9zrx1"};
5
+ var styles = {"optgroup":"select__optgroup_8zl7e","label":"select__label_8zl7e","size-72":"select__size-72_8zl7e"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map