@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.
@@ -1,11 +1,11 @@
1
- import { default as marketingCalendarJson } from '../calendar.json';
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 agent = fullname;
8
- export { agent };
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 namespace agent1 {
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 { marketingCalendarJson as calendar };
79
+ export { marketingCalendarJson2 as calendar };
79
80
  let id_2: string;
80
81
  export { id_2 as id };
81
82
  }
@@ -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 table {
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 fontWeight_3: string;
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 width_8: string;
128
- export { width_8 as width };
129
- let height_4: string;
130
- export { height_4 as height };
131
- let backgroundColor_2: string;
132
- export { backgroundColor_2 as backgroundColor };
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 height_5: string;
139
- export { height_5 as height };
140
- let minHeight_1: string;
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 marginTop_2: string;
145
- export { marginTop_2 as marginTop };
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 fontWeight_4: string;
151
- export { fontWeight_4 as fontWeight };
152
- let marginTop_3: string;
153
- export { marginTop_3 as marginTop };
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 fontWeight_5: string;
157
- export { fontWeight_5 as fontWeight };
158
- let marginTop_4: string;
159
- export { marginTop_4 as marginTop };
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 fontWeight_6: string;
163
- export { fontWeight_6 as fontWeight };
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 height_6: string;
171
- export { height_6 as height };
172
- let minHeight_2: string;
173
- export { minHeight_2 as minHeight };
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 marginTop_5: string;
178
- export { marginTop_5 as marginTop };
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 display_3: "flex";
185
- export { display_3 as display };
186
- let flexDirection_3: "row";
187
- export { flexDirection_3 as flexDirection };
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 marginTop_6: string;
190
- export { marginTop_6 as marginTop };
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 width_9: string;
195
- export { width_9 as width };
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 fontWeight_7: string;
199
- export { fontWeight_7 as fontWeight };
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
- let color_2: string;
208
- export { color_2 as color };
209
- let fontSize_3: string;
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 agentEmail {
127
+ export namespace agentOfficeLicense {
219
128
  let marginTop_8: string;
220
129
  export { marginTop_8 as marginTop };
221
- }
222
- export namespace agentOfficeLicense {
223
- let fontSize_4: string;
224
- export { fontSize_4 as fontSize };
225
- let fontWeight_9: string;
226
- export { fontWeight_9 as fontWeight };
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 height_7: string;
236
- export { height_7 as height };
237
- let width_10: string;
238
- export { width_10 as width };
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 width_11: string;
246
- export { width_11 as width };
247
- let marginTop_11: string;
248
- export { marginTop_11 as marginTop };
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 width_12: string;
252
- export { width_12 as width };
253
- let color_3: string;
254
- export { color_3 as color };
255
- let fontSize_5: string;
256
- export { fontSize_5 as fontSize };
257
- let fontWeight_10: string;
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 height_8: string;
273
- export { height_8 as height };
274
- let minHeight_3: string;
275
- export { minHeight_3 as minHeight };
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 marginTop_12: string;
280
- export { marginTop_12 as marginTop };
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
- backgroundColor: string;
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
- agent: string;
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
- height: string;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhq/ui",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "private": false,
5
5
  "description": "A Storybook project for UI components",
6
6
  "type": "module",
@@ -1,8 +0,0 @@
1
- export default CoronisCompoundCover;
2
- declare function CoronisCompoundCover({ id, mode, size, cover, style }: {
3
- id: any;
4
- mode: any;
5
- size: any;
6
- cover: any;
7
- style: any;
8
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- export default RuralCompoundCover;
2
- declare function RuralCompoundCover({ mode, settings, data, style }: {
3
- mode: any;
4
- settings: any;
5
- data: any;
6
- style: any;
7
- }): import("react/jsx-runtime").JSX.Element;