@alfalab/core-components-pure-cell 4.13.5 → 4.14.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/{component-230e4652.js → component-4ddb1c01.js} +22 -19
- package/{esm/component-8c83a9ca.d.ts → component-fb05ccb7.d.ts} +14 -1
- package/component.js +18 -2
- package/components/addon/component.js +1 -1
- package/components/addon/index.css +13 -13
- package/components/addon/index.d.ts +1 -1
- package/components/addon/index.js +1 -1
- package/components/amount/component.js +1 -1
- package/components/amount/index.css +4 -4
- package/components/amount/index.d.ts +1 -1
- package/components/amount/index.js +1 -1
- package/components/amount-title/component.js +1 -1
- package/components/amount-title/index.css +15 -15
- package/components/amount-title/index.d.ts +1 -1
- package/components/amount-title/index.js +1 -1
- package/components/category/component.js +1 -1
- package/components/category/index.css +5 -5
- package/components/category/index.d.ts +1 -1
- package/components/category/index.js +1 -1
- package/components/content/component.js +1 -1
- package/components/content/index.css +3 -3
- package/components/content/index.d.ts +1 -1
- package/components/content/index.js +1 -1
- package/components/footer/component.js +1 -1
- package/components/footer/index.css +4 -4
- package/components/footer/index.d.ts +1 -1
- package/components/footer/index.js +1 -1
- package/components/footer-button/component.js +1 -1
- package/components/footer-button/index.css +2 -2
- package/components/footer-button/index.d.ts +1 -1
- package/components/footer-button/index.js +1 -1
- package/components/footer-text/component.js +1 -1
- package/components/footer-text/index.d.ts +1 -1
- package/components/footer-text/index.js +1 -1
- package/components/graphics/component.js +1 -1
- package/components/graphics/index.css +18 -18
- package/components/graphics/index.d.ts +1 -1
- package/components/graphics/index.js +1 -1
- package/components/main/component.js +1 -1
- package/components/main/index.css +7 -7
- package/components/main/index.d.ts +1 -1
- package/components/main/index.js +1 -1
- package/components/text/component.js +1 -1
- package/components/text/index.css +7 -7
- package/components/text/index.d.ts +1 -1
- package/components/text/index.js +1 -1
- package/cssm/{component-fec4aa01.js → component-195fb685.js} +11 -8
- package/{modern/component-8c83a9ca.d.ts → cssm/component-fb05ccb7.d.ts} +14 -1
- package/cssm/component.js +18 -2
- package/cssm/components/addon/component.js +1 -1
- package/cssm/components/addon/index.d.ts +1 -1
- package/cssm/components/addon/index.js +1 -1
- package/cssm/components/amount/component.js +1 -1
- package/cssm/components/amount/index.d.ts +1 -1
- package/cssm/components/amount/index.js +1 -1
- package/cssm/components/amount-title/component.js +1 -1
- package/cssm/components/amount-title/index.d.ts +1 -1
- package/cssm/components/amount-title/index.js +1 -1
- package/cssm/components/category/component.js +1 -1
- package/cssm/components/category/index.d.ts +1 -1
- package/cssm/components/category/index.js +1 -1
- package/cssm/components/content/component.js +1 -1
- package/cssm/components/content/index.d.ts +1 -1
- package/cssm/components/content/index.js +1 -1
- package/cssm/components/footer/component.js +1 -1
- package/cssm/components/footer/index.d.ts +1 -1
- package/cssm/components/footer/index.js +1 -1
- package/cssm/components/footer-button/component.js +1 -1
- package/cssm/components/footer-button/index.d.ts +1 -1
- package/cssm/components/footer-button/index.js +1 -1
- package/cssm/components/footer-text/component.js +1 -1
- package/cssm/components/footer-text/index.d.ts +1 -1
- package/cssm/components/footer-text/index.js +1 -1
- package/cssm/components/graphics/component.js +1 -1
- package/cssm/components/graphics/index.d.ts +1 -1
- package/cssm/components/graphics/index.js +1 -1
- package/cssm/components/main/component.js +1 -1
- package/cssm/components/main/index.d.ts +1 -1
- package/cssm/components/main/index.js +1 -1
- package/cssm/components/text/component.js +1 -1
- package/cssm/components/text/index.d.ts +1 -1
- package/cssm/components/text/index.js +1 -1
- package/cssm/index.d.ts +2 -2
- package/cssm/index.js +18 -1
- package/esm/{component-c3172538.js → component-820518e9.js} +22 -21
- package/{component-8c83a9ca.d.ts → esm/component-fb05ccb7.d.ts} +14 -1
- package/esm/component.js +2 -2
- package/esm/components/addon/component.js +1 -1
- package/esm/components/addon/index.css +13 -13
- package/esm/components/addon/index.d.ts +1 -1
- package/esm/components/addon/index.js +1 -1
- package/esm/components/amount/component.js +1 -1
- package/esm/components/amount/index.css +4 -4
- package/esm/components/amount/index.d.ts +1 -1
- package/esm/components/amount/index.js +1 -1
- package/esm/components/amount-title/component.js +1 -1
- package/esm/components/amount-title/index.css +15 -15
- package/esm/components/amount-title/index.d.ts +1 -1
- package/esm/components/amount-title/index.js +1 -1
- package/esm/components/category/component.js +1 -1
- package/esm/components/category/index.css +5 -5
- package/esm/components/category/index.d.ts +1 -1
- package/esm/components/category/index.js +1 -1
- package/esm/components/content/component.js +1 -1
- package/esm/components/content/index.css +3 -3
- package/esm/components/content/index.d.ts +1 -1
- package/esm/components/content/index.js +1 -1
- package/esm/components/footer/component.js +1 -1
- package/esm/components/footer/index.css +4 -4
- package/esm/components/footer/index.d.ts +1 -1
- package/esm/components/footer/index.js +1 -1
- package/esm/components/footer-button/component.js +1 -1
- package/esm/components/footer-button/index.css +2 -2
- package/esm/components/footer-button/index.d.ts +1 -1
- package/esm/components/footer-button/index.js +1 -1
- package/esm/components/footer-text/component.js +1 -1
- package/esm/components/footer-text/index.d.ts +1 -1
- package/esm/components/footer-text/index.js +1 -1
- package/esm/components/graphics/component.js +1 -1
- package/esm/components/graphics/index.css +18 -18
- package/esm/components/graphics/index.d.ts +1 -1
- package/esm/components/graphics/index.js +1 -1
- package/esm/components/main/component.js +1 -1
- package/esm/components/main/index.css +7 -7
- package/esm/components/main/index.d.ts +1 -1
- package/esm/components/main/index.js +1 -1
- package/esm/components/text/component.js +1 -1
- package/esm/components/text/index.css +7 -7
- package/esm/components/text/index.d.ts +1 -1
- package/esm/components/text/index.js +1 -1
- package/esm/index.css +29 -29
- package/esm/index.d.ts +2 -2
- package/esm/index.js +2 -1
- package/index.css +29 -29
- package/index.d.ts +2 -2
- package/index.js +18 -1
- package/modern/{component-50ac9c4a.js → component-644d2c3d.js} +22 -21
- package/{cssm/component-8c83a9ca.d.ts → modern/component-fb05ccb7.d.ts} +14 -1
- package/modern/component.js +2 -2
- package/modern/components/addon/component.js +1 -1
- package/modern/components/addon/index.css +13 -13
- package/modern/components/addon/index.d.ts +1 -1
- package/modern/components/addon/index.js +1 -1
- package/modern/components/amount/component.js +1 -1
- package/modern/components/amount/index.css +4 -4
- package/modern/components/amount/index.d.ts +1 -1
- package/modern/components/amount/index.js +1 -1
- package/modern/components/amount-title/component.js +1 -1
- package/modern/components/amount-title/index.css +15 -15
- package/modern/components/amount-title/index.d.ts +1 -1
- package/modern/components/amount-title/index.js +1 -1
- package/modern/components/category/component.js +1 -1
- package/modern/components/category/index.css +5 -5
- package/modern/components/category/index.d.ts +1 -1
- package/modern/components/category/index.js +1 -1
- package/modern/components/content/component.js +1 -1
- package/modern/components/content/index.css +3 -3
- package/modern/components/content/index.d.ts +1 -1
- package/modern/components/content/index.js +1 -1
- package/modern/components/footer/component.js +1 -1
- package/modern/components/footer/index.css +4 -4
- package/modern/components/footer/index.d.ts +1 -1
- package/modern/components/footer/index.js +1 -1
- package/modern/components/footer-button/component.js +1 -1
- package/modern/components/footer-button/index.css +2 -2
- package/modern/components/footer-button/index.d.ts +1 -1
- package/modern/components/footer-button/index.js +1 -1
- package/modern/components/footer-text/component.js +1 -1
- package/modern/components/footer-text/index.d.ts +1 -1
- package/modern/components/footer-text/index.js +1 -1
- package/modern/components/graphics/component.js +1 -1
- package/modern/components/graphics/index.css +18 -18
- package/modern/components/graphics/index.d.ts +1 -1
- package/modern/components/graphics/index.js +1 -1
- package/modern/components/main/component.js +1 -1
- package/modern/components/main/index.css +7 -7
- package/modern/components/main/index.d.ts +1 -1
- package/modern/components/main/index.js +1 -1
- package/modern/components/text/component.js +1 -1
- package/modern/components/text/index.css +7 -7
- package/modern/components/text/index.d.ts +1 -1
- package/modern/components/text/index.js +1 -1
- package/modern/index.css +29 -29
- package/modern/index.d.ts +2 -2
- package/modern/index.js +2 -1
- package/moderncssm/{component-891b50dd.js → component-5b5fde55.js} +11 -10
- package/moderncssm/component-fb05ccb7.d.ts +140 -0
- package/moderncssm/component.js +2 -2
- package/moderncssm/components/addon/component.js +1 -1
- package/moderncssm/components/addon/index.d.ts +1 -1
- package/moderncssm/components/addon/index.js +1 -1
- package/moderncssm/components/amount/component.js +1 -1
- package/moderncssm/components/amount/index.d.ts +1 -1
- package/moderncssm/components/amount/index.js +1 -1
- package/moderncssm/components/amount-title/component.js +1 -1
- package/moderncssm/components/amount-title/index.d.ts +1 -1
- package/moderncssm/components/amount-title/index.js +1 -1
- package/moderncssm/components/category/component.js +1 -1
- package/moderncssm/components/category/index.d.ts +1 -1
- package/moderncssm/components/category/index.js +1 -1
- package/moderncssm/components/content/component.js +1 -1
- package/moderncssm/components/content/index.d.ts +1 -1
- package/moderncssm/components/content/index.js +1 -1
- package/moderncssm/components/footer/component.js +1 -1
- package/moderncssm/components/footer/index.d.ts +1 -1
- package/moderncssm/components/footer/index.js +1 -1
- package/moderncssm/components/footer-button/component.js +1 -1
- package/moderncssm/components/footer-button/index.d.ts +1 -1
- package/moderncssm/components/footer-button/index.js +1 -1
- package/moderncssm/components/footer-text/component.js +1 -1
- package/moderncssm/components/footer-text/index.d.ts +1 -1
- package/moderncssm/components/footer-text/index.js +1 -1
- package/moderncssm/components/graphics/component.js +1 -1
- package/moderncssm/components/graphics/index.d.ts +1 -1
- package/moderncssm/components/graphics/index.js +1 -1
- package/moderncssm/components/main/component.js +1 -1
- package/moderncssm/components/main/index.d.ts +1 -1
- package/moderncssm/components/main/index.js +1 -1
- package/moderncssm/components/text/component.js +1 -1
- package/moderncssm/components/text/index.d.ts +1 -1
- package/moderncssm/components/text/index.js +1 -1
- package/moderncssm/index.d.ts +2 -2
- package/moderncssm/index.js +2 -1
- package/package.json +10 -9
- package/src/component.tsx +21 -2
- package/src/components/amount/component.tsx +3 -3
- package/src/components/amount-title/component.tsx +3 -3
- package/src/components/category/component.tsx +5 -5
- package/src/components/footer-text/component.tsx +3 -3
- package/src/components/text/component.tsx +5 -5
- package/src/index.ts +16 -1
- package/moderncssm/component-8c83a9ca.d.ts +0 -127
- /package/{component-230e4652.d.ts → component-4ddb1c01.d.ts} +0 -0
- /package/cssm/{component-fec4aa01.d.ts → component-195fb685.d.ts} +0 -0
- /package/esm/{component-c3172538.d.ts → component-820518e9.d.ts} +0 -0
- /package/modern/{component-50ac9c4a.d.ts → component-644d2c3d.d.ts} +0 -0
- /package/moderncssm/{component-891b50dd.d.ts → component-5b5fde55.d.ts} +0 -0
|
@@ -17,7 +17,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
|
|
|
17
17
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
|
|
18
18
|
var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
|
|
19
19
|
|
|
20
|
-
var styles$a = {"component":"pure-
|
|
20
|
+
var styles$a = {"component":"pure-cell__component_1swmt","none":"pure-cell__none_1swmt","default":"pure-cell__default_1swmt","addonPadding":"pure-cell__addonPadding_1swmt","auto":"pure-cell__auto_1swmt","top":"pure-cell__top_1swmt","center":"pure-cell__center_1swmt","bottom":"pure-cell__bottom_1swmt","button":"pure-cell__button_1swmt"};
|
|
21
21
|
require('./components/addon/index.css')
|
|
22
22
|
|
|
23
23
|
var ADDON_COMPONENT = {
|
|
@@ -51,7 +51,7 @@ var Addon = function (_a) {
|
|
|
51
51
|
_b)), "data-test-id": coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'addon') }, (onClick && onMouseEvents)), children));
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
var styles$9 = {"component":"pure-
|
|
54
|
+
var styles$9 = {"component":"pure-cell__component_b3wu2","hidden":"pure-cell__hidden_b3wu2","hiddenWrapper":"pure-cell__hiddenWrapper_b3wu2"};
|
|
55
55
|
require('./components/amount/index.css')
|
|
56
56
|
|
|
57
57
|
var Amount = function (_a) {
|
|
@@ -61,11 +61,11 @@ var Amount = function (_a) {
|
|
|
61
61
|
return (React__default.default.createElement("div", { className: styles$9.hiddenWrapper },
|
|
62
62
|
React__default.default.createElement("div", { className: styles$9.hidden })));
|
|
63
63
|
}
|
|
64
|
-
return (React__default.default.createElement(coreComponentsTypography.
|
|
64
|
+
return (React__default.default.createElement(coreComponentsTypography.Text, { view: textView, dataTestId: coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-text'), className: cn__default.default(styles$9.component), color: color },
|
|
65
65
|
React__default.default.createElement(coreComponentsAmount.Amount, tslib.__assign({ minority: minority || minorUnits, bold: weight === 'bold' ? 'full' : 'none', dataTestId: coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount') }, restProps))));
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
var styles$8 = {"component":"pure-
|
|
68
|
+
var styles$8 = {"component":"pure-cell__component_1vvwu","weight":"pure-cell__weight_1vvwu","hidden":"pure-cell__hidden_1vvwu","hidden-xsmall":"pure-cell__hidden-xsmall_1vvwu","hidden-small":"pure-cell__hidden-small_1vvwu","hidden-medium":"pure-cell__hidden-medium_1vvwu","hidden-large":"pure-cell__hidden-large_1vvwu","hidden-xlarge":"pure-cell__hidden-xlarge_1vvwu","hiddenWrapper":"pure-cell__hiddenWrapper_1vvwu","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_1vvwu","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_1vvwu","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_1vvwu","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_1vvwu","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_1vvwu"};
|
|
69
69
|
require('./components/amount-title/index.css')
|
|
70
70
|
|
|
71
71
|
var AmountTitle = function (_a) {
|
|
@@ -76,25 +76,25 @@ var AmountTitle = function (_a) {
|
|
|
76
76
|
return (React__default.default.createElement("div", { className: cn__default.default(styles$8.hiddenWrapper, styles$8["hiddenWrapper-".concat(titleProps.view)]) },
|
|
77
77
|
React__default.default.createElement("div", { className: cn__default.default(styles$8.hidden, styles$8["hidden-".concat(titleProps.view)]) })));
|
|
78
78
|
}
|
|
79
|
-
return (React__default.default.createElement(coreComponentsTypography.
|
|
79
|
+
return (React__default.default.createElement(coreComponentsTypography.TitleResponsive, tslib.__assign({}, titleProps, { dataTestId: coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-title'), className: cn__default.default(styles$8.component, titlePropsFromProps === null || titlePropsFromProps === void 0 ? void 0 : titlePropsFromProps.className) }),
|
|
80
80
|
React__default.default.createElement(coreComponentsAmount.Amount, tslib.__assign({ minority: minority || minorUnits, className: cn__default.default(styles$8.weight, className), dataTestId: coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'core-amount-title') }, restProps, { bold: 'none' }))));
|
|
81
81
|
};
|
|
82
82
|
|
|
83
|
-
var styles$7 = {"component":"pure-
|
|
83
|
+
var styles$7 = {"component":"pure-cell__component_1wyt0","categoryName":"pure-cell__categoryName_1wyt0","categoryPercent":"pure-cell__categoryPercent_1wyt0","rightAddon":"pure-cell__rightAddon_1wyt0"};
|
|
84
84
|
require('./components/category/index.css')
|
|
85
85
|
|
|
86
86
|
var Category = function (_a) {
|
|
87
87
|
var categoryName = _a.categoryName, categoryPercent = _a.categoryPercent, rightAddons = _a.rightAddons, dataTestId = _a.dataTestId;
|
|
88
88
|
var pureCellContext = React.useContext(PureCellContext);
|
|
89
89
|
return (React__default.default.createElement("div", { className: styles$7.component, "data-test-id": 'cell-pure-category' },
|
|
90
|
-
React__default.default.createElement(coreComponentsTypography.
|
|
91
|
-
categoryPercent !== undefined && (React__default.default.createElement(coreComponentsTypography.
|
|
90
|
+
React__default.default.createElement(coreComponentsTypography.Text, { view: 'primary-small', color: 'secondary', dataTestId: coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'category-name'), className: styles$7.categoryName }, categoryName),
|
|
91
|
+
categoryPercent !== undefined && (React__default.default.createElement(coreComponentsTypography.Text, { tag: 'div', view: 'primary-small', color: 'secondary', className: styles$7.categoryPercent, dataTestId: coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'category-percent') },
|
|
92
92
|
categoryPercent,
|
|
93
93
|
"%")),
|
|
94
94
|
rightAddons !== undefined && (React__default.default.createElement("div", { className: styles$7.rightAddon, "data-test-id": coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'category-right-addon') }, rightAddons))));
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
var styles$6 = {"component":"pure-
|
|
97
|
+
var styles$6 = {"component":"pure-cell__component_1i742","horizontal":"pure-cell__horizontal_1i742"};
|
|
98
98
|
require('./components/content/index.css')
|
|
99
99
|
|
|
100
100
|
var Content = function (_a) {
|
|
@@ -104,7 +104,7 @@ var Content = function (_a) {
|
|
|
104
104
|
return (React__default.default.createElement("section", { className: cn__default.default(styles$6.component, (_b = {}, _b[styles$6.horizontal] = direction === 'horizontal', _b)), "data-test-id": coreComponentsShared.getDataTestId(dataTestId || contextDataTestId, 'content') }, children));
|
|
105
105
|
};
|
|
106
106
|
|
|
107
|
-
var styles$5 = {"component":"pure-
|
|
107
|
+
var styles$5 = {"component":"pure-cell__component_knht5","none":"pure-cell__none_knht5","default":"pure-cell__default_knht5"};
|
|
108
108
|
require('./components/footer/index.css')
|
|
109
109
|
|
|
110
110
|
var Footer = function (_a) {
|
|
@@ -113,7 +113,7 @@ var Footer = function (_a) {
|
|
|
113
113
|
return (React__default.default.createElement("footer", { className: cn__default.default(styles$5.component, styles$5[footerPadding]), "data-test-id": coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'footer') }, children));
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
-
var styles$4 = {"component":"pure-
|
|
116
|
+
var styles$4 = {"component":"pure-cell__component_uocps"};
|
|
117
117
|
require('./components/footer-button/index.css')
|
|
118
118
|
|
|
119
119
|
var FooterButton = React.forwardRef(function (_a, ref) {
|
|
@@ -143,10 +143,10 @@ var FooterButton = React.forwardRef(function (_a, ref) {
|
|
|
143
143
|
var FooterText = function (_a) {
|
|
144
144
|
var children = _a.children, _b = _a.color, color = _b === void 0 ? 'secondary' : _b, dataTestId = _a.dataTestId;
|
|
145
145
|
var pureCellContext = React.useContext(PureCellContext);
|
|
146
|
-
return (React__default.default.createElement(coreComponentsTypography.
|
|
146
|
+
return (React__default.default.createElement(coreComponentsTypography.Text, { view: 'primary-small', color: color, "data-test-id": coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'footer-title') }, children));
|
|
147
147
|
};
|
|
148
148
|
|
|
149
|
-
var styles$3 = {"component":"pure-
|
|
149
|
+
var styles$3 = {"component":"pure-cell__component_2yvwm","top":"pure-cell__top_2yvwm","center":"pure-cell__center_2yvwm","bottom":"pure-cell__bottom_2yvwm","horizontal":"pure-cell__horizontal_2yvwm","none":"pure-cell__none_2yvwm","airy":"pure-cell__airy_2yvwm","default":"pure-cell__default_2yvwm","compact":"pure-cell__compact_2yvwm","tiny":"pure-cell__tiny_2yvwm","vertical":"pure-cell__vertical_2yvwm","button":"pure-cell__button_2yvwm"};
|
|
150
150
|
require('./components/graphics/index.css')
|
|
151
151
|
|
|
152
152
|
var GRAPHICS_COMPONENT = {
|
|
@@ -179,7 +179,7 @@ var Graphics = function (_a) {
|
|
|
179
179
|
return (React__default.default.createElement(Component, tslib.__assign({ className: cn__default.default(styles$3.component, styles$3[verticalAlign], styles$3[pureCellContext.direction || 'horizontal'], styles$3[graphicPadding || defaultGraphicPadding], (_b = {}, _b[styles$3.button] = onClick, _b)), "data-test-id": coreComponentsShared.getDataTestId(dataTestId || pureCellContext.dataTestId, 'graphics') }, (onClick && onMouseEvents)), children));
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
-
var styles$2 = {"component":"pure-
|
|
182
|
+
var styles$2 = {"component":"pure-cell__component_1x7v1","vertical":"pure-cell__vertical_1x7v1","reverse":"pure-cell__reverse_1x7v1","button":"pure-cell__button_1x7v1"};
|
|
183
183
|
require('./components/main/index.css')
|
|
184
184
|
|
|
185
185
|
var MAIN_COMPONENT = {
|
|
@@ -211,7 +211,7 @@ var Main = function (_a) {
|
|
|
211
211
|
_b), (_c = {}, _c[styles$2.button] = onClick, _c), className), "data-test-id": coreComponentsShared.getDataTestId(dataTestId || contextDataTestId, 'main') }, (onClick && onMouseEvents)), children));
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
var styles$1 = {"horizontal":"pure-
|
|
214
|
+
var styles$1 = {"horizontal":"pure-cell__horizontal_86no0","rowLimit1":"pure-cell__rowLimit1_86no0","rowLimit2":"pure-cell__rowLimit2_86no0","component":"pure-cell__component_86no0","vertical":"pure-cell__vertical_86no0","title":"pure-cell__title_86no0","value":"pure-cell__value_86no0"};
|
|
215
215
|
require('./components/text/index.css')
|
|
216
216
|
|
|
217
217
|
var Text = function (_a) {
|
|
@@ -223,12 +223,12 @@ var Text = function (_a) {
|
|
|
223
223
|
_b[styles$1.vertical] = direction !== 'horizontal',
|
|
224
224
|
_b)) },
|
|
225
225
|
React__default.default.createElement("div", { className: styles$1.title },
|
|
226
|
-
React__default.default.createElement(coreComponentsTypography.
|
|
226
|
+
React__default.default.createElement(coreComponentsTypography.Text, { view: view, weight: titleWeight, tag: 'div', color: titleColor, className: className, "data-test-id": coreComponentsShared.getDataTestId(dataTestId || contextDataTestId, 'text_content') }, children)),
|
|
227
227
|
value && (React__default.default.createElement("div", { className: styles$1.value },
|
|
228
|
-
React__default.default.createElement(coreComponentsTypography.
|
|
228
|
+
React__default.default.createElement(coreComponentsTypography.Text, { view: view, tag: 'div', color: valueColor, className: className, "data-test-id": coreComponentsShared.getDataTestId(dataTestId || contextDataTestId, 'text_value') }, value)))));
|
|
229
229
|
};
|
|
230
230
|
|
|
231
|
-
var styles = {"component":"pure-
|
|
231
|
+
var styles = {"component":"pure-cell__component_2eg44","horizontal":"pure-cell__horizontal_2eg44","vertical":"pure-cell__vertical_2eg44","button":"pure-cell__button_2eg44","hover":"pure-cell__hover_2eg44","active":"pure-cell__active_2eg44","link":"pure-cell__link_2eg44","none":"pure-cell__none_2eg44","airy":"pure-cell__airy_2eg44","default":"pure-cell__default_2eg44","compact":"pure-cell__compact_2eg44","tiny":"pure-cell__tiny_2eg44","noneTop":"pure-cell__noneTop_2eg44","airyTop":"pure-cell__airyTop_2eg44","defaultTop":"pure-cell__defaultTop_2eg44","compactTop":"pure-cell__compactTop_2eg44","tinyTop":"pure-cell__tinyTop_2eg44","noneBottom":"pure-cell__noneBottom_2eg44","airyBottom":"pure-cell__airyBottom_2eg44","defaultBottom":"pure-cell__defaultBottom_2eg44","compactBottom":"pure-cell__compactBottom_2eg44","tinyBottom":"pure-cell__tinyBottom_2eg44","left":"pure-cell__left_2eg44","right":"pure-cell__right_2eg44","both":"pure-cell__both_2eg44","focused":"pure-cell__focused_2eg44"};
|
|
232
232
|
require('./index.css')
|
|
233
233
|
|
|
234
234
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
@@ -285,6 +285,7 @@ var PureCellComponent = React.forwardRef(function (_a, ref) {
|
|
|
285
285
|
return (React__default.default.createElement(Component, tslib.__assign({}, restProps, { ref: ref, tabIndex: 0, className: cn__default.default(addClasses, className), "data-test-id": dataTestId }),
|
|
286
286
|
React__default.default.createElement(PureCellContext.Provider, { value: contextState }, children)));
|
|
287
287
|
});
|
|
288
|
+
var ExtraSubtitle = FooterText;
|
|
288
289
|
/**
|
|
289
290
|
* Универсальный конструктор для сборки любой ячейки.
|
|
290
291
|
*
|
|
@@ -299,7 +300,7 @@ var PureCell = Object.assign(PureCellComponent, {
|
|
|
299
300
|
AmountTitle: AmountTitle,
|
|
300
301
|
Addon: Addon,
|
|
301
302
|
Footer: Footer,
|
|
302
|
-
ExtraSubtitle:
|
|
303
|
+
ExtraSubtitle: ExtraSubtitle,
|
|
303
304
|
FooterButton: FooterButton,
|
|
304
305
|
Comment: coreComponentsComment.Comment,
|
|
305
306
|
Category: Category,
|
|
@@ -311,11 +312,13 @@ exports.Amount = Amount;
|
|
|
311
312
|
exports.AmountTitle = AmountTitle;
|
|
312
313
|
exports.Category = Category;
|
|
313
314
|
exports.Content = Content;
|
|
315
|
+
exports.ExtraSubtitle = ExtraSubtitle;
|
|
314
316
|
exports.Footer = Footer;
|
|
315
317
|
exports.FooterButton = FooterButton;
|
|
316
318
|
exports.FooterText = FooterText;
|
|
317
319
|
exports.Graphics = Graphics;
|
|
318
320
|
exports.Main = Main;
|
|
319
321
|
exports.PureCell = PureCell;
|
|
322
|
+
exports.PureCellComponent = PureCellComponent;
|
|
320
323
|
exports.PureCellContext = PureCellContext;
|
|
321
324
|
exports.Text = Text;
|
|
@@ -2,7 +2,18 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { AnchorHTMLAttributes, ButtonHTMLAttributes, ElementType, HTMLAttributes } from "react";
|
|
4
4
|
import { ButtonProps } from "@alfalab/core-components-button";
|
|
5
|
+
import { Comment } from "@alfalab/core-components-comment";
|
|
6
|
+
import { Addon } from "./components/addon/index";
|
|
7
|
+
import { Amount } from "./components/amount/index";
|
|
8
|
+
import { AmountTitle } from "./components/amount-title/index";
|
|
9
|
+
import { Category } from "./components/category/index";
|
|
10
|
+
import { Content } from "./components/content/index";
|
|
11
|
+
import { Footer } from "./components/footer/index";
|
|
12
|
+
import { FooterButton } from "./components/footer-button/index";
|
|
5
13
|
import { FooterTextProps } from "./components/footer-text/index";
|
|
14
|
+
import { Graphics } from "./components/graphics/index";
|
|
15
|
+
import { Main } from "./components/main/index";
|
|
16
|
+
import { Text } from "./components/text/index";
|
|
6
17
|
import { PureCellElement } from "./components/types";
|
|
7
18
|
type PureCellContext = {
|
|
8
19
|
/** Направление */
|
|
@@ -59,6 +70,8 @@ type AnchorPureCellProps = BasePureCellProps & AnchorHTMLAttributes<HTMLAnchorEl
|
|
|
59
70
|
type ButtonPureCellProps = BasePureCellProps & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
60
71
|
type ElementPureCellProps = BasePureCellProps & HTMLAttributes<HTMLElement>;
|
|
61
72
|
type PureCellProps = Partial<AnchorPureCellProps | ButtonPureCellProps | ElementPureCellProps>;
|
|
73
|
+
declare const PureCellComponent: React.ForwardRefExoticComponent<PureCellProps & React.RefAttributes<HTMLElement>>;
|
|
74
|
+
declare const ExtraSubtitle: React.FC<FooterTextProps>;
|
|
62
75
|
/**
|
|
63
76
|
* Универсальный конструктор для сборки любой ячейки.
|
|
64
77
|
*
|
|
@@ -124,4 +137,4 @@ declare const PureCell: React.ForwardRefExoticComponent<PureCellProps & React.Re
|
|
|
124
137
|
dataTestId?: string | undefined;
|
|
125
138
|
}>;
|
|
126
139
|
};
|
|
127
|
-
export { PureCellContext, PureCellProps, PureCell };
|
|
140
|
+
export { PureCellContext, PureCellProps, PureCell, PureCellComponent, Main, Graphics, Content, Text, Amount, AmountTitle, Addon, Footer, ExtraSubtitle, FooterButton, Comment, Category };
|
package/component.js
CHANGED
|
@@ -6,11 +6,27 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('react-merge-refs');
|
|
8
8
|
require('classnames');
|
|
9
|
-
require('@alfalab/core-components-comment');
|
|
9
|
+
var coreComponentsComment = require('@alfalab/core-components-comment');
|
|
10
10
|
require('@alfalab/hooks');
|
|
11
|
-
var components_addon_component = require('./component-
|
|
11
|
+
var components_addon_component = require('./component-4ddb1c01.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
Object.defineProperty(exports, 'Comment', {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return coreComponentsComment.Comment; }
|
|
18
|
+
});
|
|
19
|
+
exports.Addon = components_addon_component.Addon;
|
|
20
|
+
exports.Amount = components_addon_component.Amount;
|
|
21
|
+
exports.AmountTitle = components_addon_component.AmountTitle;
|
|
22
|
+
exports.Category = components_addon_component.Category;
|
|
23
|
+
exports.Content = components_addon_component.Content;
|
|
24
|
+
exports.ExtraSubtitle = components_addon_component.ExtraSubtitle;
|
|
25
|
+
exports.Footer = components_addon_component.Footer;
|
|
26
|
+
exports.FooterButton = components_addon_component.FooterButton;
|
|
27
|
+
exports.Graphics = components_addon_component.Graphics;
|
|
28
|
+
exports.Main = components_addon_component.Main;
|
|
15
29
|
exports.PureCell = components_addon_component.PureCell;
|
|
30
|
+
exports.PureCellComponent = components_addon_component.PureCellComponent;
|
|
16
31
|
exports.PureCellContext = components_addon_component.PureCellContext;
|
|
32
|
+
exports.Text = components_addon_component.Text;
|
|
@@ -6,7 +6,7 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-shared');
|
|
9
|
-
var components_addon_component = require('../../component-
|
|
9
|
+
var components_addon_component = require('../../component-4ddb1c01.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1okvp */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -24,27 +24,27 @@
|
|
|
24
24
|
} /* сбрасывает синюю подсветку при нажатии */ :root {
|
|
25
25
|
--pure-cell-clickable-area-hover-opacity: 1;
|
|
26
26
|
--pure-cell-clickable-area-active-opacity: 1;
|
|
27
|
-
} .pure-
|
|
27
|
+
} .pure-cell__component_1swmt {
|
|
28
28
|
display: flex;
|
|
29
29
|
flex-direction: column;
|
|
30
30
|
align-items: flex-end
|
|
31
|
-
} .pure-
|
|
31
|
+
} .pure-cell__component_1swmt > * {
|
|
32
32
|
justify-content: flex-end;
|
|
33
|
-
} .pure-
|
|
33
|
+
} .pure-cell__component_1swmt.pure-cell__none_1swmt {
|
|
34
34
|
padding-left: var(--gap-0);
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__component_1swmt.pure-cell__default_1swmt {
|
|
36
36
|
padding-left: var(--gap-16);
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__component_1swmt.pure-cell__addonPadding_1swmt {
|
|
38
38
|
padding-left: var(--gap-16);
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__component_1swmt.pure-cell__auto_1swmt {
|
|
40
40
|
align-self: auto;
|
|
41
|
-
} .pure-
|
|
41
|
+
} .pure-cell__component_1swmt.pure-cell__top_1swmt {
|
|
42
42
|
align-self: flex-start;
|
|
43
|
-
} .pure-
|
|
43
|
+
} .pure-cell__component_1swmt.pure-cell__center_1swmt {
|
|
44
44
|
align-self: center;
|
|
45
|
-
} .pure-
|
|
45
|
+
} .pure-cell__component_1swmt.pure-cell__bottom_1swmt {
|
|
46
46
|
align-self: flex-end;
|
|
47
|
-
} .pure-
|
|
47
|
+
} .pure-cell__button_1swmt {
|
|
48
48
|
-webkit-tap-highlight-color: transparent;
|
|
49
49
|
box-sizing: border-box;
|
|
50
50
|
background-color: transparent;
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
cursor: pointer;
|
|
63
63
|
padding: var(--gap-0);
|
|
64
64
|
transition: opacity 0.15s ease-in-out
|
|
65
|
-
} .pure-
|
|
65
|
+
} .pure-cell__button_1swmt:hover {
|
|
66
66
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
67
|
-
} .pure-
|
|
67
|
+
} .pure-cell__button_1swmt:active {
|
|
68
68
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
69
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-4ddb1c01";
|
|
@@ -8,7 +8,7 @@ require('classnames');
|
|
|
8
8
|
require('@alfalab/core-components-amount');
|
|
9
9
|
require('@alfalab/core-components-shared');
|
|
10
10
|
require('@alfalab/core-components-typography');
|
|
11
|
-
var components_addon_component = require('../../component-
|
|
11
|
+
var components_addon_component = require('../../component-4ddb1c01.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: uiyqc */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-translucent-400: rgba(5, 11, 44, 0.18); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
--gap-8: var(--gap-xs);
|
|
27
27
|
} :root {
|
|
28
28
|
} :root {
|
|
29
|
-
} /* сбрасывает синюю подсветку при нажатии */ .pure-
|
|
29
|
+
} /* сбрасывает синюю подсветку при нажатии */ .pure-cell__component_b3wu2 {
|
|
30
30
|
padding: var(--gap-2) var(--gap-0);
|
|
31
31
|
display: flex;
|
|
32
|
-
} .pure-
|
|
32
|
+
} .pure-cell__hidden_b3wu2 {
|
|
33
33
|
background: var(--color-light-neutral-translucent-400);
|
|
34
34
|
border-radius: var(--border-radius-8);
|
|
35
35
|
display: inline-block;
|
|
36
36
|
height: 24px;
|
|
37
37
|
width: 120px;
|
|
38
|
-
} .pure-
|
|
38
|
+
} .pure-cell__hiddenWrapper_b3wu2 {
|
|
39
39
|
display: flex;
|
|
40
40
|
padding: var(--gap-8) var(--gap-0);
|
|
41
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-4ddb1c01";
|
|
@@ -8,7 +8,7 @@ require('classnames');
|
|
|
8
8
|
require('@alfalab/core-components-amount');
|
|
9
9
|
require('@alfalab/core-components-shared');
|
|
10
10
|
require('@alfalab/core-components-typography');
|
|
11
|
-
var components_addon_component = require('../../component-
|
|
11
|
+
var components_addon_component = require('../../component-4ddb1c01.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1m1xf */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-neutral-translucent-400: rgba(5, 11, 44, 0.18); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -30,39 +30,39 @@
|
|
|
30
30
|
--gap-16: var(--gap-m);
|
|
31
31
|
} :root {
|
|
32
32
|
} :root {
|
|
33
|
-
} /* сбрасывает синюю подсветку при нажатии */ .pure-
|
|
33
|
+
} /* сбрасывает синюю подсветку при нажатии */ .pure-cell__component_1vvwu {
|
|
34
34
|
display: flex;
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__weight_1vvwu {
|
|
36
36
|
font-weight: inherit;
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__hidden_1vvwu {
|
|
38
38
|
background: var(--color-light-neutral-translucent-400);
|
|
39
39
|
border-radius: var(--border-radius-8);
|
|
40
40
|
display: inline-block;
|
|
41
|
-
} .pure-cell__hidden-
|
|
41
|
+
} .pure-cell__hidden-xsmall_1vvwu {
|
|
42
42
|
height: 16px;
|
|
43
43
|
width: 88px;
|
|
44
|
-
} .pure-cell__hidden-
|
|
44
|
+
} .pure-cell__hidden-small_1vvwu {
|
|
45
45
|
height: 18px;
|
|
46
46
|
width: 100px;
|
|
47
|
-
} .pure-cell__hidden-
|
|
47
|
+
} .pure-cell__hidden-medium_1vvwu {
|
|
48
48
|
height: 24px;
|
|
49
49
|
width: 120px;
|
|
50
|
-
} .pure-cell__hidden-
|
|
50
|
+
} .pure-cell__hidden-large_1vvwu {
|
|
51
51
|
height: 28px;
|
|
52
52
|
width: 136px;
|
|
53
|
-
} .pure-cell__hidden-
|
|
53
|
+
} .pure-cell__hidden-xlarge_1vvwu {
|
|
54
54
|
height: 32px;
|
|
55
55
|
width: 156px;
|
|
56
|
-
} .pure-
|
|
56
|
+
} .pure-cell__hiddenWrapper_1vvwu {
|
|
57
57
|
display: flex;
|
|
58
|
-
} .pure-cell__hiddenWrapper-
|
|
58
|
+
} .pure-cell__hiddenWrapper-xsmall_1vvwu {
|
|
59
59
|
padding: var(--gap-4) var(--gap-0);
|
|
60
|
-
} .pure-cell__hiddenWrapper-
|
|
60
|
+
} .pure-cell__hiddenWrapper-small_1vvwu {
|
|
61
61
|
padding: var(--gap-8) var(--gap-0);
|
|
62
|
-
} .pure-cell__hiddenWrapper-
|
|
62
|
+
} .pure-cell__hiddenWrapper-medium_1vvwu {
|
|
63
63
|
padding: var(--gap-8) var(--gap-0);
|
|
64
|
-
} .pure-cell__hiddenWrapper-
|
|
64
|
+
} .pure-cell__hiddenWrapper-large_1vvwu {
|
|
65
65
|
padding: var(--gap-12) var(--gap-0);
|
|
66
|
-
} .pure-cell__hiddenWrapper-
|
|
66
|
+
} .pure-cell__hiddenWrapper-xlarge_1vvwu {
|
|
67
67
|
padding: var(--gap-16) var(--gap-0);
|
|
68
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-4ddb1c01";
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
require('react');
|
|
6
6
|
require('@alfalab/core-components-shared');
|
|
7
7
|
require('@alfalab/core-components-typography');
|
|
8
|
-
var components_addon_component = require('../../component-
|
|
8
|
+
var components_addon_component = require('../../component-4ddb1c01.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|