@alfalab/core-components-pure-cell 4.12.4 → 4.13.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-3068b3cf.d.ts → component-0670c13b.d.ts} +8 -0
- package/{component-3068b3cf.js → component-0670c13b.js} +23 -15
- package/component-8c83a9ca.d.ts +2 -0
- package/component.js +1 -1
- 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 +19 -5
- 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 +49 -6
- 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-8c83a9ca.d.ts +2 -0
- package/{esm/component-6bec9013.d.ts → cssm/component-fec4aa01.d.ts} +8 -0
- package/cssm/{component-bb77cc22.js → component-fec4aa01.js} +12 -4
- package/cssm/component.js +1 -1
- 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/index.module.css +17 -3
- 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/amount-title/index.module.css +46 -3
- 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.js +1 -1
- package/esm/component-8c83a9ca.d.ts +2 -0
- package/{cssm/component-bb77cc22.d.ts → esm/component-d0dfcb11.d.ts} +8 -0
- package/esm/{component-6bec9013.js → component-d0dfcb11.js} +23 -15
- package/esm/component.js +1 -1
- 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 +19 -5
- 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 +49 -6
- 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.js +1 -1
- package/index.css +29 -29
- package/index.js +1 -1
- package/modern/{component-851cc791.d.ts → component-5586ab91.d.ts} +8 -0
- package/modern/{component-851cc791.js → component-5586ab91.js} +24 -16
- package/modern/component-8c83a9ca.d.ts +2 -0
- package/modern/component.js +1 -1
- 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 +19 -5
- 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 +49 -6
- 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.js +1 -1
- package/moderncssm/component-891b50dd.d.ts +235 -0
- package/moderncssm/{component-511ba1c0.js → component-891b50dd.js} +13 -5
- package/moderncssm/component-8c83a9ca.d.ts +2 -0
- package/moderncssm/component.js +1 -1
- 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/index.module.css +13 -0
- 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/amount-title/index.module.css +55 -0
- 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.js +1 -1
- package/package.json +3 -3
- package/src/components/amount/component.tsx +14 -0
- package/src/components/amount/index.module.css +13 -0
- package/src/components/amount-title/component.tsx +19 -5
- package/src/components/amount-title/index.module.css +45 -0
- package/moderncssm/component-511ba1c0.d.ts +0 -227
|
@@ -6,7 +6,7 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('@alfalab/core-components-button/cssm');
|
|
8
8
|
require('@alfalab/core-components-shared/cssm');
|
|
9
|
-
var components_addon_component = require('../../component-
|
|
9
|
+
var components_addon_component = require('../../component-fec4aa01.js');
|
|
10
10
|
require('./index.module.css');
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-fec4aa01";
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
require('react');
|
|
6
6
|
require('@alfalab/core-components-shared/cssm');
|
|
7
7
|
require('@alfalab/core-components-typography/cssm');
|
|
8
|
-
var components_addon_component = require('../../component-
|
|
8
|
+
var components_addon_component = require('../../component-fec4aa01.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-fec4aa01";
|
|
@@ -6,7 +6,7 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-shared/cssm');
|
|
9
|
-
var components_addon_component = require('../../component-
|
|
9
|
+
var components_addon_component = require('../../component-fec4aa01.js');
|
|
10
10
|
require('./index.module.css');
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-fec4aa01";
|
|
@@ -6,7 +6,7 @@ require('tslib');
|
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('@alfalab/core-components-shared/cssm');
|
|
9
|
-
var components_addon_component = require('../../component-
|
|
9
|
+
var components_addon_component = require('../../component-fec4aa01.js');
|
|
10
10
|
require('./index.module.css');
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-fec4aa01";
|
|
@@ -6,7 +6,7 @@ require('react');
|
|
|
6
6
|
require('classnames');
|
|
7
7
|
require('@alfalab/core-components-shared/cssm');
|
|
8
8
|
require('@alfalab/core-components-typography/cssm');
|
|
9
|
-
var components_addon_component = require('../../component-
|
|
9
|
+
var components_addon_component = require('../../component-fec4aa01.js');
|
|
10
10
|
require('./index.module.css');
|
|
11
11
|
|
|
12
12
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-fec4aa01";
|
package/cssm/index.js
CHANGED
|
@@ -91,11 +91,13 @@ declare const PureCell: React.ForwardRefExoticComponent<PureCellProps & React.Re
|
|
|
91
91
|
weight?: "bold" | "normal" | undefined;
|
|
92
92
|
textView?: "component" | "primary-small" | undefined;
|
|
93
93
|
color?: "link" | "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
|
|
94
|
+
hidden?: boolean | undefined;
|
|
94
95
|
dataTestId?: string | undefined;
|
|
95
96
|
} & Omit<import("./components/typesProps").AmountProps, "dataTestId">>;
|
|
96
97
|
AmountTitle: React.FC<{
|
|
97
98
|
color?: "link" | "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
|
|
98
99
|
titleProps?: import("@alfalab/core-components-typography").TitleProps | undefined;
|
|
100
|
+
hidden?: boolean | undefined;
|
|
99
101
|
dataTestId?: string | undefined;
|
|
100
102
|
} & Omit<import("./components/typesProps").AmountProps, "dataTestId">>;
|
|
101
103
|
Addon: React.FC<{
|
|
@@ -137,6 +137,10 @@ type Props$4 = {
|
|
|
137
137
|
* Пропсы, которые будут прокинуты в компонент типографики
|
|
138
138
|
*/
|
|
139
139
|
titleProps?: TitleProps;
|
|
140
|
+
/**
|
|
141
|
+
* Скрыть денежное значение
|
|
142
|
+
*/
|
|
143
|
+
hidden?: boolean;
|
|
140
144
|
/**
|
|
141
145
|
* Идентификатор для систем автоматизированного тестирования.
|
|
142
146
|
* Для typography используется модификатор -amount-title, для компонента Amount -core-amount-title
|
|
@@ -157,6 +161,10 @@ type Props$5 = {
|
|
|
157
161
|
* Цвет денежного значения
|
|
158
162
|
*/
|
|
159
163
|
color?: Color;
|
|
164
|
+
/**
|
|
165
|
+
* Скрыть денежное значение
|
|
166
|
+
*/
|
|
167
|
+
hidden?: boolean;
|
|
160
168
|
/**
|
|
161
169
|
* Идентификатор для систем автоматизированного тестирования.
|
|
162
170
|
* Для typography используется модификатор -amount-text, для компонента Amount -amount
|
|
@@ -9,7 +9,7 @@ import { Amount as Amount$1 } from '@alfalab/core-components-amount/esm';
|
|
|
9
9
|
import { Typography } from '@alfalab/core-components-typography/esm';
|
|
10
10
|
import { Button } from '@alfalab/core-components-button/esm';
|
|
11
11
|
|
|
12
|
-
var styles$a = {"component":"pure-
|
|
12
|
+
var styles$a = {"component":"pure-cell__component_10wyw","none":"pure-cell__none_10wyw","default":"pure-cell__default_10wyw","addonPadding":"pure-cell__addonPadding_10wyw","auto":"pure-cell__auto_10wyw","top":"pure-cell__top_10wyw","center":"pure-cell__center_10wyw","bottom":"pure-cell__bottom_10wyw","button":"pure-cell__button_10wyw"};
|
|
13
13
|
require('./components/addon/index.css')
|
|
14
14
|
|
|
15
15
|
var ADDON_COMPONENT = {
|
|
@@ -43,28 +43,36 @@ var Addon = function (_a) {
|
|
|
43
43
|
_b)), "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'addon') }, (onClick && onMouseEvents)), children));
|
|
44
44
|
};
|
|
45
45
|
|
|
46
|
-
var styles$9 = {"component":"pure-
|
|
46
|
+
var styles$9 = {"component":"pure-cell__component_4vsts","hidden":"pure-cell__hidden_4vsts","hiddenWrapper":"pure-cell__hiddenWrapper_4vsts"};
|
|
47
47
|
require('./components/amount/index.css')
|
|
48
48
|
|
|
49
49
|
var Amount = function (_a) {
|
|
50
|
-
var _b = _a.weight, weight = _b === void 0 ? 'normal' : _b, _c = _a.textView, textView = _c === void 0 ? 'component' : _c, _d = _a.color, color = _d === void 0 ? 'primary' : _d, minority = _a.minority, _e = _a.minorUnits, minorUnits = _e === void 0 ? 100 : _e, dataTestId = _a.dataTestId, restProps = __rest(_a, ["weight", "textView", "color", "minority", "minorUnits", "dataTestId"]);
|
|
50
|
+
var _b = _a.weight, weight = _b === void 0 ? 'normal' : _b, _c = _a.textView, textView = _c === void 0 ? 'component' : _c, _d = _a.color, color = _d === void 0 ? 'primary' : _d, minority = _a.minority, _e = _a.minorUnits, minorUnits = _e === void 0 ? 100 : _e, hidden = _a.hidden, dataTestId = _a.dataTestId, restProps = __rest(_a, ["weight", "textView", "color", "minority", "minorUnits", "hidden", "dataTestId"]);
|
|
51
51
|
var pureCellContext = useContext(PureCellContext);
|
|
52
|
+
if (hidden) {
|
|
53
|
+
return (React.createElement("div", { className: styles$9.hiddenWrapper },
|
|
54
|
+
React.createElement("div", { className: styles$9.hidden })));
|
|
55
|
+
}
|
|
52
56
|
return (React.createElement(Typography.Text, { view: textView, dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-text'), className: cn(styles$9.component), color: color },
|
|
53
57
|
React.createElement(Amount$1, __assign({ minority: minority || minorUnits, bold: weight === 'bold' ? 'full' : 'none', dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount') }, restProps))));
|
|
54
58
|
};
|
|
55
59
|
|
|
56
|
-
var styles$8 = {"component":"pure-
|
|
60
|
+
var styles$8 = {"component":"pure-cell__component_d3u1r","weight":"pure-cell__weight_d3u1r","hidden":"pure-cell__hidden_d3u1r","hidden-xsmall":"pure-cell__hidden-xsmall_d3u1r","hidden-small":"pure-cell__hidden-small_d3u1r","hidden-medium":"pure-cell__hidden-medium_d3u1r","hidden-large":"pure-cell__hidden-large_d3u1r","hidden-xlarge":"pure-cell__hidden-xlarge_d3u1r","hiddenWrapper":"pure-cell__hiddenWrapper_d3u1r","hiddenWrapper-xsmall":"pure-cell__hiddenWrapper-xsmall_d3u1r","hiddenWrapper-small":"pure-cell__hiddenWrapper-small_d3u1r","hiddenWrapper-medium":"pure-cell__hiddenWrapper-medium_d3u1r","hiddenWrapper-large":"pure-cell__hiddenWrapper-large_d3u1r","hiddenWrapper-xlarge":"pure-cell__hiddenWrapper-xlarge_d3u1r"};
|
|
57
61
|
require('./components/amount-title/index.css')
|
|
58
62
|
|
|
59
63
|
var AmountTitle = function (_a) {
|
|
60
|
-
var minority = _a.minority, _b = _a.minorUnits, minorUnits = _b === void 0 ? 100 : _b, className = _a.className, _c = _a.color, color = _c === void 0 ? 'primary' : _c, dataTestId = _a.dataTestId, _d = _a.titleProps,
|
|
64
|
+
var minority = _a.minority, _b = _a.minorUnits, minorUnits = _b === void 0 ? 100 : _b, hidden = _a.hidden, className = _a.className, _c = _a.color, color = _c === void 0 ? 'primary' : _c, dataTestId = _a.dataTestId, _d = _a.titleProps, titlePropsFromProps = _d === void 0 ? {} : _d, restProps = __rest(_a, ["minority", "minorUnits", "hidden", "className", "color", "dataTestId", "titleProps"]);
|
|
61
65
|
var pureCellContext = useContext(PureCellContext);
|
|
62
|
-
var
|
|
63
|
-
|
|
66
|
+
var titleProps = __assign({ tag: 'h4', view: 'small', color: color }, titlePropsFromProps);
|
|
67
|
+
if (hidden) {
|
|
68
|
+
return (React.createElement("div", { className: cn(styles$8.hiddenWrapper, styles$8["hiddenWrapper-".concat(titleProps.view)]) },
|
|
69
|
+
React.createElement("div", { className: cn(styles$8.hidden, styles$8["hidden-".concat(titleProps.view)]) })));
|
|
70
|
+
}
|
|
71
|
+
return (React.createElement(Typography.TitleResponsive, __assign({}, titleProps, { dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-title'), className: cn(styles$8.component, titlePropsFromProps === null || titlePropsFromProps === void 0 ? void 0 : titlePropsFromProps.className) }),
|
|
64
72
|
React.createElement(Amount$1, __assign({ minority: minority || minorUnits, className: cn(styles$8.weight, className), dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'core-amount-title') }, restProps, { bold: 'none' }))));
|
|
65
73
|
};
|
|
66
74
|
|
|
67
|
-
var styles$7 = {"component":"pure-
|
|
75
|
+
var styles$7 = {"component":"pure-cell__component_bq3ex","categoryName":"pure-cell__categoryName_bq3ex","categoryPercent":"pure-cell__categoryPercent_bq3ex","rightAddon":"pure-cell__rightAddon_bq3ex"};
|
|
68
76
|
require('./components/category/index.css')
|
|
69
77
|
|
|
70
78
|
var Category = function (_a) {
|
|
@@ -78,7 +86,7 @@ var Category = function (_a) {
|
|
|
78
86
|
rightAddons !== undefined && (React.createElement("div", { className: styles$7.rightAddon, "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'category-right-addon') }, rightAddons))));
|
|
79
87
|
};
|
|
80
88
|
|
|
81
|
-
var styles$6 = {"component":"pure-
|
|
89
|
+
var styles$6 = {"component":"pure-cell__component_frwf5","horizontal":"pure-cell__horizontal_frwf5"};
|
|
82
90
|
require('./components/content/index.css')
|
|
83
91
|
|
|
84
92
|
var Content = function (_a) {
|
|
@@ -88,7 +96,7 @@ var Content = function (_a) {
|
|
|
88
96
|
return (React.createElement("section", { className: cn(styles$6.component, (_b = {}, _b[styles$6.horizontal] = direction === 'horizontal', _b)), "data-test-id": getDataTestId(dataTestId || contextDataTestId, 'content') }, children));
|
|
89
97
|
};
|
|
90
98
|
|
|
91
|
-
var styles$5 = {"component":"pure-
|
|
99
|
+
var styles$5 = {"component":"pure-cell__component_u84bj","none":"pure-cell__none_u84bj","default":"pure-cell__default_u84bj"};
|
|
92
100
|
require('./components/footer/index.css')
|
|
93
101
|
|
|
94
102
|
var Footer = function (_a) {
|
|
@@ -97,7 +105,7 @@ var Footer = function (_a) {
|
|
|
97
105
|
return (React.createElement("footer", { className: cn(styles$5.component, styles$5[footerPadding]), "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'footer') }, children));
|
|
98
106
|
};
|
|
99
107
|
|
|
100
|
-
var styles$4 = {"component":"pure-
|
|
108
|
+
var styles$4 = {"component":"pure-cell__component_1md2x"};
|
|
101
109
|
require('./components/footer-button/index.css')
|
|
102
110
|
|
|
103
111
|
var FooterButton = forwardRef(function (_a, ref) {
|
|
@@ -130,7 +138,7 @@ var FooterText = function (_a) {
|
|
|
130
138
|
return (React.createElement(Typography.Text, { view: 'primary-small', color: color, "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'footer-title') }, children));
|
|
131
139
|
};
|
|
132
140
|
|
|
133
|
-
var styles$3 = {"component":"pure-
|
|
141
|
+
var styles$3 = {"component":"pure-cell__component_i6wpc","top":"pure-cell__top_i6wpc","center":"pure-cell__center_i6wpc","bottom":"pure-cell__bottom_i6wpc","horizontal":"pure-cell__horizontal_i6wpc","none":"pure-cell__none_i6wpc","airy":"pure-cell__airy_i6wpc","default":"pure-cell__default_i6wpc","compact":"pure-cell__compact_i6wpc","tiny":"pure-cell__tiny_i6wpc","vertical":"pure-cell__vertical_i6wpc","button":"pure-cell__button_i6wpc"};
|
|
134
142
|
require('./components/graphics/index.css')
|
|
135
143
|
|
|
136
144
|
var GRAPHICS_COMPONENT = {
|
|
@@ -163,7 +171,7 @@ var Graphics = function (_a) {
|
|
|
163
171
|
return (React.createElement(Component, __assign({ className: cn(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": getDataTestId(dataTestId || pureCellContext.dataTestId, 'graphics') }, (onClick && onMouseEvents)), children));
|
|
164
172
|
};
|
|
165
173
|
|
|
166
|
-
var styles$2 = {"component":"pure-
|
|
174
|
+
var styles$2 = {"component":"pure-cell__component_7ygdt","vertical":"pure-cell__vertical_7ygdt","reverse":"pure-cell__reverse_7ygdt","button":"pure-cell__button_7ygdt"};
|
|
167
175
|
require('./components/main/index.css')
|
|
168
176
|
|
|
169
177
|
var MAIN_COMPONENT = {
|
|
@@ -195,7 +203,7 @@ var Main = function (_a) {
|
|
|
195
203
|
_b), (_c = {}, _c[styles$2.button] = onClick, _c), className), "data-test-id": getDataTestId(dataTestId || contextDataTestId, 'main') }, (onClick && onMouseEvents)), children));
|
|
196
204
|
};
|
|
197
205
|
|
|
198
|
-
var styles$1 = {"horizontal":"pure-
|
|
206
|
+
var styles$1 = {"horizontal":"pure-cell__horizontal_7p4hk","rowLimit1":"pure-cell__rowLimit1_7p4hk","rowLimit2":"pure-cell__rowLimit2_7p4hk","component":"pure-cell__component_7p4hk","vertical":"pure-cell__vertical_7p4hk","title":"pure-cell__title_7p4hk","value":"pure-cell__value_7p4hk"};
|
|
199
207
|
require('./components/text/index.css')
|
|
200
208
|
|
|
201
209
|
var Text = function (_a) {
|
|
@@ -212,7 +220,7 @@ var Text = function (_a) {
|
|
|
212
220
|
React.createElement(Typography.Text, { view: view, tag: 'div', color: valueColor, className: className, "data-test-id": getDataTestId(dataTestId || contextDataTestId, 'text_value') }, value)))));
|
|
213
221
|
};
|
|
214
222
|
|
|
215
|
-
var styles = {"component":"pure-
|
|
223
|
+
var styles = {"component":"pure-cell__component_a0mln","horizontal":"pure-cell__horizontal_a0mln","vertical":"pure-cell__vertical_a0mln","button":"pure-cell__button_a0mln","hover":"pure-cell__hover_a0mln","active":"pure-cell__active_a0mln","link":"pure-cell__link_a0mln","none":"pure-cell__none_a0mln","airy":"pure-cell__airy_a0mln","default":"pure-cell__default_a0mln","compact":"pure-cell__compact_a0mln","tiny":"pure-cell__tiny_a0mln","noneTop":"pure-cell__noneTop_a0mln","airyTop":"pure-cell__airyTop_a0mln","defaultTop":"pure-cell__defaultTop_a0mln","compactTop":"pure-cell__compactTop_a0mln","tinyTop":"pure-cell__tinyTop_a0mln","noneBottom":"pure-cell__noneBottom_a0mln","airyBottom":"pure-cell__airyBottom_a0mln","defaultBottom":"pure-cell__defaultBottom_a0mln","compactBottom":"pure-cell__compactBottom_a0mln","tinyBottom":"pure-cell__tinyBottom_a0mln","left":"pure-cell__left_a0mln","right":"pure-cell__right_a0mln","both":"pure-cell__both_a0mln","focused":"pure-cell__focused_a0mln"};
|
|
216
224
|
require('./index.css')
|
|
217
225
|
|
|
218
226
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
package/esm/component.js
CHANGED
|
@@ -4,4 +4,4 @@ import 'react-merge-refs';
|
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '@alfalab/core-components-comment/esm';
|
|
6
6
|
import '@alfalab/hooks';
|
|
7
|
-
export { P as PureCell, f as PureCellContext } from './component-
|
|
7
|
+
export { P as PureCell, f as PureCellContext } from './component-d0dfcb11.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1sz64 */
|
|
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_10wyw {
|
|
28
28
|
display: flex;
|
|
29
29
|
flex-direction: column;
|
|
30
30
|
align-items: flex-end
|
|
31
|
-
} .pure-
|
|
31
|
+
} .pure-cell__component_10wyw > * {
|
|
32
32
|
justify-content: flex-end;
|
|
33
|
-
} .pure-
|
|
33
|
+
} .pure-cell__component_10wyw.pure-cell__none_10wyw {
|
|
34
34
|
padding-left: var(--gap-0);
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__component_10wyw.pure-cell__default_10wyw {
|
|
36
36
|
padding-left: var(--gap-16);
|
|
37
|
-
} .pure-
|
|
37
|
+
} .pure-cell__component_10wyw.pure-cell__addonPadding_10wyw {
|
|
38
38
|
padding-left: var(--gap-16);
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__component_10wyw.pure-cell__auto_10wyw {
|
|
40
40
|
align-self: auto;
|
|
41
|
-
} .pure-
|
|
41
|
+
} .pure-cell__component_10wyw.pure-cell__top_10wyw {
|
|
42
42
|
align-self: flex-start;
|
|
43
|
-
} .pure-
|
|
43
|
+
} .pure-cell__component_10wyw.pure-cell__center_10wyw {
|
|
44
44
|
align-self: center;
|
|
45
|
-
} .pure-
|
|
45
|
+
} .pure-cell__component_10wyw.pure-cell__bottom_10wyw {
|
|
46
46
|
align-self: flex-end;
|
|
47
|
-
} .pure-
|
|
47
|
+
} .pure-cell__button_10wyw {
|
|
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_10wyw:hover {
|
|
66
66
|
opacity: var(--pure-cell-clickable-area-hover-opacity);
|
|
67
|
-
} .pure-
|
|
67
|
+
} .pure-cell__button_10wyw:active {
|
|
68
68
|
opacity: var(--pure-cell-clickable-area-active-opacity);
|
|
69
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-d0dfcb11";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as Addon } from '../../component-
|
|
1
|
+
export { A as Addon } from '../../component-d0dfcb11.js';
|
|
@@ -4,4 +4,4 @@ import 'classnames';
|
|
|
4
4
|
import '@alfalab/core-components-amount/esm';
|
|
5
5
|
import '@alfalab/core-components-shared/esm';
|
|
6
6
|
import '@alfalab/core-components-typography/esm';
|
|
7
|
-
export { a as Amount } from '../../component-
|
|
7
|
+
export { a as Amount } from '../../component-d0dfcb11.js';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1s7dd */
|
|
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
|
-
} /* deprecated */ :root {
|
|
3
|
+
} /* deprecated */ :root {
|
|
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 */
|
|
4
5
|
} :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 */
|
|
5
6
|
} :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 */
|
|
6
7
|
} :root {
|
|
@@ -10,18 +11,31 @@
|
|
|
10
11
|
/* Up */
|
|
11
12
|
|
|
12
13
|
/* Hard up */
|
|
13
|
-
} :root { /* deprecated */ /* deprecated */
|
|
14
|
+
} :root { /* deprecated */ /* deprecated */
|
|
15
|
+
--border-radius-m: 8px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
14
16
|
|
|
15
17
|
/* новые значения, используйте их */
|
|
18
|
+
--border-radius-8: var(--border-radius-m);
|
|
16
19
|
} :root {
|
|
17
|
-
--gap-3xs: 2px; /* deprecated */ /* deprecated */
|
|
20
|
+
--gap-3xs: 2px; /* deprecated */ /* deprecated */
|
|
21
|
+
--gap-xs: 8px; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
18
22
|
|
|
19
23
|
/* новые значения, используйте их */
|
|
20
24
|
--gap-0: 0;
|
|
21
25
|
--gap-2: var(--gap-3xs);
|
|
26
|
+
--gap-8: var(--gap-xs);
|
|
22
27
|
} :root {
|
|
23
28
|
} :root {
|
|
24
|
-
} /* сбрасывает синюю подсветку при нажатии */ .pure-
|
|
29
|
+
} /* сбрасывает синюю подсветку при нажатии */ .pure-cell__component_4vsts {
|
|
25
30
|
padding: var(--gap-2) var(--gap-0);
|
|
26
31
|
display: flex;
|
|
32
|
+
} .pure-cell__hidden_4vsts {
|
|
33
|
+
background: var(--color-light-neutral-translucent-400);
|
|
34
|
+
border-radius: var(--border-radius-8);
|
|
35
|
+
display: inline-block;
|
|
36
|
+
height: 24px;
|
|
37
|
+
width: 120px;
|
|
38
|
+
} .pure-cell__hiddenWrapper_4vsts {
|
|
39
|
+
display: flex;
|
|
40
|
+
padding: var(--gap-8) var(--gap-0);
|
|
27
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-d0dfcb11";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Amount } from '../../component-
|
|
1
|
+
export { a as Amount } from '../../component-d0dfcb11.js';
|
|
@@ -4,4 +4,4 @@ import 'classnames';
|
|
|
4
4
|
import '@alfalab/core-components-amount/esm';
|
|
5
5
|
import '@alfalab/core-components-shared/esm';
|
|
6
6
|
import '@alfalab/core-components-typography/esm';
|
|
7
|
-
export { b as AmountTitle } from '../../component-
|
|
7
|
+
export { b as AmountTitle } from '../../component-d0dfcb11.js';
|