Skip to content

Commit 0898a3a

Browse files
committed
Add tests for different page sizes
1 parent 10724c5 commit 0898a3a

20 files changed

+78260
-217
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"box": {},
3+
"children": [
4+
{
5+
"box": {},
6+
"children": [
7+
{
8+
"box": {},
9+
"children": [],
10+
"parent": [Circular],
11+
"props": {
12+
"render": [Function],
13+
},
14+
"style": {},
15+
"type": "VIEW",
16+
},
17+
{
18+
"box": {},
19+
"children": [
20+
{
21+
"box": {},
22+
"children": [
23+
{
24+
"parent": [Circular],
25+
"type": "TEXT_INSTANCE",
26+
"value": "GRGR",
27+
},
28+
],
29+
"parent": [Circular],
30+
"props": {
31+
"class": "cover-camp-title cover-center",
32+
},
33+
"style": {
34+
"fontSize": "38pt",
35+
"fontWeight": "semibold",
36+
"margin": "40pt 0",
37+
"textAlign": "center",
38+
},
39+
"type": "TEXT",
40+
},
41+
{
42+
"box": {},
43+
"children": [
44+
{
45+
"parent": [Circular],
46+
"type": "TEXT_INSTANCE",
47+
"value": "Grandiose RealityTV Show",
48+
},
49+
],
50+
"parent": [Circular],
51+
"props": {
52+
"class": "cover-camp-motto cover-center",
53+
},
54+
"style": {
55+
"fontSize": "28pt",
56+
"fontWeight": "medium",
57+
"textAlign": "center",
58+
},
59+
"type": "TEXT",
60+
},
61+
],
62+
"parent": [Circular],
63+
"props": {
64+
"class": "cover-camp-wrapper",
65+
},
66+
"style": {
67+
"padding": "72pt 0 0",
68+
},
69+
"type": "VIEW",
70+
},
71+
],
72+
"parent": [Circular],
73+
"props": {
74+
"bookmark": "Cover page",
75+
"class": "page",
76+
"id": "entry-0",
77+
"size": "A3",
78+
},
79+
"style": {
80+
"display": "flex",
81+
"flexDirection": "column",
82+
"fontFamily": "InterDisplay",
83+
"fontSize": "12",
84+
"padding": "30",
85+
},
86+
"type": "PAGE",
87+
},
88+
],
89+
"parent": null,
90+
"props": {
91+
"locale": "de",
92+
"pdfVersion": "1.7",
93+
"store": {
94+
"get": [Function],
95+
"href": [Function],
96+
},
97+
"tc": [Function],
98+
},
99+
"style": {},
100+
"type": "DOCUMENT",
101+
}
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"box": {},
3+
"children": [
4+
{
5+
"box": {},
6+
"children": [
7+
{
8+
"box": {},
9+
"children": [],
10+
"parent": [Circular],
11+
"props": {
12+
"render": [Function],
13+
},
14+
"style": {},
15+
"type": "VIEW",
16+
},
17+
{
18+
"box": {},
19+
"children": [
20+
{
21+
"box": {},
22+
"children": [
23+
{
24+
"parent": [Circular],
25+
"type": "TEXT_INSTANCE",
26+
"value": "GRGR",
27+
},
28+
],
29+
"parent": [Circular],
30+
"props": {
31+
"class": "cover-camp-title cover-center",
32+
},
33+
"style": {
34+
"fontSize": "38pt",
35+
"fontWeight": "semibold",
36+
"margin": "40pt 0",
37+
"textAlign": "center",
38+
},
39+
"type": "TEXT",
40+
},
41+
{
42+
"box": {},
43+
"children": [
44+
{
45+
"parent": [Circular],
46+
"type": "TEXT_INSTANCE",
47+
"value": "Grandiose RealityTV Show",
48+
},
49+
],
50+
"parent": [Circular],
51+
"props": {
52+
"class": "cover-camp-motto cover-center",
53+
},
54+
"style": {
55+
"fontSize": "28pt",
56+
"fontWeight": "medium",
57+
"textAlign": "center",
58+
},
59+
"type": "TEXT",
60+
},
61+
],
62+
"parent": [Circular],
63+
"props": {
64+
"class": "cover-camp-wrapper",
65+
},
66+
"style": {
67+
"padding": "72pt 0 0",
68+
},
69+
"type": "VIEW",
70+
},
71+
],
72+
"parent": [Circular],
73+
"props": {
74+
"bookmark": "Cover page",
75+
"class": "page",
76+
"id": "entry-0",
77+
"size": "A5",
78+
},
79+
"style": {
80+
"display": "flex",
81+
"flexDirection": "column",
82+
"fontFamily": "InterDisplay",
83+
"fontSize": "12",
84+
"padding": "30",
85+
},
86+
"type": "PAGE",
87+
},
88+
],
89+
"parent": null,
90+
"props": {
91+
"locale": "de",
92+
"pdfVersion": "1.7",
93+
"store": {
94+
"get": [Function],
95+
"href": [Function],
96+
},
97+
"tc": [Function],
98+
},
99+
"style": {},
100+
"type": "DOCUMENT",
101+
}

0 commit comments

Comments
 (0)