@alfalab/core-components-pure-cell 4.12.3 → 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-5453b8a8.d.ts → component-0670c13b.d.ts} +8 -0
- package/{component-5453b8a8.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-df730f43.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-df730f43.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-bbfff75a.d.ts → component-5586ab91.d.ts} +8 -0
- package/modern/{component-bbfff75a.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 +7 -7
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 7ope0 */
|
|
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 */
|
|
@@ -23,29 +23,29 @@
|
|
|
23
23
|
--gap-16: var(--gap-m);
|
|
24
24
|
} :root {
|
|
25
25
|
} :root {
|
|
26
|
-
} /* сбрасывает синюю подсветку при нажатии */ .pure-
|
|
26
|
+
} /* сбрасывает синюю подсветку при нажатии */ .pure-cell__horizontal_7p4hk {
|
|
27
27
|
padding: var(--gap-2) var(--gap-0);
|
|
28
|
-
} .pure-
|
|
28
|
+
} .pure-cell__rowLimit1_7p4hk {
|
|
29
29
|
-webkit-line-clamp: 1;
|
|
30
30
|
display: -webkit-box;
|
|
31
31
|
-webkit-box-orient: vertical;
|
|
32
32
|
overflow: hidden;
|
|
33
33
|
word-break: break-all;
|
|
34
|
-
} .pure-
|
|
34
|
+
} .pure-cell__rowLimit2_7p4hk {
|
|
35
35
|
-webkit-line-clamp: 2;
|
|
36
36
|
display: -webkit-box;
|
|
37
37
|
-webkit-box-orient: vertical;
|
|
38
38
|
overflow: hidden;
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__component_7p4hk {
|
|
40
40
|
display: flex;
|
|
41
41
|
flex-direction: row;
|
|
42
42
|
flex-wrap: nowrap;
|
|
43
43
|
justify-content: space-between;
|
|
44
44
|
margin: var(--gap-2) var(--gap-0);
|
|
45
45
|
word-break: break-word;
|
|
46
|
-
} .pure-
|
|
46
|
+
} .pure-cell__component_7p4hk .pure-cell__vertical_7p4hk {
|
|
47
47
|
justify-content: center;
|
|
48
|
-
} .pure-
|
|
48
|
+
} .pure-cell__title_7p4hk + .pure-cell__value_7p4hk {
|
|
49
49
|
margin-left: var(--gap-16);
|
|
50
50
|
flex-shrink: 0;
|
|
51
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-5586ab91";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as Text } from '../../component-
|
|
1
|
+
export { T as Text } from '../../component-5586ab91.js';
|
package/modern/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: qmg3v */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-status-info: #2288fa; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
} :root {
|
|
30
30
|
} :root {
|
|
31
31
|
--focus-color: var(--color-light-status-info);
|
|
32
|
-
} /* сбрасывает синюю подсветку при нажатии */ .pure-
|
|
32
|
+
} /* сбрасывает синюю подсветку при нажатии */ .pure-cell__component_a0mln {
|
|
33
33
|
text-align: unset;
|
|
34
34
|
box-sizing: border-box;
|
|
35
|
-
} .pure-
|
|
35
|
+
} .pure-cell__horizontal_a0mln {
|
|
36
36
|
display: flex;
|
|
37
37
|
width: 100%;
|
|
38
|
-
} .pure-
|
|
38
|
+
} .pure-cell__vertical_a0mln {
|
|
39
39
|
display: flex;
|
|
40
40
|
align-items: center;
|
|
41
41
|
flex-direction: column;
|
|
42
|
-
} .pure-
|
|
42
|
+
} .pure-cell__button_a0mln {
|
|
43
43
|
font-family: inherit;
|
|
44
44
|
background: none;
|
|
45
45
|
border: 0;
|
|
@@ -47,57 +47,57 @@
|
|
|
47
47
|
cursor: pointer;
|
|
48
48
|
transition: opacity 0.15s ease-in-out;
|
|
49
49
|
padding: var(--gap-0)
|
|
50
|
-
} .pure-
|
|
50
|
+
} .pure-cell__button_a0mln.pure-cell__hover_a0mln {
|
|
51
51
|
opacity: 0.8;
|
|
52
|
-
} .pure-
|
|
52
|
+
} .pure-cell__button_a0mln.pure-cell__active_a0mln {
|
|
53
53
|
opacity: 0.6;
|
|
54
|
-
} .pure-
|
|
54
|
+
} .pure-cell__link_a0mln {
|
|
55
55
|
text-decoration: none;
|
|
56
56
|
color: inherit;
|
|
57
57
|
cursor: pointer;
|
|
58
58
|
transition: opacity 0.15s ease-in-out
|
|
59
|
-
} .pure-
|
|
59
|
+
} .pure-cell__link_a0mln.pure-cell__hover_a0mln {
|
|
60
60
|
opacity: 0.8;
|
|
61
|
-
} .pure-
|
|
61
|
+
} .pure-cell__link_a0mln.pure-cell__active_a0mln {
|
|
62
62
|
opacity: 0.6;
|
|
63
|
-
} .pure-
|
|
63
|
+
} .pure-cell__none_a0mln {
|
|
64
64
|
padding: var(--gap-0);
|
|
65
|
-
} .pure-
|
|
65
|
+
} .pure-cell__airy_a0mln {
|
|
66
66
|
padding: var(--gap-16) var(--gap-0);
|
|
67
|
-
} .pure-
|
|
67
|
+
} .pure-cell__default_a0mln {
|
|
68
68
|
padding: var(--gap-12) var(--gap-0);
|
|
69
|
-
} .pure-
|
|
69
|
+
} .pure-cell__compact_a0mln {
|
|
70
70
|
padding: var(--gap-8) var(--gap-0);
|
|
71
|
-
} .pure-
|
|
71
|
+
} .pure-cell__tiny_a0mln {
|
|
72
72
|
padding: var(--gap-4) var(--gap-0);
|
|
73
|
-
} .pure-
|
|
73
|
+
} .pure-cell__noneTop_a0mln {
|
|
74
74
|
padding-top: var(--gap-0);
|
|
75
|
-
} .pure-
|
|
75
|
+
} .pure-cell__airyTop_a0mln {
|
|
76
76
|
padding-top: var(--gap-16);
|
|
77
|
-
} .pure-
|
|
77
|
+
} .pure-cell__defaultTop_a0mln {
|
|
78
78
|
padding-top: var(--gap-12);
|
|
79
|
-
} .pure-
|
|
79
|
+
} .pure-cell__compactTop_a0mln {
|
|
80
80
|
padding-top: var(--gap-8);
|
|
81
|
-
} .pure-
|
|
81
|
+
} .pure-cell__tinyTop_a0mln {
|
|
82
82
|
padding-top: var(--gap-4);
|
|
83
|
-
} .pure-
|
|
83
|
+
} .pure-cell__noneBottom_a0mln {
|
|
84
84
|
padding-bottom: var(--gap-0);
|
|
85
|
-
} .pure-
|
|
85
|
+
} .pure-cell__airyBottom_a0mln {
|
|
86
86
|
padding-bottom: var(--gap-16);
|
|
87
|
-
} .pure-
|
|
87
|
+
} .pure-cell__defaultBottom_a0mln {
|
|
88
88
|
padding-bottom: var(--gap-12);
|
|
89
|
-
} .pure-
|
|
89
|
+
} .pure-cell__compactBottom_a0mln {
|
|
90
90
|
padding-bottom: var(--gap-8);
|
|
91
|
-
} .pure-
|
|
91
|
+
} .pure-cell__tinyBottom_a0mln {
|
|
92
92
|
padding-bottom: var(--gap-4);
|
|
93
|
-
} .pure-
|
|
93
|
+
} .pure-cell__left_a0mln {
|
|
94
94
|
padding-left: var(--gap-16);
|
|
95
|
-
} .pure-
|
|
95
|
+
} .pure-cell__right_a0mln {
|
|
96
96
|
padding-right: var(--gap-16);
|
|
97
|
-
} .pure-
|
|
97
|
+
} .pure-cell__both_a0mln {
|
|
98
98
|
padding-right: var(--gap-16);
|
|
99
99
|
padding-left: var(--gap-16);
|
|
100
|
-
} .pure-
|
|
100
|
+
} .pure-cell__focused_a0mln {
|
|
101
101
|
outline: 2px solid var(--focus-color);
|
|
102
102
|
outline-offset: 2px;
|
|
103
103
|
}
|
package/modern/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { P as PureCell } from './component-
|
|
1
|
+
export { P as PureCell } from './component-5586ab91.js';
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { ReactNode, AnchorHTMLAttributes, ButtonHTMLAttributes } from "react";
|
|
4
|
+
import { MainElement, GraphicsElement, FooterElement, ContentElement, AddonElement } from "./components/types";
|
|
5
|
+
import { Color, TitleProps } from "@alfalab/core-components-typography";
|
|
6
|
+
import { ButtonProps } from "@alfalab/core-components-button";
|
|
7
|
+
import { AmountProps as AmountType } from "./components/typesProps";
|
|
8
|
+
type Props = {
|
|
9
|
+
/**
|
|
10
|
+
* Компоненты
|
|
11
|
+
*/
|
|
12
|
+
children: MainElement;
|
|
13
|
+
/**
|
|
14
|
+
* Позволяет изменить расположение блоков внутри main
|
|
15
|
+
*/
|
|
16
|
+
isReverse?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Дополнительный класс
|
|
19
|
+
*/
|
|
20
|
+
className?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
23
|
+
* Используется модификатор -main
|
|
24
|
+
*/
|
|
25
|
+
dataTestId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Клик по контенту.
|
|
28
|
+
*/
|
|
29
|
+
onClick?: () => void;
|
|
30
|
+
};
|
|
31
|
+
declare const Main: React.FC<Props>;
|
|
32
|
+
type Props$0 = {
|
|
33
|
+
/**
|
|
34
|
+
* Компоненты
|
|
35
|
+
*/
|
|
36
|
+
children: GraphicsElement;
|
|
37
|
+
/**
|
|
38
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
39
|
+
* Используется модификатор -graphics
|
|
40
|
+
*/
|
|
41
|
+
dataTestId?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Вертикальное выравнивание
|
|
44
|
+
*/
|
|
45
|
+
verticalAlign?: "top" | "center" | "bottom";
|
|
46
|
+
/**
|
|
47
|
+
* Отступ от графики
|
|
48
|
+
*/
|
|
49
|
+
graphicPadding?: "airy" | "default" | "compact" | "tiny" | "none";
|
|
50
|
+
/**
|
|
51
|
+
* Клик по контенту графики.
|
|
52
|
+
*/
|
|
53
|
+
onClick?: () => void;
|
|
54
|
+
};
|
|
55
|
+
declare const Graphics: React.FC<Props$0>;
|
|
56
|
+
type FooterTextProps = {
|
|
57
|
+
/**
|
|
58
|
+
* Цвет текста
|
|
59
|
+
*/
|
|
60
|
+
color?: Color;
|
|
61
|
+
/**
|
|
62
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
63
|
+
* Используется модификатор -footer-title
|
|
64
|
+
*/
|
|
65
|
+
dataTestId?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Дочерние элементы.
|
|
68
|
+
*/
|
|
69
|
+
children?: ReactNode;
|
|
70
|
+
};
|
|
71
|
+
declare const FooterText: React.FC<FooterTextProps>;
|
|
72
|
+
type ComponentProps = Omit<ButtonProps, "dataTestId"> & {
|
|
73
|
+
/**
|
|
74
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
75
|
+
* Используется модификатор -button
|
|
76
|
+
*/
|
|
77
|
+
dataTestId?: string;
|
|
78
|
+
};
|
|
79
|
+
type FooterButtonProps = ComponentProps & Partial<AnchorHTMLAttributes<HTMLAnchorElement> | ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
80
|
+
declare const FooterButton: React.ForwardRefExoticComponent<FooterButtonProps & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
81
|
+
type Props$1 = {
|
|
82
|
+
/**
|
|
83
|
+
* Компоненты
|
|
84
|
+
*/
|
|
85
|
+
children: FooterElement;
|
|
86
|
+
/**
|
|
87
|
+
* Вертикальные отступы
|
|
88
|
+
*/
|
|
89
|
+
footerPadding?: "default" | "none";
|
|
90
|
+
/**
|
|
91
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
92
|
+
* Используется модификатор -footer
|
|
93
|
+
*/
|
|
94
|
+
dataTestId?: string;
|
|
95
|
+
};
|
|
96
|
+
declare const Footer: React.FC<Props$1>;
|
|
97
|
+
type Props$2 = {
|
|
98
|
+
/**
|
|
99
|
+
* Компоненты
|
|
100
|
+
*/
|
|
101
|
+
children: ContentElement;
|
|
102
|
+
/**
|
|
103
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
104
|
+
* Используется модификатор -content
|
|
105
|
+
*/
|
|
106
|
+
dataTestId?: string;
|
|
107
|
+
};
|
|
108
|
+
declare const Content: React.FC<Props$2>;
|
|
109
|
+
type Props$3 = {
|
|
110
|
+
/**
|
|
111
|
+
* Наименование категории
|
|
112
|
+
*/
|
|
113
|
+
categoryName: string;
|
|
114
|
+
/**
|
|
115
|
+
* Процент категории
|
|
116
|
+
*/
|
|
117
|
+
categoryPercent?: number;
|
|
118
|
+
/**
|
|
119
|
+
* Слот справа
|
|
120
|
+
*/
|
|
121
|
+
rightAddons?: ReactNode;
|
|
122
|
+
/**
|
|
123
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
124
|
+
* Для наименования категории используется модификатор -category-name,
|
|
125
|
+
* процент категории -category-percent, слота справа -category-right-addon
|
|
126
|
+
*/
|
|
127
|
+
dataTestId?: string;
|
|
128
|
+
};
|
|
129
|
+
declare const Category: React.FC<Props$3>;
|
|
130
|
+
type Props$4 = {
|
|
131
|
+
/**
|
|
132
|
+
* Цвет денежного значения
|
|
133
|
+
* @deprecated Используйте titleProps.color
|
|
134
|
+
*/
|
|
135
|
+
color?: Color;
|
|
136
|
+
/**
|
|
137
|
+
* Пропсы, которые будут прокинуты в компонент типографики
|
|
138
|
+
*/
|
|
139
|
+
titleProps?: TitleProps;
|
|
140
|
+
/**
|
|
141
|
+
* Скрыть денежное значение
|
|
142
|
+
*/
|
|
143
|
+
hidden?: boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
146
|
+
* Для typography используется модификатор -amount-title, для компонента Amount -core-amount-title
|
|
147
|
+
*/
|
|
148
|
+
dataTestId?: string;
|
|
149
|
+
} & Omit<AmountType, "dataTestId">;
|
|
150
|
+
declare const AmountTitle: React.FC<Props$4>;
|
|
151
|
+
type Props$5 = {
|
|
152
|
+
/**
|
|
153
|
+
* Начертание шрифта денежного значения
|
|
154
|
+
*/
|
|
155
|
+
weight?: "bold" | "normal";
|
|
156
|
+
/**
|
|
157
|
+
* Размер денежного значения
|
|
158
|
+
*/
|
|
159
|
+
textView?: "component" | "primary-small";
|
|
160
|
+
/**
|
|
161
|
+
* Цвет денежного значения
|
|
162
|
+
*/
|
|
163
|
+
color?: Color;
|
|
164
|
+
/**
|
|
165
|
+
* Скрыть денежное значение
|
|
166
|
+
*/
|
|
167
|
+
hidden?: boolean;
|
|
168
|
+
/**
|
|
169
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
170
|
+
* Для typography используется модификатор -amount-text, для компонента Amount -amount
|
|
171
|
+
*/
|
|
172
|
+
dataTestId?: string;
|
|
173
|
+
} & Omit<AmountType, "dataTestId">;
|
|
174
|
+
declare const Amount: React.FC<Props$5>;
|
|
175
|
+
type Props$6 = {
|
|
176
|
+
/**
|
|
177
|
+
* Вертикальное выравнивание
|
|
178
|
+
*/
|
|
179
|
+
verticalAlign?: "auto" | "top" | "center" | "bottom";
|
|
180
|
+
/**
|
|
181
|
+
* Горизонтальные отступы
|
|
182
|
+
*/
|
|
183
|
+
addonPadding?: "default" | "none";
|
|
184
|
+
/**
|
|
185
|
+
* Компоненты
|
|
186
|
+
*/
|
|
187
|
+
children: AddonElement;
|
|
188
|
+
/**
|
|
189
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
190
|
+
* Используется модификатор -addon
|
|
191
|
+
*/
|
|
192
|
+
dataTestId?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Клик по контенту аддона.
|
|
195
|
+
*/
|
|
196
|
+
onClick?: () => void;
|
|
197
|
+
};
|
|
198
|
+
declare const Addon: React.FC<Props$6>;
|
|
199
|
+
type Props$7 = {
|
|
200
|
+
/**
|
|
201
|
+
* Контент
|
|
202
|
+
*/
|
|
203
|
+
children?: ReactNode;
|
|
204
|
+
/**
|
|
205
|
+
* Количество строк
|
|
206
|
+
*/
|
|
207
|
+
rowLimit?: 1 | 2;
|
|
208
|
+
/**
|
|
209
|
+
* Размер текста
|
|
210
|
+
*/
|
|
211
|
+
view?: 'primary-large' | 'primary-medium' | 'primary-small' | 'component' | 'component-primary' | 'secondary-large';
|
|
212
|
+
/**
|
|
213
|
+
* Толщина title
|
|
214
|
+
*/
|
|
215
|
+
titleWeight?: 'regular' | 'bold';
|
|
216
|
+
/**
|
|
217
|
+
* Цвет title
|
|
218
|
+
*/
|
|
219
|
+
titleColor: Color;
|
|
220
|
+
/**
|
|
221
|
+
* Value ячейки
|
|
222
|
+
*/
|
|
223
|
+
value?: ReactNode;
|
|
224
|
+
/**
|
|
225
|
+
* Цвет value
|
|
226
|
+
*/
|
|
227
|
+
valueColor?: Color;
|
|
228
|
+
/**
|
|
229
|
+
* Идентификатор для систем автоматизированного тестирования.
|
|
230
|
+
* Для контента используется модификатор -text_content, для value ячейки -text_value
|
|
231
|
+
*/
|
|
232
|
+
dataTestId?: string;
|
|
233
|
+
};
|
|
234
|
+
declare const Text: React.FC<Props$7>;
|
|
235
|
+
export { Main, Props$0 as Props, Graphics, FooterTextProps, FooterText, FooterButton, Footer, Content, Category, AmountTitle, Amount, Addon, Text };
|
|
@@ -46,21 +46,29 @@ const Addon = ({ children, verticalAlign = 'top', addonPadding = 'default', data
|
|
|
46
46
|
}), "data-test-id": getDataTestId(dataTestId || pureCellContext.dataTestId, 'addon'), ...(onClick && onMouseEvents) }, children));
|
|
47
47
|
};
|
|
48
48
|
|
|
49
|
-
const Amount = ({ weight = 'normal', textView = 'component', color = 'primary', minority, minorUnits = 100, dataTestId, ...restProps }) => {
|
|
49
|
+
const Amount = ({ weight = 'normal', textView = 'component', color = 'primary', minority, minorUnits = 100, hidden, dataTestId, ...restProps }) => {
|
|
50
50
|
const pureCellContext = useContext(PureCellContext);
|
|
51
|
+
if (hidden) {
|
|
52
|
+
return (React.createElement("div", { className: styles$1.hiddenWrapper },
|
|
53
|
+
React.createElement("div", { className: styles$1.hidden })));
|
|
54
|
+
}
|
|
51
55
|
return (React.createElement(Typography.Text, { view: textView, dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-text'), className: cn(styles$1.component), color: color },
|
|
52
56
|
React.createElement(Amount$1, { minority: minority || minorUnits, bold: weight === 'bold' ? 'full' : 'none', dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount'), ...restProps })));
|
|
53
57
|
};
|
|
54
58
|
|
|
55
|
-
const AmountTitle = ({ minority, minorUnits = 100, className, color = 'primary', dataTestId, titleProps = {}, ...restProps }) => {
|
|
59
|
+
const AmountTitle = ({ minority, minorUnits = 100, hidden, className, color = 'primary', dataTestId, titleProps: titlePropsFromProps = {}, ...restProps }) => {
|
|
56
60
|
const pureCellContext = useContext(PureCellContext);
|
|
57
|
-
const
|
|
61
|
+
const titleProps = {
|
|
58
62
|
tag: 'h4',
|
|
59
63
|
view: 'small',
|
|
60
64
|
color,
|
|
61
|
-
...
|
|
65
|
+
...titlePropsFromProps,
|
|
62
66
|
};
|
|
63
|
-
|
|
67
|
+
if (hidden) {
|
|
68
|
+
return (React.createElement("div", { className: cn(styles$2.hiddenWrapper, styles$2[`hiddenWrapper-${titleProps.view}`]) },
|
|
69
|
+
React.createElement("div", { className: cn(styles$2.hidden, styles$2[`hidden-${titleProps.view}`]) })));
|
|
70
|
+
}
|
|
71
|
+
return (React.createElement(Typography.TitleResponsive, { ...titleProps, dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'amount-title'), className: cn(styles$2.component, titlePropsFromProps?.className) },
|
|
64
72
|
React.createElement(Amount$1, { minority: minority || minorUnits, className: cn(styles$2.weight, className), dataTestId: getDataTestId(dataTestId || pureCellContext.dataTestId, 'core-amount-title'), ...restProps, bold: 'none' })));
|
|
65
73
|
};
|
|
66
74
|
|
|
@@ -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<{
|
package/moderncssm/component.js
CHANGED
|
@@ -3,5 +3,5 @@ import 'react-merge-refs';
|
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '@alfalab/core-components-comment/moderncssm';
|
|
5
5
|
import '@alfalab/hooks';
|
|
6
|
-
export { P as PureCell, f as PureCellContext } from './component-
|
|
6
|
+
export { P as PureCell, f as PureCellContext } from './component-891b50dd.js';
|
|
7
7
|
import './index.module.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-891b50dd";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as Addon } from '../../component-
|
|
1
|
+
export { A as Addon } from '../../component-891b50dd.js';
|
|
@@ -3,5 +3,5 @@ import 'classnames';
|
|
|
3
3
|
import '@alfalab/core-components-amount/moderncssm';
|
|
4
4
|
import '@alfalab/core-components-shared/moderncssm';
|
|
5
5
|
import '@alfalab/core-components-typography/moderncssm';
|
|
6
|
-
export { a as Amount } from '../../component-
|
|
6
|
+
export { a as Amount } from '../../component-891b50dd.js';
|
|
7
7
|
import './index.module.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-891b50dd";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { a as Amount } from '../../component-
|
|
1
|
+
export { a as Amount } from '../../component-891b50dd.js';
|
|
@@ -4,3 +4,16 @@
|
|
|
4
4
|
padding: var(--gap-2) var(--gap-0);
|
|
5
5
|
display: flex;
|
|
6
6
|
}
|
|
7
|
+
|
|
8
|
+
.hidden {
|
|
9
|
+
background: var(--color-light-neutral-translucent-400);
|
|
10
|
+
border-radius: var(--border-radius-8);
|
|
11
|
+
display: inline-block;
|
|
12
|
+
height: 24px;
|
|
13
|
+
width: 120px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.hiddenWrapper {
|
|
17
|
+
display: flex;
|
|
18
|
+
padding: var(--gap-8) var(--gap-0);
|
|
19
|
+
}
|
|
@@ -3,5 +3,5 @@ import 'classnames';
|
|
|
3
3
|
import '@alfalab/core-components-amount/moderncssm';
|
|
4
4
|
import '@alfalab/core-components-shared/moderncssm';
|
|
5
5
|
import '@alfalab/core-components-typography/moderncssm';
|
|
6
|
-
export { b as AmountTitle } from '../../component-
|
|
6
|
+
export { b as AmountTitle } from '../../component-891b50dd.js';
|
|
7
7
|
import './index.module.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-891b50dd";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { b as AmountTitle } from '../../component-
|
|
1
|
+
export { b as AmountTitle } from '../../component-891b50dd.js';
|