@alfalab/core-components-select 19.0.3 → 19.0.4
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 +4 -4
- 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
|
@@ -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_14592 {
|
|
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_14592.select__disabled_14592 {
|
|
23
23
|
color: var(--select-arrow-disabled-color);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__arrow_14592.select__size-40_14592 {
|
|
26
26
|
width: auto;
|
|
27
27
|
width: initial;
|
|
28
28
|
height: auto;
|
|
29
29
|
height: initial;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__open_14592 {
|
|
32
32
|
transform: var(--arrow-transform);
|
|
33
33
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"arrow":"
|
|
5
|
+
var styles = {"arrow":"select__arrow_14592","disabled":"select__disabled_14592","size-40":"select__size-40_14592","open":"select__open_14592"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select__checkmark_1bpqp {
|
|
2
2
|
flex-shrink: 0;
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.select__checkmark_1bpqp.select__start_1bpqp {
|
|
6
6
|
align-self: start;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.select__checkmark_1bpqp.select__center_1bpqp {
|
|
9
9
|
align-self: center;
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
.select__single_1bpqp {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: center;
|
|
14
14
|
justify-content: center;
|
|
15
15
|
opacity: 0;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.select__single_1bpqp.select__selected_1bpqp {
|
|
18
18
|
opacity: 1;
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_1bpqp","start":"select__start_1bpqp","center":"select__center_1bpqp","single":"select__single_1bpqp","selected":"select__selected_1bpqp"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# 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_1a815 {
|
|
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_1a815:not(.select__disabled_1a815):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.select__option_1a815.select__checkmarkBefore_1a815 {
|
|
58
58
|
padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.select__option_1a815.select__checkmarkBefore_1a815.select__mobile_1a815 {
|
|
61
61
|
padding-left: var(--gap-16);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.select__option_1a815.select__checkmarkAfter_1a815.select__checkmarkAfter_1a815 {
|
|
64
64
|
padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.select__option_1a815.select__checkmarkAfter_1a815.select__checkmarkAfter_1a815.select__size-72_1a815 {
|
|
67
67
|
padding-right: var(--gap-16);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.select__option_1a815.select__checkmarkAfter_1a815.select__checkmarkAfter_1a815.select__mobile_1a815 {
|
|
70
70
|
padding-right: var(--gap-20);
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
.select__option_1a815.select__textContent_1a815 {
|
|
73
73
|
padding: var(--gap-12);
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
.select__option_1a815.select__textContent_1a815.select__size-72_1a815 {
|
|
76
76
|
padding-left: var(--gap-16);
|
|
77
77
|
padding-right: var(--gap-16);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.select__option_1a815.select__textContent_1a815.select__mobile_1a815 {
|
|
80
80
|
padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.select__selected_1a815 {
|
|
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_1a815 {
|
|
88
88
|
background: var(--select-option-hover-background);
|
|
89
89
|
color: var(--select-option-hover-color);
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.select__disabled_1a815 {
|
|
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_1a815 {
|
|
97
97
|
margin-right: var(--gap-12);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
.select__checkmarkAfterContent_1a815 {
|
|
100
100
|
margin-left: var(--gap-12);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.select__content_1a815 {
|
|
103
103
|
flex: 1;
|
|
104
104
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"option":"
|
|
5
|
+
var styles = {"option":"select__option_1a815","disabled":"select__disabled_1a815","checkmarkBefore":"select__checkmarkBefore_1a815","mobile":"select__mobile_1a815","checkmarkAfter":"select__checkmarkAfter_1a815","size-72":"select__size-72_1a815","textContent":"select__textContent_1a815","selected":"select__selected_1a815","highlighted":"select__highlighted_1a815","checkmarkBeforeContent":"select__checkmarkBeforeContent_1a815","checkmarkAfterContent":"select__checkmarkAfterContent_1a815","content":"select__content_1a815"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# 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_ewdbj {
|
|
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_ewdbj {
|
|
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_ewdbj.select__popoverInner_ewdbj {
|
|
48
48
|
box-shadow: none;
|
|
49
49
|
border: none;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.select__optionsListWrapper_ewdbj {
|
|
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_ewdbj {
|
|
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_ewdbj {
|
|
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_ewdbj {
|
|
86
86
|
width: 100%;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
.select__emptySearchPlaceholder_ewdbj {
|
|
89
89
|
text-align: center;
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.select__search_ewdbj {
|
|
92
92
|
margin: var(--gap-12) var(--gap-12) var(--gap-0);
|
|
93
93
|
}
|
|
94
|
-
.
|
|
94
|
+
.select__search_ewdbj.select__size-72_ewdbj {
|
|
95
95
|
margin-left: var(--gap-16);
|
|
96
96
|
margin-right: var(--gap-16);
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
.select__search_ewdbj:last-child {
|
|
99
99
|
margin-bottom: var(--gap-12);
|
|
100
100
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"select__component_ewdbj","popoverInner":"select__popoverInner_ewdbj","optionsListWrapper":"select__optionsListWrapper_ewdbj","optionsListBorder":"select__optionsListBorder_ewdbj","nativeSelect":"select__nativeSelect_ewdbj","block":"select__block_ewdbj","emptySearchPlaceholder":"select__emptySearchPlaceholder_ewdbj","search":"select__search_ewdbj","size-72":"select__size-72_ewdbj"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,40 +9,40 @@
|
|
|
9
9
|
--gap-16: var(--gap-m);
|
|
10
10
|
--gap-20: var(--gap-l);
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.select__sheet_1nvus {
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.select__sheetContent_1nvus.select__sheetContent_1nvus {
|
|
16
16
|
padding: var(--gap-0);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.select__sheetContent_1nvus.select__sheetContent_1nvus .select__modalContent_1nvus {
|
|
19
19
|
padding: var(--gap-0);
|
|
20
20
|
display: flex;
|
|
21
21
|
flex-direction: column;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.select__sheetContainer_1nvus {
|
|
24
24
|
padding: var(--gap-0);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.select__optionsListWrapper_1nvus {
|
|
27
27
|
flex: 1;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.select__optionsList_1nvus.select__optionsList_1nvus {
|
|
30
30
|
height: 100%;
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__scrollbar_1nvus {
|
|
35
35
|
flex: 1;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.select__search_1nvus {
|
|
38
38
|
padding: var(--gap-8);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__option_1nvus.select__option_1nvus {
|
|
41
41
|
padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.select__option_1nvus.select__option_1nvus:before {
|
|
44
44
|
display: none;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__optionGroup_1nvus.select__optionGroup_1nvus {
|
|
47
47
|
padding: var(--gap-16) var(--gap-16) var(--gap-8);
|
|
48
48
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"sheet":"
|
|
5
|
+
var mobileStyles = {"sheet":"select__sheet_1nvus","sheetContent":"select__sheetContent_1nvus","modalContent":"select__modalContent_1nvus","sheetContainer":"select__sheetContainer_1nvus","optionsListWrapper":"select__optionsListWrapper_1nvus","optionsList":"select__optionsList_1nvus","scrollbar":"select__scrollbar_1nvus","search":"select__search_1nvus","option":"select__option_1nvus","optionGroup":"select__optionGroup_1nvus"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
--select-checkmark-background: var(--color-light-neutral-translucent-1300);
|
|
26
26
|
--select-checkmark-border-radius: var(--border-radius-circle);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__checkmark_1f6gs {
|
|
29
29
|
flex-shrink: 0;
|
|
30
30
|
margin: var(--select-checkmark-margin);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.select__checkmark_1f6gs.select__after_1f6gs {
|
|
33
33
|
margin: var(--select-checkmark-margin-after);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__single_1f6gs {
|
|
36
36
|
display: flex;
|
|
37
37
|
align-items: center;
|
|
38
38
|
justify-content: center;
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
width: var(--select-checkmark-size);
|
|
44
44
|
height: var(--select-checkmark-size);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__single_1f6gs.select__selected_1f6gs {
|
|
47
47
|
opacity: 1;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.select__before_1f6gs {
|
|
50
50
|
display: var(--select-checkmark-before-display);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__before_1f6gs.select__multiple_1f6gs {
|
|
53
53
|
margin-right: var(--gap-12);
|
|
54
54
|
display: var(--select-checkmark-before-display-multiple);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.select__after_1f6gs.select__after_1f6gs {
|
|
57
57
|
display: var(--select-checkmark-after-display);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.select__after_1f6gs.select__after_1f6gs.select__single_1f6gs {
|
|
60
60
|
display: var(--select-checkmark-after-display-single);
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.select__colorIcon_1f6gs {
|
|
63
63
|
color: var(--color-light-status-positive);
|
|
64
64
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_1f6gs","after":"select__after_1f6gs","single":"select__single_1f6gs","selected":"select__selected_1f6gs","before":"select__before_1f6gs","multiple":"select__multiple_1f6gs","colorIcon":"select__colorIcon_1f6gs"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
--select-mobile-checkmark-display-icon: block;
|
|
3
3
|
--select-mobile-checkmark-display-badge: none;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.select__checkmark_3v4bv {
|
|
6
6
|
flex-shrink: 0;
|
|
7
7
|
display: flex;
|
|
8
8
|
align-items: center;
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
height: 24px;
|
|
12
12
|
opacity: 0;
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.select__checkmark_3v4bv:first-child {
|
|
15
15
|
display: none;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.select__checkmark_3v4bv.select__selected_3v4bv {
|
|
18
18
|
opacity: 1;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.select__displayIcon_3v4bv {
|
|
21
21
|
display: var(--select-mobile-checkmark-display-icon);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.select__displayBadge_3v4bv {
|
|
24
24
|
display: var(--select-mobile-checkmark-display-badge);
|
|
25
25
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_3v4bv","selected":"select__selected_3v4bv","displayIcon":"select__displayIcon_3v4bv"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
:root {
|
|
7
7
|
--input-error-icon-display: none;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.select__clearIcon_1nvo7 {
|
|
10
10
|
display: block;
|
|
11
11
|
color: var(--color-light-neutral-translucent-500);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.select__clearIcon_1nvo7:hover {
|
|
14
14
|
color: var(--color-light-neutral-translucent-500-hover);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.select__clearIcon_1nvo7:active {
|
|
17
17
|
color: var(--color-light-neutral-translucent-500-press);
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.select__clearButton_1nvo7 + [data-addon='error-icon'] {
|
|
20
20
|
display: var(--input-error-icon-display);
|
|
21
21
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"clearIcon":"
|
|
5
|
+
var styles = {"clearIcon":"select__clearIcon_1nvo7","clearButton":"select__clearButton_1nvo7"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -18,28 +18,28 @@
|
|
|
18
18
|
:root {
|
|
19
19
|
--select-arrow-hover-opacity: 0.7;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.select__component_tz7s9 {
|
|
22
22
|
width: 100%;
|
|
23
23
|
outline: none;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__field_tz7s9:not(.select__disabled_tz7s9) {
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__field_tz7s9:not(.select__disabled_tz7s9):hover .select__arrow_tz7s9 {
|
|
29
29
|
opacity: var(--select-arrow-hover-opacity);
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__disabled_tz7s9 {
|
|
32
32
|
cursor: var(--disabled-cursor);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__placeholder_tz7s9 {
|
|
35
35
|
color: var(--input-placeholder-color);
|
|
36
36
|
transition: color 0.2s ease;
|
|
37
|
-
animation: select__show-
|
|
37
|
+
animation: select__show-placeholder_tz7s9 0.2s ease;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.select__placeholder_tz7s9.select__focused_tz7s9 {
|
|
40
40
|
color: var(--input-focus-placeholder-color);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.select__contentWrapper_tz7s9 {
|
|
43
43
|
font-size: 16px;
|
|
44
44
|
line-height: 20px;
|
|
45
45
|
font-weight: 400;
|
|
@@ -50,28 +50,28 @@
|
|
|
50
50
|
overflow: hidden;
|
|
51
51
|
width: 100%;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.select__contentWrapper_tz7s9.select__size-40_tz7s9 {
|
|
54
54
|
font-size: 14px;
|
|
55
55
|
line-height: 18px;
|
|
56
56
|
font-weight: 400;
|
|
57
57
|
font-family: var(--font-family-system);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.select__value_tz7s9 {
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
text-overflow: ellipsis;
|
|
62
62
|
text-align: left;
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
.select__value_tz7s9.select__size-40_tz7s9 {
|
|
65
65
|
font-size: 14px;
|
|
66
66
|
line-height: 18px;
|
|
67
67
|
font-weight: 400;
|
|
68
68
|
font-family: var(--font-family-system);
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.select__focusVisible_tz7s9 {
|
|
71
71
|
outline: 2px solid var(--focus-color);
|
|
72
72
|
outline-offset: 2px;
|
|
73
73
|
}
|
|
74
|
-
@keyframes select__show-
|
|
74
|
+
@keyframes select__show-placeholder_tz7s9 {
|
|
75
75
|
from {
|
|
76
76
|
opacity: 0;
|
|
77
77
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"select__component_tz7s9","field":"select__field_tz7s9","disabled":"select__disabled_tz7s9","arrow":"select__arrow_tz7s9","placeholder":"select__placeholder_tz7s9","show-placeholder":"select__show-placeholder_tz7s9","focused":"select__focused_tz7s9","contentWrapper":"select__contentWrapper_tz7s9","size-40":"select__size-40_tz7s9","value":"select__value_tz7s9","focusVisible":"select__focusVisible_tz7s9"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
--gap-m: 16px;
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.select__footer_23zrm {
|
|
10
10
|
display: flex;
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
width: 100%;
|
|
13
13
|
padding: var(--gap-16) var(--gap-16);
|
|
14
14
|
background-color: var(--color-light-modal-bg-primary);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.select__footer_23zrm .select__button_23zrm:first-of-type {
|
|
17
17
|
margin-right: var(--gap-16);
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.select__button_23zrm {
|
|
20
20
|
width: 50%;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.select__highlighted_23zrm {
|
|
23
23
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
24
24
|
background-color: var(--color-light-modal-bg-primary);
|
|
25
25
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"
|
|
5
|
+
var styles = {"footer":"select__footer_23zrm","button":"select__button_23zrm","highlighted":"select__highlighted_23zrm"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
--select-optgroup-l-left-padding: var(--gap-16);
|
|
24
24
|
--select-optgroup-l-right-padding: var(--gap-16);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.select__optgroup_1k7i6 {
|
|
27
27
|
position: relative;
|
|
28
28
|
display: flex;
|
|
29
29
|
align-items: center;
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
background: var(--select-optgroup-background);
|
|
34
34
|
min-height: 40px;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__optgroup_1k7i6 + *[role='option']:before {
|
|
37
37
|
display: none;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.select__label_1k7i6 {
|
|
40
40
|
font-size: 12px;
|
|
41
41
|
line-height: 16px;
|
|
42
42
|
font-weight: 400;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
display: block;
|
|
48
48
|
color: var(--select-optgroup-color);
|
|
49
49
|
}
|
|
50
|
-
.select__size-
|
|
50
|
+
.select__size-72_1k7i6 {
|
|
51
51
|
padding-left: var(--select-optgroup-l-left-padding);
|
|
52
52
|
padding-right: var(--select-optgroup-l-right-padding);
|
|
53
53
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"optgroup":"
|
|
5
|
+
var styles = {"optgroup":"select__optgroup_1k7i6","label":"select__label_1k7i6","size-72":"select__size-72_1k7i6"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|