@alfalab/core-components-select 19.0.0 → 19.0.1
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 +5 -5
- package/components/base-checkmark/index.module.css.js +1 -1
- package/components/base-option/index.css +16 -16
- 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 +9 -9
- package/components/checkmark/index.module.css.js +1 -1
- package/components/checkmark-mobile/index.css +5 -5
- 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 +13 -13
- 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 +4 -4
- package/components/optgroup/index.module.css.js +1 -1
- package/components/option/desktop/index.css +19 -19
- package/components/option/desktop/index.module.css.js +1 -1
- package/components/option/mobile/index.css +16 -16
- 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/esm/components/arrow/index.css +4 -4
- package/esm/components/arrow/index.module.css.js +1 -1
- package/esm/components/base-checkmark/index.css +5 -5
- package/esm/components/base-checkmark/index.module.css.js +1 -1
- package/esm/components/base-option/index.css +16 -16
- 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 +9 -9
- package/esm/components/checkmark/index.module.css.js +1 -1
- package/esm/components/checkmark-mobile/index.css +5 -5
- 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 +13 -13
- 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 +4 -4
- package/esm/components/optgroup/index.module.css.js +1 -1
- package/esm/components/option/desktop/index.css +19 -19
- package/esm/components/option/desktop/index.module.css.js +1 -1
- package/esm/components/option/mobile/index.css +16 -16
- 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 +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/modern/components/arrow/index.css +4 -4
- package/modern/components/arrow/index.module.css.js +1 -1
- package/modern/components/base-checkmark/index.css +5 -5
- package/modern/components/base-checkmark/index.module.css.js +1 -1
- package/modern/components/base-option/index.css +16 -16
- 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 +9 -9
- package/modern/components/checkmark/index.module.css.js +1 -1
- package/modern/components/checkmark-mobile/index.css +5 -5
- 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 +13 -13
- 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 +4 -4
- package/modern/components/optgroup/index.module.css.js +1 -1
- package/modern/components/option/desktop/index.css +19 -19
- package/modern/components/option/desktop/index.module.css.js +1 -1
- package/modern/components/option/mobile/index.css +16 -16
- 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 +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/package.json +16 -16
- 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 +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
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
--select-option-active-color: var(--color-light-text-primary);
|
|
44
44
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__option_1usk4 {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
position: relative;
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.select__option_1usk4:not(.select__disabled_1usk4):active {
|
|
64
64
|
background: var(--select-option-active-background);
|
|
65
65
|
color: var(--select-option-active-color);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.select__option_1usk4:before {
|
|
68
68
|
content: '';
|
|
69
69
|
position: absolute;
|
|
70
70
|
left: var(--select-option-left-padding);
|
|
@@ -75,59 +75,59 @@
|
|
|
75
75
|
display: var(--select-option-divider-display);
|
|
76
76
|
transition: opacity 0.2s ease;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.select__option_1usk4:first-child:before {
|
|
79
79
|
display: none;
|
|
80
80
|
}
|
|
81
|
-
.select__size-
|
|
81
|
+
.select__size-48_1usk4 {
|
|
82
82
|
min-height: var(--size-s-height);
|
|
83
83
|
}
|
|
84
|
-
.select__size-
|
|
84
|
+
.select__size-56_1usk4 {
|
|
85
85
|
min-height: var(--size-m-height);
|
|
86
86
|
}
|
|
87
|
-
.select__size-
|
|
87
|
+
.select__size-64_1usk4 {
|
|
88
88
|
min-height: var(--size-l-height);
|
|
89
89
|
}
|
|
90
|
-
.select__size-
|
|
90
|
+
.select__size-72_1usk4 {
|
|
91
91
|
min-height: var(--size-xl-height);
|
|
92
92
|
padding-left: var(--select-option-l-left-padding);
|
|
93
93
|
padding-right: var(--select-option-l-right-padding);
|
|
94
94
|
}
|
|
95
|
-
.select__size-
|
|
95
|
+
.select__size-72_1usk4:before {
|
|
96
96
|
left: var(--select-option-l-left-padding);
|
|
97
97
|
right: var(--select-option-l-right-padding);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
.select__selected_1usk4 {
|
|
100
100
|
background: var(--select-option-selected-background);
|
|
101
101
|
color: var(--select-option-selected-color);
|
|
102
102
|
cursor: default;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.select__highlighted_1usk4 {
|
|
105
105
|
background: var(--select-option-hover-background);
|
|
106
106
|
color: var(--select-option-hover-color);
|
|
107
107
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
108
|
+
.select__highlighted_1usk4:before,
|
|
109
|
+
.select__highlighted_1usk4 + .select__option_1usk4:before {
|
|
110
110
|
opacity: 0;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
.select__disabled_1usk4 {
|
|
113
113
|
cursor: var(--disabled-cursor);
|
|
114
114
|
background: var(--select-option-disabled-background);
|
|
115
115
|
color: var(--select-option-disabled-color);
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.select__content_1usk4 {
|
|
118
118
|
overflow: hidden;
|
|
119
119
|
flex: 1;
|
|
120
120
|
text-overflow: ellipsis;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.select__textContent_1usk4 {
|
|
123
123
|
padding-top: var(--gap-12);
|
|
124
124
|
padding-bottom: var(--gap-12);
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
.select__highlighted_1usk4 {
|
|
127
127
|
background: var(--select-option-hover-background);
|
|
128
128
|
color: var(--select-option-hover-color);
|
|
129
129
|
}
|
|
130
|
-
.
|
|
131
|
-
.
|
|
130
|
+
.select__highlighted_1usk4:before,
|
|
131
|
+
.select__highlighted_1usk4 + .select__option_1usk4:before {
|
|
132
132
|
opacity: 0;
|
|
133
133
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"option":"
|
|
5
|
+
var styles = {"option":"select__option_1usk4","disabled":"select__disabled_1usk4","size-48":"select__size-48_1usk4","size-56":"select__size-56_1usk4","size-64":"select__size-64_1usk4","size-72":"select__size-72_1usk4","selected":"select__selected_1usk4","highlighted":"select__highlighted_1usk4","content":"select__content_1usk4","textContent":"select__textContent_1usk4"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
--select-option-active-color: var(--color-light-text-primary);
|
|
44
44
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__option_4lkpq {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
position: relative;
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.select__option_4lkpq:not(.select__disabled_4lkpq):active {
|
|
64
64
|
background: var(--select-option-active-background);
|
|
65
65
|
color: var(--select-option-active-color);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.select__option_4lkpq:before {
|
|
68
68
|
content: '';
|
|
69
69
|
position: absolute;
|
|
70
70
|
left: var(--select-option-left-padding);
|
|
@@ -75,51 +75,51 @@
|
|
|
75
75
|
display: var(--select-option-divider-display);
|
|
76
76
|
transition: opacity 0.2s ease;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.select__option_4lkpq:first-child:before {
|
|
79
79
|
display: none;
|
|
80
80
|
}
|
|
81
|
-
.select__size-
|
|
81
|
+
.select__size-48_4lkpq {
|
|
82
82
|
min-height: var(--size-s-height);
|
|
83
83
|
}
|
|
84
|
-
.select__size-
|
|
84
|
+
.select__size-56_4lkpq {
|
|
85
85
|
min-height: var(--size-m-height);
|
|
86
86
|
}
|
|
87
|
-
.select__size-
|
|
87
|
+
.select__size-64_4lkpq {
|
|
88
88
|
min-height: var(--size-l-height);
|
|
89
89
|
}
|
|
90
|
-
.select__size-
|
|
90
|
+
.select__size-72_4lkpq {
|
|
91
91
|
min-height: var(--size-xl-height);
|
|
92
92
|
padding-left: var(--select-option-l-left-padding);
|
|
93
93
|
padding-right: var(--select-option-l-right-padding);
|
|
94
94
|
}
|
|
95
|
-
.select__size-
|
|
95
|
+
.select__size-72_4lkpq:before {
|
|
96
96
|
left: var(--select-option-l-left-padding);
|
|
97
97
|
right: var(--select-option-l-right-padding);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
.select__selected_4lkpq {
|
|
100
100
|
background: var(--select-option-selected-background);
|
|
101
101
|
color: var(--select-option-selected-color);
|
|
102
102
|
cursor: default;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.select__highlighted_4lkpq {
|
|
105
105
|
background: var(--select-option-hover-background);
|
|
106
106
|
color: var(--select-option-hover-color);
|
|
107
107
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
108
|
+
.select__highlighted_4lkpq:before,
|
|
109
|
+
.select__highlighted_4lkpq + .select__option_4lkpq:before {
|
|
110
110
|
opacity: 0;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
.select__disabled_4lkpq {
|
|
113
113
|
cursor: var(--disabled-cursor);
|
|
114
114
|
background: var(--select-option-disabled-background);
|
|
115
115
|
color: var(--select-option-disabled-color);
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
.select__content_4lkpq {
|
|
118
118
|
overflow: hidden;
|
|
119
119
|
flex: 1;
|
|
120
120
|
text-overflow: ellipsis;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.select__textContent_4lkpq {
|
|
123
123
|
padding-top: var(--gap-12);
|
|
124
124
|
padding-bottom: var(--gap-12);
|
|
125
125
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"option":"
|
|
5
|
+
var styles = {"option":"select__option_4lkpq","disabled":"select__disabled_4lkpq","size-48":"select__size-48_4lkpq","size-56":"select__size-56_4lkpq","size-64":"select__size-64_4lkpq","size-72":"select__size-72_4lkpq","selected":"select__selected_4lkpq","highlighted":"select__highlighted_4lkpq","content":"select__content_4lkpq","textContent":"select__textContent_4lkpq"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# 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_i43l2 {
|
|
19
19
|
width: 100%;
|
|
20
20
|
outline: none;
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
position: relative;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.select__optionsList_i43l2 .select__scrollable_i43l2 {
|
|
25
25
|
overflow: auto;
|
|
26
26
|
width: 100%;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__optionsList_i43l2 .select__scrollable_i43l2 .select__verticalBar_i43l2.select__verticalBar_i43l2 {
|
|
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_i43l2 .select__scrollable_i43l2 .select__verticalBar_i43l2.select__verticalBar_i43l2.select__verticalBarWithHeader_i43l2 {
|
|
33
33
|
top: 0;
|
|
34
34
|
height: calc(100% - var(--select-options-list-scrollbar-gap));
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__optionsList_i43l2 .select__scrollable_i43l2 .select__verticalBar_i43l2.select__verticalBar_i43l2.select__verticalBarWithFooter_i43l2 {
|
|
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_i43l2 .select__scrollable_i43l2 .select__verticalBar_i43l2.select__verticalBar_i43l2.select__verticalBarWithHeader_i43l2.select__verticalBarWithFooter_i43l2 {
|
|
41
41
|
top: 0;
|
|
42
42
|
height: 100%;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.select__optionsListHeader_i43l2 {
|
|
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_i43l2.select__headerHighlighted_i43l2 {
|
|
50
50
|
border-bottom-color: var(--color-light-neutral-300);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__optionsListFooter_i43l2 {
|
|
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_i43l2.select__withBorder_i43l2 {
|
|
60
60
|
border-top-color: var(--color-light-neutral-300);
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.select__mask_i43l2 {
|
|
63
63
|
min-width: 4000px;
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.select__emptyPlaceholder_i43l2 {
|
|
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_i43l2 .select__emptyPlaceholder_i43l2 {
|
|
70
70
|
padding: var(--gap-24) var(--gap-16);
|
|
71
71
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"optionsList":"
|
|
5
|
+
var styles = {"optionsList":"select__optionsList_i43l2","scrollable":"select__scrollable_i43l2","verticalBar":"select__verticalBar_i43l2","verticalBarWithHeader":"select__verticalBarWithHeader_i43l2","verticalBarWithFooter":"select__verticalBarWithFooter_i43l2","optionsListHeader":"select__optionsListHeader_i43l2","headerHighlighted":"select__headerHighlighted_i43l2","optionsListFooter":"select__optionsListFooter_i43l2","withBorder":"select__withBorder_i43l2","mask":"select__mask_i43l2","emptyPlaceholder":"select__emptyPlaceholder_i43l2","size-72":"select__size-72_i43l2"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# 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_1oztm {
|
|
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_1oztm {
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
border-bottom: 1px solid var(--color-light-neutral-300);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__virtualOptionsListFooter_1oztm {
|
|
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_1oztm.select__withBorder_1oztm {
|
|
41
41
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.select__scrollable_1oztm {
|
|
44
44
|
position: relative;
|
|
45
45
|
overflow: auto;
|
|
46
46
|
width: 100%;
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.select__inner_1oztm {
|
|
49
49
|
position: relative;
|
|
50
50
|
width: 100%;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__virtualRow_1oztm {
|
|
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_1oztm: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_1oztm:first-child:before {
|
|
70
70
|
display: none;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
73
|
-
.
|
|
72
|
+
.select__highlighted_1oztm:before,
|
|
73
|
+
.select__highlighted_1oztm + .select__virtualRow_1oztm:before {
|
|
74
74
|
display: none;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
.select__emptyPlaceholder_1oztm {
|
|
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_1oztm .select__emptyPlaceholder_1oztm {
|
|
82
82
|
padding: var(--gap-24) var(--gap-16);
|
|
83
83
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"virtualOptionsList":"
|
|
5
|
+
var styles = {"virtualOptionsList":"select__virtualOptionsList_1oztm","virtualOptionsListHeader":"select__virtualOptionsListHeader_1oztm","virtualOptionsListFooter":"select__virtualOptionsListFooter_1oztm","withBorder":"select__withBorder_1oztm","scrollable":"select__scrollable_1oztm","inner":"select__inner_1oztm","virtualRow":"select__virtualRow_1oztm","highlighted":"select__highlighted_1oztm","emptyPlaceholder":"select__emptyPlaceholder_1oztm","size-72":"select__size-72_1oztm"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# 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_f17ah {
|
|
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_f17ah.select__disabled_f17ah {
|
|
23
23
|
color: var(--select-arrow-disabled-color);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__arrow_f17ah.select__size-40_f17ah {
|
|
26
26
|
width: auto;
|
|
27
27
|
width: initial;
|
|
28
28
|
height: auto;
|
|
29
29
|
height: initial;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__open_f17ah {
|
|
32
32
|
transform: var(--arrow-transform);
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"arrow":"
|
|
3
|
+
var styles = {"arrow":"select__arrow_f17ah","disabled":"select__disabled_f17ah","size-40":"select__size-40_f17ah","open":"select__open_f17ah"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select__checkmark_mloxt {
|
|
2
2
|
flex-shrink: 0;
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.select__checkmark_mloxt.select__start_mloxt {
|
|
6
6
|
align-self: start;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.select__checkmark_mloxt.select__center_mloxt {
|
|
9
9
|
align-self: center;
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
.select__single_mloxt {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: center;
|
|
14
14
|
justify-content: center;
|
|
15
15
|
opacity: 0;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.select__single_mloxt.select__selected_mloxt {
|
|
18
18
|
opacity: 1;
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"checkmark":"
|
|
3
|
+
var styles = {"checkmark":"select__checkmark_mloxt","start":"select__start_mloxt","center":"select__center_mloxt","single":"select__single_mloxt","selected":"select__selected_mloxt"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
--select-option-active-color: var(--color-light-text-primary);
|
|
35
35
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.select__option_12gpa {
|
|
38
38
|
font-size: 16px;
|
|
39
39
|
line-height: 20px;
|
|
40
40
|
font-weight: 400;
|
|
@@ -50,55 +50,55 @@
|
|
|
50
50
|
cursor: pointer;
|
|
51
51
|
min-height: var(--size-s-height);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.select__option_12gpa:not(.select__disabled_12gpa):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.select__option_12gpa.select__checkmarkBefore_12gpa {
|
|
58
58
|
padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.select__option_12gpa.select__checkmarkBefore_12gpa.select__mobile_12gpa {
|
|
61
61
|
padding-left: var(--gap-16);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.select__option_12gpa.select__checkmarkAfter_12gpa.select__checkmarkAfter_12gpa {
|
|
64
64
|
padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.select__option_12gpa.select__checkmarkAfter_12gpa.select__checkmarkAfter_12gpa.select__size-72_12gpa {
|
|
67
67
|
padding-right: var(--gap-16);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.select__option_12gpa.select__checkmarkAfter_12gpa.select__checkmarkAfter_12gpa.select__mobile_12gpa {
|
|
70
70
|
padding-right: var(--gap-20);
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
.select__option_12gpa.select__textContent_12gpa {
|
|
73
73
|
padding: var(--gap-12);
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
.select__option_12gpa.select__textContent_12gpa.select__size-72_12gpa {
|
|
76
76
|
padding-left: var(--gap-16);
|
|
77
77
|
padding-right: var(--gap-16);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.select__option_12gpa.select__textContent_12gpa.select__mobile_12gpa {
|
|
80
80
|
padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.select__selected_12gpa {
|
|
83
83
|
background: var(--select-option-selected-background);
|
|
84
84
|
color: var(--select-option-selected-color);
|
|
85
85
|
cursor: default;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
.select__highlighted_12gpa {
|
|
88
88
|
background: var(--select-option-hover-background);
|
|
89
89
|
color: var(--select-option-hover-color);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.select__disabled_12gpa {
|
|
92
92
|
cursor: var(--disabled-cursor);
|
|
93
93
|
background: var(--select-option-disabled-background);
|
|
94
94
|
color: var(--select-option-disabled-color);
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
.select__checkmarkBeforeContent_12gpa {
|
|
97
97
|
margin-right: var(--gap-12);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
.select__checkmarkAfterContent_12gpa {
|
|
100
100
|
margin-left: var(--gap-12);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.select__content_12gpa {
|
|
103
103
|
flex: 1;
|
|
104
104
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_12gpa","disabled":"select__disabled_12gpa","checkmarkBefore":"select__checkmarkBefore_12gpa","mobile":"select__mobile_12gpa","checkmarkAfter":"select__checkmarkAfter_12gpa","size-72":"select__size-72_12gpa","textContent":"select__textContent_12gpa","selected":"select__selected_12gpa","highlighted":"select__highlighted_12gpa","checkmarkBeforeContent":"select__checkmarkBeforeContent_12gpa","checkmarkAfterContent":"select__checkmarkAfterContent_12gpa","content":"select__content_12gpa"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
--select-options-list-bottom-padding: var(--gap-0);
|
|
31
31
|
--select-option-background: var(--color-light-modal-bg-primary);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.select__component_19tc8 {
|
|
34
34
|
width: -moz-max-content;
|
|
35
35
|
width: max-content;
|
|
36
36
|
position: relative;
|
|
37
37
|
outline: 0;
|
|
38
38
|
max-width: 100%;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__popoverInner_19tc8 {
|
|
41
41
|
padding-top: var(--select-options-list-offset);
|
|
42
42
|
padding-bottom: var(--select-options-list-offset);
|
|
43
43
|
background: transparent;
|
|
44
44
|
border-radius: var(--border-radius-0);
|
|
45
45
|
position: relative;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.select__popoverInner_19tc8.select__popoverInner_19tc8 {
|
|
48
48
|
box-shadow: none;
|
|
49
49
|
border: none;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.select__optionsListWrapper_19tc8 {
|
|
52
52
|
position: relative;
|
|
53
53
|
padding-top: var(--select-options-list-top-padding);
|
|
54
54
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
overflow: hidden;
|
|
59
59
|
will-change: transform;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.select__optionsListBorder_19tc8 {
|
|
62
62
|
position: absolute;
|
|
63
63
|
top: var(--gap-0);
|
|
64
64
|
right: var(--gap-0);
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
border-radius: inherit;
|
|
69
69
|
pointer-events: none;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.select__nativeSelect_19tc8 {
|
|
72
72
|
opacity: 0;
|
|
73
73
|
overflow: hidden;
|
|
74
74
|
position: absolute;
|
|
@@ -82,19 +82,19 @@
|
|
|
82
82
|
cursor: pointer;
|
|
83
83
|
z-index: 1;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.select__block_19tc8 {
|
|
86
86
|
width: 100%;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
.select__emptySearchPlaceholder_19tc8 {
|
|
89
89
|
text-align: center;
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.select__search_19tc8 {
|
|
92
92
|
margin: var(--gap-12) var(--gap-12) var(--gap-0);
|
|
93
93
|
}
|
|
94
|
-
.
|
|
94
|
+
.select__search_19tc8.select__size-72_19tc8 {
|
|
95
95
|
margin-left: var(--gap-16);
|
|
96
96
|
margin-right: var(--gap-16);
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
.select__search_19tc8:last-child {
|
|
99
99
|
margin-bottom: var(--gap-12);
|
|
100
100
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"select__component_19tc8","popoverInner":"select__popoverInner_19tc8","optionsListWrapper":"select__optionsListWrapper_19tc8","optionsListBorder":"select__optionsListBorder_19tc8","nativeSelect":"select__nativeSelect_19tc8","block":"select__block_19tc8","emptySearchPlaceholder":"select__emptySearchPlaceholder_19tc8","search":"select__search_19tc8","size-72":"select__size-72_19tc8"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|