@alfalab/core-components-select 19.0.5 → 19.0.6-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 (125) hide show
  1. package/components/arrow/index.css +4 -4
  2. package/components/arrow/index.module.css.js +1 -1
  3. package/components/base-checkmark/index.css +5 -5
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +21 -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 +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 +22 -18
  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 +8 -7
  22. package/components/optgroup/index.module.css.js +1 -1
  23. package/components/option/desktop/index.css +24 -22
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +21 -19
  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 +5 -3
  34. package/cssm/components/field/index.module.css +9 -5
  35. package/cssm/components/optgroup/index.module.css +4 -3
  36. package/cssm/components/option/desktop/index.module.css +5 -3
  37. package/cssm/components/option/mobile/index.module.css +5 -3
  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 +5 -5
  41. package/esm/components/base-checkmark/index.module.css.js +1 -1
  42. package/esm/components/base-option/index.css +21 -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 +9 -9
  49. package/esm/components/checkmark/index.module.css.js +1 -1
  50. package/esm/components/checkmark-mobile/index.css +5 -5
  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 +22 -18
  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 +8 -7
  59. package/esm/components/optgroup/index.module.css.js +1 -1
  60. package/esm/components/option/desktop/index.css +24 -22
  61. package/esm/components/option/desktop/index.module.css.js +1 -1
  62. package/esm/components/option/mobile/index.css +21 -19
  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/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  71. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  72. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  73. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  74. package/esm/presets/useSelectWithLoading/index.css +1 -1
  75. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  76. package/modern/components/arrow/index.css +4 -4
  77. package/modern/components/arrow/index.module.css.js +1 -1
  78. package/modern/components/base-checkmark/index.css +5 -5
  79. package/modern/components/base-checkmark/index.module.css.js +1 -1
  80. package/modern/components/base-option/index.css +21 -19
  81. package/modern/components/base-option/index.module.css.js +1 -1
  82. package/modern/components/base-select/index.css +11 -11
  83. package/modern/components/base-select/index.module.css.js +1 -1
  84. package/modern/components/base-select/mobile.css +11 -11
  85. package/modern/components/base-select/mobile.module.css.js +1 -1
  86. package/modern/components/checkmark/index.css +9 -9
  87. package/modern/components/checkmark/index.module.css.js +1 -1
  88. package/modern/components/checkmark-mobile/index.css +5 -5
  89. package/modern/components/checkmark-mobile/index.module.css.js +1 -1
  90. package/modern/components/clear-button/index.css +4 -4
  91. package/modern/components/clear-button/index.module.css.js +1 -1
  92. package/modern/components/field/index.css +22 -18
  93. package/modern/components/field/index.module.css.js +1 -1
  94. package/modern/components/footer/index.css +4 -4
  95. package/modern/components/footer/index.module.css.js +1 -1
  96. package/modern/components/optgroup/index.css +8 -7
  97. package/modern/components/optgroup/index.module.css.js +1 -1
  98. package/modern/components/option/desktop/index.css +24 -22
  99. package/modern/components/option/desktop/index.module.css.js +1 -1
  100. package/modern/components/option/mobile/index.css +21 -19
  101. package/modern/components/option/mobile/index.module.css.js +1 -1
  102. package/modern/components/options-list/index.css +13 -13
  103. package/modern/components/options-list/index.module.css.js +1 -1
  104. package/modern/components/search/index.css +1 -1
  105. package/modern/components/search/index.module.css.js +1 -1
  106. package/modern/components/virtual-options-list/index.css +13 -13
  107. package/modern/components/virtual-options-list/index.module.css.js +1 -1
  108. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  109. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  110. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  111. package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  112. package/modern/presets/useSelectWithLoading/index.css +1 -1
  113. package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
  114. package/moderncssm/components/base-option/index.module.css +2 -1
  115. package/moderncssm/components/field/index.module.css +6 -3
  116. package/moderncssm/components/optgroup/index.module.css +1 -1
  117. package/moderncssm/components/option/desktop/index.module.css +2 -1
  118. package/moderncssm/components/option/mobile/index.module.css +2 -1
  119. package/package.json +16 -16
  120. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  121. package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  122. package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  123. package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  124. package/presets/useSelectWithLoading/index.css +1 -1
  125. package/presets/useSelectWithLoading/index.module.css.js +1 -1
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -43,11 +44,12 @@
43
44
  --select-option-active-color: var(--color-light-text-primary);
44
45
  --select-option-disabled-color: var(--color-light-text-secondary);
45
46
  }
46
- .select__option_oxr56 {
47
+ .select__option_1rh1a {
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -60,11 +62,11 @@
60
62
  position: relative;
61
63
  cursor: pointer;
62
64
  }
63
- .select__option_oxr56:not(.select__disabled_oxr56):active {
65
+ .select__option_1rh1a:not(.select__disabled_1rh1a):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_oxr56:before {
69
+ .select__option_1rh1a:before {
68
70
  content: '';
69
71
  position: absolute;
70
72
  left: var(--select-option-left-padding);
@@ -75,59 +77,59 @@
75
77
  display: var(--select-option-divider-display);
76
78
  transition: opacity 0.2s ease;
77
79
  }
78
- .select__option_oxr56:first-child:before {
80
+ .select__option_1rh1a:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_oxr56 {
83
+ .select__size-48_1rh1a {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_oxr56 {
86
+ .select__size-56_1rh1a {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_oxr56 {
89
+ .select__size-64_1rh1a {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_oxr56 {
92
+ .select__size-72_1rh1a {
91
93
  min-height: var(--size-xl-height);
92
94
  padding-left: var(--select-option-l-left-padding);
93
95
  padding-right: var(--select-option-l-right-padding);
94
96
  }
95
- .select__size-72_oxr56:before {
97
+ .select__size-72_1rh1a:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_oxr56 {
101
+ .select__selected_1rh1a {
100
102
  background: var(--select-option-selected-background);
101
103
  color: var(--select-option-selected-color);
102
104
  cursor: default;
103
105
  }
104
- .select__highlighted_oxr56 {
106
+ .select__highlighted_1rh1a {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_oxr56:before,
109
- .select__highlighted_oxr56 + .select__option_oxr56:before {
110
+ .select__highlighted_1rh1a:before,
111
+ .select__highlighted_1rh1a + .select__option_1rh1a:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_oxr56 {
114
+ .select__disabled_1rh1a {
113
115
  cursor: var(--disabled-cursor);
114
116
  background: var(--select-option-disabled-background);
115
117
  color: var(--select-option-disabled-color);
116
118
  }
117
- .select__content_oxr56 {
119
+ .select__content_1rh1a {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_oxr56 {
124
+ .select__textContent_1rh1a {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
126
- .select__highlighted_oxr56 {
128
+ .select__highlighted_1rh1a {
127
129
  background: var(--select-option-hover-background);
128
130
  color: var(--select-option-hover-color);
129
131
  }
130
- .select__highlighted_oxr56:before,
131
- .select__highlighted_oxr56 + .select__option_oxr56:before {
132
+ .select__highlighted_1rh1a:before,
133
+ .select__highlighted_1rh1a + .select__option_1rh1a:before {
132
134
  opacity: 0;
133
135
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_oxr56","disabled":"select__disabled_oxr56","size-48":"select__size-48_oxr56","size-56":"select__size-56_oxr56","size-64":"select__size-64_oxr56","size-72":"select__size-72_oxr56","selected":"select__selected_oxr56","highlighted":"select__highlighted_oxr56","content":"select__content_oxr56","textContent":"select__textContent_oxr56"};
3
+ const styles = {"option":"select__option_1rh1a","disabled":"select__disabled_1rh1a","size-48":"select__size-48_1rh1a","size-56":"select__size-56_1rh1a","size-64":"select__size-64_1rh1a","size-72":"select__size-72_1rh1a","selected":"select__selected_1rh1a","highlighted":"select__highlighted_1rh1a","content":"select__content_1rh1a","textContent":"select__textContent_1rh1a"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -14,8 +14,9 @@
14
14
  --gap-16: var(--gap-m);
15
15
  }
16
16
  :root {
17
- --font-family-system:
18
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
17
+ --font-family-alfasans:
18
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
19
+ Helvetica, sans-serif;
19
20
  }
20
21
  :root {
21
22
  --disabled-cursor: not-allowed;
@@ -43,11 +44,12 @@
43
44
  --select-option-active-color: var(--color-light-text-primary);
44
45
  --select-option-disabled-color: var(--color-light-text-secondary);
45
46
  }
46
- .select__option_xrvsu {
47
+ .select__option_o5926 {
47
48
  font-size: 16px;
48
49
  line-height: 20px;
49
50
  font-weight: 400;
50
- font-family: var(--font-family-system);
51
+ letter-spacing: -0.24px;
52
+ font-family: var(--font-family-alfasans);
51
53
 
52
54
  display: flex;
53
55
  align-items: center;
@@ -60,11 +62,11 @@
60
62
  position: relative;
61
63
  cursor: pointer;
62
64
  }
63
- .select__option_xrvsu:not(.select__disabled_xrvsu):active {
65
+ .select__option_o5926:not(.select__disabled_o5926):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_xrvsu:before {
69
+ .select__option_o5926:before {
68
70
  content: '';
69
71
  position: absolute;
70
72
  left: var(--select-option-left-padding);
@@ -75,51 +77,51 @@
75
77
  display: var(--select-option-divider-display);
76
78
  transition: opacity 0.2s ease;
77
79
  }
78
- .select__option_xrvsu:first-child:before {
80
+ .select__option_o5926:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_xrvsu {
83
+ .select__size-48_o5926 {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_xrvsu {
86
+ .select__size-56_o5926 {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_xrvsu {
89
+ .select__size-64_o5926 {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_xrvsu {
92
+ .select__size-72_o5926 {
91
93
  min-height: var(--size-xl-height);
92
94
  padding-left: var(--select-option-l-left-padding);
93
95
  padding-right: var(--select-option-l-right-padding);
94
96
  }
95
- .select__size-72_xrvsu:before {
97
+ .select__size-72_o5926:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_xrvsu {
101
+ .select__selected_o5926 {
100
102
  background: var(--select-option-selected-background);
101
103
  color: var(--select-option-selected-color);
102
104
  cursor: default;
103
105
  }
104
- .select__highlighted_xrvsu {
106
+ .select__highlighted_o5926 {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_xrvsu:before,
109
- .select__highlighted_xrvsu + .select__option_xrvsu:before {
110
+ .select__highlighted_o5926:before,
111
+ .select__highlighted_o5926 + .select__option_o5926:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_xrvsu {
114
+ .select__disabled_o5926 {
113
115
  cursor: var(--disabled-cursor);
114
116
  background: var(--select-option-disabled-background);
115
117
  color: var(--select-option-disabled-color);
116
118
  }
117
- .select__content_xrvsu {
119
+ .select__content_o5926 {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_xrvsu {
124
+ .select__textContent_o5926 {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_xrvsu","disabled":"select__disabled_xrvsu","size-48":"select__size-48_xrvsu","size-56":"select__size-56_xrvsu","size-64":"select__size-64_xrvsu","size-72":"select__size-72_xrvsu","selected":"select__selected_xrvsu","highlighted":"select__highlighted_xrvsu","content":"select__content_xrvsu","textContent":"select__textContent_xrvsu"};
3
+ const styles = {"option":"select__option_o5926","disabled":"select__disabled_o5926","size-48":"select__size-48_o5926","size-56":"select__size-56_o5926","size-64":"select__size-64_o5926","size-72":"select__size-72_o5926","selected":"select__selected_o5926","highlighted":"select__highlighted_o5926","content":"select__content_o5926","textContent":"select__textContent_o5926"};
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_1baeo {
18
+ .select__optionsList_1qjmj {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  box-sizing: border-box;
22
22
  position: relative;
23
23
  }
24
- .select__optionsList_1baeo .select__scrollable_1baeo {
24
+ .select__optionsList_1qjmj .select__scrollable_1qjmj {
25
25
  overflow: auto;
26
26
  width: 100%;
27
27
  }
28
- .select__optionsList_1baeo .select__scrollable_1baeo .select__verticalBar_1baeo.select__verticalBar_1baeo {
28
+ .select__optionsList_1qjmj .select__scrollable_1qjmj .select__verticalBar_1qjmj.select__verticalBar_1qjmj {
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_1baeo .select__scrollable_1baeo .select__verticalBar_1baeo.select__verticalBar_1baeo.select__verticalBarWithHeader_1baeo {
32
+ .select__optionsList_1qjmj .select__scrollable_1qjmj .select__verticalBar_1qjmj.select__verticalBar_1qjmj.select__verticalBarWithHeader_1qjmj {
33
33
  top: 0;
34
34
  height: calc(100% - var(--select-options-list-scrollbar-gap));
35
35
  }
36
- .select__optionsList_1baeo .select__scrollable_1baeo .select__verticalBar_1baeo.select__verticalBar_1baeo.select__verticalBarWithFooter_1baeo {
36
+ .select__optionsList_1qjmj .select__scrollable_1qjmj .select__verticalBar_1qjmj.select__verticalBar_1qjmj.select__verticalBarWithFooter_1qjmj {
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_1baeo .select__scrollable_1baeo .select__verticalBar_1baeo.select__verticalBar_1baeo.select__verticalBarWithHeader_1baeo.select__verticalBarWithFooter_1baeo {
40
+ .select__optionsList_1qjmj .select__scrollable_1qjmj .select__verticalBar_1qjmj.select__verticalBar_1qjmj.select__verticalBarWithHeader_1qjmj.select__verticalBarWithFooter_1qjmj {
41
41
  top: 0;
42
42
  height: 100%;
43
43
  }
44
- .select__optionsListHeader_1baeo {
44
+ .select__optionsListHeader_1qjmj {
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_1baeo.select__headerHighlighted_1baeo {
49
+ .select__optionsListHeader_1qjmj.select__headerHighlighted_1qjmj {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
51
  }
52
- .select__optionsListFooter_1baeo {
52
+ .select__optionsListFooter_1qjmj {
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_1baeo.select__withBorder_1baeo {
59
+ .select__optionsListFooter_1qjmj.select__withBorder_1qjmj {
60
60
  border-top-color: var(--color-light-neutral-300);
61
61
  }
62
- .select__mask_1baeo {
62
+ .select__mask_1qjmj {
63
63
  min-width: 4000px;
64
64
  }
65
- .select__emptyPlaceholder_1baeo {
65
+ .select__emptyPlaceholder_1qjmj {
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_1baeo .select__emptyPlaceholder_1baeo {
69
+ .select__size-72_1qjmj .select__emptyPlaceholder_1qjmj {
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_1baeo","scrollable":"select__scrollable_1baeo","verticalBar":"select__verticalBar_1baeo","verticalBarWithHeader":"select__verticalBarWithHeader_1baeo","verticalBarWithFooter":"select__verticalBarWithFooter_1baeo","optionsListHeader":"select__optionsListHeader_1baeo","headerHighlighted":"select__headerHighlighted_1baeo","optionsListFooter":"select__optionsListFooter_1baeo","withBorder":"select__withBorder_1baeo","mask":"select__mask_1baeo","emptyPlaceholder":"select__emptyPlaceholder_1baeo","size-72":"select__size-72_1baeo"};
3
+ const styles = {"optionsList":"select__optionsList_1qjmj","scrollable":"select__scrollable_1qjmj","verticalBar":"select__verticalBar_1qjmj","verticalBarWithHeader":"select__verticalBarWithHeader_1qjmj","verticalBarWithFooter":"select__verticalBarWithFooter_1qjmj","optionsListHeader":"select__optionsListHeader_1qjmj","headerHighlighted":"select__headerHighlighted_1qjmj","optionsListFooter":"select__optionsListFooter_1qjmj","withBorder":"select__withBorder_1qjmj","mask":"select__mask_1qjmj","emptyPlaceholder":"select__emptyPlaceholder_1qjmj","size-72":"select__size-72_1qjmj"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_ftfs5.select__component_ftfs5 {
1
+ .select__component_veri8.select__component_veri8 {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"select__component_ftfs5"};
3
+ const styles = {"component":"select__component_veri8"};
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_vtijd {
23
+ .select__virtualOptionsList_540m4 {
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_vtijd {
30
+ .select__virtualOptionsListHeader_540m4 {
31
31
  box-sizing: border-box;
32
32
  border-bottom: 1px solid var(--color-light-neutral-300);
33
33
  }
34
- .select__virtualOptionsListFooter_vtijd {
34
+ .select__virtualOptionsListFooter_540m4 {
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_vtijd.select__withBorder_vtijd {
40
+ .select__virtualOptionsListFooter_540m4.select__withBorder_540m4 {
41
41
  border-top: 1px solid var(--color-light-neutral-300);
42
42
  }
43
- .select__scrollable_vtijd {
43
+ .select__scrollable_540m4 {
44
44
  position: relative;
45
45
  overflow: auto;
46
46
  width: 100%;
47
47
  }
48
- .select__inner_vtijd {
48
+ .select__inner_540m4 {
49
49
  position: relative;
50
50
  width: 100%;
51
51
  }
52
- .select__virtualRow_vtijd {
52
+ .select__virtualRow_540m4 {
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_vtijd:before {
58
+ .select__virtualRow_540m4: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_vtijd:first-child:before {
69
+ .select__virtualRow_540m4:first-child:before {
70
70
  display: none;
71
71
  }
72
- .select__highlighted_vtijd:before,
73
- .select__highlighted_vtijd + .select__virtualRow_vtijd:before {
72
+ .select__highlighted_540m4:before,
73
+ .select__highlighted_540m4 + .select__virtualRow_540m4:before {
74
74
  display: none;
75
75
  }
76
- .select__emptyPlaceholder_vtijd {
76
+ .select__emptyPlaceholder_540m4 {
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_vtijd .select__emptyPlaceholder_vtijd {
81
+ .select__size-72_540m4 .select__emptyPlaceholder_540m4 {
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_vtijd","virtualOptionsListHeader":"select__virtualOptionsListHeader_vtijd","virtualOptionsListFooter":"select__virtualOptionsListFooter_vtijd","withBorder":"select__withBorder_vtijd","scrollable":"select__scrollable_vtijd","inner":"select__inner_vtijd","virtualRow":"select__virtualRow_vtijd","highlighted":"select__highlighted_vtijd","emptyPlaceholder":"select__emptyPlaceholder_vtijd","size-72":"select__size-72_vtijd"};
3
+ const styles = {"virtualOptionsList":"select__virtualOptionsList_540m4","virtualOptionsListHeader":"select__virtualOptionsListHeader_540m4","virtualOptionsListFooter":"select__virtualOptionsListFooter_540m4","withBorder":"select__withBorder_540m4","scrollable":"select__scrollable_540m4","inner":"select__inner_540m4","virtualRow":"select__virtualRow_540m4","highlighted":"select__highlighted_540m4","emptyPlaceholder":"select__emptyPlaceholder_540m4","size-72":"select__size-72_540m4"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.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_hidi8 {
15
+ .select__footer_1lqxh {
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_hidi8.select__size-72_hidi8 {
20
+ .select__footer_1lqxh.select__size-72_1lqxh {
21
21
  padding: var(--gap-12) var(--gap-16);
22
22
  }
23
- .select__footer_hidi8 > .select__button_hidi8 + .select__button_hidi8 {
23
+ .select__footer_1lqxh > .select__button_1lqxh + .select__button_1lqxh {
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_hidi8","size-72":"select__size-72_hidi8","button":"select__button_hidi8"};
3
+ const styles = {"footer":"select__footer_1lqxh","size-72":"select__size-72_1lqxh","button":"select__button_1lqxh"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,12 +6,12 @@
6
6
  --gap-12: var(--gap-s);
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .select__desktop_f4a3b {
9
+ .select__desktop_1jkf4 {
10
10
  padding: var(--gap-12);
11
11
  }
12
- .select__desktop_f4a3b.select__size-72_f4a3b {
12
+ .select__desktop_1jkf4.select__size-72_1jkf4 {
13
13
  padding-left: var(--gap-16);
14
14
  }
15
- .select__mobile_f4a3b {
15
+ .select__mobile_1jkf4 {
16
16
  padding: var(--gap-12) var(--gap-8);
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"desktop":"select__desktop_f4a3b","size-72":"select__size-72_f4a3b","mobile":"select__mobile_f4a3b"};
3
+ const styles = {"desktop":"select__desktop_1jkf4","size-72":"select__size-72_1jkf4","mobile":"select__mobile_1jkf4"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_l6qg5 {
1
+ .select__skeleton_5zjdp {
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_l6qg5"};
3
+ const styles = {"skeleton":"select__skeleton_5zjdp"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,7 +15,8 @@
15
15
  font-size: 16px;
16
16
  line-height: 20px;
17
17
  font-weight: 400;
18
- font-family: var(--font-family-system);
18
+ letter-spacing: -0.24px;
19
+ font-family: var(--font-family-alfasans);
19
20
 
20
21
  display: flex;
21
22
  align-items: center;
@@ -40,7 +40,8 @@
40
40
  font-size: 16px;
41
41
  line-height: 20px;
42
42
  font-weight: 400;
43
- font-family: var(--font-family-system);
43
+ letter-spacing: -0.24px;
44
+ font-family: var(--font-family-alfasans);
44
45
 
45
46
  white-space: nowrap;
46
47
  text-overflow: ellipsis;
@@ -52,7 +53,8 @@
52
53
  font-size: 14px;
53
54
  line-height: 18px;
54
55
  font-weight: 400;
55
- font-family: var(--font-family-system);
56
+ letter-spacing: -0.08px;
57
+ font-family: var(--font-family-alfasans);
56
58
  }
57
59
 
58
60
  .value {
@@ -65,7 +67,8 @@
65
67
  font-size: 14px;
66
68
  line-height: 18px;
67
69
  font-weight: 400;
68
- font-family: var(--font-family-system);
70
+ letter-spacing: -0.08px;
71
+ font-family: var(--font-family-alfasans);
69
72
  }
70
73
 
71
74
  .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-system);
32
+ font-family: var(--font-family-alfasans);
33
33
 
34
34
  display: block;
35
35
  color: var(--select-optgroup-color);
@@ -21,7 +21,8 @@
21
21
  font-size: 16px;
22
22
  line-height: 20px;
23
23
  font-weight: 400;
24
- font-family: var(--font-family-system);
24
+ letter-spacing: -0.24px;
25
+ font-family: var(--font-family-alfasans);
25
26
 
26
27
  display: flex;
27
28
  align-items: center;
@@ -21,7 +21,8 @@
21
21
  font-size: 16px;
22
22
  line-height: 20px;
23
23
  font-weight: 400;
24
- font-family: var(--font-family-system);
24
+ letter-spacing: -0.24px;
25
+ font-family: var(--font-family-alfasans);
25
26
 
26
27
  display: flex;
27
28
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-select",
3
- "version": "19.0.5",
3
+ "version": "19.0.6-alfasans",
4
4
  "description": "Select component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,19 +10,19 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-badge": "^7.0.1",
14
- "@alfalab/core-components-base-modal": "^7.1.1",
15
- "@alfalab/core-components-bottom-sheet": "^8.1.0",
16
- "@alfalab/core-components-button": "^13.0.2",
17
- "@alfalab/core-components-checkbox": "^6.0.2",
18
- "@alfalab/core-components-form-control": "^14.0.2",
19
- "@alfalab/core-components-input": "^17.1.0",
20
- "@alfalab/core-components-modal": "^11.0.3",
21
- "@alfalab/core-components-mq": "^6.0.2",
22
- "@alfalab/core-components-popover": "^8.0.2",
23
- "@alfalab/core-components-scrollbar": "^5.0.1",
24
- "@alfalab/core-components-shared": "^2.1.0",
25
- "@alfalab/core-components-skeleton": "^7.0.1",
13
+ "@alfalab/core-components-badge": "7.0.1-alfasans",
14
+ "@alfalab/core-components-base-modal": "7.1.1-alfasans",
15
+ "@alfalab/core-components-bottom-sheet": "8.1.0-alfasans",
16
+ "@alfalab/core-components-button": "13.0.2-alfasans",
17
+ "@alfalab/core-components-checkbox": "6.0.2-alfasans",
18
+ "@alfalab/core-components-form-control": "14.0.2-alfasans",
19
+ "@alfalab/core-components-input": "17.1.1-alfasans",
20
+ "@alfalab/core-components-modal": "11.0.3-alfasans",
21
+ "@alfalab/core-components-mq": "6.0.2-alfasans",
22
+ "@alfalab/core-components-popover": "8.0.2-alfasans",
23
+ "@alfalab/core-components-scrollbar": "5.0.1-alfasans",
24
+ "@alfalab/core-components-shared": "2.1.0-alfasans",
25
+ "@alfalab/core-components-skeleton": "7.0.1-alfasans",
26
26
  "@alfalab/hooks": "^1.13.1",
27
27
  "@alfalab/icons-glyph": "^2.260.0",
28
28
  "@juggle/resize-observer": "^3.3.1",
@@ -43,6 +43,6 @@
43
43
  "access": "public",
44
44
  "directory": "dist"
45
45
  },
46
- "themesVersion": "15.0.1",
47
- "varsVersion": "11.0.1"
46
+ "themesVersion": "15.0.1-alfasans",
47
+ "varsVersion": "11.0.1-alfasans"
48
48
  }
@@ -12,14 +12,14 @@
12
12
  :root {
13
13
  --select-option-list-footer-button-gap: var(--gap-8);
14
14
  }
15
- .select__footer_hidi8 {
15
+ .select__footer_1lqxh {
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_hidi8.select__size-72_hidi8 {
20
+ .select__footer_1lqxh.select__size-72_1lqxh {
21
21
  padding: var(--gap-12) var(--gap-16);
22
22
  }
23
- .select__footer_hidi8 > .select__button_hidi8 + .select__button_hidi8 {
23
+ .select__footer_1lqxh > .select__button_1lqxh + .select__button_1lqxh {
24
24
  margin-left: var(--select-option-list-footer-button-gap);
25
25
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"select__footer_hidi8","size-72":"select__size-72_hidi8","button":"select__button_hidi8"};
5
+ var styles = {"footer":"select__footer_1lqxh","size-72":"select__size-72_1lqxh","button":"select__button_1lqxh"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map