@itcase/ui 1.7.0 → 1.8.0
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/dist/{Badge-BE28NFES.js → Badge-BY030Mwm.js} +1 -1
- package/dist/{Badge-C_6Iofu7.js → Badge-Df7Zxjnk.js} +1 -1
- package/dist/{Button-Df425Vot.js → Button-DJxd2_t4.js} +2 -2
- package/dist/{Button-sYpJIJPv.js → Button-K5n8BI_w.js} +2 -2
- package/dist/{Group-D5nvxHx0.js → Group-C8NUU6k5.js} +2 -2
- package/dist/{Group-NYDjw1CD.js → Group-utjnjUDZ.js} +2 -2
- package/dist/{Icon-BzIdIgGY.js → Icon-BF7i3XdQ.js} +1 -1
- package/dist/{Icon-dS-it4rs.js → Icon-D_BDlSSb.js} +1 -1
- package/dist/{Link-UmzWKcxT.js → Link-CZ8o5lGW.js} +1 -1
- package/dist/{Link-aBsZ1d0Q.js → Link-Cn7hiWmM.js} +1 -1
- package/dist/cjs/components/Accordion.js +2 -2
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/Badge.js +3 -3
- package/dist/cjs/components/Breadcrumbs.js +2 -2
- package/dist/cjs/components/Button.js +3 -3
- package/dist/cjs/components/Cell.js +2 -2
- package/dist/cjs/components/Chips.js +3 -3
- package/dist/cjs/components/Choice.js +3 -3
- package/dist/cjs/components/CookiesWarning.js +4 -4
- package/dist/cjs/components/DatePicker.js +3 -3
- package/dist/cjs/components/Drawer.js +3 -1
- package/dist/cjs/components/Group.js +1 -1
- package/dist/cjs/components/Icon.js +2 -2
- package/dist/cjs/components/InputMask.js +1 -1
- package/dist/cjs/components/InputPassword.js +2 -2
- package/dist/cjs/components/Link.js +1 -1
- package/dist/cjs/components/List.js +1 -1
- package/dist/cjs/components/Logo.js +1 -1
- package/dist/cjs/components/MenuItem.js +1 -1
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Panel.js +1 -1
- package/dist/cjs/components/Response.js +4 -4
- package/dist/cjs/components/Search.js +2 -2
- package/dist/cjs/components/Select.js +4 -4
- package/dist/cjs/components/Tab.js +5 -5
- package/dist/cjs/components/Tile.js +3 -3
- package/dist/components/Accordion.js +2 -2
- package/dist/components/Avatar.js +2 -2
- package/dist/components/Badge.js +3 -3
- package/dist/components/Breadcrumbs.js +2 -2
- package/dist/components/Button.js +3 -3
- package/dist/components/Cell.js +2 -2
- package/dist/components/Chips.js +3 -3
- package/dist/components/Choice.js +3 -3
- package/dist/components/CookiesWarning.js +4 -4
- package/dist/components/DatePicker.js +3 -3
- package/dist/components/Drawer.js +3 -1
- package/dist/components/Group.js +1 -1
- package/dist/components/Icon.js +2 -2
- package/dist/components/InputMask.js +1 -1
- package/dist/components/InputPassword.js +2 -2
- package/dist/components/Link.js +1 -1
- package/dist/components/List.js +1 -1
- package/dist/components/Logo.js +1 -1
- package/dist/components/MenuItem.js +1 -1
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Panel.js +1 -1
- package/dist/components/Response.js +4 -4
- package/dist/components/Search.js +2 -2
- package/dist/components/Select.js +4 -4
- package/dist/components/Tab.js +5 -5
- package/dist/components/Tile.js +3 -3
- package/dist/css/components/Divider/Divider.css +10 -13
- package/dist/css/components/Group/Group.css +13 -4
- package/dist/css/components/Link/Link.css +17 -0
- package/dist/types/components/Tab/Tab.interface.d.ts +1 -2
- package/package.json +1 -1
|
@@ -6,9 +6,9 @@ var React = require('react');
|
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
8
8
|
var useStyles = require('../hooks/useStyles/useStyles.js');
|
|
9
|
-
var Badge = require('../../Badge-
|
|
9
|
+
var Badge = require('../../Badge-Df7Zxjnk.js');
|
|
10
10
|
var Divider = require('../../Divider-BQIfjvPR.js');
|
|
11
|
-
var Link = require('../../Link-
|
|
11
|
+
var Link = require('../../Link-CZ8o5lGW.js');
|
|
12
12
|
var Text = require('../../Text-DwIx33-P.js');
|
|
13
13
|
require('lodash/camelCase');
|
|
14
14
|
require('lodash/castArray');
|
|
@@ -22,7 +22,7 @@ require('react-responsive');
|
|
|
22
22
|
require('../utils/setViewportProperty.js');
|
|
23
23
|
require('lodash/maxBy');
|
|
24
24
|
require('../hooks/useStyles/styleAttributes.js');
|
|
25
|
-
require('../../Icon-
|
|
25
|
+
require('../../Icon-D_BDlSSb.js');
|
|
26
26
|
require('react-inlinesvg');
|
|
27
27
|
require('../../Tooltip-hznDyLwa.js');
|
|
28
28
|
require('../../Title-ByfOyy-n.js');
|
|
@@ -148,12 +148,12 @@ function Tab(props) {
|
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
function TabGroup(props) {
|
|
151
|
-
var
|
|
151
|
+
var className = props.className, dataTestId = props.dataTestId, dataTour = props.dataTour, horizontalScroll = props.horizontalScroll, style = props.style, set = props.set, children = props.children;
|
|
152
152
|
var propsGenerator = useDevicePropsGenerator.useDevicePropsGenerator(props);
|
|
153
153
|
var directionClass = propsGenerator.directionClass, alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillClass = propsGenerator.fillClass, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, contentAlignClass = propsGenerator.contentAlignClass, widthClass = propsGenerator.widthClass, wrapClass = propsGenerator.wrapClass;
|
|
154
154
|
// @ts-expect-error
|
|
155
155
|
var _a = useStyles.useStyles(props), groupStyles = _a.styles, groupWrapperStyles = _a.wrapper;
|
|
156
|
-
return (jsxRuntime.jsx("div", {
|
|
156
|
+
return (jsxRuntime.jsx("div", { className: clsx(className, 'tab-group', 'group', widthClass && "width_".concat(widthClass), contentAlignClass && "group_content-align_".concat(contentAlignClass), alignDirectionClass && "align_".concat(alignDirectionClass), directionClass && "group_direction_".concat(directionClass), alignClass && "align_".concat(alignClass), fillClass && "fill_".concat(fillClass), set && "group_set_".concat(set), horizontalScroll && 'group_type_horizontal_scroll', wrapClass && "group_wrap_".concat(wrapClass), borderColorClass && "border-color_".concat(borderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass)), "data-testid": dataTestId, "data-tour": dataTour, style: Object.assign({}, groupStyles, style), children: horizontalScroll ? (jsxRuntime.jsx("div", { className: "tab-group__wrapper", style: groupWrapperStyles, children: children })) : (children) }));
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
exports.Tab = Tab;
|
|
@@ -5,7 +5,7 @@ var jsxRuntime = require('react/jsx-runtime');
|
|
|
5
5
|
var clsx = require('clsx');
|
|
6
6
|
var useDevicePropsGenerator = require('../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js');
|
|
7
7
|
var useStyles = require('../hooks/useStyles/useStyles.js');
|
|
8
|
-
var Badge = require('../../Badge-
|
|
8
|
+
var Badge = require('../../Badge-Df7Zxjnk.js');
|
|
9
9
|
var Text = require('../../Text-DwIx33-P.js');
|
|
10
10
|
var Title = require('../../Title-ByfOyy-n.js');
|
|
11
11
|
require('react');
|
|
@@ -21,9 +21,9 @@ require('react-responsive');
|
|
|
21
21
|
require('../utils/setViewportProperty.js');
|
|
22
22
|
require('lodash/maxBy');
|
|
23
23
|
require('../hooks/useStyles/styleAttributes.js');
|
|
24
|
-
require('../../Icon-
|
|
24
|
+
require('../../Icon-D_BDlSSb.js');
|
|
25
25
|
require('react-inlinesvg');
|
|
26
|
-
require('../../Link-
|
|
26
|
+
require('../../Link-CZ8o5lGW.js');
|
|
27
27
|
require('../../Tooltip-hznDyLwa.js');
|
|
28
28
|
|
|
29
29
|
var tileAppearance = {
|
|
@@ -7,7 +7,7 @@ import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDev
|
|
|
7
7
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
8
8
|
import { icon16 } from '@itcase/icons/default';
|
|
9
9
|
import { D as Divider } from '../Divider-CUFKsm-9.js';
|
|
10
|
-
import { I as Icon } from '../Icon-
|
|
10
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
11
11
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
12
12
|
import 'lodash/camelCase';
|
|
13
13
|
import 'lodash/upperFirst';
|
|
@@ -21,7 +21,7 @@ import '../utils/setViewportProperty.js';
|
|
|
21
21
|
import 'lodash/maxBy';
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
23
|
import 'react-inlinesvg';
|
|
24
|
-
import '../Link-
|
|
24
|
+
import '../Link-Cn7hiWmM.js';
|
|
25
25
|
import '../Tooltip-DP32J5V6.js';
|
|
26
26
|
import '../Title--_epIXkC.js';
|
|
27
27
|
|
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
3
3
|
import { useMemo } from 'react';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
|
-
import { I as Icon } from '../Icon-
|
|
6
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
7
7
|
import { I as Image } from '../Image-CSzHhlA1.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import 'lodash/camelCase';
|
|
@@ -20,7 +20,7 @@ import 'react-inlinesvg';
|
|
|
20
20
|
import '../hooks/useStyles/useStyles.js';
|
|
21
21
|
import 'lodash/maxBy';
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
|
-
import '../Link-
|
|
23
|
+
import '../Link-Cn7hiWmM.js';
|
|
24
24
|
import '../Tooltip-DP32J5V6.js';
|
|
25
25
|
import '../Title--_epIXkC.js';
|
|
26
26
|
|
package/dist/components/Badge.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as Badge, b as badgeAppearance, a as badgeConfig } from '../Badge-
|
|
1
|
+
export { B as Badge, b as badgeAppearance, a as badgeConfig } from '../Badge-BY030Mwm.js';
|
|
2
2
|
import '../tslib.es6-Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'clsx';
|
|
@@ -17,9 +17,9 @@ import '../utils/setViewportProperty.js';
|
|
|
17
17
|
import '../hooks/useStyles/useStyles.js';
|
|
18
18
|
import 'lodash/maxBy';
|
|
19
19
|
import '../hooks/useStyles/styleAttributes.js';
|
|
20
|
-
import '../Icon-
|
|
20
|
+
import '../Icon-BF7i3XdQ.js';
|
|
21
21
|
import 'react-inlinesvg';
|
|
22
|
-
import '../Link-
|
|
22
|
+
import '../Link-Cn7hiWmM.js';
|
|
23
23
|
import '../Tooltip-DP32J5V6.js';
|
|
24
24
|
import '../Text-aaWArShm.js';
|
|
25
25
|
import '../Title--_epIXkC.js';
|
|
@@ -5,8 +5,8 @@ import clsx from 'clsx';
|
|
|
5
5
|
import camelCase from 'lodash/camelCase';
|
|
6
6
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
7
7
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
8
|
-
import { I as Icon } from '../Icon-
|
|
9
|
-
import { a as LinkWrapper } from '../Link-
|
|
8
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
9
|
+
import { a as LinkWrapper } from '../Link-Cn7hiWmM.js';
|
|
10
10
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
11
11
|
import 'lodash/castArray';
|
|
12
12
|
import 'lodash/upperFirst';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { B as Button, a as buttonAppearance, b as buttonConfig } from '../Button-
|
|
1
|
+
export { B as Button, a as buttonAppearance, b as buttonConfig } from '../Button-K5n8BI_w.js';
|
|
2
2
|
import '../tslib.es6-Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'clsx';
|
|
6
|
-
import '../Icon-
|
|
6
|
+
import '../Icon-BF7i3XdQ.js';
|
|
7
7
|
import 'react-inlinesvg';
|
|
8
8
|
import '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
9
9
|
import 'lodash/camelCase';
|
|
@@ -19,7 +19,7 @@ import '../utils/setViewportProperty.js';
|
|
|
19
19
|
import '../hooks/useStyles/useStyles.js';
|
|
20
20
|
import 'lodash/maxBy';
|
|
21
21
|
import '../hooks/useStyles/styleAttributes.js';
|
|
22
|
-
import '../Link-
|
|
22
|
+
import '../Link-Cn7hiWmM.js';
|
|
23
23
|
import '../Tooltip-DP32J5V6.js';
|
|
24
24
|
import '../Text-aaWArShm.js';
|
|
25
25
|
import '../Title--_epIXkC.js';
|
package/dist/components/Cell.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
5
5
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
6
|
-
import { I as Icon } from '../Icon-
|
|
6
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
7
7
|
import { L as Label } from '../Label-brG78nLi.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import 'react';
|
|
@@ -20,7 +20,7 @@ import '../utils/setViewportProperty.js';
|
|
|
20
20
|
import 'lodash/maxBy';
|
|
21
21
|
import '../hooks/useStyles/styleAttributes.js';
|
|
22
22
|
import 'react-inlinesvg';
|
|
23
|
-
import '../Link-
|
|
23
|
+
import '../Link-Cn7hiWmM.js';
|
|
24
24
|
import '../Tooltip-DP32J5V6.js';
|
|
25
25
|
import '../Title--_epIXkC.js';
|
|
26
26
|
|
package/dist/components/Chips.js
CHANGED
|
@@ -4,7 +4,7 @@ import { useMemo } from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { I as Icon } from '../Icon-
|
|
7
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import 'lodash/camelCase';
|
|
10
10
|
import 'lodash/castArray';
|
|
@@ -19,7 +19,7 @@ import '../utils/setViewportProperty.js';
|
|
|
19
19
|
import 'lodash/maxBy';
|
|
20
20
|
import '../hooks/useStyles/styleAttributes.js';
|
|
21
21
|
import 'react-inlinesvg';
|
|
22
|
-
import '../Link-
|
|
22
|
+
import '../Link-Cn7hiWmM.js';
|
|
23
23
|
import '../Tooltip-DP32J5V6.js';
|
|
24
24
|
import '../Title--_epIXkC.js';
|
|
25
25
|
|
|
@@ -133,7 +133,7 @@ function Chips(props) {
|
|
|
133
133
|
? "fill_".concat(fillClass)
|
|
134
134
|
: "fill_active_".concat(fillActiveClass), !isActive
|
|
135
135
|
? fillHoverClass && "fill_hover_".concat(fillHoverClass)
|
|
136
|
-
: fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "
|
|
136
|
+
: fillActiveHoverClass && "fill_active_hover_".concat(fillActiveHoverClass), shapeClass && "chips_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderTypeClass && "border_type_".concat(borderTypeClass), sizeClass && "chips_size_".concat(sizeClass), alignDirectionClass && "align_".concat(alignDirectionClass), alignClass && "align_".concat(alignClass), isDisabled && "chips_state_disabled", cursorClass && "cursor_".concat(cursorClass), onClick && 'cursor_type_pointer'), "data-testid": dataTestId && "".concat(dataTestId, "Chips"), "data-tour": dataTour, style: chipsStyles, onClick: !isDisabled ? onClick : undefined, children: jsxs("div", { className: "chips__inner", children: [(iconBefore || iconBeforeSrc) && (jsx(Icon, { className: "chips__icon_before", size: iconBeforeSize, fill: iconBeforeFill, fillSize: iconBeforeFillSize, iconFill: iconBeforeFillIcon, imageSrc: iconBeforeSrc, shape: iconBeforeShape, SvgImage: iconBefore })), typeof label === 'string' ? (jsx(Text, { className: "chips__label", size: labelTextSize, textColor: labelTextColor, textColor: labelTextColor, textColorActive: isActive && labelTextActiveColor, textColorHover: !isDisabled && !isActive
|
|
137
137
|
? labelTextHoverColor
|
|
138
138
|
: labelTextActiveHoverColor, textWeight: labelTextWeight, textWrap: labelTextWrap, children: label })) : (jsx("div", { className: "chips__label", children: label })), children, (iconAfter || iconAfterSrc) && (jsx(Icon, { className: "chips__icon_after", size: iconAfterSize, fill: iconAfterFill, fillSize: iconAfterFillSize, iconFill: iconAfterFillIcon, imageSrc: iconAfterSrc, shape: iconAfterShape, SvgImage: iconAfter }))] }) }));
|
|
139
139
|
}
|
|
@@ -4,7 +4,7 @@ import React, { useRef, useMemo, createRef, useCallback } from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { I as Icon } from '../Icon-
|
|
7
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
8
8
|
import { L as Loader } from '../Loader-BnhUh-g6.js';
|
|
9
9
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
10
10
|
import 'lodash/camelCase';
|
|
@@ -20,7 +20,7 @@ import '../utils/setViewportProperty.js';
|
|
|
20
20
|
import 'lodash/maxBy';
|
|
21
21
|
import '../hooks/useStyles/styleAttributes.js';
|
|
22
22
|
import 'react-inlinesvg';
|
|
23
|
-
import '../Link-
|
|
23
|
+
import '../Link-Cn7hiWmM.js';
|
|
24
24
|
import '../Tooltip-DP32J5V6.js';
|
|
25
25
|
import '../Title--_epIXkC.js';
|
|
26
26
|
|
|
@@ -72,7 +72,7 @@ function Choice(props) {
|
|
|
72
72
|
var fillActiveClass = propsGenerator.fillActiveClass, fillActiveDisabledClass = propsGenerator.fillActiveDisabledClass, fillClass = propsGenerator.fillClass, fillDisabledClass = propsGenerator.fillDisabledClass, fillHoverClass = propsGenerator.fillHoverClass, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, shapeClass = propsGenerator.shapeClass, wrapClass = propsGenerator.wrapClass;
|
|
73
73
|
// @ts-expect-error
|
|
74
74
|
var styles = useStyles(props).styles;
|
|
75
|
-
return (jsx("div", { id: id, className: clsx(className, 'choice', shapeClass && "choice_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass), set && "choice_set_".concat(set), size && "choice_size_".concat(size), type && "choice_type_".concat(type), wrapClass && "choice_wrap_".concat(wrapClass)), "data-testid": dataTestId && "".concat(dataTestId, "
|
|
75
|
+
return (jsx("div", { id: id, className: clsx(className, 'choice', shapeClass && "choice_shape_".concat(shapeClass), borderColorClass && "border-color_".concat(borderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass), set && "choice_set_".concat(set), size && "choice_size_".concat(size), type && "choice_type_".concat(type), wrapClass && "choice_wrap_".concat(wrapClass)), "data-testid": dataTestId && "".concat(dataTestId, "Choice"), "data-tour": dataTour, ref: controlRef, style: styles, children: isLoading ? (jsx(Loader, { width: "fill", height: "fill", fill: "surfacePrimary", itemFill: "surfaceItemAccent", set: "simple" })) : (jsx(React.Fragment, { children: options.map(function (item) {
|
|
76
76
|
// prettier-ignore
|
|
77
77
|
var isActive = typeof active === 'object'
|
|
78
78
|
? String(item.value) === String(active.value)
|
|
@@ -3,8 +3,8 @@ import { useRef, useMemo, useCallback, useEffect } from 'react';
|
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import Cookies from 'js-cookie';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
|
-
import { B as Button } from '../Button-
|
|
7
|
-
import { G as Group } from '../Group-
|
|
6
|
+
import { B as Button } from '../Button-K5n8BI_w.js';
|
|
7
|
+
import { G as Group } from '../Group-C8NUU6k5.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import '../tslib.es6-Bwu1Cn-t.js';
|
|
10
10
|
import 'lodash/camelCase';
|
|
@@ -17,12 +17,12 @@ import '../context/UIContext.js';
|
|
|
17
17
|
import '../hooks/useMediaQueries/useMediaQueries.js';
|
|
18
18
|
import 'react-responsive';
|
|
19
19
|
import '../utils/setViewportProperty.js';
|
|
20
|
-
import '../Icon-
|
|
20
|
+
import '../Icon-BF7i3XdQ.js';
|
|
21
21
|
import 'react-inlinesvg';
|
|
22
22
|
import '../hooks/useStyles/useStyles.js';
|
|
23
23
|
import 'lodash/maxBy';
|
|
24
24
|
import '../hooks/useStyles/styleAttributes.js';
|
|
25
|
-
import '../Link-
|
|
25
|
+
import '../Link-Cn7hiWmM.js';
|
|
26
26
|
import '../Tooltip-DP32J5V6.js';
|
|
27
27
|
import '../Title--_epIXkC.js';
|
|
28
28
|
import '../Loader-BnhUh-g6.js';
|
|
@@ -6,8 +6,8 @@ import { ru } from 'date-fns/locale';
|
|
|
6
6
|
import DatePicker from 'react-datepicker';
|
|
7
7
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
8
8
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
9
|
-
import { B as Button } from '../Button-
|
|
10
|
-
import { I as Icon } from '../Icon-
|
|
9
|
+
import { B as Button } from '../Button-K5n8BI_w.js';
|
|
10
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
11
11
|
import { I as Input } from '../Input-v52BiIsb.js';
|
|
12
12
|
import { L as Label } from '../Label-brG78nLi.js';
|
|
13
13
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
@@ -23,7 +23,7 @@ import 'react-responsive';
|
|
|
23
23
|
import '../utils/setViewportProperty.js';
|
|
24
24
|
import 'lodash/maxBy';
|
|
25
25
|
import '../hooks/useStyles/styleAttributes.js';
|
|
26
|
-
import '../Link-
|
|
26
|
+
import '../Link-Cn7hiWmM.js';
|
|
27
27
|
import '../Loader-BnhUh-g6.js';
|
|
28
28
|
import 'react-inlinesvg';
|
|
29
29
|
import '../Tooltip-DP32J5V6.js';
|
|
@@ -22,7 +22,9 @@ function Drawer(props) {
|
|
|
22
22
|
}
|
|
23
23
|
prevIsOpenModalRef.current = Boolean(isOpenModal);
|
|
24
24
|
}, [isOpenModal, onClose]);
|
|
25
|
-
return (jsxs(ReactDrawer, { className: clsx('drawer', type && "drawer_type_".concat(type), className, dataTour && "data-tour-".concat(dataTour)), direction: direction || 'right', size: size || 600,
|
|
25
|
+
return (jsxs(ReactDrawer, { className: clsx('drawer', type && "drawer_type_".concat(type), className, dataTour && "data-tour-".concat(dataTour)), direction: direction || 'right', size: size || 600,
|
|
26
|
+
// Drawer set prefix "EZDrawer" for any id
|
|
27
|
+
customIdSuffix: dataTestId ? "_".concat(dataTestId) : undefined, "data-tour": dataTour, enableOverlay: enableOverlay, lockBackgroundScroll: false, overlayClassName: "drawer__overlay",
|
|
26
28
|
// @ts-expect-error
|
|
27
29
|
open: isOpenModal, onClose: onClickClose, children: [before && jsx("div", { className: "drawer__before", children: before }), children && jsx("div", { className: "drawer__wrapper", children: children }), after && jsx("div", { className: "drawer__after", children: after })] }));
|
|
28
30
|
}
|
package/dist/components/Group.js
CHANGED
package/dist/components/Icon.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as Icon, a as iconAppearance, i as iconConfig } from '../Icon-
|
|
1
|
+
export { I as Icon, a as iconAppearance, i as iconConfig } from '../Icon-BF7i3XdQ.js';
|
|
2
2
|
import '../tslib.es6-Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
@@ -18,7 +18,7 @@ import '../utils/setViewportProperty.js';
|
|
|
18
18
|
import '../hooks/useStyles/useStyles.js';
|
|
19
19
|
import 'lodash/maxBy';
|
|
20
20
|
import '../hooks/useStyles/styleAttributes.js';
|
|
21
|
-
import '../Link-
|
|
21
|
+
import '../Link-Cn7hiWmM.js';
|
|
22
22
|
import '../Tooltip-DP32J5V6.js';
|
|
23
23
|
import '../Text-aaWArShm.js';
|
|
24
24
|
import '../Title--_epIXkC.js';
|
|
@@ -54,7 +54,7 @@ var Input = React.forwardRef(function Input(props, ref) {
|
|
|
54
54
|
: placeholderTextColorDisabledClass &&
|
|
55
55
|
"placeholder-text-color_disabled_".concat(placeholderTextColorDisabledClass), !isDisabled
|
|
56
56
|
? textColorClass && "text-color_".concat(textColorClass)
|
|
57
|
-
: textColorDisabledClass && "text-color_".concat(textColorDisabledClass)), type: type, disabled: isDisabled, "data-test-id": dataTestId || (name ? "".concat(name, "
|
|
57
|
+
: textColorDisabledClass && "text-color_".concat(textColorDisabledClass)), type: type, disabled: isDisabled, "data-test-id": dataTestId || (name ? "".concat(name, "InputMask") : 'inputMask'), index: index, placeholder: placeholder,
|
|
58
58
|
// @ts-expect-error
|
|
59
59
|
ref: ref, value: value, onBlur: onBlur, onChange: onChange, onFocus: onFocus, onKeyDown: onKeyDown }));
|
|
60
60
|
});
|
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { useState, useMemo, useCallback } from 'react';
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
|
-
import { I as Icon } from '../Icon-
|
|
6
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
7
7
|
import 'lodash/camelCase';
|
|
8
8
|
import 'lodash/castArray';
|
|
9
9
|
import 'lodash/upperFirst';
|
|
@@ -18,7 +18,7 @@ import 'react-inlinesvg';
|
|
|
18
18
|
import '../hooks/useStyles/useStyles.js';
|
|
19
19
|
import 'lodash/maxBy';
|
|
20
20
|
import '../hooks/useStyles/styleAttributes.js';
|
|
21
|
-
import '../Link-
|
|
21
|
+
import '../Link-Cn7hiWmM.js';
|
|
22
22
|
import '../Tooltip-DP32J5V6.js';
|
|
23
23
|
import '../Text-aaWArShm.js';
|
|
24
24
|
import '../Title--_epIXkC.js';
|
package/dist/components/Link.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { L as Link, a as LinkWrapper, b as linkAppearance, l as linkConfig } from '../Link-
|
|
1
|
+
export { L as Link, a as LinkWrapper, b as linkAppearance, l as linkConfig } from '../Link-Cn7hiWmM.js';
|
|
2
2
|
import '../tslib.es6-Bwu1Cn-t.js';
|
|
3
3
|
import 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
package/dist/components/List.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
4
4
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
5
|
-
import { L as Link } from '../Link-
|
|
5
|
+
import { L as Link } from '../Link-Cn7hiWmM.js';
|
|
6
6
|
import '../tslib.es6-Bwu1Cn-t.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'lodash/camelCase';
|
package/dist/components/Logo.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
5
5
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
6
|
-
import { a as LinkWrapper } from '../Link-
|
|
6
|
+
import { a as LinkWrapper } from '../Link-Cn7hiWmM.js';
|
|
7
7
|
import 'react';
|
|
8
8
|
import 'lodash/camelCase';
|
|
9
9
|
import 'lodash/castArray';
|
|
@@ -4,7 +4,7 @@ import React from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { L as Link } from '../Link-
|
|
7
|
+
import { L as Link } from '../Link-Cn7hiWmM.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import 'lodash/camelCase';
|
|
10
10
|
import 'lodash/castArray';
|
|
@@ -6,7 +6,7 @@ import ceil from 'lodash/ceil';
|
|
|
6
6
|
import ReactPaginate from 'react-paginate';
|
|
7
7
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
8
8
|
import { D as Dropdown, a as DropdownItem } from '../DropdownItem-f29l8dds.js';
|
|
9
|
-
import { I as Icon } from '../Icon-
|
|
9
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
10
10
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
11
11
|
import 'lodash/camelCase';
|
|
12
12
|
import 'lodash/castArray';
|
|
@@ -23,7 +23,7 @@ import 'lodash/maxBy';
|
|
|
23
23
|
import '../hooks/useStyles/styleAttributes.js';
|
|
24
24
|
import '../Divider-CUFKsm-9.js';
|
|
25
25
|
import 'react-inlinesvg';
|
|
26
|
-
import '../Link-
|
|
26
|
+
import '../Link-Cn7hiWmM.js';
|
|
27
27
|
import '../Tooltip-DP32J5V6.js';
|
|
28
28
|
import '../Title--_epIXkC.js';
|
|
29
29
|
|
package/dist/components/Panel.js
CHANGED
|
@@ -4,7 +4,7 @@ import React from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { G as Group } from '../Group-
|
|
7
|
+
import { G as Group } from '../Group-C8NUU6k5.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import 'lodash/camelCase';
|
|
10
10
|
import 'lodash/castArray';
|
|
@@ -5,8 +5,8 @@ import clsx from 'clsx';
|
|
|
5
5
|
import SVG from 'react-inlinesvg';
|
|
6
6
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
7
7
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
8
|
-
import { B as Button } from '../Button-
|
|
9
|
-
import { G as Group } from '../Group-
|
|
8
|
+
import { B as Button } from '../Button-K5n8BI_w.js';
|
|
9
|
+
import { G as Group } from '../Group-C8NUU6k5.js';
|
|
10
10
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
11
11
|
import 'lodash/camelCase';
|
|
12
12
|
import 'lodash/castArray';
|
|
@@ -20,8 +20,8 @@ import 'react-responsive';
|
|
|
20
20
|
import '../utils/setViewportProperty.js';
|
|
21
21
|
import 'lodash/maxBy';
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
|
-
import '../Icon-
|
|
24
|
-
import '../Link-
|
|
23
|
+
import '../Icon-BF7i3XdQ.js';
|
|
24
|
+
import '../Link-Cn7hiWmM.js';
|
|
25
25
|
import '../Tooltip-DP32J5V6.js';
|
|
26
26
|
import '../Title--_epIXkC.js';
|
|
27
27
|
import '../Loader-BnhUh-g6.js';
|
|
@@ -4,7 +4,7 @@ import React, { useCallback } from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { I as Icon } from '../Icon-
|
|
7
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
8
8
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
9
9
|
import { S as Scrollbar } from '../Scrollbar-CThJeCLF.js';
|
|
10
10
|
import 'lodash/camelCase';
|
|
@@ -20,7 +20,7 @@ import '../utils/setViewportProperty.js';
|
|
|
20
20
|
import 'lodash/maxBy';
|
|
21
21
|
import '../hooks/useStyles/styleAttributes.js';
|
|
22
22
|
import 'react-inlinesvg';
|
|
23
|
-
import '../Link-
|
|
23
|
+
import '../Link-Cn7hiWmM.js';
|
|
24
24
|
import '../Tooltip-DP32J5V6.js';
|
|
25
25
|
import '../Title--_epIXkC.js';
|
|
26
26
|
import 'react-scrollbars-custom';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { _ as __assign } from '../tslib.es6-Bwu1Cn-t.js';
|
|
2
2
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
3
|
import Select, { components } from 'react-select';
|
|
4
|
-
import { I as Icon } from '../Icon-
|
|
4
|
+
import { I as Icon } from '../Icon-BF7i3XdQ.js';
|
|
5
5
|
import React, { useRef, useCallback, useEffect, useMemo } from 'react';
|
|
6
6
|
import clsx from 'clsx';
|
|
7
7
|
import CreatableSelect from 'react-select/creatable';
|
|
8
8
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
9
9
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
10
|
-
import { B as Badge } from '../Badge-
|
|
11
|
-
import { G as Group } from '../Group-
|
|
10
|
+
import { B as Badge } from '../Badge-BY030Mwm.js';
|
|
11
|
+
import { G as Group } from '../Group-C8NUU6k5.js';
|
|
12
12
|
import { D as Divider } from '../Divider-CUFKsm-9.js';
|
|
13
13
|
import 'react-inlinesvg';
|
|
14
14
|
import '../hooks/useStyles/useStyles.js';
|
|
@@ -23,7 +23,7 @@ import '../hooks/useMediaQueries/useMediaQueries.js';
|
|
|
23
23
|
import 'react-responsive';
|
|
24
24
|
import '../utils/setViewportProperty.js';
|
|
25
25
|
import '../hooks/useStyles/styleAttributes.js';
|
|
26
|
-
import '../Link-
|
|
26
|
+
import '../Link-Cn7hiWmM.js';
|
|
27
27
|
import '../Tooltip-DP32J5V6.js';
|
|
28
28
|
import '../Title--_epIXkC.js';
|
|
29
29
|
import 'lodash/castArray';
|
package/dist/components/Tab.js
CHANGED
|
@@ -4,9 +4,9 @@ import React from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
6
6
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
7
|
-
import { B as Badge } from '../Badge-
|
|
7
|
+
import { B as Badge } from '../Badge-BY030Mwm.js';
|
|
8
8
|
import { D as Divider } from '../Divider-CUFKsm-9.js';
|
|
9
|
-
import { L as Link } from '../Link-
|
|
9
|
+
import { L as Link } from '../Link-Cn7hiWmM.js';
|
|
10
10
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
11
11
|
import 'lodash/camelCase';
|
|
12
12
|
import 'lodash/castArray';
|
|
@@ -20,7 +20,7 @@ import 'react-responsive';
|
|
|
20
20
|
import '../utils/setViewportProperty.js';
|
|
21
21
|
import 'lodash/maxBy';
|
|
22
22
|
import '../hooks/useStyles/styleAttributes.js';
|
|
23
|
-
import '../Icon-
|
|
23
|
+
import '../Icon-BF7i3XdQ.js';
|
|
24
24
|
import 'react-inlinesvg';
|
|
25
25
|
import '../Tooltip-DP32J5V6.js';
|
|
26
26
|
import '../Title--_epIXkC.js';
|
|
@@ -146,12 +146,12 @@ function Tab(props) {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
function TabGroup(props) {
|
|
149
|
-
var
|
|
149
|
+
var className = props.className, dataTestId = props.dataTestId, dataTour = props.dataTour, horizontalScroll = props.horizontalScroll, style = props.style, set = props.set, children = props.children;
|
|
150
150
|
var propsGenerator = useDevicePropsGenerator(props);
|
|
151
151
|
var directionClass = propsGenerator.directionClass, alignClass = propsGenerator.alignClass, alignDirectionClass = propsGenerator.alignDirectionClass, fillClass = propsGenerator.fillClass, borderColorClass = propsGenerator.borderColorClass, borderTypeClass = propsGenerator.borderTypeClass, borderWidthClass = propsGenerator.borderWidthClass, contentAlignClass = propsGenerator.contentAlignClass, widthClass = propsGenerator.widthClass, wrapClass = propsGenerator.wrapClass;
|
|
152
152
|
// @ts-expect-error
|
|
153
153
|
var _a = useStyles(props), groupStyles = _a.styles, groupWrapperStyles = _a.wrapper;
|
|
154
|
-
return (jsx("div", {
|
|
154
|
+
return (jsx("div", { className: clsx(className, 'tab-group', 'group', widthClass && "width_".concat(widthClass), contentAlignClass && "group_content-align_".concat(contentAlignClass), alignDirectionClass && "align_".concat(alignDirectionClass), directionClass && "group_direction_".concat(directionClass), alignClass && "align_".concat(alignClass), fillClass && "fill_".concat(fillClass), set && "group_set_".concat(set), horizontalScroll && 'group_type_horizontal_scroll', wrapClass && "group_wrap_".concat(wrapClass), borderColorClass && "border-color_".concat(borderColorClass), borderWidthClass && "border-width_".concat(borderWidthClass), borderTypeClass && "border_type_".concat(borderTypeClass)), "data-testid": dataTestId, "data-tour": dataTour, style: Object.assign({}, groupStyles, style), children: horizontalScroll ? (jsx("div", { className: "tab-group__wrapper", style: groupWrapperStyles, children: children })) : (children) }));
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
export { Tab, TabGroup, tabAppearance, tabConfig };
|
package/dist/components/Tile.js
CHANGED
|
@@ -3,7 +3,7 @@ import { jsx, jsxs } from 'react/jsx-runtime';
|
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import { useDevicePropsGenerator } from '../hooks/useDevicePropsGenerator/useDevicePropsGenerator.js';
|
|
5
5
|
import { useStyles } from '../hooks/useStyles/useStyles.js';
|
|
6
|
-
import { B as Badge } from '../Badge-
|
|
6
|
+
import { B as Badge } from '../Badge-BY030Mwm.js';
|
|
7
7
|
import { T as Text } from '../Text-aaWArShm.js';
|
|
8
8
|
import { T as Title } from '../Title--_epIXkC.js';
|
|
9
9
|
import 'react';
|
|
@@ -19,9 +19,9 @@ import 'react-responsive';
|
|
|
19
19
|
import '../utils/setViewportProperty.js';
|
|
20
20
|
import 'lodash/maxBy';
|
|
21
21
|
import '../hooks/useStyles/styleAttributes.js';
|
|
22
|
-
import '../Icon-
|
|
22
|
+
import '../Icon-BF7i3XdQ.js';
|
|
23
23
|
import 'react-inlinesvg';
|
|
24
|
-
import '../Link-
|
|
24
|
+
import '../Link-Cn7hiWmM.js';
|
|
25
25
|
import '../Tooltip-DP32J5V6.js';
|
|
26
26
|
|
|
27
27
|
var tileAppearance = {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
}
|
|
6
6
|
.divider {
|
|
7
7
|
&_size {
|
|
8
|
-
@each $size in
|
|
8
|
+
@each $size in l, m, s{
|
|
9
9
|
&_$(size) {
|
|
10
10
|
height: var(--divider-$(size)-height);
|
|
11
11
|
min-height: var(--divider-$(size)-height);
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
&_direction {
|
|
16
16
|
&_horizontal {
|
|
17
17
|
&^^&_size {
|
|
18
|
-
@each $size in
|
|
18
|
+
@each $size in l, m, s{
|
|
19
19
|
&_$(size) {
|
|
20
20
|
height: var(--divider-$(size)-height);
|
|
21
21
|
min-height: var(--divider-$(size)-height);
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
&_vertical {
|
|
27
27
|
&^^&_size {
|
|
28
|
-
@each $size in
|
|
28
|
+
@each $size in l, m, s{
|
|
29
29
|
&_$(size) {
|
|
30
30
|
width: var(--divider-$(size)-width);
|
|
31
31
|
height: auto;
|
|
@@ -51,15 +51,12 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
:root {
|
|
54
|
-
--divider-
|
|
55
|
-
--divider-
|
|
56
|
-
--divider-
|
|
57
|
-
--divider-s-height: 2px;
|
|
58
|
-
--divider-xs-height: 1px;
|
|
54
|
+
--divider-l-height: 3px;
|
|
55
|
+
--divider-m-height: 2px;
|
|
56
|
+
--divider-s-height: 1px;
|
|
59
57
|
|
|
60
|
-
--divider-
|
|
61
|
-
--divider-
|
|
62
|
-
--divider-
|
|
63
|
-
|
|
64
|
-
--divider-xs-width: 1px;
|
|
58
|
+
--divider-l-width: 3px;
|
|
59
|
+
--divider-m-width: 2px;
|
|
60
|
+
--divider-s-width: 1px;
|
|
61
|
+
;
|
|
65
62
|
}
|
|
@@ -152,12 +152,21 @@
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.group {
|
|
155
|
-
&
|
|
156
|
-
&
|
|
155
|
+
&_scroll {
|
|
156
|
+
&_vertical {
|
|
157
|
+
position: relative;
|
|
158
|
+
^^&__wrapper {
|
|
159
|
+
overflow: hidden scroll;
|
|
160
|
+
display: flex;
|
|
161
|
+
flex-direction: column;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
&_horizontal {
|
|
165
|
+
position: relative;
|
|
157
166
|
^^&__wrapper {
|
|
167
|
+
overflow: scroll hidden;
|
|
158
168
|
display: flex;
|
|
159
|
-
|
|
160
|
-
overflow-y: hidden;
|
|
169
|
+
flex-direction: row;
|
|
161
170
|
}
|
|
162
171
|
}
|
|
163
172
|
}
|