@alfalab/core-components-select 13.2.9 → 13.2.10
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-f1158c0d.d.ts → Component-4dccfbd0.d.ts} +0 -0
- package/{Component-f1158c0d.js → Component-4dccfbd0.js} +7 -7
- package/{Component-15130ab3.d.ts → Component-d45b1eb6.d.ts} +0 -0
- package/{Component-15130ab3.js → Component-d45b1eb6.js} +2 -2
- package/Component.js +4 -4
- package/Component.responsive.js +6 -6
- 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 +2 -2
- package/components/base-option/index.css +13 -13
- package/components/base-option/index.js +1 -1
- package/components/base-select/Component.js +2 -2
- package/components/base-select/index.css +7 -7
- package/components/base-select/index.d.ts +1 -1
- package/components/base-select/index.js +2 -2
- package/components/base-select-mobile/Component.js +6 -6
- package/components/base-select-mobile/checkmark/Component.js +2 -5
- package/components/base-select-mobile/checkmark/index.css +6 -6
- package/components/base-select-mobile/checkmark/index.js +0 -2
- package/components/base-select-mobile/index.css +11 -11
- package/components/base-select-mobile/index.d.ts +1 -1
- package/components/base-select-mobile/index.js +6 -6
- package/components/base-select-mobile/options-list/Component.js +2 -2
- package/components/base-select-mobile/options-list/index.css +9 -9
- package/components/base-select-mobile/options-list/index.js +1 -1
- package/components/checkmark/Component.js +5 -4
- package/components/checkmark/index.css +18 -10
- package/components/checkmark/index.js +1 -0
- package/components/field/Component.js +2 -2
- package/components/field/index.css +9 -9
- package/components/field/index.js +1 -1
- package/components/index.js +6 -6
- package/components/native-select/Component.js +1 -1
- package/components/native-select/index.js +1 -1
- package/components/optgroup/Component.js +1 -1
- package/components/optgroup/index.css +6 -6
- package/components/option/Component.js +4 -4
- package/components/option/index.css +20 -20
- package/components/option/index.js +3 -3
- package/components/options-list/Component.js +2 -2
- package/components/options-list/index.css +6 -6
- package/components/options-list/index.js +1 -1
- package/components/select-mobile/Component.js +6 -6
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +6 -6
- package/components/select-modal-mobile/Component.js +6 -6
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +6 -6
- package/components/virtual-options-list/Component.js +2 -2
- package/components/virtual-options-list/index.css +12 -12
- package/components/virtual-options-list/index.js +1 -1
- package/cssm/{Component-e61bd989.d.ts → Component-29488b22.d.ts} +0 -0
- package/cssm/{Component-e61bd989.js → Component-29488b22.js} +2 -2
- package/cssm/Component.js +2 -2
- package/cssm/Component.responsive.js +3 -3
- package/cssm/components/base-select-mobile/Component.js +3 -3
- package/cssm/components/base-select-mobile/checkmark/Component.js +1 -4
- package/cssm/components/base-select-mobile/checkmark/index.js +0 -2
- package/cssm/components/base-select-mobile/index.d.ts +1 -1
- package/cssm/components/base-select-mobile/index.js +3 -3
- package/cssm/components/checkmark/Component.js +4 -3
- package/cssm/components/checkmark/index.js +1 -0
- package/cssm/components/checkmark/index.module.css +12 -4
- package/cssm/components/index.js +3 -3
- package/cssm/components/option/Component.js +2 -2
- package/cssm/components/option/index.js +2 -2
- package/cssm/components/select-mobile/Component.js +3 -3
- package/cssm/components/select-mobile/index.d.ts +1 -1
- package/cssm/components/select-mobile/index.js +3 -3
- package/cssm/components/select-modal-mobile/Component.js +3 -3
- package/cssm/components/select-modal-mobile/index.d.ts +1 -1
- package/cssm/components/select-modal-mobile/index.js +3 -3
- package/cssm/index.js +3 -3
- package/cssm/presets/index.js +3 -3
- package/cssm/presets/useLazyLoading/hook.js +2 -2
- package/cssm/presets/useSelectWithApply/hook.js +3 -3
- package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
- package/cssm/presets/useSelectWithLoading/hook.js +2 -2
- package/cssm/responsive.js +3 -3
- package/esm/{Component-45681199.d.ts → Component-2d2efe5d.d.ts} +0 -0
- package/esm/{Component-45681199.js → Component-2d2efe5d.js} +2 -2
- package/esm/{Component-ff31e94c.d.ts → Component-909f3a34.d.ts} +0 -0
- package/esm/{Component-ff31e94c.js → Component-909f3a34.js} +7 -7
- package/esm/Component.js +4 -4
- package/esm/Component.responsive.js +6 -6
- 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 +2 -2
- package/esm/components/base-option/index.css +13 -13
- package/esm/components/base-option/index.js +1 -1
- package/esm/components/base-select/Component.js +2 -2
- package/esm/components/base-select/index.css +7 -7
- package/esm/components/base-select/index.d.ts +1 -1
- package/esm/components/base-select/index.js +2 -2
- package/esm/components/base-select-mobile/Component.js +6 -6
- package/esm/components/base-select-mobile/checkmark/Component.js +2 -5
- package/esm/components/base-select-mobile/checkmark/index.css +6 -6
- package/esm/components/base-select-mobile/checkmark/index.js +0 -2
- package/esm/components/base-select-mobile/index.css +11 -11
- package/esm/components/base-select-mobile/index.d.ts +1 -1
- package/esm/components/base-select-mobile/index.js +6 -6
- package/esm/components/base-select-mobile/options-list/Component.js +2 -2
- package/esm/components/base-select-mobile/options-list/index.css +9 -9
- package/esm/components/base-select-mobile/options-list/index.js +1 -1
- package/esm/components/checkmark/Component.js +4 -4
- package/esm/components/checkmark/index.css +18 -10
- package/esm/components/checkmark/index.js +1 -0
- package/esm/components/field/Component.js +2 -2
- package/esm/components/field/index.css +9 -9
- package/esm/components/field/index.js +1 -1
- package/esm/components/index.js +6 -6
- package/esm/components/native-select/Component.js +1 -1
- package/esm/components/native-select/index.js +1 -1
- package/esm/components/optgroup/Component.js +1 -1
- package/esm/components/optgroup/index.css +6 -6
- package/esm/components/option/Component.js +4 -4
- package/esm/components/option/index.css +20 -20
- package/esm/components/option/index.js +3 -3
- package/esm/components/options-list/Component.js +2 -2
- package/esm/components/options-list/index.css +6 -6
- package/esm/components/options-list/index.js +1 -1
- package/esm/components/select-mobile/Component.js +6 -6
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +6 -6
- package/esm/components/select-modal-mobile/Component.js +6 -6
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +6 -6
- package/esm/components/virtual-options-list/Component.js +2 -2
- package/esm/components/virtual-options-list/index.css +12 -12
- package/esm/components/virtual-options-list/index.js +1 -1
- package/esm/index.js +6 -6
- package/esm/{intersection-observer-ce0b7183.d.ts → intersection-observer-eebe1d7d.d.ts} +0 -0
- package/esm/{intersection-observer-ce0b7183.js → intersection-observer-eebe1d7d.js} +0 -0
- package/esm/presets/index.js +6 -6
- package/esm/presets/useLazyLoading/hook.js +5 -5
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +6 -6
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/esm/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
- package/esm/presets/useSelectWithLoading/hook.js +4 -4
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/responsive.js +6 -6
- package/esm/{tslib.es6-60ccbcec.d.ts → tslib.es6-00fefe9b.d.ts} +0 -0
- package/esm/{tslib.es6-60ccbcec.js → tslib.es6-00fefe9b.js} +0 -0
- package/index.js +6 -6
- package/{intersection-observer-4a8b5b51.d.ts → intersection-observer-0845add3.d.ts} +0 -0
- package/{intersection-observer-4a8b5b51.js → intersection-observer-0845add3.js} +0 -0
- package/modern/{Component-0998aafe.d.ts → Component-2a37a356.d.ts} +0 -0
- package/modern/{Component-0998aafe.js → Component-2a37a356.js} +1 -1
- package/modern/{Component-adf0c0e0.d.ts → Component-79964ac6.d.ts} +0 -0
- package/modern/{Component-adf0c0e0.js → Component-79964ac6.js} +6 -6
- package/modern/Component.js +3 -3
- package/modern/Component.responsive.js +5 -5
- 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 +1 -1
- package/modern/components/base-select/index.css +7 -7
- package/modern/components/base-select/index.d.ts +1 -1
- package/modern/components/base-select/index.js +1 -1
- package/modern/components/base-select-mobile/Component.js +5 -5
- package/modern/components/base-select-mobile/checkmark/Component.js +2 -5
- package/modern/components/base-select-mobile/checkmark/index.css +6 -6
- package/modern/components/base-select-mobile/checkmark/index.js +0 -2
- package/modern/components/base-select-mobile/index.css +11 -11
- package/modern/components/base-select-mobile/index.d.ts +1 -1
- package/modern/components/base-select-mobile/index.js +5 -5
- package/modern/components/base-select-mobile/options-list/Component.js +1 -1
- package/modern/components/base-select-mobile/options-list/index.css +9 -9
- package/modern/components/checkmark/Component.js +4 -4
- package/modern/components/checkmark/index.css +18 -10
- package/modern/components/checkmark/index.js +1 -0
- package/modern/components/field/Component.js +1 -1
- package/modern/components/field/index.css +9 -9
- package/modern/components/index.js +5 -5
- package/modern/components/optgroup/Component.js +1 -1
- package/modern/components/optgroup/index.css +6 -6
- package/modern/components/option/Component.js +3 -3
- package/modern/components/option/index.css +20 -20
- package/modern/components/option/index.js +2 -2
- package/modern/components/options-list/Component.js +1 -1
- package/modern/components/options-list/index.css +6 -6
- package/modern/components/select-mobile/Component.js +5 -5
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +5 -5
- package/modern/components/select-modal-mobile/Component.js +5 -5
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +5 -5
- package/modern/components/virtual-options-list/Component.js +1 -1
- package/modern/components/virtual-options-list/index.css +12 -12
- package/modern/index.js +5 -5
- package/modern/{intersection-observer-ce0b7183.d.ts → intersection-observer-eebe1d7d.d.ts} +0 -0
- package/modern/{intersection-observer-ce0b7183.js → intersection-observer-eebe1d7d.js} +0 -0
- package/modern/presets/index.js +5 -5
- package/modern/presets/useLazyLoading/hook.js +4 -4
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +5 -5
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +5 -5
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/modern/presets/useSelectWithApply/options-list-with-apply/index.js +5 -5
- package/modern/presets/useSelectWithLoading/hook.js +3 -3
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/modern/responsive.js +5 -5
- package/package.json +5 -5
- package/presets/index.js +6 -6
- package/presets/useLazyLoading/hook.js +5 -5
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +6 -6
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +6 -6
- package/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
- package/presets/useSelectWithApply/options-list-with-apply/index.js +6 -6
- package/presets/useSelectWithLoading/hook.js +4 -4
- package/presets/useSelectWithLoading/index.css +2 -2
- package/responsive.js +6 -6
- /package/{tslib.es6-dde7343f.d.ts → tslib.es6-ade45ad3.d.ts} +0 -0
- /package/{tslib.es6-dde7343f.js → tslib.es6-ade45ad3.js} +0 -0
|
@@ -7,17 +7,17 @@ require('classnames');
|
|
|
7
7
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
8
8
|
require('../../components/arrow/index.module.css');
|
|
9
9
|
require('../../Component-d0e84442.js');
|
|
10
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-
|
|
10
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../Component-29488b22.js');
|
|
11
11
|
require('@alfalab/core-components-form-control/cssm');
|
|
12
12
|
require('@alfalab/hooks');
|
|
13
13
|
require('../../utils.js');
|
|
14
14
|
require('../../components/field/index.module.css');
|
|
15
15
|
require('../../components/optgroup/index.module.css');
|
|
16
|
-
require('@alfalab/core-components-badge/cssm');
|
|
17
|
-
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
18
16
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
19
17
|
require('../../components/base-select-mobile/checkmark/index.module.css');
|
|
18
|
+
require('@alfalab/core-components-badge/cssm');
|
|
20
19
|
require('@alfalab/core-components-checkbox/cssm');
|
|
20
|
+
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
21
21
|
require('../../components/checkmark/index.module.css');
|
|
22
22
|
require('../../components/option/index.module.css');
|
|
23
23
|
require('../../components/options-list/Component.js');
|
|
@@ -7,16 +7,16 @@ require('@alfalab/core-components-button/cssm');
|
|
|
7
7
|
require('@alfalab/icons-glyph/ChevronDownMIcon');
|
|
8
8
|
require('../../../components/arrow/index.module.css');
|
|
9
9
|
require('../../../Component-d0e84442.js');
|
|
10
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
10
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-29488b22.js');
|
|
11
11
|
require('@alfalab/core-components-form-control/cssm');
|
|
12
12
|
require('@alfalab/hooks');
|
|
13
13
|
require('../../../components/field/index.module.css');
|
|
14
14
|
require('../../../components/optgroup/index.module.css');
|
|
15
|
-
require('@alfalab/core-components-badge/cssm');
|
|
16
|
-
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
17
15
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
18
16
|
require('../../../components/base-select-mobile/checkmark/index.module.css');
|
|
17
|
+
require('@alfalab/core-components-badge/cssm');
|
|
19
18
|
require('@alfalab/core-components-checkbox/cssm');
|
|
19
|
+
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
20
20
|
require('../../../components/checkmark/index.module.css');
|
|
21
21
|
require('../../../components/option/index.module.css');
|
|
22
22
|
require('../../../components/options-list/Component.js');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../../Component-
|
|
1
|
+
export * from "../../../Component-29488b22";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-
|
|
3
|
+
var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../Component-29488b22.js');
|
|
4
4
|
require('../../../tslib.es6-0e9bf404.js');
|
|
5
5
|
require('react');
|
|
6
6
|
require('../../../components/arrow/Component.js');
|
|
@@ -26,12 +26,12 @@ require('../../../components/optgroup/Component.js');
|
|
|
26
26
|
require('../../../components/optgroup/index.module.css');
|
|
27
27
|
require('../../../components/option/Component.js');
|
|
28
28
|
require('../../../components/base-select-mobile/checkmark/Component.js');
|
|
29
|
-
require('@alfalab/core-components-badge/cssm');
|
|
30
|
-
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
31
29
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
32
30
|
require('../../../components/base-select-mobile/checkmark/index.module.css');
|
|
33
31
|
require('../../../components/checkmark/Component.js');
|
|
32
|
+
require('@alfalab/core-components-badge/cssm');
|
|
34
33
|
require('@alfalab/core-components-checkbox/cssm');
|
|
34
|
+
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
35
35
|
require('../../../components/checkmark/index.module.css');
|
|
36
36
|
require('../../../components/option/index.module.css');
|
|
37
37
|
require('../../../components/options-list/Component.js');
|
|
@@ -7,12 +7,12 @@ var components_option_Component = require('../../components/option/Component.js'
|
|
|
7
7
|
var styles = require('./index.module.css');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('../../components/base-select-mobile/checkmark/Component.js');
|
|
10
|
-
require('@alfalab/core-components-badge/cssm');
|
|
11
|
-
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
12
10
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
13
11
|
require('../../components/base-select-mobile/checkmark/index.module.css');
|
|
14
12
|
require('../../components/checkmark/Component.js');
|
|
13
|
+
require('@alfalab/core-components-badge/cssm');
|
|
15
14
|
require('@alfalab/core-components-checkbox/cssm');
|
|
15
|
+
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
16
16
|
require('../../components/checkmark/index.module.css');
|
|
17
17
|
require('../../components/option/index.module.css');
|
|
18
18
|
|
package/cssm/responsive.js
CHANGED
|
@@ -24,18 +24,18 @@ require('./components/optgroup/Component.js');
|
|
|
24
24
|
require('./components/optgroup/index.module.css');
|
|
25
25
|
require('./components/option/Component.js');
|
|
26
26
|
require('./components/base-select-mobile/checkmark/Component.js');
|
|
27
|
-
require('@alfalab/core-components-badge/cssm');
|
|
28
|
-
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
29
27
|
require('@alfalab/icons-glyph/CheckmarkMIcon');
|
|
30
28
|
require('./components/base-select-mobile/checkmark/index.module.css');
|
|
31
29
|
require('./components/checkmark/Component.js');
|
|
30
|
+
require('@alfalab/core-components-badge/cssm');
|
|
32
31
|
require('@alfalab/core-components-checkbox/cssm');
|
|
32
|
+
require('@alfalab/icons-glyph/CheckmarkCircleMIcon');
|
|
33
33
|
require('./components/checkmark/index.module.css');
|
|
34
34
|
require('./components/option/index.module.css');
|
|
35
35
|
require('./components/options-list/Component.js');
|
|
36
36
|
require('@alfalab/core-components-scrollbar/cssm');
|
|
37
37
|
require('./components/options-list/index.module.css');
|
|
38
|
-
require('./Component-
|
|
38
|
+
require('./Component-29488b22.js');
|
|
39
39
|
require('@alfalab/core-components-bottom-sheet/cssm');
|
|
40
40
|
require('@alfalab/core-components-modal/cssm/mobile');
|
|
41
41
|
require('react-virtual');
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __assign, b as __spreadArray } from './tslib.es6-
|
|
1
|
+
import { a as __assign, b as __spreadArray } from './tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { forwardRef, useRef, useMemo, useCallback, useEffect } from 'react';
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import { ResizeObserver } from '@juggle/resize-observer';
|
|
@@ -14,7 +14,7 @@ var getDataTestId = function (dataTestId, element) {
|
|
|
14
14
|
return dataTestId ? "".concat(dataTestId).concat(elementPart) : undefined;
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
var styles = {"component":"
|
|
17
|
+
var styles = {"component":"select__component_1j9ks","popoverInner":"select__popoverInner_1j9ks","optionsList":"select__optionsList_1j9ks","nativeSelect":"select__nativeSelect_1j9ks","block":"select__block_1j9ks"};
|
|
18
18
|
require('./components/base-select/index.css')
|
|
19
19
|
|
|
20
20
|
var BaseSelect = forwardRef(function (_a, ref) {
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, b as __spreadArray } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign, b as __spreadArray } from './tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { forwardRef, useRef, useCallback, useEffect, useMemo, useState } from 'react';
|
|
3
3
|
import { Arrow } from './components/arrow/Component.js';
|
|
4
4
|
import mergeRefs from 'react-merge-refs';
|
|
@@ -7,7 +7,7 @@ import { useMultipleSelection, useCombobox } from 'downshift';
|
|
|
7
7
|
import { BottomSheet } from '@alfalab/core-components-bottom-sheet/esm';
|
|
8
8
|
import { ModalMobile } from '@alfalab/core-components-modal/esm/mobile';
|
|
9
9
|
import './Component.js';
|
|
10
|
-
import { g as getDataTestId } from './Component-
|
|
10
|
+
import { g as getDataTestId } from './Component-2d2efe5d.js';
|
|
11
11
|
import { Field } from './components/field/Component.js';
|
|
12
12
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
13
13
|
import { Option } from './components/option/Component.js';
|
|
@@ -18,19 +18,19 @@ import '@alfalab/hooks';
|
|
|
18
18
|
import { processOptions } from './utils.js';
|
|
19
19
|
import { BaseOption } from './components/base-option/Component.js';
|
|
20
20
|
import '@alfalab/core-components-skeleton/esm';
|
|
21
|
-
import './intersection-observer-
|
|
21
|
+
import './intersection-observer-eebe1d7d.js';
|
|
22
22
|
import { Button } from '@alfalab/core-components-button/esm';
|
|
23
23
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
24
24
|
import '@alfalab/core-components-form-control/esm';
|
|
25
|
-
import '@alfalab/core-components-badge/esm';
|
|
26
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
27
25
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
26
|
+
import '@alfalab/core-components-badge/esm';
|
|
28
27
|
import '@alfalab/core-components-checkbox/esm';
|
|
28
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
29
29
|
import { BaseCheckmark } from './components/base-checkmark/Component.js';
|
|
30
30
|
import { Checkmark } from './components/base-select-mobile/checkmark/Component.js';
|
|
31
31
|
import { OptionsList as OptionsList$1 } from './components/base-select-mobile/options-list/Component.js';
|
|
32
32
|
|
|
33
|
-
var styles$1 = {"footer":"
|
|
33
|
+
var styles$1 = {"footer":"select__footer_1x0me","withBorder":"select__withBorder_1x0me"};
|
|
34
34
|
require('./presets/useSelectWithApply/options-list-with-apply/index.css')
|
|
35
35
|
|
|
36
36
|
var OptionsListWithApply = forwardRef(function (_a, ref) {
|
|
@@ -141,7 +141,7 @@ function useSelectWithApply(_a) {
|
|
|
141
141
|
};
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
var styles = {"component":"
|
|
144
|
+
var styles = {"component":"select__component_15ued","popoverInner":"select__popoverInner_15ued","sheet":"select__sheet_15ued","sheetContent":"select__sheetContent_15ued","sheetContainer":"select__sheetContainer_15ued","block":"select__block_15ued","option":"select__option_15ued","optionGroup":"select__optionGroup_15ued"};
|
|
145
145
|
require('./components/base-select-mobile/index.css')
|
|
146
146
|
|
|
147
147
|
var BaseSelectMobile = forwardRef(function (_a, ref) {
|
package/esm/Component.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from './tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { Arrow } from './components/arrow/Component.js';
|
|
4
|
-
import { B as BaseSelect } from './Component-
|
|
4
|
+
import { B as BaseSelect } from './Component-2d2efe5d.js';
|
|
5
5
|
import { Field } from './components/field/Component.js';
|
|
6
6
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
7
7
|
import { Option } from './components/option/Component.js';
|
|
@@ -17,11 +17,11 @@ import './utils.js';
|
|
|
17
17
|
import './components/native-select/Component.js';
|
|
18
18
|
import '@alfalab/core-components-form-control/esm';
|
|
19
19
|
import './components/base-select-mobile/checkmark/Component.js';
|
|
20
|
-
import '@alfalab/core-components-badge/esm';
|
|
21
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
22
20
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
23
21
|
import './components/checkmark/Component.js';
|
|
22
|
+
import '@alfalab/core-components-badge/esm';
|
|
24
23
|
import '@alfalab/core-components-checkbox/esm';
|
|
24
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
25
25
|
import '@alfalab/core-components-scrollbar/esm';
|
|
26
26
|
|
|
27
27
|
var Select = forwardRef(function (_a, ref) {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from './tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import { useMedia } from '@alfalab/hooks';
|
|
4
4
|
import { Select } from './Component.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
7
|
-
import './Component-
|
|
8
|
-
import { S as SelectMobile } from './Component-
|
|
7
|
+
import './Component-2d2efe5d.js';
|
|
8
|
+
import { S as SelectMobile } from './Component-909f3a34.js';
|
|
9
9
|
import '@alfalab/core-components-form-control/esm';
|
|
10
|
-
import '@alfalab/core-components-badge/esm';
|
|
11
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
12
10
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
11
|
+
import '@alfalab/core-components-badge/esm';
|
|
13
12
|
import '@alfalab/core-components-checkbox/esm';
|
|
13
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
14
14
|
import './components/options-list/Component.js';
|
|
15
15
|
import 'react-virtual';
|
|
16
16
|
import '@alfalab/core-components-scrollbar/esm';
|
|
@@ -31,7 +31,7 @@ import '@alfalab/core-components-modal/esm/mobile';
|
|
|
31
31
|
import './components/base-option/Component.js';
|
|
32
32
|
import './components/base-checkmark/Component.js';
|
|
33
33
|
import '@alfalab/core-components-skeleton/esm';
|
|
34
|
-
import './intersection-observer-
|
|
34
|
+
import './intersection-observer-eebe1d7d.js';
|
|
35
35
|
import '@alfalab/core-components-button/esm';
|
|
36
36
|
import './components/base-select-mobile/options-list/Component.js';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { ChevronDownMIcon } from '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
4
4
|
|
|
5
|
-
var styles = {"arrow":"
|
|
5
|
+
var styles = {"arrow":"select__arrow_uzxwy","open":"select__open_uzxwy"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
var Arrow = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 11e9r */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-graphic-primary: #0b1f35;
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
/* checkmark */
|
|
27
27
|
|
|
28
28
|
/* optgroup */
|
|
29
|
-
} .
|
|
29
|
+
} .select__arrow_uzxwy {
|
|
30
30
|
display: block;
|
|
31
31
|
width: 24px;
|
|
32
32
|
height: 24px;
|
|
33
33
|
color: var(--select-arrow-color);
|
|
34
34
|
|
|
35
35
|
transition: transform 0.15s ease-in-out, opacity 0.2s ease;
|
|
36
|
-
} .
|
|
36
|
+
} .select__open_uzxwy {
|
|
37
37
|
transform: var(--arrow-transform);
|
|
38
38
|
}
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { Checkbox } from '@alfalab/core-components-checkbox/esm';
|
|
4
4
|
import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
5
5
|
|
|
6
|
-
var styles = {"checkmark":"
|
|
6
|
+
var styles = {"checkmark":"select__checkmark_1evgs","single":"select__single_1evgs","selected":"select__selected_1evgs"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var BaseCheckmark = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 17s88 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
/* checkmark */
|
|
24
24
|
|
|
25
25
|
/* optgroup */
|
|
26
|
-
} .
|
|
26
|
+
} .select__checkmark_1evgs {
|
|
27
27
|
flex-shrink: 0;
|
|
28
28
|
box-sizing: border-box;
|
|
29
|
-
} .
|
|
29
|
+
} .select__single_1evgs {
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
justify-content: center;
|
|
33
33
|
opacity: 0
|
|
34
|
-
} .
|
|
34
|
+
} .select__single_1evgs.select__selected_1evgs {
|
|
35
35
|
opacity: 1;
|
|
36
36
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __assign } from '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import React, { isValidElement } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
4
|
import { BaseCheckmark } from '../base-checkmark/Component.js';
|
|
5
5
|
import '@alfalab/core-components-checkbox/esm';
|
|
6
6
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
7
7
|
|
|
8
|
-
var styles = {"option":"
|
|
8
|
+
var styles = {"option":"select__option_6j6wx","disabled":"select__disabled_6j6wx","checkmarkBefore":"select__checkmarkBefore_6j6wx","mobile":"select__mobile_6j6wx","checkmarkAfter":"select__checkmarkAfter_6j6wx","textContent":"select__textContent_6j6wx","selected":"select__selected_6j6wx","highlighted":"select__highlighted_6j6wx","content":"select__content_6j6wx"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
var BaseOption = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1nn8k */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
/* checkmark */
|
|
44
44
|
|
|
45
45
|
/* optgroup */
|
|
46
|
-
} .
|
|
46
|
+
} .select__option_6j6wx {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -60,32 +60,32 @@
|
|
|
60
60
|
position: relative;
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
min-height: var(--size-s-height)
|
|
63
|
-
} .
|
|
63
|
+
} .select__option_6j6wx:not(.select__disabled_6j6wx):active {
|
|
64
64
|
background: var(--select-option-active-background);
|
|
65
65
|
color: var(--select-option-active-color);
|
|
66
|
-
} .
|
|
66
|
+
} .select__option_6j6wx.select__checkmarkBefore_6j6wx {
|
|
67
67
|
padding: 0 0 0 var(--gap-s)
|
|
68
|
-
} .
|
|
68
|
+
} .select__option_6j6wx.select__checkmarkBefore_6j6wx.select__mobile_6j6wx {
|
|
69
69
|
padding-left: var(--gap-m);
|
|
70
|
-
} .
|
|
70
|
+
} .select__option_6j6wx.select__checkmarkAfter_6j6wx {
|
|
71
71
|
padding: 0 var(--gap-s) 0 0
|
|
72
|
-
} .
|
|
72
|
+
} .select__option_6j6wx.select__checkmarkAfter_6j6wx.select__mobile_6j6wx {
|
|
73
73
|
padding-right: var(--gap-l);
|
|
74
|
-
} .
|
|
74
|
+
} .select__option_6j6wx.select__textContent_6j6wx {
|
|
75
75
|
padding: var(--gap-s)
|
|
76
|
-
} .
|
|
76
|
+
} .select__option_6j6wx.select__textContent_6j6wx.select__mobile_6j6wx {
|
|
77
77
|
padding: var(--gap-m) var(--gap-l) var(--gap-m) var(--gap-m);
|
|
78
|
-
} .
|
|
78
|
+
} .select__selected_6j6wx {
|
|
79
79
|
background: var(--select-option-selected-background);
|
|
80
80
|
color: var(--select-option-selected-color);
|
|
81
81
|
cursor: default;
|
|
82
|
-
} .
|
|
82
|
+
} .select__highlighted_6j6wx {
|
|
83
83
|
background: var(--select-option-hover-background);
|
|
84
84
|
color: var(--select-option-hover-color);
|
|
85
|
-
} .
|
|
85
|
+
} .select__disabled_6j6wx {
|
|
86
86
|
cursor: var(--disabled-cursor);
|
|
87
87
|
background: var(--select-option-disabled-background);
|
|
88
88
|
color: var(--select-option-disabled-color);
|
|
89
|
-
} .
|
|
89
|
+
} .select__content_6j6wx {
|
|
90
90
|
flex: 1;
|
|
91
91
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-merge-refs';
|
|
4
4
|
import '@juggle/resize-observer';
|
|
@@ -6,6 +6,6 @@ import 'classnames';
|
|
|
6
6
|
import 'downshift';
|
|
7
7
|
import '@alfalab/core-components-popover/esm';
|
|
8
8
|
import '@alfalab/hooks';
|
|
9
|
-
export { B as BaseSelect } from '../../Component-
|
|
9
|
+
export { B as BaseSelect } from '../../Component-2d2efe5d.js';
|
|
10
10
|
import '../../utils.js';
|
|
11
11
|
import '../native-select/Component.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: omsx3 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-bg-primary: #fff;
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
/* checkmark */
|
|
35
35
|
|
|
36
36
|
/* optgroup */
|
|
37
|
-
} .
|
|
37
|
+
} .select__component_1j9ks {
|
|
38
38
|
width: max-content;
|
|
39
39
|
position: relative;
|
|
40
40
|
outline: 0;
|
|
41
|
-
} .
|
|
41
|
+
} .select__popoverInner_1j9ks {
|
|
42
42
|
padding-top: var(--select-options-list-offset);
|
|
43
43
|
padding-bottom: var(--select-options-list-offset);
|
|
44
44
|
box-shadow: none;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
background: transparent;
|
|
47
47
|
border-radius: 0;
|
|
48
48
|
position: relative;
|
|
49
|
-
} .
|
|
49
|
+
} .select__optionsList_1j9ks {
|
|
50
50
|
padding-top: var(--select-options-list-top-padding);
|
|
51
51
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
52
52
|
box-shadow: var(--select-options-list-box-shadow);
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
background: var(--select-option-background);
|
|
55
55
|
overflow: hidden;
|
|
56
56
|
will-change: transform;
|
|
57
|
-
} .
|
|
57
|
+
} .select__nativeSelect_1j9ks {
|
|
58
58
|
opacity: 0;
|
|
59
59
|
overflow: hidden;
|
|
60
60
|
position: absolute;
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
height: 100%;
|
|
68
68
|
cursor: pointer;
|
|
69
69
|
z-index: 1;
|
|
70
|
-
} .
|
|
70
|
+
} .select__block_1j9ks {
|
|
71
71
|
width: 100%;
|
|
72
72
|
} /* width: max-content; fix for IE */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
73
|
-
.
|
|
73
|
+
.select__component_1j9ks {
|
|
74
74
|
float: left;
|
|
75
75
|
clear: left;
|
|
76
76
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-2d2efe5d";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { B as BaseSelect } from '../../Component-
|
|
2
|
-
import '../../tslib.es6-
|
|
1
|
+
export { B as BaseSelect } from '../../Component-2d2efe5d.js';
|
|
2
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-00fefe9b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'react-merge-refs';
|
|
4
4
|
import 'classnames';
|
|
@@ -7,8 +7,8 @@ import '@alfalab/core-components-bottom-sheet/esm';
|
|
|
7
7
|
import '@alfalab/core-components-modal/esm/mobile';
|
|
8
8
|
import '../../Component.js';
|
|
9
9
|
import '../arrow/Component.js';
|
|
10
|
-
import '../../Component-
|
|
11
|
-
export { B as BaseSelectMobile } from '../../Component-
|
|
10
|
+
import '../../Component-2d2efe5d.js';
|
|
11
|
+
export { B as BaseSelectMobile } from '../../Component-909f3a34.js';
|
|
12
12
|
import '../field/Component.js';
|
|
13
13
|
import '../optgroup/Component.js';
|
|
14
14
|
import '../option/Component.js';
|
|
@@ -19,7 +19,7 @@ import '@alfalab/hooks';
|
|
|
19
19
|
import '../../utils.js';
|
|
20
20
|
import '../base-option/Component.js';
|
|
21
21
|
import '@alfalab/core-components-skeleton/esm';
|
|
22
|
-
import '../../intersection-observer-
|
|
22
|
+
import '../../intersection-observer-eebe1d7d.js';
|
|
23
23
|
import '../base-checkmark/Component.js';
|
|
24
24
|
import './checkmark/Component.js';
|
|
25
25
|
import './options-list/Component.js';
|
|
@@ -28,10 +28,10 @@ import '@juggle/resize-observer';
|
|
|
28
28
|
import '@alfalab/core-components-popover/esm';
|
|
29
29
|
import '../native-select/Component.js';
|
|
30
30
|
import '@alfalab/core-components-form-control/esm';
|
|
31
|
-
import '@alfalab/core-components-badge/esm';
|
|
32
|
-
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
33
31
|
import '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
34
32
|
import '../checkmark/Component.js';
|
|
33
|
+
import '@alfalab/core-components-badge/esm';
|
|
35
34
|
import '@alfalab/core-components-checkbox/esm';
|
|
35
|
+
import '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
36
36
|
import '@alfalab/core-components-button/esm';
|
|
37
37
|
import '@alfalab/core-components-base-modal/esm';
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Badge } from '@alfalab/core-components-badge/esm';
|
|
4
|
-
import { CheckmarkCircleMIcon } from '@alfalab/icons-glyph/CheckmarkCircleMIcon';
|
|
5
3
|
import { CheckmarkMIcon } from '@alfalab/icons-glyph/CheckmarkMIcon';
|
|
6
4
|
|
|
7
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_azqdh","selected":"select__selected_azqdh","displayIcon":"select__displayIcon_azqdh","displayBadge":"select__displayBadge_azqdh"};
|
|
8
6
|
require('./index.css')
|
|
9
7
|
|
|
10
8
|
var Checkmark = function (_a) {
|
|
@@ -13,8 +11,7 @@ var Checkmark = function (_a) {
|
|
|
13
11
|
return (React.createElement("div", { className: cn(styles.checkmark, className, (_b = {},
|
|
14
12
|
_b[styles.selected] = selected,
|
|
15
13
|
_b)) },
|
|
16
|
-
React.createElement(CheckmarkMIcon, { className: styles.displayIcon })
|
|
17
|
-
React.createElement(Badge, { className: styles.displayBadge, view: 'icon', size: 'm', iconColor: 'positive', content: React.createElement(CheckmarkCircleMIcon, null) })));
|
|
14
|
+
React.createElement(CheckmarkMIcon, { className: styles.displayIcon })));
|
|
18
15
|
};
|
|
19
16
|
|
|
20
17
|
export { Checkmark };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1v4n1 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
--select-mobile-checkmark-display-badge: none;
|
|
26
26
|
|
|
27
27
|
/* optgroup */
|
|
28
|
-
} .
|
|
28
|
+
} .select__checkmark_azqdh {
|
|
29
29
|
flex-shrink: 0;
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
width: 24px;
|
|
34
34
|
height: 24px;
|
|
35
35
|
opacity: 0
|
|
36
|
-
} .
|
|
36
|
+
} .select__checkmark_azqdh:first-child {
|
|
37
37
|
display: none;
|
|
38
|
-
} .
|
|
38
|
+
} .select__checkmark_azqdh.select__selected_azqdh {
|
|
39
39
|
opacity: 1;
|
|
40
|
-
} .
|
|
40
|
+
} .select__displayIcon_azqdh {
|
|
41
41
|
display: var(--select-mobile-checkmark-display-icon);
|
|
42
|
-
} .
|
|
42
|
+
} .select__displayBadge_azqdh {
|
|
43
43
|
display: var(--select-mobile-checkmark-display-badge);
|
|
44
44
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1b3l0 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
} :root {
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
/* checkmark */
|
|
29
29
|
|
|
30
30
|
/* optgroup */
|
|
31
|
-
} .
|
|
31
|
+
} .select__component_15ued {
|
|
32
32
|
width: max-content;
|
|
33
33
|
position: relative;
|
|
34
34
|
outline: 0;
|
|
35
|
-
} .
|
|
35
|
+
} .select__popoverInner_15ued {
|
|
36
36
|
padding-top: var(--select-options-list-offset);
|
|
37
37
|
padding-bottom: var(--select-options-list-offset);
|
|
38
38
|
box-shadow: none;
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
background: transparent;
|
|
41
41
|
border-radius: 0;
|
|
42
42
|
position: relative;
|
|
43
|
-
} .
|
|
43
|
+
} .select__sheet_15ued {
|
|
44
44
|
overflow: hidden;
|
|
45
|
-
} .
|
|
45
|
+
} .select__sheetContent_15ued {
|
|
46
46
|
padding: 0;
|
|
47
|
-
} .
|
|
47
|
+
} .select__sheetContainer_15ued {
|
|
48
48
|
padding: 0;
|
|
49
|
-
} .
|
|
49
|
+
} .select__block_15ued {
|
|
50
50
|
width: 100%;
|
|
51
51
|
} /* width: max-content; fix for IE */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
52
|
-
.
|
|
52
|
+
.select__component_15ued {
|
|
53
53
|
float: left;
|
|
54
54
|
clear: left;
|
|
55
55
|
}
|
|
56
|
-
} .
|
|
56
|
+
} .select__option_15ued {
|
|
57
57
|
padding: var(--gap-2xs) var(--gap-l) var(--gap-2xs) var(--gap-m)
|
|
58
|
-
} .
|
|
58
|
+
} .select__option_15ued:before {
|
|
59
59
|
display: none;
|
|
60
|
-
} .
|
|
60
|
+
} .select__optionGroup_15ued {
|
|
61
61
|
padding: var(--gap-m) var(--gap-m) var(--gap-xs);
|
|
62
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-909f3a34";
|