@redhq/ui 3.0.0 → 3.0.2
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/index.cjs.js +61 -61
- package/dist/index.es.js +4650 -4651
- package/dist/pagesV2/data.d.ts +2 -2
- package/dist/pagesV2/styles.d.ts +77 -167
- package/dist/stories/print/Calendar.stories.d.ts +1 -60
- package/dist/stories/print/Cover.stories.d.ts +0 -1
- package/dist/stories/print/Letter.stories.d.ts +0 -1
- package/package.json +1 -1
package/dist/pagesV2/data.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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;
|
|
@@ -75,7 +75,7 @@ export namespace letter_data {
|
|
|
75
75
|
export namespace calendar_data {
|
|
76
76
|
let title_2: string;
|
|
77
77
|
export { title_2 as title };
|
|
78
|
-
export {
|
|
78
|
+
export { marketingCalendarJson2 as calendar };
|
|
79
79
|
let id_2: string;
|
|
80
80
|
export { id_2 as id };
|
|
81
81
|
}
|
package/dist/pagesV2/styles.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export namespace calendarStyle {
|
|
2
|
+
export { spacer };
|
|
2
3
|
export namespace footer {
|
|
3
4
|
let position: "absolute";
|
|
4
5
|
let left: number;
|
|
5
6
|
let right: number;
|
|
6
7
|
let bottom: number;
|
|
7
|
-
let zIndex: number;
|
|
8
8
|
let width: string;
|
|
9
9
|
let height: string;
|
|
10
10
|
let padding: string;
|
|
@@ -26,177 +26,87 @@ export namespace calendarStyle {
|
|
|
26
26
|
export namespace footerText {
|
|
27
27
|
let fontSize: string;
|
|
28
28
|
}
|
|
29
|
-
export namespace
|
|
30
|
-
export let marginTop: string;
|
|
29
|
+
export namespace title {
|
|
31
30
|
let width_2: string;
|
|
32
31
|
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 };
|
|
32
|
+
export { theme as color };
|
|
119
33
|
let fontSize_1: string;
|
|
120
34
|
export { fontSize_1 as fontSize };
|
|
121
35
|
export let lineHeight: string;
|
|
122
|
-
let
|
|
123
|
-
export { fontWeight_3 as fontWeight };
|
|
36
|
+
export let fontWeight: string;
|
|
124
37
|
export let fontStyle: "normal";
|
|
125
38
|
}
|
|
126
39
|
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 };
|
|
40
|
+
let width_3: string;
|
|
41
|
+
export { width_3 as width };
|
|
42
|
+
let height_2: string;
|
|
43
|
+
export { height_2 as height };
|
|
44
|
+
export { theme as backgroundColor };
|
|
45
|
+
export let marginTop: string;
|
|
135
46
|
}
|
|
136
47
|
export { pageStyle as page };
|
|
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 {
|
|
72
|
+
let fontWeight_3: string;
|
|
73
|
+
export { fontWeight_3 as fontWeight };
|
|
164
74
|
}
|
|
165
75
|
export namespace page {
|
|
166
|
-
let
|
|
167
|
-
export {
|
|
76
|
+
let backgroundColor_1: string;
|
|
77
|
+
export { backgroundColor_1 as backgroundColor };
|
|
168
78
|
}
|
|
169
79
|
export namespace image_1 {
|
|
170
|
-
let
|
|
171
|
-
export {
|
|
172
|
-
let
|
|
173
|
-
export {
|
|
80
|
+
let height_4: string;
|
|
81
|
+
export { height_4 as height };
|
|
82
|
+
let minHeight_1: string;
|
|
83
|
+
export { minHeight_1 as minHeight };
|
|
174
84
|
}
|
|
175
85
|
export { image_1 as image };
|
|
176
86
|
export namespace container_1 {
|
|
177
|
-
let
|
|
178
|
-
export {
|
|
87
|
+
let marginTop_4: string;
|
|
88
|
+
export { marginTop_4 as marginTop };
|
|
179
89
|
}
|
|
180
90
|
export { container_1 as container };
|
|
181
91
|
}
|
|
182
92
|
export namespace letterStyle {
|
|
183
93
|
export namespace agentWrapper {
|
|
184
|
-
let
|
|
185
|
-
export {
|
|
186
|
-
let
|
|
187
|
-
export {
|
|
94
|
+
let display_1: "flex";
|
|
95
|
+
export { display_1 as display };
|
|
96
|
+
let flexDirection_1: "row";
|
|
97
|
+
export { flexDirection_1 as flexDirection };
|
|
188
98
|
export let columnGap: string;
|
|
189
|
-
let
|
|
190
|
-
export {
|
|
99
|
+
let marginTop_5: string;
|
|
100
|
+
export { marginTop_5 as marginTop };
|
|
191
101
|
}
|
|
192
102
|
export namespace agent_1 {
|
|
193
103
|
export let flexGrow: number;
|
|
194
|
-
let
|
|
195
|
-
export {
|
|
104
|
+
let width_4: string;
|
|
105
|
+
export { width_4 as width };
|
|
196
106
|
let fontSize_2: string;
|
|
197
107
|
export { fontSize_2 as fontSize };
|
|
198
|
-
let
|
|
199
|
-
export {
|
|
108
|
+
let fontWeight_4: string;
|
|
109
|
+
export { fontWeight_4 as fontWeight };
|
|
200
110
|
let fontStyle_1: "normal";
|
|
201
111
|
export { fontStyle_1 as fontStyle };
|
|
202
112
|
let lineHeight_1: string;
|
|
@@ -204,58 +114,56 @@ export namespace letterStyle {
|
|
|
204
114
|
}
|
|
205
115
|
export { agent_1 as agent };
|
|
206
116
|
export namespace agentName {
|
|
207
|
-
|
|
208
|
-
export { color_2 as color };
|
|
117
|
+
export { theme as color };
|
|
209
118
|
let fontSize_3: string;
|
|
210
119
|
export { fontSize_3 as fontSize };
|
|
211
|
-
let
|
|
212
|
-
export {
|
|
120
|
+
let fontWeight_5: string;
|
|
121
|
+
export { fontWeight_5 as fontWeight };
|
|
213
122
|
}
|
|
214
123
|
export namespace agentPhone {
|
|
215
|
-
let
|
|
216
|
-
export {
|
|
124
|
+
let marginTop_6: string;
|
|
125
|
+
export { marginTop_6 as marginTop };
|
|
217
126
|
}
|
|
218
127
|
export namespace agentEmail {
|
|
219
|
-
let
|
|
220
|
-
export {
|
|
128
|
+
let marginTop_7: string;
|
|
129
|
+
export { marginTop_7 as marginTop };
|
|
221
130
|
}
|
|
222
131
|
export namespace agentOfficeLicense {
|
|
223
132
|
let fontSize_4: string;
|
|
224
133
|
export { fontSize_4 as fontSize };
|
|
225
|
-
let
|
|
226
|
-
export {
|
|
227
|
-
let
|
|
228
|
-
export {
|
|
134
|
+
let fontWeight_6: string;
|
|
135
|
+
export { fontWeight_6 as fontWeight };
|
|
136
|
+
let marginTop_8: string;
|
|
137
|
+
export { marginTop_8 as marginTop };
|
|
229
138
|
export let textTransform: "uppercase";
|
|
230
139
|
export let hyphens: string;
|
|
231
140
|
let lineHeight_2: number;
|
|
232
141
|
export { lineHeight_2 as lineHeight };
|
|
233
142
|
}
|
|
234
143
|
export namespace agentImage {
|
|
235
|
-
let
|
|
236
|
-
export {
|
|
237
|
-
let
|
|
238
|
-
export {
|
|
144
|
+
let height_5: string;
|
|
145
|
+
export { height_5 as height };
|
|
146
|
+
let width_5: string;
|
|
147
|
+
export { width_5 as width };
|
|
239
148
|
export let objectFit: string;
|
|
240
149
|
export let objectPosition: string;
|
|
241
|
-
let
|
|
242
|
-
export {
|
|
150
|
+
let marginTop_9: string;
|
|
151
|
+
export { marginTop_9 as marginTop };
|
|
243
152
|
}
|
|
244
153
|
export namespace content {
|
|
245
|
-
let
|
|
246
|
-
export {
|
|
247
|
-
let
|
|
248
|
-
export {
|
|
154
|
+
let width_6: string;
|
|
155
|
+
export { width_6 as width };
|
|
156
|
+
let marginTop_10: string;
|
|
157
|
+
export { marginTop_10 as marginTop };
|
|
249
158
|
}
|
|
250
159
|
export namespace salutation {
|
|
251
|
-
let
|
|
252
|
-
export {
|
|
253
|
-
|
|
254
|
-
export { color_3 as color };
|
|
160
|
+
let width_7: string;
|
|
161
|
+
export { width_7 as width };
|
|
162
|
+
export { theme as color };
|
|
255
163
|
let fontSize_5: string;
|
|
256
164
|
export { fontSize_5 as fontSize };
|
|
257
|
-
let
|
|
258
|
-
export {
|
|
165
|
+
let fontWeight_7: string;
|
|
166
|
+
export { fontWeight_7 as fontWeight };
|
|
259
167
|
let fontStyle_2: "normal";
|
|
260
168
|
export { fontStyle_2 as fontStyle };
|
|
261
169
|
let lineHeight_3: string;
|
|
@@ -269,17 +177,19 @@ export namespace letterStyle {
|
|
|
269
177
|
};
|
|
270
178
|
export { pageStyle as page };
|
|
271
179
|
export namespace image_2 {
|
|
272
|
-
let
|
|
273
|
-
export {
|
|
274
|
-
let
|
|
275
|
-
export {
|
|
180
|
+
let height_6: string;
|
|
181
|
+
export { height_6 as height };
|
|
182
|
+
let minHeight_2: string;
|
|
183
|
+
export { minHeight_2 as minHeight };
|
|
276
184
|
}
|
|
277
185
|
export { image_2 as image };
|
|
278
186
|
export namespace container_2 {
|
|
279
|
-
let
|
|
280
|
-
export {
|
|
187
|
+
let marginTop_11: string;
|
|
188
|
+
export { marginTop_11 as marginTop };
|
|
281
189
|
}
|
|
282
190
|
export { container_2 as container };
|
|
283
191
|
}
|
|
192
|
+
declare const spacer: import('@react-pdf/renderer').Styles;
|
|
193
|
+
declare const theme: "teal";
|
|
284
194
|
declare const pageStyle: import('@react-pdf/renderer').Styles;
|
|
285
195
|
export {};
|
|
@@ -75,12 +75,12 @@ export default _default;
|
|
|
75
75
|
export namespace Bayleys {
|
|
76
76
|
let args: {
|
|
77
77
|
style: {
|
|
78
|
+
spacer: import("@react-pdf/renderer").Styles;
|
|
78
79
|
footer: {
|
|
79
80
|
position: "absolute";
|
|
80
81
|
left: number;
|
|
81
82
|
right: number;
|
|
82
83
|
bottom: number;
|
|
83
|
-
zIndex: number;
|
|
84
84
|
width: string;
|
|
85
85
|
height: string;
|
|
86
86
|
padding: string;
|
|
@@ -100,65 +100,6 @@ export namespace Bayleys {
|
|
|
100
100
|
footerText: {
|
|
101
101
|
fontSize: string;
|
|
102
102
|
};
|
|
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
103
|
title: {
|
|
163
104
|
width: string;
|
|
164
105
|
color: string;
|