@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.
- package/components/arrow/index.css +4 -4
- package/components/arrow/index.module.css.js +1 -1
- package/components/base-checkmark/index.css +9 -9
- package/components/base-checkmark/index.module.css.js +1 -1
- package/components/base-option/index.css +17 -19
- package/components/base-option/index.module.css.js +1 -1
- package/components/base-select/index.css +25 -25
- package/components/base-select/index.module.css.js +1 -1
- package/components/base-select/mobile.css +11 -11
- package/components/base-select/mobile.module.css.js +1 -1
- package/components/checkmark/index.css +11 -11
- package/components/checkmark/index.module.css.js +1 -1
- package/components/checkmark-mobile/index.css +6 -6
- package/components/checkmark-mobile/index.module.css.js +1 -1
- package/components/clear-button/index.css +4 -4
- package/components/clear-button/index.module.css.js +1 -1
- package/components/field/index.css +18 -22
- package/components/field/index.module.css.js +1 -1
- package/components/footer/index.css +4 -4
- package/components/footer/index.module.css.js +1 -1
- package/components/optgroup/index.css +7 -8
- package/components/optgroup/index.module.css.js +1 -1
- package/components/option/desktop/index.css +23 -25
- package/components/option/desktop/index.module.css.js +1 -1
- package/components/option/mobile/index.css +20 -22
- package/components/option/mobile/index.module.css.js +1 -1
- package/components/options-list/index.css +9 -9
- package/components/options-list/index.module.css.js +1 -1
- package/components/search/index.css +1 -1
- package/components/search/index.module.css.js +1 -1
- package/cssm/components/base-option/index.module.css +3 -5
- package/cssm/components/field/index.module.css +5 -9
- package/cssm/components/optgroup/index.module.css +3 -4
- package/cssm/components/option/desktop/index.module.css +3 -5
- package/cssm/components/option/mobile/index.module.css +3 -5
- package/esm/components/arrow/index.css +4 -4
- package/esm/components/arrow/index.module.css.js +1 -1
- package/esm/components/base-checkmark/index.css +9 -9
- package/esm/components/base-checkmark/index.module.css.js +1 -1
- package/esm/components/base-option/index.css +17 -19
- package/esm/components/base-option/index.module.css.js +1 -1
- package/esm/components/base-select/index.css +25 -25
- package/esm/components/base-select/index.module.css.js +1 -1
- package/esm/components/base-select/mobile.css +11 -11
- package/esm/components/base-select/mobile.module.css.js +1 -1
- package/esm/components/checkmark/index.css +11 -11
- package/esm/components/checkmark/index.module.css.js +1 -1
- package/esm/components/checkmark-mobile/index.css +6 -6
- package/esm/components/checkmark-mobile/index.module.css.js +1 -1
- package/esm/components/clear-button/index.css +4 -4
- package/esm/components/clear-button/index.module.css.js +1 -1
- package/esm/components/field/index.css +18 -22
- package/esm/components/field/index.module.css.js +1 -1
- package/esm/components/footer/index.css +4 -4
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/optgroup/index.css +7 -8
- package/esm/components/optgroup/index.module.css.js +1 -1
- package/esm/components/option/desktop/index.css +23 -25
- package/esm/components/option/desktop/index.module.css.js +1 -1
- package/esm/components/option/mobile/index.css +20 -22
- package/esm/components/option/mobile/index.module.css.js +1 -1
- package/esm/components/options-list/index.css +9 -9
- package/esm/components/options-list/index.module.css.js +1 -1
- package/esm/components/search/index.css +1 -1
- package/esm/components/search/index.module.css.js +1 -1
- package/esm/mobile/modal.mobile.css +1 -1
- package/esm/mobile/modal.mobile.module.css.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
- package/esm/presets/useSelectWithLoading/index.css +1 -1
- package/esm/presets/useSelectWithLoading/index.module.css.js +1 -1
- package/mobile/modal.mobile.css +1 -1
- package/mobile/modal.mobile.module.css.js +1 -1
- package/modern/components/arrow/index.css +4 -4
- package/modern/components/arrow/index.module.css.js +1 -1
- package/modern/components/base-checkmark/index.css +9 -9
- package/modern/components/base-checkmark/index.module.css.js +1 -1
- package/modern/components/base-option/index.css +17 -19
- package/modern/components/base-option/index.module.css.js +1 -1
- package/modern/components/base-select/index.css +25 -25
- package/modern/components/base-select/index.module.css.js +1 -1
- package/modern/components/base-select/mobile.css +11 -11
- package/modern/components/base-select/mobile.module.css.js +1 -1
- package/modern/components/checkmark/index.css +11 -11
- package/modern/components/checkmark/index.module.css.js +1 -1
- package/modern/components/checkmark-mobile/index.css +6 -6
- package/modern/components/checkmark-mobile/index.module.css.js +1 -1
- package/modern/components/clear-button/index.css +4 -4
- package/modern/components/clear-button/index.module.css.js +1 -1
- package/modern/components/field/index.css +18 -22
- package/modern/components/field/index.module.css.js +1 -1
- package/modern/components/footer/index.css +4 -4
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/optgroup/index.css +7 -8
- package/modern/components/optgroup/index.module.css.js +1 -1
- package/modern/components/option/desktop/index.css +23 -25
- package/modern/components/option/desktop/index.module.css.js +1 -1
- package/modern/components/option/mobile/index.css +20 -22
- package/modern/components/option/mobile/index.module.css.js +1 -1
- package/modern/components/options-list/index.css +9 -9
- package/modern/components/options-list/index.module.css.js +1 -1
- package/modern/components/search/index.css +1 -1
- package/modern/components/search/index.module.css.js +1 -1
- package/modern/mobile/modal.mobile.css +1 -1
- package/modern/mobile/modal.mobile.module.css.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +1 -1
- package/modern/presets/useSelectWithLoading/index.module.css.js +1 -1
- package/moderncssm/components/base-option/index.module.css +1 -2
- package/moderncssm/components/field/index.module.css +3 -6
- package/moderncssm/components/optgroup/index.module.css +1 -1
- package/moderncssm/components/option/desktop/index.module.css +1 -2
- package/moderncssm/components/option/mobile/index.module.css +1 -2
- package/package.json +15 -15
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +2 -2
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js +1 -1
- package/presets/useSelectWithLoading/index.css +1 -1
- 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-
|
|
18
|
-
|
|
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
|
-
.
|
|
47
|
+
.select__option_16sm7 {
|
|
49
48
|
font-size: 16px;
|
|
50
49
|
line-height: 20px;
|
|
51
50
|
font-weight: 400;
|
|
52
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
79
|
+
.select__option_16sm7:first-child:before {
|
|
82
80
|
display: none;
|
|
83
81
|
}
|
|
84
|
-
.select__size-
|
|
82
|
+
.select__size-40_16sm7 {
|
|
85
83
|
min-height: var(--size-xs-height);
|
|
86
84
|
}
|
|
87
|
-
.select__size-
|
|
85
|
+
.select__size-48_16sm7 {
|
|
88
86
|
min-height: var(--size-s-height);
|
|
89
87
|
}
|
|
90
|
-
.select__size-
|
|
88
|
+
.select__size-56_16sm7 {
|
|
91
89
|
min-height: var(--size-m-height);
|
|
92
90
|
}
|
|
93
|
-
.select__size-
|
|
91
|
+
.select__size-64_16sm7 {
|
|
94
92
|
min-height: var(--size-l-height);
|
|
95
93
|
}
|
|
96
|
-
.select__size-
|
|
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-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
108
|
+
.select__highlighted_16sm7 {
|
|
111
109
|
background: var(--select-option-hover-background);
|
|
112
110
|
color: var(--select-option-hover-color);
|
|
113
111
|
}
|
|
114
|
-
.
|
|
115
|
-
.
|
|
112
|
+
.select__highlighted_16sm7:before,
|
|
113
|
+
.select__highlighted_16sm7 + .select__option_16sm7:before {
|
|
116
114
|
opacity: 0;
|
|
117
115
|
}
|
|
118
|
-
.
|
|
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
|
-
.
|
|
121
|
+
.select__content_16sm7 {
|
|
124
122
|
overflow: hidden;
|
|
125
123
|
flex: 1;
|
|
126
124
|
text-overflow: ellipsis;
|
|
127
125
|
}
|
|
128
|
-
.
|
|
126
|
+
.select__textContent_16sm7 {
|
|
129
127
|
padding-top: var(--gap-12);
|
|
130
128
|
padding-bottom: var(--gap-12);
|
|
131
129
|
}
|
|
132
|
-
.
|
|
130
|
+
.select__highlighted_16sm7 {
|
|
133
131
|
background: var(--select-option-hover-background);
|
|
134
132
|
color: var(--select-option-hover-color);
|
|
135
133
|
}
|
|
136
|
-
.
|
|
137
|
-
.
|
|
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":"
|
|
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-
|
|
18
|
-
|
|
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
|
-
.
|
|
47
|
+
.select__option_1q310 {
|
|
49
48
|
font-size: 16px;
|
|
50
49
|
line-height: 20px;
|
|
51
50
|
font-weight: 400;
|
|
52
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
79
|
+
.select__option_1q310:first-child:before {
|
|
82
80
|
display: none;
|
|
83
81
|
}
|
|
84
|
-
.select__size-
|
|
82
|
+
.select__size-40_1q310 {
|
|
85
83
|
min-height: var(--size-xs-height);
|
|
86
84
|
}
|
|
87
|
-
.select__size-
|
|
85
|
+
.select__size-48_1q310 {
|
|
88
86
|
min-height: var(--size-s-height);
|
|
89
87
|
}
|
|
90
|
-
.select__size-
|
|
88
|
+
.select__size-56_1q310 {
|
|
91
89
|
min-height: var(--size-m-height);
|
|
92
90
|
}
|
|
93
|
-
.select__size-
|
|
91
|
+
.select__size-64_1q310 {
|
|
94
92
|
min-height: var(--size-l-height);
|
|
95
93
|
}
|
|
96
|
-
.select__size-
|
|
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-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
108
|
+
.select__highlighted_1q310 {
|
|
111
109
|
background: var(--select-option-hover-background);
|
|
112
110
|
color: var(--select-option-hover-color);
|
|
113
111
|
}
|
|
114
|
-
.
|
|
115
|
-
.
|
|
112
|
+
.select__highlighted_1q310:before,
|
|
113
|
+
.select__highlighted_1q310 + .select__option_1q310:before {
|
|
116
114
|
opacity: 0;
|
|
117
115
|
}
|
|
118
|
-
.
|
|
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
|
-
.
|
|
121
|
+
.select__content_1q310 {
|
|
124
122
|
overflow: hidden;
|
|
125
123
|
flex: 1;
|
|
126
124
|
text-overflow: ellipsis;
|
|
127
125
|
}
|
|
128
|
-
.
|
|
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":"
|
|
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
|
-
.
|
|
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
|
-
.
|
|
23
|
+
.select__optionsListHeader_a23kz {
|
|
24
24
|
box-sizing: border-box;
|
|
25
25
|
border-bottom: 1px solid transparent;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.select__optionsListHeader_a23kz.select__headerHighlighted_a23kz {
|
|
28
28
|
border-bottom-color: var(--color-light-neutral-300);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
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
|
-
.
|
|
36
|
+
.select__optionsListFooter_a23kz.select__withBorder_a23kz {
|
|
37
37
|
border-top-color: var(--color-light-neutral-300);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
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-
|
|
45
|
-
.select__size-
|
|
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
|
-
.
|
|
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":"
|
|
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
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
:root {
|
|
11
11
|
--select-option-list-footer-button-gap: var(--gap-8);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
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
|
-
.
|
|
18
|
+
.select__footer_2tb2j > .select__button_2tb2j + .select__button_2tb2j {
|
|
19
19
|
margin-left: var(--select-option-list-footer-button-gap);
|
|
20
20
|
}
|
package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"footer":"
|
|
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
|
-
.
|
|
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
|
-
.
|
|
18
|
+
.select__mobile_1eykk {
|
|
19
19
|
padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.select__positionAfter_1eykk {
|
|
22
22
|
margin-left: 0;
|
|
23
23
|
margin-left: initial;
|
|
24
24
|
}
|
package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"desktop":"
|
|
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
|
|
@@ -40,8 +40,7 @@
|
|
|
40
40
|
font-size: 16px;
|
|
41
41
|
line-height: 20px;
|
|
42
42
|
font-weight: 400;
|
|
43
|
-
|
|
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
|
-
|
|
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
|
-
|
|
71
|
-
font-family: var(--font-family-alfasans);
|
|
68
|
+
font-family: var(--font-family-system);
|
|
72
69
|
}
|
|
73
70
|
|
|
74
71
|
.focusVisible {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-select",
|
|
3
|
-
"version": "19.2.0
|
|
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
|
|
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
|
|
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
|
|
48
|
-
"varsVersion": "11.1.0
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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":"
|
|
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
|
-
.
|
|
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
|
-
.
|
|
18
|
+
.select__mobile_1eykk {
|
|
19
19
|
padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
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":"
|
|
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
|