@alfalab/core-components-select 18.2.7 → 18.2.9
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 +14 -14
- 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/Component.js +8 -5
- package/components/options-list/Component.js.map +1 -1
- package/components/options-list/index.css +24 -11
- package/components/options-list/index.module.css.js +1 -1
- package/components/options-list/index.module.css.js.map +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-select/index.module.css +3 -3
- package/cssm/components/options-list/Component.js +8 -5
- package/cssm/components/options-list/Component.js.map +1 -1
- package/cssm/components/options-list/index.module.css +18 -5
- package/esm/components/arrow/index.css +4 -4
- package/esm/components/arrow/index.module.css.js +1 -1
- package/esm/components/base-checkmark/index.css +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 +14 -14
- 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/Component.js +8 -5
- package/esm/components/options-list/Component.js.map +1 -1
- package/esm/components/options-list/index.css +24 -11
- package/esm/components/options-list/index.module.css.js +1 -1
- package/esm/components/options-list/index.module.css.js.map +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 +14 -14
- 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/Component.js +4 -1
- package/modern/components/options-list/Component.js.map +1 -1
- package/modern/components/options-list/index.css +24 -11
- package/modern/components/options-list/index.module.css.js +1 -1
- package/modern/components/options-list/index.module.css.js.map +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/moderncssm/components/base-select/index.module.css +1 -1
- package/moderncssm/components/options-list/Component.js +4 -1
- package/moderncssm/components/options-list/Component.js.map +1 -1
- package/moderncssm/components/options-list/index.module.css +26 -5
- package/package.json +6 -6
- 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
- package/src/components/options-list/Component.tsx +4 -0
- package/src/components/options-list/index.module.css +25 -5
- package/src/vars.css +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} :root {
|
|
7
7
|
--select-arrow-color: var(--color-light-neutral-translucent-700);
|
|
8
8
|
--select-arrow-disabled-color: var(--color-light-neutral-translucent-500);
|
|
9
|
-
} .
|
|
9
|
+
} .select__arrow_y7g99 {
|
|
10
10
|
display: block;
|
|
11
11
|
width: 24px;
|
|
12
12
|
height: 24px;
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
transition:
|
|
16
16
|
transform 0.15s ease-in-out,
|
|
17
17
|
opacity 0.2s ease;
|
|
18
|
-
} .
|
|
18
|
+
} .select__arrow_y7g99.select__disabled_y7g99 {
|
|
19
19
|
color: var(--select-arrow-disabled-color);
|
|
20
|
-
} .
|
|
20
|
+
} .select__arrow_y7g99.select__size-40_y7g99 {
|
|
21
21
|
width: auto;
|
|
22
22
|
width: initial;
|
|
23
23
|
height: auto;
|
|
24
24
|
height: initial;
|
|
25
|
-
} .
|
|
25
|
+
} .select__open_y7g99 {
|
|
26
26
|
transform: var(--arrow-transform);
|
|
27
27
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"arrow":"
|
|
5
|
+
var styles = {"arrow":"select__arrow_y7g99","disabled":"select__disabled_y7g99","size-40":"select__size-40_y7g99","open":"select__open_y7g99"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select__checkmark_1x3j0 {
|
|
2
2
|
flex-shrink: 0;
|
|
3
3
|
box-sizing: border-box;
|
|
4
|
-
} .
|
|
4
|
+
} .select__checkmark_1x3j0.select__start_1x3j0 {
|
|
5
5
|
align-self: start;
|
|
6
|
-
} .
|
|
6
|
+
} .select__checkmark_1x3j0.select__center_1x3j0 {
|
|
7
7
|
align-self: center;
|
|
8
|
-
} .
|
|
8
|
+
} .select__single_1x3j0 {
|
|
9
9
|
display: flex;
|
|
10
10
|
align-items: center;
|
|
11
11
|
justify-content: center;
|
|
12
12
|
opacity: 0;
|
|
13
|
-
} .
|
|
13
|
+
} .select__single_1x3j0.select__selected_1x3j0 {
|
|
14
14
|
opacity: 1;
|
|
15
15
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_1x3j0","start":"select__start_1x3j0","center":"select__center_1x3j0","single":"select__single_1x3j0","selected":"select__selected_1x3j0"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
--select-option-hover-color: var(--color-light-text-primary);
|
|
27
27
|
--select-option-active-color: var(--color-light-text-primary);
|
|
28
28
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
29
|
-
} .
|
|
29
|
+
} .select__option_zry5r {
|
|
30
30
|
font-size: 16px;
|
|
31
31
|
line-height: 20px;
|
|
32
32
|
font-weight: 400;
|
|
@@ -40,41 +40,41 @@
|
|
|
40
40
|
position: relative;
|
|
41
41
|
cursor: pointer;
|
|
42
42
|
min-height: var(--size-s-height);
|
|
43
|
-
} .
|
|
43
|
+
} .select__option_zry5r:not(.select__disabled_zry5r):active {
|
|
44
44
|
background: var(--select-option-active-background);
|
|
45
45
|
color: var(--select-option-active-color);
|
|
46
|
-
} .
|
|
46
|
+
} .select__option_zry5r.select__checkmarkBefore_zry5r {
|
|
47
47
|
padding: var(--gap-0) var(--gap-0) var(--gap-0) var(--gap-12);
|
|
48
|
-
} .
|
|
48
|
+
} .select__option_zry5r.select__checkmarkBefore_zry5r.select__mobile_zry5r {
|
|
49
49
|
padding-left: var(--gap-16);
|
|
50
|
-
} .
|
|
50
|
+
} .select__option_zry5r.select__checkmarkAfter_zry5r.select__checkmarkAfter_zry5r {
|
|
51
51
|
padding: var(--gap-0) var(--gap-12) var(--gap-0) var(--gap-0);
|
|
52
|
-
} .
|
|
52
|
+
} .select__option_zry5r.select__checkmarkAfter_zry5r.select__checkmarkAfter_zry5r.select__size-72_zry5r {
|
|
53
53
|
padding-right: var(--gap-16);
|
|
54
|
-
} .
|
|
54
|
+
} .select__option_zry5r.select__checkmarkAfter_zry5r.select__checkmarkAfter_zry5r.select__mobile_zry5r {
|
|
55
55
|
padding-right: var(--gap-20);
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_zry5r.select__textContent_zry5r {
|
|
57
57
|
padding: var(--gap-12);
|
|
58
|
-
} .
|
|
58
|
+
} .select__option_zry5r.select__textContent_zry5r.select__size-72_zry5r {
|
|
59
59
|
padding-left: var(--gap-16);
|
|
60
60
|
padding-right: var(--gap-16);
|
|
61
|
-
} .
|
|
61
|
+
} .select__option_zry5r.select__textContent_zry5r.select__mobile_zry5r {
|
|
62
62
|
padding: var(--gap-16) var(--gap-20) var(--gap-16) var(--gap-16);
|
|
63
|
-
} .
|
|
63
|
+
} .select__selected_zry5r {
|
|
64
64
|
background: var(--select-option-selected-background);
|
|
65
65
|
color: var(--select-option-selected-color);
|
|
66
66
|
cursor: default;
|
|
67
|
-
} .
|
|
67
|
+
} .select__highlighted_zry5r {
|
|
68
68
|
background: var(--select-option-hover-background);
|
|
69
69
|
color: var(--select-option-hover-color);
|
|
70
|
-
} .
|
|
70
|
+
} .select__disabled_zry5r {
|
|
71
71
|
cursor: var(--disabled-cursor);
|
|
72
72
|
background: var(--select-option-disabled-background);
|
|
73
73
|
color: var(--select-option-disabled-color);
|
|
74
|
-
} .
|
|
74
|
+
} .select__checkmarkBeforeContent_zry5r {
|
|
75
75
|
margin-right: var(--gap-12);
|
|
76
|
-
} .
|
|
76
|
+
} .select__checkmarkAfterContent_zry5r {
|
|
77
77
|
margin-left: var(--gap-12);
|
|
78
|
-
} .
|
|
78
|
+
} .select__content_zry5r {
|
|
79
79
|
flex: 1;
|
|
80
80
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"option":"
|
|
5
|
+
var styles = {"option":"select__option_zry5r","disabled":"select__disabled_zry5r","checkmarkBefore":"select__checkmarkBefore_zry5r","mobile":"select__mobile_zry5r","checkmarkAfter":"select__checkmarkAfter_zry5r","size-72":"select__size-72_zry5r","textContent":"select__textContent_zry5r","selected":"select__selected_zry5r","highlighted":"select__highlighted_zry5r","checkmarkBeforeContent":"select__checkmarkBeforeContent_zry5r","checkmarkAfterContent":"select__checkmarkAfterContent_zry5r","content":"select__content_zry5r"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
0 20px 24px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.04),
|
|
7
7
|
0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
8
8
|
} :root {
|
|
9
|
-
--border-radius-
|
|
9
|
+
--border-radius-xl: 16px;
|
|
10
10
|
--border-radius-0: 0;
|
|
11
|
-
--border-radius-
|
|
11
|
+
--border-radius-16: var(--border-radius-xl);
|
|
12
12
|
} :root {
|
|
13
13
|
--gap-2xs: 4px;
|
|
14
14
|
--gap-s: 12px;
|
|
@@ -19,28 +19,28 @@
|
|
|
19
19
|
--gap-16: var(--gap-m);
|
|
20
20
|
} :root {
|
|
21
21
|
|
|
22
|
-
--select-options-list-border-radius: var(--border-radius-
|
|
22
|
+
--select-options-list-border-radius: var(--border-radius-16);
|
|
23
23
|
--select-options-list-box-shadow: var(--shadow-m);
|
|
24
24
|
--select-options-list-offset: var(--gap-4);
|
|
25
25
|
--select-options-list-top-padding: var(--gap-0);
|
|
26
26
|
--select-options-list-bottom-padding: var(--gap-0);
|
|
27
27
|
--select-option-background: var(--color-light-modal-bg-primary);
|
|
28
|
-
} .
|
|
28
|
+
} .select__component_kx5xb {
|
|
29
29
|
width: -moz-max-content;
|
|
30
30
|
width: max-content;
|
|
31
31
|
position: relative;
|
|
32
32
|
outline: 0;
|
|
33
33
|
max-width: 100%;
|
|
34
|
-
} .
|
|
34
|
+
} .select__popoverInner_kx5xb {
|
|
35
35
|
padding-top: var(--select-options-list-offset);
|
|
36
36
|
padding-bottom: var(--select-options-list-offset);
|
|
37
37
|
background: transparent;
|
|
38
38
|
border-radius: var(--border-radius-0);
|
|
39
39
|
position: relative;
|
|
40
|
-
} .
|
|
40
|
+
} .select__popoverInner_kx5xb.select__popoverInner_kx5xb {
|
|
41
41
|
box-shadow: none;
|
|
42
42
|
border: none;
|
|
43
|
-
} .
|
|
43
|
+
} .select__optionsListWrapper_kx5xb {
|
|
44
44
|
position: relative;
|
|
45
45
|
padding-top: var(--select-options-list-top-padding);
|
|
46
46
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
background: var(--select-option-background);
|
|
50
50
|
overflow: hidden;
|
|
51
51
|
will-change: transform;
|
|
52
|
-
} .
|
|
52
|
+
} .select__optionsListBorder_kx5xb {
|
|
53
53
|
position: absolute;
|
|
54
54
|
top: var(--gap-0);
|
|
55
55
|
right: var(--gap-0);
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
box-shadow: inset 0 0 0 1px var(--color-light-neutral-300);
|
|
59
59
|
border-radius: inherit;
|
|
60
60
|
pointer-events: none;
|
|
61
|
-
} .
|
|
61
|
+
} .select__nativeSelect_kx5xb {
|
|
62
62
|
opacity: 0;
|
|
63
63
|
overflow: hidden;
|
|
64
64
|
position: absolute;
|
|
@@ -71,15 +71,15 @@
|
|
|
71
71
|
height: 100%;
|
|
72
72
|
cursor: pointer;
|
|
73
73
|
z-index: 1;
|
|
74
|
-
} .
|
|
74
|
+
} .select__block_kx5xb {
|
|
75
75
|
width: 100%;
|
|
76
|
-
} .
|
|
76
|
+
} .select__emptySearchPlaceholder_kx5xb {
|
|
77
77
|
text-align: center;
|
|
78
|
-
} .
|
|
78
|
+
} .select__search_kx5xb {
|
|
79
79
|
margin: var(--gap-12) var(--gap-12) var(--gap-0);
|
|
80
|
-
} .
|
|
80
|
+
} .select__search_kx5xb.select__size-72_kx5xb {
|
|
81
81
|
margin-left: var(--gap-16);
|
|
82
82
|
margin-right: var(--gap-16);
|
|
83
|
-
} .
|
|
83
|
+
} .select__search_kx5xb:last-child {
|
|
84
84
|
margin-bottom: var(--gap-12);
|
|
85
85
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"select__component_kx5xb","popoverInner":"select__popoverInner_kx5xb","optionsListWrapper":"select__optionsListWrapper_kx5xb","optionsListBorder":"select__optionsListBorder_kx5xb","nativeSelect":"select__nativeSelect_kx5xb","block":"select__block_kx5xb","emptySearchPlaceholder":"select__emptySearchPlaceholder_kx5xb","search":"select__search_kx5xb","size-72":"select__size-72_kx5xb"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,30 +8,30 @@
|
|
|
8
8
|
--gap-8: var(--gap-xs);
|
|
9
9
|
--gap-16: var(--gap-m);
|
|
10
10
|
--gap-20: var(--gap-l);
|
|
11
|
-
} .
|
|
11
|
+
} .select__sheet_zqxkd {
|
|
12
12
|
overflow: hidden;
|
|
13
|
-
} .
|
|
13
|
+
} .select__sheetContent_zqxkd.select__sheetContent_zqxkd {
|
|
14
14
|
padding: var(--gap-0);
|
|
15
|
-
} .
|
|
15
|
+
} .select__sheetContent_zqxkd.select__sheetContent_zqxkd .select__modalContent_zqxkd {
|
|
16
16
|
padding: var(--gap-0);
|
|
17
17
|
display: flex;
|
|
18
18
|
flex-direction: column;
|
|
19
|
-
} .
|
|
19
|
+
} .select__sheetContainer_zqxkd {
|
|
20
20
|
padding: var(--gap-0);
|
|
21
|
-
} .
|
|
21
|
+
} .select__optionsListWrapper_zqxkd {
|
|
22
22
|
flex: 1;
|
|
23
|
-
} .
|
|
23
|
+
} .select__optionsList_zqxkd.select__optionsList_zqxkd {
|
|
24
24
|
height: 100%;
|
|
25
25
|
display: flex;
|
|
26
26
|
flex-direction: column;
|
|
27
|
-
} .
|
|
27
|
+
} .select__scrollbar_zqxkd {
|
|
28
28
|
flex: 1;
|
|
29
|
-
} .
|
|
29
|
+
} .select__search_zqxkd {
|
|
30
30
|
padding: var(--gap-8);
|
|
31
|
-
} .
|
|
31
|
+
} .select__option_zqxkd.select__option_zqxkd {
|
|
32
32
|
padding: var(--gap-4) var(--gap-20) var(--gap-4) var(--gap-16);
|
|
33
|
-
} .
|
|
33
|
+
} .select__option_zqxkd.select__option_zqxkd:before {
|
|
34
34
|
display: none;
|
|
35
|
-
} .
|
|
35
|
+
} .select__optionGroup_zqxkd.select__optionGroup_zqxkd {
|
|
36
36
|
padding: var(--gap-16) var(--gap-16) var(--gap-8);
|
|
37
37
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"sheet":"
|
|
5
|
+
var mobileStyles = {"sheet":"select__sheet_zqxkd","sheetContent":"select__sheetContent_zqxkd","modalContent":"select__modalContent_zqxkd","sheetContainer":"select__sheetContainer_zqxkd","optionsListWrapper":"select__optionsListWrapper_zqxkd","optionsList":"select__optionsList_zqxkd","scrollbar":"select__scrollbar_zqxkd","search":"select__search_zqxkd","option":"select__option_zqxkd","optionGroup":"select__optionGroup_zqxkd"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
--select-checkmark-unselected-opacity: 0;
|
|
22
22
|
--select-checkmark-background: var(--color-light-neutral-translucent-1300);
|
|
23
23
|
--select-checkmark-border-radius: var(--border-radius-circle);
|
|
24
|
-
} .
|
|
24
|
+
} .select__checkmark_os13f {
|
|
25
25
|
flex-shrink: 0;
|
|
26
26
|
margin: var(--select-checkmark-margin);
|
|
27
|
-
} .
|
|
27
|
+
} .select__checkmark_os13f.select__after_os13f {
|
|
28
28
|
margin: var(--select-checkmark-margin-after);
|
|
29
|
-
} .
|
|
29
|
+
} .select__single_os13f {
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
justify-content: center;
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
border-radius: var(--select-checkmark-border-radius);
|
|
37
37
|
width: var(--select-checkmark-size);
|
|
38
38
|
height: var(--select-checkmark-size);
|
|
39
|
-
} .
|
|
39
|
+
} .select__single_os13f.select__selected_os13f {
|
|
40
40
|
opacity: 1;
|
|
41
|
-
} .
|
|
41
|
+
} .select__before_os13f {
|
|
42
42
|
display: var(--select-checkmark-before-display);
|
|
43
|
-
} .
|
|
43
|
+
} .select__before_os13f.select__multiple_os13f {
|
|
44
44
|
margin-right: var(--gap-12);
|
|
45
45
|
display: var(--select-checkmark-before-display-multiple);
|
|
46
|
-
} .
|
|
46
|
+
} .select__after_os13f.select__after_os13f {
|
|
47
47
|
display: var(--select-checkmark-after-display);
|
|
48
|
-
} .
|
|
48
|
+
} .select__after_os13f.select__after_os13f.select__single_os13f {
|
|
49
49
|
display: var(--select-checkmark-after-display-single);
|
|
50
|
-
} .
|
|
50
|
+
} .select__colorIcon_os13f {
|
|
51
51
|
color: var(--color-light-status-positive);
|
|
52
52
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_os13f","after":"select__after_os13f","single":"select__single_os13f","selected":"select__selected_os13f","before":"select__before_os13f","multiple":"select__multiple_os13f","colorIcon":"select__colorIcon_os13f"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--select-mobile-checkmark-display-icon: block;
|
|
3
3
|
--select-mobile-checkmark-display-badge: none;
|
|
4
|
-
} .
|
|
4
|
+
} .select__checkmark_1n0in {
|
|
5
5
|
flex-shrink: 0;
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
width: 24px;
|
|
10
10
|
height: 24px;
|
|
11
11
|
opacity: 0;
|
|
12
|
-
} .
|
|
12
|
+
} .select__checkmark_1n0in:first-child {
|
|
13
13
|
display: none;
|
|
14
|
-
} .
|
|
14
|
+
} .select__checkmark_1n0in.select__selected_1n0in {
|
|
15
15
|
opacity: 1;
|
|
16
|
-
} .
|
|
16
|
+
} .select__displayIcon_1n0in {
|
|
17
17
|
display: var(--select-mobile-checkmark-display-icon);
|
|
18
|
-
} .
|
|
18
|
+
} .select__displayBadge_1n0in {
|
|
19
19
|
display: var(--select-mobile-checkmark-display-badge);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_1n0in","selected":"select__selected_1n0in","displayIcon":"select__displayIcon_1n0in"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
--color-light-neutral-translucent-500-press: rgba(4, 4, 21, 0.47);
|
|
5
5
|
} :root {
|
|
6
6
|
--input-error-icon-display: none;
|
|
7
|
-
} .
|
|
7
|
+
} .select__clearIcon_123gh {
|
|
8
8
|
display: block;
|
|
9
9
|
color: var(--color-light-neutral-translucent-500);
|
|
10
|
-
} .
|
|
10
|
+
} .select__clearIcon_123gh:hover {
|
|
11
11
|
color: var(--color-light-neutral-translucent-500-hover);
|
|
12
|
-
} .
|
|
12
|
+
} .select__clearIcon_123gh:active {
|
|
13
13
|
color: var(--color-light-neutral-translucent-500-press);
|
|
14
|
-
} .
|
|
14
|
+
} .select__clearButton_123gh + [data-addon='error-icon'] {
|
|
15
15
|
display: var(--input-error-icon-display);
|
|
16
16
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"clearIcon":"
|
|
5
|
+
var styles = {"clearIcon":"select__clearIcon_123gh","clearButton":"select__clearButton_123gh"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
--input-focus-placeholder-color: var(--color-light-text-tertiary);
|
|
11
11
|
} :root {
|
|
12
12
|
--select-arrow-hover-opacity: 0.7;
|
|
13
|
-
} .
|
|
13
|
+
} .select__component_8701a {
|
|
14
14
|
width: 100%;
|
|
15
15
|
outline: none;
|
|
16
|
-
} .
|
|
16
|
+
} .select__field_8701a:not(.select__disabled_8701a) {
|
|
17
17
|
cursor: pointer;
|
|
18
|
-
} .
|
|
18
|
+
} .select__field_8701a:not(.select__disabled_8701a):hover .select__arrow_8701a {
|
|
19
19
|
opacity: var(--select-arrow-hover-opacity);
|
|
20
|
-
} .
|
|
20
|
+
} .select__disabled_8701a {
|
|
21
21
|
cursor: var(--disabled-cursor);
|
|
22
|
-
} .
|
|
22
|
+
} .select__placeholder_8701a {
|
|
23
23
|
color: var(--input-placeholder-color);
|
|
24
24
|
transition: color 0.2s ease;
|
|
25
|
-
animation: select__show-
|
|
26
|
-
} .
|
|
25
|
+
animation: select__show-placeholder_8701a 0.2s ease;
|
|
26
|
+
} .select__placeholder_8701a.select__focused_8701a {
|
|
27
27
|
color: var(--input-focus-placeholder-color);
|
|
28
|
-
} .
|
|
28
|
+
} .select__contentWrapper_8701a {
|
|
29
29
|
font-size: 16px;
|
|
30
30
|
line-height: 20px;
|
|
31
31
|
font-weight: 400;
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
text-overflow: ellipsis;
|
|
35
35
|
overflow: hidden;
|
|
36
36
|
width: 100%;
|
|
37
|
-
} .
|
|
37
|
+
} .select__contentWrapper_8701a.select__size-40_8701a {
|
|
38
38
|
font-size: 14px;
|
|
39
39
|
line-height: 18px;
|
|
40
40
|
font-weight: 400;
|
|
41
|
-
} .
|
|
41
|
+
} .select__value_8701a {
|
|
42
42
|
overflow: hidden;
|
|
43
43
|
text-overflow: ellipsis;
|
|
44
44
|
text-align: left;
|
|
45
|
-
} .
|
|
45
|
+
} .select__value_8701a.select__size-40_8701a {
|
|
46
46
|
font-size: 14px;
|
|
47
47
|
line-height: 18px;
|
|
48
48
|
font-weight: 400;
|
|
49
|
-
} .
|
|
49
|
+
} .select__focusVisible_8701a {
|
|
50
50
|
outline: 2px solid var(--focus-color);
|
|
51
51
|
outline-offset: 2px;
|
|
52
|
-
} @keyframes select__show-
|
|
52
|
+
} @keyframes select__show-placeholder_8701a {
|
|
53
53
|
from {
|
|
54
54
|
opacity: 0;
|
|
55
55
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"component":"
|
|
5
|
+
var styles = {"component":"select__component_8701a","field":"select__field_8701a","disabled":"select__disabled_8701a","arrow":"select__arrow_8701a","placeholder":"select__placeholder_8701a","show-placeholder":"select__show-placeholder_8701a","focused":"select__focused_8701a","contentWrapper":"select__contentWrapper_8701a","size-40":"select__size-40_8701a","value":"select__value_8701a","focusVisible":"select__focusVisible_8701a"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
} :root {
|
|
5
5
|
--gap-m: 16px;
|
|
6
6
|
--gap-16: var(--gap-m);
|
|
7
|
-
} .
|
|
7
|
+
} .select__footer_1yra5 {
|
|
8
8
|
display: flex;
|
|
9
9
|
box-sizing: border-box;
|
|
10
10
|
width: 100%;
|
|
11
11
|
padding: var(--gap-16) var(--gap-16);
|
|
12
12
|
background-color: var(--color-light-modal-bg-primary);
|
|
13
|
-
} .
|
|
13
|
+
} .select__footer_1yra5 .select__button_1yra5:first-of-type {
|
|
14
14
|
margin-right: var(--gap-16);
|
|
15
|
-
} .
|
|
15
|
+
} .select__button_1yra5 {
|
|
16
16
|
width: 50%;
|
|
17
|
-
} .
|
|
17
|
+
} .select__highlighted_1yra5 {
|
|
18
18
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
19
19
|
background-color: var(--color-light-modal-bg-primary);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"
|
|
5
|
+
var styles = {"footer":"select__footer_1yra5","button":"select__button_1yra5","highlighted":"select__highlighted_1yra5"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
--select-optgroup-right-padding: var(--gap-12);
|
|
17
17
|
--select-optgroup-l-left-padding: var(--gap-16);
|
|
18
18
|
--select-optgroup-l-right-padding: var(--gap-16);
|
|
19
|
-
} .
|
|
19
|
+
} .select__optgroup_3volw {
|
|
20
20
|
position: relative;
|
|
21
21
|
display: flex;
|
|
22
22
|
align-items: center;
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
background: var(--select-optgroup-background);
|
|
27
27
|
min-height: 40px;
|
|
28
|
-
} .
|
|
28
|
+
} .select__optgroup_3volw + *[role='option']:before {
|
|
29
29
|
display: none;
|
|
30
|
-
} .
|
|
30
|
+
} .select__label_3volw {
|
|
31
31
|
font-size: 12px;
|
|
32
32
|
line-height: 16px;
|
|
33
33
|
font-weight: 500;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
display: block;
|
|
38
38
|
color: var(--select-optgroup-color);
|
|
39
|
-
} .select__size-
|
|
39
|
+
} .select__size-72_3volw {
|
|
40
40
|
padding-left: var(--select-optgroup-l-left-padding);
|
|
41
41
|
padding-right: var(--select-optgroup-l-right-padding);
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"optgroup":"
|
|
5
|
+
var styles = {"optgroup":"select__optgroup_3volw","label":"select__label_3volw","size-72":"select__size-72_3volw"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--select-option-hover-color: var(--color-light-text-primary);
|
|
36
36
|
--select-option-active-color: var(--color-light-text-primary);
|
|
37
37
|
--select-option-disabled-color: var(--color-light-text-secondary);
|
|
38
|
-
} .
|
|
38
|
+
} .select__option_psslt {
|
|
39
39
|
font-size: 16px;
|
|
40
40
|
line-height: 20px;
|
|
41
41
|
font-weight: 400;
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
box-sizing: border-box;
|
|
51
51
|
position: relative;
|
|
52
52
|
cursor: pointer;
|
|
53
|
-
} .
|
|
53
|
+
} .select__option_psslt:not(.select__disabled_psslt):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_psslt:before {
|
|
57
57
|
content: '';
|
|
58
58
|
position: absolute;
|
|
59
59
|
left: var(--select-option-left-padding);
|
|
@@ -63,46 +63,46 @@
|
|
|
63
63
|
background: var(--select-option-divider-background);
|
|
64
64
|
display: var(--select-option-divider-display);
|
|
65
65
|
transition: opacity 0.2s ease;
|
|
66
|
-
} .
|
|
66
|
+
} .select__option_psslt:first-child:before {
|
|
67
67
|
display: none;
|
|
68
|
-
} .select__size-
|
|
68
|
+
} .select__size-48_psslt {
|
|
69
69
|
min-height: var(--size-s-height);
|
|
70
|
-
} .select__size-
|
|
70
|
+
} .select__size-56_psslt {
|
|
71
71
|
min-height: var(--size-m-height);
|
|
72
|
-
} .select__size-
|
|
72
|
+
} .select__size-64_psslt {
|
|
73
73
|
min-height: var(--size-l-height);
|
|
74
|
-
} .select__size-
|
|
74
|
+
} .select__size-72_psslt {
|
|
75
75
|
min-height: var(--size-xl-height);
|
|
76
76
|
padding-left: var(--select-option-l-left-padding);
|
|
77
77
|
padding-right: var(--select-option-l-right-padding);
|
|
78
|
-
} .select__size-
|
|
78
|
+
} .select__size-72_psslt:before {
|
|
79
79
|
left: var(--select-option-l-left-padding);
|
|
80
80
|
right: var(--select-option-l-right-padding);
|
|
81
|
-
} .
|
|
81
|
+
} .select__selected_psslt {
|
|
82
82
|
background: var(--select-option-selected-background);
|
|
83
83
|
color: var(--select-option-selected-color);
|
|
84
84
|
cursor: default;
|
|
85
|
-
} .
|
|
85
|
+
} .select__highlighted_psslt {
|
|
86
86
|
background: var(--select-option-hover-background);
|
|
87
87
|
color: var(--select-option-hover-color);
|
|
88
|
-
} .
|
|
89
|
-
.
|
|
88
|
+
} .select__highlighted_psslt:before,
|
|
89
|
+
.select__highlighted_psslt + .select__option_psslt:before {
|
|
90
90
|
opacity: 0;
|
|
91
|
-
} .
|
|
91
|
+
} .select__disabled_psslt {
|
|
92
92
|
cursor: var(--disabled-cursor);
|
|
93
93
|
background: var(--select-option-disabled-background);
|
|
94
94
|
color: var(--select-option-disabled-color);
|
|
95
|
-
} .
|
|
95
|
+
} .select__content_psslt {
|
|
96
96
|
overflow: hidden;
|
|
97
97
|
flex: 1;
|
|
98
98
|
text-overflow: ellipsis;
|
|
99
|
-
} .
|
|
99
|
+
} .select__textContent_psslt {
|
|
100
100
|
padding-top: var(--gap-12);
|
|
101
101
|
padding-bottom: var(--gap-12);
|
|
102
|
-
} .
|
|
102
|
+
} .select__highlighted_psslt {
|
|
103
103
|
background: var(--select-option-hover-background);
|
|
104
104
|
color: var(--select-option-hover-color);
|
|
105
|
-
} .
|
|
106
|
-
.
|
|
105
|
+
} .select__highlighted_psslt:before,
|
|
106
|
+
.select__highlighted_psslt + .select__option_psslt:before {
|
|
107
107
|
opacity: 0;
|
|
108
108
|
}
|