@alfalab/core-components-select 19.1.1 → 19.1.2-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.
- package/components/arrow/index.css +4 -4
- package/components/arrow/index.module.css.js +1 -1
- package/components/base-checkmark/index.css +12 -12
- package/components/base-checkmark/index.module.css.js +1 -1
- package/components/base-option/index.css +19 -17
- package/components/base-option/index.module.css.js +1 -1
- package/components/base-select/index.css +11 -11
- 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 +22 -18
- 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 +8 -7
- package/components/optgroup/index.module.css.js +1 -1
- package/components/option/desktop/index.css +24 -22
- package/components/option/desktop/index.module.css.js +1 -1
- package/components/option/mobile/index.css +21 -19
- package/components/option/mobile/index.module.css.js +1 -1
- package/components/options-list/index.css +13 -13
- 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/components/virtual-options-list/index.css +13 -13
- package/components/virtual-options-list/index.module.css.js +1 -1
- package/cssm/components/base-option/index.module.css +5 -3
- package/cssm/components/field/index.module.css +9 -5
- package/cssm/components/optgroup/index.module.css +4 -3
- package/cssm/components/option/desktop/index.module.css +5 -3
- package/cssm/components/option/mobile/index.module.css +5 -3
- 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 +12 -12
- package/esm/components/base-checkmark/index.module.css.js +1 -1
- package/esm/components/base-option/index.css +19 -17
- package/esm/components/base-option/index.module.css.js +1 -1
- package/esm/components/base-select/index.css +11 -11
- 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 +22 -18
- 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 +8 -7
- package/esm/components/optgroup/index.module.css.js +1 -1
- package/esm/components/option/desktop/index.css +24 -22
- package/esm/components/option/desktop/index.module.css.js +1 -1
- package/esm/components/option/mobile/index.css +21 -19
- package/esm/components/option/mobile/index.module.css.js +1 -1
- package/esm/components/options-list/index.css +13 -13
- 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/components/virtual-options-list/index.css +13 -13
- package/esm/components/virtual-options-list/index.module.css.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- 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 +4 -4
- 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/modern/components/arrow/index.css +4 -4
- package/modern/components/arrow/index.module.css.js +1 -1
- package/modern/components/base-checkmark/index.css +12 -12
- package/modern/components/base-checkmark/index.module.css.js +1 -1
- package/modern/components/base-option/index.css +19 -17
- package/modern/components/base-option/index.module.css.js +1 -1
- package/modern/components/base-select/index.css +11 -11
- 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 +22 -18
- 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 +8 -7
- package/modern/components/optgroup/index.module.css.js +1 -1
- package/modern/components/option/desktop/index.css +24 -22
- package/modern/components/option/desktop/index.module.css.js +1 -1
- package/modern/components/option/mobile/index.css +21 -19
- package/modern/components/option/mobile/index.module.css.js +1 -1
- package/modern/components/options-list/index.css +13 -13
- 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/components/virtual-options-list/index.css +13 -13
- package/modern/components/virtual-options-list/index.module.css.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- 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 +4 -4
- 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 +2 -1
- package/moderncssm/components/field/index.module.css +6 -3
- package/moderncssm/components/optgroup/index.module.css +1 -1
- package/moderncssm/components/option/desktop/index.module.css +2 -1
- package/moderncssm/components/option/mobile/index.module.css +2 -1
- package/package.json +15 -15
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/header/index.css +4 -4
- 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,8 +14,9 @@
|
|
|
14
14
|
--gap-16: var(--gap-m);
|
|
15
15
|
}
|
|
16
16
|
:root {
|
|
17
|
-
--font-family-
|
|
18
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
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
|
-
.
|
|
47
|
+
.select__option_5lfkb {
|
|
47
48
|
font-size: 16px;
|
|
48
49
|
line-height: 20px;
|
|
49
50
|
font-weight: 400;
|
|
50
|
-
|
|
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
|
-
.
|
|
65
|
+
.select__option_5lfkb:not(.select__disabled_5lfkb):active {
|
|
64
66
|
background: var(--select-option-active-background);
|
|
65
67
|
color: var(--select-option-active-color);
|
|
66
68
|
}
|
|
67
|
-
.
|
|
69
|
+
.select__option_5lfkb: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
|
-
.
|
|
80
|
+
.select__option_5lfkb:first-child:before {
|
|
79
81
|
display: none;
|
|
80
82
|
}
|
|
81
|
-
.select__size-
|
|
83
|
+
.select__size-48_5lfkb {
|
|
82
84
|
min-height: var(--size-s-height);
|
|
83
85
|
}
|
|
84
|
-
.select__size-
|
|
86
|
+
.select__size-56_5lfkb {
|
|
85
87
|
min-height: var(--size-m-height);
|
|
86
88
|
}
|
|
87
|
-
.select__size-
|
|
89
|
+
.select__size-64_5lfkb {
|
|
88
90
|
min-height: var(--size-l-height);
|
|
89
91
|
}
|
|
90
|
-
.select__size-
|
|
92
|
+
.select__size-72_5lfkb {
|
|
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-
|
|
97
|
+
.select__size-72_5lfkb:before {
|
|
96
98
|
left: var(--select-option-l-left-padding);
|
|
97
99
|
right: var(--select-option-l-right-padding);
|
|
98
100
|
}
|
|
99
|
-
.
|
|
101
|
+
.select__selected_5lfkb {
|
|
100
102
|
background: var(--select-option-selected-background);
|
|
101
103
|
color: var(--select-option-selected-color);
|
|
102
104
|
cursor: default;
|
|
103
105
|
}
|
|
104
|
-
.
|
|
106
|
+
.select__highlighted_5lfkb {
|
|
105
107
|
background: var(--select-option-hover-background);
|
|
106
108
|
color: var(--select-option-hover-color);
|
|
107
109
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
110
|
+
.select__highlighted_5lfkb:before,
|
|
111
|
+
.select__highlighted_5lfkb + .select__option_5lfkb:before {
|
|
110
112
|
opacity: 0;
|
|
111
113
|
}
|
|
112
|
-
.
|
|
114
|
+
.select__disabled_5lfkb {
|
|
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
|
-
.
|
|
119
|
+
.select__content_5lfkb {
|
|
118
120
|
overflow: hidden;
|
|
119
121
|
flex: 1;
|
|
120
122
|
text-overflow: ellipsis;
|
|
121
123
|
}
|
|
122
|
-
.
|
|
124
|
+
.select__textContent_5lfkb {
|
|
123
125
|
padding-top: var(--gap-12);
|
|
124
126
|
padding-bottom: var(--gap-12);
|
|
125
127
|
}
|
|
126
|
-
.
|
|
128
|
+
.select__highlighted_5lfkb {
|
|
127
129
|
background: var(--select-option-hover-background);
|
|
128
130
|
color: var(--select-option-hover-color);
|
|
129
131
|
}
|
|
130
|
-
.
|
|
131
|
-
.
|
|
132
|
+
.select__highlighted_5lfkb:before,
|
|
133
|
+
.select__highlighted_5lfkb + .select__option_5lfkb:before {
|
|
132
134
|
opacity: 0;
|
|
133
135
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_5lfkb","disabled":"select__disabled_5lfkb","size-48":"select__size-48_5lfkb","size-56":"select__size-56_5lfkb","size-64":"select__size-64_5lfkb","size-72":"select__size-72_5lfkb","selected":"select__selected_5lfkb","highlighted":"select__highlighted_5lfkb","content":"select__content_5lfkb","textContent":"select__textContent_5lfkb"};
|
|
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-
|
|
18
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
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
|
-
.
|
|
47
|
+
.select__option_ddi9i {
|
|
47
48
|
font-size: 16px;
|
|
48
49
|
line-height: 20px;
|
|
49
50
|
font-weight: 400;
|
|
50
|
-
|
|
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
|
-
.
|
|
65
|
+
.select__option_ddi9i:not(.select__disabled_ddi9i):active {
|
|
64
66
|
background: var(--select-option-active-background);
|
|
65
67
|
color: var(--select-option-active-color);
|
|
66
68
|
}
|
|
67
|
-
.
|
|
69
|
+
.select__option_ddi9i: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
|
-
.
|
|
80
|
+
.select__option_ddi9i:first-child:before {
|
|
79
81
|
display: none;
|
|
80
82
|
}
|
|
81
|
-
.select__size-
|
|
83
|
+
.select__size-48_ddi9i {
|
|
82
84
|
min-height: var(--size-s-height);
|
|
83
85
|
}
|
|
84
|
-
.select__size-
|
|
86
|
+
.select__size-56_ddi9i {
|
|
85
87
|
min-height: var(--size-m-height);
|
|
86
88
|
}
|
|
87
|
-
.select__size-
|
|
89
|
+
.select__size-64_ddi9i {
|
|
88
90
|
min-height: var(--size-l-height);
|
|
89
91
|
}
|
|
90
|
-
.select__size-
|
|
92
|
+
.select__size-72_ddi9i {
|
|
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-
|
|
97
|
+
.select__size-72_ddi9i:before {
|
|
96
98
|
left: var(--select-option-l-left-padding);
|
|
97
99
|
right: var(--select-option-l-right-padding);
|
|
98
100
|
}
|
|
99
|
-
.
|
|
101
|
+
.select__selected_ddi9i {
|
|
100
102
|
background: var(--select-option-selected-background);
|
|
101
103
|
color: var(--select-option-selected-color);
|
|
102
104
|
cursor: default;
|
|
103
105
|
}
|
|
104
|
-
.
|
|
106
|
+
.select__highlighted_ddi9i {
|
|
105
107
|
background: var(--select-option-hover-background);
|
|
106
108
|
color: var(--select-option-hover-color);
|
|
107
109
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
110
|
+
.select__highlighted_ddi9i:before,
|
|
111
|
+
.select__highlighted_ddi9i + .select__option_ddi9i:before {
|
|
110
112
|
opacity: 0;
|
|
111
113
|
}
|
|
112
|
-
.
|
|
114
|
+
.select__disabled_ddi9i {
|
|
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
|
-
.
|
|
119
|
+
.select__content_ddi9i {
|
|
118
120
|
overflow: hidden;
|
|
119
121
|
flex: 1;
|
|
120
122
|
text-overflow: ellipsis;
|
|
121
123
|
}
|
|
122
|
-
.
|
|
124
|
+
.select__textContent_ddi9i {
|
|
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
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_ddi9i","disabled":"select__disabled_ddi9i","size-48":"select__size-48_ddi9i","size-56":"select__size-56_ddi9i","size-64":"select__size-64_ddi9i","size-72":"select__size-72_ddi9i","selected":"select__selected_ddi9i","highlighted":"select__highlighted_ddi9i","content":"select__content_ddi9i","textContent":"select__textContent_ddi9i"};
|
|
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
|
-
.
|
|
18
|
+
.select__optionsList_1k8zo {
|
|
19
19
|
width: 100%;
|
|
20
20
|
outline: none;
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
position: relative;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.select__optionsList_1k8zo .select__scrollable_1k8zo {
|
|
25
25
|
overflow: auto;
|
|
26
26
|
width: 100%;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__optionsList_1k8zo .select__scrollable_1k8zo .select__verticalBar_1k8zo.select__verticalBar_1k8zo {
|
|
29
29
|
top: var(--select-options-list-scrollbar-gap);
|
|
30
30
|
height: calc(100% - 2 * var(--select-options-list-scrollbar-gap));
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.select__optionsList_1k8zo .select__scrollable_1k8zo .select__verticalBar_1k8zo.select__verticalBar_1k8zo.select__verticalBarWithHeader_1k8zo {
|
|
33
33
|
top: 0;
|
|
34
34
|
height: calc(100% - var(--select-options-list-scrollbar-gap));
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__optionsList_1k8zo .select__scrollable_1k8zo .select__verticalBar_1k8zo.select__verticalBar_1k8zo.select__verticalBarWithFooter_1k8zo {
|
|
37
37
|
top: var(--select-options-list-scrollbar-gap);
|
|
38
38
|
height: calc(100% - var(--select-options-list-scrollbar-gap));
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__optionsList_1k8zo .select__scrollable_1k8zo .select__verticalBar_1k8zo.select__verticalBar_1k8zo.select__verticalBarWithHeader_1k8zo.select__verticalBarWithFooter_1k8zo {
|
|
41
41
|
top: 0;
|
|
42
42
|
height: 100%;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.select__optionsListHeader_1k8zo {
|
|
45
45
|
box-sizing: border-box;
|
|
46
46
|
border-bottom: 1px solid transparent;
|
|
47
47
|
transition: border-color 0.2s ease;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.select__optionsListHeader_1k8zo.select__headerHighlighted_1k8zo {
|
|
50
50
|
border-bottom-color: var(--color-light-neutral-300);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__optionsListFooter_1k8zo {
|
|
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
|
-
.
|
|
59
|
+
.select__optionsListFooter_1k8zo.select__withBorder_1k8zo {
|
|
60
60
|
border-top-color: var(--color-light-neutral-300);
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.select__mask_1k8zo {
|
|
63
63
|
min-width: 4000px;
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.select__emptyPlaceholder_1k8zo {
|
|
66
66
|
padding: var(--gap-16) var(--gap-12);
|
|
67
67
|
color: var(--select-options-list-empty-placeholder-color);
|
|
68
68
|
}
|
|
69
|
-
.select__size-
|
|
69
|
+
.select__size-72_1k8zo .select__emptyPlaceholder_1k8zo {
|
|
70
70
|
padding: var(--gap-24) var(--gap-16);
|
|
71
71
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"optionsList":"
|
|
3
|
+
var styles = {"optionsList":"select__optionsList_1k8zo","scrollable":"select__scrollable_1k8zo","verticalBar":"select__verticalBar_1k8zo","verticalBarWithHeader":"select__verticalBarWithHeader_1k8zo","verticalBarWithFooter":"select__verticalBarWithFooter_1k8zo","optionsListHeader":"select__optionsListHeader_1k8zo","headerHighlighted":"select__headerHighlighted_1k8zo","optionsListFooter":"select__optionsListFooter_1k8zo","withBorder":"select__withBorder_1k8zo","mask":"select__mask_1k8zo","emptyPlaceholder":"select__emptyPlaceholder_1k8zo","size-72":"select__size-72_1k8zo"};
|
|
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
|
-
.
|
|
23
|
+
.select__virtualOptionsList_1wfgg {
|
|
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
|
-
.
|
|
30
|
+
.select__virtualOptionsListHeader_1wfgg {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
border-bottom: 1px solid var(--color-light-neutral-300);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__virtualOptionsListFooter_1wfgg {
|
|
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
|
-
.
|
|
40
|
+
.select__virtualOptionsListFooter_1wfgg.select__withBorder_1wfgg {
|
|
41
41
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.select__scrollable_1wfgg {
|
|
44
44
|
position: relative;
|
|
45
45
|
overflow: auto;
|
|
46
46
|
width: 100%;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.select__inner_1wfgg {
|
|
49
49
|
position: relative;
|
|
50
50
|
width: 100%;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__virtualRow_1wfgg {
|
|
53
53
|
position: absolute;
|
|
54
54
|
top: var(--gap-0);
|
|
55
55
|
left: var(--gap-0);
|
|
56
56
|
width: 100%;
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
.select__virtualRow_1wfgg: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
|
-
.
|
|
69
|
+
.select__virtualRow_1wfgg:first-child:before {
|
|
70
70
|
display: none;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
73
|
-
.
|
|
72
|
+
.select__highlighted_1wfgg:before,
|
|
73
|
+
.select__highlighted_1wfgg + .select__virtualRow_1wfgg:before {
|
|
74
74
|
display: none;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.select__emptyPlaceholder_1wfgg {
|
|
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-
|
|
81
|
+
.select__size-72_1wfgg .select__emptyPlaceholder_1wfgg {
|
|
82
82
|
padding: var(--gap-24) var(--gap-16);
|
|
83
83
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"virtualOptionsList":"
|
|
3
|
+
var styles = {"virtualOptionsList":"select__virtualOptionsList_1wfgg","virtualOptionsListHeader":"select__virtualOptionsListHeader_1wfgg","virtualOptionsListFooter":"select__virtualOptionsListFooter_1wfgg","withBorder":"select__withBorder_1wfgg","scrollable":"select__scrollable_1wfgg","inner":"select__inner_1wfgg","virtualRow":"select__virtualRow_1wfgg","highlighted":"select__highlighted_1wfgg","emptyPlaceholder":"select__emptyPlaceholder_1wfgg","size-72":"select__size-72_1wfgg"};
|
|
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
|
-
.
|
|
15
|
+
.select__footer_1e19a {
|
|
16
16
|
background-color: var(--color-light-base-bg-primary);
|
|
17
17
|
padding: var(--gap-12);
|
|
18
18
|
outline: none;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.select__footer_1e19a.select__size-72_1e19a {
|
|
21
21
|
padding: var(--gap-12) var(--gap-16);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.select__footer_1e19a > .select__button_1e19a + .select__button_1e19a {
|
|
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
|
-
var styles = {"footer":"
|
|
3
|
+
var styles = {"footer":"select__footer_1e19a","size-72":"select__size-72_1e19a","button":"select__button_1e19a"};
|
|
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
|
-
.
|
|
9
|
+
.select__desktop_1uc5x {
|
|
10
10
|
padding: var(--gap-12);
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.select__desktop_1uc5x.select__size-72_1uc5x {
|
|
13
13
|
padding-left: var(--gap-16);
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.select__mobile_1uc5x {
|
|
16
16
|
padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.select__positionAfter_1uc5x {
|
|
19
19
|
margin-left: 0;
|
|
20
20
|
margin-left: initial;
|
|
21
21
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"desktop":"
|
|
3
|
+
var styles = {"desktop":"select__desktop_1uc5x","size-72":"select__size-72_1uc5x","mobile":"select__mobile_1uc5x","positionAfter":"select__positionAfter_1uc5x"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--select-arrow-color: var(--color-light-neutral-translucent-700);
|
|
10
10
|
--select-arrow-disabled-color: var(--color-light-neutral-translucent-500);
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.select__arrow_1u7u1 {
|
|
13
13
|
display: block;
|
|
14
14
|
width: 24px;
|
|
15
15
|
height: 24px;
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
transform 0.15s ease-in-out,
|
|
20
20
|
opacity 0.2s ease;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.select__arrow_1u7u1.select__disabled_1u7u1 {
|
|
23
23
|
color: var(--select-arrow-disabled-color);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__arrow_1u7u1.select__size-40_1u7u1 {
|
|
26
26
|
width: auto;
|
|
27
27
|
width: initial;
|
|
28
28
|
height: auto;
|
|
29
29
|
height: initial;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__open_1u7u1 {
|
|
32
32
|
transform: var(--arrow-transform);
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"arrow":"
|
|
3
|
+
const styles = {"arrow":"select__arrow_1u7u1","disabled":"select__disabled_1u7u1","size-40":"select__size-40_1u7u1","open":"select__open_1u7u1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -2,45 +2,45 @@
|
|
|
2
2
|
--gap-s: 12px;
|
|
3
3
|
--gap-12: var(--gap-s);
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.select__checkmark_l8o52 {
|
|
6
6
|
flex-shrink: 0;
|
|
7
7
|
box-sizing: border-box;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.select__checkmark_l8o52.select__start_l8o52 {
|
|
10
10
|
align-self: start;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.select__checkmark_l8o52.select__center_l8o52 {
|
|
13
13
|
align-self: center;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.select__positionAfter_l8o52 {
|
|
16
16
|
margin-left: 0;
|
|
17
17
|
margin-left: initial;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.select__container_l8o52 {
|
|
20
20
|
display: flex;
|
|
21
21
|
align-items: center;
|
|
22
22
|
justify-content: center;
|
|
23
23
|
width: 100%;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__container_l8o52.select__start_l8o52 {
|
|
26
26
|
align-items: flex-start;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__container_l8o52.select__center_l8o52 {
|
|
29
29
|
align-items: center;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__singleIcon_l8o52 {
|
|
32
32
|
flex-shrink: 0;
|
|
33
33
|
opacity: 0;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__singleIcon_l8o52.select__before_l8o52 {
|
|
36
36
|
margin-right: var(--gap-12);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.select__singleIcon_l8o52.select__after_l8o52 {
|
|
39
39
|
margin-left: var(--gap-12);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.select__singleIcon_l8o52.select__selected_l8o52 {
|
|
42
42
|
opacity: 1;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.select__content_l8o52 {
|
|
45
45
|
flex: 1;
|
|
46
46
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"checkmark":"
|
|
3
|
+
const styles = {"checkmark":"select__checkmark_l8o52","start":"select__start_l8o52","center":"select__center_l8o52","positionAfter":"select__positionAfter_l8o52","container":"select__container_l8o52","singleIcon":"select__singleIcon_l8o52","before":"select__before_l8o52","after":"select__after_l8o52","selected":"select__selected_l8o52","content":"select__content_l8o52"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|