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

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 (131) hide show
  1. package/components/arrow/index.css +4 -4
  2. package/components/arrow/index.module.css.js +1 -1
  3. package/components/base-checkmark/index.css +12 -12
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +17 -19
  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 +18 -22
  18. package/components/field/index.module.css.js +1 -1
  19. package/components/footer/index.css +4 -4
  20. package/components/footer/index.module.css.js +1 -1
  21. package/components/optgroup/index.css +7 -8
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +22 -24
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +19 -21
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +13 -13
  28. package/components/options-list/index.module.css.js +1 -1
  29. package/components/search/index.css +1 -1
  30. package/components/search/index.module.css.js +1 -1
  31. package/components/virtual-options-list/index.css +13 -13
  32. package/components/virtual-options-list/index.module.css.js +1 -1
  33. package/cssm/components/base-option/index.module.css +3 -5
  34. package/cssm/components/field/index.module.css +5 -9
  35. package/cssm/components/optgroup/index.module.css +3 -4
  36. package/cssm/components/option/desktop/index.module.css +3 -5
  37. package/cssm/components/option/mobile/index.module.css +3 -5
  38. package/esm/components/arrow/index.css +4 -4
  39. package/esm/components/arrow/index.module.css.js +1 -1
  40. package/esm/components/base-checkmark/index.css +12 -12
  41. package/esm/components/base-checkmark/index.module.css.js +1 -1
  42. package/esm/components/base-option/index.css +17 -19
  43. package/esm/components/base-option/index.module.css.js +1 -1
  44. package/esm/components/base-select/index.css +11 -11
  45. package/esm/components/base-select/index.module.css.js +1 -1
  46. package/esm/components/base-select/mobile.css +11 -11
  47. package/esm/components/base-select/mobile.module.css.js +1 -1
  48. package/esm/components/checkmark/index.css +11 -11
  49. package/esm/components/checkmark/index.module.css.js +1 -1
  50. package/esm/components/checkmark-mobile/index.css +6 -6
  51. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  52. package/esm/components/clear-button/index.css +4 -4
  53. package/esm/components/clear-button/index.module.css.js +1 -1
  54. package/esm/components/field/index.css +18 -22
  55. package/esm/components/field/index.module.css.js +1 -1
  56. package/esm/components/footer/index.css +4 -4
  57. package/esm/components/footer/index.module.css.js +1 -1
  58. package/esm/components/optgroup/index.css +7 -8
  59. package/esm/components/optgroup/index.module.css.js +1 -1
  60. package/esm/components/option/desktop/index.css +22 -24
  61. package/esm/components/option/desktop/index.module.css.js +1 -1
  62. package/esm/components/option/mobile/index.css +19 -21
  63. package/esm/components/option/mobile/index.module.css.js +1 -1
  64. package/esm/components/options-list/index.css +13 -13
  65. package/esm/components/options-list/index.module.css.js +1 -1
  66. package/esm/components/search/index.css +1 -1
  67. package/esm/components/search/index.module.css.js +1 -1
  68. package/esm/components/virtual-options-list/index.css +13 -13
  69. package/esm/components/virtual-options-list/index.module.css.js +1 -1
  70. package/esm/mobile/modal.mobile.css +1 -1
  71. package/esm/mobile/modal.mobile.module.css.js +1 -1
  72. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  73. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  74. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  75. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  76. package/esm/presets/useSelectWithLoading/index.css +1 -1
  77. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  78. package/mobile/modal.mobile.css +1 -1
  79. package/mobile/modal.mobile.module.css.js +1 -1
  80. package/modern/components/arrow/index.css +4 -4
  81. package/modern/components/arrow/index.module.css.js +1 -1
  82. package/modern/components/base-checkmark/index.css +12 -12
  83. package/modern/components/base-checkmark/index.module.css.js +1 -1
  84. package/modern/components/base-option/index.css +17 -19
  85. package/modern/components/base-option/index.module.css.js +1 -1
  86. package/modern/components/base-select/index.css +11 -11
  87. package/modern/components/base-select/index.module.css.js +1 -1
  88. package/modern/components/base-select/mobile.css +11 -11
  89. package/modern/components/base-select/mobile.module.css.js +1 -1
  90. package/modern/components/checkmark/index.css +11 -11
  91. package/modern/components/checkmark/index.module.css.js +1 -1
  92. package/modern/components/checkmark-mobile/index.css +6 -6
  93. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  94. package/modern/components/clear-button/index.css +4 -4
  95. package/modern/components/clear-button/index.module.css.js +1 -1
  96. package/modern/components/field/index.css +18 -22
  97. package/modern/components/field/index.module.css.js +1 -1
  98. package/modern/components/footer/index.css +4 -4
  99. package/modern/components/footer/index.module.css.js +1 -1
  100. package/modern/components/optgroup/index.css +7 -8
  101. package/modern/components/optgroup/index.module.css.js +1 -1
  102. package/modern/components/option/desktop/index.css +22 -24
  103. package/modern/components/option/desktop/index.module.css.js +1 -1
  104. package/modern/components/option/mobile/index.css +19 -21
  105. package/modern/components/option/mobile/index.module.css.js +1 -1
  106. package/modern/components/options-list/index.css +13 -13
  107. package/modern/components/options-list/index.module.css.js +1 -1
  108. package/modern/components/search/index.css +1 -1
  109. package/modern/components/search/index.module.css.js +1 -1
  110. package/modern/components/virtual-options-list/index.css +13 -13
  111. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  112. package/modern/mobile/modal.mobile.css +1 -1
  113. package/modern/mobile/modal.mobile.module.css.js +1 -1
  114. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  115. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  116. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  117. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  118. package/modern/presets/useSelectWithLoading/index.css +1 -1
  119. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  120. package/moderncssm/components/base-option/index.module.css +1 -2
  121. package/moderncssm/components/field/index.module.css +3 -6
  122. package/moderncssm/components/optgroup/index.module.css +1 -1
  123. package/moderncssm/components/option/desktop/index.module.css +1 -2
  124. package/moderncssm/components/option/mobile/index.module.css +1 -2
  125. package/package.json +15 -15
  126. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  127. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  128. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
  129. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  130. package/presets/useSelectWithLoading/index.css +1 -1
  131. package/presets/useSelectWithLoading/index.module.css.js +1 -1
@@ -14,9 +14,8 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-alfasans:
18
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
- Helvetica, sans-serif;
17
+ --font-family-system:
18
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
20
19
  }
21
20
  :root {
22
21
  --disabled-cursor: not-allowed;
@@ -44,12 +43,11 @@
44
43
  --select-option-active-color: var(--color-light-text-primary);
45
44
  --select-option-disabled-color: var(--color-light-text-secondary);
46
45
  }
47
- .select__option_tbwio {
46
+ .select__option_1mvvw {
48
47
  font-size: 16px;
49
48
  line-height: 20px;
50
49
  font-weight: 400;
51
- letter-spacing: -0.24px;
52
- font-family: var(--font-family-alfasans);
50
+ font-family: var(--font-family-system);
53
51
 
54
52
  display: flex;
55
53
  align-items: center;
@@ -62,11 +60,11 @@
62
60
  position: relative;
63
61
  cursor: pointer;
64
62
  }
65
- .select__option_tbwio:not(.select__disabled_tbwio):active {
63
+ .select__option_1mvvw:not(.select__disabled_1mvvw):active {
66
64
  background: var(--select-option-active-background);
67
65
  color: var(--select-option-active-color);
68
66
  }
69
- .select__option_tbwio:before {
67
+ .select__option_1mvvw:before {
70
68
  content: '';
71
69
  position: absolute;
72
70
  left: var(--select-option-left-padding);
@@ -77,59 +75,59 @@
77
75
  display: var(--select-option-divider-display);
78
76
  transition: opacity 0.2s ease;
79
77
  }
80
- .select__option_tbwio:first-child:before {
78
+ .select__option_1mvvw:first-child:before {
81
79
  display: none;
82
80
  }
83
- .select__size-48_tbwio {
81
+ .select__size-48_1mvvw {
84
82
  min-height: var(--size-s-height);
85
83
  }
86
- .select__size-56_tbwio {
84
+ .select__size-56_1mvvw {
87
85
  min-height: var(--size-m-height);
88
86
  }
89
- .select__size-64_tbwio {
87
+ .select__size-64_1mvvw {
90
88
  min-height: var(--size-l-height);
91
89
  }
92
- .select__size-72_tbwio {
90
+ .select__size-72_1mvvw {
93
91
  min-height: var(--size-xl-height);
94
92
  padding-left: var(--select-option-l-left-padding);
95
93
  padding-right: var(--select-option-l-right-padding);
96
94
  }
97
- .select__size-72_tbwio:before {
95
+ .select__size-72_1mvvw:before {
98
96
  left: var(--select-option-l-left-padding);
99
97
  right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__selected_tbwio {
99
+ .select__selected_1mvvw {
102
100
  background: var(--select-option-selected-background);
103
101
  color: var(--select-option-selected-color);
104
102
  cursor: default;
105
103
  }
106
- .select__highlighted_tbwio {
104
+ .select__highlighted_1mvvw {
107
105
  background: var(--select-option-hover-background);
108
106
  color: var(--select-option-hover-color);
109
107
  }
110
- .select__highlighted_tbwio:before,
111
- .select__highlighted_tbwio + .select__option_tbwio:before {
108
+ .select__highlighted_1mvvw:before,
109
+ .select__highlighted_1mvvw + .select__option_1mvvw:before {
112
110
  opacity: 0;
113
111
  }
114
- .select__disabled_tbwio {
112
+ .select__disabled_1mvvw {
115
113
  cursor: var(--disabled-cursor);
116
114
  background: var(--select-option-disabled-background);
117
115
  color: var(--select-option-disabled-color);
118
116
  }
119
- .select__content_tbwio {
117
+ .select__content_1mvvw {
120
118
  overflow: hidden;
121
119
  flex: 1;
122
120
  text-overflow: ellipsis;
123
121
  }
124
- .select__textContent_tbwio {
122
+ .select__textContent_1mvvw {
125
123
  padding-top: var(--gap-12);
126
124
  padding-bottom: var(--gap-12);
127
125
  }
128
- .select__highlighted_tbwio {
126
+ .select__highlighted_1mvvw {
129
127
  background: var(--select-option-hover-background);
130
128
  color: var(--select-option-hover-color);
131
129
  }
132
- .select__highlighted_tbwio:before,
133
- .select__highlighted_tbwio + .select__option_tbwio:before {
130
+ .select__highlighted_1mvvw:before,
131
+ .select__highlighted_1mvvw + .select__option_1mvvw:before {
134
132
  opacity: 0;
135
133
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_tbwio","disabled":"select__disabled_tbwio","size-48":"select__size-48_tbwio","size-56":"select__size-56_tbwio","size-64":"select__size-64_tbwio","size-72":"select__size-72_tbwio","selected":"select__selected_tbwio","highlighted":"select__highlighted_tbwio","content":"select__content_tbwio","textContent":"select__textContent_tbwio"};
3
+ const styles = {"option":"select__option_1mvvw","disabled":"select__disabled_1mvvw","size-48":"select__size-48_1mvvw","size-56":"select__size-56_1mvvw","size-64":"select__size-64_1mvvw","size-72":"select__size-72_1mvvw","selected":"select__selected_1mvvw","highlighted":"select__highlighted_1mvvw","content":"select__content_1mvvw","textContent":"select__textContent_1mvvw"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -14,9 +14,8 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-alfasans:
18
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
- Helvetica, sans-serif;
17
+ --font-family-system:
18
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
20
19
  }
21
20
  :root {
22
21
  --disabled-cursor: not-allowed;
@@ -44,12 +43,11 @@
44
43
  --select-option-active-color: var(--color-light-text-primary);
45
44
  --select-option-disabled-color: var(--color-light-text-secondary);
46
45
  }
47
- .select__option_16jtc {
46
+ .select__option_1y4dz {
48
47
  font-size: 16px;
49
48
  line-height: 20px;
50
49
  font-weight: 400;
51
- letter-spacing: -0.24px;
52
- font-family: var(--font-family-alfasans);
50
+ font-family: var(--font-family-system);
53
51
 
54
52
  display: flex;
55
53
  align-items: center;
@@ -62,11 +60,11 @@
62
60
  position: relative;
63
61
  cursor: pointer;
64
62
  }
65
- .select__option_16jtc:not(.select__disabled_16jtc):active {
63
+ .select__option_1y4dz:not(.select__disabled_1y4dz):active {
66
64
  background: var(--select-option-active-background);
67
65
  color: var(--select-option-active-color);
68
66
  }
69
- .select__option_16jtc:before {
67
+ .select__option_1y4dz:before {
70
68
  content: '';
71
69
  position: absolute;
72
70
  left: var(--select-option-left-padding);
@@ -77,51 +75,51 @@
77
75
  display: var(--select-option-divider-display);
78
76
  transition: opacity 0.2s ease;
79
77
  }
80
- .select__option_16jtc:first-child:before {
78
+ .select__option_1y4dz:first-child:before {
81
79
  display: none;
82
80
  }
83
- .select__size-48_16jtc {
81
+ .select__size-48_1y4dz {
84
82
  min-height: var(--size-s-height);
85
83
  }
86
- .select__size-56_16jtc {
84
+ .select__size-56_1y4dz {
87
85
  min-height: var(--size-m-height);
88
86
  }
89
- .select__size-64_16jtc {
87
+ .select__size-64_1y4dz {
90
88
  min-height: var(--size-l-height);
91
89
  }
92
- .select__size-72_16jtc {
90
+ .select__size-72_1y4dz {
93
91
  min-height: var(--size-xl-height);
94
92
  padding-left: var(--select-option-l-left-padding);
95
93
  padding-right: var(--select-option-l-right-padding);
96
94
  }
97
- .select__size-72_16jtc:before {
95
+ .select__size-72_1y4dz:before {
98
96
  left: var(--select-option-l-left-padding);
99
97
  right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__selected_16jtc {
99
+ .select__selected_1y4dz {
102
100
  background: var(--select-option-selected-background);
103
101
  color: var(--select-option-selected-color);
104
102
  cursor: default;
105
103
  }
106
- .select__highlighted_16jtc {
104
+ .select__highlighted_1y4dz {
107
105
  background: var(--select-option-hover-background);
108
106
  color: var(--select-option-hover-color);
109
107
  }
110
- .select__highlighted_16jtc:before,
111
- .select__highlighted_16jtc + .select__option_16jtc:before {
108
+ .select__highlighted_1y4dz:before,
109
+ .select__highlighted_1y4dz + .select__option_1y4dz:before {
112
110
  opacity: 0;
113
111
  }
114
- .select__disabled_16jtc {
112
+ .select__disabled_1y4dz {
115
113
  cursor: var(--disabled-cursor);
116
114
  background: var(--select-option-disabled-background);
117
115
  color: var(--select-option-disabled-color);
118
116
  }
119
- .select__content_16jtc {
117
+ .select__content_1y4dz {
120
118
  overflow: hidden;
121
119
  flex: 1;
122
120
  text-overflow: ellipsis;
123
121
  }
124
- .select__textContent_16jtc {
122
+ .select__textContent_1y4dz {
125
123
  padding-top: var(--gap-12);
126
124
  padding-bottom: var(--gap-12);
127
125
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_16jtc","disabled":"select__disabled_16jtc","size-48":"select__size-48_16jtc","size-56":"select__size-56_16jtc","size-64":"select__size-64_16jtc","size-72":"select__size-72_16jtc","selected":"select__selected_16jtc","highlighted":"select__highlighted_16jtc","content":"select__content_16jtc","textContent":"select__textContent_16jtc"};
3
+ const styles = {"option":"select__option_1y4dz","disabled":"select__disabled_1y4dz","size-48":"select__size-48_1y4dz","size-56":"select__size-56_1y4dz","size-64":"select__size-64_1y4dz","size-72":"select__size-72_1y4dz","selected":"select__selected_1y4dz","highlighted":"select__highlighted_1y4dz","content":"select__content_1y4dz","textContent":"select__textContent_1y4dz"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,57 +15,57 @@
15
15
  --select-options-list-scrollbar-gap: var(--gap-12);
16
16
  --select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
17
17
  }
18
- .select__optionsList_ee6pj {
18
+ .select__optionsList_15vxr {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  box-sizing: border-box;
22
22
  position: relative;
23
23
  }
24
- .select__optionsList_ee6pj .select__scrollable_ee6pj {
24
+ .select__optionsList_15vxr .select__scrollable_15vxr {
25
25
  overflow: auto;
26
26
  width: 100%;
27
27
  }
28
- .select__optionsList_ee6pj .select__scrollable_ee6pj .select__verticalBar_ee6pj.select__verticalBar_ee6pj {
28
+ .select__optionsList_15vxr .select__scrollable_15vxr .select__verticalBar_15vxr.select__verticalBar_15vxr {
29
29
  top: var(--select-options-list-scrollbar-gap);
30
30
  height: calc(100% - 2 * var(--select-options-list-scrollbar-gap));
31
31
  }
32
- .select__optionsList_ee6pj .select__scrollable_ee6pj .select__verticalBar_ee6pj.select__verticalBar_ee6pj.select__verticalBarWithHeader_ee6pj {
32
+ .select__optionsList_15vxr .select__scrollable_15vxr .select__verticalBar_15vxr.select__verticalBar_15vxr.select__verticalBarWithHeader_15vxr {
33
33
  top: 0;
34
34
  height: calc(100% - var(--select-options-list-scrollbar-gap));
35
35
  }
36
- .select__optionsList_ee6pj .select__scrollable_ee6pj .select__verticalBar_ee6pj.select__verticalBar_ee6pj.select__verticalBarWithFooter_ee6pj {
36
+ .select__optionsList_15vxr .select__scrollable_15vxr .select__verticalBar_15vxr.select__verticalBar_15vxr.select__verticalBarWithFooter_15vxr {
37
37
  top: var(--select-options-list-scrollbar-gap);
38
38
  height: calc(100% - var(--select-options-list-scrollbar-gap));
39
39
  }
40
- .select__optionsList_ee6pj .select__scrollable_ee6pj .select__verticalBar_ee6pj.select__verticalBar_ee6pj.select__verticalBarWithHeader_ee6pj.select__verticalBarWithFooter_ee6pj {
40
+ .select__optionsList_15vxr .select__scrollable_15vxr .select__verticalBar_15vxr.select__verticalBar_15vxr.select__verticalBarWithHeader_15vxr.select__verticalBarWithFooter_15vxr {
41
41
  top: 0;
42
42
  height: 100%;
43
43
  }
44
- .select__optionsListHeader_ee6pj {
44
+ .select__optionsListHeader_15vxr {
45
45
  box-sizing: border-box;
46
46
  border-bottom: 1px solid transparent;
47
47
  transition: border-color 0.2s ease;
48
48
  }
49
- .select__optionsListHeader_ee6pj.select__headerHighlighted_ee6pj {
49
+ .select__optionsListHeader_15vxr.select__headerHighlighted_15vxr {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
51
  }
52
- .select__optionsListFooter_ee6pj {
52
+ .select__optionsListFooter_15vxr {
53
53
  position: sticky;
54
54
  bottom: var(--gap-0);
55
55
  box-sizing: border-box;
56
56
  border-top: 1px solid transparent;
57
57
  transition: border-color 0.2s ease;
58
58
  }
59
- .select__optionsListFooter_ee6pj.select__withBorder_ee6pj {
59
+ .select__optionsListFooter_15vxr.select__withBorder_15vxr {
60
60
  border-top-color: var(--color-light-neutral-300);
61
61
  }
62
- .select__mask_ee6pj {
62
+ .select__mask_15vxr {
63
63
  min-width: 4000px;
64
64
  }
65
- .select__emptyPlaceholder_ee6pj {
65
+ .select__emptyPlaceholder_15vxr {
66
66
  padding: var(--gap-16) var(--gap-12);
67
67
  color: var(--select-options-list-empty-placeholder-color);
68
68
  }
69
- .select__size-72_ee6pj .select__emptyPlaceholder_ee6pj {
69
+ .select__size-72_15vxr .select__emptyPlaceholder_15vxr {
70
70
  padding: var(--gap-24) var(--gap-16);
71
71
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"optionsList":"select__optionsList_ee6pj","scrollable":"select__scrollable_ee6pj","verticalBar":"select__verticalBar_ee6pj","verticalBarWithHeader":"select__verticalBarWithHeader_ee6pj","verticalBarWithFooter":"select__verticalBarWithFooter_ee6pj","optionsListHeader":"select__optionsListHeader_ee6pj","headerHighlighted":"select__headerHighlighted_ee6pj","optionsListFooter":"select__optionsListFooter_ee6pj","withBorder":"select__withBorder_ee6pj","mask":"select__mask_ee6pj","emptyPlaceholder":"select__emptyPlaceholder_ee6pj","size-72":"select__size-72_ee6pj"};
3
+ const styles = {"optionsList":"select__optionsList_15vxr","scrollable":"select__scrollable_15vxr","verticalBar":"select__verticalBar_15vxr","verticalBarWithHeader":"select__verticalBarWithHeader_15vxr","verticalBarWithFooter":"select__verticalBarWithFooter_15vxr","optionsListHeader":"select__optionsListHeader_15vxr","headerHighlighted":"select__headerHighlighted_15vxr","optionsListFooter":"select__optionsListFooter_15vxr","withBorder":"select__withBorder_15vxr","mask":"select__mask_15vxr","emptyPlaceholder":"select__emptyPlaceholder_15vxr","size-72":"select__size-72_15vxr"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_1v229.select__component_1v229 {
1
+ .select__component_1tuuj.select__component_1tuuj {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"select__component_1v229"};
3
+ const styles = {"component":"select__component_1tuuj"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -20,42 +20,42 @@
20
20
  --select-option-left-padding: var(--gap-12);
21
21
  --select-option-right-padding: var(--gap-12);
22
22
  }
23
- .select__virtualOptionsList_1395d {
23
+ .select__virtualOptionsList_1edbn {
24
24
  width: 100%;
25
25
  outline: none;
26
26
  box-sizing: border-box;
27
27
  position: sticky;
28
28
  justify-content: space-between;
29
29
  }
30
- .select__virtualOptionsListHeader_1395d {
30
+ .select__virtualOptionsListHeader_1edbn {
31
31
  box-sizing: border-box;
32
32
  border-bottom: 1px solid var(--color-light-neutral-300);
33
33
  }
34
- .select__virtualOptionsListFooter_1395d {
34
+ .select__virtualOptionsListFooter_1edbn {
35
35
  position: sticky;
36
36
  bottom: var(--gap-0);
37
37
  box-sizing: border-box;
38
38
  border-top: 1px solid transparent;
39
39
  }
40
- .select__virtualOptionsListFooter_1395d.select__withBorder_1395d {
40
+ .select__virtualOptionsListFooter_1edbn.select__withBorder_1edbn {
41
41
  border-top: 1px solid var(--color-light-neutral-300);
42
42
  }
43
- .select__scrollable_1395d {
43
+ .select__scrollable_1edbn {
44
44
  position: relative;
45
45
  overflow: auto;
46
46
  width: 100%;
47
47
  }
48
- .select__inner_1395d {
48
+ .select__inner_1edbn {
49
49
  position: relative;
50
50
  width: 100%;
51
51
  }
52
- .select__virtualRow_1395d {
52
+ .select__virtualRow_1edbn {
53
53
  position: absolute;
54
54
  top: var(--gap-0);
55
55
  left: var(--gap-0);
56
56
  width: 100%;
57
57
  }
58
- .select__virtualRow_1395d:before {
58
+ .select__virtualRow_1edbn:before {
59
59
  content: '';
60
60
  position: absolute;
61
61
  z-index: 1;
@@ -66,18 +66,18 @@
66
66
  background: var(--select-option-divider-background);
67
67
  display: var(--select-option-divider-display);
68
68
  }
69
- .select__virtualRow_1395d:first-child:before {
69
+ .select__virtualRow_1edbn:first-child:before {
70
70
  display: none;
71
71
  }
72
- .select__highlighted_1395d:before,
73
- .select__highlighted_1395d + .select__virtualRow_1395d:before {
72
+ .select__highlighted_1edbn:before,
73
+ .select__highlighted_1edbn + .select__virtualRow_1edbn:before {
74
74
  display: none;
75
75
  }
76
- .select__emptyPlaceholder_1395d {
76
+ .select__emptyPlaceholder_1edbn {
77
77
  padding: var(--gap-16) var(--gap-12);
78
78
  color: var(--select-options-list-empty-placeholder-color);
79
79
  flex: 1;
80
80
  }
81
- .select__size-72_1395d .select__emptyPlaceholder_1395d {
81
+ .select__size-72_1edbn .select__emptyPlaceholder_1edbn {
82
82
  padding: var(--gap-24) var(--gap-16);
83
83
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"virtualOptionsList":"select__virtualOptionsList_1395d","virtualOptionsListHeader":"select__virtualOptionsListHeader_1395d","virtualOptionsListFooter":"select__virtualOptionsListFooter_1395d","withBorder":"select__withBorder_1395d","scrollable":"select__scrollable_1395d","inner":"select__inner_1395d","virtualRow":"select__virtualRow_1395d","highlighted":"select__highlighted_1395d","emptyPlaceholder":"select__emptyPlaceholder_1395d","size-72":"select__size-72_1395d"};
3
+ const styles = {"virtualOptionsList":"select__virtualOptionsList_1edbn","virtualOptionsListHeader":"select__virtualOptionsListHeader_1edbn","virtualOptionsListFooter":"select__virtualOptionsListFooter_1edbn","withBorder":"select__withBorder_1edbn","scrollable":"select__scrollable_1edbn","inner":"select__inner_1edbn","virtualRow":"select__virtualRow_1edbn","highlighted":"select__highlighted_1edbn","emptyPlaceholder":"select__emptyPlaceholder_1edbn","size-72":"select__size-72_1edbn"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,7 +2,7 @@
2
2
  --gap-xs: 8px;
3
3
  --gap-8: var(--gap-xs);
4
4
  }
5
- .select__header_2ewdx {
5
+ .select__header_1kynz {
6
6
  padding-right: var(--gap-8);
7
7
  padding-left: var(--gap-8);
8
8
  }
@@ -1,6 +1,6 @@
1
1
  import './modal.mobile.css';
2
2
 
3
- const styles = {"header":"select__header_2ewdx"};
3
+ const styles = {"header":"select__header_1kynz"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=modal.mobile.module.css.js.map
@@ -12,14 +12,14 @@
12
12
  :root {
13
13
  --select-option-list-footer-button-gap: var(--gap-8);
14
14
  }
15
- .select__footer_kuy7f {
15
+ .select__footer_1026m {
16
16
  background-color: var(--color-light-base-bg-primary);
17
17
  padding: var(--gap-12);
18
18
  outline: none;
19
19
  }
20
- .select__footer_kuy7f.select__size-72_kuy7f {
20
+ .select__footer_1026m.select__size-72_1026m {
21
21
  padding: var(--gap-12) var(--gap-16);
22
22
  }
23
- .select__footer_kuy7f > .select__button_kuy7f + .select__button_kuy7f {
23
+ .select__footer_1026m > .select__button_1026m + .select__button_1026m {
24
24
  margin-left: var(--select-option-list-footer-button-gap);
25
25
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"select__footer_kuy7f","size-72":"select__size-72_kuy7f","button":"select__button_kuy7f"};
3
+ const styles = {"footer":"select__footer_1026m","size-72":"select__size-72_1026m","button":"select__button_1026m"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,16 +6,16 @@
6
6
  --gap-12: var(--gap-s);
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .select__desktop_115uu {
9
+ .select__desktop_103zd {
10
10
  padding: var(--gap-12);
11
11
  }
12
- .select__desktop_115uu.select__size-72_115uu {
12
+ .select__desktop_103zd.select__size-72_103zd {
13
13
  padding-left: var(--gap-16);
14
14
  }
15
- .select__mobile_115uu {
15
+ .select__mobile_103zd {
16
16
  padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
17
17
  }
18
- .select__positionAfter_115uu {
18
+ .select__positionAfter_103zd {
19
19
  margin-left: 0;
20
20
  margin-left: initial;
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"desktop":"select__desktop_115uu","size-72":"select__size-72_115uu","mobile":"select__mobile_115uu","positionAfter":"select__positionAfter_115uu"};
3
+ const styles = {"desktop":"select__desktop_103zd","size-72":"select__size-72_103zd","mobile":"select__mobile_103zd","positionAfter":"select__positionAfter_103zd"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_adsm3 {
1
+ .select__skeleton_rbog3 {
2
2
  position: absolute;
3
3
  top: 50%;
4
4
  transform: translateY(-50%);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"skeleton":"select__skeleton_adsm3"};
3
+ const styles = {"skeleton":"select__skeleton_rbog3"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,8 +15,7 @@
15
15
  font-size: 16px;
16
16
  line-height: 20px;
17
17
  font-weight: 400;
18
- letter-spacing: -0.24px;
19
- font-family: var(--font-family-alfasans);
18
+ font-family: var(--font-family-system);
20
19
 
21
20
  display: flex;
22
21
  align-items: center;
@@ -40,8 +40,7 @@
40
40
  font-size: 16px;
41
41
  line-height: 20px;
42
42
  font-weight: 400;
43
- letter-spacing: -0.24px;
44
- font-family: var(--font-family-alfasans);
43
+ font-family: var(--font-family-system);
45
44
 
46
45
  white-space: nowrap;
47
46
  text-overflow: ellipsis;
@@ -53,8 +52,7 @@
53
52
  font-size: 14px;
54
53
  line-height: 18px;
55
54
  font-weight: 400;
56
- letter-spacing: -0.08px;
57
- font-family: var(--font-family-alfasans);
55
+ font-family: var(--font-family-system);
58
56
  }
59
57
 
60
58
  .value {
@@ -67,8 +65,7 @@
67
65
  font-size: 14px;
68
66
  line-height: 18px;
69
67
  font-weight: 400;
70
- letter-spacing: -0.08px;
71
- font-family: var(--font-family-alfasans);
68
+ font-family: var(--font-family-system);
72
69
  }
73
70
 
74
71
  .focusVisible {
@@ -29,7 +29,7 @@
29
29
  font-weight: 400;
30
30
  letter-spacing: 1.25px;
31
31
  text-transform: uppercase;
32
- font-family: var(--font-family-alfasans);
32
+ font-family: var(--font-family-system);
33
33
 
34
34
  display: block;
35
35
  color: var(--select-optgroup-color);
@@ -21,8 +21,7 @@
21
21
  font-size: 16px;
22
22
  line-height: 20px;
23
23
  font-weight: 400;
24
- letter-spacing: -0.24px;
25
- font-family: var(--font-family-alfasans);
24
+ font-family: var(--font-family-system);
26
25
 
27
26
  display: flex;
28
27
  align-items: center;
@@ -21,8 +21,7 @@
21
21
  font-size: 16px;
22
22
  line-height: 20px;
23
23
  font-weight: 400;
24
- letter-spacing: -0.24px;
25
- font-family: var(--font-family-alfasans);
24
+ font-family: var(--font-family-system);
26
25
 
27
26
  display: flex;
28
27
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-select",
3
- "version": "19.1.6-alfasans",
3
+ "version": "19.1.6",
4
4
  "description": "Select component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,18 +13,18 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-base-modal": "7.1.4-alfasans",
17
- "@alfalab/core-components-bottom-sheet": "8.1.6-alfasans",
18
- "@alfalab/core-components-button": "13.1.2-alfasans",
19
- "@alfalab/core-components-checkbox": "6.2.0-alfasans",
20
- "@alfalab/core-components-form-control": "14.0.5-alfasans",
21
- "@alfalab/core-components-input": "17.1.5-alfasans",
22
- "@alfalab/core-components-modal": "11.0.9-alfasans",
23
- "@alfalab/core-components-mq": "6.0.3-alfasans",
24
- "@alfalab/core-components-popover": "8.0.3-alfasans",
25
- "@alfalab/core-components-scrollbar": "5.0.2-alfasans",
26
- "@alfalab/core-components-shared": "2.1.1-alfasans",
27
- "@alfalab/core-components-skeleton": "7.0.3-alfasans",
16
+ "@alfalab/core-components-base-modal": "^7.1.4",
17
+ "@alfalab/core-components-bottom-sheet": "^8.1.6",
18
+ "@alfalab/core-components-button": "^13.1.2",
19
+ "@alfalab/core-components-checkbox": "^6.2.0",
20
+ "@alfalab/core-components-form-control": "^14.0.5",
21
+ "@alfalab/core-components-input": "^17.1.5",
22
+ "@alfalab/core-components-modal": "^11.0.9",
23
+ "@alfalab/core-components-mq": "^6.0.3",
24
+ "@alfalab/core-components-popover": "^8.0.3",
25
+ "@alfalab/core-components-scrollbar": "^5.0.2",
26
+ "@alfalab/core-components-shared": "^2.1.1",
27
+ "@alfalab/core-components-skeleton": "^7.0.3",
28
28
  "@alfalab/hooks": "^1.13.1",
29
29
  "@alfalab/icons-glyph": "^2.260.0",
30
30
  "@juggle/resize-observer": "^3.3.1",
@@ -45,6 +45,6 @@
45
45
  "access": "public",
46
46
  "directory": "dist"
47
47
  },
48
- "themesVersion": "15.1.0-alfasans",
49
- "varsVersion": "11.0.2-alfasans"
48
+ "themesVersion": "15.1.0",
49
+ "varsVersion": "11.0.2"
50
50
  }