@alfalab/core-components-pure-cell 4.7.0 → 4.8.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/{esm/component-fd7196d2.d.ts → component-21d7b687.d.ts} +17 -8
- package/{component-a580c14f.d.ts → component-40566f8c.d.ts} +5 -1
- package/{component-a580c14f.js → component-40566f8c.js} +21 -15
- package/component.js +1 -1
- package/components/addon/component.js +1 -1
- package/components/addon/index.css +10 -10
- 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 +2 -2
- 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 +3 -3
- 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 +30 -6
- 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 +4 -4
- 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/{esm/component-d135ef3a.d.ts → cssm/component-063660c0.d.ts} +5 -1
- package/cssm/{component-4445c77d.js → component-063660c0.js} +10 -4
- package/cssm/{component-fd7196d2.d.ts → component-21d7b687.d.ts} +17 -8
- 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-title/component.js +1 -1
- package/cssm/components/amount-title/index.d.ts +1 -1
- package/cssm/components/amount-title/index.js +1 -1
- package/cssm/components/category/component.js +1 -1
- package/cssm/components/category/index.d.ts +1 -1
- package/cssm/components/category/index.js +1 -1
- package/cssm/components/content/component.js +1 -1
- package/cssm/components/content/index.d.ts +1 -1
- package/cssm/components/content/index.js +1 -1
- package/cssm/components/footer/component.js +1 -1
- package/cssm/components/footer/index.d.ts +1 -1
- package/cssm/components/footer/index.js +1 -1
- package/cssm/components/footer-button/component.js +1 -1
- package/cssm/components/footer-button/index.d.ts +1 -1
- package/cssm/components/footer-button/index.js +1 -1
- package/cssm/components/footer-text/component.js +1 -1
- package/cssm/components/footer-text/index.d.ts +1 -1
- package/cssm/components/footer-text/index.js +1 -1
- package/cssm/components/graphics/component.js +1 -1
- package/cssm/components/graphics/index.d.ts +1 -1
- package/cssm/components/graphics/index.js +1 -1
- package/cssm/components/graphics/index.module.css +25 -1
- package/cssm/components/main/component.js +1 -1
- package/cssm/components/main/index.d.ts +1 -1
- package/cssm/components/main/index.js +1 -1
- package/cssm/components/text/component.js +1 -1
- package/cssm/components/text/index.d.ts +1 -1
- package/cssm/components/text/index.js +1 -1
- package/cssm/index.d.ts +2 -1
- package/cssm/index.js +1 -1
- package/cssm/index.module.css +25 -9
- package/{component-fd7196d2.d.ts → esm/component-21d7b687.d.ts} +17 -8
- package/{modern/component-1458a9e3.d.ts → esm/component-c5ff489c.d.ts} +5 -1
- package/esm/{component-d135ef3a.js → component-c5ff489c.js} +21 -15
- package/esm/component.js +1 -1
- package/esm/components/addon/component.js +1 -1
- package/esm/components/addon/index.css +10 -10
- 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 +2 -2
- 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 +3 -3
- 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 +30 -6
- 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 +4 -4
- 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 +41 -25
- package/esm/index.d.ts +2 -1
- package/esm/index.js +1 -1
- package/index.css +41 -25
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/modern/{component-fd7196d2.d.ts → component-21d7b687.d.ts} +17 -8
- package/{cssm/component-4445c77d.d.ts → modern/component-4f06f921.d.ts} +5 -1
- package/modern/{component-1458a9e3.js → component-4f06f921.js} +21 -15
- package/modern/component.js +1 -1
- package/modern/components/addon/component.js +1 -1
- package/modern/components/addon/index.css +10 -10
- 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 +2 -2
- 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 +3 -3
- 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 +30 -6
- 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 +4 -4
- 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 +41 -25
- package/modern/index.d.ts +2 -1
- package/modern/index.js +1 -1
- package/package.json +4 -4
- package/src/component.tsx +35 -10
- package/src/components/graphics/component.tsx +19 -2
- package/src/components/graphics/index.module.css +43 -0
- package/src/components/text/component.tsx +7 -1
- package/src/index.module.css +41 -9
- package/src/index.ts +1 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: c0u0e */
|
|
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 */
|
|
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 */
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
} :root {
|
|
15
15
|
} :root {
|
|
16
16
|
} :root {
|
|
17
|
-
} .pure-
|
|
17
|
+
} .pure-cell__component_cfj2h {
|
|
18
18
|
justify-self: start;
|
|
19
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-c5ff489c";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as FooterButton } from '../../component-
|
|
1
|
+
export { d as FooterButton } from '../../component-c5ff489c.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-c5ff489c";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { e as FooterText } from '../../component-
|
|
1
|
+
export { e as FooterText } from '../../component-c5ff489c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 17b08 */
|
|
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 */
|
|
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 */
|
|
@@ -12,15 +12,39 @@
|
|
|
12
12
|
/* Hard up */
|
|
13
13
|
} :root {
|
|
14
14
|
} :root {
|
|
15
|
+
--gap-2xs: 4px;
|
|
16
|
+
--gap-xs: 8px;
|
|
17
|
+
--gap-s: 12px;
|
|
18
|
+
--gap-m: 16px;
|
|
15
19
|
} :root {
|
|
16
20
|
} :root {
|
|
17
|
-
} .pure-
|
|
21
|
+
} .pure-cell__component_kmuuv {
|
|
18
22
|
display: inline-flex;
|
|
19
23
|
flex-basis: auto;
|
|
20
|
-
} .pure-
|
|
24
|
+
} .pure-cell__top_kmuuv {
|
|
21
25
|
align-self: flex-start;
|
|
22
|
-
} .pure-
|
|
26
|
+
} .pure-cell__center_kmuuv {
|
|
23
27
|
align-self: center;
|
|
24
|
-
} .pure-
|
|
28
|
+
} .pure-cell__bottom_kmuuv {
|
|
25
29
|
align-self: flex-end;
|
|
26
|
-
}
|
|
30
|
+
} .pure-cell__horizontal_kmuuv:not(:last-child).pure-cell__none_kmuuv {
|
|
31
|
+
margin-right: 0;
|
|
32
|
+
} .pure-cell__horizontal_kmuuv:not(:last-child).pure-cell__airy_kmuuv {
|
|
33
|
+
margin-right: var(--gap-m);
|
|
34
|
+
} .pure-cell__horizontal_kmuuv:not(:last-child).pure-cell__default_kmuuv {
|
|
35
|
+
margin-right: var(--gap-s);
|
|
36
|
+
} .pure-cell__horizontal_kmuuv:not(:last-child).pure-cell__compact_kmuuv {
|
|
37
|
+
margin-right: var(--gap-xs);
|
|
38
|
+
} .pure-cell__horizontal_kmuuv:not(:last-child).pure-cell__tiny_kmuuv {
|
|
39
|
+
margin-right: var(--gap-2xs);
|
|
40
|
+
} .pure-cell__vertical_kmuuv:not(:last-child).pure-cell__none_kmuuv {
|
|
41
|
+
margin-bottom: 0;
|
|
42
|
+
} .pure-cell__vertical_kmuuv:not(:last-child).pure-cell__airy_kmuuv {
|
|
43
|
+
margin-bottom: var(--gap-m);
|
|
44
|
+
} .pure-cell__vertical_kmuuv:not(:last-child).pure-cell__default_kmuuv {
|
|
45
|
+
margin-bottom: var(--gap-s);
|
|
46
|
+
} .pure-cell__vertical_kmuuv:not(:last-child).pure-cell__compact_kmuuv {
|
|
47
|
+
margin-bottom: var(--gap-xs);
|
|
48
|
+
} .pure-cell__vertical_kmuuv:not(:last-child).pure-cell__tiny_kmuuv {
|
|
49
|
+
margin-bottom: var(--gap-2xs);
|
|
50
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-c5ff489c";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { G as Graphics } from '../../component-
|
|
1
|
+
export { G as Graphics } from '../../component-c5ff489c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: vrlws */
|
|
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 */
|
|
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 */
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
--gap-3xs: 2px;
|
|
16
16
|
} :root {
|
|
17
17
|
} :root {
|
|
18
|
-
} .pure-
|
|
18
|
+
} .pure-cell__component_2fv7t {
|
|
19
19
|
display: flex;
|
|
20
20
|
flex-direction: column;
|
|
21
21
|
align-self: center;
|
|
22
22
|
|
|
23
23
|
/* can use /r/n */
|
|
24
24
|
white-space: pre-line
|
|
25
|
-
} .pure-
|
|
25
|
+
} .pure-cell__component_2fv7t.pure-cell__vertical_2fv7t {
|
|
26
26
|
grid-row-gap: var(--gap-3xs);
|
|
27
27
|
justify-content: center;
|
|
28
28
|
align-items: center;
|
|
29
29
|
|
|
30
30
|
/* for button */
|
|
31
31
|
text-align: center;
|
|
32
|
-
} .pure-
|
|
32
|
+
} .pure-cell__component_2fv7t.pure-cell__reverse_2fv7t {
|
|
33
33
|
flex-direction: column-reverse;
|
|
34
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-c5ff489c";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as Main } from '../../component-
|
|
1
|
+
export { M as Main } from '../../component-c5ff489c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: kpt6l */
|
|
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 */
|
|
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 */
|
|
@@ -16,29 +16,29 @@
|
|
|
16
16
|
--gap-m: 16px;
|
|
17
17
|
} :root {
|
|
18
18
|
} :root {
|
|
19
|
-
} .pure-
|
|
19
|
+
} .pure-cell__horizontal_16dfl {
|
|
20
20
|
padding: var(--gap-3xs) 0;
|
|
21
|
-
} .pure-
|
|
21
|
+
} .pure-cell__rowLimit1_16dfl {
|
|
22
22
|
-webkit-line-clamp: 1;
|
|
23
23
|
display: -webkit-box;
|
|
24
24
|
-webkit-box-orient: vertical;
|
|
25
25
|
overflow: hidden;
|
|
26
26
|
word-break: break-all;
|
|
27
|
-
} .pure-
|
|
27
|
+
} .pure-cell__rowLimit2_16dfl {
|
|
28
28
|
-webkit-line-clamp: 2;
|
|
29
29
|
display: -webkit-box;
|
|
30
30
|
-webkit-box-orient: vertical;
|
|
31
31
|
overflow: hidden;
|
|
32
|
-
} .pure-
|
|
32
|
+
} .pure-cell__component_16dfl {
|
|
33
33
|
display: flex;
|
|
34
34
|
flex-direction: row;
|
|
35
35
|
flex-wrap: nowrap;
|
|
36
36
|
justify-content: space-between;
|
|
37
37
|
margin: var(--gap-3xs) 0;
|
|
38
38
|
word-break: break-word;
|
|
39
|
-
} .pure-
|
|
39
|
+
} .pure-cell__component_16dfl .pure-cell__vertical_16dfl {
|
|
40
40
|
justify-content: center;
|
|
41
|
-
} .pure-
|
|
41
|
+
} .pure-cell__title_16dfl + .pure-cell__value_16dfl {
|
|
42
42
|
margin-left: var(--gap-m);
|
|
43
43
|
flex-shrink: 0;
|
|
44
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "../../component-
|
|
1
|
+
export * from "../../component-c5ff489c";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { T as Text } from '../../component-
|
|
1
|
+
export { T as Text } from '../../component-c5ff489c.js';
|
package/esm/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jedhi */
|
|
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-border-link: #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 */
|
|
@@ -20,21 +20,17 @@
|
|
|
20
20
|
} :root {
|
|
21
21
|
} :root {
|
|
22
22
|
--focus-color: var(--color-light-border-link);
|
|
23
|
-
} .pure-
|
|
23
|
+
} .pure-cell__component_yqcv9 {
|
|
24
24
|
text-align: unset;
|
|
25
25
|
box-sizing: border-box;
|
|
26
|
-
} .pure-
|
|
26
|
+
} .pure-cell__horizontal_yqcv9 {
|
|
27
27
|
display: flex;
|
|
28
|
-
width: 100
|
|
29
|
-
} .pure-
|
|
30
|
-
margin-right: var(--gap-m);
|
|
31
|
-
} .pure-cell__vertical_l7kda {
|
|
28
|
+
width: 100%;
|
|
29
|
+
} .pure-cell__vertical_yqcv9 {
|
|
32
30
|
display: flex;
|
|
33
31
|
align-items: center;
|
|
34
|
-
flex-direction: column
|
|
35
|
-
} .pure-
|
|
36
|
-
margin-bottom: var(--gap-s);
|
|
37
|
-
} .pure-cell__button_l7kda {
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
} .pure-cell__button_yqcv9 {
|
|
38
34
|
font-family: inherit;
|
|
39
35
|
background: none;
|
|
40
36
|
border: 0;
|
|
@@ -42,37 +38,57 @@
|
|
|
42
38
|
cursor: pointer;
|
|
43
39
|
transition: opacity 0.15s ease-in-out;
|
|
44
40
|
padding: 0
|
|
45
|
-
} .pure-
|
|
41
|
+
} .pure-cell__button_yqcv9:hover {
|
|
46
42
|
opacity: 0.8;
|
|
47
|
-
} .pure-
|
|
43
|
+
} .pure-cell__button_yqcv9:active {
|
|
48
44
|
opacity: 0.6;
|
|
49
|
-
} .pure-
|
|
45
|
+
} .pure-cell__link_yqcv9 {
|
|
50
46
|
text-decoration: none;
|
|
51
47
|
color: inherit;
|
|
52
48
|
cursor: pointer;
|
|
53
49
|
transition: opacity 0.15s ease-in-out
|
|
54
|
-
} .pure-
|
|
50
|
+
} .pure-cell__link_yqcv9:hover {
|
|
55
51
|
opacity: 0.8;
|
|
56
|
-
} .pure-
|
|
52
|
+
} .pure-cell__link_yqcv9:active {
|
|
57
53
|
opacity: 0.6;
|
|
58
|
-
} .pure-
|
|
54
|
+
} .pure-cell__none_yqcv9 {
|
|
59
55
|
padding: 0;
|
|
60
|
-
} .pure-
|
|
56
|
+
} .pure-cell__airy_yqcv9 {
|
|
61
57
|
padding: var(--gap-m) 0;
|
|
62
|
-
} .pure-
|
|
58
|
+
} .pure-cell__default_yqcv9 {
|
|
63
59
|
padding: var(--gap-s) 0;
|
|
64
|
-
} .pure-
|
|
60
|
+
} .pure-cell__compact_yqcv9 {
|
|
65
61
|
padding: var(--gap-xs) 0;
|
|
66
|
-
} .pure-
|
|
62
|
+
} .pure-cell__tiny_yqcv9 {
|
|
67
63
|
padding: var(--gap-2xs) 0;
|
|
68
|
-
} .pure-
|
|
64
|
+
} .pure-cell__noneTop_yqcv9 {
|
|
65
|
+
padding-top: 0;
|
|
66
|
+
} .pure-cell__airyTop_yqcv9 {
|
|
67
|
+
padding-top: var(--gap-m);
|
|
68
|
+
} .pure-cell__defaultTop_yqcv9 {
|
|
69
|
+
padding-top: var(--gap-s);
|
|
70
|
+
} .pure-cell__compactTop_yqcv9 {
|
|
71
|
+
padding-top: var(--gap-xs);
|
|
72
|
+
} .pure-cell__tinyTop_yqcv9 {
|
|
73
|
+
padding-top: var(--gap-2xs);
|
|
74
|
+
} .pure-cell__noneBottom_yqcv9 {
|
|
75
|
+
padding-bottom: 0;
|
|
76
|
+
} .pure-cell__airyBottom_yqcv9 {
|
|
77
|
+
padding-bottom: var(--gap-m);
|
|
78
|
+
} .pure-cell__defaultBottom_yqcv9 {
|
|
79
|
+
padding-bottom: var(--gap-s);
|
|
80
|
+
} .pure-cell__compactBottom_yqcv9 {
|
|
81
|
+
padding-bottom: var(--gap-xs);
|
|
82
|
+
} .pure-cell__tinyBottom_yqcv9 {
|
|
83
|
+
padding-bottom: var(--gap-2xs);
|
|
84
|
+
} .pure-cell__left_yqcv9 {
|
|
69
85
|
padding-left: var(--gap-m);
|
|
70
|
-
} .pure-
|
|
86
|
+
} .pure-cell__right_yqcv9 {
|
|
71
87
|
padding-right: var(--gap-m);
|
|
72
|
-
} .pure-
|
|
88
|
+
} .pure-cell__both_yqcv9 {
|
|
73
89
|
padding-right: var(--gap-m);
|
|
74
90
|
padding-left: var(--gap-m);
|
|
75
|
-
} .pure-
|
|
91
|
+
} .pure-cell__focused_yqcv9 {
|
|
76
92
|
outline: 2px solid var(--focus-color);
|
|
77
93
|
outline-offset: 2px;
|
|
78
94
|
}
|
package/esm/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { PureCell } from "./component-
|
|
1
|
+
export { PureCell } from "./component-21d7b687";
|
|
2
|
+
export type { PureCellProps } from "./component-21d7b687";
|
package/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { P as PureCell } from './component-
|
|
1
|
+
export { P as PureCell } from './component-c5ff489c.js';
|
package/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jedhi */
|
|
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-border-link: #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 */
|
|
@@ -20,21 +20,17 @@
|
|
|
20
20
|
} :root {
|
|
21
21
|
} :root {
|
|
22
22
|
--focus-color: var(--color-light-border-link);
|
|
23
|
-
} .pure-
|
|
23
|
+
} .pure-cell__component_yqcv9 {
|
|
24
24
|
text-align: unset;
|
|
25
25
|
box-sizing: border-box;
|
|
26
|
-
} .pure-
|
|
26
|
+
} .pure-cell__horizontal_yqcv9 {
|
|
27
27
|
display: flex;
|
|
28
|
-
width: 100
|
|
29
|
-
} .pure-
|
|
30
|
-
margin-right: var(--gap-m);
|
|
31
|
-
} .pure-cell__vertical_l7kda {
|
|
28
|
+
width: 100%;
|
|
29
|
+
} .pure-cell__vertical_yqcv9 {
|
|
32
30
|
display: flex;
|
|
33
31
|
align-items: center;
|
|
34
|
-
flex-direction: column
|
|
35
|
-
} .pure-
|
|
36
|
-
margin-bottom: var(--gap-s);
|
|
37
|
-
} .pure-cell__button_l7kda {
|
|
32
|
+
flex-direction: column;
|
|
33
|
+
} .pure-cell__button_yqcv9 {
|
|
38
34
|
font-family: inherit;
|
|
39
35
|
background: none;
|
|
40
36
|
border: 0;
|
|
@@ -42,37 +38,57 @@
|
|
|
42
38
|
cursor: pointer;
|
|
43
39
|
transition: opacity 0.15s ease-in-out;
|
|
44
40
|
padding: 0
|
|
45
|
-
} .pure-
|
|
41
|
+
} .pure-cell__button_yqcv9:hover {
|
|
46
42
|
opacity: 0.8;
|
|
47
|
-
} .pure-
|
|
43
|
+
} .pure-cell__button_yqcv9:active {
|
|
48
44
|
opacity: 0.6;
|
|
49
|
-
} .pure-
|
|
45
|
+
} .pure-cell__link_yqcv9 {
|
|
50
46
|
text-decoration: none;
|
|
51
47
|
color: inherit;
|
|
52
48
|
cursor: pointer;
|
|
53
49
|
transition: opacity 0.15s ease-in-out
|
|
54
|
-
} .pure-
|
|
50
|
+
} .pure-cell__link_yqcv9:hover {
|
|
55
51
|
opacity: 0.8;
|
|
56
|
-
} .pure-
|
|
52
|
+
} .pure-cell__link_yqcv9:active {
|
|
57
53
|
opacity: 0.6;
|
|
58
|
-
} .pure-
|
|
54
|
+
} .pure-cell__none_yqcv9 {
|
|
59
55
|
padding: 0;
|
|
60
|
-
} .pure-
|
|
56
|
+
} .pure-cell__airy_yqcv9 {
|
|
61
57
|
padding: var(--gap-m) 0;
|
|
62
|
-
} .pure-
|
|
58
|
+
} .pure-cell__default_yqcv9 {
|
|
63
59
|
padding: var(--gap-s) 0;
|
|
64
|
-
} .pure-
|
|
60
|
+
} .pure-cell__compact_yqcv9 {
|
|
65
61
|
padding: var(--gap-xs) 0;
|
|
66
|
-
} .pure-
|
|
62
|
+
} .pure-cell__tiny_yqcv9 {
|
|
67
63
|
padding: var(--gap-2xs) 0;
|
|
68
|
-
} .pure-
|
|
64
|
+
} .pure-cell__noneTop_yqcv9 {
|
|
65
|
+
padding-top: 0;
|
|
66
|
+
} .pure-cell__airyTop_yqcv9 {
|
|
67
|
+
padding-top: var(--gap-m);
|
|
68
|
+
} .pure-cell__defaultTop_yqcv9 {
|
|
69
|
+
padding-top: var(--gap-s);
|
|
70
|
+
} .pure-cell__compactTop_yqcv9 {
|
|
71
|
+
padding-top: var(--gap-xs);
|
|
72
|
+
} .pure-cell__tinyTop_yqcv9 {
|
|
73
|
+
padding-top: var(--gap-2xs);
|
|
74
|
+
} .pure-cell__noneBottom_yqcv9 {
|
|
75
|
+
padding-bottom: 0;
|
|
76
|
+
} .pure-cell__airyBottom_yqcv9 {
|
|
77
|
+
padding-bottom: var(--gap-m);
|
|
78
|
+
} .pure-cell__defaultBottom_yqcv9 {
|
|
79
|
+
padding-bottom: var(--gap-s);
|
|
80
|
+
} .pure-cell__compactBottom_yqcv9 {
|
|
81
|
+
padding-bottom: var(--gap-xs);
|
|
82
|
+
} .pure-cell__tinyBottom_yqcv9 {
|
|
83
|
+
padding-bottom: var(--gap-2xs);
|
|
84
|
+
} .pure-cell__left_yqcv9 {
|
|
69
85
|
padding-left: var(--gap-m);
|
|
70
|
-
} .pure-
|
|
86
|
+
} .pure-cell__right_yqcv9 {
|
|
71
87
|
padding-right: var(--gap-m);
|
|
72
|
-
} .pure-
|
|
88
|
+
} .pure-cell__both_yqcv9 {
|
|
73
89
|
padding-right: var(--gap-m);
|
|
74
90
|
padding-left: var(--gap-m);
|
|
75
|
-
} .pure-
|
|
91
|
+
} .pure-cell__focused_yqcv9 {
|
|
76
92
|
outline: 2px solid var(--focus-color);
|
|
77
93
|
outline-offset: 2px;
|
|
78
94
|
}
|
package/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { PureCell } from "./component-
|
|
1
|
+
export { PureCell } from "./component-21d7b687";
|
|
2
|
+
export type { PureCellProps } from "./component-21d7b687";
|
package/index.js
CHANGED
|
@@ -9,7 +9,7 @@ type PureCellContext = {
|
|
|
9
9
|
dataTestId?: string;
|
|
10
10
|
};
|
|
11
11
|
declare const PureCellContext: React.Context<PureCellContext>;
|
|
12
|
-
type
|
|
12
|
+
type BasePureCellProps = {
|
|
13
13
|
/**
|
|
14
14
|
* Направление
|
|
15
15
|
*/
|
|
@@ -25,7 +25,16 @@ type PureCellProps = {
|
|
|
25
25
|
/**
|
|
26
26
|
* Вертикальные отступы
|
|
27
27
|
*/
|
|
28
|
-
verticalPadding?: 'airy' | 'default' | 'compact' | 'tiny' | 'none'
|
|
28
|
+
verticalPadding?: 'airy' | 'default' | 'compact' | 'tiny' | 'none' | {
|
|
29
|
+
/**
|
|
30
|
+
* Вертикальный отступ сверху
|
|
31
|
+
*/
|
|
32
|
+
top?: 'airy' | 'default' | 'compact' | 'tiny' | 'none';
|
|
33
|
+
/**
|
|
34
|
+
* Вертикальный отступ снизу
|
|
35
|
+
*/
|
|
36
|
+
bottom?: 'airy' | 'default' | 'compact' | 'tiny' | 'none';
|
|
37
|
+
};
|
|
29
38
|
/**
|
|
30
39
|
* Горизонтальные отступы
|
|
31
40
|
*/
|
|
@@ -43,16 +52,16 @@ type PureCellProps = {
|
|
|
43
52
|
*/
|
|
44
53
|
dataTestId?: string;
|
|
45
54
|
};
|
|
46
|
-
type AnchorPureCellProps =
|
|
47
|
-
type ButtonPureCellProps =
|
|
48
|
-
type ElementPureCellProps =
|
|
49
|
-
type
|
|
55
|
+
type AnchorPureCellProps = BasePureCellProps & AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
56
|
+
type ButtonPureCellProps = BasePureCellProps & ButtonHTMLAttributes<HTMLButtonElement>;
|
|
57
|
+
type ElementPureCellProps = BasePureCellProps & HTMLAttributes<HTMLElement>;
|
|
58
|
+
type PureCellProps = Partial<AnchorPureCellProps | ButtonPureCellProps | ElementPureCellProps>;
|
|
50
59
|
/**
|
|
51
60
|
* Универсальный конструктор для сборки любой ячейки.
|
|
52
61
|
*
|
|
53
62
|
* [Макет](https://www.figma.com/file/KlFOLLkKO8rtvvQE3RXuhq/Click-Library?node-id=43525%3A240018)
|
|
54
63
|
*/
|
|
55
|
-
declare const PureCell: React.ForwardRefExoticComponent<
|
|
64
|
+
declare const PureCell: React.ForwardRefExoticComponent<PureCellProps & React.RefAttributes<HTMLElement>> & {
|
|
56
65
|
Main: React.FC<{
|
|
57
66
|
children: import("./components/types").MainElement;
|
|
58
67
|
isReverse?: boolean | undefined;
|
|
@@ -67,7 +76,7 @@ declare const PureCell: React.ForwardRefExoticComponent<PureProps & React.RefAtt
|
|
|
67
76
|
Text: React.FC<{
|
|
68
77
|
children?: React.ReactNode;
|
|
69
78
|
rowLimit?: 1 | 2 | undefined;
|
|
70
|
-
view?: "component" | "primary-large" | "primary-medium" | "primary-small" | "component-primary" | undefined;
|
|
79
|
+
view?: "component" | "primary-large" | "primary-medium" | "primary-small" | "secondary-large" | "component-primary" | undefined;
|
|
71
80
|
titleWeight?: "bold" | "regular" | undefined;
|
|
72
81
|
titleColor: "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";
|
|
73
82
|
value?: React.ReactNode;
|
|
@@ -39,6 +39,10 @@ type Props$0 = {
|
|
|
39
39
|
* Вертикальное выравнивание
|
|
40
40
|
*/
|
|
41
41
|
verticalAlign?: "top" | "center" | "bottom";
|
|
42
|
+
/**
|
|
43
|
+
* Отступ от графики
|
|
44
|
+
*/
|
|
45
|
+
graphicPadding?: "airy" | "default" | "compact" | "tiny" | "none";
|
|
42
46
|
};
|
|
43
47
|
declare const Graphics: React.FC<Props$0>;
|
|
44
48
|
type Props$1 = {
|
|
@@ -184,7 +188,7 @@ type Props$8 = {
|
|
|
184
188
|
/**
|
|
185
189
|
* Размер текста
|
|
186
190
|
*/
|
|
187
|
-
view?: 'primary-large' | 'primary-medium' | 'primary-small' | 'component' | 'component-primary';
|
|
191
|
+
view?: 'primary-large' | 'primary-medium' | 'primary-small' | 'component' | 'component-primary' | 'secondary-large';
|
|
188
192
|
/**
|
|
189
193
|
* Толщина title
|
|
190
194
|
*/
|