@alfalab/core-components-pure-cell 4.0.0 → 4.0.1
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-e81848a4.d.ts → component-2bda6d29.d.ts} +0 -0
- package/{component-e81848a4.js → component-2bda6d29.js} +8 -7
- package/{cssm/component-3f45f3c4.d.ts → component-c49f24a8.d.ts} +10 -8
- package/component.js +5 -5
- package/components/addon/component.js +2 -2
- package/components/addon/index.css +9 -9
- package/components/addon/index.js +1 -1
- package/components/amount/component.js +4 -4
- package/components/amount/index.css +2 -2
- package/components/amount/index.js +3 -3
- package/components/amount-title/component.js +4 -4
- package/components/amount-title/index.css +3 -3
- package/components/amount-title/index.js +3 -3
- package/components/category/component.js +2 -2
- package/components/category/index.css +5 -5
- package/components/category/index.js +1 -1
- package/components/content/component.js +5 -5
- package/components/content/index.css +3 -3
- package/components/content/index.d.ts +1 -1
- package/components/content/index.js +5 -5
- package/components/footer/component.js +2 -2
- package/components/footer/index.css +4 -4
- package/components/footer/index.js +1 -1
- package/components/footer-button/component.js +3 -3
- package/components/footer-button/index.css +2 -2
- package/components/footer-button/index.js +2 -2
- package/components/footer-text/component.js +1 -1
- package/components/footer-text/index.js +1 -1
- package/components/graphics/component.js +2 -2
- package/components/graphics/index.css +2 -2
- package/components/graphics/index.js +1 -1
- package/components/main/component.js +5 -5
- package/components/main/index.css +4 -4
- package/components/main/index.d.ts +1 -1
- package/components/main/index.js +5 -5
- package/components/text/component.js +5 -5
- package/components/text/index.css +7 -7
- package/components/text/index.d.ts +1 -1
- package/components/text/index.js +5 -5
- package/components/typesProps.d.ts +1 -1
- package/{component-3f45f3c4.d.ts → cssm/component-c49f24a8.d.ts} +6 -4
- package/cssm/{component-0839382a.d.ts → component-c4e268e7.d.ts} +0 -0
- package/cssm/{component-0839382a.js → component-c4e268e7.js} +3 -2
- package/cssm/component.js +4 -4
- package/cssm/components/amount/component.js +2 -2
- package/cssm/components/amount/index.js +2 -2
- package/cssm/components/amount-title/component.js +2 -2
- package/cssm/components/amount-title/index.js +2 -2
- package/cssm/components/content/component.js +4 -4
- package/cssm/components/content/index.d.ts +1 -1
- package/cssm/components/content/index.js +4 -4
- package/cssm/components/footer-button/component.js +1 -1
- package/cssm/components/footer-button/index.js +1 -1
- package/cssm/components/main/component.js +4 -4
- package/cssm/components/main/index.d.ts +1 -1
- package/cssm/components/main/index.js +4 -4
- package/cssm/components/text/component.js +4 -4
- package/cssm/components/text/index.d.ts +1 -1
- package/cssm/components/text/index.js +4 -4
- package/cssm/components/typesProps.d.ts +1 -1
- package/cssm/index.d.ts +1 -1
- package/cssm/index.js +4 -4
- package/cssm/{tslib.es6-ce870b46.d.ts → tslib.es6-9682e485.d.ts} +8 -4
- package/{tslib.es6-37028810.js → cssm/tslib.es6-9682e485.js} +1 -1
- package/esm/{component-92010732.d.ts → component-831effc0.d.ts} +0 -0
- package/esm/{component-92010732.js → component-831effc0.js} +8 -7
- package/{modern/component-3f45f3c4.d.ts → esm/component-c49f24a8.d.ts} +6 -4
- package/esm/component.js +5 -5
- package/esm/components/addon/component.js +2 -2
- package/esm/components/addon/index.css +9 -9
- package/esm/components/addon/index.js +1 -1
- package/esm/components/amount/component.js +4 -4
- package/esm/components/amount/index.css +2 -2
- package/esm/components/amount/index.js +3 -3
- package/esm/components/amount-title/component.js +4 -4
- package/esm/components/amount-title/index.css +3 -3
- package/esm/components/amount-title/index.js +3 -3
- package/esm/components/category/component.js +2 -2
- package/esm/components/category/index.css +5 -5
- package/esm/components/category/index.js +1 -1
- package/esm/components/content/component.js +5 -5
- package/esm/components/content/index.css +3 -3
- package/esm/components/content/index.d.ts +1 -1
- package/esm/components/content/index.js +5 -5
- package/esm/components/footer/component.js +2 -2
- package/esm/components/footer/index.css +4 -4
- package/esm/components/footer/index.js +1 -1
- package/esm/components/footer-button/component.js +3 -3
- package/esm/components/footer-button/index.css +2 -2
- package/esm/components/footer-button/index.js +2 -2
- package/esm/components/footer-text/component.js +1 -1
- package/esm/components/footer-text/index.js +1 -1
- package/esm/components/graphics/component.js +2 -2
- package/esm/components/graphics/index.css +2 -2
- package/esm/components/graphics/index.js +1 -1
- package/esm/components/main/component.js +5 -5
- package/esm/components/main/index.css +4 -4
- package/esm/components/main/index.d.ts +1 -1
- package/esm/components/main/index.js +5 -5
- package/esm/components/text/component.js +5 -5
- package/esm/components/text/index.css +7 -7
- package/esm/components/text/index.d.ts +1 -1
- package/esm/components/text/index.js +5 -5
- package/esm/components/typesProps.d.ts +1 -1
- package/esm/{getDataTestId-a5ad08de.d.ts → getDataTestId-56acaf74.d.ts} +0 -0
- package/esm/{getDataTestId-a5ad08de.js → getDataTestId-56acaf74.js} +0 -0
- package/esm/index.css +19 -19
- package/esm/index.d.ts +1 -1
- package/esm/index.js +5 -5
- package/esm/{tslib.es6-1c2475cc.d.ts → tslib.es6-daf5d84d.d.ts} +8 -4
- package/esm/{tslib.es6-1c2475cc.js → tslib.es6-daf5d84d.js} +1 -1
- package/{getDataTestId-874edbee.d.ts → getDataTestId-da1ddd99.d.ts} +0 -0
- package/{getDataTestId-874edbee.js → getDataTestId-da1ddd99.js} +0 -0
- package/index.css +19 -19
- package/index.d.ts +1 -1
- package/index.js +5 -5
- package/modern/{component-0aebd563.d.ts → component-b7f322e4.d.ts} +0 -0
- package/modern/{component-0aebd563.js → component-b7f322e4.js} +10 -8
- package/{esm/component-3f45f3c4.d.ts → modern/component-c49f24a8.d.ts} +6 -4
- package/modern/component.js +4 -4
- package/modern/components/addon/component.js +2 -2
- package/modern/components/addon/index.css +9 -9
- package/modern/components/addon/index.js +1 -1
- package/modern/components/amount/component.js +5 -7
- package/modern/components/amount/index.css +2 -2
- package/modern/components/amount/index.js +2 -2
- package/modern/components/amount-title/component.js +5 -7
- package/modern/components/amount-title/index.css +3 -3
- package/modern/components/amount-title/index.js +2 -2
- package/modern/components/category/component.js +2 -2
- package/modern/components/category/index.css +5 -5
- package/modern/components/category/index.js +1 -1
- package/modern/components/content/component.js +4 -4
- package/modern/components/content/index.css +3 -3
- package/modern/components/content/index.d.ts +1 -1
- package/modern/components/content/index.js +4 -4
- package/modern/components/footer/component.js +2 -2
- package/modern/components/footer/index.css +4 -4
- package/modern/components/footer/index.js +1 -1
- package/modern/components/footer-button/component.js +3 -3
- package/modern/components/footer-button/index.css +2 -2
- package/modern/components/footer-button/index.js +1 -1
- package/modern/components/footer-text/component.js +1 -1
- package/modern/components/footer-text/index.js +1 -1
- package/modern/components/graphics/component.js +3 -5
- package/modern/components/graphics/index.css +2 -2
- package/modern/components/graphics/index.js +1 -1
- package/modern/components/main/component.js +4 -4
- package/modern/components/main/index.css +4 -4
- package/modern/components/main/index.d.ts +1 -1
- package/modern/components/main/index.js +4 -4
- package/modern/components/text/component.js +4 -4
- package/modern/components/text/index.css +7 -7
- package/modern/components/text/index.d.ts +1 -1
- package/modern/components/text/index.js +4 -4
- package/modern/components/typesProps.d.ts +1 -1
- package/modern/{getDataTestId-997a290e.d.ts → getDataTestId-e8cc70ab.d.ts} +0 -0
- package/modern/{getDataTestId-997a290e.js → getDataTestId-e8cc70ab.js} +0 -0
- package/modern/index.css +19 -19
- package/modern/index.d.ts +1 -1
- package/modern/index.js +4 -4
- package/package.json +2 -2
- package/{tslib.es6-37028810.d.ts → tslib.es6-bb39d27e.d.ts} +8 -4
- package/{cssm/tslib.es6-ce870b46.js → tslib.es6-bb39d27e.js} +1 -1
|
File without changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var tslib_es6 = require('./tslib.es6-
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-bb39d27e.js');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var mergeRefs = require('react-merge-refs');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var hooks = require('@alfalab/hooks');
|
|
8
7
|
var coreComponentsComment = require('@alfalab/core-components-comment');
|
|
9
|
-
var
|
|
8
|
+
var hooks = require('@alfalab/hooks');
|
|
9
|
+
var getDataTestId = require('./getDataTestId-da1ddd99.js');
|
|
10
10
|
var components_addon_component = require('./components/addon/component.js');
|
|
11
11
|
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
12
12
|
var components_amount_component = require('./components/amount/component.js');
|
|
@@ -23,7 +23,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
23
23
|
var mergeRefs__default = /*#__PURE__*/_interopDefaultLegacy(mergeRefs);
|
|
24
24
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
25
25
|
|
|
26
|
-
var styles = {"component":"pure-
|
|
26
|
+
var styles = {"component":"pure-cell__component_1n24j","horizontal":"pure-cell__horizontal_1n24j"};
|
|
27
27
|
require('./components/content/index.css')
|
|
28
28
|
|
|
29
29
|
var Content = function (_a) {
|
|
@@ -33,7 +33,7 @@ var Content = function (_a) {
|
|
|
33
33
|
return (React__default['default'].createElement("section", { className: cn__default['default'](styles.component, (_b = {}, _b[styles.horizontal] = direction === 'horizontal', _b)), "data-test-id": getDataTestId.getDataTestId(dataTestId, 'content') }, children));
|
|
34
34
|
};
|
|
35
35
|
|
|
36
|
-
var styles$1 = {"component":"pure-
|
|
36
|
+
var styles$1 = {"component":"pure-cell__component_ti7om","vertical":"pure-cell__vertical_ti7om","reverse":"pure-cell__reverse_ti7om"};
|
|
37
37
|
require('./components/main/index.css')
|
|
38
38
|
|
|
39
39
|
var Main = function (_a) {
|
|
@@ -45,7 +45,7 @@ var Main = function (_a) {
|
|
|
45
45
|
_b)), "data-test-id": getDataTestId.getDataTestId(dataTestId, 'main') }, children));
|
|
46
46
|
};
|
|
47
47
|
|
|
48
|
-
var styles$2 = {"horizontal":"pure-
|
|
48
|
+
var styles$2 = {"horizontal":"pure-cell__horizontal_zjarl","rowLimit1":"pure-cell__rowLimit1_zjarl","rowLimit2":"pure-cell__rowLimit2_zjarl","component":"pure-cell__component_zjarl","vertical":"pure-cell__vertical_zjarl","title":"pure-cell__title_zjarl","value":"pure-cell__value_zjarl"};
|
|
49
49
|
require('./components/text/index.css')
|
|
50
50
|
|
|
51
51
|
var Text = function (_a) {
|
|
@@ -60,9 +60,10 @@ var Text = function (_a) {
|
|
|
60
60
|
value !== undefined && (React__default['default'].createElement("span", { className: styles$2.value }, typeof value === 'string' ? (React__default['default'].createElement(coreComponentsTypography.Typography.Text, { view: view, color: valueColor, className: className, "data-test-id": getDataTestId.getDataTestId(dataTestId, 'text') }, value)) : (value)))));
|
|
61
61
|
};
|
|
62
62
|
|
|
63
|
-
var styles$3 = {"component":"pure-
|
|
63
|
+
var styles$3 = {"component":"pure-cell__component_exj34","horizontal":"pure-cell__horizontal_exj34","vertical":"pure-cell__vertical_exj34","button":"pure-cell__button_exj34","link":"pure-cell__link_exj34","none":"pure-cell__none_exj34","airy":"pure-cell__airy_exj34","defaultPadding":"pure-cell__defaultPadding_exj34","compact":"pure-cell__compact_exj34","tiny":"pure-cell__tiny_exj34","left":"pure-cell__left_exj34","right":"pure-cell__right_exj34","both":"pure-cell__both_exj34","focused":"pure-cell__focused_exj34"};
|
|
64
64
|
require('./index.css')
|
|
65
65
|
|
|
66
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
66
67
|
var PureCellContext = React__default['default'].createContext({});
|
|
67
68
|
var PureCellComponent = React.forwardRef(function (_a, ref) {
|
|
68
69
|
var _b, _c;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { AnchorHTMLAttributes, ButtonHTMLAttributes, ElementType, HTMLAttributes } from "react";
|
|
4
|
+
import { ButtonProps } from "@alfalab/core-components-button";
|
|
4
5
|
import { PureCellElement } from "./components/types";
|
|
5
6
|
type PureCellContext = {
|
|
6
7
|
/** Направление */
|
|
@@ -44,12 +45,13 @@ type PureCellProps = {
|
|
|
44
45
|
type AnchorPureCellProps = PureCellProps & AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
45
46
|
type ButtonPureCellProps = PureCellProps & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
46
47
|
type ElementPureCellProps = PureCellProps & HTMLAttributes<HTMLElement>;
|
|
48
|
+
type PureProps = Partial<AnchorPureCellProps | ButtonPureCellProps | ElementPureCellProps>;
|
|
47
49
|
/**
|
|
48
50
|
* Универсальный конструктор для сборки любой ячейки.
|
|
49
51
|
*
|
|
50
52
|
* [Макет](https://www.figma.com/file/KlFOLLkKO8rtvvQE3RXuhq/Click-Library?node-id=43525%3A240018)
|
|
51
53
|
*/
|
|
52
|
-
declare const PureCell: React.ForwardRefExoticComponent<
|
|
54
|
+
declare const PureCell: React.ForwardRefExoticComponent<PureProps & React.RefAttributes<HTMLElement>> & {
|
|
53
55
|
Main: React.FC<{
|
|
54
56
|
children: import("./components/types").MainElement;
|
|
55
57
|
isReverse?: boolean | undefined;
|
|
@@ -64,33 +66,33 @@ declare const PureCell: React.ForwardRefExoticComponent<(Partial<AnchorPureCellP
|
|
|
64
66
|
children?: React.ReactNode;
|
|
65
67
|
rowLimit?: 1 | 2 | undefined;
|
|
66
68
|
view: "primary-small" | "component";
|
|
67
|
-
titleColor: "
|
|
69
|
+
titleColor: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative";
|
|
68
70
|
value?: React.ReactNode;
|
|
69
|
-
valueColor?: "
|
|
71
|
+
valueColor?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | undefined;
|
|
70
72
|
dataTestId?: string | undefined;
|
|
71
73
|
}>;
|
|
72
74
|
Amount: React.FC<{
|
|
73
75
|
weight?: "bold" | "normal" | undefined;
|
|
74
76
|
textView?: "primary-small" | "component" | undefined;
|
|
75
|
-
color?: "
|
|
77
|
+
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | undefined;
|
|
76
78
|
dataTestId?: string | undefined;
|
|
77
79
|
} & import("./components/typesProps").AmountProps>;
|
|
78
80
|
AmountTitle: React.FC<{
|
|
79
|
-
color?: "
|
|
81
|
+
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | undefined;
|
|
80
82
|
} & import("./components/typesProps").AmountProps>;
|
|
81
83
|
Addon: React.FC<{
|
|
82
84
|
verticalAlign?: "top" | "center" | "bottom" | undefined;
|
|
83
|
-
addonPadding?: "
|
|
85
|
+
addonPadding?: "none" | "default" | undefined;
|
|
84
86
|
children: import("./components/types").AddonElement;
|
|
85
87
|
dataTestId?: string | undefined;
|
|
86
88
|
}>;
|
|
87
89
|
Footer: React.FC<{
|
|
88
90
|
children: import("./components/types").FooterElement;
|
|
89
|
-
footerPadding?: "
|
|
91
|
+
footerPadding?: "none" | "default" | undefined;
|
|
90
92
|
dataTestId?: string | undefined;
|
|
91
93
|
}>;
|
|
92
94
|
ExtraSubtitle: React.FC<import("./components/footer-text/index").Props>;
|
|
93
|
-
FooterButton: React.FC<
|
|
95
|
+
FooterButton: React.FC<ButtonProps>;
|
|
94
96
|
Comment: React.FC<import("@alfalab/core-components-comment").CommentProps>;
|
|
95
97
|
Category: React.FC<{
|
|
96
98
|
categoryName: string;
|
package/component.js
CHANGED
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./tslib.es6-
|
|
5
|
+
require('./tslib.es6-bb39d27e.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('react-merge-refs');
|
|
8
8
|
require('classnames');
|
|
9
|
-
require('@alfalab/hooks');
|
|
10
9
|
require('@alfalab/core-components-comment');
|
|
11
|
-
require('
|
|
10
|
+
require('@alfalab/hooks');
|
|
11
|
+
require('./getDataTestId-da1ddd99.js');
|
|
12
12
|
require('./components/addon/component.js');
|
|
13
|
-
require('@alfalab/core-components-typography');
|
|
14
13
|
require('@alfalab/core-components-amount');
|
|
14
|
+
require('@alfalab/core-components-typography');
|
|
15
15
|
require('./components/amount/component.js');
|
|
16
16
|
require('./components/amount-title/component.js');
|
|
17
17
|
require('./components/category/component.js');
|
|
18
|
-
var components_content_component = require('./component-
|
|
18
|
+
var components_content_component = require('./component-2bda6d29.js');
|
|
19
19
|
require('./components/footer/component.js');
|
|
20
20
|
require('@alfalab/core-components-button');
|
|
21
21
|
require('./components/footer-button/component.js');
|
|
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"pure-
|
|
14
|
+
var styles = {"component":"pure-cell__component_1bg3s","none":"pure-cell__none_1bg3s","default":"pure-cell__default_1bg3s","addonPadding":"pure-cell__addonPadding_1bg3s","top":"pure-cell__top_1bg3s","center":"pure-cell__center_1bg3s","bottom":"pure-cell__bottom_1bg3s"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var Addon = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: kmgdr */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -10,29 +10,29 @@
|
|
|
10
10
|
:root {
|
|
11
11
|
--gap-m: 16px;
|
|
12
12
|
}
|
|
13
|
-
.pure-
|
|
13
|
+
.pure-cell__component_1bg3s {
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-direction: column;
|
|
16
16
|
align-items: flex-end
|
|
17
17
|
}
|
|
18
|
-
.pure-
|
|
18
|
+
.pure-cell__component_1bg3s > * {
|
|
19
19
|
justify-content: flex-end;
|
|
20
20
|
}
|
|
21
|
-
.pure-
|
|
21
|
+
.pure-cell__component_1bg3s.pure-cell__none_1bg3s {
|
|
22
22
|
padding-left: 0;
|
|
23
23
|
}
|
|
24
|
-
.pure-
|
|
24
|
+
.pure-cell__component_1bg3s.pure-cell__default_1bg3s {
|
|
25
25
|
padding-left: var(--gap-m);
|
|
26
26
|
}
|
|
27
|
-
.pure-
|
|
27
|
+
.pure-cell__component_1bg3s.pure-cell__addonPadding_1bg3s {
|
|
28
28
|
padding-left: var(--gap-m);
|
|
29
29
|
}
|
|
30
|
-
.pure-
|
|
30
|
+
.pure-cell__component_1bg3s.pure-cell__top_1bg3s {
|
|
31
31
|
align-self: flex-start;
|
|
32
32
|
}
|
|
33
|
-
.pure-
|
|
33
|
+
.pure-cell__component_1bg3s.pure-cell__center_1bg3s {
|
|
34
34
|
align-self: center;
|
|
35
35
|
}
|
|
36
|
-
.pure-
|
|
36
|
+
.pure-cell__component_1bg3s.pure-cell__bottom_1bg3s {
|
|
37
37
|
align-self: flex-end;
|
|
38
38
|
}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('react');
|
|
6
6
|
require('classnames');
|
|
7
|
-
require('../../getDataTestId-
|
|
7
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
8
8
|
var components_addon_component = require('./component.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
|
-
var getDataTestId = require('../../getDataTestId-
|
|
9
|
-
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
8
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
10
9
|
var coreComponentsAmount = require('@alfalab/core-components-amount');
|
|
10
|
+
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
11
11
|
|
|
12
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
13
13
|
|
|
14
14
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
15
15
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
16
16
|
|
|
17
|
-
var styles = {"component":"pure-
|
|
17
|
+
var styles = {"component":"pure-cell__component_1dkc1"};
|
|
18
18
|
require('./index.css')
|
|
19
19
|
|
|
20
20
|
var Amount = function (_a) {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
|
-
require('../../getDataTestId-
|
|
9
|
-
require('@alfalab/core-components-typography');
|
|
8
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
10
9
|
require('@alfalab/core-components-amount');
|
|
10
|
+
require('@alfalab/core-components-typography');
|
|
11
11
|
var components_amount_component = require('./component.js');
|
|
12
12
|
|
|
13
13
|
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
|
-
var getDataTestId = require('../../getDataTestId-
|
|
9
|
-
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
8
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
10
9
|
var coreComponentsAmount = require('@alfalab/core-components-amount');
|
|
10
|
+
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
11
11
|
|
|
12
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
13
13
|
|
|
14
14
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
15
15
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
16
16
|
|
|
17
|
-
var styles = {"component":"pure-
|
|
17
|
+
var styles = {"component":"pure-cell__component_1t8xx","weight":"pure-cell__weight_1t8xx"};
|
|
18
18
|
require('./index.css')
|
|
19
19
|
|
|
20
20
|
var AmountTitle = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: rczbs */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
/* Hard up */
|
|
9
9
|
}
|
|
10
|
-
.pure-
|
|
10
|
+
.pure-cell__component_1t8xx {
|
|
11
11
|
display: flex;
|
|
12
12
|
}
|
|
13
|
-
.pure-
|
|
13
|
+
.pure-cell__weight_1t8xx {
|
|
14
14
|
font-weight: inherit;
|
|
15
15
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
|
-
require('../../getDataTestId-
|
|
9
|
-
require('@alfalab/core-components-typography');
|
|
8
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
10
9
|
require('@alfalab/core-components-amount');
|
|
10
|
+
require('@alfalab/core-components-typography');
|
|
11
11
|
var components_amountTitle_component = require('./component.js');
|
|
12
12
|
|
|
13
13
|
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var getDataTestId = require('../../getDataTestId-
|
|
6
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
7
7
|
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
|
|
13
|
-
var styles = {"component":"pure-
|
|
13
|
+
var styles = {"component":"pure-cell__component_6ei5t","categoryName":"pure-cell__categoryName_6ei5t","categoryPercent":"pure-cell__categoryPercent_6ei5t","rightAddon":"pure-cell__rightAddon_6ei5t"};
|
|
14
14
|
require('./index.css')
|
|
15
15
|
|
|
16
16
|
var Category = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 4odrk */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-secondary: #f3f4f5;
|
|
4
4
|
}
|
|
@@ -18,24 +18,24 @@
|
|
|
18
18
|
:root {
|
|
19
19
|
--border-radius-xl: 16px;
|
|
20
20
|
}
|
|
21
|
-
.pure-
|
|
21
|
+
.pure-cell__component_6ei5t {
|
|
22
22
|
display: flex;
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
padding: var(--gap-3xs) 0;
|
|
25
25
|
}
|
|
26
|
-
.pure-
|
|
26
|
+
.pure-cell__categoryName_6ei5t {
|
|
27
27
|
display: -webkit-box;
|
|
28
28
|
-webkit-line-clamp: 1;
|
|
29
29
|
-webkit-box-orient: vertical;
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
word-break: break-all;
|
|
32
32
|
}
|
|
33
|
-
.pure-
|
|
33
|
+
.pure-cell__categoryPercent_6ei5t {
|
|
34
34
|
padding: 0 var(--gap-xs);
|
|
35
35
|
background-color: var(--color-light-bg-secondary);
|
|
36
36
|
border-radius: var(--border-radius-xl);
|
|
37
37
|
margin-left: var(--gap-2xs);
|
|
38
38
|
}
|
|
39
|
-
.pure-
|
|
39
|
+
.pure-cell__rightAddon_6ei5t {
|
|
40
40
|
margin-left: var(--gap-2xs);
|
|
41
41
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('react');
|
|
6
|
-
require('../../getDataTestId-
|
|
6
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
7
7
|
require('@alfalab/core-components-typography');
|
|
8
8
|
var components_category_component = require('./component.js');
|
|
9
9
|
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('react-merge-refs');
|
|
8
8
|
require('classnames');
|
|
9
|
-
require('@alfalab/hooks');
|
|
10
9
|
require('@alfalab/core-components-comment');
|
|
11
|
-
require('
|
|
10
|
+
require('@alfalab/hooks');
|
|
11
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
12
12
|
require('../addon/component.js');
|
|
13
|
-
require('@alfalab/core-components-typography');
|
|
14
13
|
require('@alfalab/core-components-amount');
|
|
14
|
+
require('@alfalab/core-components-typography');
|
|
15
15
|
require('../amount/component.js');
|
|
16
16
|
require('../amount-title/component.js');
|
|
17
17
|
require('../category/component.js');
|
|
18
|
-
var components_content_component = require('../../component-
|
|
18
|
+
var components_content_component = require('../../component-2bda6d29.js');
|
|
19
19
|
require('../footer/component.js');
|
|
20
20
|
require('@alfalab/core-components-button');
|
|
21
21
|
require('../footer-button/component.js');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 13l38 */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
/* Hard up */
|
|
9
9
|
}
|
|
10
|
-
.pure-
|
|
10
|
+
.pure-cell__component_1n24j {
|
|
11
11
|
flex-basis: 100%;
|
|
12
12
|
display: grid;
|
|
13
13
|
grid-template-columns: 1fr auto
|
|
14
14
|
}
|
|
15
|
-
.pure-
|
|
15
|
+
.pure-cell__component_1n24j.pure-cell__horizontal_1n24j {
|
|
16
16
|
/* for button */
|
|
17
17
|
align-self: stretch;
|
|
18
18
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-2bda6d29";
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('react-merge-refs');
|
|
8
8
|
require('classnames');
|
|
9
|
-
require('@alfalab/hooks');
|
|
10
9
|
require('@alfalab/core-components-comment');
|
|
11
|
-
require('
|
|
10
|
+
require('@alfalab/hooks');
|
|
11
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
12
12
|
require('../addon/component.js');
|
|
13
|
-
require('@alfalab/core-components-typography');
|
|
14
13
|
require('@alfalab/core-components-amount');
|
|
14
|
+
require('@alfalab/core-components-typography');
|
|
15
15
|
require('../amount/component.js');
|
|
16
16
|
require('../amount-title/component.js');
|
|
17
17
|
require('../category/component.js');
|
|
18
|
-
var components_content_component = require('../../component-
|
|
18
|
+
var components_content_component = require('../../component-2bda6d29.js');
|
|
19
19
|
require('../footer/component.js');
|
|
20
20
|
require('@alfalab/core-components-button');
|
|
21
21
|
require('../footer-button/component.js');
|
|
@@ -4,14 +4,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"pure-
|
|
14
|
+
var styles = {"component":"pure-cell__component_otj4i","none":"pure-cell__none_otj4i","default":"pure-cell__default_otj4i"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var Footer = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 29yj5 */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
:root {
|
|
11
11
|
--gap-xs: 8px;
|
|
12
12
|
}
|
|
13
|
-
.pure-
|
|
13
|
+
.pure-cell__component_otj4i {
|
|
14
14
|
grid-column: 1/3;
|
|
15
15
|
display: grid;
|
|
16
16
|
grid-row-gap: var(--gap-xs)
|
|
17
17
|
}
|
|
18
|
-
.pure-
|
|
18
|
+
.pure-cell__component_otj4i.pure-cell__none_otj4i {
|
|
19
19
|
margin-top: 0;
|
|
20
20
|
}
|
|
21
|
-
.pure-
|
|
21
|
+
.pure-cell__component_otj4i.pure-cell__default_otj4i {
|
|
22
22
|
margin-top: var(--gap-xs);
|
|
23
23
|
}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('react');
|
|
6
6
|
require('classnames');
|
|
7
|
-
require('../../getDataTestId-
|
|
7
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
8
8
|
var components_footer_component = require('./component.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
var React = require('react');
|
|
7
|
-
var getDataTestId = require('../../getDataTestId-
|
|
7
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
8
8
|
var coreComponentsButton = require('@alfalab/core-components-button');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11
11
|
|
|
12
12
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
13
|
|
|
14
|
-
var styles = {"component":"pure-
|
|
14
|
+
var styles = {"component":"pure-cell__component_3w67r"};
|
|
15
15
|
require('./index.css')
|
|
16
16
|
|
|
17
17
|
var FooterButton = function (_a) {
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('../../tslib.es6-
|
|
5
|
+
require('../../tslib.es6-bb39d27e.js');
|
|
6
6
|
require('react');
|
|
7
|
-
require('../../getDataTestId-
|
|
7
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
8
8
|
require('@alfalab/core-components-button');
|
|
9
9
|
var components_footerButton_component = require('./component.js');
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var getDataTestId = require('../../getDataTestId-
|
|
6
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
7
7
|
var coreComponentsTypography = require('@alfalab/core-components-typography');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('react');
|
|
6
|
-
require('../../getDataTestId-
|
|
6
|
+
require('../../getDataTestId-da1ddd99.js');
|
|
7
7
|
require('@alfalab/core-components-typography');
|
|
8
8
|
var components_footerText_component = require('./component.js');
|
|
9
9
|
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
|
-
var getDataTestId = require('../../getDataTestId-
|
|
6
|
+
var getDataTestId = require('../../getDataTestId-da1ddd99.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
9
|
|
|
10
10
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
11
|
|
|
12
|
-
var styles = {"component":"pure-
|
|
12
|
+
var styles = {"component":"pure-cell__component_10k2m"};
|
|
13
13
|
require('./index.css')
|
|
14
14
|
|
|
15
15
|
var Graphics = function (_a) {
|