@alfalab/core-components-select 19.1.1 → 19.1.2
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 +14 -14
- 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 +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 +12 -12
- package/esm/components/base-checkmark/index.module.css.js +1 -1
- package/esm/components/base-option/index.css +14 -14
- 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 +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 +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 +14 -14
- 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 +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 +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/package.json +2 -2
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"select__component_1f7t4","popoverInner":"select__popoverInner_1f7t4","optionsListWrapper":"select__optionsListWrapper_1f7t4","optionsListBorder":"select__optionsListBorder_1f7t4","nativeSelect":"select__nativeSelect_1f7t4","block":"select__block_1f7t4","emptySearchPlaceholder":"select__emptySearchPlaceholder_1f7t4","search":"select__search_1f7t4","size-72":"select__size-72_1f7t4"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_6lxdb {
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
}
|
|
15
|
-
.
|
|
15
|
+
.select__sheetContent_6lxdb.select__sheetContent_6lxdb {
|
|
16
16
|
padding: var(--gap-0);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.select__sheetContent_6lxdb.select__sheetContent_6lxdb .select__modalContent_6lxdb {
|
|
19
19
|
padding: var(--gap-0);
|
|
20
20
|
display: flex;
|
|
21
21
|
flex-direction: column;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.select__sheetContainer_6lxdb {
|
|
24
24
|
padding: var(--gap-0);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.select__optionsListWrapper_6lxdb {
|
|
27
27
|
flex: 1;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.select__optionsList_6lxdb.select__optionsList_6lxdb {
|
|
30
30
|
height: 100%;
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__scrollbar_6lxdb {
|
|
35
35
|
flex: 1;
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.select__search_6lxdb {
|
|
38
38
|
padding: var(--gap-8);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__option_6lxdb.select__option_6lxdb {
|
|
41
41
|
padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.select__option_6lxdb.select__option_6lxdb:before {
|
|
44
44
|
display: none;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__optionGroup_6lxdb.select__optionGroup_6lxdb {
|
|
47
47
|
padding: var(--gap-16) var(--gap-16) var(--gap-8);
|
|
48
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './mobile.css';
|
|
2
2
|
|
|
3
|
-
var mobileStyles = {"sheet":"
|
|
3
|
+
var mobileStyles = {"sheet":"select__sheet_6lxdb","sheetContent":"select__sheetContent_6lxdb","modalContent":"select__modalContent_6lxdb","sheetContainer":"select__sheetContainer_6lxdb","optionsListWrapper":"select__optionsListWrapper_6lxdb","optionsList":"select__optionsList_6lxdb","scrollbar":"select__scrollbar_6lxdb","search":"select__search_6lxdb","option":"select__option_6lxdb","optionGroup":"select__optionGroup_6lxdb"};
|
|
4
4
|
|
|
5
5
|
export { mobileStyles as default };
|
|
6
6
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
--select-checkmark-after-display-single: flex;
|
|
14
14
|
--select-checkmark-unselected-opacity: 0;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.select__checkmark_1pyy1 {
|
|
17
17
|
flex-shrink: 0;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.select__checkmark_1pyy1.select__before_1pyy1 {
|
|
20
20
|
display: var(--select-checkmark-before-display);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.select__checkmark_1pyy1.select__after_1pyy1 {
|
|
23
23
|
display: var(--select-checkmark-after-display);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__single_1pyy1 {
|
|
26
26
|
display: flex;
|
|
27
27
|
align-items: center;
|
|
28
28
|
justify-content: center;
|
|
@@ -30,26 +30,26 @@
|
|
|
30
30
|
width: var(--select-checkmark-size);
|
|
31
31
|
height: var(--select-checkmark-size);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.select__single_1pyy1.select__selected_1pyy1 {
|
|
34
34
|
opacity: 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__multiple_1pyy1.select__before_1pyy1 {
|
|
37
37
|
margin-right: var(--gap-12);
|
|
38
38
|
display: var(--select-checkmark-before-display-multiple);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__multiple_1pyy1.select__after_1pyy1 {
|
|
41
41
|
margin-left: var(--gap-12);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.select__after_1pyy1.select__after_1pyy1 {
|
|
44
44
|
display: var(--select-checkmark-after-display);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__after_1pyy1.select__after_1pyy1.select__single_1pyy1 {
|
|
47
47
|
display: var(--select-checkmark-after-display-single);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.select__colorIcon_1pyy1 {
|
|
50
50
|
color: var(--color-light-status-positive);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__displayIcon_1pyy1 {
|
|
53
53
|
display: block;
|
|
54
54
|
width: 100%;
|
|
55
55
|
height: 100%;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"checkmark":"
|
|
3
|
+
var styles = {"checkmark":"select__checkmark_1pyy1","before":"select__before_1pyy1","after":"select__after_1pyy1","single":"select__single_1pyy1","selected":"select__selected_1pyy1","multiple":"select__multiple_1pyy1","colorIcon":"select__colorIcon_1pyy1","displayIcon":"select__displayIcon_1pyy1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
--select-mobile-checkmark-display-icon: block;
|
|
7
7
|
--select-mobile-checkmark-display-badge: none;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.select__checkmark_1qxav {
|
|
10
10
|
flex-shrink: 0;
|
|
11
11
|
display: flex;
|
|
12
12
|
align-items: center;
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
height: 24px;
|
|
16
16
|
opacity: 0;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.select__checkmark_1qxav.select__selected_1qxav {
|
|
19
19
|
opacity: 1;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.select__checkmark_1qxav.select__before_1qxav {
|
|
22
22
|
margin-right: var(--gap-8);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.select__checkmark_1qxav.select__after_1qxav {
|
|
25
25
|
margin-left: var(--gap-8);
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.select__displayIcon_1qxav {
|
|
28
28
|
display: var(--select-mobile-checkmark-display-icon);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.select__displayBadge_1qxav {
|
|
31
31
|
display: var(--select-mobile-checkmark-display-badge);
|
|
32
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"checkmark":"
|
|
3
|
+
var styles = {"checkmark":"select__checkmark_1qxav","selected":"select__selected_1qxav","before":"select__before_1qxav","after":"select__after_1qxav","displayIcon":"select__displayIcon_1qxav","displayBadge":"select__displayBadge_1qxav"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_cenxj {
|
|
10
10
|
display: block;
|
|
11
11
|
color: var(--color-light-neutral-translucent-500);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.select__clearIcon_cenxj:hover {
|
|
14
14
|
color: var(--color-light-neutral-translucent-500-hover);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.select__clearIcon_cenxj:active {
|
|
17
17
|
color: var(--color-light-neutral-translucent-500-press);
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.select__clearButton_cenxj + [data-addon='error-icon'] {
|
|
20
20
|
display: var(--input-error-icon-display);
|
|
21
21
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"clearIcon":"
|
|
3
|
+
var styles = {"clearIcon":"select__clearIcon_cenxj","clearButton":"select__clearButton_cenxj"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_1hjbj {
|
|
22
22
|
width: 100%;
|
|
23
23
|
outline: none;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.select__field_1hjbj:not(.select__disabled_1hjbj) {
|
|
26
26
|
cursor: pointer;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__field_1hjbj:not(.select__disabled_1hjbj):hover .select__arrow_1hjbj {
|
|
29
29
|
opacity: var(--select-arrow-hover-opacity);
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__disabled_1hjbj {
|
|
32
32
|
cursor: var(--disabled-cursor);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.select__placeholder_1hjbj {
|
|
35
35
|
color: var(--input-placeholder-color);
|
|
36
36
|
transition: color 0.2s ease;
|
|
37
|
-
animation: select__show-
|
|
37
|
+
animation: select__show-placeholder_1hjbj 0.2s ease;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.select__placeholder_1hjbj.select__focused_1hjbj {
|
|
40
40
|
color: var(--input-focus-placeholder-color);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.select__contentWrapper_1hjbj {
|
|
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_1hjbj.select__size-40_1hjbj {
|
|
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_1hjbj {
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
text-overflow: ellipsis;
|
|
62
62
|
text-align: left;
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
.select__value_1hjbj.select__size-40_1hjbj {
|
|
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_1hjbj {
|
|
71
71
|
outline: 2px solid var(--focus-color);
|
|
72
72
|
outline-offset: 2px;
|
|
73
73
|
}
|
|
74
|
-
@keyframes select__show-
|
|
74
|
+
@keyframes select__show-placeholder_1hjbj {
|
|
75
75
|
from {
|
|
76
76
|
opacity: 0;
|
|
77
77
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"component":"
|
|
3
|
+
var styles = {"component":"select__component_1hjbj","field":"select__field_1hjbj","disabled":"select__disabled_1hjbj","arrow":"select__arrow_1hjbj","placeholder":"select__placeholder_1hjbj","show-placeholder":"select__show-placeholder_1hjbj","focused":"select__focused_1hjbj","contentWrapper":"select__contentWrapper_1hjbj","size-40":"select__size-40_1hjbj","value":"select__value_1hjbj","focusVisible":"select__focusVisible_1hjbj"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_1cd2x {
|
|
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_1cd2x .select__button_1cd2x:first-of-type {
|
|
17
17
|
margin-right: var(--gap-16);
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.select__button_1cd2x {
|
|
20
20
|
width: 50%;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.select__highlighted_1cd2x {
|
|
23
23
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
24
24
|
background-color: var(--color-light-modal-bg-primary);
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"
|
|
3
|
+
var styles = {"footer":"select__footer_1cd2x","button":"select__button_1cd2x","highlighted":"select__highlighted_1cd2x"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_y6bsu {
|
|
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_y6bsu + *[role='option']:before {
|
|
37
37
|
display: none;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.select__label_y6bsu {
|
|
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_y6bsu {
|
|
51
51
|
padding-left: var(--select-optgroup-l-left-padding);
|
|
52
52
|
padding-right: var(--select-optgroup-l-right-padding);
|
|
53
53
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"optgroup":"
|
|
3
|
+
var styles = {"optgroup":"select__optgroup_y6bsu","label":"select__label_y6bsu","size-72":"select__size-72_y6bsu"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_tpktv {
|
|
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_tpktv:not(.select__disabled_tpktv):active {
|
|
64
64
|
background: var(--select-option-active-background);
|
|
65
65
|
color: var(--select-option-active-color);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.select__option_tpktv: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_tpktv:first-child:before {
|
|
79
79
|
display: none;
|
|
80
80
|
}
|
|
81
|
-
.select__size-
|
|
81
|
+
.select__size-48_tpktv {
|
|
82
82
|
min-height: var(--size-s-height);
|
|
83
83
|
}
|
|
84
|
-
.select__size-
|
|
84
|
+
.select__size-56_tpktv {
|
|
85
85
|
min-height: var(--size-m-height);
|
|
86
86
|
}
|
|
87
|
-
.select__size-
|
|
87
|
+
.select__size-64_tpktv {
|
|
88
88
|
min-height: var(--size-l-height);
|
|
89
89
|
}
|
|
90
|
-
.select__size-
|
|
90
|
+
.select__size-72_tpktv {
|
|
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_tpktv: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_tpktv {
|
|
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_tpktv {
|
|
105
105
|
background: var(--select-option-hover-background);
|
|
106
106
|
color: var(--select-option-hover-color);
|
|
107
107
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
108
|
+
.select__highlighted_tpktv:before,
|
|
109
|
+
.select__highlighted_tpktv + .select__option_tpktv:before {
|
|
110
110
|
opacity: 0;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
.select__disabled_tpktv {
|
|
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_tpktv {
|
|
118
118
|
overflow: hidden;
|
|
119
119
|
flex: 1;
|
|
120
120
|
text-overflow: ellipsis;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.select__textContent_tpktv {
|
|
123
123
|
padding-top: var(--gap-12);
|
|
124
124
|
padding-bottom: var(--gap-12);
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
.select__highlighted_tpktv {
|
|
127
127
|
background: var(--select-option-hover-background);
|
|
128
128
|
color: var(--select-option-hover-color);
|
|
129
129
|
}
|
|
130
|
-
.
|
|
131
|
-
.
|
|
130
|
+
.select__highlighted_tpktv:before,
|
|
131
|
+
.select__highlighted_tpktv + .select__option_tpktv:before {
|
|
132
132
|
opacity: 0;
|
|
133
133
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_tpktv","disabled":"select__disabled_tpktv","size-48":"select__size-48_tpktv","size-56":"select__size-56_tpktv","size-64":"select__size-64_tpktv","size-72":"select__size-72_tpktv","selected":"select__selected_tpktv","highlighted":"select__highlighted_tpktv","content":"select__content_tpktv","textContent":"select__textContent_tpktv"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_14y2w {
|
|
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_14y2w:not(.select__disabled_14y2w):active {
|
|
64
64
|
background: var(--select-option-active-background);
|
|
65
65
|
color: var(--select-option-active-color);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
.select__option_14y2w: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_14y2w:first-child:before {
|
|
79
79
|
display: none;
|
|
80
80
|
}
|
|
81
|
-
.select__size-
|
|
81
|
+
.select__size-48_14y2w {
|
|
82
82
|
min-height: var(--size-s-height);
|
|
83
83
|
}
|
|
84
|
-
.select__size-
|
|
84
|
+
.select__size-56_14y2w {
|
|
85
85
|
min-height: var(--size-m-height);
|
|
86
86
|
}
|
|
87
|
-
.select__size-
|
|
87
|
+
.select__size-64_14y2w {
|
|
88
88
|
min-height: var(--size-l-height);
|
|
89
89
|
}
|
|
90
|
-
.select__size-
|
|
90
|
+
.select__size-72_14y2w {
|
|
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_14y2w: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_14y2w {
|
|
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_14y2w {
|
|
105
105
|
background: var(--select-option-hover-background);
|
|
106
106
|
color: var(--select-option-hover-color);
|
|
107
107
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
108
|
+
.select__highlighted_14y2w:before,
|
|
109
|
+
.select__highlighted_14y2w + .select__option_14y2w:before {
|
|
110
110
|
opacity: 0;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
.select__disabled_14y2w {
|
|
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_14y2w {
|
|
118
118
|
overflow: hidden;
|
|
119
119
|
flex: 1;
|
|
120
120
|
text-overflow: ellipsis;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.select__textContent_14y2w {
|
|
123
123
|
padding-top: var(--gap-12);
|
|
124
124
|
padding-bottom: var(--gap-12);
|
|
125
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"option":"
|
|
3
|
+
var styles = {"option":"select__option_14y2w","disabled":"select__disabled_14y2w","size-48":"select__size-48_14y2w","size-56":"select__size-56_14y2w","size-64":"select__size-64_14y2w","size-72":"select__size-72_14y2w","selected":"select__selected_14y2w","highlighted":"select__highlighted_14y2w","content":"select__content_14y2w","textContent":"select__textContent_14y2w"};
|
|
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_cpmot {
|
|
19
19
|
width: 100%;
|
|
20
20
|
outline: none;
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
position: relative;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.select__optionsList_cpmot .select__scrollable_cpmot {
|
|
25
25
|
overflow: auto;
|
|
26
26
|
width: 100%;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.select__optionsList_cpmot .select__scrollable_cpmot .select__verticalBar_cpmot.select__verticalBar_cpmot {
|
|
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_cpmot .select__scrollable_cpmot .select__verticalBar_cpmot.select__verticalBar_cpmot.select__verticalBarWithHeader_cpmot {
|
|
33
33
|
top: 0;
|
|
34
34
|
height: calc(100% - var(--select-options-list-scrollbar-gap));
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__optionsList_cpmot .select__scrollable_cpmot .select__verticalBar_cpmot.select__verticalBar_cpmot.select__verticalBarWithFooter_cpmot {
|
|
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_cpmot .select__scrollable_cpmot .select__verticalBar_cpmot.select__verticalBar_cpmot.select__verticalBarWithHeader_cpmot.select__verticalBarWithFooter_cpmot {
|
|
41
41
|
top: 0;
|
|
42
42
|
height: 100%;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.select__optionsListHeader_cpmot {
|
|
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_cpmot.select__headerHighlighted_cpmot {
|
|
50
50
|
border-bottom-color: var(--color-light-neutral-300);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.select__optionsListFooter_cpmot {
|
|
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_cpmot.select__withBorder_cpmot {
|
|
60
60
|
border-top-color: var(--color-light-neutral-300);
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.select__mask_cpmot {
|
|
63
63
|
min-width: 4000px;
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.select__emptyPlaceholder_cpmot {
|
|
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_cpmot .select__emptyPlaceholder_cpmot {
|
|
70
70
|
padding: var(--gap-24) var(--gap-16);
|
|
71
71
|
}
|