@alfalab/core-components-select 18.3.0 → 18.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/arrow/index.css +4 -4
- package/components/arrow/index.module.css.js +1 -1
- package/components/base-checkmark/index.css +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
|
@@ -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_1fe3i {
|
|
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_1fe3i:not(.select__disabled_1fe3i):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_1fe3i: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_1fe3i:first-child:before {
|
|
67
67
|
display: none;
|
|
68
|
-
} .select__size-
|
|
68
|
+
} .select__size-48_1fe3i {
|
|
69
69
|
min-height: var(--size-s-height);
|
|
70
|
-
} .select__size-
|
|
70
|
+
} .select__size-56_1fe3i {
|
|
71
71
|
min-height: var(--size-m-height);
|
|
72
|
-
} .select__size-
|
|
72
|
+
} .select__size-64_1fe3i {
|
|
73
73
|
min-height: var(--size-l-height);
|
|
74
|
-
} .select__size-
|
|
74
|
+
} .select__size-72_1fe3i {
|
|
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_1fe3i:before {
|
|
79
79
|
left: var(--select-option-l-left-padding);
|
|
80
80
|
right: var(--select-option-l-right-padding);
|
|
81
|
-
} .
|
|
81
|
+
} .select__selected_1fe3i {
|
|
82
82
|
background: var(--select-option-selected-background);
|
|
83
83
|
color: var(--select-option-selected-color);
|
|
84
84
|
cursor: default;
|
|
85
|
-
} .
|
|
85
|
+
} .select__highlighted_1fe3i {
|
|
86
86
|
background: var(--select-option-hover-background);
|
|
87
87
|
color: var(--select-option-hover-color);
|
|
88
|
-
} .
|
|
89
|
-
.
|
|
88
|
+
} .select__highlighted_1fe3i:before,
|
|
89
|
+
.select__highlighted_1fe3i + .select__option_1fe3i:before {
|
|
90
90
|
opacity: 0;
|
|
91
|
-
} .
|
|
91
|
+
} .select__disabled_1fe3i {
|
|
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_1fe3i {
|
|
96
96
|
overflow: hidden;
|
|
97
97
|
flex: 1;
|
|
98
98
|
text-overflow: ellipsis;
|
|
99
|
-
} .
|
|
99
|
+
} .select__textContent_1fe3i {
|
|
100
100
|
padding-top: var(--gap-12);
|
|
101
101
|
padding-bottom: var(--gap-12);
|
|
102
|
-
} .
|
|
102
|
+
} .select__highlighted_1fe3i {
|
|
103
103
|
background: var(--select-option-hover-background);
|
|
104
104
|
color: var(--select-option-hover-color);
|
|
105
|
-
} .
|
|
106
|
-
.
|
|
105
|
+
} .select__highlighted_1fe3i:before,
|
|
106
|
+
.select__highlighted_1fe3i + .select__option_1fe3i:before {
|
|
107
107
|
opacity: 0;
|
|
108
108
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"option":"
|
|
3
|
+
const styles = {"option":"select__option_1fe3i","disabled":"select__disabled_1fe3i","size-48":"select__size-48_1fe3i","size-56":"select__size-56_1fe3i","size-64":"select__size-64_1fe3i","size-72":"select__size-72_1fe3i","selected":"select__selected_1fe3i","highlighted":"select__highlighted_1fe3i","content":"select__content_1fe3i","textContent":"select__textContent_1fe3i"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# 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_1yoib {
|
|
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_1yoib:not(.select__disabled_1yoib):active {
|
|
54
54
|
background: var(--select-option-active-background);
|
|
55
55
|
color: var(--select-option-active-color);
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_1yoib:before {
|
|
57
57
|
content: '';
|
|
58
58
|
position: absolute;
|
|
59
59
|
left: var(--select-option-left-padding);
|
|
@@ -63,40 +63,40 @@
|
|
|
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_1yoib:first-child:before {
|
|
67
67
|
display: none;
|
|
68
|
-
} .select__size-
|
|
68
|
+
} .select__size-48_1yoib {
|
|
69
69
|
min-height: var(--size-s-height);
|
|
70
|
-
} .select__size-
|
|
70
|
+
} .select__size-56_1yoib {
|
|
71
71
|
min-height: var(--size-m-height);
|
|
72
|
-
} .select__size-
|
|
72
|
+
} .select__size-64_1yoib {
|
|
73
73
|
min-height: var(--size-l-height);
|
|
74
|
-
} .select__size-
|
|
74
|
+
} .select__size-72_1yoib {
|
|
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_1yoib:before {
|
|
79
79
|
left: var(--select-option-l-left-padding);
|
|
80
80
|
right: var(--select-option-l-right-padding);
|
|
81
|
-
} .
|
|
81
|
+
} .select__selected_1yoib {
|
|
82
82
|
background: var(--select-option-selected-background);
|
|
83
83
|
color: var(--select-option-selected-color);
|
|
84
84
|
cursor: default;
|
|
85
|
-
} .
|
|
85
|
+
} .select__highlighted_1yoib {
|
|
86
86
|
background: var(--select-option-hover-background);
|
|
87
87
|
color: var(--select-option-hover-color);
|
|
88
|
-
} .
|
|
89
|
-
.
|
|
88
|
+
} .select__highlighted_1yoib:before,
|
|
89
|
+
.select__highlighted_1yoib + .select__option_1yoib:before {
|
|
90
90
|
opacity: 0;
|
|
91
|
-
} .
|
|
91
|
+
} .select__disabled_1yoib {
|
|
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_1yoib {
|
|
96
96
|
overflow: hidden;
|
|
97
97
|
flex: 1;
|
|
98
98
|
text-overflow: ellipsis;
|
|
99
|
-
} .
|
|
99
|
+
} .select__textContent_1yoib {
|
|
100
100
|
padding-top: var(--gap-12);
|
|
101
101
|
padding-bottom: var(--gap-12);
|
|
102
102
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"option":"
|
|
3
|
+
const styles = {"option":"select__option_1yoib","disabled":"select__disabled_1yoib","size-48":"select__size-48_1yoib","size-56":"select__size-56_1yoib","size-64":"select__size-64_1yoib","size-72":"select__size-72_1yoib","selected":"select__selected_1yoib","highlighted":"select__highlighted_1yoib","content":"select__content_1yoib","textContent":"select__textContent_1yoib"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -12,45 +12,45 @@
|
|
|
12
12
|
} :root {
|
|
13
13
|
--select-options-list-scrollbar-gap: var(--gap-12);
|
|
14
14
|
--select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
|
|
15
|
-
} .
|
|
15
|
+
} .select__optionsList_1i0bb {
|
|
16
16
|
width: 100%;
|
|
17
17
|
outline: none;
|
|
18
18
|
box-sizing: border-box;
|
|
19
19
|
position: relative;
|
|
20
|
-
} .
|
|
20
|
+
} .select__optionsList_1i0bb .select__scrollable_1i0bb {
|
|
21
21
|
overflow: auto;
|
|
22
22
|
width: 100%;
|
|
23
|
-
} .
|
|
23
|
+
} .select__optionsList_1i0bb .select__scrollable_1i0bb .select__verticalBar_1i0bb.select__verticalBar_1i0bb {
|
|
24
24
|
top: var(--select-options-list-scrollbar-gap);
|
|
25
25
|
height: calc(100% - 2 * var(--select-options-list-scrollbar-gap));
|
|
26
|
-
} .
|
|
26
|
+
} .select__optionsList_1i0bb .select__scrollable_1i0bb .select__verticalBar_1i0bb.select__verticalBar_1i0bb.select__verticalBarWithHeader_1i0bb {
|
|
27
27
|
top: 0;
|
|
28
28
|
height: calc(100% - var(--select-options-list-scrollbar-gap));
|
|
29
|
-
} .
|
|
29
|
+
} .select__optionsList_1i0bb .select__scrollable_1i0bb .select__verticalBar_1i0bb.select__verticalBar_1i0bb.select__verticalBarWithFooter_1i0bb {
|
|
30
30
|
top: var(--select-options-list-scrollbar-gap);
|
|
31
31
|
height: calc(100% - var(--select-options-list-scrollbar-gap));
|
|
32
|
-
} .
|
|
32
|
+
} .select__optionsList_1i0bb .select__scrollable_1i0bb .select__verticalBar_1i0bb.select__verticalBar_1i0bb.select__verticalBarWithHeader_1i0bb.select__verticalBarWithFooter_1i0bb {
|
|
33
33
|
top: 0;
|
|
34
34
|
height: 100%;
|
|
35
|
-
} .
|
|
35
|
+
} .select__optionsListHeader_1i0bb {
|
|
36
36
|
box-sizing: border-box;
|
|
37
37
|
border-bottom: 1px solid transparent;
|
|
38
38
|
transition: border-color 0.2s ease;
|
|
39
|
-
} .
|
|
39
|
+
} .select__optionsListHeader_1i0bb.select__headerHighlighted_1i0bb {
|
|
40
40
|
border-bottom-color: var(--color-light-neutral-300);
|
|
41
|
-
} .
|
|
41
|
+
} .select__optionsListFooter_1i0bb {
|
|
42
42
|
position: sticky;
|
|
43
43
|
bottom: var(--gap-0);
|
|
44
44
|
box-sizing: border-box;
|
|
45
45
|
border-top: 1px solid transparent;
|
|
46
46
|
transition: border-color 0.2s ease;
|
|
47
|
-
} .
|
|
47
|
+
} .select__optionsListFooter_1i0bb.select__withBorder_1i0bb {
|
|
48
48
|
border-top-color: var(--color-light-neutral-300);
|
|
49
|
-
} .
|
|
49
|
+
} .select__mask_1i0bb {
|
|
50
50
|
min-width: 4000px;
|
|
51
|
-
} .
|
|
51
|
+
} .select__emptyPlaceholder_1i0bb {
|
|
52
52
|
padding: var(--gap-16) var(--gap-12);
|
|
53
53
|
color: var(--select-options-list-empty-placeholder-color);
|
|
54
|
-
} .select__size-
|
|
54
|
+
} .select__size-72_1i0bb .select__emptyPlaceholder_1i0bb {
|
|
55
55
|
padding: var(--gap-24) var(--gap-16);
|
|
56
56
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"optionsList":"
|
|
3
|
+
const styles = {"optionsList":"select__optionsList_1i0bb","scrollable":"select__scrollable_1i0bb","verticalBar":"select__verticalBar_1i0bb","verticalBarWithHeader":"select__verticalBarWithHeader_1i0bb","verticalBarWithFooter":"select__verticalBarWithFooter_1i0bb","optionsListHeader":"select__optionsListHeader_1i0bb","headerHighlighted":"select__headerHighlighted_1i0bb","optionsListFooter":"select__optionsListFooter_1i0bb","withBorder":"select__withBorder_1i0bb","mask":"select__mask_1i0bb","emptyPlaceholder":"select__emptyPlaceholder_1i0bb","size-72":"select__size-72_1i0bb"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,35 +17,35 @@
|
|
|
17
17
|
|
|
18
18
|
--select-option-left-padding: var(--gap-12);
|
|
19
19
|
--select-option-right-padding: var(--gap-12);
|
|
20
|
-
} .
|
|
20
|
+
} .select__virtualOptionsList_2rpwz {
|
|
21
21
|
width: 100%;
|
|
22
22
|
outline: none;
|
|
23
23
|
box-sizing: border-box;
|
|
24
24
|
position: sticky;
|
|
25
25
|
justify-content: space-between;
|
|
26
|
-
} .
|
|
26
|
+
} .select__virtualOptionsListHeader_2rpwz {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
border-bottom: 1px solid var(--color-light-neutral-300);
|
|
29
|
-
} .
|
|
29
|
+
} .select__virtualOptionsListFooter_2rpwz {
|
|
30
30
|
position: sticky;
|
|
31
31
|
bottom: var(--gap-0);
|
|
32
32
|
box-sizing: border-box;
|
|
33
33
|
border-top: 1px solid transparent;
|
|
34
|
-
} .
|
|
34
|
+
} .select__virtualOptionsListFooter_2rpwz.select__withBorder_2rpwz {
|
|
35
35
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
36
|
-
} .
|
|
36
|
+
} .select__scrollable_2rpwz {
|
|
37
37
|
position: relative;
|
|
38
38
|
overflow: auto;
|
|
39
39
|
width: 100%;
|
|
40
|
-
} .
|
|
40
|
+
} .select__inner_2rpwz {
|
|
41
41
|
position: relative;
|
|
42
42
|
width: 100%;
|
|
43
|
-
} .
|
|
43
|
+
} .select__virtualRow_2rpwz {
|
|
44
44
|
position: absolute;
|
|
45
45
|
top: var(--gap-0);
|
|
46
46
|
left: var(--gap-0);
|
|
47
47
|
width: 100%;
|
|
48
|
-
} .
|
|
48
|
+
} .select__virtualRow_2rpwz:before {
|
|
49
49
|
content: '';
|
|
50
50
|
position: absolute;
|
|
51
51
|
z-index: 1;
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
height: 1px;
|
|
56
56
|
background: var(--select-option-divider-background);
|
|
57
57
|
display: var(--select-option-divider-display);
|
|
58
|
-
} .
|
|
58
|
+
} .select__virtualRow_2rpwz:first-child:before {
|
|
59
59
|
display: none;
|
|
60
|
-
} .
|
|
61
|
-
.
|
|
60
|
+
} .select__highlighted_2rpwz:before,
|
|
61
|
+
.select__highlighted_2rpwz + .select__virtualRow_2rpwz:before {
|
|
62
62
|
display: none;
|
|
63
|
-
} .
|
|
63
|
+
} .select__emptyPlaceholder_2rpwz {
|
|
64
64
|
padding: var(--gap-16) var(--gap-12);
|
|
65
65
|
color: var(--select-options-list-empty-placeholder-color);
|
|
66
66
|
flex: 1;
|
|
67
|
-
} .select__size-
|
|
67
|
+
} .select__size-72_2rpwz .select__emptyPlaceholder_2rpwz {
|
|
68
68
|
padding: var(--gap-24) var(--gap-16);
|
|
69
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"virtualOptionsList":"
|
|
3
|
+
const styles = {"virtualOptionsList":"select__virtualOptionsList_2rpwz","virtualOptionsListHeader":"select__virtualOptionsListHeader_2rpwz","virtualOptionsListFooter":"select__virtualOptionsListFooter_2rpwz","withBorder":"select__withBorder_2rpwz","scrollable":"select__scrollable_2rpwz","inner":"select__inner_2rpwz","virtualRow":"select__virtualRow_2rpwz","highlighted":"select__highlighted_2rpwz","emptyPlaceholder":"select__emptyPlaceholder_2rpwz","size-72":"select__size-72_2rpwz"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
--gap-16: var(--gap-m);
|
|
10
10
|
} :root {
|
|
11
11
|
--select-option-list-footer-button-gap: var(--gap-8);
|
|
12
|
-
} .
|
|
12
|
+
} .select__footer_1nhox {
|
|
13
13
|
background-color: var(--color-light-base-bg-primary);
|
|
14
14
|
padding: var(--gap-12);
|
|
15
15
|
outline: none;
|
|
16
|
-
} .
|
|
16
|
+
} .select__footer_1nhox.select__size-72_1nhox {
|
|
17
17
|
padding: var(--gap-12) var(--gap-16);
|
|
18
|
-
} .
|
|
18
|
+
} .select__footer_1nhox > .select__button_1nhox + .select__button_1nhox {
|
|
19
19
|
margin-left: var(--select-option-list-footer-button-gap);
|
|
20
20
|
}
|
package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"footer":"
|
|
3
|
+
const styles = {"footer":"select__footer_1nhox","size-72":"select__size-72_1nhox","button":"select__button_1nhox"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
|
-
} .
|
|
8
|
+
} .select__desktop_1vleg {
|
|
9
9
|
padding: var(--gap-12);
|
|
10
|
-
} .
|
|
10
|
+
} .select__desktop_1vleg.select__size-72_1vleg {
|
|
11
11
|
padding-left: var(--gap-16);
|
|
12
|
-
} .
|
|
12
|
+
} .select__mobile_1vleg {
|
|
13
13
|
padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
|
|
14
|
-
} .
|
|
14
|
+
} .select__positionAfter_1vleg {
|
|
15
15
|
margin-left: 0;
|
|
16
16
|
margin-left: initial;
|
|
17
17
|
}
|
package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"desktop":"
|
|
3
|
+
const styles = {"desktop":"select__desktop_1vleg","size-72":"select__size-72_1vleg","mobile":"select__mobile_1vleg","positionAfter":"select__positionAfter_1vleg"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-select",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.1",
|
|
4
4
|
"description": "Select component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@alfalab/core-components-button": "^12.1.1",
|
|
16
16
|
"@alfalab/core-components-checkbox": "^5.1.0",
|
|
17
17
|
"@alfalab/core-components-form-control": "^13.0.2",
|
|
18
|
-
"@alfalab/core-components-input": "^16.0
|
|
18
|
+
"@alfalab/core-components-input": "^16.1.0",
|
|
19
19
|
"@alfalab/core-components-modal": "^10.0.11",
|
|
20
20
|
"@alfalab/core-components-mq": "^5.0.2",
|
|
21
21
|
"@alfalab/core-components-popover": "^7.1.1",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
--gap-16: var(--gap-m);
|
|
10
10
|
} :root {
|
|
11
11
|
--select-option-list-footer-button-gap: var(--gap-8);
|
|
12
|
-
} .
|
|
12
|
+
} .select__footer_1nhox {
|
|
13
13
|
background-color: var(--color-light-base-bg-primary);
|
|
14
14
|
padding: var(--gap-12);
|
|
15
15
|
outline: none;
|
|
16
|
-
} .
|
|
16
|
+
} .select__footer_1nhox.select__size-72_1nhox {
|
|
17
17
|
padding: var(--gap-12) var(--gap-16);
|
|
18
|
-
} .
|
|
18
|
+
} .select__footer_1nhox > .select__button_1nhox + .select__button_1nhox {
|
|
19
19
|
margin-left: var(--select-option-list-footer-button-gap);
|
|
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_1nhox","size-72":"select__size-72_1nhox","button":"select__button_1nhox"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
6
|
--gap-12: var(--gap-s);
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
|
-
} .
|
|
8
|
+
} .select__desktop_1vleg {
|
|
9
9
|
padding: var(--gap-12);
|
|
10
|
-
} .
|
|
10
|
+
} .select__desktop_1vleg.select__size-72_1vleg {
|
|
11
11
|
padding-left: var(--gap-16);
|
|
12
|
-
} .
|
|
12
|
+
} .select__mobile_1vleg {
|
|
13
13
|
padding: var(--gap-12) var(--gap-12) var(--gap-12) var(--gap-8);
|
|
14
|
-
} .
|
|
14
|
+
} .select__positionAfter_1vleg {
|
|
15
15
|
margin-left: 0;
|
|
16
16
|
margin-left: initial;
|
|
17
17
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"desktop":"
|
|
5
|
+
var styles = {"desktop":"select__desktop_1vleg","size-72":"select__size-72_1vleg","mobile":"select__mobile_1vleg","positionAfter":"select__positionAfter_1vleg"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|