@alfalab/core-components-select 19.1.8 → 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 (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 +9 -9
  4. package/components/base-checkmark/index.module.css.js +1 -1
  5. package/components/base-option/index.css +19 -17
  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 +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 +9 -9
  41. package/esm/components/base-checkmark/index.module.css.js +1 -1
  42. package/esm/components/base-option/index.css +19 -17
  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 +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/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 +9 -9
  83. package/modern/components/base-checkmark/index.module.css.js +1 -1
  84. package/modern/components/base-option/index.css +19 -17
  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 +22 -18
  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 +8 -7
  101. package/modern/components/optgroup/index.module.css.js +1 -1
  102. package/modern/components/option/desktop/index.css +24 -22
  103. package/modern/components/option/desktop/index.module.css.js +1 -1
  104. package/modern/components/option/mobile/index.css +21 -19
  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 +2 -1
  121. package/moderncssm/components/field/index.module.css +6 -3
  122. package/moderncssm/components/optgroup/index.module.css +1 -1
  123. package/moderncssm/components/option/desktop/index.module.css +2 -1
  124. package/moderncssm/components/option/mobile/index.module.css +2 -1
  125. package/package.json +16 -16
  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,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_3dduy {
47
+ .select__option_1vz1v {
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_3dduy:not(.select__disabled_3dduy):active {
65
+ .select__option_1vz1v:not(.select__disabled_1vz1v):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_3dduy:before {
69
+ .select__option_1vz1v: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_3dduy:first-child:before {
80
+ .select__option_1vz1v:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_3dduy {
83
+ .select__size-48_1vz1v {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_3dduy {
86
+ .select__size-56_1vz1v {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_3dduy {
89
+ .select__size-64_1vz1v {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_3dduy {
92
+ .select__size-72_1vz1v {
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_3dduy:before {
97
+ .select__size-72_1vz1v:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_3dduy {
101
+ .select__selected_1vz1v {
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_3dduy {
106
+ .select__highlighted_1vz1v {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_3dduy:before,
109
- .select__highlighted_3dduy + .select__option_3dduy:before {
110
+ .select__highlighted_1vz1v:before,
111
+ .select__highlighted_1vz1v + .select__option_1vz1v:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_3dduy {
114
+ .select__disabled_1vz1v {
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_3dduy {
119
+ .select__content_1vz1v {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_3dduy {
124
+ .select__textContent_1vz1v {
123
125
  padding-top: var(--gap-12);
124
126
  padding-bottom: var(--gap-12);
125
127
  }
126
- .select__highlighted_3dduy {
128
+ .select__highlighted_1vz1v {
127
129
  background: var(--select-option-hover-background);
128
130
  color: var(--select-option-hover-color);
129
131
  }
130
- .select__highlighted_3dduy:before,
131
- .select__highlighted_3dduy + .select__option_3dduy:before {
132
+ .select__highlighted_1vz1v:before,
133
+ .select__highlighted_1vz1v + .select__option_1vz1v:before {
132
134
  opacity: 0;
133
135
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_3dduy","disabled":"select__disabled_3dduy","size-48":"select__size-48_3dduy","size-56":"select__size-56_3dduy","size-64":"select__size-64_3dduy","size-72":"select__size-72_3dduy","selected":"select__selected_3dduy","highlighted":"select__highlighted_3dduy","content":"select__content_3dduy","textContent":"select__textContent_3dduy"};
3
+ const styles = {"option":"select__option_1vz1v","disabled":"select__disabled_1vz1v","size-48":"select__size-48_1vz1v","size-56":"select__size-56_1vz1v","size-64":"select__size-64_1vz1v","size-72":"select__size-72_1vz1v","selected":"select__selected_1vz1v","highlighted":"select__highlighted_1vz1v","content":"select__content_1vz1v","textContent":"select__textContent_1vz1v"};
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_c7iim {
47
+ .select__option_1l6xi {
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_c7iim:not(.select__disabled_c7iim):active {
65
+ .select__option_1l6xi:not(.select__disabled_1l6xi):active {
64
66
  background: var(--select-option-active-background);
65
67
  color: var(--select-option-active-color);
66
68
  }
67
- .select__option_c7iim:before {
69
+ .select__option_1l6xi: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_c7iim:first-child:before {
80
+ .select__option_1l6xi:first-child:before {
79
81
  display: none;
80
82
  }
81
- .select__size-48_c7iim {
83
+ .select__size-48_1l6xi {
82
84
  min-height: var(--size-s-height);
83
85
  }
84
- .select__size-56_c7iim {
86
+ .select__size-56_1l6xi {
85
87
  min-height: var(--size-m-height);
86
88
  }
87
- .select__size-64_c7iim {
89
+ .select__size-64_1l6xi {
88
90
  min-height: var(--size-l-height);
89
91
  }
90
- .select__size-72_c7iim {
92
+ .select__size-72_1l6xi {
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_c7iim:before {
97
+ .select__size-72_1l6xi:before {
96
98
  left: var(--select-option-l-left-padding);
97
99
  right: var(--select-option-l-right-padding);
98
100
  }
99
- .select__selected_c7iim {
101
+ .select__selected_1l6xi {
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_c7iim {
106
+ .select__highlighted_1l6xi {
105
107
  background: var(--select-option-hover-background);
106
108
  color: var(--select-option-hover-color);
107
109
  }
108
- .select__highlighted_c7iim:before,
109
- .select__highlighted_c7iim + .select__option_c7iim:before {
110
+ .select__highlighted_1l6xi:before,
111
+ .select__highlighted_1l6xi + .select__option_1l6xi:before {
110
112
  opacity: 0;
111
113
  }
112
- .select__disabled_c7iim {
114
+ .select__disabled_1l6xi {
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_c7iim {
119
+ .select__content_1l6xi {
118
120
  overflow: hidden;
119
121
  flex: 1;
120
122
  text-overflow: ellipsis;
121
123
  }
122
- .select__textContent_c7iim {
124
+ .select__textContent_1l6xi {
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_c7iim","disabled":"select__disabled_c7iim","size-48":"select__size-48_c7iim","size-56":"select__size-56_c7iim","size-64":"select__size-64_c7iim","size-72":"select__size-72_c7iim","selected":"select__selected_c7iim","highlighted":"select__highlighted_c7iim","content":"select__content_c7iim","textContent":"select__textContent_c7iim"};
3
+ const styles = {"option":"select__option_1l6xi","disabled":"select__disabled_1l6xi","size-48":"select__size-48_1l6xi","size-56":"select__size-56_1l6xi","size-64":"select__size-64_1l6xi","size-72":"select__size-72_1l6xi","selected":"select__selected_1l6xi","highlighted":"select__highlighted_1l6xi","content":"select__content_1l6xi","textContent":"select__textContent_1l6xi"};
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_qgihn {
18
+ .select__optionsList_bdbya {
19
19
  width: 100%;
20
20
  outline: none;
21
21
  box-sizing: border-box;
22
22
  position: relative;
23
23
  }
24
- .select__optionsList_qgihn .select__scrollable_qgihn {
24
+ .select__optionsList_bdbya .select__scrollable_bdbya {
25
25
  overflow: auto;
26
26
  width: 100%;
27
27
  }
28
- .select__optionsList_qgihn .select__scrollable_qgihn .select__verticalBar_qgihn.select__verticalBar_qgihn {
28
+ .select__optionsList_bdbya .select__scrollable_bdbya .select__verticalBar_bdbya.select__verticalBar_bdbya {
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_qgihn .select__scrollable_qgihn .select__verticalBar_qgihn.select__verticalBar_qgihn.select__verticalBarWithHeader_qgihn {
32
+ .select__optionsList_bdbya .select__scrollable_bdbya .select__verticalBar_bdbya.select__verticalBar_bdbya.select__verticalBarWithHeader_bdbya {
33
33
  top: 0;
34
34
  height: calc(100% - var(--select-options-list-scrollbar-gap));
35
35
  }
36
- .select__optionsList_qgihn .select__scrollable_qgihn .select__verticalBar_qgihn.select__verticalBar_qgihn.select__verticalBarWithFooter_qgihn {
36
+ .select__optionsList_bdbya .select__scrollable_bdbya .select__verticalBar_bdbya.select__verticalBar_bdbya.select__verticalBarWithFooter_bdbya {
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_qgihn .select__scrollable_qgihn .select__verticalBar_qgihn.select__verticalBar_qgihn.select__verticalBarWithHeader_qgihn.select__verticalBarWithFooter_qgihn {
40
+ .select__optionsList_bdbya .select__scrollable_bdbya .select__verticalBar_bdbya.select__verticalBar_bdbya.select__verticalBarWithHeader_bdbya.select__verticalBarWithFooter_bdbya {
41
41
  top: 0;
42
42
  height: 100%;
43
43
  }
44
- .select__optionsListHeader_qgihn {
44
+ .select__optionsListHeader_bdbya {
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_qgihn.select__headerHighlighted_qgihn {
49
+ .select__optionsListHeader_bdbya.select__headerHighlighted_bdbya {
50
50
  border-bottom-color: var(--color-light-neutral-300);
51
51
  }
52
- .select__optionsListFooter_qgihn {
52
+ .select__optionsListFooter_bdbya {
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_qgihn.select__withBorder_qgihn {
59
+ .select__optionsListFooter_bdbya.select__withBorder_bdbya {
60
60
  border-top-color: var(--color-light-neutral-300);
61
61
  }
62
- .select__mask_qgihn {
62
+ .select__mask_bdbya {
63
63
  min-width: 4000px;
64
64
  }
65
- .select__emptyPlaceholder_qgihn {
65
+ .select__emptyPlaceholder_bdbya {
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_qgihn .select__emptyPlaceholder_qgihn {
69
+ .select__size-72_bdbya .select__emptyPlaceholder_bdbya {
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_qgihn","scrollable":"select__scrollable_qgihn","verticalBar":"select__verticalBar_qgihn","verticalBarWithHeader":"select__verticalBarWithHeader_qgihn","verticalBarWithFooter":"select__verticalBarWithFooter_qgihn","optionsListHeader":"select__optionsListHeader_qgihn","headerHighlighted":"select__headerHighlighted_qgihn","optionsListFooter":"select__optionsListFooter_qgihn","withBorder":"select__withBorder_qgihn","mask":"select__mask_qgihn","emptyPlaceholder":"select__emptyPlaceholder_qgihn","size-72":"select__size-72_qgihn"};
3
+ const styles = {"optionsList":"select__optionsList_bdbya","scrollable":"select__scrollable_bdbya","verticalBar":"select__verticalBar_bdbya","verticalBarWithHeader":"select__verticalBarWithHeader_bdbya","verticalBarWithFooter":"select__verticalBarWithFooter_bdbya","optionsListHeader":"select__optionsListHeader_bdbya","headerHighlighted":"select__headerHighlighted_bdbya","optionsListFooter":"select__optionsListFooter_bdbya","withBorder":"select__withBorder_bdbya","mask":"select__mask_bdbya","emptyPlaceholder":"select__emptyPlaceholder_bdbya","size-72":"select__size-72_bdbya"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_ad3vl.select__component_ad3vl {
1
+ .select__component_jrzbr.select__component_jrzbr {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"select__component_ad3vl"};
3
+ const styles = {"component":"select__component_jrzbr"};
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_119uf {
23
+ .select__virtualOptionsList_c5ex8 {
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_119uf {
30
+ .select__virtualOptionsListHeader_c5ex8 {
31
31
  box-sizing: border-box;
32
32
  border-bottom: 1px solid var(--color-light-neutral-300);
33
33
  }
34
- .select__virtualOptionsListFooter_119uf {
34
+ .select__virtualOptionsListFooter_c5ex8 {
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_119uf.select__withBorder_119uf {
40
+ .select__virtualOptionsListFooter_c5ex8.select__withBorder_c5ex8 {
41
41
  border-top: 1px solid var(--color-light-neutral-300);
42
42
  }
43
- .select__scrollable_119uf {
43
+ .select__scrollable_c5ex8 {
44
44
  position: relative;
45
45
  overflow: auto;
46
46
  width: 100%;
47
47
  }
48
- .select__inner_119uf {
48
+ .select__inner_c5ex8 {
49
49
  position: relative;
50
50
  width: 100%;
51
51
  }
52
- .select__virtualRow_119uf {
52
+ .select__virtualRow_c5ex8 {
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_119uf:before {
58
+ .select__virtualRow_c5ex8: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_119uf:first-child:before {
69
+ .select__virtualRow_c5ex8:first-child:before {
70
70
  display: none;
71
71
  }
72
- .select__highlighted_119uf:before,
73
- .select__highlighted_119uf + .select__virtualRow_119uf:before {
72
+ .select__highlighted_c5ex8:before,
73
+ .select__highlighted_c5ex8 + .select__virtualRow_c5ex8:before {
74
74
  display: none;
75
75
  }
76
- .select__emptyPlaceholder_119uf {
76
+ .select__emptyPlaceholder_c5ex8 {
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_119uf .select__emptyPlaceholder_119uf {
81
+ .select__size-72_c5ex8 .select__emptyPlaceholder_c5ex8 {
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_119uf","virtualOptionsListHeader":"select__virtualOptionsListHeader_119uf","virtualOptionsListFooter":"select__virtualOptionsListFooter_119uf","withBorder":"select__withBorder_119uf","scrollable":"select__scrollable_119uf","inner":"select__inner_119uf","virtualRow":"select__virtualRow_119uf","highlighted":"select__highlighted_119uf","emptyPlaceholder":"select__emptyPlaceholder_119uf","size-72":"select__size-72_119uf"};
3
+ const styles = {"virtualOptionsList":"select__virtualOptionsList_c5ex8","virtualOptionsListHeader":"select__virtualOptionsListHeader_c5ex8","virtualOptionsListFooter":"select__virtualOptionsListFooter_c5ex8","withBorder":"select__withBorder_c5ex8","scrollable":"select__scrollable_c5ex8","inner":"select__inner_c5ex8","virtualRow":"select__virtualRow_c5ex8","highlighted":"select__highlighted_c5ex8","emptyPlaceholder":"select__emptyPlaceholder_c5ex8","size-72":"select__size-72_c5ex8"};
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_1ldna {
5
+ .select__header_1oiih {
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_1ldna"};
3
+ const styles = {"header":"select__header_1oiih"};
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_12x24 {
15
+ .select__footer_1ctz3 {
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_12x24.select__size-72_12x24 {
20
+ .select__footer_1ctz3.select__size-72_1ctz3 {
21
21
  padding: var(--gap-12) var(--gap-16);
22
22
  }
23
- .select__footer_12x24 > .select__button_12x24 + .select__button_12x24 {
23
+ .select__footer_1ctz3 > .select__button_1ctz3 + .select__button_1ctz3 {
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_12x24","size-72":"select__size-72_12x24","button":"select__button_12x24"};
3
+ const styles = {"footer":"select__footer_1ctz3","size-72":"select__size-72_1ctz3","button":"select__button_1ctz3"};
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_kklzv {
9
+ .select__desktop_k4d9e {
10
10
  padding: var(--gap-12);
11
11
  }
12
- .select__desktop_kklzv.select__size-72_kklzv {
12
+ .select__desktop_k4d9e.select__size-72_k4d9e {
13
13
  padding-left: var(--gap-16);
14
14
  }
15
- .select__mobile_kklzv {
15
+ .select__mobile_k4d9e {
16
16
  padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
17
17
  }
18
- .select__positionAfter_kklzv {
18
+ .select__positionAfter_k4d9e {
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_kklzv","size-72":"select__size-72_kklzv","mobile":"select__mobile_kklzv","positionAfter":"select__positionAfter_kklzv"};
3
+ const styles = {"desktop":"select__desktop_k4d9e","size-72":"select__size-72_k4d9e","mobile":"select__mobile_k4d9e","positionAfter":"select__positionAfter_k4d9e"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_1jflm {
1
+ .select__skeleton_1ycdf {
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_1jflm"};
3
+ const styles = {"skeleton":"select__skeleton_1ycdf"};
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.1.8",
3
+ "version": "19.1.9-alfasans",
4
4
  "description": "Select component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,19 +13,19 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-base-modal": "^7.1.5",
17
- "@alfalab/core-components-bottom-sheet": "^8.1.8",
18
- "@alfalab/core-components-button": "^13.1.3",
19
- "@alfalab/core-components-checkbox": "^6.2.1",
20
- "@alfalab/core-components-form-control": "^14.0.6",
21
- "@alfalab/core-components-input": "^17.1.6",
22
- "@alfalab/core-components-modal": "^11.0.11",
23
- "@alfalab/core-components-mq": "^6.0.4",
24
- "@alfalab/core-components-popover": "^8.0.4",
25
- "@alfalab/core-components-scrollbar": "^5.0.3",
26
- "@alfalab/core-components-shared": "^2.2.0",
27
- "@alfalab/core-components-skeleton": "^7.0.3",
28
- "@alfalab/hooks": "^1.13.1",
16
+ "@alfalab/core-components-base-modal": "7.1.6-alfasans",
17
+ "@alfalab/core-components-bottom-sheet": "8.1.9-alfasans",
18
+ "@alfalab/core-components-button": "13.1.4-alfasans",
19
+ "@alfalab/core-components-checkbox": "6.2.2-alfasans",
20
+ "@alfalab/core-components-form-control": "14.0.7-alfasans",
21
+ "@alfalab/core-components-input": "17.1.7-alfasans",
22
+ "@alfalab/core-components-modal": "11.0.12-alfasans",
23
+ "@alfalab/core-components-mq": "6.0.5-alfasans",
24
+ "@alfalab/core-components-popover": "8.0.5-alfasans",
25
+ "@alfalab/core-components-scrollbar": "5.0.4-alfasans",
26
+ "@alfalab/core-components-shared": "2.2.1-alfasans",
27
+ "@alfalab/core-components-skeleton": "7.0.4-alfasans",
28
+ "@alfalab/hooks": "^1.17.0",
29
29
  "@alfalab/icons-glyph": "^2.260.0",
30
30
  "@juggle/resize-observer": "^3.3.1",
31
31
  "classnames": "^2.5.1",
@@ -45,6 +45,6 @@
45
45
  "access": "public",
46
46
  "directory": "dist"
47
47
  },
48
- "themesVersion": "15.1.0",
49
- "varsVersion": "11.1.0"
48
+ "themesVersion": "15.1.0-alfasans",
49
+ "varsVersion": "11.1.0-alfasans"
50
50
  }