@finam/web-ui-kit-components 3.26.2 → 3.27.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/CHANGELOG.md +4 -0
- package/dist/AccordionBanner/AccordionBanner.styles.js +3 -2
- package/dist/Breadcrumbs/Breadcrumb/Breadcrumb.styles.js +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +1 -0
- package/dist/Breadcrumbs/HiddenItemsButton/HiddenItemsButton.styles.js +1 -0
- package/dist/Calendar/Calendar.styles.js +4 -3
- package/dist/Calendar/CalendarHeader/CalendarHeader.styles.js +3 -2
- package/dist/Calendar/Day/Day.styles.js +1 -0
- package/dist/Calendar/SelectMonthTable/SelectMonthTable.styles.js +4 -3
- package/dist/Calendar/SelectYearTable/SelectYearTable.styles.js +4 -3
- package/dist/Calendar/SlideTransition/SlideTransition.styles.js +2 -1
- package/dist/Checkbox/Checkbox.styles.d.ts +1 -1
- package/dist/Checkbox/Checkbox.styles.js +3 -2
- package/dist/CheckboxField/CheckboxField.styles.js +2 -1
- package/dist/Chip/Chip.styles.js +1 -0
- package/dist/ContextMenu/ContextMenu.styles.js +1 -0
- package/dist/DatePicker/DatePicker.styles.js +2 -1
- package/dist/DateTimePeriod/DateTimePeriod.styles.js +6 -5
- package/dist/DateTimePicker/DateTimePicker.styles.js +3 -2
- package/dist/Dialog/Dialog.styles.js +3 -2
- package/dist/DialogActions/DialogActions.styles.js +1 -0
- package/dist/DialogContent/DialogContent.styles.js +1 -0
- package/dist/DialogTitle/DialogTitle.styles.js +3 -2
- package/dist/Divider/Divider.styles.js +1 -0
- package/dist/DraggablePopover/DraggablePopover.styles.js +2 -1
- package/dist/DropDownMenu/DropDownMenu.styles.js +1 -0
- package/dist/EmptyScreen/EmptyScreen.styles.js +2 -1
- package/dist/FeatureCallout/FeatureCallout.styles.js +1 -0
- package/dist/FeatureCallout/FeatureCalloutActions/FeatureCalloutActions.styles.js +1 -0
- package/dist/FeatureCallout/FeatureCalloutTitle/FeatureCalloutTitle.styles.js +1 -0
- package/dist/FieldHint/FieldHint.styles.js +7 -6
- package/dist/FieldLabel/FieldLabel.styles.js +1 -0
- package/dist/FormGroup/FormGroup.styles.js +1 -0
- package/dist/InlineBanner/InlineBanner.styles.js +3 -2
- package/dist/Input/Input.styles.js +2 -1
- package/dist/Loader/Loader.styles.js +1 -0
- package/dist/LoaderBackdrop/LoaderBackdrop.styles.js +1 -0
- package/dist/LoaderDots/LoaderDots.styles.js +1 -0
- package/dist/MarketingButton/MarketingButton.styles.js +6 -5
- package/dist/MenuItem/MenuItem.styles.js +19 -18
- package/dist/MenuList/MenuList.styles.js +1 -0
- package/dist/MenuList/sharedMenuStyles.styles.js +1 -0
- package/dist/Modal/Backdrop.js +15 -23
- package/dist/Modal/Modal.styles.js +1 -0
- package/dist/MultiSelectField/MultiSelectField.styles.js +4 -3
- package/dist/NumberTextField/NumberTextField.styles.js +1 -0
- package/dist/PaginatorNumber/PageButton/PageButton.styles.js +2 -1
- package/dist/PaginatorNumber/PaginatorNumber.styles.js +1 -0
- package/dist/PaginatorOverflow/PaginatorOverflow.styles.js +1 -0
- package/dist/Paper/Paper.styles.js +8 -7
- package/dist/Popover/Popover.styles.js +2 -1
- package/dist/Popover/ResizeDetector.js +18 -19
- package/dist/PopperDropDown/PopperDropDown.styles.js +3 -2
- package/dist/ProductCard/ProductCard.styles.js +9 -8
- package/dist/ProductCard/ProductCardBadgesHeader/ProductCardBadgesHeader.styles.js +1 -0
- package/dist/ProductCard/ProductCardContent/ProductCardContent.styles.js +1 -0
- package/dist/ProductCard/ProductCardFooter/ProductCardFooter.styles.js +1 -0
- package/dist/ProductCard/ProductCardHeader/ProductCardHeader.styles.js +1 -0
- package/dist/ProductCard/ProductCardTitle/ProductCardTitle.styles.js +1 -0
- package/dist/ProductCard/badges/ProductCardIpoRatingBadge/ProductCardIpoRatingBadge.styles.js +2 -0
- package/dist/ProductCard/badges/ProductCardRiskBadge/ProductCardRiskBadge.styles.js +1 -0
- package/dist/ProductCard/badges/utils.js +4 -6
- package/dist/ProductCard/layouts/common/Content.styles.js +1 -0
- package/dist/ProductCard/layouts/common/Footer.styles.js +1 -0
- package/dist/ProductCard/layouts/iip/Background.styles.js +1 -0
- package/dist/ProductCard/layouts/iip/Footer.styles.js +1 -0
- package/dist/ProductCard/layouts/iip/SecurityIcons/ProductCardIipSecurityIcons.styles.js +5 -12
- package/dist/ProductCard/layouts/ipo/Content.styles.js +1 -0
- package/dist/ProductCard/layouts/ipo/FooterDesktop/FooterDesktop.styles.js +1 -0
- package/dist/ProductCard/layouts/ipo/FooterMobile/FooterMobile.styles.js +1 -0
- package/dist/ProductCard/layouts/ipo/SecurityIcon/ProductCardIpoSecurityIcon.styles.js +1 -0
- package/dist/ProductCard/layouts/ipo/Title.styles.js +1 -0
- package/dist/ProductCard/layouts/shared/MediaTitle.styles.js +1 -0
- package/dist/ProductCard/layouts/zhek/Background.styles.js +1 -0
- package/dist/ProductCard/layouts/zhek/Footer.styles.js +2 -1
- package/dist/ProductCard/shared/ProductCardBackgroundImage.styles.js +1 -0
- package/dist/ProductCard/skeleton/ProductCardSkeleton.styles.js +1 -0
- package/dist/ProductCard/skeleton/variants/common/ProductCardCommonSkeleton.styles.js +1 -0
- package/dist/ProductCard/skeleton/variants/iip/ProductCardIipSkeleton.styles.js +1 -0
- package/dist/ProductCard/skeleton/variants/ipo/ProductCardIpoSkeleton.styles.js +1 -0
- package/dist/ProductCard/skeleton/variants/zhek/ProductCardZhekSkeleton.styles.js +1 -0
- package/dist/Radio/Radio.styles.js +1 -0
- package/dist/RadioField/RadioField.styles.js +2 -1
- package/dist/RollPicker/PickerColumn/PickerColumn.styles.js +1 -0
- package/dist/RollPicker/RollPicker.styles.js +2 -1
- package/dist/SecurityIndicator/SecurityIndicator.styles.js +3 -2
- package/dist/Select/SelectField.styles.js +24 -29
- package/dist/Skeleton/Skeleton.styles.js +4 -3
- package/dist/Slider/Slider.styles.js +3 -2
- package/dist/SliderIndicator/SliderIndicator.styles.js +1 -0
- package/dist/Snackbar/Snackbar.styles.js +1 -0
- package/dist/SnackbarContent/SnackbarContent.styles.js +4 -3
- package/dist/Stepper/Stepper.styles.js +2 -1
- package/dist/Switch/Switch.styles.js +1 -0
- package/dist/SwitchBase/SwitchBase.styles.js +1 -0
- package/dist/Tabs/Tabs.styles.js +2 -6
- package/dist/Tag/Tag.styles.js +1 -0
- package/dist/TextArea/TextArea.styles.js +1 -0
- package/dist/TextField/TextField.styles.js +2 -1
- package/dist/TimePicker/TimePicker.styles.js +2 -1
- package/dist/Tooltip/Tooltip.styles.js +4 -3
- package/dist/TradeBadge/BackgroundFilled.js +15 -21
- package/dist/TradeBadge/BackgroundInner.js +15 -21
- package/dist/TradeBadge/StackedArrow.js +12 -17
- package/dist/TradeBadge/TradeBadge.styles.js +13 -12
- package/dist/Typography/Typography.styles.js +1 -0
- package/dist/theme/ThemeProvider.d.ts +1 -1
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ export const Root = /*#__PURE__*/styled('div')({
|
|
|
5
5
|
class: "ui_components_r1lffomx",
|
|
6
6
|
propsAsIs: false
|
|
7
7
|
});
|
|
8
|
-
const _exp3 =
|
|
8
|
+
const _exp3 = () => (Typography);
|
|
9
9
|
export const Header = /*#__PURE__*/styled(_exp3())({
|
|
10
10
|
name: "Header",
|
|
11
11
|
class: "ui_components_hkegci",
|
|
@@ -26,5 +26,6 @@ export const Center = /*#__PURE__*/styled('div')({
|
|
|
26
26
|
class: "ui_components_c9h9ev5",
|
|
27
27
|
propsAsIs: false
|
|
28
28
|
});
|
|
29
|
+
//# sourceMappingURL=RollPicker.styles.js.map
|
|
29
30
|
|
|
30
31
|
import "./RollPicker.styles.css";
|
|
@@ -6,17 +6,18 @@ export const Root = /*#__PURE__*/styled('div')({
|
|
|
6
6
|
class: "ui_components_r1mxdtpx",
|
|
7
7
|
propsAsIs: false
|
|
8
8
|
});
|
|
9
|
-
const _exp =
|
|
9
|
+
const _exp = () => (LockFilled);
|
|
10
10
|
export const LockIcon = /*#__PURE__*/styled(_exp())({
|
|
11
11
|
name: "LockIcon",
|
|
12
12
|
class: "ui_components_logz5oq",
|
|
13
13
|
propsAsIs: true
|
|
14
14
|
});
|
|
15
|
-
const _exp5 =
|
|
15
|
+
const _exp5 = () => (SvgIcon);
|
|
16
16
|
export const StyledSvgIcon = /*#__PURE__*/styled(_exp5())({
|
|
17
17
|
name: "StyledSvgIcon",
|
|
18
18
|
class: "ui_components_stm2f82",
|
|
19
19
|
propsAsIs: true
|
|
20
20
|
});
|
|
21
|
+
//# sourceMappingURL=SecurityIndicator.styles.js.map
|
|
21
22
|
|
|
22
23
|
import "./SecurityIndicator.styles.css";
|
|
@@ -19,20 +19,20 @@ const BaseSelect = /*#__PURE__*/styled('button')({
|
|
|
19
19
|
class: "ui_components_b1m8l3dp",
|
|
20
20
|
propsAsIs: false
|
|
21
21
|
});
|
|
22
|
-
const _exp6 =
|
|
22
|
+
const _exp6 = () => (BaseSelect);
|
|
23
23
|
export const PrimarySelect = /*#__PURE__*/styled(_exp6())({
|
|
24
24
|
name: "PrimarySelect",
|
|
25
25
|
class: "ui_components_pvoh4i9",
|
|
26
26
|
propsAsIs: true
|
|
27
27
|
});
|
|
28
|
-
const
|
|
29
|
-
export const OutlineSelect = /*#__PURE__*/styled(
|
|
28
|
+
const _exp27 = () => (BaseSelect);
|
|
29
|
+
export const OutlineSelect = /*#__PURE__*/styled(_exp27())({
|
|
30
30
|
name: "OutlineSelect",
|
|
31
31
|
class: "ui_components_odr8otq",
|
|
32
32
|
propsAsIs: true
|
|
33
33
|
});
|
|
34
|
-
const
|
|
35
|
-
export const TextSelect = /*#__PURE__*/styled(
|
|
34
|
+
const _exp44 = () => (BaseSelect);
|
|
35
|
+
export const TextSelect = /*#__PURE__*/styled(_exp44())({
|
|
36
36
|
name: "TextSelect",
|
|
37
37
|
class: "ui_components_t13pizak",
|
|
38
38
|
propsAsIs: true
|
|
@@ -43,26 +43,20 @@ export const Border = /*#__PURE__*/styled('div')({
|
|
|
43
43
|
class: "ui_components_b5oenp2",
|
|
44
44
|
propsAsIs: false
|
|
45
45
|
});
|
|
46
|
-
export const IconDown = _a => {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
return createElement(ChevronDownSmall, Object.assign({
|
|
52
|
-
className: classnames(arrowIconsCss, className)
|
|
53
|
-
}, props));
|
|
46
|
+
export const IconDown = (_a) => {
|
|
47
|
+
var { className } = _a, props = __rest(_a, ["className"]);
|
|
48
|
+
return createElement(ChevronDownSmall, Object.assign({
|
|
49
|
+
className: classnames(arrowIconsCss, className)
|
|
50
|
+
}, props));
|
|
54
51
|
};
|
|
55
|
-
export const IconUp = _a => {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
return createElement(ChevronUpSmall, Object.assign({
|
|
61
|
-
className: classnames(arrowIconsCss, className)
|
|
62
|
-
}, props));
|
|
52
|
+
export const IconUp = (_a) => {
|
|
53
|
+
var { className } = _a, props = __rest(_a, ["className"]);
|
|
54
|
+
return createElement(ChevronUpSmall, Object.assign({
|
|
55
|
+
className: classnames(arrowIconsCss, className)
|
|
56
|
+
}, props));
|
|
63
57
|
};
|
|
64
|
-
const
|
|
65
|
-
export const LockIcon = /*#__PURE__*/styled(
|
|
58
|
+
const _exp76 = () => (LockSmallFilled);
|
|
59
|
+
export const LockIcon = /*#__PURE__*/styled(_exp76())({
|
|
66
60
|
name: "LockIcon",
|
|
67
61
|
class: "ui_components_l18ny4qx",
|
|
68
62
|
propsAsIs: true
|
|
@@ -72,14 +66,14 @@ export const Icon = /*#__PURE__*/styled('div')({
|
|
|
72
66
|
class: "ui_components_iduk1j2",
|
|
73
67
|
propsAsIs: false
|
|
74
68
|
});
|
|
75
|
-
const
|
|
76
|
-
export const Label = /*#__PURE__*/styled(
|
|
69
|
+
const _exp103 = () => (Typography);
|
|
70
|
+
export const Label = /*#__PURE__*/styled(_exp103())({
|
|
77
71
|
name: "Label",
|
|
78
72
|
class: "ui_components_ljv9fhm",
|
|
79
73
|
propsAsIs: true
|
|
80
74
|
});
|
|
81
|
-
const
|
|
82
|
-
export const SecondaryLabel = /*#__PURE__*/styled(
|
|
75
|
+
const _exp119 = () => (Typography);
|
|
76
|
+
export const SecondaryLabel = /*#__PURE__*/styled(_exp119())({
|
|
83
77
|
name: "SecondaryLabel",
|
|
84
78
|
class: "ui_components_s1oxfjvx",
|
|
85
79
|
propsAsIs: true
|
|
@@ -89,8 +83,8 @@ export const HiddenInput = /*#__PURE__*/styled('input')({
|
|
|
89
83
|
class: "ui_components_h1g4coqz",
|
|
90
84
|
propsAsIs: false
|
|
91
85
|
});
|
|
92
|
-
const
|
|
93
|
-
export const DisplayValue = /*#__PURE__*/styled(
|
|
86
|
+
const _exp123 = () => (Typography);
|
|
87
|
+
export const DisplayValue = /*#__PURE__*/styled(_exp123())({
|
|
94
88
|
name: "DisplayValue",
|
|
95
89
|
class: "ui_components_d1qgiczq",
|
|
96
90
|
propsAsIs: true
|
|
@@ -110,5 +104,6 @@ export const Adornment = /*#__PURE__*/styled('div')({
|
|
|
110
104
|
class: "ui_components_a1npkptp",
|
|
111
105
|
propsAsIs: false
|
|
112
106
|
});
|
|
107
|
+
//# sourceMappingURL=SelectField.styles.js.map
|
|
113
108
|
|
|
114
109
|
import "./SelectField.styles.css";
|
|
@@ -9,9 +9,9 @@ export const EmptySpan = /*#__PURE__*/styled('span')({
|
|
|
9
9
|
class: "ui_components_esv7c2b",
|
|
10
10
|
propsAsIs: false
|
|
11
11
|
});
|
|
12
|
-
const _exp =
|
|
13
|
-
const _exp2 =
|
|
14
|
-
const _exp4 =
|
|
12
|
+
const _exp = () => (props => props.zIndex);
|
|
13
|
+
const _exp2 = () => (props => props.borderRadius);
|
|
14
|
+
const _exp4 = () => (props => props.height);
|
|
15
15
|
export const SkeletonCell = /*#__PURE__*/styled('div')({
|
|
16
16
|
name: "SkeletonCell",
|
|
17
17
|
class: "ui_components_simo1kt",
|
|
@@ -22,5 +22,6 @@ export const SkeletonCell = /*#__PURE__*/styled('div')({
|
|
|
22
22
|
"simo1kt-2": [_exp4(), "px"]
|
|
23
23
|
}
|
|
24
24
|
});
|
|
25
|
+
//# sourceMappingURL=Skeleton.styles.js.map
|
|
25
26
|
|
|
26
27
|
import "./Skeleton.styles.css";
|
|
@@ -24,8 +24,8 @@ export const RailLine = /*#__PURE__*/styled('line')({
|
|
|
24
24
|
class: "ui_components_r5xks96",
|
|
25
25
|
propsAsIs: true
|
|
26
26
|
});
|
|
27
|
-
const
|
|
28
|
-
export const TrackLine = /*#__PURE__*/styled(
|
|
27
|
+
const _exp16 = () => (RailLine);
|
|
28
|
+
export const TrackLine = /*#__PURE__*/styled(_exp16())({
|
|
29
29
|
name: "TrackLine",
|
|
30
30
|
class: "ui_components_t14nkdgp",
|
|
31
31
|
propsAsIs: true
|
|
@@ -40,5 +40,6 @@ export const HiddenNumberInput = /*#__PURE__*/styled('input')({
|
|
|
40
40
|
class: "ui_components_hb9hbft",
|
|
41
41
|
propsAsIs: false
|
|
42
42
|
});
|
|
43
|
+
//# sourceMappingURL=Slider.styles.js.map
|
|
43
44
|
|
|
44
45
|
import "./Slider.styles.css";
|
|
@@ -11,7 +11,7 @@ export const Message = /*#__PURE__*/styled('div')({
|
|
|
11
11
|
class: "ui_components_m1qwxco2",
|
|
12
12
|
propsAsIs: false
|
|
13
13
|
});
|
|
14
|
-
const _exp9 =
|
|
14
|
+
const _exp9 = () => (Typography);
|
|
15
15
|
export const Text = /*#__PURE__*/styled(_exp9())({
|
|
16
16
|
name: "Text",
|
|
17
17
|
class: "ui_components_t1yx0308",
|
|
@@ -27,11 +27,12 @@ export const Icon = /*#__PURE__*/styled('div')({
|
|
|
27
27
|
class: "ui_components_i1ljzguw",
|
|
28
28
|
propsAsIs: false
|
|
29
29
|
});
|
|
30
|
-
const
|
|
31
|
-
export const Copy = /*#__PURE__*/styled(
|
|
30
|
+
const _exp14 = () => (CopyBase);
|
|
31
|
+
export const Copy = /*#__PURE__*/styled(_exp14())({
|
|
32
32
|
name: "Copy",
|
|
33
33
|
class: "ui_components_chdglj9",
|
|
34
34
|
propsAsIs: true
|
|
35
35
|
});
|
|
36
|
+
//# sourceMappingURL=SnackbarContent.styles.js.map
|
|
36
37
|
|
|
37
38
|
import "./SnackbarContent.styles.css";
|
|
@@ -5,11 +5,12 @@ export const Root = /*#__PURE__*/styled('div')({
|
|
|
5
5
|
class: "ui_components_r1k4yapm",
|
|
6
6
|
propsAsIs: false
|
|
7
7
|
});
|
|
8
|
-
const _exp2 =
|
|
8
|
+
const _exp2 = () => (IconButtonBase);
|
|
9
9
|
export const IconButton = /*#__PURE__*/styled(_exp2())({
|
|
10
10
|
name: "IconButton",
|
|
11
11
|
class: "ui_components_i1ofj1q7",
|
|
12
12
|
propsAsIs: true
|
|
13
13
|
});
|
|
14
|
+
//# sourceMappingURL=Stepper.styles.js.map
|
|
14
15
|
|
|
15
16
|
import "./Stepper.styles.css";
|
package/dist/Tabs/Tabs.styles.js
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { styled } from '@linaria/react';
|
|
2
|
-
export const INITIAL_STYLE = {
|
|
3
|
-
width: 0,
|
|
4
|
-
height: 0,
|
|
5
|
-
left: 0,
|
|
6
|
-
top: 0
|
|
7
|
-
};
|
|
2
|
+
export const INITIAL_STYLE = { width: 0, height: 0, left: 0, top: 0 };
|
|
8
3
|
export const Root = /*#__PURE__*/styled('div')({
|
|
9
4
|
name: "Root",
|
|
10
5
|
class: "ui_components_rzizmhz",
|
|
@@ -30,5 +25,6 @@ export const TabIndicator = /*#__PURE__*/styled('span')({
|
|
|
30
25
|
class: "ui_components_t15t8a4t",
|
|
31
26
|
propsAsIs: false
|
|
32
27
|
});
|
|
28
|
+
//# sourceMappingURL=Tabs.styles.js.map
|
|
33
29
|
|
|
34
30
|
import "./Tabs.styles.css";
|
package/dist/Tag/Tag.styles.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { styled } from '@linaria/react';
|
|
2
2
|
import IconButtonUI from '../IconButton/index.js';
|
|
3
|
-
const _exp =
|
|
3
|
+
const _exp = () => (IconButtonUI);
|
|
4
4
|
export const IconButton = /*#__PURE__*/styled(_exp())({
|
|
5
5
|
name: "IconButton",
|
|
6
6
|
class: "ui_components_i1egwbol",
|
|
7
7
|
propsAsIs: true
|
|
8
8
|
});
|
|
9
9
|
export const dropDownPaperStyles = "ui_components_dqov6mf";
|
|
10
|
+
//# sourceMappingURL=TextField.styles.js.map
|
|
10
11
|
|
|
11
12
|
import "./TextField.styles.css";
|
|
@@ -5,11 +5,12 @@ export const Root = /*#__PURE__*/styled('div')({
|
|
|
5
5
|
class: "ui_components_r102nmlj",
|
|
6
6
|
propsAsIs: false
|
|
7
7
|
});
|
|
8
|
-
const _exp =
|
|
8
|
+
const _exp = () => (Input);
|
|
9
9
|
export const InputElement = /*#__PURE__*/styled(_exp())({
|
|
10
10
|
name: "InputElement",
|
|
11
11
|
class: "ui_components_i93fsct",
|
|
12
12
|
propsAsIs: true
|
|
13
13
|
});
|
|
14
|
+
//# sourceMappingURL=TimePicker.styles.js.map
|
|
14
15
|
|
|
15
16
|
import "./TimePicker.styles.css";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled } from '@linaria/react';
|
|
2
2
|
import PopperUi from '../Popper/index.js';
|
|
3
3
|
import CornerBase from './Corner.js';
|
|
4
|
-
const _exp =
|
|
4
|
+
const _exp = () => (PopperUi);
|
|
5
5
|
export const Popper = /*#__PURE__*/styled(_exp())({
|
|
6
6
|
name: "Popper",
|
|
7
7
|
class: "ui_components_pyk4i5t",
|
|
@@ -17,8 +17,8 @@ export const TooltipElement = /*#__PURE__*/styled('div')({
|
|
|
17
17
|
class: "ui_components_tlg8fl1",
|
|
18
18
|
propsAsIs: false
|
|
19
19
|
});
|
|
20
|
-
const
|
|
21
|
-
export const Corner = /*#__PURE__*/styled(
|
|
20
|
+
const _exp11 = () => (CornerBase);
|
|
21
|
+
export const Corner = /*#__PURE__*/styled(_exp11())({
|
|
22
22
|
name: "Corner",
|
|
23
23
|
class: "ui_components_c4mxbfz",
|
|
24
24
|
propsAsIs: true
|
|
@@ -28,5 +28,6 @@ export const Line = /*#__PURE__*/styled('div')({
|
|
|
28
28
|
class: "ui_components_lqup1j8",
|
|
29
29
|
propsAsIs: false
|
|
30
30
|
});
|
|
31
|
+
//# sourceMappingURL=Tooltip.styles.js.map
|
|
31
32
|
|
|
32
33
|
import "./Tooltip.styles.css";
|
|
@@ -1,58 +1,52 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { styled } from '@linaria/react';
|
|
3
3
|
import SvgIcon from '@finam/web-ui-kit-icons/SvgIcon';
|
|
4
|
-
const LeftIcon = props => _jsx(SvgIcon, Object.assign({
|
|
4
|
+
const LeftIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
5
5
|
width: 4,
|
|
6
6
|
height: 20
|
|
7
7
|
}, props, {
|
|
8
|
-
children: _jsx("path", {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}));
|
|
12
|
-
const CenterIcon = props => _jsx(SvgIcon, Object.assign({
|
|
8
|
+
children: _jsx("path", { d: "M0 16V4C0 1.79086 1.79086 0 4 0V20C1.79086 20 0 18.2091 0 16Z" })
|
|
9
|
+
})));
|
|
10
|
+
const CenterIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
13
11
|
width: 18,
|
|
14
12
|
height: 20,
|
|
15
13
|
preserveAspectRatio: "none"
|
|
16
14
|
}, props, {
|
|
17
|
-
children: _jsx("rect", {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
const RightIcon = props => _jsx(SvgIcon, Object.assign({
|
|
15
|
+
children: _jsx("rect", { width: "18", height: "20" })
|
|
16
|
+
})));
|
|
17
|
+
const RightIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
23
18
|
width: 7,
|
|
24
19
|
height: 20
|
|
25
20
|
}, props, {
|
|
26
|
-
children: _jsx("path", {
|
|
27
|
-
|
|
28
|
-
})
|
|
29
|
-
}));
|
|
21
|
+
children: _jsx("path", { d: "M6.44501 8.41432L4.65623 3.3035C4.4469 2.70542 4.34223 2.40638 4.20889 2.15064C3.61447 1.01062 2.5083 0.225821 1.23592 0.0413761C0.95049 0 0.63366 0 0 0V20C0.63366 20 0.95049 20 1.23592 19.9586C2.5083 19.7742 3.61447 18.9894 4.20889 17.8494C4.34223 17.5936 4.44689 17.2946 4.65622 16.6965L4.65623 16.6965L6.44501 11.5857C6.65072 10.9979 6.75357 10.7041 6.79439 10.4028C6.83061 10.1355 6.83061 9.86452 6.79439 9.59721C6.75357 9.29592 6.65072 9.00206 6.44502 8.41433L6.44501 8.41432Z" })
|
|
22
|
+
})));
|
|
30
23
|
const Root = /*#__PURE__*/styled('div')({
|
|
31
24
|
name: "Root",
|
|
32
25
|
class: "ui_components_r994ojb",
|
|
33
26
|
propsAsIs: false
|
|
34
27
|
});
|
|
35
|
-
const _exp =
|
|
28
|
+
const _exp = () => (LeftIcon);
|
|
36
29
|
const Left = /*#__PURE__*/styled(_exp())({
|
|
37
30
|
name: "Left",
|
|
38
31
|
class: "ui_components_l5tzv8g",
|
|
39
32
|
propsAsIs: true
|
|
40
33
|
});
|
|
41
|
-
const _exp2 =
|
|
34
|
+
const _exp2 = () => (CenterIcon);
|
|
42
35
|
const Center = /*#__PURE__*/styled(_exp2())({
|
|
43
36
|
name: "Center",
|
|
44
37
|
class: "ui_components_c1qakfkf",
|
|
45
38
|
propsAsIs: true
|
|
46
39
|
});
|
|
47
|
-
const _exp3 =
|
|
40
|
+
const _exp3 = () => (RightIcon);
|
|
48
41
|
const Right = /*#__PURE__*/styled(_exp3())({
|
|
49
42
|
name: "Right",
|
|
50
43
|
class: "ui_components_r10aubao",
|
|
51
44
|
propsAsIs: true
|
|
52
45
|
});
|
|
53
|
-
const BackgroundFilled = props => _jsxs(Root, Object.assign({}, props, {
|
|
46
|
+
const BackgroundFilled = (props) => (_jsxs(Root, Object.assign({}, props, {
|
|
54
47
|
children: [_jsx(Left, {}), _jsx(Center, {}), _jsx(Right, {})]
|
|
55
|
-
}));
|
|
48
|
+
})));
|
|
56
49
|
export default BackgroundFilled;
|
|
50
|
+
//# sourceMappingURL=BackgroundFilled.js.map
|
|
57
51
|
|
|
58
52
|
import "./BackgroundFilled.css";
|
|
@@ -1,58 +1,52 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { styled } from '@linaria/react';
|
|
3
3
|
import SvgIcon from '@finam/web-ui-kit-icons/SvgIcon';
|
|
4
|
-
const LeftIcon = props => _jsx(SvgIcon, Object.assign({
|
|
4
|
+
const LeftIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
5
5
|
width: 5,
|
|
6
6
|
height: 18
|
|
7
7
|
}, props, {
|
|
8
|
-
children: _jsx("path", {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}));
|
|
12
|
-
const CenterIcon = props => _jsx(SvgIcon, Object.assign({
|
|
8
|
+
children: _jsx("path", { d: "M4.8 0H5V18H4.8C3.11984 18 2.27976 18 1.63803 17.673C1.07354 17.3854 0.614601 16.9265 0.32698 16.362C0 15.7202 0 14.8802 0 13.2V4.8C0 3.11984 0 2.27976 0.32698 1.63803C0.614601 1.07354 1.07354 0.614601 1.63803 0.32698C2.27976 0 3.11984 0 4.8 0Z" })
|
|
9
|
+
})));
|
|
10
|
+
const CenterIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
13
11
|
width: 18,
|
|
14
12
|
height: 18,
|
|
15
13
|
preserveAspectRatio: "none"
|
|
16
14
|
}, props, {
|
|
17
|
-
children: _jsx("rect", {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
})
|
|
21
|
-
}));
|
|
22
|
-
const RightIcon = props => _jsx(SvgIcon, Object.assign({
|
|
15
|
+
children: _jsx("rect", { width: "18", height: "18" })
|
|
16
|
+
})));
|
|
17
|
+
const RightIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
23
18
|
width: 6,
|
|
24
19
|
height: 18
|
|
25
20
|
}, props, {
|
|
26
|
-
children: _jsx("path", {
|
|
27
|
-
|
|
28
|
-
})
|
|
29
|
-
}));
|
|
21
|
+
children: _jsx("path", { d: "M0.837722 0H0V18H0.837722C2.12901 18 3.27543 17.1737 3.68377 15.9487L5.68377 9.94868C5.88904 9.33288 5.88904 8.66712 5.68377 8.05132L3.68377 2.05132C3.27543 0.82629 2.12901 0 0.837722 0Z" })
|
|
22
|
+
})));
|
|
30
23
|
const Root = /*#__PURE__*/styled('div')({
|
|
31
24
|
name: "Root",
|
|
32
25
|
class: "ui_components_r1psoh7g",
|
|
33
26
|
propsAsIs: false
|
|
34
27
|
});
|
|
35
|
-
const _exp =
|
|
28
|
+
const _exp = () => (LeftIcon);
|
|
36
29
|
const Left = /*#__PURE__*/styled(_exp())({
|
|
37
30
|
name: "Left",
|
|
38
31
|
class: "ui_components_l12oysbx",
|
|
39
32
|
propsAsIs: true
|
|
40
33
|
});
|
|
41
|
-
const _exp2 =
|
|
34
|
+
const _exp2 = () => (CenterIcon);
|
|
42
35
|
const Center = /*#__PURE__*/styled(_exp2())({
|
|
43
36
|
name: "Center",
|
|
44
37
|
class: "ui_components_c1wrao4i",
|
|
45
38
|
propsAsIs: true
|
|
46
39
|
});
|
|
47
|
-
const _exp3 =
|
|
40
|
+
const _exp3 = () => (RightIcon);
|
|
48
41
|
const Right = /*#__PURE__*/styled(_exp3())({
|
|
49
42
|
name: "Right",
|
|
50
43
|
class: "ui_components_rto453f",
|
|
51
44
|
propsAsIs: true
|
|
52
45
|
});
|
|
53
|
-
const BackgroundInner = props => _jsxs(Root, Object.assign({}, props, {
|
|
46
|
+
const BackgroundInner = (props) => (_jsxs(Root, Object.assign({}, props, {
|
|
54
47
|
children: [_jsx(Left, {}), _jsx(Center, {}), _jsx(Right, {})]
|
|
55
|
-
}));
|
|
48
|
+
})));
|
|
56
49
|
export default BackgroundInner;
|
|
50
|
+
//# sourceMappingURL=BackgroundInner.js.map
|
|
57
51
|
|
|
58
52
|
import "./BackgroundInner.css";
|
|
@@ -1,44 +1,39 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { styled } from '@linaria/react';
|
|
3
3
|
import SvgIcon from '@finam/web-ui-kit-icons/SvgIcon';
|
|
4
|
-
const InnerIcon = props => _jsx(SvgIcon, Object.assign({
|
|
4
|
+
const InnerIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
5
5
|
width: 8,
|
|
6
6
|
height: 18
|
|
7
7
|
}, props, {
|
|
8
|
-
children: _jsx("path", {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}));
|
|
12
|
-
const RightIcon = props => _jsx(SvgIcon, Object.assign({
|
|
8
|
+
children: _jsx("path", { d: "M2.83772 0H0V18H2.83772C4.12901 18 5.27543 17.1737 5.68377 15.9487L7.68377 9.94868C7.88904 9.33288 7.88904 8.66712 7.68377 8.05132L5.68377 2.05132C5.27543 0.82629 4.12901 0 2.83772 0Z" })
|
|
9
|
+
})));
|
|
10
|
+
const RightIcon = (props) => (_jsx(SvgIcon, Object.assign({
|
|
13
11
|
width: 10,
|
|
14
12
|
height: 20
|
|
15
13
|
}, props, {
|
|
16
|
-
children: _jsx("path", {
|
|
17
|
-
|
|
18
|
-
})
|
|
19
|
-
}));
|
|
14
|
+
children: _jsx("path", { d: "M1.95932 0H0V20H1.95932C3.59386 20 4.41112 20 5.10942 19.729C5.72615 19.4896 6.27389 19.101 6.70356 18.598C7.19006 18.0284 7.46005 17.257 8.00002 15.7142L9.44501 11.5857C9.65072 10.9979 9.75357 10.7041 9.79439 10.4028C9.83061 10.1355 9.83061 9.86452 9.79439 9.59721C9.75357 9.29592 9.65072 9.00206 9.44502 8.41434L9.44501 8.41432L8.00002 4.28576C7.46005 2.74299 7.19006 1.9716 6.70356 1.40205C6.27389 0.899015 5.72615 0.510409 5.10942 0.271033C4.41112 0 3.59386 0 1.95932 0Z" })
|
|
15
|
+
})));
|
|
20
16
|
const Root = /*#__PURE__*/styled('div')({
|
|
21
17
|
name: "Root",
|
|
22
18
|
class: "ui_components_r1ofbq8x",
|
|
23
19
|
propsAsIs: false
|
|
24
20
|
});
|
|
25
|
-
const _exp =
|
|
21
|
+
const _exp = () => (InnerIcon);
|
|
26
22
|
const Inner = /*#__PURE__*/styled(_exp())({
|
|
27
23
|
name: "Inner",
|
|
28
24
|
class: "ui_components_i1rdm1ee",
|
|
29
25
|
propsAsIs: true
|
|
30
26
|
});
|
|
31
|
-
const _exp2 =
|
|
27
|
+
const _exp2 = () => (RightIcon);
|
|
32
28
|
const Right = /*#__PURE__*/styled(_exp2())({
|
|
33
29
|
name: "Right",
|
|
34
30
|
class: "ui_components_rn8x4gy",
|
|
35
31
|
propsAsIs: true
|
|
36
32
|
});
|
|
37
|
-
const StackedArrow = props => _jsxs(Root, Object.assign({}, props, {
|
|
38
|
-
children: [_jsx(Inner, {
|
|
39
|
-
|
|
40
|
-
}), _jsx(Right, {})]
|
|
41
|
-
}));
|
|
33
|
+
const StackedArrow = (props) => (_jsxs(Root, Object.assign({}, props, {
|
|
34
|
+
children: [_jsx(Inner, { className: "inner" }), _jsx(Right, {})]
|
|
35
|
+
})));
|
|
42
36
|
export default StackedArrow;
|
|
37
|
+
//# sourceMappingURL=StackedArrow.js.map
|
|
43
38
|
|
|
44
39
|
import "./StackedArrow.css";
|
|
@@ -13,8 +13,8 @@ export const Content = /*#__PURE__*/styled('div')({
|
|
|
13
13
|
class: "ui_components_c1ryoiwy",
|
|
14
14
|
propsAsIs: false
|
|
15
15
|
});
|
|
16
|
-
const
|
|
17
|
-
export const Label = /*#__PURE__*/styled(
|
|
16
|
+
const _exp25 = () => (Typography);
|
|
17
|
+
export const Label = /*#__PURE__*/styled(_exp25())({
|
|
18
18
|
name: "Label",
|
|
19
19
|
class: "ui_components_l1u02153",
|
|
20
20
|
propsAsIs: true
|
|
@@ -24,14 +24,14 @@ const DefaultText = /*#__PURE__*/styled('span')({
|
|
|
24
24
|
class: "ui_components_d1iv590d",
|
|
25
25
|
propsAsIs: false
|
|
26
26
|
});
|
|
27
|
-
const
|
|
28
|
-
export const Slash = /*#__PURE__*/styled(
|
|
27
|
+
const _exp35 = () => (DefaultText);
|
|
28
|
+
export const Slash = /*#__PURE__*/styled(_exp35())({
|
|
29
29
|
name: "Slash",
|
|
30
30
|
class: "ui_components_s15uuaxw",
|
|
31
31
|
propsAsIs: true
|
|
32
32
|
});
|
|
33
|
-
const
|
|
34
|
-
export const MainText = /*#__PURE__*/styled(
|
|
33
|
+
const _exp36 = () => (DefaultText);
|
|
34
|
+
export const MainText = /*#__PURE__*/styled(_exp36())({
|
|
35
35
|
name: "MainText",
|
|
36
36
|
class: "ui_components_m1bsfant",
|
|
37
37
|
propsAsIs: true
|
|
@@ -46,24 +46,25 @@ export const RightColoredText = /*#__PURE__*/styled('span')({
|
|
|
46
46
|
class: "ui_components_r162k6ft",
|
|
47
47
|
propsAsIs: false
|
|
48
48
|
});
|
|
49
|
-
const
|
|
50
|
-
export const BackgroundFilled = /*#__PURE__*/styled(
|
|
49
|
+
const _exp75 = () => (BackgroundFilledBase);
|
|
50
|
+
export const BackgroundFilled = /*#__PURE__*/styled(_exp75())({
|
|
51
51
|
name: "BackgroundFilled",
|
|
52
52
|
class: "ui_components_bx6m76s",
|
|
53
53
|
propsAsIs: true
|
|
54
54
|
});
|
|
55
|
-
const
|
|
56
|
-
export const BackgroundInner = /*#__PURE__*/styled(
|
|
55
|
+
const _exp76 = () => (BackgroundInnerBase);
|
|
56
|
+
export const BackgroundInner = /*#__PURE__*/styled(_exp76())({
|
|
57
57
|
name: "BackgroundInner",
|
|
58
58
|
class: "ui_components_b162d5u3",
|
|
59
59
|
propsAsIs: true
|
|
60
60
|
});
|
|
61
61
|
export const iconStyles = "ui_components_i1dw5c3t";
|
|
62
|
-
const
|
|
63
|
-
export const StackedArrow = /*#__PURE__*/styled(
|
|
62
|
+
const _exp81 = () => (StackedArrowBase);
|
|
63
|
+
export const StackedArrow = /*#__PURE__*/styled(_exp81())({
|
|
64
64
|
name: "StackedArrow",
|
|
65
65
|
class: "ui_components_s4uqmyp",
|
|
66
66
|
propsAsIs: true
|
|
67
67
|
});
|
|
68
|
+
//# sourceMappingURL=TradeBadge.styles.js.map
|
|
68
69
|
|
|
69
70
|
import "./TradeBadge.styles.css";
|
|
@@ -6,7 +6,7 @@ declare const ThemeProvider: import("react").ComponentType<{
|
|
|
6
6
|
theme: ThemeTokensValues;
|
|
7
7
|
}, C>(WrappedComponent: import("react").ComponentType<Props> & C) => import("react").ComponentType<import("@callstack/react-theme-provider").$Without<Props, "theme"> & {
|
|
8
8
|
theme?: import("@callstack/react-theme-provider").$DeepPartial<ThemeTokensValues> | undefined;
|
|
9
|
-
}> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics
|
|
9
|
+
}> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<import("react").ComponentType<Props> & C, {}>, useTheme: <T = ThemeTokensValues>(overrides?: import("@callstack/react-theme-provider").$DeepPartial<T> | undefined) => T;
|
|
10
10
|
export { ThemeProvider, withTheme, useTheme };
|
|
11
11
|
export default ThemeProvider;
|
|
12
12
|
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,QAAA,MACE,aAAa;;;IACb,SAAS;;;;
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE/E,QAAA,MACE,aAAa;;;IACb,SAAS;;;;8IACT,QAAQ,iHACiC,CAAC;AAE5C,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC;AAE9C,eAAe,aAAa,CAAC"}
|