@redhq/ui 3.0.1 → 3.1.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/dist/compound/Calendar/Calendar.d.ts +4 -2
- package/dist/compound/Calendar/{CalendarGhostFooter.d.ts → CalendarSpacer.d.ts} +3 -3
- package/dist/compound/Calendar/CalendarTableCell.d.ts +1 -3
- package/dist/compound/Calendar/CalendarTableRowWrapper.d.ts +13 -0
- package/dist/compound/Cover/Cover.d.ts +6 -6
- package/dist/compound/Cover/{CoverBase.d.ts → CoverPage.d.ts} +3 -3
- package/dist/compound/{Letter/LetterDetails.d.ts → Cover/CoverSpacer.d.ts} +3 -3
- package/dist/compound/Letter/Letter.d.ts +6 -6
- package/dist/compound/Letter/{LetterBase.d.ts → LetterPage.d.ts} +3 -3
- package/dist/compound/{Cover/CoverDetailsWrapper.d.ts → Letter/LetterSpacer.d.ts} +3 -3
- package/dist/index.cjs.js +61 -61
- package/dist/index.es.js +4646 -4647
- package/dist/pagesV2/data.d.ts +8 -7
- package/dist/pagesV2/styles.d.ts +83 -176
- package/dist/stories/print/Calendar.stories.d.ts +1 -60
- package/dist/stories/print/Cover.stories.d.ts +3 -5
- package/dist/stories/print/Letter.stories.d.ts +7 -8
- package/package.json +1 -1
- package/dist/pagesV2/_components/CoronisCompoundCover.d.ts +0 -8
- package/dist/pagesV2/_components/RuralCompoundCover.d.ts +0 -7
package/dist/pagesV2/data.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as marketingCalendarJson2 } from '../calendar2.json';
|
|
2
2
|
export namespace cover_data {
|
|
3
3
|
export { sample_image as footerLogo };
|
|
4
4
|
export let footerText: string;
|
|
5
5
|
export let title: string;
|
|
6
6
|
export { vendorName as vendor };
|
|
7
|
-
import
|
|
8
|
-
export {
|
|
7
|
+
import agent1 = fullname;
|
|
8
|
+
export { agent1 };
|
|
9
9
|
export { addressName as address };
|
|
10
10
|
export { suburbName as suburb };
|
|
11
11
|
export let alt: string;
|
|
@@ -13,7 +13,9 @@ export namespace cover_data {
|
|
|
13
13
|
export let id: string;
|
|
14
14
|
}
|
|
15
15
|
export namespace letter_data {
|
|
16
|
-
export
|
|
16
|
+
export let body: string;
|
|
17
|
+
export let closing: string;
|
|
18
|
+
export namespace agent1_1 {
|
|
17
19
|
let firstname: string;
|
|
18
20
|
let lastname: string;
|
|
19
21
|
let fullname: string;
|
|
@@ -24,6 +26,7 @@ export namespace letter_data {
|
|
|
24
26
|
let top5Image: string;
|
|
25
27
|
let top10Image: string;
|
|
26
28
|
}
|
|
29
|
+
export { agent1_1 as agent1 };
|
|
27
30
|
export namespace agent2 {
|
|
28
31
|
let firstname_1: string;
|
|
29
32
|
export { firstname_1 as firstname };
|
|
@@ -67,15 +70,13 @@ export namespace letter_data {
|
|
|
67
70
|
let title_1: string;
|
|
68
71
|
export { title_1 as title };
|
|
69
72
|
export { vendorName as vendor };
|
|
70
|
-
export let body: string;
|
|
71
|
-
export let closing: string;
|
|
72
73
|
let id_1: string;
|
|
73
74
|
export { id_1 as id };
|
|
74
75
|
}
|
|
75
76
|
export namespace calendar_data {
|
|
76
77
|
let title_2: string;
|
|
77
78
|
export { title_2 as title };
|
|
78
|
-
export {
|
|
79
|
+
export { marketingCalendarJson2 as calendar };
|
|
79
80
|
let id_2: string;
|
|
80
81
|
export { id_2 as id };
|
|
81
82
|
}
|
package/dist/pagesV2/styles.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export namespace calendarStyle {
|
|
|
4
4
|
let left: number;
|
|
5
5
|
let right: number;
|
|
6
6
|
let bottom: number;
|
|
7
|
-
let zIndex: number;
|
|
8
7
|
let width: string;
|
|
9
8
|
let height: string;
|
|
10
9
|
let padding: string;
|
|
@@ -26,177 +25,86 @@ export namespace calendarStyle {
|
|
|
26
25
|
export namespace footerText {
|
|
27
26
|
let fontSize: string;
|
|
28
27
|
}
|
|
29
|
-
export namespace
|
|
30
|
-
export let marginTop: string;
|
|
28
|
+
export namespace title {
|
|
31
29
|
let width_2: string;
|
|
32
30
|
export { width_2 as width };
|
|
33
|
-
|
|
34
|
-
export namespace thead {
|
|
35
|
-
let width_3: string;
|
|
36
|
-
export { width_3 as width };
|
|
37
|
-
}
|
|
38
|
-
export namespace tbody {
|
|
39
|
-
let width_4: string;
|
|
40
|
-
export { width_4 as width };
|
|
41
|
-
}
|
|
42
|
-
export namespace tr {
|
|
43
|
-
let width_5: string;
|
|
44
|
-
export { width_5 as width };
|
|
45
|
-
let display_1: "flex";
|
|
46
|
-
export { display_1 as display };
|
|
47
|
-
let flexDirection_1: "row";
|
|
48
|
-
export { flexDirection_1 as flexDirection };
|
|
49
|
-
export let borderLeft: string;
|
|
50
|
-
}
|
|
51
|
-
export namespace th {
|
|
52
|
-
let height_2: string;
|
|
53
|
-
export { height_2 as height };
|
|
54
|
-
export let color: string;
|
|
55
|
-
let padding_1: string;
|
|
56
|
-
export { padding_1 as padding };
|
|
57
|
-
export let fontWeight: number;
|
|
58
|
-
let borderTop_1: string;
|
|
59
|
-
export { borderTop_1 as borderTop };
|
|
60
|
-
}
|
|
61
|
-
export namespace td {
|
|
62
|
-
export let minHeight: string;
|
|
63
|
-
let padding_2: string;
|
|
64
|
-
export { padding_2 as padding };
|
|
65
|
-
let fontWeight_1: string;
|
|
66
|
-
export { fontWeight_1 as fontWeight };
|
|
67
|
-
let display_2: "flex";
|
|
68
|
-
export { display_2 as display };
|
|
69
|
-
let alignItems_1: "center";
|
|
70
|
-
export { alignItems_1 as alignItems };
|
|
71
|
-
let justifyContent_1: "center";
|
|
72
|
-
export { justifyContent_1 as justifyContent };
|
|
73
|
-
let flexDirection_2: "column";
|
|
74
|
-
export { flexDirection_2 as flexDirection };
|
|
75
|
-
}
|
|
76
|
-
export namespace thtext {
|
|
77
|
-
let textAlign: "center";
|
|
78
|
-
}
|
|
79
|
-
export namespace tdtext {
|
|
80
|
-
let textAlign_1: "center";
|
|
81
|
-
export { textAlign_1 as textAlign };
|
|
82
|
-
export let letterSpacing: string;
|
|
83
|
-
}
|
|
84
|
-
export namespace tdhead {
|
|
85
|
-
let height_3: string;
|
|
86
|
-
export { height_3 as height };
|
|
87
|
-
let backgroundColor_1: string;
|
|
88
|
-
export { backgroundColor_1 as backgroundColor };
|
|
89
|
-
let padding_3: string;
|
|
90
|
-
export { padding_3 as padding };
|
|
91
|
-
let fontWeight_2: number;
|
|
92
|
-
export { fontWeight_2 as fontWeight };
|
|
93
|
-
}
|
|
94
|
-
export namespace tdheadtext {
|
|
95
|
-
let textAlign_2: "left";
|
|
96
|
-
export { textAlign_2 as textAlign };
|
|
97
|
-
}
|
|
98
|
-
export namespace cellDate {
|
|
99
|
-
let position_1: "absolute";
|
|
100
|
-
export { position_1 as position };
|
|
101
|
-
export let top: string;
|
|
102
|
-
let left_1: string;
|
|
103
|
-
export { left_1 as left };
|
|
104
|
-
}
|
|
105
|
-
export namespace cellItem {
|
|
106
|
-
let width_6: string;
|
|
107
|
-
export { width_6 as width };
|
|
108
|
-
let padding_4: string;
|
|
109
|
-
export { padding_4 as padding };
|
|
110
|
-
export let marginBottom: string;
|
|
111
|
-
let textAlign_3: "center";
|
|
112
|
-
export { textAlign_3 as textAlign };
|
|
113
|
-
}
|
|
114
|
-
export namespace title {
|
|
115
|
-
let width_7: string;
|
|
116
|
-
export { width_7 as width };
|
|
117
|
-
let color_1: string;
|
|
118
|
-
export { color_1 as color };
|
|
31
|
+
export { theme as color };
|
|
119
32
|
let fontSize_1: string;
|
|
120
33
|
export { fontSize_1 as fontSize };
|
|
121
34
|
export let lineHeight: string;
|
|
122
|
-
let
|
|
123
|
-
export { fontWeight_3 as fontWeight };
|
|
35
|
+
export let fontWeight: string;
|
|
124
36
|
export let fontStyle: "normal";
|
|
125
37
|
}
|
|
126
38
|
export namespace titleBorder {
|
|
127
|
-
let
|
|
128
|
-
export {
|
|
129
|
-
let
|
|
130
|
-
export {
|
|
131
|
-
|
|
132
|
-
export
|
|
133
|
-
let marginTop_1: string;
|
|
134
|
-
export { marginTop_1 as marginTop };
|
|
39
|
+
let width_3: string;
|
|
40
|
+
export { width_3 as width };
|
|
41
|
+
let height_2: string;
|
|
42
|
+
export { height_2 as height };
|
|
43
|
+
export { theme as backgroundColor };
|
|
44
|
+
export let marginTop: string;
|
|
135
45
|
}
|
|
136
46
|
export { pageStyle as page };
|
|
47
|
+
export { spacer };
|
|
137
48
|
export namespace image {
|
|
138
|
-
let
|
|
139
|
-
export {
|
|
140
|
-
let
|
|
141
|
-
export { minHeight_1 as minHeight };
|
|
49
|
+
let height_3: string;
|
|
50
|
+
export { height_3 as height };
|
|
51
|
+
export let minHeight: string;
|
|
142
52
|
}
|
|
143
53
|
export namespace container {
|
|
144
|
-
let
|
|
145
|
-
export {
|
|
54
|
+
let marginTop_1: string;
|
|
55
|
+
export { marginTop_1 as marginTop };
|
|
146
56
|
}
|
|
147
57
|
}
|
|
148
58
|
export namespace coverStyle {
|
|
149
59
|
export namespace vendor {
|
|
150
|
-
let
|
|
151
|
-
export {
|
|
152
|
-
let
|
|
153
|
-
export {
|
|
60
|
+
let fontWeight_1: string;
|
|
61
|
+
export { fontWeight_1 as fontWeight };
|
|
62
|
+
let marginTop_2: string;
|
|
63
|
+
export { marginTop_2 as marginTop };
|
|
154
64
|
}
|
|
155
65
|
export namespace address {
|
|
156
|
-
let
|
|
157
|
-
export {
|
|
158
|
-
let
|
|
159
|
-
export {
|
|
66
|
+
let fontWeight_2: string;
|
|
67
|
+
export { fontWeight_2 as fontWeight };
|
|
68
|
+
let marginTop_3: string;
|
|
69
|
+
export { marginTop_3 as marginTop };
|
|
160
70
|
}
|
|
161
71
|
export namespace agent {
|
|
162
|
-
let
|
|
163
|
-
export {
|
|
164
|
-
}
|
|
165
|
-
export namespace page {
|
|
166
|
-
let backgroundColor_3: string;
|
|
167
|
-
export { backgroundColor_3 as backgroundColor };
|
|
72
|
+
let fontWeight_3: string;
|
|
73
|
+
export { fontWeight_3 as fontWeight };
|
|
168
74
|
}
|
|
75
|
+
export { pageStyle as page };
|
|
76
|
+
export { spacer };
|
|
169
77
|
export namespace image_1 {
|
|
170
|
-
let
|
|
171
|
-
export {
|
|
172
|
-
let
|
|
173
|
-
export {
|
|
78
|
+
let height_4: string;
|
|
79
|
+
export { height_4 as height };
|
|
80
|
+
let minHeight_1: string;
|
|
81
|
+
export { minHeight_1 as minHeight };
|
|
174
82
|
}
|
|
175
83
|
export { image_1 as image };
|
|
176
84
|
export namespace container_1 {
|
|
177
|
-
let
|
|
178
|
-
export {
|
|
85
|
+
let marginTop_4: string;
|
|
86
|
+
export { marginTop_4 as marginTop };
|
|
179
87
|
}
|
|
180
88
|
export { container_1 as container };
|
|
181
89
|
}
|
|
182
90
|
export namespace letterStyle {
|
|
183
91
|
export namespace agentWrapper {
|
|
184
|
-
let
|
|
185
|
-
export {
|
|
186
|
-
let
|
|
187
|
-
export {
|
|
92
|
+
let display_1: "flex";
|
|
93
|
+
export { display_1 as display };
|
|
94
|
+
let flexDirection_1: "row";
|
|
95
|
+
export { flexDirection_1 as flexDirection };
|
|
188
96
|
export let columnGap: string;
|
|
189
|
-
let
|
|
190
|
-
export {
|
|
97
|
+
let marginTop_5: string;
|
|
98
|
+
export { marginTop_5 as marginTop };
|
|
191
99
|
}
|
|
192
100
|
export namespace agent_1 {
|
|
193
101
|
export let flexGrow: number;
|
|
194
|
-
let
|
|
195
|
-
export {
|
|
102
|
+
let width_4: string;
|
|
103
|
+
export { width_4 as width };
|
|
196
104
|
let fontSize_2: string;
|
|
197
105
|
export { fontSize_2 as fontSize };
|
|
198
|
-
let
|
|
199
|
-
export {
|
|
106
|
+
let fontWeight_4: string;
|
|
107
|
+
export { fontWeight_4 as fontWeight };
|
|
200
108
|
let fontStyle_1: "normal";
|
|
201
109
|
export { fontStyle_1 as fontStyle };
|
|
202
110
|
let lineHeight_1: string;
|
|
@@ -204,58 +112,54 @@ export namespace letterStyle {
|
|
|
204
112
|
}
|
|
205
113
|
export { agent_1 as agent };
|
|
206
114
|
export namespace agentName {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
export { fontSize_3 as fontSize };
|
|
211
|
-
let fontWeight_8: string;
|
|
212
|
-
export { fontWeight_8 as fontWeight };
|
|
115
|
+
export { theme as color };
|
|
116
|
+
let fontWeight_5: string;
|
|
117
|
+
export { fontWeight_5 as fontWeight };
|
|
213
118
|
}
|
|
214
119
|
export namespace agentPhone {
|
|
120
|
+
let marginTop_6: string;
|
|
121
|
+
export { marginTop_6 as marginTop };
|
|
122
|
+
}
|
|
123
|
+
export namespace agentEmail {
|
|
215
124
|
let marginTop_7: string;
|
|
216
125
|
export { marginTop_7 as marginTop };
|
|
217
126
|
}
|
|
218
|
-
export namespace
|
|
127
|
+
export namespace agentOfficeLicense {
|
|
219
128
|
let marginTop_8: string;
|
|
220
129
|
export { marginTop_8 as marginTop };
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
let
|
|
224
|
-
export {
|
|
225
|
-
let
|
|
226
|
-
export {
|
|
227
|
-
let marginTop_9: string;
|
|
228
|
-
export { marginTop_9 as marginTop };
|
|
130
|
+
let fontSize_3: string;
|
|
131
|
+
export { fontSize_3 as fontSize };
|
|
132
|
+
let lineHeight_2: string;
|
|
133
|
+
export { lineHeight_2 as lineHeight };
|
|
134
|
+
let fontWeight_6: string;
|
|
135
|
+
export { fontWeight_6 as fontWeight };
|
|
229
136
|
export let textTransform: "uppercase";
|
|
230
137
|
export let hyphens: string;
|
|
231
|
-
let lineHeight_2: number;
|
|
232
|
-
export { lineHeight_2 as lineHeight };
|
|
233
138
|
}
|
|
234
139
|
export namespace agentImage {
|
|
235
|
-
let
|
|
236
|
-
export {
|
|
237
|
-
let
|
|
238
|
-
export {
|
|
140
|
+
let marginTop_9: string;
|
|
141
|
+
export { marginTop_9 as marginTop };
|
|
142
|
+
let width_5: string;
|
|
143
|
+
export { width_5 as width };
|
|
144
|
+
let height_5: string;
|
|
145
|
+
export { height_5 as height };
|
|
239
146
|
export let objectFit: string;
|
|
240
147
|
export let objectPosition: string;
|
|
241
|
-
let marginTop_10: string;
|
|
242
|
-
export { marginTop_10 as marginTop };
|
|
243
148
|
}
|
|
244
149
|
export namespace content {
|
|
245
|
-
let
|
|
246
|
-
export {
|
|
247
|
-
let
|
|
248
|
-
export {
|
|
150
|
+
let width_6: string;
|
|
151
|
+
export { width_6 as width };
|
|
152
|
+
let marginTop_10: string;
|
|
153
|
+
export { marginTop_10 as marginTop };
|
|
249
154
|
}
|
|
250
155
|
export namespace salutation {
|
|
251
|
-
let
|
|
252
|
-
export {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
export { fontWeight_10 as fontWeight };
|
|
156
|
+
let width_7: string;
|
|
157
|
+
export { width_7 as width };
|
|
158
|
+
export { theme as color };
|
|
159
|
+
let fontSize_4: string;
|
|
160
|
+
export { fontSize_4 as fontSize };
|
|
161
|
+
let fontWeight_7: string;
|
|
162
|
+
export { fontWeight_7 as fontWeight };
|
|
259
163
|
let fontStyle_2: "normal";
|
|
260
164
|
export { fontStyle_2 as fontStyle };
|
|
261
165
|
let lineHeight_3: string;
|
|
@@ -268,18 +172,21 @@ export namespace letterStyle {
|
|
|
268
172
|
[key: string]: import("@react-pdf/stylesheet").Style;
|
|
269
173
|
};
|
|
270
174
|
export { pageStyle as page };
|
|
175
|
+
export { spacer };
|
|
271
176
|
export namespace image_2 {
|
|
272
|
-
let
|
|
273
|
-
export {
|
|
274
|
-
let
|
|
275
|
-
export {
|
|
177
|
+
let height_6: string;
|
|
178
|
+
export { height_6 as height };
|
|
179
|
+
let minHeight_2: string;
|
|
180
|
+
export { minHeight_2 as minHeight };
|
|
276
181
|
}
|
|
277
182
|
export { image_2 as image };
|
|
278
183
|
export namespace container_2 {
|
|
279
|
-
let
|
|
280
|
-
export {
|
|
184
|
+
let marginTop_11: string;
|
|
185
|
+
export { marginTop_11 as marginTop };
|
|
281
186
|
}
|
|
282
187
|
export { container_2 as container };
|
|
283
188
|
}
|
|
189
|
+
declare const theme: "teal";
|
|
284
190
|
declare const pageStyle: import('@react-pdf/renderer').Styles;
|
|
191
|
+
declare const spacer: import('@react-pdf/renderer').Styles;
|
|
285
192
|
export {};
|
|
@@ -80,7 +80,6 @@ export namespace Bayleys {
|
|
|
80
80
|
left: number;
|
|
81
81
|
right: number;
|
|
82
82
|
bottom: number;
|
|
83
|
-
zIndex: number;
|
|
84
83
|
width: string;
|
|
85
84
|
height: string;
|
|
86
85
|
padding: string;
|
|
@@ -100,65 +99,6 @@ export namespace Bayleys {
|
|
|
100
99
|
footerText: {
|
|
101
100
|
fontSize: string;
|
|
102
101
|
};
|
|
103
|
-
table: {
|
|
104
|
-
marginTop: string;
|
|
105
|
-
width: string;
|
|
106
|
-
};
|
|
107
|
-
thead: {
|
|
108
|
-
width: string;
|
|
109
|
-
};
|
|
110
|
-
tbody: {
|
|
111
|
-
width: string;
|
|
112
|
-
};
|
|
113
|
-
tr: {
|
|
114
|
-
width: string;
|
|
115
|
-
display: "flex";
|
|
116
|
-
flexDirection: "row";
|
|
117
|
-
borderLeft: string;
|
|
118
|
-
};
|
|
119
|
-
th: {
|
|
120
|
-
height: string;
|
|
121
|
-
color: string;
|
|
122
|
-
padding: string;
|
|
123
|
-
fontWeight: number;
|
|
124
|
-
borderTop: string;
|
|
125
|
-
};
|
|
126
|
-
td: {
|
|
127
|
-
minHeight: string;
|
|
128
|
-
padding: string;
|
|
129
|
-
fontWeight: string;
|
|
130
|
-
display: "flex";
|
|
131
|
-
alignItems: "center";
|
|
132
|
-
justifyContent: "center";
|
|
133
|
-
flexDirection: "column";
|
|
134
|
-
};
|
|
135
|
-
thtext: {
|
|
136
|
-
textAlign: "center";
|
|
137
|
-
};
|
|
138
|
-
tdtext: {
|
|
139
|
-
textAlign: "center";
|
|
140
|
-
letterSpacing: string;
|
|
141
|
-
};
|
|
142
|
-
tdhead: {
|
|
143
|
-
height: string;
|
|
144
|
-
backgroundColor: string;
|
|
145
|
-
padding: string;
|
|
146
|
-
fontWeight: number;
|
|
147
|
-
};
|
|
148
|
-
tdheadtext: {
|
|
149
|
-
textAlign: "left";
|
|
150
|
-
};
|
|
151
|
-
cellDate: {
|
|
152
|
-
position: "absolute";
|
|
153
|
-
top: string;
|
|
154
|
-
left: string;
|
|
155
|
-
};
|
|
156
|
-
cellItem: {
|
|
157
|
-
width: string;
|
|
158
|
-
padding: string;
|
|
159
|
-
marginBottom: string;
|
|
160
|
-
textAlign: "center";
|
|
161
|
-
};
|
|
162
102
|
title: {
|
|
163
103
|
width: string;
|
|
164
104
|
color: string;
|
|
@@ -174,6 +114,7 @@ export namespace Bayleys {
|
|
|
174
114
|
marginTop: string;
|
|
175
115
|
};
|
|
176
116
|
page: import("@react-pdf/renderer").Styles;
|
|
117
|
+
spacer: import("@react-pdf/renderer").Styles;
|
|
177
118
|
image: {
|
|
178
119
|
height: string;
|
|
179
120
|
minHeight: string;
|
|
@@ -112,7 +112,6 @@ export namespace Bayleys {
|
|
|
112
112
|
left: number;
|
|
113
113
|
right: number;
|
|
114
114
|
bottom: number;
|
|
115
|
-
zIndex: number;
|
|
116
115
|
width: string;
|
|
117
116
|
height: string;
|
|
118
117
|
padding: string;
|
|
@@ -157,9 +156,8 @@ export namespace Bayleys {
|
|
|
157
156
|
backgroundColor: string;
|
|
158
157
|
marginTop: string;
|
|
159
158
|
};
|
|
160
|
-
page:
|
|
161
|
-
|
|
162
|
-
};
|
|
159
|
+
page: import("@react-pdf/renderer").Styles;
|
|
160
|
+
spacer: import("@react-pdf/renderer").Styles;
|
|
163
161
|
image: {
|
|
164
162
|
height: string;
|
|
165
163
|
minHeight: string;
|
|
@@ -172,7 +170,7 @@ export namespace Bayleys {
|
|
|
172
170
|
footerText: string;
|
|
173
171
|
title: string;
|
|
174
172
|
vendor: string;
|
|
175
|
-
|
|
173
|
+
agent1: string;
|
|
176
174
|
address: string;
|
|
177
175
|
suburb: string;
|
|
178
176
|
alt: string;
|
|
@@ -126,7 +126,6 @@ export namespace Bayleys {
|
|
|
126
126
|
left: number;
|
|
127
127
|
right: number;
|
|
128
128
|
bottom: number;
|
|
129
|
-
zIndex: number;
|
|
130
129
|
width: string;
|
|
131
130
|
height: string;
|
|
132
131
|
padding: string;
|
|
@@ -162,7 +161,6 @@ export namespace Bayleys {
|
|
|
162
161
|
};
|
|
163
162
|
agentName: {
|
|
164
163
|
color: string;
|
|
165
|
-
fontSize: string;
|
|
166
164
|
fontWeight: string;
|
|
167
165
|
};
|
|
168
166
|
agentPhone: {
|
|
@@ -172,19 +170,19 @@ export namespace Bayleys {
|
|
|
172
170
|
marginTop: string;
|
|
173
171
|
};
|
|
174
172
|
agentOfficeLicense: {
|
|
173
|
+
marginTop: string;
|
|
175
174
|
fontSize: string;
|
|
175
|
+
lineHeight: string;
|
|
176
176
|
fontWeight: string;
|
|
177
|
-
marginTop: string;
|
|
178
177
|
textTransform: "uppercase";
|
|
179
178
|
hyphens: string;
|
|
180
|
-
lineHeight: number;
|
|
181
179
|
};
|
|
182
180
|
agentImage: {
|
|
183
|
-
|
|
181
|
+
marginTop: string;
|
|
184
182
|
width: string;
|
|
183
|
+
height: string;
|
|
185
184
|
objectFit: string;
|
|
186
185
|
objectPosition: string;
|
|
187
|
-
marginTop: string;
|
|
188
186
|
};
|
|
189
187
|
content: {
|
|
190
188
|
width: string;
|
|
@@ -219,6 +217,7 @@ export namespace Bayleys {
|
|
|
219
217
|
marginTop: string;
|
|
220
218
|
};
|
|
221
219
|
page: import("@react-pdf/renderer").Styles;
|
|
220
|
+
spacer: import("@react-pdf/renderer").Styles;
|
|
222
221
|
image: {
|
|
223
222
|
height: string;
|
|
224
223
|
minHeight: string;
|
|
@@ -229,6 +228,8 @@ export namespace Bayleys {
|
|
|
229
228
|
};
|
|
230
229
|
footerLogo: string;
|
|
231
230
|
footerText: string;
|
|
231
|
+
body: string;
|
|
232
|
+
closing: string;
|
|
232
233
|
agent1: {
|
|
233
234
|
firstname: string;
|
|
234
235
|
lastname: string;
|
|
@@ -264,8 +265,6 @@ export namespace Bayleys {
|
|
|
264
265
|
};
|
|
265
266
|
title: string;
|
|
266
267
|
vendor: string;
|
|
267
|
-
body: string;
|
|
268
|
-
closing: string;
|
|
269
268
|
alt: string;
|
|
270
269
|
src: string;
|
|
271
270
|
id: string;
|
package/package.json
CHANGED