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

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 +9 -9
  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 +25 -25
  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 +23 -25
  24. package/components/option/desktop/index.module.css.js +1 -1
  25. package/components/option/mobile/index.css +20 -22
  26. package/components/option/mobile/index.module.css.js +1 -1
  27. package/components/options-list/index.css +9 -9
  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/cssm/components/base-option/index.module.css +3 -5
  32. package/cssm/components/field/index.module.css +5 -9
  33. package/cssm/components/optgroup/index.module.css +3 -4
  34. package/cssm/components/option/desktop/index.module.css +3 -5
  35. package/cssm/components/option/mobile/index.module.css +3 -5
  36. package/esm/components/arrow/index.css +4 -4
  37. package/esm/components/arrow/index.module.css.js +1 -1
  38. package/esm/components/base-checkmark/index.css +9 -9
  39. package/esm/components/base-checkmark/index.module.css.js +1 -1
  40. package/esm/components/base-option/index.css +17 -19
  41. package/esm/components/base-option/index.module.css.js +1 -1
  42. package/esm/components/base-select/index.css +25 -25
  43. package/esm/components/base-select/index.module.css.js +1 -1
  44. package/esm/components/base-select/mobile.css +11 -11
  45. package/esm/components/base-select/mobile.module.css.js +1 -1
  46. package/esm/components/checkmark/index.css +11 -11
  47. package/esm/components/checkmark/index.module.css.js +1 -1
  48. package/esm/components/checkmark-mobile/index.css +6 -6
  49. package/esm/components/checkmark-mobile/index.module.css.js +1 -1
  50. package/esm/components/clear-button/index.css +4 -4
  51. package/esm/components/clear-button/index.module.css.js +1 -1
  52. package/esm/components/field/index.css +18 -22
  53. package/esm/components/field/index.module.css.js +1 -1
  54. package/esm/components/footer/index.css +4 -4
  55. package/esm/components/footer/index.module.css.js +1 -1
  56. package/esm/components/optgroup/index.css +7 -8
  57. package/esm/components/optgroup/index.module.css.js +1 -1
  58. package/esm/components/option/desktop/index.css +23 -25
  59. package/esm/components/option/desktop/index.module.css.js +1 -1
  60. package/esm/components/option/mobile/index.css +20 -22
  61. package/esm/components/option/mobile/index.module.css.js +1 -1
  62. package/esm/components/options-list/index.css +9 -9
  63. package/esm/components/options-list/index.module.css.js +1 -1
  64. package/esm/components/search/index.css +1 -1
  65. package/esm/components/search/index.module.css.js +1 -1
  66. package/esm/mobile/modal.mobile.css +1 -1
  67. package/esm/mobile/modal.mobile.module.css.js +1 -1
  68. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  69. package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
  70. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  71. package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
  72. package/esm/presets/useSelectWithLoading/index.css +1 -1
  73. package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
  74. package/mobile/modal.mobile.css +1 -1
  75. package/mobile/modal.mobile.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 +9 -9
  79. package/modern/components/base-checkmark/index.module.css.js +1 -1
  80. package/modern/components/base-option/index.css +17 -19
  81. package/modern/components/base-option/index.module.css.js +1 -1
  82. package/modern/components/base-select/index.css +25 -25
  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 +11 -11
  87. package/modern/components/checkmark/index.module.css.js +1 -1
  88. package/modern/components/checkmark-mobile/index.css +6 -6
  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 +18 -22
  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 +7 -8
  97. package/modern/components/optgroup/index.module.css.js +1 -1
  98. package/modern/components/option/desktop/index.css +23 -25
  99. package/modern/components/option/desktop/index.module.css.js +1 -1
  100. package/modern/components/option/mobile/index.css +20 -22
  101. package/modern/components/option/mobile/index.module.css.js +1 -1
  102. package/modern/components/options-list/index.css +9 -9
  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/mobile/modal.mobile.css +1 -1
  107. package/modern/mobile/modal.mobile.module.css.js +1 -1
  108. package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  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 +1 -2
  115. package/moderncssm/components/field/index.module.css +3 -6
  116. package/moderncssm/components/optgroup/index.module.css +1 -1
  117. package/moderncssm/components/option/desktop/index.module.css +1 -2
  118. package/moderncssm/components/option/mobile/index.module.css +1 -2
  119. package/package.json +15 -15
  120. package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
  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,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;
@@ -45,12 +44,11 @@
45
44
  --select-option-active-color: var(--color-light-text-primary);
46
45
  --select-option-disabled-color: var(--color-light-text-secondary);
47
46
  }
48
- .select__option_1tsbu {
47
+ .select__option_16sm7 {
49
48
  font-size: 16px;
50
49
  line-height: 20px;
51
50
  font-weight: 400;
52
- letter-spacing: -0.24px;
53
- font-family: var(--font-family-alfasans);
51
+ font-family: var(--font-family-system);
54
52
 
55
53
  display: flex;
56
54
  align-items: center;
@@ -63,11 +61,11 @@
63
61
  position: relative;
64
62
  cursor: pointer;
65
63
  }
66
- .select__option_1tsbu:not(.select__disabled_1tsbu):active {
64
+ .select__option_16sm7:not(.select__disabled_16sm7):active {
67
65
  background: var(--select-option-active-background);
68
66
  color: var(--select-option-active-color);
69
67
  }
70
- .select__option_1tsbu:before {
68
+ .select__option_16sm7:before {
71
69
  content: '';
72
70
  position: absolute;
73
71
  left: var(--select-option-left-padding);
@@ -78,62 +76,62 @@
78
76
  display: var(--select-option-divider-display);
79
77
  transition: opacity 0.2s ease;
80
78
  }
81
- .select__option_1tsbu:first-child:before {
79
+ .select__option_16sm7:first-child:before {
82
80
  display: none;
83
81
  }
84
- .select__size-40_1tsbu {
82
+ .select__size-40_16sm7 {
85
83
  min-height: var(--size-xs-height);
86
84
  }
87
- .select__size-48_1tsbu {
85
+ .select__size-48_16sm7 {
88
86
  min-height: var(--size-s-height);
89
87
  }
90
- .select__size-56_1tsbu {
88
+ .select__size-56_16sm7 {
91
89
  min-height: var(--size-m-height);
92
90
  }
93
- .select__size-64_1tsbu {
91
+ .select__size-64_16sm7 {
94
92
  min-height: var(--size-l-height);
95
93
  }
96
- .select__size-72_1tsbu {
94
+ .select__size-72_16sm7 {
97
95
  min-height: var(--size-xl-height);
98
96
  padding-left: var(--select-option-l-left-padding);
99
97
  padding-right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__size-72_1tsbu:before {
99
+ .select__size-72_16sm7:before {
102
100
  left: var(--select-option-l-left-padding);
103
101
  right: var(--select-option-l-right-padding);
104
102
  }
105
- .select__selected_1tsbu {
103
+ .select__selected_16sm7 {
106
104
  background: var(--select-option-selected-background);
107
105
  color: var(--select-option-selected-color);
108
106
  cursor: default;
109
107
  }
110
- .select__highlighted_1tsbu {
108
+ .select__highlighted_16sm7 {
111
109
  background: var(--select-option-hover-background);
112
110
  color: var(--select-option-hover-color);
113
111
  }
114
- .select__highlighted_1tsbu:before,
115
- .select__highlighted_1tsbu + .select__option_1tsbu:before {
112
+ .select__highlighted_16sm7:before,
113
+ .select__highlighted_16sm7 + .select__option_16sm7:before {
116
114
  opacity: 0;
117
115
  }
118
- .select__disabled_1tsbu {
116
+ .select__disabled_16sm7 {
119
117
  cursor: var(--disabled-cursor);
120
118
  background: var(--select-option-disabled-background);
121
119
  color: var(--select-option-disabled-color);
122
120
  }
123
- .select__content_1tsbu {
121
+ .select__content_16sm7 {
124
122
  overflow: hidden;
125
123
  flex: 1;
126
124
  text-overflow: ellipsis;
127
125
  }
128
- .select__textContent_1tsbu {
126
+ .select__textContent_16sm7 {
129
127
  padding-top: var(--gap-12);
130
128
  padding-bottom: var(--gap-12);
131
129
  }
132
- .select__highlighted_1tsbu {
130
+ .select__highlighted_16sm7 {
133
131
  background: var(--select-option-hover-background);
134
132
  color: var(--select-option-hover-color);
135
133
  }
136
- .select__highlighted_1tsbu:before,
137
- .select__highlighted_1tsbu + .select__option_1tsbu:before {
134
+ .select__highlighted_16sm7:before,
135
+ .select__highlighted_16sm7 + .select__option_16sm7:before {
138
136
  opacity: 0;
139
137
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_1tsbu","disabled":"select__disabled_1tsbu","size-40":"select__size-40_1tsbu","size-48":"select__size-48_1tsbu","size-56":"select__size-56_1tsbu","size-64":"select__size-64_1tsbu","size-72":"select__size-72_1tsbu","selected":"select__selected_1tsbu","highlighted":"select__highlighted_1tsbu","content":"select__content_1tsbu","textContent":"select__textContent_1tsbu"};
3
+ const styles = {"option":"select__option_16sm7","disabled":"select__disabled_16sm7","size-40":"select__size-40_16sm7","size-48":"select__size-48_16sm7","size-56":"select__size-56_16sm7","size-64":"select__size-64_16sm7","size-72":"select__size-72_16sm7","selected":"select__selected_16sm7","highlighted":"select__highlighted_16sm7","content":"select__content_16sm7","textContent":"select__textContent_16sm7"};
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;
@@ -45,12 +44,11 @@
45
44
  --select-option-active-color: var(--color-light-text-primary);
46
45
  --select-option-disabled-color: var(--color-light-text-secondary);
47
46
  }
48
- .select__option_yigdd {
47
+ .select__option_1q310 {
49
48
  font-size: 16px;
50
49
  line-height: 20px;
51
50
  font-weight: 400;
52
- letter-spacing: -0.24px;
53
- font-family: var(--font-family-alfasans);
51
+ font-family: var(--font-family-system);
54
52
 
55
53
  display: flex;
56
54
  align-items: center;
@@ -63,11 +61,11 @@
63
61
  position: relative;
64
62
  cursor: pointer;
65
63
  }
66
- .select__option_yigdd:not(.select__disabled_yigdd):active {
64
+ .select__option_1q310:not(.select__disabled_1q310):active {
67
65
  background: var(--select-option-active-background);
68
66
  color: var(--select-option-active-color);
69
67
  }
70
- .select__option_yigdd:before {
68
+ .select__option_1q310:before {
71
69
  content: '';
72
70
  position: absolute;
73
71
  left: var(--select-option-left-padding);
@@ -78,54 +76,54 @@
78
76
  display: var(--select-option-divider-display);
79
77
  transition: opacity 0.2s ease;
80
78
  }
81
- .select__option_yigdd:first-child:before {
79
+ .select__option_1q310:first-child:before {
82
80
  display: none;
83
81
  }
84
- .select__size-40_yigdd {
82
+ .select__size-40_1q310 {
85
83
  min-height: var(--size-xs-height);
86
84
  }
87
- .select__size-48_yigdd {
85
+ .select__size-48_1q310 {
88
86
  min-height: var(--size-s-height);
89
87
  }
90
- .select__size-56_yigdd {
88
+ .select__size-56_1q310 {
91
89
  min-height: var(--size-m-height);
92
90
  }
93
- .select__size-64_yigdd {
91
+ .select__size-64_1q310 {
94
92
  min-height: var(--size-l-height);
95
93
  }
96
- .select__size-72_yigdd {
94
+ .select__size-72_1q310 {
97
95
  min-height: var(--size-xl-height);
98
96
  padding-left: var(--select-option-l-left-padding);
99
97
  padding-right: var(--select-option-l-right-padding);
100
98
  }
101
- .select__size-72_yigdd:before {
99
+ .select__size-72_1q310:before {
102
100
  left: var(--select-option-l-left-padding);
103
101
  right: var(--select-option-l-right-padding);
104
102
  }
105
- .select__selected_yigdd {
103
+ .select__selected_1q310 {
106
104
  background: var(--select-option-selected-background);
107
105
  color: var(--select-option-selected-color);
108
106
  cursor: default;
109
107
  }
110
- .select__highlighted_yigdd {
108
+ .select__highlighted_1q310 {
111
109
  background: var(--select-option-hover-background);
112
110
  color: var(--select-option-hover-color);
113
111
  }
114
- .select__highlighted_yigdd:before,
115
- .select__highlighted_yigdd + .select__option_yigdd:before {
112
+ .select__highlighted_1q310:before,
113
+ .select__highlighted_1q310 + .select__option_1q310:before {
116
114
  opacity: 0;
117
115
  }
118
- .select__disabled_yigdd {
116
+ .select__disabled_1q310 {
119
117
  cursor: var(--disabled-cursor);
120
118
  background: var(--select-option-disabled-background);
121
119
  color: var(--select-option-disabled-color);
122
120
  }
123
- .select__content_yigdd {
121
+ .select__content_1q310 {
124
122
  overflow: hidden;
125
123
  flex: 1;
126
124
  text-overflow: ellipsis;
127
125
  }
128
- .select__textContent_yigdd {
126
+ .select__textContent_1q310 {
129
127
  padding-top: var(--gap-12);
130
128
  padding-bottom: var(--gap-12);
131
129
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"option":"select__option_yigdd","disabled":"select__disabled_yigdd","size-40":"select__size-40_yigdd","size-48":"select__size-48_yigdd","size-56":"select__size-56_yigdd","size-64":"select__size-64_yigdd","size-72":"select__size-72_yigdd","selected":"select__selected_yigdd","highlighted":"select__highlighted_yigdd","content":"select__content_yigdd","textContent":"select__textContent_yigdd"};
3
+ const styles = {"option":"select__option_1q310","disabled":"select__disabled_1q310","size-40":"select__size-40_1q310","size-48":"select__size-48_1q310","size-56":"select__size-56_1q310","size-64":"select__size-64_1q310","size-72":"select__size-72_1q310","selected":"select__selected_1q310","highlighted":"select__highlighted_1q310","content":"select__content_1q310","textContent":"select__textContent_1q310"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -14,38 +14,38 @@
14
14
  :root {
15
15
  --select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
16
16
  }
17
- .select__optionsList_1sux3 {
17
+ .select__optionsList_a23kz {
18
18
  width: 100%;
19
19
  outline: none;
20
20
  box-sizing: border-box;
21
21
  position: relative;
22
22
  }
23
- .select__optionsListHeader_1sux3 {
23
+ .select__optionsListHeader_a23kz {
24
24
  box-sizing: border-box;
25
25
  border-bottom: 1px solid transparent;
26
26
  }
27
- .select__optionsListHeader_1sux3.select__headerHighlighted_1sux3 {
27
+ .select__optionsListHeader_a23kz.select__headerHighlighted_a23kz {
28
28
  border-bottom-color: var(--color-light-neutral-300);
29
29
  }
30
- .select__optionsListFooter_1sux3 {
30
+ .select__optionsListFooter_a23kz {
31
31
  position: sticky;
32
32
  bottom: var(--gap-0);
33
33
  box-sizing: border-box;
34
34
  border-top: 1px solid transparent;
35
35
  }
36
- .select__optionsListFooter_1sux3.select__withBorder_1sux3 {
36
+ .select__optionsListFooter_a23kz.select__withBorder_a23kz {
37
37
  border-top-color: var(--color-light-neutral-300);
38
38
  }
39
- .select__emptyPlaceholder_1sux3 {
39
+ .select__emptyPlaceholder_a23kz {
40
40
  padding: var(--gap-16) var(--gap-12);
41
41
  color: var(--select-options-list-empty-placeholder-color);
42
42
  flex: 1;
43
43
  }
44
- .select__size-64_1sux3 .select__emptyPlaceholder_1sux3,
45
- .select__size-72_1sux3 .select__emptyPlaceholder_1sux3 {
44
+ .select__size-64_a23kz .select__emptyPlaceholder_a23kz,
45
+ .select__size-72_a23kz .select__emptyPlaceholder_a23kz {
46
46
  padding: var(--gap-24) var(--gap-16);
47
47
  }
48
- .select__list_1sux3 {
48
+ .select__list_a23kz {
49
49
  will-change: transform;
50
50
  height: auto;
51
51
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"optionsList":"select__optionsList_1sux3","optionsListHeader":"select__optionsListHeader_1sux3","headerHighlighted":"select__headerHighlighted_1sux3","optionsListFooter":"select__optionsListFooter_1sux3","withBorder":"select__withBorder_1sux3","emptyPlaceholder":"select__emptyPlaceholder_1sux3","size-64":"select__size-64_1sux3","size-72":"select__size-72_1sux3","list":"select__list_1sux3"};
3
+ const styles = {"optionsList":"select__optionsList_a23kz","optionsListHeader":"select__optionsListHeader_a23kz","headerHighlighted":"select__headerHighlighted_a23kz","optionsListFooter":"select__optionsListFooter_a23kz","withBorder":"select__withBorder_a23kz","emptyPlaceholder":"select__emptyPlaceholder_a23kz","size-64":"select__size-64_a23kz","size-72":"select__size-72_a23kz","list":"select__list_a23kz"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,3 +1,3 @@
1
- .select__component_xq22s.select__component_xq22s {
1
+ .select__component_wiucn.select__component_wiucn {
2
2
  width: auto;
3
3
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"component":"select__component_xq22s"};
3
+ const styles = {"component":"select__component_wiucn"};
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_1hyu3 {
5
+ .select__header_1n1mm {
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_1hyu3"};
3
+ const styles = {"header":"select__header_1n1mm"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=modal.mobile.module.css.js.map
@@ -10,11 +10,11 @@
10
10
  :root {
11
11
  --select-option-list-footer-button-gap: var(--gap-8);
12
12
  }
13
- .select__footer_1bdq6 {
13
+ .select__footer_2tb2j {
14
14
  background-color: var(--color-light-base-bg-primary);
15
15
  padding: var(--gap-12);
16
16
  outline: none;
17
17
  }
18
- .select__footer_1bdq6 > .select__button_1bdq6 + .select__button_1bdq6 {
18
+ .select__footer_2tb2j > .select__button_2tb2j + .select__button_2tb2j {
19
19
  margin-left: var(--select-option-list-footer-button-gap);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"footer":"select__footer_1bdq6","button":"select__button_1bdq6"};
3
+ const styles = {"footer":"select__footer_2tb2j","button":"select__button_2tb2j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -10,15 +10,15 @@
10
10
  --select-options-list-right-padding: var(--gap-0);
11
11
  --select-options-list-left-padding: var(--gap-0);
12
12
  }
13
- .select__desktop_1h94k {
13
+ .select__desktop_1eykk {
14
14
  padding: calc(var(--gap-12) + var(--select-options-list-top-padding))
15
15
  calc(var(--gap-12) + var(--select-options-list-right-padding)) var(--gap-12)
16
16
  calc(var(--gap-12) + var(--select-options-list-left-padding));
17
17
  }
18
- .select__mobile_1h94k {
18
+ .select__mobile_1eykk {
19
19
  padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
20
20
  }
21
- .select__positionAfter_1h94k {
21
+ .select__positionAfter_1eykk {
22
22
  margin-left: 0;
23
23
  margin-left: initial;
24
24
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"desktop":"select__desktop_1h94k","mobile":"select__mobile_1h94k","positionAfter":"select__positionAfter_1h94k"};
3
+ const styles = {"desktop":"select__desktop_1eykk","mobile":"select__mobile_1eykk","positionAfter":"select__positionAfter_1eykk"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_gcqox {
1
+ .select__skeleton_3jqzt {
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_gcqox"};
3
+ const styles = {"skeleton":"select__skeleton_3jqzt"};
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.2.0-alfasans",
3
+ "version": "19.2.0",
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.7-alfasans",
17
- "@alfalab/core-components-bottom-sheet": "8.1.11-alfasans",
18
- "@alfalab/core-components-button": "13.2.1-alfasans",
19
- "@alfalab/core-components-checkbox": "6.2.3-alfasans",
20
- "@alfalab/core-components-form-control": "14.0.8-alfasans",
21
- "@alfalab/core-components-input": "17.1.9-alfasans",
22
- "@alfalab/core-components-modal": "11.0.14-alfasans",
23
- "@alfalab/core-components-mq": "6.0.6-alfasans",
24
- "@alfalab/core-components-popover": "8.1.0-alfasans",
25
- "@alfalab/core-components-scrollbar-private": "0.0.1-alfasans",
26
- "@alfalab/core-components-shared": "2.2.2-alfasans",
27
- "@alfalab/core-components-skeleton": "7.0.4-alfasans",
16
+ "@alfalab/core-components-base-modal": "^7.1.7",
17
+ "@alfalab/core-components-bottom-sheet": "^8.1.11",
18
+ "@alfalab/core-components-button": "^13.2.1",
19
+ "@alfalab/core-components-checkbox": "^6.2.3",
20
+ "@alfalab/core-components-form-control": "^14.0.8",
21
+ "@alfalab/core-components-input": "^17.1.9",
22
+ "@alfalab/core-components-modal": "^11.0.14",
23
+ "@alfalab/core-components-mq": "^6.0.6",
24
+ "@alfalab/core-components-popover": "^8.1.0",
25
+ "@alfalab/core-components-scrollbar-private": "^0.0.1",
26
+ "@alfalab/core-components-shared": "^2.2.2",
27
+ "@alfalab/core-components-skeleton": "^7.0.4",
28
28
  "@alfalab/hooks": "^1.17.0",
29
29
  "@alfalab/icons-glyph": "^2.260.0",
30
30
  "classnames": "^2.5.1",
@@ -44,6 +44,6 @@
44
44
  "access": "public",
45
45
  "directory": "dist"
46
46
  },
47
- "themesVersion": "15.2.0-alfasans",
48
- "varsVersion": "11.1.0-alfasans"
47
+ "themesVersion": "15.2.0",
48
+ "varsVersion": "11.1.0"
49
49
  }
@@ -10,11 +10,11 @@
10
10
  :root {
11
11
  --select-option-list-footer-button-gap: var(--gap-8);
12
12
  }
13
- .select__footer_1bdq6 {
13
+ .select__footer_2tb2j {
14
14
  background-color: var(--color-light-base-bg-primary);
15
15
  padding: var(--gap-12);
16
16
  outline: none;
17
17
  }
18
- .select__footer_1bdq6 > .select__button_1bdq6 + .select__button_1bdq6 {
18
+ .select__footer_2tb2j > .select__button_2tb2j + .select__button_2tb2j {
19
19
  margin-left: var(--select-option-list-footer-button-gap);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"select__footer_1bdq6","button":"select__button_1bdq6"};
5
+ var styles = {"footer":"select__footer_2tb2j","button":"select__button_2tb2j"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -10,15 +10,15 @@
10
10
  --select-options-list-right-padding: var(--gap-0);
11
11
  --select-options-list-left-padding: var(--gap-0);
12
12
  }
13
- .select__desktop_1h94k {
13
+ .select__desktop_1eykk {
14
14
  padding: calc(var(--gap-12) + var(--select-options-list-top-padding))
15
15
  calc(var(--gap-12) + var(--select-options-list-right-padding)) var(--gap-12)
16
16
  calc(var(--gap-12) + var(--select-options-list-left-padding));
17
17
  }
18
- .select__mobile_1h94k {
18
+ .select__mobile_1eykk {
19
19
  padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
20
20
  }
21
- .select__positionAfter_1h94k {
21
+ .select__positionAfter_1eykk {
22
22
  margin-left: 0;
23
23
  margin-left: initial;
24
24
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"desktop":"select__desktop_1h94k","mobile":"select__mobile_1h94k","positionAfter":"select__positionAfter_1h94k"};
5
+ var styles = {"desktop":"select__desktop_1eykk","mobile":"select__mobile_1eykk","positionAfter":"select__positionAfter_1eykk"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,4 +1,4 @@
1
- .select__skeleton_gcqox {
1
+ .select__skeleton_3jqzt {
2
2
  position: absolute;
3
3
  top: 50%;
4
4
  transform: translateY(-50%);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"skeleton":"select__skeleton_gcqox"};
5
+ var styles = {"skeleton":"select__skeleton_3jqzt"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map