@redhq/ui 2.3.0 → 3.0.1

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.
Files changed (181) hide show
  1. package/dist/App.d.ts +2 -0
  2. package/dist/components/base/Button/Button.d.ts +28 -0
  3. package/dist/components/base/Button/index.d.ts +1 -0
  4. package/dist/components/base/Button/styles.d.ts +51 -0
  5. package/dist/components/base/Card/Card.d.ts +38 -0
  6. package/dist/components/base/Card/CardAddress.d.ts +14 -0
  7. package/dist/components/base/Card/CardAddressWrapper.d.ts +14 -0
  8. package/dist/components/base/Card/CardBase.d.ts +14 -0
  9. package/dist/components/base/Card/CardContext.d.ts +3 -0
  10. package/dist/components/base/Card/CardDetails.d.ts +14 -0
  11. package/dist/components/base/Card/CardDetailsWrapper.d.ts +14 -0
  12. package/dist/components/base/Card/CardFeature.d.ts +20 -0
  13. package/dist/components/base/Card/CardFeatures.d.ts +14 -0
  14. package/dist/components/base/Card/CardImage.d.ts +16 -0
  15. package/dist/components/base/Card/CardImageWrapper.d.ts +16 -0
  16. package/dist/components/base/Card/CardProvider.d.ts +4 -0
  17. package/dist/components/base/Card/CardStat.d.ts +14 -0
  18. package/dist/components/base/Card/CardStats.d.ts +14 -0
  19. package/dist/components/base/Card/CardSuburb.d.ts +14 -0
  20. package/dist/components/base/Card/CardTag.d.ts +14 -0
  21. package/dist/components/base/Card/index.d.ts +1 -0
  22. package/dist/components/base/Image.d.ts +5 -0
  23. package/dist/components/base/index.d.ts +2 -0
  24. package/dist/components/digital/Cover/Cover.d.ts +21 -0
  25. package/dist/components/digital/Cover/CoverBase.d.ts +14 -0
  26. package/dist/components/digital/Cover/CoverContext.d.ts +3 -0
  27. package/dist/components/digital/Cover/CoverImage.d.ts +16 -0
  28. package/dist/components/digital/Cover/CoverOverlay.d.ts +16 -0
  29. package/dist/components/digital/Cover/CoverOverlayContainer.d.ts +14 -0
  30. package/dist/components/digital/Cover/CoverProvider.d.ts +4 -0
  31. package/dist/components/digital/Cover/CoverTitle.d.ts +14 -0
  32. package/dist/components/digital/Cover/index.d.ts +1 -0
  33. package/dist/components/digital/Drawer/Drawer.d.ts +27 -0
  34. package/dist/components/digital/Drawer/DrawerBase.d.ts +18 -0
  35. package/dist/components/digital/Drawer/DrawerClose.d.ts +16 -0
  36. package/dist/components/digital/Drawer/DrawerContext.d.ts +4 -0
  37. package/dist/components/digital/Drawer/DrawerItem.d.ts +18 -0
  38. package/dist/components/digital/Drawer/DrawerLogo.d.ts +16 -0
  39. package/dist/components/digital/Drawer/DrawerLogoWrapper.d.ts +14 -0
  40. package/dist/components/digital/Drawer/DrawerMenu.d.ts +14 -0
  41. package/dist/components/digital/Drawer/DrawerOverlay.d.ts +16 -0
  42. package/dist/components/digital/Drawer/DrawerProvider.d.ts +5 -0
  43. package/dist/components/digital/Drawer/index.d.ts +1 -0
  44. package/dist/components/digital/Header/Header.d.ts +21 -0
  45. package/dist/components/digital/Header/HeaderBase.d.ts +16 -0
  46. package/dist/components/digital/Header/HeaderBurgerMenu.d.ts +16 -0
  47. package/dist/components/digital/Header/HeaderContext.d.ts +5 -0
  48. package/dist/components/digital/Header/HeaderItem.d.ts +18 -0
  49. package/dist/components/digital/Header/HeaderLogo.d.ts +16 -0
  50. package/dist/components/digital/Header/HeaderMenu.d.ts +14 -0
  51. package/dist/components/digital/Header/HeaderProvider.d.ts +4 -0
  52. package/dist/components/digital/Header/index.d.ts +1 -0
  53. package/dist/components/digital/NextSteps/NextSteps.d.ts +21 -0
  54. package/dist/components/digital/NextSteps/NextStepsBase.d.ts +14 -0
  55. package/dist/components/digital/NextSteps/NextStepsContainer.d.ts +14 -0
  56. package/dist/components/digital/NextSteps/NextStepsContent.d.ts +14 -0
  57. package/dist/components/digital/NextSteps/NextStepsContext.d.ts +3 -0
  58. package/dist/components/digital/NextSteps/NextStepsCtaWrapper.d.ts +14 -0
  59. package/dist/components/digital/NextSteps/NextStepsProvider.d.ts +4 -0
  60. package/dist/components/digital/NextSteps/NextStepsTitle.d.ts +14 -0
  61. package/dist/components/digital/NextSteps/index.d.ts +1 -0
  62. package/dist/components/digital/Record/Record.d.ts +21 -0
  63. package/dist/components/digital/Record/RecordBase.d.ts +12 -0
  64. package/dist/components/digital/Record/RecordContext.d.ts +9 -0
  65. package/dist/components/digital/Record/RecordGrid.d.ts +22 -0
  66. package/dist/components/digital/Record/RecordItem.d.ts +12 -0
  67. package/dist/components/digital/Record/RecordProvider.d.ts +5 -0
  68. package/dist/components/digital/Record/RecordTitle.d.ts +14 -0
  69. package/dist/components/digital/Record/index.d.ts +1 -0
  70. package/dist/components/digital/Testimonials/Testimonials.d.ts +19 -0
  71. package/dist/components/digital/Testimonials/TestimonialsBase.d.ts +14 -0
  72. package/dist/components/digital/Testimonials/TestimonialsCarousel.d.ts +33 -0
  73. package/dist/components/digital/Testimonials/TestimonialsContainer.d.ts +15 -0
  74. package/dist/components/digital/Testimonials/TestimonialsContext.d.ts +9 -0
  75. package/dist/components/digital/Testimonials/TestimonialsProvider.d.ts +5 -0
  76. package/dist/components/digital/Testimonials/index.d.ts +1 -0
  77. package/dist/components/digital/index.d.ts +6 -0
  78. package/dist/components/index.d.ts +2 -0
  79. package/dist/compound/Banner/Banner.d.ts +17 -0
  80. package/dist/compound/Banner/BannerBase.d.ts +12 -0
  81. package/dist/compound/Banner/BannerContext.d.ts +5 -0
  82. package/dist/compound/Banner/BannerProvider.d.ts +6 -0
  83. package/dist/compound/Banner/index.d.ts +1 -0
  84. package/dist/compound/Banner/preview/PreviewBase.d.ts +12 -0
  85. package/dist/compound/Banner/print/PrintBase.d.ts +6 -0
  86. package/dist/compound/Calendar/Calendar.d.ts +45 -0
  87. package/dist/compound/Calendar/CalendarContainer.d.ts +13 -0
  88. package/dist/compound/Calendar/CalendarContext.d.ts +4 -0
  89. package/dist/compound/Calendar/CalendarFooter.d.ts +13 -0
  90. package/dist/compound/Calendar/CalendarFooterLogo.d.ts +15 -0
  91. package/dist/compound/Calendar/CalendarFooterText.d.ts +13 -0
  92. package/dist/compound/Calendar/CalendarGhostFooter.d.ts +13 -0
  93. package/dist/compound/Calendar/CalendarImage.d.ts +15 -0
  94. package/dist/compound/Calendar/CalendarPage.d.ts +25 -0
  95. package/dist/compound/Calendar/CalendarProvider.d.ts +5 -0
  96. package/dist/compound/Calendar/CalendarTable.d.ts +13 -0
  97. package/dist/compound/Calendar/CalendarTableBody.d.ts +13 -0
  98. package/dist/compound/Calendar/CalendarTableCell.d.ts +15 -0
  99. package/dist/compound/Calendar/CalendarTableCellDate.d.ts +13 -0
  100. package/dist/compound/Calendar/CalendarTableCellItem.d.ts +13 -0
  101. package/dist/compound/Calendar/CalendarTableCellText.d.ts +13 -0
  102. package/dist/compound/Calendar/CalendarTableHead.d.ts +13 -0
  103. package/dist/compound/Calendar/CalendarTableRow.d.ts +13 -0
  104. package/dist/compound/Calendar/CalendarTitle.d.ts +13 -0
  105. package/dist/compound/Calendar/index.d.ts +1 -0
  106. package/dist/compound/Cover/Cover.d.ts +35 -0
  107. package/dist/compound/Cover/CoverAddress.d.ts +13 -0
  108. package/dist/compound/Cover/CoverAgent.d.ts +13 -0
  109. package/dist/compound/Cover/CoverBase.d.ts +25 -0
  110. package/dist/compound/Cover/CoverContainer.d.ts +13 -0
  111. package/dist/compound/Cover/CoverContext.d.ts +4 -0
  112. package/dist/compound/Cover/CoverDetailsWrapper.d.ts +13 -0
  113. package/dist/compound/Cover/CoverFooter.d.ts +13 -0
  114. package/dist/compound/Cover/CoverFooterLogo.d.ts +15 -0
  115. package/dist/compound/Cover/CoverFooterText.d.ts +13 -0
  116. package/dist/compound/Cover/CoverImage.d.ts +15 -0
  117. package/dist/compound/Cover/CoverProvider.d.ts +5 -0
  118. package/dist/compound/Cover/CoverTitle.d.ts +13 -0
  119. package/dist/compound/Cover/CoverVendor.d.ts +13 -0
  120. package/dist/compound/Cover/index.d.ts +1 -0
  121. package/dist/compound/Letter/Letter.d.ts +51 -0
  122. package/dist/compound/Letter/LetterAgent.d.ts +13 -0
  123. package/dist/compound/Letter/LetterAgentEmail.d.ts +13 -0
  124. package/dist/compound/Letter/LetterAgentImage.d.ts +15 -0
  125. package/dist/compound/Letter/LetterAgentName.d.ts +13 -0
  126. package/dist/compound/Letter/LetterAgentOfficeLicense.d.ts +13 -0
  127. package/dist/compound/Letter/LetterAgentPhone.d.ts +13 -0
  128. package/dist/compound/Letter/LetterAgentWrapper.d.ts +13 -0
  129. package/dist/compound/Letter/LetterBase.d.ts +25 -0
  130. package/dist/compound/Letter/LetterBody.d.ts +13 -0
  131. package/dist/compound/Letter/LetterClosing.d.ts +13 -0
  132. package/dist/compound/Letter/LetterContainer.d.ts +13 -0
  133. package/dist/compound/Letter/LetterContent.d.ts +13 -0
  134. package/dist/compound/Letter/LetterContext.d.ts +4 -0
  135. package/dist/compound/Letter/LetterDetails.d.ts +13 -0
  136. package/dist/compound/Letter/LetterFooter.d.ts +13 -0
  137. package/dist/compound/Letter/LetterFooterLogo.d.ts +15 -0
  138. package/dist/compound/Letter/LetterFooterText.d.ts +13 -0
  139. package/dist/compound/Letter/LetterImage.d.ts +15 -0
  140. package/dist/compound/Letter/LetterProvider.d.ts +5 -0
  141. package/dist/compound/Letter/LetterSalutation.d.ts +13 -0
  142. package/dist/compound/Letter/LetterTitle.d.ts +13 -0
  143. package/dist/compound/Letter/index.d.ts +1 -0
  144. package/dist/compound/index.d.ts +3 -0
  145. package/dist/data.d.ts +145 -0
  146. package/dist/hooks/useContainerWidth.d.ts +2 -0
  147. package/dist/icons/CloseIcon.d.ts +1 -0
  148. package/dist/icons/MenuIcon.d.ts +1 -0
  149. package/dist/index.d.ts +1 -0
  150. package/dist/lib/aspectRatio.d.ts +1 -0
  151. package/dist/lib/cn.d.ts +5 -0
  152. package/dist/lib/gridCol.d.ts +1 -0
  153. package/dist/lib/pageDimensions.d.ts +46 -0
  154. package/dist/lib/unitFormatter.d.ts +1 -0
  155. package/dist/main.d.ts +1 -0
  156. package/dist/pages/BaseComponents.d.ts +1 -0
  157. package/dist/pages/Bayleys.d.ts +4 -0
  158. package/dist/pages/Coronis.d.ts +4 -0
  159. package/dist/pages/components/BayleysCarouselItem.d.ts +6 -0
  160. package/dist/pages/components/CompoundCard.d.ts +9 -0
  161. package/dist/pages/components/CoronisCarouselItem.d.ts +4 -0
  162. package/dist/pages/data.d.ts +6 -0
  163. package/dist/pagesV2/Bayleys.d.ts +4 -0
  164. package/dist/pagesV2/BayleysRural.d.ts +4 -0
  165. package/dist/pagesV2/Coronis.d.ts +4 -0
  166. package/dist/pagesV2/_components/BayleysCompoundCalendar.d.ts +7 -0
  167. package/dist/pagesV2/_components/BayleysCompoundCover.d.ts +7 -0
  168. package/dist/pagesV2/_components/BayleysCompoundLetter.d.ts +7 -0
  169. package/dist/pagesV2/_components/CoronisCompoundCover.d.ts +8 -0
  170. package/dist/pagesV2/_components/RuralCompoundCover.d.ts +7 -0
  171. package/dist/pagesV2/_components/Wrapper.d.ts +14 -0
  172. package/dist/pagesV2/data.d.ts +87 -0
  173. package/dist/pagesV2/styles.d.ts +285 -0
  174. package/dist/shared/argtypes/index.d.ts +232 -0
  175. package/dist/shared/index.d.ts +2 -0
  176. package/dist/shared/params/index.d.ts +9 -0
  177. package/dist/stories/base/Button.stories.d.ts +83 -0
  178. package/dist/stories/print/Calendar.stories.d.ts +337 -0
  179. package/dist/stories/print/Cover.stories.d.ts +186 -0
  180. package/dist/stories/print/Letter.stories.d.ts +277 -0
  181. package/package.json +8 -1
@@ -0,0 +1,337 @@
1
+ import { Calendar } from '../../compound';
2
+ import { paramaters } from '../../shared';
3
+ declare namespace _default {
4
+ export let title: string;
5
+ export { Calendar as componet };
6
+ export let tags: string[];
7
+ export { paramaters as parameters };
8
+ export let argTypes: {
9
+ style: {
10
+ control: string;
11
+ description: string;
12
+ };
13
+ footerLogo: {
14
+ control: string;
15
+ description: string;
16
+ };
17
+ footerText: {
18
+ control: string;
19
+ description: string;
20
+ };
21
+ title: {
22
+ control: string;
23
+ description: string;
24
+ type: {
25
+ name: string;
26
+ required: boolean;
27
+ };
28
+ };
29
+ alt: {
30
+ control: string;
31
+ description: string;
32
+ type: {
33
+ name: string;
34
+ required: boolean;
35
+ };
36
+ };
37
+ src: {
38
+ control: string;
39
+ description: string;
40
+ type: {
41
+ name: string;
42
+ required: boolean;
43
+ };
44
+ };
45
+ id: {
46
+ control: string;
47
+ description: string;
48
+ type: {
49
+ name: string;
50
+ required: boolean;
51
+ };
52
+ };
53
+ mode: {
54
+ control: string;
55
+ options: string[];
56
+ description: string;
57
+ };
58
+ size: {
59
+ control: {
60
+ type: string;
61
+ };
62
+ options: string[];
63
+ description: string;
64
+ };
65
+ orientation: {
66
+ control: string;
67
+ description: string;
68
+ table: {
69
+ readonly: boolean;
70
+ };
71
+ };
72
+ };
73
+ }
74
+ export default _default;
75
+ export namespace Bayleys {
76
+ let args: {
77
+ style: {
78
+ footer: {
79
+ position: "absolute";
80
+ left: number;
81
+ right: number;
82
+ bottom: number;
83
+ zIndex: number;
84
+ width: string;
85
+ height: string;
86
+ padding: string;
87
+ gap: string;
88
+ display: "flex";
89
+ flexDirection: "row";
90
+ alignItems: "center";
91
+ justifyContent: "space-between";
92
+ backgroundColor: string;
93
+ borderTop: string;
94
+ borderBottom: string;
95
+ };
96
+ footerLogo: {
97
+ width: string;
98
+ height: string;
99
+ };
100
+ footerText: {
101
+ fontSize: string;
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
+ title: {
163
+ width: string;
164
+ color: string;
165
+ fontSize: string;
166
+ lineHeight: string;
167
+ fontWeight: string;
168
+ fontStyle: "normal";
169
+ };
170
+ titleBorder: {
171
+ width: string;
172
+ height: string;
173
+ backgroundColor: string;
174
+ marginTop: string;
175
+ };
176
+ page: import("@react-pdf/renderer").Styles;
177
+ image: {
178
+ height: string;
179
+ minHeight: string;
180
+ };
181
+ container: {
182
+ marginTop: string;
183
+ };
184
+ };
185
+ footerLogo: string;
186
+ footerText: string;
187
+ title: string;
188
+ calendar: {
189
+ calendar: {
190
+ id: number;
191
+ color: string;
192
+ event: string;
193
+ date: string;
194
+ }[][][];
195
+ dates: string[][];
196
+ template: {
197
+ id: number;
198
+ client_id: number;
199
+ name: string;
200
+ menu_name: string;
201
+ created_at: string;
202
+ updated_at: string;
203
+ pages: {
204
+ id: number;
205
+ template_id: number;
206
+ name: string;
207
+ slide: string;
208
+ section: any;
209
+ form: string;
210
+ order: number;
211
+ configuration: {
212
+ extraFields: any[];
213
+ propertyFields: ({
214
+ key: string;
215
+ label: string;
216
+ value: any;
217
+ field_type: string;
218
+ required?: undefined;
219
+ type?: undefined;
220
+ options?: undefined;
221
+ } | {
222
+ key: string;
223
+ label: string;
224
+ value: any;
225
+ required: boolean;
226
+ field_type: string;
227
+ type?: undefined;
228
+ options?: undefined;
229
+ } | {
230
+ key: string;
231
+ type: string;
232
+ label: string;
233
+ value: any;
234
+ field_type: string;
235
+ required?: undefined;
236
+ options?: undefined;
237
+ } | {
238
+ key: string;
239
+ label: string;
240
+ value: any;
241
+ options: any[];
242
+ required: boolean;
243
+ field_type: string;
244
+ type?: undefined;
245
+ } | {
246
+ key: string;
247
+ label: string;
248
+ value: any;
249
+ options: {
250
+ label: string;
251
+ value: string;
252
+ }[];
253
+ field_type: string;
254
+ required?: undefined;
255
+ type?: undefined;
256
+ })[];
257
+ searchPropertyFields: ({
258
+ key: string;
259
+ label: string;
260
+ value: string;
261
+ hidden: boolean;
262
+ colSpan: number;
263
+ canRemove: boolean;
264
+ field_type: string;
265
+ options?: undefined;
266
+ disabled?: undefined;
267
+ } | {
268
+ key: string;
269
+ label: string;
270
+ value: string;
271
+ colSpan: number;
272
+ options: ({
273
+ label: string;
274
+ value: string;
275
+ } | {
276
+ label: string;
277
+ value: number;
278
+ })[];
279
+ disabled: boolean;
280
+ canRemove: boolean;
281
+ field_type: string;
282
+ hidden?: undefined;
283
+ } | {
284
+ key: string;
285
+ label: string;
286
+ value: string;
287
+ colSpan: number;
288
+ options: ({
289
+ label: string;
290
+ value: string;
291
+ } | {
292
+ label: string;
293
+ value: number;
294
+ })[];
295
+ canRemove: boolean;
296
+ field_type: string;
297
+ hidden?: undefined;
298
+ disabled?: undefined;
299
+ } | {
300
+ key: string;
301
+ label: string;
302
+ value: any;
303
+ colSpan: number;
304
+ canRemove: boolean;
305
+ field_type: string;
306
+ hidden?: undefined;
307
+ options?: undefined;
308
+ disabled?: undefined;
309
+ } | {
310
+ key: string;
311
+ label: string;
312
+ value: string;
313
+ hidden: boolean;
314
+ colSpan: number;
315
+ options: {
316
+ label: string;
317
+ value: string;
318
+ }[];
319
+ canRemove: boolean;
320
+ field_type: string;
321
+ disabled?: undefined;
322
+ })[];
323
+ };
324
+ created_at: string;
325
+ updated_at: string;
326
+ }[];
327
+ };
328
+ };
329
+ alt: string;
330
+ src: string;
331
+ id: string;
332
+ mode: string;
333
+ size: string;
334
+ orientation: string;
335
+ };
336
+ function render(args: any): import("react/jsx-runtime").JSX.Element;
337
+ }
@@ -0,0 +1,186 @@
1
+ import { Cover } from '../../compound';
2
+ import { paramaters } from '../../shared';
3
+ declare namespace _default {
4
+ export let title: string;
5
+ export { Cover as component };
6
+ export let tags: string[];
7
+ export { paramaters as parameters };
8
+ export let argTypes: {
9
+ style: {
10
+ control: string;
11
+ description: string;
12
+ };
13
+ footerLogo: {
14
+ control: string;
15
+ description: string;
16
+ };
17
+ footerText: {
18
+ control: string;
19
+ description: string;
20
+ };
21
+ address: {
22
+ control: string;
23
+ description: string;
24
+ type: {
25
+ name: string;
26
+ required: boolean;
27
+ };
28
+ };
29
+ suburb: {
30
+ control: string;
31
+ description: string;
32
+ type: {
33
+ name: string;
34
+ required: boolean;
35
+ };
36
+ };
37
+ control: string;
38
+ description: string;
39
+ table: {
40
+ type: {
41
+ summary: string;
42
+ detail: string;
43
+ };
44
+ };
45
+ vendor: {
46
+ control: string;
47
+ description: string;
48
+ type: {
49
+ name: string;
50
+ required: boolean;
51
+ };
52
+ };
53
+ title: {
54
+ control: string;
55
+ description: string;
56
+ type: {
57
+ name: string;
58
+ required: boolean;
59
+ };
60
+ };
61
+ alt: {
62
+ control: string;
63
+ description: string;
64
+ type: {
65
+ name: string;
66
+ required: boolean;
67
+ };
68
+ };
69
+ src: {
70
+ control: string;
71
+ description: string;
72
+ type: {
73
+ name: string;
74
+ required: boolean;
75
+ };
76
+ };
77
+ id: {
78
+ control: string;
79
+ description: string;
80
+ type: {
81
+ name: string;
82
+ required: boolean;
83
+ };
84
+ };
85
+ mode: {
86
+ control: string;
87
+ options: string[];
88
+ description: string;
89
+ };
90
+ size: {
91
+ control: {
92
+ type: string;
93
+ };
94
+ options: string[];
95
+ description: string;
96
+ };
97
+ orientation: {
98
+ control: string;
99
+ description: string;
100
+ table: {
101
+ readonly: boolean;
102
+ };
103
+ };
104
+ };
105
+ }
106
+ export default _default;
107
+ export namespace Bayleys {
108
+ let args: {
109
+ style: {
110
+ footer: {
111
+ position: "absolute";
112
+ left: number;
113
+ right: number;
114
+ bottom: number;
115
+ zIndex: number;
116
+ width: string;
117
+ height: string;
118
+ padding: string;
119
+ gap: string;
120
+ display: "flex";
121
+ flexDirection: "row";
122
+ alignItems: "center";
123
+ justifyContent: "space-between";
124
+ backgroundColor: string;
125
+ borderTop: string;
126
+ borderBottom: string;
127
+ };
128
+ footerLogo: {
129
+ width: string;
130
+ height: string;
131
+ };
132
+ footerText: {
133
+ fontSize: string;
134
+ };
135
+ vendor: {
136
+ fontWeight: string;
137
+ marginTop: string;
138
+ };
139
+ address: {
140
+ fontWeight: string;
141
+ marginTop: string;
142
+ };
143
+ agent: {
144
+ fontWeight: string;
145
+ };
146
+ title: {
147
+ width: string;
148
+ color: string;
149
+ fontSize: string;
150
+ lineHeight: string;
151
+ fontWeight: string;
152
+ fontStyle: "normal";
153
+ };
154
+ titleBorder: {
155
+ width: string;
156
+ height: string;
157
+ backgroundColor: string;
158
+ marginTop: string;
159
+ };
160
+ page: {
161
+ backgroundColor: string;
162
+ };
163
+ image: {
164
+ height: string;
165
+ minHeight: string;
166
+ };
167
+ container: {
168
+ marginTop: string;
169
+ };
170
+ };
171
+ footerLogo: string;
172
+ footerText: string;
173
+ title: string;
174
+ vendor: string;
175
+ agent: string;
176
+ address: string;
177
+ suburb: string;
178
+ alt: string;
179
+ src: string;
180
+ id: string;
181
+ mode: string;
182
+ size: string;
183
+ orientation: string;
184
+ };
185
+ function render(args: any): import("react/jsx-runtime").JSX.Element;
186
+ }