@alfalab/core-components-select 10.12.3 → 10.12.8
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/CHANGELOG.md +44 -0
- package/{Component-c51c3bb0.d.ts → Component-adb77a91.d.ts} +0 -0
- package/{Component-c51c3bb0.js → Component-adb77a91.js} +5 -5
- package/{Component-42bae619.d.ts → Component-b4c00a84.d.ts} +0 -0
- package/{Component-42bae619.js → Component-b4c00a84.js} +2 -2
- package/Component.js +2 -2
- package/components/arrow/Component.js +1 -1
- package/components/arrow/index.css +3 -3
- 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 +4 -4
- package/components/base-select-mobile/checkmark/Component.js +1 -1
- package/components/base-select-mobile/checkmark/index.css +5 -5
- 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 +4 -4
- 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 +1 -1
- package/components/checkmark/index.css +7 -7
- 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 +4 -4
- 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 +2 -2
- package/components/option/index.css +20 -20
- package/components/option/index.js +1 -1
- 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 +4 -4
- package/components/select-mobile/index.d.ts +1 -1
- package/components/select-mobile/index.js +4 -4
- package/components/select-modal-mobile/Component.js +4 -4
- package/components/select-modal-mobile/index.d.ts +1 -1
- package/components/select-modal-mobile/index.js +4 -4
- 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-213c00ab.js +1 -1
- package/cssm/Component-26c7067e.js +7 -7
- package/cssm/Component.js +4 -4
- package/cssm/components/base-select/Component.js +1 -1
- package/cssm/components/base-select/index.js +1 -1
- package/cssm/components/base-select-mobile/Component.js +9 -9
- package/cssm/components/base-select-mobile/checkmark/index.module.css +1 -1
- package/cssm/components/base-select-mobile/index.js +9 -9
- package/cssm/components/base-select-mobile/options-list/Component.js +2 -2
- package/cssm/components/base-select-mobile/options-list/index.js +2 -2
- package/cssm/components/checkmark/Component.js +1 -1
- package/cssm/components/checkmark/index.js +1 -1
- package/cssm/components/field/Component.js +1 -1
- package/cssm/components/field/index.js +1 -1
- package/cssm/components/index.js +9 -9
- package/cssm/components/option/Component.js +1 -1
- package/cssm/components/option/index.js +1 -1
- package/cssm/components/options-list/Component.js +1 -1
- package/cssm/components/options-list/index.js +1 -1
- package/cssm/components/select-mobile/Component.js +9 -9
- package/cssm/components/select-mobile/index.js +9 -9
- package/cssm/components/select-modal-mobile/Component.js +9 -9
- package/cssm/components/select-modal-mobile/index.js +9 -9
- package/cssm/components/virtual-options-list/Component.js +1 -1
- package/cssm/components/virtual-options-list/index.js +1 -1
- package/cssm/index.js +9 -9
- package/cssm/presets/index.js +9 -9
- package/cssm/presets/useLazyLoading/hook.js +2 -2
- package/cssm/presets/useSelectWithApply/hook.js +9 -9
- package/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +9 -9
- package/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +9 -9
- package/cssm/presets/useSelectWithLoading/hook.js +2 -2
- package/esm/{Component-265497f7.d.ts → Component-3628acb7.d.ts} +0 -0
- package/esm/{Component-265497f7.js → Component-3628acb7.js} +12 -12
- package/esm/{Component-6eee2298.d.ts → Component-5a1007fc.d.ts} +0 -0
- package/esm/{Component-6eee2298.js → Component-5a1007fc.js} +3 -3
- package/esm/Component.js +6 -6
- package/esm/components/arrow/Component.js +1 -1
- package/esm/components/arrow/index.css +3 -3
- package/esm/components/base-select/Component.js +3 -3
- 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 +3 -3
- package/esm/components/base-select-mobile/Component.js +13 -13
- package/esm/components/base-select-mobile/checkmark/Component.js +1 -1
- package/esm/components/base-select-mobile/checkmark/index.css +5 -5
- 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 +13 -13
- package/esm/components/base-select-mobile/options-list/Component.js +4 -4
- package/esm/components/base-select-mobile/options-list/index.css +9 -9
- package/esm/components/base-select-mobile/options-list/index.js +3 -3
- package/esm/components/checkmark/Component.js +2 -2
- package/esm/components/checkmark/index.css +7 -7
- package/esm/components/checkmark/index.js +1 -1
- package/esm/components/field/Component.js +3 -3
- package/esm/components/field/index.css +9 -9
- package/esm/components/field/index.js +2 -2
- package/esm/components/index.js +13 -13
- 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 +3 -3
- package/esm/components/option/index.css +20 -20
- package/esm/components/option/index.js +2 -2
- package/esm/components/options-list/Component.js +3 -3
- package/esm/components/options-list/index.css +6 -6
- package/esm/components/options-list/index.js +2 -2
- package/esm/components/select-mobile/Component.js +13 -13
- package/esm/components/select-mobile/index.d.ts +1 -1
- package/esm/components/select-mobile/index.js +13 -13
- package/esm/components/select-modal-mobile/Component.js +13 -13
- package/esm/components/select-modal-mobile/index.d.ts +1 -1
- package/esm/components/select-modal-mobile/index.js +13 -13
- package/esm/components/virtual-options-list/Component.js +3 -3
- package/esm/components/virtual-options-list/index.css +12 -12
- package/esm/components/virtual-options-list/index.js +2 -2
- package/esm/index.js +13 -13
- package/esm/{intersection-observer-d0a39f31.d.ts → intersection-observer-c9359098.d.ts} +0 -0
- package/esm/{intersection-observer-d0a39f31.js → intersection-observer-c9359098.js} +0 -0
- package/esm/presets/index.js +13 -13
- package/esm/presets/useLazyLoading/hook.js +5 -5
- package/esm/presets/useLazyLoading/index.css +2 -2
- package/esm/presets/useSelectWithApply/hook.js +13 -13
- package/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +13 -13
- 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 +13 -13
- package/esm/presets/useSelectWithLoading/hook.js +4 -4
- package/esm/presets/useSelectWithLoading/index.css +2 -2
- package/esm/{tslib.es6-0e12acda.d.ts → tslib.es6-c081f302.d.ts} +0 -0
- package/esm/{tslib.es6-0e12acda.js → tslib.es6-c081f302.js} +0 -0
- package/index.js +4 -4
- package/{intersection-observer-04621f21.d.ts → intersection-observer-b4334d6c.d.ts} +0 -0
- package/{intersection-observer-04621f21.js → intersection-observer-b4334d6c.js} +0 -0
- package/modern/{Component-b550e5e4.d.ts → Component-75155b9f.d.ts} +0 -0
- package/modern/{Component-b550e5e4.js → Component-75155b9f.js} +11 -11
- package/modern/{Component-d025b2dd.d.ts → Component-eef8ac3b.d.ts} +0 -0
- package/modern/{Component-d025b2dd.js → Component-eef8ac3b.js} +2 -2
- package/modern/Component.js +5 -5
- package/modern/components/arrow/Component.js +1 -1
- package/modern/components/arrow/index.css +3 -3
- package/modern/components/base-select/Component.js +2 -2
- 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 +2 -2
- package/modern/components/base-select-mobile/Component.js +12 -12
- package/modern/components/base-select-mobile/checkmark/Component.js +1 -1
- package/modern/components/base-select-mobile/checkmark/index.css +5 -5
- 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 +12 -12
- package/modern/components/base-select-mobile/options-list/Component.js +3 -3
- package/modern/components/base-select-mobile/options-list/index.css +9 -9
- package/modern/components/base-select-mobile/options-list/index.js +2 -2
- package/modern/components/checkmark/Component.js +2 -2
- package/modern/components/checkmark/index.css +7 -7
- package/modern/components/checkmark/index.js +1 -1
- package/modern/components/field/Component.js +2 -2
- package/modern/components/field/index.css +9 -9
- package/modern/components/field/index.js +1 -1
- package/modern/components/index.js +12 -12
- package/modern/components/optgroup/Component.js +1 -1
- package/modern/components/optgroup/index.css +6 -6
- package/modern/components/option/Component.js +2 -2
- package/modern/components/option/index.css +20 -20
- package/modern/components/option/index.js +1 -1
- package/modern/components/options-list/Component.js +2 -2
- package/modern/components/options-list/index.css +6 -6
- package/modern/components/options-list/index.js +1 -1
- package/modern/components/select-mobile/Component.js +12 -12
- package/modern/components/select-mobile/index.d.ts +1 -1
- package/modern/components/select-mobile/index.js +12 -12
- package/modern/components/select-modal-mobile/Component.js +12 -12
- package/modern/components/select-modal-mobile/index.d.ts +1 -1
- package/modern/components/select-modal-mobile/index.js +12 -12
- package/modern/components/virtual-options-list/Component.js +2 -2
- package/modern/components/virtual-options-list/index.css +12 -12
- package/modern/components/virtual-options-list/index.js +1 -1
- package/modern/index.js +12 -12
- package/modern/{intersection-observer-d0a39f31.d.ts → intersection-observer-c9359098.d.ts} +0 -0
- package/modern/{intersection-observer-d0a39f31.js → intersection-observer-c9359098.js} +0 -0
- package/modern/presets/index.js +12 -12
- package/modern/presets/useLazyLoading/hook.js +4 -4
- package/modern/presets/useLazyLoading/index.css +2 -2
- package/modern/presets/useSelectWithApply/hook.js +12 -12
- package/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +12 -12
- 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 +12 -12
- package/modern/presets/useSelectWithLoading/hook.js +3 -3
- package/modern/presets/useSelectWithLoading/index.css +2 -2
- package/package.json +12 -12
- package/presets/index.js +4 -4
- package/presets/useLazyLoading/hook.js +3 -3
- package/presets/useLazyLoading/index.css +2 -2
- package/presets/useSelectWithApply/hook.js +4 -4
- package/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
- 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 +4 -4
- package/presets/useSelectWithLoading/hook.js +2 -2
- package/presets/useSelectWithLoading/index.css +2 -2
- /package/{tslib.es6-67676b9e.d.ts → tslib.es6-b0d6b344.d.ts} +0 -0
- /package/{tslib.es6-67676b9e.js → tslib.es6-b0d6b344.js} +0 -0
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React, { useMemo, useState, useRef, useCallback, useEffect, forwardRef } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '@alfalab/core-components-form-control/
|
|
4
|
+
import '@alfalab/core-components-form-control/modern';
|
|
5
5
|
import { processOptions } from './utils.js';
|
|
6
6
|
import { Field } from './components/field/Component.js';
|
|
7
7
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
8
8
|
import { Arrow } from './components/arrow/Component.js';
|
|
9
9
|
import mergeRefs from 'react-merge-refs';
|
|
10
|
-
import '@alfalab/core-components-scrollbar/
|
|
10
|
+
import '@alfalab/core-components-scrollbar/modern';
|
|
11
11
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
12
12
|
import { OptionsList } from './components/options-list/Component.js';
|
|
13
|
-
import '@alfalab/core-components-checkbox/
|
|
13
|
+
import '@alfalab/core-components-checkbox/modern';
|
|
14
14
|
import { Option } from './components/option/Component.js';
|
|
15
15
|
import { useMultipleSelection, useCombobox } from 'downshift';
|
|
16
|
-
import { g as getDataTestId } from './Component-
|
|
16
|
+
import { g as getDataTestId } from './Component-eef8ac3b.js';
|
|
17
17
|
import './Component.js';
|
|
18
|
-
import { BottomSheet } from '@alfalab/core-components-bottom-sheet/
|
|
19
|
-
import { ModalMobile } from '@alfalab/core-components-modal/
|
|
20
|
-
import { Button } from '@alfalab/core-components-button/
|
|
18
|
+
import { BottomSheet } from '@alfalab/core-components-bottom-sheet/modern';
|
|
19
|
+
import { ModalMobile } from '@alfalab/core-components-modal/modern/mobile';
|
|
20
|
+
import { Button } from '@alfalab/core-components-button/modern';
|
|
21
21
|
import { OptionsList as OptionsList$1 } from './components/base-select-mobile/options-list/Component.js';
|
|
22
22
|
import { Checkmark } from './components/base-select-mobile/checkmark/Component.js';
|
|
23
23
|
import 'react-virtual';
|
|
24
|
-
import '@alfalab/core-components-skeleton/
|
|
25
|
-
import './intersection-observer-
|
|
24
|
+
import '@alfalab/core-components-skeleton/modern';
|
|
25
|
+
import './intersection-observer-c9359098.js';
|
|
26
26
|
|
|
27
27
|
const SELECT_ALL_KEY = 'select_all';
|
|
28
28
|
const selectAllOption = { key: SELECT_ALL_KEY, content: 'Выбрать все' };
|
|
@@ -93,7 +93,7 @@ function useSelectWithApply({ options, selected, onChange = () => null, OptionsL
|
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
var styles = {"footer":"
|
|
96
|
+
var styles = {"footer":"select__footer_yrv3e","withBorder":"select__withBorder_yrv3e"};
|
|
97
97
|
require('./presets/useSelectWithApply/options-list-with-apply/index.css')
|
|
98
98
|
|
|
99
99
|
const OptionsListWithApply = forwardRef(({ toggleMenu, OptionsList: OptionsList$1 = OptionsList, getOptionProps: defaultGetOptionProps, showClear = true, selectedDraft = [], flatOptions = [], onApply = () => null, onClear = () => null, onClose = () => null, visibleOptions = 5, ...restProps }, ref) => {
|
|
@@ -140,7 +140,7 @@ const OptionsListWithApply = forwardRef(({ toggleMenu, OptionsList: OptionsList$
|
|
|
140
140
|
showClear && (React.createElement(Button, { size: 'xxs', view: 'secondary', onClick: handleClear }, "\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C"))) })));
|
|
141
141
|
});
|
|
142
142
|
|
|
143
|
-
var styles$1 = {"component":"
|
|
143
|
+
var styles$1 = {"component":"select__component_2g259","popoverInner":"select__popoverInner_2g259","sheet":"select__sheet_2g259","sheetContent":"select__sheetContent_2g259","sheetContainer":"select__sheetContainer_2g259","block":"select__block_2g259","option":"select__option_2g259","optionGroup":"select__optionGroup_2g259"};
|
|
144
144
|
require('./components/base-select-mobile/index.css')
|
|
145
145
|
|
|
146
146
|
const BaseSelectMobile = forwardRef(({ dataTestId, className, fieldClassName, optionsListClassName, optionClassName, optionGroupClassName, optionsListProps, options, autocomplete = false, multiple = false, allowUnselect = false, disabled = false, closeOnSelect = !multiple, circularNavigation = false, defaultOpen = false, open: openProp, name, id, selected, size = 'm', optionsSize = 'm', error, hint, block, label, placeholder, fieldProps = {}, optionProps = {}, valueRenderer, onChange, onOpen, onFocus, Arrow: Arrow$1 = Arrow, Field: Field$1 = Field, Optgroup: Optgroup$1 = Optgroup, Option: Option$1 = Option, swipeable, footer, isBottomSheet, bottomSheetProps, }, ref) => {
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import cn from 'classnames';
|
|
|
3
3
|
import { processOptions } from './utils.js';
|
|
4
4
|
import mergeRefs from 'react-merge-refs';
|
|
5
5
|
import { ResizeObserver } from '@juggle/resize-observer';
|
|
6
|
-
import { Popover } from '@alfalab/core-components-popover/
|
|
6
|
+
import { Popover } from '@alfalab/core-components-popover/modern';
|
|
7
7
|
import { useMultipleSelection, useCombobox } from 'downshift';
|
|
8
8
|
import { NativeSelect } from './components/native-select/Component.js';
|
|
9
9
|
|
|
@@ -12,7 +12,7 @@ const getDataTestId = (dataTestId, element) => {
|
|
|
12
12
|
return dataTestId ? `${dataTestId}${elementPart}` : undefined;
|
|
13
13
|
};
|
|
14
14
|
|
|
15
|
-
var styles = {"component":"
|
|
15
|
+
var styles = {"component":"select__component_sy31n","popoverInner":"select__popoverInner_sy31n","optionsList":"select__optionsList_sy31n","nativeSelect":"select__nativeSelect_sy31n","block":"select__block_sy31n"};
|
|
16
16
|
require('./components/base-select/index.css')
|
|
17
17
|
|
|
18
18
|
const BaseSelect = forwardRef(({ dataTestId, className, fieldClassName, optionsListClassName, optionClassName, popperClassName, options, autocomplete = false, multiple = false, allowUnselect = false, disabled = false, closeOnSelect = !multiple, circularNavigation = false, nativeSelect = false, defaultOpen = false, open: openProp, popoverPosition = 'bottom-start', preventFlip = true, optionsListWidth = 'content', name, id, selected, size = 's', optionsSize = size, error, hint, block, label, placeholder, fieldProps = {}, optionsListProps = {}, optionProps = {}, valueRenderer, onChange, onOpen, onFocus, onBlur, onScroll, Arrow, Field = () => null, OptionsList = () => null, Optgroup = () => null, Option = () => null, updatePopover, zIndexPopover, showEmptyOptionsList = false, visibleOptions, }, ref) => {
|
package/modern/Component.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '@alfalab/core-components-form-control/
|
|
4
|
+
import '@alfalab/core-components-form-control/modern';
|
|
5
5
|
import './utils.js';
|
|
6
6
|
import { Field } from './components/field/Component.js';
|
|
7
7
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
8
8
|
import { Arrow } from './components/arrow/Component.js';
|
|
9
9
|
import 'react-merge-refs';
|
|
10
|
-
import '@alfalab/core-components-scrollbar/
|
|
10
|
+
import '@alfalab/core-components-scrollbar/modern';
|
|
11
11
|
import { Optgroup } from './components/optgroup/Component.js';
|
|
12
12
|
import { OptionsList } from './components/options-list/Component.js';
|
|
13
|
-
import '@alfalab/core-components-checkbox/
|
|
13
|
+
import '@alfalab/core-components-checkbox/modern';
|
|
14
14
|
import './components/checkmark/Component.js';
|
|
15
15
|
import { Option } from './components/option/Component.js';
|
|
16
16
|
import '@juggle/resize-observer';
|
|
17
|
-
import '@alfalab/core-components-popover/
|
|
17
|
+
import '@alfalab/core-components-popover/modern';
|
|
18
18
|
import 'downshift';
|
|
19
19
|
import './components/native-select/Component.js';
|
|
20
|
-
import { B as BaseSelect } from './Component-
|
|
20
|
+
import { B as BaseSelect } from './Component-eef8ac3b.js';
|
|
21
21
|
|
|
22
22
|
const Select = forwardRef(({ Arrow: Arrow$1 = Arrow, Field: Field$1 = Field, OptionsList: OptionsList$1 = OptionsList, Optgroup: Optgroup$1 = Optgroup, Option: Option$1 = Option, ...restProps }, ref) => (React.createElement(BaseSelect, Object.assign({ ref: ref, Option: Option$1, Field: Field$1, Optgroup: Optgroup$1, OptionsList: OptionsList$1, Arrow: Arrow$1 }, restProps))));
|
|
23
23
|
|
|
@@ -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_h6jm6","open":"select__open_h6jm6"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Arrow = ({ open, className }) => (React.createElement(ChevronDownMIcon, { className: cn(styles.arrow, className, { [styles.open]: open }) }));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 15x3c */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
/* optgroup */
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.select__arrow_h6jm6 {
|
|
28
28
|
display: block;
|
|
29
29
|
width: 24px;
|
|
30
30
|
height: 24px;
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
|
|
33
33
|
transition: transform 0.15s ease-in-out, opacity 0.2s ease;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__open_h6jm6 {
|
|
36
36
|
transform: var(--arrow-transform);
|
|
37
37
|
}
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import '../../utils.js';
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
|
-
import '@alfalab/core-components-popover/
|
|
6
|
+
import '@alfalab/core-components-popover/modern';
|
|
7
7
|
import 'downshift';
|
|
8
8
|
import '../native-select/Component.js';
|
|
9
|
-
export { B as BaseSelect } from '../../Component-
|
|
9
|
+
export { B as BaseSelect } from '../../Component-eef8ac3b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1aml6 */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
|
|
29
29
|
/* optgroup */
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.select__component_sy31n {
|
|
32
32
|
width: max-content;
|
|
33
33
|
position: relative;
|
|
34
34
|
outline: 0;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__popoverInner_sy31n {
|
|
37
37
|
padding-top: var(--select-options-list-offset);
|
|
38
38
|
padding-bottom: var(--select-options-list-offset);
|
|
39
39
|
box-shadow: none;
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
border-radius: 0;
|
|
43
43
|
position: relative;
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.select__optionsList_sy31n {
|
|
46
46
|
padding-top: var(--select-options-list-top-padding);
|
|
47
47
|
padding-bottom: var(--select-options-list-bottom-padding);
|
|
48
48
|
box-shadow: var(--select-options-list-box-shadow);
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
overflow: hidden;
|
|
52
52
|
will-change: transform;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.select__nativeSelect_sy31n {
|
|
55
55
|
opacity: 0;
|
|
56
56
|
overflow: hidden;
|
|
57
57
|
position: absolute;
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
cursor: pointer;
|
|
66
66
|
z-index: 1;
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
.select__block_sy31n {
|
|
69
69
|
width: 100%;
|
|
70
70
|
}
|
|
71
71
|
/* width: max-content; fix for IE */
|
|
72
72
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
73
|
-
.
|
|
73
|
+
.select__component_sy31n {
|
|
74
74
|
float: left;
|
|
75
75
|
clear: left;
|
|
76
76
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-eef8ac3b";
|
|
@@ -3,7 +3,7 @@ import 'classnames';
|
|
|
3
3
|
import '../../utils.js';
|
|
4
4
|
import 'react-merge-refs';
|
|
5
5
|
import '@juggle/resize-observer';
|
|
6
|
-
import '@alfalab/core-components-popover/
|
|
6
|
+
import '@alfalab/core-components-popover/modern';
|
|
7
7
|
import 'downshift';
|
|
8
8
|
import '../native-select/Component.js';
|
|
9
|
-
export { B as BaseSelect } from '../../Component-
|
|
9
|
+
export { B as BaseSelect } from '../../Component-eef8ac3b.js';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '@alfalab/core-components-form-control/
|
|
4
|
+
import '@alfalab/core-components-form-control/modern';
|
|
5
5
|
import '../../utils.js';
|
|
6
6
|
import '../field/Component.js';
|
|
7
7
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
8
8
|
import '../arrow/Component.js';
|
|
9
9
|
import 'react-merge-refs';
|
|
10
|
-
import '@alfalab/core-components-scrollbar/
|
|
10
|
+
import '@alfalab/core-components-scrollbar/modern';
|
|
11
11
|
import '../optgroup/Component.js';
|
|
12
12
|
import '../options-list/Component.js';
|
|
13
|
-
import '@alfalab/core-components-checkbox/
|
|
13
|
+
import '@alfalab/core-components-checkbox/modern';
|
|
14
14
|
import '../checkmark/Component.js';
|
|
15
15
|
import '../option/Component.js';
|
|
16
16
|
import '@juggle/resize-observer';
|
|
17
|
-
import '@alfalab/core-components-popover/
|
|
17
|
+
import '@alfalab/core-components-popover/modern';
|
|
18
18
|
import 'downshift';
|
|
19
19
|
import '../native-select/Component.js';
|
|
20
|
-
import '../../Component-
|
|
20
|
+
import '../../Component-eef8ac3b.js';
|
|
21
21
|
import '../../Component.js';
|
|
22
|
-
import '@alfalab/core-components-bottom-sheet/
|
|
23
|
-
import '@alfalab/core-components-modal/
|
|
24
|
-
import '@alfalab/core-components-button/
|
|
25
|
-
import '@alfalab/core-components-base-modal/
|
|
22
|
+
import '@alfalab/core-components-bottom-sheet/modern';
|
|
23
|
+
import '@alfalab/core-components-modal/modern/mobile';
|
|
24
|
+
import '@alfalab/core-components-button/modern';
|
|
25
|
+
import '@alfalab/core-components-base-modal/modern';
|
|
26
26
|
import './options-list/Component.js';
|
|
27
27
|
import './checkmark/Component.js';
|
|
28
|
-
export { B as BaseSelectMobile } from '../../Component-
|
|
28
|
+
export { B as BaseSelectMobile } from '../../Component-75155b9f.js';
|
|
29
29
|
import 'react-virtual';
|
|
30
|
-
import '@alfalab/core-components-skeleton/
|
|
31
|
-
import '../../intersection-observer-
|
|
30
|
+
import '@alfalab/core-components-skeleton/modern';
|
|
31
|
+
import '../../intersection-observer-c9359098.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
|
|
4
|
-
var styles = {"checkmark":"
|
|
4
|
+
var styles = {"checkmark":"select__checkmark_6y0xq","selected":"select__selected_6y0xq"};
|
|
5
5
|
require('./index.css')
|
|
6
6
|
|
|
7
7
|
const Checkmark = ({ selected, className }) => (React.createElement("span", { className: cn(styles.checkmark, className, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1055l */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
/* option */
|
|
15
15
|
|
|
16
16
|
/* checkmark */
|
|
17
|
-
--select-mobile-checkmark-background: url('https://alfabank.
|
|
17
|
+
--select-mobile-checkmark-background: url('https://alfabank.servicecdn.ru/icons/glyph_checkmark_m.svg');
|
|
18
18
|
|
|
19
19
|
/* optgroup */
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.select__checkmark_6y0xq {
|
|
22
22
|
flex-shrink: 0;
|
|
23
23
|
display: flex;
|
|
24
24
|
align-items: center;
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
height: 24px;
|
|
30
30
|
opacity: 0
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.select__checkmark_6y0xq:first-child {
|
|
33
33
|
display: none;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__checkmark_6y0xq.select__selected_6y0xq {
|
|
36
36
|
opacity: 1;
|
|
37
37
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 7hi3t */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
|
|
25
25
|
/* optgroup */
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.select__component_2g259 {
|
|
28
28
|
width: max-content;
|
|
29
29
|
position: relative;
|
|
30
30
|
outline: 0;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.select__popoverInner_2g259 {
|
|
33
33
|
padding-top: var(--select-options-list-offset);
|
|
34
34
|
padding-bottom: var(--select-options-list-offset);
|
|
35
35
|
box-shadow: none;
|
|
@@ -38,31 +38,31 @@
|
|
|
38
38
|
border-radius: 0;
|
|
39
39
|
position: relative;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.select__sheet_2g259 {
|
|
42
42
|
overflow: hidden;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.select__sheetContent_2g259 {
|
|
45
45
|
padding: 0;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.select__sheetContainer_2g259 {
|
|
48
48
|
padding: 0;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.select__block_2g259 {
|
|
51
51
|
width: 100%;
|
|
52
52
|
}
|
|
53
53
|
/* width: max-content; fix for IE */
|
|
54
54
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
55
|
-
.
|
|
55
|
+
.select__component_2g259 {
|
|
56
56
|
float: left;
|
|
57
57
|
clear: left;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.select__option_2g259 {
|
|
61
61
|
padding: var(--gap-2xs) var(--gap-l) var(--gap-2xs) var(--gap-m)
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.select__option_2g259:before {
|
|
64
64
|
display: none;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.select__optionGroup_2g259 {
|
|
67
67
|
padding: var(--gap-m) var(--gap-m) var(--gap-xs);
|
|
68
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../Component-
|
|
1
|
+
export * from "../../Component-75155b9f";
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '@alfalab/hooks';
|
|
4
|
-
import '@alfalab/core-components-form-control/
|
|
4
|
+
import '@alfalab/core-components-form-control/modern';
|
|
5
5
|
import '../../utils.js';
|
|
6
6
|
import '../field/Component.js';
|
|
7
7
|
import '@alfalab/icons-glyph/ChevronDownMIcon';
|
|
8
8
|
import '../arrow/Component.js';
|
|
9
9
|
import 'react-merge-refs';
|
|
10
|
-
import '@alfalab/core-components-scrollbar/
|
|
10
|
+
import '@alfalab/core-components-scrollbar/modern';
|
|
11
11
|
import '../optgroup/Component.js';
|
|
12
12
|
import '../options-list/Component.js';
|
|
13
|
-
import '@alfalab/core-components-checkbox/
|
|
13
|
+
import '@alfalab/core-components-checkbox/modern';
|
|
14
14
|
import '../checkmark/Component.js';
|
|
15
15
|
import '../option/Component.js';
|
|
16
16
|
import '@juggle/resize-observer';
|
|
17
|
-
import '@alfalab/core-components-popover/
|
|
17
|
+
import '@alfalab/core-components-popover/modern';
|
|
18
18
|
import 'downshift';
|
|
19
19
|
import '../native-select/Component.js';
|
|
20
|
-
import '../../Component-
|
|
20
|
+
import '../../Component-eef8ac3b.js';
|
|
21
21
|
import '../../Component.js';
|
|
22
|
-
import '@alfalab/core-components-bottom-sheet/
|
|
23
|
-
import '@alfalab/core-components-modal/
|
|
24
|
-
import '@alfalab/core-components-button/
|
|
25
|
-
import '@alfalab/core-components-base-modal/
|
|
22
|
+
import '@alfalab/core-components-bottom-sheet/modern';
|
|
23
|
+
import '@alfalab/core-components-modal/modern/mobile';
|
|
24
|
+
import '@alfalab/core-components-button/modern';
|
|
25
|
+
import '@alfalab/core-components-base-modal/modern';
|
|
26
26
|
import './options-list/Component.js';
|
|
27
27
|
import './checkmark/Component.js';
|
|
28
|
-
export { B as BaseSelectMobile } from '../../Component-
|
|
28
|
+
export { B as BaseSelectMobile } from '../../Component-75155b9f.js';
|
|
29
29
|
import 'react-virtual';
|
|
30
|
-
import '@alfalab/core-components-skeleton/
|
|
31
|
-
import '../../intersection-observer-
|
|
30
|
+
import '@alfalab/core-components-skeleton/modern';
|
|
31
|
+
import '../../intersection-observer-c9359098.js';
|
|
@@ -2,10 +2,10 @@ import React, { useContext, useEffect } from 'react';
|
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { isGroup } from '../../../utils.js';
|
|
4
4
|
import { Optgroup } from '../../optgroup/Component.js';
|
|
5
|
-
import { Button } from '@alfalab/core-components-button/
|
|
6
|
-
import { BaseModalContext } from '@alfalab/core-components-base-modal/
|
|
5
|
+
import { Button } from '@alfalab/core-components-button/modern';
|
|
6
|
+
import { BaseModalContext } from '@alfalab/core-components-base-modal/modern';
|
|
7
7
|
|
|
8
|
-
var styles = {"optionsList":"
|
|
8
|
+
var styles = {"optionsList":"select__optionsList_cpxrz","emptyPlaceholder":"select__emptyPlaceholder_cpxrz","l":"select__l_cpxrz","xl":"select__xl_cpxrz","footer":"select__footer_cpxrz","footerButton":"select__footerButton_cpxrz","highlighted":"select__highlighted_cpxrz"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
const createCounter = () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: nmfkw */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
--select-mobile-footer-border-top: 1px solid var(--color-light-border-primary);
|
|
33
33
|
--select-mobile-footer-background-color: var(--color-light-bg-primary);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.select__optionsList_cpxrz {
|
|
36
36
|
width: 100%;
|
|
37
37
|
outline: none;
|
|
38
38
|
box-sizing: border-box;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
.select__emptyPlaceholder_cpxrz {
|
|
41
41
|
padding: var(--gap-m) var(--gap-s);
|
|
42
42
|
color: var(--select-options-list-empty-placeholder-color);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
45
|
-
.
|
|
44
|
+
.select__l_cpxrz .select__emptyPlaceholder_cpxrz,
|
|
45
|
+
.select__xl_cpxrz .select__emptyPlaceholder_cpxrz {
|
|
46
46
|
padding: var(--gap-xl) var(--gap-m);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.select__footer_cpxrz {
|
|
49
49
|
display: flex;
|
|
50
50
|
justify-content: space-between;
|
|
51
51
|
position: sticky;
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
background-color: var(--color-light-bg-primary);
|
|
54
54
|
bottom: 0
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.select__footer_cpxrz .select__footerButton_cpxrz:first-of-type {
|
|
57
57
|
margin-right: var(--gap-m);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.select__footerButton_cpxrz {
|
|
60
60
|
width: 50%;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.select__highlighted_cpxrz {
|
|
63
63
|
border-top: var(--select-mobile-footer-border-top);
|
|
64
64
|
background-color: var(--select-mobile-footer-background-color);
|
|
65
65
|
}
|
|
@@ -2,6 +2,6 @@ import 'react';
|
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import '../../../utils.js';
|
|
4
4
|
import '../../optgroup/Component.js';
|
|
5
|
-
import '@alfalab/core-components-button/
|
|
6
|
-
import '@alfalab/core-components-base-modal/
|
|
5
|
+
import '@alfalab/core-components-button/modern';
|
|
6
|
+
import '@alfalab/core-components-base-modal/modern';
|
|
7
7
|
export { OptionsList } from './Component.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Checkbox } from '@alfalab/core-components-checkbox/
|
|
3
|
+
import { Checkbox } from '@alfalab/core-components-checkbox/modern';
|
|
4
4
|
|
|
5
|
-
var styles = {"checkmark":"
|
|
5
|
+
var styles = {"checkmark":"select__checkmark_14vly","single":"select__single_14vly","selected":"select__selected_14vly","before":"select__before_14vly","multiple":"select__multiple_14vly","after":"select__after_14vly"};
|
|
6
6
|
require('./index.css')
|
|
7
7
|
|
|
8
8
|
const Checkmark = ({ selected, disabled = false, className, multiple, position = 'before', }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 10f4h */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-graphic-primary: #0b1f35;
|
|
4
4
|
}
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
|
|
36
36
|
/* optgroup */
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.select__checkmark_14vly {
|
|
39
39
|
flex-shrink: 0;
|
|
40
40
|
margin: var(--select-checkmark-margin);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.select__single_14vly {
|
|
43
43
|
display: flex;
|
|
44
44
|
align-items: center;
|
|
45
45
|
justify-content: center;
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
width: var(--select-checkmark-size);
|
|
51
51
|
height: var(--select-checkmark-size)
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.select__single_14vly.select__selected_14vly {
|
|
54
54
|
opacity: 1;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.select__before_14vly {
|
|
57
57
|
display: var(--select-checkmark-before-display)
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.select__before_14vly.select__multiple_14vly {
|
|
60
60
|
margin-right: var(--gap-s);
|
|
61
61
|
}
|
|
62
|
-
.
|
|
62
|
+
.select__after_14vly {
|
|
63
63
|
display: var(--select-checkmark-after-display);
|
|
64
64
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React, { useState, useRef, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
3
|
import { useFocus } from '@alfalab/hooks';
|
|
4
|
-
import { FormControl } from '@alfalab/core-components-form-control/
|
|
4
|
+
import { FormControl } from '@alfalab/core-components-form-control/modern';
|
|
5
5
|
import { joinOptions } from '../../utils.js';
|
|
6
6
|
|
|
7
|
-
var styles = {"component":"
|
|
7
|
+
var styles = {"component":"select__component_4ndnh","field":"select__field_4ndnh","disabled":"select__disabled_4ndnh","arrow":"select__arrow_4ndnh","placeholder":"select__placeholder_4ndnh","contentWrapper":"select__contentWrapper_4ndnh","value":"select__value_4ndnh","focusVisible":"select__focusVisible_4ndnh"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
const Field = ({ size = 'm', open, multiple, error, hint, disabled, label, placeholder, selectedMultiple = [], selected, rightAddons, valueRenderer = joinOptions, setSelectedItems, toggleMenu, Arrow, innerProps, dataTestId, fieldClassName, ...restProps }) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1lyds */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-border-link: #007aff;
|
|
4
4
|
--color-light-text-secondary: #546272;
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
|
|
27
27
|
/* optgroup */
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.select__component_4ndnh {
|
|
30
30
|
width: 100%;
|
|
31
31
|
outline: none;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.select__field_4ndnh:not(.select__disabled_4ndnh) {
|
|
34
34
|
cursor: pointer
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.select__field_4ndnh:not(.select__disabled_4ndnh):hover .select__arrow_4ndnh {
|
|
37
37
|
opacity: var(--select-arrow-hover-opacity);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.select__disabled_4ndnh {
|
|
40
40
|
cursor: var(--disabled-cursor);
|
|
41
41
|
}
|
|
42
42
|
/* TODO: Заюзать переменные из инпута */
|
|
43
|
-
.
|
|
43
|
+
.select__placeholder_4ndnh {
|
|
44
44
|
color: var(--color-light-text-secondary);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.select__contentWrapper_4ndnh {
|
|
47
47
|
font-size: 16px;
|
|
48
48
|
line-height: 20px;
|
|
49
49
|
font-weight: 400;
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
overflow: hidden;
|
|
54
54
|
width: 100%;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.select__value_4ndnh {
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
text-overflow: ellipsis;
|
|
59
59
|
text-align: left;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.select__focusVisible_4ndnh {
|
|
62
62
|
outline: 2px solid var(--focus-color);
|
|
63
63
|
outline-offset: 2px;
|
|
64
64
|
}
|