@alfalab/core-components-select 18.2.3 → 18.2.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 +9 -9
- 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 +9 -9
- 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 +9 -9
- 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 +3 -3
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"option":"
|
|
3
|
+
const styles = {"option":"select__option_1rz0t","disabled":"select__disabled_1rz0t","size-48":"select__size-48_1rz0t","size-56":"select__size-56_1rz0t","size-64":"select__size-64_1rz0t","size-72":"select__size-72_1rz0t","selected":"select__selected_1rz0t","highlighted":"select__highlighted_1rz0t","content":"select__content_1rz0t","textContent":"select__textContent_1rz0t"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
--gap-24: var(--gap-xl);
|
|
12
12
|
} :root {
|
|
13
13
|
--select-options-list-empty-placeholder-color: var(--color-light-text-secondary);
|
|
14
|
-
} .
|
|
14
|
+
} .select__optionsList_1c1ax {
|
|
15
15
|
width: 100%;
|
|
16
16
|
outline: none;
|
|
17
17
|
box-sizing: border-box;
|
|
18
18
|
position: relative;
|
|
19
|
-
} .
|
|
19
|
+
} .select__optionsListHeader_1c1ax {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
border-bottom: 1px solid transparent;
|
|
22
22
|
transition: border-color 0.2s ease;
|
|
23
|
-
} .
|
|
23
|
+
} .select__optionsListHeader_1c1ax.select__headerHighlighted_1c1ax {
|
|
24
24
|
border-bottom-color: var(--color-light-neutral-300);
|
|
25
|
-
} .
|
|
25
|
+
} .select__optionsListFooter_1c1ax {
|
|
26
26
|
position: sticky;
|
|
27
27
|
bottom: var(--gap-0);
|
|
28
28
|
box-sizing: border-box;
|
|
29
29
|
border-top: 1px solid transparent;
|
|
30
30
|
transition: border-color 0.2s ease;
|
|
31
|
-
} .
|
|
31
|
+
} .select__optionsListFooter_1c1ax.select__withBorder_1c1ax {
|
|
32
32
|
border-top-color: var(--color-light-neutral-300);
|
|
33
|
-
} .
|
|
33
|
+
} .select__scrollable_1c1ax {
|
|
34
34
|
overflow: auto;
|
|
35
35
|
width: 100%;
|
|
36
|
-
} .
|
|
36
|
+
} .select__mask_1c1ax {
|
|
37
37
|
min-width: 4000px;
|
|
38
|
-
} .
|
|
38
|
+
} .select__emptyPlaceholder_1c1ax {
|
|
39
39
|
padding: var(--gap-16) var(--gap-12);
|
|
40
40
|
color: var(--select-options-list-empty-placeholder-color);
|
|
41
|
-
} .select__size-
|
|
41
|
+
} .select__size-72_1c1ax .select__emptyPlaceholder_1c1ax {
|
|
42
42
|
padding: var(--gap-24) var(--gap-16);
|
|
43
43
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"optionsList":"
|
|
3
|
+
const styles = {"optionsList":"select__optionsList_1c1ax","optionsListHeader":"select__optionsListHeader_1c1ax","headerHighlighted":"select__headerHighlighted_1c1ax","optionsListFooter":"select__optionsListFooter_1c1ax","withBorder":"select__withBorder_1c1ax","scrollable":"select__scrollable_1c1ax","mask":"select__mask_1c1ax","emptyPlaceholder":"select__emptyPlaceholder_1c1ax","size-72":"select__size-72_1c1ax"};
|
|
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_1sea3 {
|
|
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_1sea3 {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
border-bottom: 1px solid var(--color-light-neutral-300);
|
|
29
|
-
} .
|
|
29
|
+
} .select__virtualOptionsListFooter_1sea3 {
|
|
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_1sea3.select__withBorder_1sea3 {
|
|
35
35
|
border-top: 1px solid var(--color-light-neutral-300);
|
|
36
|
-
} .
|
|
36
|
+
} .select__scrollable_1sea3 {
|
|
37
37
|
position: relative;
|
|
38
38
|
overflow: auto;
|
|
39
39
|
width: 100%;
|
|
40
|
-
} .
|
|
40
|
+
} .select__inner_1sea3 {
|
|
41
41
|
position: relative;
|
|
42
42
|
width: 100%;
|
|
43
|
-
} .
|
|
43
|
+
} .select__virtualRow_1sea3 {
|
|
44
44
|
position: absolute;
|
|
45
45
|
top: var(--gap-0);
|
|
46
46
|
left: var(--gap-0);
|
|
47
47
|
width: 100%;
|
|
48
|
-
} .
|
|
48
|
+
} .select__virtualRow_1sea3: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_1sea3:first-child:before {
|
|
59
59
|
display: none;
|
|
60
|
-
} .
|
|
61
|
-
.
|
|
60
|
+
} .select__highlighted_1sea3:before,
|
|
61
|
+
.select__highlighted_1sea3 + .select__virtualRow_1sea3:before {
|
|
62
62
|
display: none;
|
|
63
|
-
} .
|
|
63
|
+
} .select__emptyPlaceholder_1sea3 {
|
|
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_1sea3 .select__emptyPlaceholder_1sea3 {
|
|
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_1sea3","virtualOptionsListHeader":"select__virtualOptionsListHeader_1sea3","virtualOptionsListFooter":"select__virtualOptionsListFooter_1sea3","withBorder":"select__withBorder_1sea3","scrollable":"select__scrollable_1sea3","inner":"select__inner_1sea3","virtualRow":"select__virtualRow_1sea3","highlighted":"select__highlighted_1sea3","emptyPlaceholder":"select__emptyPlaceholder_1sea3","size-72":"select__size-72_1sea3"};
|
|
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_1e351 {
|
|
13
13
|
background-color: var(--color-light-base-bg-primary);
|
|
14
14
|
padding: var(--gap-12);
|
|
15
15
|
outline: none;
|
|
16
|
-
} .
|
|
16
|
+
} .select__footer_1e351.select__size-72_1e351 {
|
|
17
17
|
padding: var(--gap-12) var(--gap-16);
|
|
18
|
-
} .
|
|
18
|
+
} .select__footer_1e351 > .select__button_1e351 + .select__button_1e351 {
|
|
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_1e351","size-72":"select__size-72_1e351","button":"select__button_1e351"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,10 +5,10 @@
|
|
|
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_1m6uk {
|
|
9
9
|
padding: var(--gap-12);
|
|
10
|
-
} .
|
|
10
|
+
} .select__desktop_1m6uk.select__size-72_1m6uk {
|
|
11
11
|
padding-left: var(--gap-16);
|
|
12
|
-
} .
|
|
12
|
+
} .select__mobile_1m6uk {
|
|
13
13
|
padding: var(--gap-12) var(--gap-8);
|
|
14
14
|
}
|
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_1m6uk","size-72":"select__size-72_1m6uk","mobile":"select__mobile_1m6uk"};
|
|
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.2.
|
|
3
|
+
"version": "18.2.4",
|
|
4
4
|
"description": "Select component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-badge": "^6.0.0",
|
|
14
14
|
"@alfalab/core-components-base-modal": "^6.0.2",
|
|
15
|
-
"@alfalab/core-components-bottom-sheet": "^7.
|
|
15
|
+
"@alfalab/core-components-bottom-sheet": "^7.3.0",
|
|
16
16
|
"@alfalab/core-components-button": "^12.0.2",
|
|
17
17
|
"@alfalab/core-components-checkbox": "^5.0.2",
|
|
18
18
|
"@alfalab/core-components-form-control": "^13.0.2",
|
|
19
19
|
"@alfalab/core-components-input": "^16.0.3",
|
|
20
|
-
"@alfalab/core-components-modal": "^10.0.
|
|
20
|
+
"@alfalab/core-components-modal": "^10.0.5",
|
|
21
21
|
"@alfalab/core-components-mq": "^5.0.2",
|
|
22
22
|
"@alfalab/core-components-popover": "^7.1.1",
|
|
23
23
|
"@alfalab/core-components-scrollbar": "^4.0.0",
|
|
@@ -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_1e351 {
|
|
13
13
|
background-color: var(--color-light-base-bg-primary);
|
|
14
14
|
padding: var(--gap-12);
|
|
15
15
|
outline: none;
|
|
16
|
-
} .
|
|
16
|
+
} .select__footer_1e351.select__size-72_1e351 {
|
|
17
17
|
padding: var(--gap-12) var(--gap-16);
|
|
18
|
-
} .
|
|
18
|
+
} .select__footer_1e351 > .select__button_1e351 + .select__button_1e351 {
|
|
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_1e351","size-72":"select__size-72_1e351","button":"select__button_1e351"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -5,10 +5,10 @@
|
|
|
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_1m6uk {
|
|
9
9
|
padding: var(--gap-12);
|
|
10
|
-
} .
|
|
10
|
+
} .select__desktop_1m6uk.select__size-72_1m6uk {
|
|
11
11
|
padding-left: var(--gap-16);
|
|
12
|
-
} .
|
|
12
|
+
} .select__mobile_1m6uk {
|
|
13
13
|
padding: var(--gap-12) var(--gap-8);
|
|
14
14
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"desktop":"
|
|
5
|
+
var styles = {"desktop":"select__desktop_1m6uk","size-72":"select__size-72_1m6uk","mobile":"select__mobile_1m6uk"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|