@alfalab/core-components-select 14.3.2 → 14.3.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/{Component-685d5b82.js → Component-01f08370.js} +1 -1
- package/Component.js +1 -1
- package/Component.responsive.js +3 -3
- package/components/arrow/Component.js +1 -1
- package/components/arrow/index.css +3 -3
- package/components/base-checkmark/Component.js +1 -1
- package/components/base-checkmark/index.css +4 -4
- package/components/base-option/Component.js +1 -1
- package/components/base-option/index.css +13 -13
- package/components/base-select/Component.js +2 -2
- package/components/base-select/index.css +8 -8
- package/components/base-select/index.js +1 -1
- package/components/base-select-mobile/Component.js +2 -2
- package/components/base-select-mobile/footer/Component.js +1 -1
- package/components/base-select-mobile/footer/index.css +5 -5
- package/components/base-select-mobile/index.css +10 -10
- package/components/base-select-mobile/index.js +1 -1
- package/components/checkmark/Component.js +1 -1
- package/components/checkmark/index.css +10 -10
- package/components/checkmark-mobile/Component.js +1 -1
- package/components/checkmark-mobile/index.css +6 -6
- package/components/field/Component.js +1 -1
- package/components/field/index.css +9 -9
- package/components/index.js +3 -3
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +1 -1
- package/components/option/index.css +20 -20
- package/components/options-list/Component.js +1 -1
- package/components/options-list/index.css +9 -9
- package/components/select-mobile/Component.js +3 -3
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +3 -3
- package/components/select-modal-mobile/Component.js +3 -3
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +3 -3
- package/components/virtual-options-list/Component.js +1 -1
- package/components/virtual-options-list/index.css +15 -15
- package/esm/{Component-a8b5311f.js → Component-5e2bc757.js} +1 -1
- package/esm/Component.js +1 -1
- package/esm/Component.responsive.js +3 -3
- package/esm/components/arrow/Component.js +1 -1
- package/esm/components/arrow/index.css +3 -3
- package/esm/components/base-checkmark/Component.js +1 -1
- package/esm/components/base-checkmark/index.css +4 -4
- package/esm/components/base-option/Component.js +1 -1
- package/esm/components/base-option/index.css +13 -13
- package/esm/components/base-select/Component.js +2 -2
- package/esm/components/base-select/index.css +8 -8
- package/esm/components/base-select/index.js +1 -1
- package/esm/components/base-select-mobile/Component.js +2 -2
- package/esm/components/base-select-mobile/footer/Component.js +1 -1
- package/esm/components/base-select-mobile/footer/index.css +5 -5
- package/esm/components/base-select-mobile/index.css +10 -10
- package/esm/components/base-select-mobile/index.js +1 -1
- package/esm/components/checkmark/Component.js +1 -1
- package/esm/components/checkmark/index.css +10 -10
- package/esm/components/checkmark-mobile/Component.js +1 -1
- package/esm/components/checkmark-mobile/index.css +6 -6
- package/esm/components/field/Component.js +1 -1
- package/esm/components/field/index.css +9 -9
- package/esm/components/index.js +3 -3
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +1 -1
- package/esm/components/option/index.css +20 -20
- package/esm/components/options-list/Component.js +1 -1
- package/esm/components/options-list/index.css +9 -9
- package/esm/components/select-mobile/Component.js +3 -3
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +3 -3
- package/esm/components/select-modal-mobile/Component.js +3 -3
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +3 -3
- package/esm/components/virtual-options-list/Component.js +1 -1
- package/esm/components/virtual-options-list/index.css +15 -15
- package/esm/index-3885b0d7.d.ts +1 -1
- package/esm/index.js +3 -3
- package/esm/mobile.js +3 -3
- package/esm/presets/index.js +3 -3
- package/esm/presets/useLazyLoading/hook.js +2 -2
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/esm/presets/useSelectWithLoading/hook.js +1 -1
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +3 -3
- package/index-3885b0d7.d.ts +1 -1
- package/index.js +3 -3
- package/mobile.js +3 -3
- package/modern/{Component-851e480c.js → Component-ecb2a41a.js} +1 -1
- package/modern/Component.js +1 -1
- package/modern/Component.responsive.js +3 -3
- package/modern/components/arrow/Component.js +1 -1
- package/modern/components/arrow/index.css +3 -3
- package/modern/components/base-checkmark/Component.js +1 -1
- package/modern/components/base-checkmark/index.css +4 -4
- package/modern/components/base-option/Component.js +1 -1
- package/modern/components/base-option/index.css +13 -13
- package/modern/components/base-select/Component.js +2 -2
- package/modern/components/base-select/index.css +8 -8
- package/modern/components/base-select/index.js +1 -1
- package/modern/components/base-select-mobile/Component.js +2 -2
- package/modern/components/base-select-mobile/footer/Component.js +1 -1
- package/modern/components/base-select-mobile/footer/index.css +5 -5
- package/modern/components/base-select-mobile/index.css +10 -10
- package/modern/components/base-select-mobile/index.js +1 -1
- package/modern/components/checkmark/Component.js +1 -1
- package/modern/components/checkmark/index.css +10 -10
- package/modern/components/checkmark-mobile/Component.js +1 -1
- package/modern/components/checkmark-mobile/index.css +6 -6
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +9 -9
- package/modern/components/index.js +3 -3
- package/modern/components/optgroup/Component.js +1 -1
- package/modern/components/optgroup/index.css +6 -6
- package/modern/components/option/Component.js +1 -1
- package/modern/components/option/index.css +20 -20
- package/modern/components/options-list/Component.js +1 -1
- package/modern/components/options-list/index.css +9 -9
- package/modern/components/select-mobile/Component.js +3 -3
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +3 -3
- package/modern/components/select-modal-mobile/Component.js +3 -3
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +3 -3
- package/modern/components/virtual-options-list/Component.js +1 -1
- package/modern/components/virtual-options-list/index.css +15 -15
- package/modern/index-3885b0d7.d.ts +1 -1
- package/modern/index.js +3 -3
- package/modern/mobile.js +3 -3
- package/modern/presets/index.js +3 -3
- package/modern/presets/useLazyLoading/hook.js +2 -2
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/modern/presets/useSelectWithLoading/hook.js +1 -1
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/responsive.js +3 -3
- package/package.json +12 -15
- package/presets/index.js +3 -3
- package/presets/useLazyLoading/hook.js +2 -2
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/presets/useSelectWithLoading/hook.js +1 -1
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +3 -3
- package/send-stats.js +0 -82
- /package/{Component-685d5b82.d.ts → Component-01f08370.d.ts} +0 -0
- /package/esm/{Component-a8b5311f.d.ts → Component-5e2bc757.d.ts} +0 -0
- /package/esm/{getDataTestId-d797e55e.d.ts → getDataTestId-fc7d4653.d.ts} +0 -0
- /package/esm/{getDataTestId-d797e55e.js → getDataTestId-fc7d4653.js} +0 -0
- /package/esm/{intersection-observer-1494dbdf.d.ts → intersection-observer-6768cbd0.d.ts} +0 -0
- /package/esm/{intersection-observer-1494dbdf.js → intersection-observer-6768cbd0.js} +0 -0
- /package/{getDataTestId-4a7070c7.d.ts → getDataTestId-18fbdb35.d.ts} +0 -0
- /package/{getDataTestId-4a7070c7.js → getDataTestId-18fbdb35.js} +0 -0
- /package/{intersection-observer-50fab44b.d.ts → intersection-observer-0413a170.d.ts} +0 -0
- /package/{intersection-observer-50fab44b.js → intersection-observer-0413a170.js} +0 -0
- /package/modern/{Component-851e480c.d.ts → Component-ecb2a41a.d.ts} +0 -0
- /package/modern/{getDataTestId-329074ab.d.ts → getDataTestId-6120c308.d.ts} +0 -0
- /package/modern/{getDataTestId-329074ab.js → getDataTestId-6120c308.js} +0 -0
- /package/modern/{intersection-observer-1494dbdf.d.ts → intersection-observer-6768cbd0.d.ts} +0 -0
- /package/modern/{intersection-observer-1494dbdf.js → intersection-observer-6768cbd0.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as SelectModalMobile } from '../../Component-
|
|
2
|
+
export { a as SelectModalMobile } from '../../Component-ecb2a41a.js';
|
|
3
3
|
import '../../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
4
4
|
import '../arrow/Component.js';
|
|
5
5
|
import '../base-select-mobile/Component.js';
|
|
@@ -17,7 +17,7 @@ import 'classnames';
|
|
|
17
17
|
import 'downshift';
|
|
18
18
|
import '@alfalab/core-components-popover/modern';
|
|
19
19
|
import '@alfalab/hooks';
|
|
20
|
-
import '../../getDataTestId-
|
|
20
|
+
import '../../getDataTestId-6120c308.js';
|
|
21
21
|
import '../../utils.js';
|
|
22
22
|
import '../native-select/Component.js';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -31,7 +31,7 @@ import '../checkmark-mobile/Component.js';
|
|
|
31
31
|
import '@alfalab/core-components-scrollbar/modern';
|
|
32
32
|
import '../../consts.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/modern';
|
|
34
|
-
import '../../intersection-observer-
|
|
34
|
+
import '../../intersection-observer-6768cbd0.js';
|
|
35
35
|
import '../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
36
36
|
import '@alfalab/core-components-button/modern';
|
|
37
37
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-ecb2a41a";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as SelectModalMobile } from '../../Component-
|
|
1
|
+
export { a as SelectModalMobile } from '../../Component-ecb2a41a.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../Component.js';
|
|
4
4
|
import '../arrow/Component.js';
|
|
@@ -10,7 +10,7 @@ import '@juggle/resize-observer';
|
|
|
10
10
|
import 'downshift';
|
|
11
11
|
import '@alfalab/core-components-popover/modern';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
|
-
import '../../getDataTestId-
|
|
13
|
+
import '../../getDataTestId-6120c308.js';
|
|
14
14
|
import '../../utils.js';
|
|
15
15
|
import '../native-select/Component.js';
|
|
16
16
|
import '../field/Component.js';
|
|
@@ -36,5 +36,5 @@ import '@alfalab/core-components-button/modern';
|
|
|
36
36
|
import '../virtual-options-list/Component.js';
|
|
37
37
|
import 'react-virtual';
|
|
38
38
|
import '@alfalab/core-components-skeleton/modern';
|
|
39
|
-
import '../../intersection-observer-
|
|
39
|
+
import '../../intersection-observer-6768cbd0.js';
|
|
40
40
|
import '../../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
@@ -8,7 +8,7 @@ import { DEFAULT_VISIBLE_OPTIONS } from '../../consts.js';
|
|
|
8
8
|
import { usePrevious, lastIndexOf, useVisibleOptions, isGroup } from '../../utils.js';
|
|
9
9
|
import { Optgroup } from '../optgroup/Component.js';
|
|
10
10
|
|
|
11
|
-
const styles = {"virtualOptionsList":"
|
|
11
|
+
const styles = {"virtualOptionsList":"select__virtualOptionsList_cd8wu","virtualOptionsListHeader":"select__virtualOptionsListHeader_cd8wu","virtualOptionsListFooter":"select__virtualOptionsListFooter_cd8wu","withBorder":"select__withBorder_cd8wu","scrollable":"select__scrollable_cd8wu","inner":"select__inner_cd8wu","virtualRow":"select__virtualRow_cd8wu","highlighted":"select__highlighted_cd8wu","emptyPlaceholder":"select__emptyPlaceholder_cd8wu","l":"select__l_cd8wu","xl":"select__xl_cd8wu"};
|
|
12
12
|
require('./index.css')
|
|
13
13
|
|
|
14
14
|
const VirtualOptionsList = forwardRef(({ size = 's', flatOptions = [], highlightedIndex = -1, className, getOptionProps, Option, open, options = [], Optgroup: Optgroup$1 = Optgroup, dataTestId, emptyPlaceholder, visibleOptions = DEFAULT_VISIBLE_OPTIONS, header, footer, showFooter = true, optionsListWidth, onScroll, nativeScrollbar: nativeScrollbarProp, }, ref) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1otmo */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-border-primary: #dcdcdd;
|
|
@@ -35,34 +35,34 @@
|
|
|
35
35
|
/* checkmark */
|
|
36
36
|
|
|
37
37
|
/* optgroup */
|
|
38
|
-
} .
|
|
38
|
+
} .select__virtualOptionsList_cd8wu {
|
|
39
39
|
width: 100%;
|
|
40
40
|
outline: none;
|
|
41
41
|
box-sizing: border-box;
|
|
42
42
|
position: sticky;
|
|
43
|
-
} .
|
|
43
|
+
} .select__virtualOptionsListHeader_cd8wu {
|
|
44
44
|
box-sizing: border-box;
|
|
45
45
|
border-bottom: 1px solid var(--color-light-border-secondary);
|
|
46
|
-
} .
|
|
46
|
+
} .select__virtualOptionsListFooter_cd8wu {
|
|
47
47
|
position: sticky;
|
|
48
48
|
bottom: 0;
|
|
49
49
|
box-sizing: border-box;
|
|
50
50
|
border-top: 1px solid transparent
|
|
51
|
-
} .
|
|
51
|
+
} .select__virtualOptionsListFooter_cd8wu.select__withBorder_cd8wu {
|
|
52
52
|
border-top: 1px solid var(--color-light-border-secondary);
|
|
53
|
-
} .
|
|
53
|
+
} .select__scrollable_cd8wu {
|
|
54
54
|
position: relative;
|
|
55
55
|
overflow: auto;
|
|
56
56
|
width: 100%;
|
|
57
|
-
} .
|
|
57
|
+
} .select__inner_cd8wu {
|
|
58
58
|
position: relative;
|
|
59
59
|
width: 100%;
|
|
60
|
-
} .
|
|
60
|
+
} .select__virtualRow_cd8wu {
|
|
61
61
|
position: absolute;
|
|
62
62
|
top: 0;
|
|
63
63
|
left: 0;
|
|
64
64
|
width: 100%
|
|
65
|
-
} .
|
|
65
|
+
} .select__virtualRow_cd8wu:before {
|
|
66
66
|
content: '';
|
|
67
67
|
position: absolute;
|
|
68
68
|
z-index: 1;
|
|
@@ -72,15 +72,15 @@
|
|
|
72
72
|
height: 1px;
|
|
73
73
|
background: var(--select-option-divider-background);
|
|
74
74
|
display: var(--select-option-divider-display);
|
|
75
|
-
} .
|
|
75
|
+
} .select__virtualRow_cd8wu:first-child:before {
|
|
76
76
|
display: none;
|
|
77
|
-
} .
|
|
78
|
-
.
|
|
77
|
+
} .select__highlighted_cd8wu:before,
|
|
78
|
+
.select__highlighted_cd8wu + .select__virtualRow_cd8wu:before {
|
|
79
79
|
display: none;
|
|
80
|
-
} .
|
|
80
|
+
} .select__emptyPlaceholder_cd8wu {
|
|
81
81
|
padding: var(--gap-m) var(--gap-s);
|
|
82
82
|
color: var(--select-options-list-empty-placeholder-color);
|
|
83
|
-
} .
|
|
84
|
-
.
|
|
83
|
+
} .select__l_cd8wu .select__emptyPlaceholder_cd8wu,
|
|
84
|
+
.select__xl_cd8wu .select__emptyPlaceholder_cd8wu {
|
|
85
85
|
padding: var(--gap-xl) var(--gap-m);
|
|
86
86
|
}
|
package/modern/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { Select } from './Component.js';
|
|
2
2
|
export { Arrow } from './components/arrow/Component.js';
|
|
3
3
|
export { BaseSelect } from './components/base-select/Component.js';
|
|
4
|
-
export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-
|
|
4
|
+
export { b as SELECT_ALL_KEY, S as SelectMobile, a as SelectModalMobile, u as useSelectWithApply } from './Component-ecb2a41a.js';
|
|
5
5
|
export { Field } from './components/field/Component.js';
|
|
6
6
|
export { Optgroup } from './components/optgroup/Component.js';
|
|
7
7
|
export { Option } from './components/option/Component.js';
|
|
@@ -19,7 +19,7 @@ import '@juggle/resize-observer';
|
|
|
19
19
|
import 'downshift';
|
|
20
20
|
import '@alfalab/core-components-popover/modern';
|
|
21
21
|
import '@alfalab/hooks';
|
|
22
|
-
import './getDataTestId-
|
|
22
|
+
import './getDataTestId-6120c308.js';
|
|
23
23
|
import './components/native-select/Component.js';
|
|
24
24
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
25
25
|
import '@alfalab/core-components-checkbox/modern';
|
|
@@ -34,7 +34,7 @@ import '@alfalab/core-components-badge/modern';
|
|
|
34
34
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
35
35
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
36
36
|
import '@alfalab/core-components-skeleton/modern';
|
|
37
|
-
import './intersection-observer-
|
|
37
|
+
import './intersection-observer-6768cbd0.js';
|
|
38
38
|
import './consts.js';
|
|
39
39
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
|
40
40
|
import './components/checkmark/Component.js';
|
package/modern/mobile.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { S as SelectMobile, a as SelectModalMobile } from './Component-
|
|
1
|
+
export { S as SelectMobile, a as SelectModalMobile } from './Component-ecb2a41a.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './Component.js';
|
|
4
4
|
import './components/arrow/Component.js';
|
|
@@ -10,7 +10,7 @@ import '@juggle/resize-observer';
|
|
|
10
10
|
import 'downshift';
|
|
11
11
|
import '@alfalab/core-components-popover/modern';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
|
-
import './getDataTestId-
|
|
13
|
+
import './getDataTestId-6120c308.js';
|
|
14
14
|
import './utils.js';
|
|
15
15
|
import './components/native-select/Component.js';
|
|
16
16
|
import './components/field/Component.js';
|
|
@@ -36,5 +36,5 @@ import '@alfalab/core-components-button/modern';
|
|
|
36
36
|
import './components/virtual-options-list/Component.js';
|
|
37
37
|
import 'react-virtual';
|
|
38
38
|
import '@alfalab/core-components-skeleton/modern';
|
|
39
|
-
import './intersection-observer-
|
|
39
|
+
import './intersection-observer-6768cbd0.js';
|
|
40
40
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
package/modern/presets/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
|
|
2
2
|
export { useLazyLoading } from './useLazyLoading/hook.js';
|
|
3
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-
|
|
3
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../Component-ecb2a41a.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@alfalab/core-components-skeleton/modern';
|
|
6
6
|
import '../components/option/Component.js';
|
|
@@ -11,7 +11,7 @@ import '@alfalab/core-components-checkbox/modern';
|
|
|
11
11
|
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
12
12
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
13
13
|
import '../components/checkmark-mobile/Component.js';
|
|
14
|
-
import '../intersection-observer-
|
|
14
|
+
import '../intersection-observer-6768cbd0.js';
|
|
15
15
|
import '../Component.js';
|
|
16
16
|
import '../components/arrow/Component.js';
|
|
17
17
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
@@ -21,7 +21,7 @@ import '@juggle/resize-observer';
|
|
|
21
21
|
import 'downshift';
|
|
22
22
|
import '@alfalab/core-components-popover/modern';
|
|
23
23
|
import '@alfalab/hooks';
|
|
24
|
-
import '../getDataTestId-
|
|
24
|
+
import '../getDataTestId-6120c308.js';
|
|
25
25
|
import '../utils.js';
|
|
26
26
|
import '../components/native-select/Component.js';
|
|
27
27
|
import '../components/field/Component.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { useReducer, useRef, useCallback, useEffect, useMemo } from 'react';
|
|
2
2
|
import { Skeleton } from '@alfalab/core-components-skeleton/modern';
|
|
3
3
|
import { Option } from '../../components/option/Component.js';
|
|
4
|
-
import '../../intersection-observer-
|
|
4
|
+
import '../../intersection-observer-6768cbd0.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../components/checkmark/Component.js';
|
|
7
7
|
import '@alfalab/core-components-badge/modern';
|
|
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
|
10
10
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
11
11
|
import '../../components/checkmark-mobile/Component.js';
|
|
12
12
|
|
|
13
|
-
const styles = {"skeleton":"
|
|
13
|
+
const styles = {"skeleton":"select__skeleton_f2r82"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
const DEBOUNCE_TIMEOUT = 300;
|
|
@@ -3,7 +3,7 @@ import '../../Component.js';
|
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
5
5
|
import '../../components/base-select/Component.js';
|
|
6
|
-
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-
|
|
6
|
+
export { b as SELECT_ALL_KEY, u as useSelectWithApply } from '../../Component-ecb2a41a.js';
|
|
7
7
|
import '@alfalab/core-components-form-control/modern';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
9
|
import '../../utils.js';
|
|
@@ -14,7 +14,7 @@ import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
|
14
14
|
import '../../components/options-list/Component.js';
|
|
15
15
|
import '../../components/virtual-options-list/Component.js';
|
|
16
16
|
import '@alfalab/core-components-skeleton/modern';
|
|
17
|
-
import '../../intersection-observer-
|
|
17
|
+
import '../../intersection-observer-6768cbd0.js';
|
|
18
18
|
import '../../components/arrow/Component.js';
|
|
19
19
|
import '../../components/field/Component.js';
|
|
20
20
|
import '../../components/optgroup/Component.js';
|
|
@@ -25,7 +25,7 @@ import 'react-merge-refs';
|
|
|
25
25
|
import '@juggle/resize-observer';
|
|
26
26
|
import 'downshift';
|
|
27
27
|
import '@alfalab/core-components-popover/modern';
|
|
28
|
-
import '../../getDataTestId-
|
|
28
|
+
import '../../getDataTestId-6120c308.js';
|
|
29
29
|
import '../../components/native-select/Component.js';
|
|
30
30
|
import '@alfalab/core-components-scrollbar/modern';
|
|
31
31
|
import '../../consts.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../../../components/options-list/Component.js';
|
|
3
3
|
import '../../../consts.js';
|
|
4
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
4
|
+
export { O as OptionsListWithApply } from '../../../Component-ecb2a41a.js';
|
|
5
5
|
import './footer/Component.js';
|
|
6
6
|
import './header/Component.js';
|
|
7
7
|
import 'react-merge-refs';
|
|
@@ -17,7 +17,7 @@ import '../../../components/base-select/Component.js';
|
|
|
17
17
|
import '@juggle/resize-observer';
|
|
18
18
|
import 'downshift';
|
|
19
19
|
import '@alfalab/core-components-popover/modern';
|
|
20
|
-
import '../../../getDataTestId-
|
|
20
|
+
import '../../../getDataTestId-6120c308.js';
|
|
21
21
|
import '../../../components/native-select/Component.js';
|
|
22
22
|
import '../../../components/field/Component.js';
|
|
23
23
|
import '@alfalab/core-components-form-control/modern';
|
|
@@ -37,4 +37,4 @@ import '@alfalab/core-components-button/modern';
|
|
|
37
37
|
import '../../../components/virtual-options-list/Component.js';
|
|
38
38
|
import 'react-virtual';
|
|
39
39
|
import '@alfalab/core-components-skeleton/modern';
|
|
40
|
-
import '../../../intersection-observer-
|
|
40
|
+
import '../../../intersection-observer-6768cbd0.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Button } from '@alfalab/core-components-button/modern';
|
|
3
3
|
|
|
4
|
-
const styles = {"footer":"
|
|
4
|
+
const styles = {"footer":"select__footer_1i4dv"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
const Footer = ({ handleApply, handleClear, showClear, selectedDraft = [], }) => (React.createElement("div", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: ix8ku */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
--gap-s: 12px;
|
|
18
18
|
} :root {
|
|
19
19
|
} :root {
|
|
20
|
-
} .
|
|
20
|
+
} .select__footer_1i4dv {
|
|
21
21
|
background-color: var(--color-light-bg-primary);
|
|
22
22
|
padding: var(--gap-s);
|
|
23
23
|
outline: none
|
|
24
|
-
} .
|
|
24
|
+
} .select__footer_1i4dv > * + * {
|
|
25
25
|
margin-left: var(--gap-xs);
|
|
26
26
|
}
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { Checkbox } from '@alfalab/core-components-checkbox/modern';
|
|
4
4
|
|
|
5
|
-
const styles = {"desktop":"
|
|
5
|
+
const styles = {"desktop":"select__desktop_1quue","mobile":"select__mobile_1quue"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Header = ({ onChange, checked, indeterminate, mobile }) => (React.createElement("div", { className: cn({ [styles.desktop]: !mobile, [styles.mobile]: mobile }) },
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 102hh */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
--gap-s: 12px;
|
|
17
17
|
} :root {
|
|
18
18
|
} :root {
|
|
19
|
-
} .
|
|
19
|
+
} .select__desktop_1quue {
|
|
20
20
|
padding: var(--gap-s);
|
|
21
|
-
} .
|
|
21
|
+
} .select__mobile_1quue {
|
|
22
22
|
padding: var(--gap-s) var(--gap-xs);
|
|
23
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-ecb2a41a";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OptionsListWithApply } from '../../../Component-
|
|
1
|
+
export { O as OptionsListWithApply } from '../../../Component-ecb2a41a.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../Component.js';
|
|
4
4
|
import '../../../components/arrow/Component.js';
|
|
@@ -10,7 +10,7 @@ import '@juggle/resize-observer';
|
|
|
10
10
|
import 'downshift';
|
|
11
11
|
import '@alfalab/core-components-popover/modern';
|
|
12
12
|
import '@alfalab/hooks';
|
|
13
|
-
import '../../../getDataTestId-
|
|
13
|
+
import '../../../getDataTestId-6120c308.js';
|
|
14
14
|
import '../../../utils.js';
|
|
15
15
|
import '../../../components/native-select/Component.js';
|
|
16
16
|
import '../../../components/field/Component.js';
|
|
@@ -36,5 +36,5 @@ import '@alfalab/core-components-button/modern';
|
|
|
36
36
|
import '../../../components/virtual-options-list/Component.js';
|
|
37
37
|
import 'react-virtual';
|
|
38
38
|
import '@alfalab/core-components-skeleton/modern';
|
|
39
|
-
import '../../../intersection-observer-
|
|
39
|
+
import '../../../intersection-observer-6768cbd0.js';
|
|
40
40
|
import './footer/Component.js';
|
|
@@ -9,7 +9,7 @@ import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
|
9
9
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
10
10
|
import '../../components/checkmark-mobile/Component.js';
|
|
11
11
|
|
|
12
|
-
const styles = {"skeleton":"
|
|
12
|
+
const styles = {"skeleton":"select__skeleton_192cd"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
function useSelectWithLoading({ loading = false, visibleOptions = 6, Option: Option$1 = Option, }) {
|
package/modern/responsive.js
CHANGED
|
@@ -10,7 +10,7 @@ import 'react-merge-refs';
|
|
|
10
10
|
import '@juggle/resize-observer';
|
|
11
11
|
import 'downshift';
|
|
12
12
|
import '@alfalab/core-components-popover/modern';
|
|
13
|
-
import './getDataTestId-
|
|
13
|
+
import './getDataTestId-6120c308.js';
|
|
14
14
|
import './utils.js';
|
|
15
15
|
import './components/native-select/Component.js';
|
|
16
16
|
import './components/field/Component.js';
|
|
@@ -26,7 +26,7 @@ import './components/checkmark-mobile/Component.js';
|
|
|
26
26
|
import './components/options-list/Component.js';
|
|
27
27
|
import '@alfalab/core-components-scrollbar/modern';
|
|
28
28
|
import './consts.js';
|
|
29
|
-
import './Component-
|
|
29
|
+
import './Component-ecb2a41a.js';
|
|
30
30
|
import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
|
|
31
31
|
import './components/base-select-mobile/Component.js';
|
|
32
32
|
import '@alfalab/core-components-bottom-sheet/modern';
|
|
@@ -37,5 +37,5 @@ import '@alfalab/core-components-button/modern';
|
|
|
37
37
|
import './components/virtual-options-list/Component.js';
|
|
38
38
|
import 'react-virtual';
|
|
39
39
|
import '@alfalab/core-components-skeleton/modern';
|
|
40
|
-
import './intersection-observer-
|
|
40
|
+
import './intersection-observer-6768cbd0.js';
|
|
41
41
|
import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
|
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-select",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.4",
|
|
4
4
|
"description": "Select component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "index.js",
|
|
8
8
|
"module": "./esm/index.js",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
|
|
11
|
-
},
|
|
12
9
|
"publishConfig": {
|
|
13
10
|
"access": "public",
|
|
14
11
|
"directory": "dist"
|
|
@@ -18,17 +15,17 @@
|
|
|
18
15
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
19
16
|
},
|
|
20
17
|
"dependencies": {
|
|
21
|
-
"@alfalab/core-components-badge": "^5.1.
|
|
22
|
-
"@alfalab/core-components-base-modal": "^5.2.
|
|
23
|
-
"@alfalab/core-components-bottom-sheet": "^6.4.
|
|
24
|
-
"@alfalab/core-components-button": "^8.
|
|
25
|
-
"@alfalab/core-components-checkbox": "^3.1.
|
|
26
|
-
"@alfalab/core-components-form-control": "^9.0.
|
|
27
|
-
"@alfalab/core-components-input": "^11.1.
|
|
28
|
-
"@alfalab/core-components-modal": "^7.0.
|
|
29
|
-
"@alfalab/core-components-popover": "^6.0.
|
|
30
|
-
"@alfalab/core-components-scrollbar": "^2.1.
|
|
31
|
-
"@alfalab/core-components-skeleton": "^4.0.
|
|
18
|
+
"@alfalab/core-components-badge": "^5.1.1",
|
|
19
|
+
"@alfalab/core-components-base-modal": "^5.2.1",
|
|
20
|
+
"@alfalab/core-components-bottom-sheet": "^6.4.2",
|
|
21
|
+
"@alfalab/core-components-button": "^8.5.1",
|
|
22
|
+
"@alfalab/core-components-checkbox": "^3.1.5",
|
|
23
|
+
"@alfalab/core-components-form-control": "^9.0.6",
|
|
24
|
+
"@alfalab/core-components-input": "^11.1.18",
|
|
25
|
+
"@alfalab/core-components-modal": "^7.0.15",
|
|
26
|
+
"@alfalab/core-components-popover": "^6.0.9",
|
|
27
|
+
"@alfalab/core-components-scrollbar": "^2.1.6",
|
|
28
|
+
"@alfalab/core-components-skeleton": "^4.0.6",
|
|
32
29
|
"@alfalab/hooks": "^1.13.0",
|
|
33
30
|
"@alfalab/icons-glyph": "^2.108.0",
|
|
34
31
|
"@juggle/resize-observer": "^3.3.1",
|
package/presets/index.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
|
|
6
6
|
var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
|
|
7
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-
|
|
7
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../Component-01f08370.js');
|
|
8
8
|
require('tslib');
|
|
9
9
|
require('react');
|
|
10
10
|
require('@alfalab/core-components-skeleton');
|
|
@@ -16,7 +16,7 @@ require('@alfalab/core-components-checkbox');
|
|
|
16
16
|
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
17
17
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
18
18
|
require('../components/checkmark-mobile/Component.js');
|
|
19
|
-
require('../intersection-observer-
|
|
19
|
+
require('../intersection-observer-0413a170.js');
|
|
20
20
|
require('../Component.js');
|
|
21
21
|
require('../components/arrow/Component.js');
|
|
22
22
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
@@ -26,7 +26,7 @@ require('@juggle/resize-observer');
|
|
|
26
26
|
require('downshift');
|
|
27
27
|
require('@alfalab/core-components-popover');
|
|
28
28
|
require('@alfalab/hooks');
|
|
29
|
-
require('../getDataTestId-
|
|
29
|
+
require('../getDataTestId-18fbdb35.js');
|
|
30
30
|
require('../utils.js');
|
|
31
31
|
require('../components/native-select/Component.js');
|
|
32
32
|
require('../components/field/Component.js');
|
|
@@ -6,7 +6,7 @@ var tslib = require('tslib');
|
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var coreComponentsSkeleton = require('@alfalab/core-components-skeleton');
|
|
8
8
|
var components_option_Component = require('../../components/option/Component.js');
|
|
9
|
-
require('../../intersection-observer-
|
|
9
|
+
require('../../intersection-observer-0413a170.js');
|
|
10
10
|
require('classnames');
|
|
11
11
|
require('../../components/checkmark/Component.js');
|
|
12
12
|
require('@alfalab/core-components-badge');
|
|
@@ -19,7 +19,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
19
19
|
|
|
20
20
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
21
21
|
|
|
22
|
-
var styles = {"skeleton":"
|
|
22
|
+
var styles = {"skeleton":"select__skeleton_f2r82"};
|
|
23
23
|
require('./index.css')
|
|
24
24
|
|
|
25
25
|
var DEBOUNCE_TIMEOUT = 300;
|
|
@@ -8,7 +8,7 @@ require('../../Component.js');
|
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
10
10
|
require('../../components/base-select/Component.js');
|
|
11
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
11
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-01f08370.js');
|
|
12
12
|
require('@alfalab/core-components-form-control');
|
|
13
13
|
require('@alfalab/hooks');
|
|
14
14
|
require('../../utils.js');
|
|
@@ -19,7 +19,7 @@ require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
|
19
19
|
require('../../components/options-list/Component.js');
|
|
20
20
|
require('../../components/virtual-options-list/Component.js');
|
|
21
21
|
require('@alfalab/core-components-skeleton');
|
|
22
|
-
require('../../intersection-observer-
|
|
22
|
+
require('../../intersection-observer-0413a170.js');
|
|
23
23
|
require('../../components/arrow/Component.js');
|
|
24
24
|
require('../../components/field/Component.js');
|
|
25
25
|
require('../../components/optgroup/Component.js');
|
|
@@ -30,7 +30,7 @@ require('react-merge-refs');
|
|
|
30
30
|
require('@juggle/resize-observer');
|
|
31
31
|
require('downshift');
|
|
32
32
|
require('@alfalab/core-components-popover');
|
|
33
|
-
require('../../getDataTestId-
|
|
33
|
+
require('../../getDataTestId-18fbdb35.js');
|
|
34
34
|
require('../../components/native-select/Component.js');
|
|
35
35
|
require('@alfalab/core-components-scrollbar');
|
|
36
36
|
require('../../consts.js');
|
|
@@ -6,7 +6,7 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('../../../components/options-list/Component.js');
|
|
8
8
|
require('../../../consts.js');
|
|
9
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
9
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-01f08370.js');
|
|
10
10
|
require('./footer/Component.js');
|
|
11
11
|
require('./header/Component.js');
|
|
12
12
|
require('react-merge-refs');
|
|
@@ -22,7 +22,7 @@ require('../../../components/base-select/Component.js');
|
|
|
22
22
|
require('@juggle/resize-observer');
|
|
23
23
|
require('downshift');
|
|
24
24
|
require('@alfalab/core-components-popover');
|
|
25
|
-
require('../../../getDataTestId-
|
|
25
|
+
require('../../../getDataTestId-18fbdb35.js');
|
|
26
26
|
require('../../../components/native-select/Component.js');
|
|
27
27
|
require('../../../components/field/Component.js');
|
|
28
28
|
require('@alfalab/core-components-form-control');
|
|
@@ -42,7 +42,7 @@ require('@alfalab/core-components-button');
|
|
|
42
42
|
require('../../../components/virtual-options-list/Component.js');
|
|
43
43
|
require('react-virtual');
|
|
44
44
|
require('@alfalab/core-components-skeleton');
|
|
45
|
-
require('../../../intersection-observer-
|
|
45
|
+
require('../../../intersection-observer-0413a170.js');
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
@@ -9,7 +9,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
|
|
|
9
9
|
|
|
10
10
|
var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
11
11
|
|
|
12
|
-
var styles = {"footer":"
|
|
12
|
+
var styles = {"footer":"select__footer_1i4dv"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var Footer = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: ix8ku */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
--gap-s: 12px;
|
|
18
18
|
} :root {
|
|
19
19
|
} :root {
|
|
20
|
-
} .
|
|
20
|
+
} .select__footer_1i4dv {
|
|
21
21
|
background-color: var(--color-light-bg-primary);
|
|
22
22
|
padding: var(--gap-s);
|
|
23
23
|
outline: none
|
|
24
|
-
} .
|
|
24
|
+
} .select__footer_1i4dv > * + * {
|
|
25
25
|
margin-left: var(--gap-xs);
|
|
26
26
|
}
|