@redhq/ui 2.3.0 → 3.0.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/App.d.ts +2 -0
- package/dist/components/base/Button/Button.d.ts +28 -0
- package/dist/components/base/Button/index.d.ts +1 -0
- package/dist/components/base/Button/styles.d.ts +51 -0
- package/dist/components/base/Card/Card.d.ts +38 -0
- package/dist/components/base/Card/CardAddress.d.ts +14 -0
- package/dist/components/base/Card/CardAddressWrapper.d.ts +14 -0
- package/dist/components/base/Card/CardBase.d.ts +14 -0
- package/dist/components/base/Card/CardContext.d.ts +3 -0
- package/dist/components/base/Card/CardDetails.d.ts +14 -0
- package/dist/components/base/Card/CardDetailsWrapper.d.ts +14 -0
- package/dist/components/base/Card/CardFeature.d.ts +20 -0
- package/dist/components/base/Card/CardFeatures.d.ts +14 -0
- package/dist/components/base/Card/CardImage.d.ts +16 -0
- package/dist/components/base/Card/CardImageWrapper.d.ts +16 -0
- package/dist/components/base/Card/CardProvider.d.ts +4 -0
- package/dist/components/base/Card/CardStat.d.ts +14 -0
- package/dist/components/base/Card/CardStats.d.ts +14 -0
- package/dist/components/base/Card/CardSuburb.d.ts +14 -0
- package/dist/components/base/Card/CardTag.d.ts +14 -0
- package/dist/components/base/Card/index.d.ts +1 -0
- package/dist/components/base/Image.d.ts +5 -0
- package/dist/components/base/index.d.ts +2 -0
- package/dist/components/digital/Cover/Cover.d.ts +21 -0
- package/dist/components/digital/Cover/CoverBase.d.ts +14 -0
- package/dist/components/digital/Cover/CoverContext.d.ts +3 -0
- package/dist/components/digital/Cover/CoverImage.d.ts +16 -0
- package/dist/components/digital/Cover/CoverOverlay.d.ts +16 -0
- package/dist/components/digital/Cover/CoverOverlayContainer.d.ts +14 -0
- package/dist/components/digital/Cover/CoverProvider.d.ts +4 -0
- package/dist/components/digital/Cover/CoverTitle.d.ts +14 -0
- package/dist/components/digital/Cover/index.d.ts +1 -0
- package/dist/components/digital/Drawer/Drawer.d.ts +27 -0
- package/dist/components/digital/Drawer/DrawerBase.d.ts +18 -0
- package/dist/components/digital/Drawer/DrawerClose.d.ts +16 -0
- package/dist/components/digital/Drawer/DrawerContext.d.ts +4 -0
- package/dist/components/digital/Drawer/DrawerItem.d.ts +18 -0
- package/dist/components/digital/Drawer/DrawerLogo.d.ts +16 -0
- package/dist/components/digital/Drawer/DrawerLogoWrapper.d.ts +14 -0
- package/dist/components/digital/Drawer/DrawerMenu.d.ts +14 -0
- package/dist/components/digital/Drawer/DrawerOverlay.d.ts +16 -0
- package/dist/components/digital/Drawer/DrawerProvider.d.ts +5 -0
- package/dist/components/digital/Drawer/index.d.ts +1 -0
- package/dist/components/digital/Header/Header.d.ts +21 -0
- package/dist/components/digital/Header/HeaderBase.d.ts +16 -0
- package/dist/components/digital/Header/HeaderBurgerMenu.d.ts +16 -0
- package/dist/components/digital/Header/HeaderContext.d.ts +5 -0
- package/dist/components/digital/Header/HeaderItem.d.ts +18 -0
- package/dist/components/digital/Header/HeaderLogo.d.ts +16 -0
- package/dist/components/digital/Header/HeaderMenu.d.ts +14 -0
- package/dist/components/digital/Header/HeaderProvider.d.ts +4 -0
- package/dist/components/digital/Header/index.d.ts +1 -0
- package/dist/components/digital/NextSteps/NextSteps.d.ts +21 -0
- package/dist/components/digital/NextSteps/NextStepsBase.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsContainer.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsContent.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsContext.d.ts +3 -0
- package/dist/components/digital/NextSteps/NextStepsCtaWrapper.d.ts +14 -0
- package/dist/components/digital/NextSteps/NextStepsProvider.d.ts +4 -0
- package/dist/components/digital/NextSteps/NextStepsTitle.d.ts +14 -0
- package/dist/components/digital/NextSteps/index.d.ts +1 -0
- package/dist/components/digital/Record/Record.d.ts +21 -0
- package/dist/components/digital/Record/RecordBase.d.ts +12 -0
- package/dist/components/digital/Record/RecordContext.d.ts +9 -0
- package/dist/components/digital/Record/RecordGrid.d.ts +22 -0
- package/dist/components/digital/Record/RecordItem.d.ts +12 -0
- package/dist/components/digital/Record/RecordProvider.d.ts +5 -0
- package/dist/components/digital/Record/RecordTitle.d.ts +14 -0
- package/dist/components/digital/Record/index.d.ts +1 -0
- package/dist/components/digital/Testimonials/Testimonials.d.ts +19 -0
- package/dist/components/digital/Testimonials/TestimonialsBase.d.ts +14 -0
- package/dist/components/digital/Testimonials/TestimonialsCarousel.d.ts +33 -0
- package/dist/components/digital/Testimonials/TestimonialsContainer.d.ts +15 -0
- package/dist/components/digital/Testimonials/TestimonialsContext.d.ts +9 -0
- package/dist/components/digital/Testimonials/TestimonialsProvider.d.ts +5 -0
- package/dist/components/digital/Testimonials/index.d.ts +1 -0
- package/dist/components/digital/index.d.ts +6 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/compound/Banner/Banner.d.ts +17 -0
- package/dist/compound/Banner/BannerBase.d.ts +12 -0
- package/dist/compound/Banner/BannerContext.d.ts +5 -0
- package/dist/compound/Banner/BannerProvider.d.ts +6 -0
- package/dist/compound/Banner/index.d.ts +1 -0
- package/dist/compound/Banner/preview/PreviewBase.d.ts +12 -0
- package/dist/compound/Banner/print/PrintBase.d.ts +6 -0
- package/dist/compound/Calendar/Calendar.d.ts +45 -0
- package/dist/compound/Calendar/CalendarContainer.d.ts +13 -0
- package/dist/compound/Calendar/CalendarContext.d.ts +4 -0
- package/dist/compound/Calendar/CalendarFooter.d.ts +13 -0
- package/dist/compound/Calendar/CalendarFooterLogo.d.ts +15 -0
- package/dist/compound/Calendar/CalendarFooterText.d.ts +13 -0
- package/dist/compound/Calendar/CalendarGhostFooter.d.ts +13 -0
- package/dist/compound/Calendar/CalendarImage.d.ts +15 -0
- package/dist/compound/Calendar/CalendarPage.d.ts +25 -0
- package/dist/compound/Calendar/CalendarProvider.d.ts +5 -0
- package/dist/compound/Calendar/CalendarTable.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableBody.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableCell.d.ts +15 -0
- package/dist/compound/Calendar/CalendarTableCellDate.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableCellItem.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableCellText.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableHead.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTableRow.d.ts +13 -0
- package/dist/compound/Calendar/CalendarTitle.d.ts +13 -0
- package/dist/compound/Calendar/index.d.ts +1 -0
- package/dist/compound/Cover/Cover.d.ts +35 -0
- package/dist/compound/Cover/CoverAddress.d.ts +13 -0
- package/dist/compound/Cover/CoverAgent.d.ts +13 -0
- package/dist/compound/Cover/CoverBase.d.ts +25 -0
- package/dist/compound/Cover/CoverContainer.d.ts +13 -0
- package/dist/compound/Cover/CoverContext.d.ts +4 -0
- package/dist/compound/Cover/CoverDetailsWrapper.d.ts +13 -0
- package/dist/compound/Cover/CoverFooter.d.ts +13 -0
- package/dist/compound/Cover/CoverFooterLogo.d.ts +15 -0
- package/dist/compound/Cover/CoverFooterText.d.ts +13 -0
- package/dist/compound/Cover/CoverImage.d.ts +15 -0
- package/dist/compound/Cover/CoverProvider.d.ts +5 -0
- package/dist/compound/Cover/CoverTitle.d.ts +13 -0
- package/dist/compound/Cover/CoverVendor.d.ts +13 -0
- package/dist/compound/Cover/index.d.ts +1 -0
- package/dist/compound/Letter/Letter.d.ts +51 -0
- package/dist/compound/Letter/LetterAgent.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentEmail.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentImage.d.ts +15 -0
- package/dist/compound/Letter/LetterAgentName.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentOfficeLicense.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentPhone.d.ts +13 -0
- package/dist/compound/Letter/LetterAgentWrapper.d.ts +13 -0
- package/dist/compound/Letter/LetterBase.d.ts +25 -0
- package/dist/compound/Letter/LetterBody.d.ts +13 -0
- package/dist/compound/Letter/LetterClosing.d.ts +13 -0
- package/dist/compound/Letter/LetterContainer.d.ts +13 -0
- package/dist/compound/Letter/LetterContent.d.ts +13 -0
- package/dist/compound/Letter/LetterContext.d.ts +4 -0
- package/dist/compound/Letter/LetterDetails.d.ts +13 -0
- package/dist/compound/Letter/LetterFooter.d.ts +13 -0
- package/dist/compound/Letter/LetterFooterLogo.d.ts +15 -0
- package/dist/compound/Letter/LetterFooterText.d.ts +13 -0
- package/dist/compound/Letter/LetterImage.d.ts +15 -0
- package/dist/compound/Letter/LetterProvider.d.ts +5 -0
- package/dist/compound/Letter/LetterSalutation.d.ts +13 -0
- package/dist/compound/Letter/LetterTitle.d.ts +13 -0
- package/dist/compound/Letter/index.d.ts +1 -0
- package/dist/compound/index.d.ts +3 -0
- package/dist/data.d.ts +145 -0
- package/dist/hooks/useContainerWidth.d.ts +2 -0
- package/dist/icons/CloseIcon.d.ts +1 -0
- package/dist/icons/MenuIcon.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/aspectRatio.d.ts +1 -0
- package/dist/lib/cn.d.ts +5 -0
- package/dist/lib/gridCol.d.ts +1 -0
- package/dist/lib/pageDimensions.d.ts +46 -0
- package/dist/lib/unitFormatter.d.ts +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/pages/BaseComponents.d.ts +1 -0
- package/dist/pages/Bayleys.d.ts +4 -0
- package/dist/pages/Coronis.d.ts +4 -0
- package/dist/pages/components/BayleysCarouselItem.d.ts +6 -0
- package/dist/pages/components/CompoundCard.d.ts +9 -0
- package/dist/pages/components/CoronisCarouselItem.d.ts +4 -0
- package/dist/pages/data.d.ts +6 -0
- package/dist/pagesV2/Bayleys.d.ts +4 -0
- package/dist/pagesV2/BayleysRural.d.ts +4 -0
- package/dist/pagesV2/Coronis.d.ts +4 -0
- package/dist/pagesV2/_components/BayleysCompoundCalendar.d.ts +7 -0
- package/dist/pagesV2/_components/BayleysCompoundCover.d.ts +7 -0
- package/dist/pagesV2/_components/BayleysCompoundLetter.d.ts +7 -0
- package/dist/pagesV2/_components/CoronisCompoundCover.d.ts +8 -0
- package/dist/pagesV2/_components/RuralCompoundCover.d.ts +7 -0
- package/dist/pagesV2/_components/Wrapper.d.ts +14 -0
- package/dist/pagesV2/data.d.ts +87 -0
- package/dist/pagesV2/styles.d.ts +285 -0
- package/dist/shared/argtypes/index.d.ts +232 -0
- package/dist/shared/index.d.ts +2 -0
- package/dist/shared/params/index.d.ts +9 -0
- package/dist/stories/base/Button.stories.d.ts +83 -0
- package/dist/stories/print/Calendar.stories.d.ts +337 -0
- package/dist/stories/print/Cover.stories.d.ts +186 -0
- package/dist/stories/print/Letter.stories.d.ts +277 -0
- package/package.json +8 -1
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
export namespace calendarStyle {
|
|
2
|
+
export namespace footer {
|
|
3
|
+
let position: "absolute";
|
|
4
|
+
let left: number;
|
|
5
|
+
let right: number;
|
|
6
|
+
let bottom: number;
|
|
7
|
+
let zIndex: number;
|
|
8
|
+
let width: string;
|
|
9
|
+
let height: string;
|
|
10
|
+
let padding: string;
|
|
11
|
+
let gap: string;
|
|
12
|
+
let display: "flex";
|
|
13
|
+
let flexDirection: "row";
|
|
14
|
+
let alignItems: "center";
|
|
15
|
+
let justifyContent: "space-between";
|
|
16
|
+
let backgroundColor: string;
|
|
17
|
+
let borderTop: string;
|
|
18
|
+
let borderBottom: string;
|
|
19
|
+
}
|
|
20
|
+
export namespace footerLogo {
|
|
21
|
+
let width_1: string;
|
|
22
|
+
export { width_1 as width };
|
|
23
|
+
let height_1: string;
|
|
24
|
+
export { height_1 as height };
|
|
25
|
+
}
|
|
26
|
+
export namespace footerText {
|
|
27
|
+
let fontSize: string;
|
|
28
|
+
}
|
|
29
|
+
export namespace table {
|
|
30
|
+
export let marginTop: string;
|
|
31
|
+
let width_2: string;
|
|
32
|
+
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 };
|
|
119
|
+
let fontSize_1: string;
|
|
120
|
+
export { fontSize_1 as fontSize };
|
|
121
|
+
export let lineHeight: string;
|
|
122
|
+
let fontWeight_3: string;
|
|
123
|
+
export { fontWeight_3 as fontWeight };
|
|
124
|
+
export let fontStyle: "normal";
|
|
125
|
+
}
|
|
126
|
+
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 };
|
|
135
|
+
}
|
|
136
|
+
export { pageStyle as page };
|
|
137
|
+
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 };
|
|
142
|
+
}
|
|
143
|
+
export namespace container {
|
|
144
|
+
let marginTop_2: string;
|
|
145
|
+
export { marginTop_2 as marginTop };
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
export namespace coverStyle {
|
|
149
|
+
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 };
|
|
154
|
+
}
|
|
155
|
+
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 };
|
|
160
|
+
}
|
|
161
|
+
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 };
|
|
168
|
+
}
|
|
169
|
+
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 };
|
|
174
|
+
}
|
|
175
|
+
export { image_1 as image };
|
|
176
|
+
export namespace container_1 {
|
|
177
|
+
let marginTop_5: string;
|
|
178
|
+
export { marginTop_5 as marginTop };
|
|
179
|
+
}
|
|
180
|
+
export { container_1 as container };
|
|
181
|
+
}
|
|
182
|
+
export namespace letterStyle {
|
|
183
|
+
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 };
|
|
188
|
+
export let columnGap: string;
|
|
189
|
+
let marginTop_6: string;
|
|
190
|
+
export { marginTop_6 as marginTop };
|
|
191
|
+
}
|
|
192
|
+
export namespace agent_1 {
|
|
193
|
+
export let flexGrow: number;
|
|
194
|
+
let width_9: string;
|
|
195
|
+
export { width_9 as width };
|
|
196
|
+
let fontSize_2: string;
|
|
197
|
+
export { fontSize_2 as fontSize };
|
|
198
|
+
let fontWeight_7: string;
|
|
199
|
+
export { fontWeight_7 as fontWeight };
|
|
200
|
+
let fontStyle_1: "normal";
|
|
201
|
+
export { fontStyle_1 as fontStyle };
|
|
202
|
+
let lineHeight_1: string;
|
|
203
|
+
export { lineHeight_1 as lineHeight };
|
|
204
|
+
}
|
|
205
|
+
export { agent_1 as agent };
|
|
206
|
+
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 };
|
|
213
|
+
}
|
|
214
|
+
export namespace agentPhone {
|
|
215
|
+
let marginTop_7: string;
|
|
216
|
+
export { marginTop_7 as marginTop };
|
|
217
|
+
}
|
|
218
|
+
export namespace agentEmail {
|
|
219
|
+
let marginTop_8: string;
|
|
220
|
+
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 };
|
|
229
|
+
export let textTransform: "uppercase";
|
|
230
|
+
export let hyphens: string;
|
|
231
|
+
let lineHeight_2: number;
|
|
232
|
+
export { lineHeight_2 as lineHeight };
|
|
233
|
+
}
|
|
234
|
+
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 };
|
|
239
|
+
export let objectFit: string;
|
|
240
|
+
export let objectPosition: string;
|
|
241
|
+
let marginTop_10: string;
|
|
242
|
+
export { marginTop_10 as marginTop };
|
|
243
|
+
}
|
|
244
|
+
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 };
|
|
249
|
+
}
|
|
250
|
+
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 };
|
|
259
|
+
let fontStyle_2: "normal";
|
|
260
|
+
export { fontStyle_2 as fontStyle };
|
|
261
|
+
let lineHeight_3: string;
|
|
262
|
+
export { lineHeight_3 as lineHeight };
|
|
263
|
+
}
|
|
264
|
+
export let body: {
|
|
265
|
+
[key: string]: import("@react-pdf/stylesheet").Style;
|
|
266
|
+
};
|
|
267
|
+
export let closing: {
|
|
268
|
+
[key: string]: import("@react-pdf/stylesheet").Style;
|
|
269
|
+
};
|
|
270
|
+
export { pageStyle as page };
|
|
271
|
+
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 };
|
|
276
|
+
}
|
|
277
|
+
export { image_2 as image };
|
|
278
|
+
export namespace container_2 {
|
|
279
|
+
let marginTop_12: string;
|
|
280
|
+
export { marginTop_12 as marginTop };
|
|
281
|
+
}
|
|
282
|
+
export { container_2 as container };
|
|
283
|
+
}
|
|
284
|
+
declare const pageStyle: import('@react-pdf/renderer').Styles;
|
|
285
|
+
export {};
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
export namespace pageArgValues {
|
|
2
|
+
let mode: string;
|
|
3
|
+
let size: string;
|
|
4
|
+
let orientation: string;
|
|
5
|
+
}
|
|
6
|
+
export namespace pageArgTypes {
|
|
7
|
+
export namespace mode_1 {
|
|
8
|
+
let control: string;
|
|
9
|
+
let options: string[];
|
|
10
|
+
let description: string;
|
|
11
|
+
}
|
|
12
|
+
export { mode_1 as mode };
|
|
13
|
+
export namespace size_1 {
|
|
14
|
+
export namespace control_1 {
|
|
15
|
+
let type: string;
|
|
16
|
+
}
|
|
17
|
+
export { control_1 as control };
|
|
18
|
+
let options_1: string[];
|
|
19
|
+
export { options_1 as options };
|
|
20
|
+
let description_1: string;
|
|
21
|
+
export { description_1 as description };
|
|
22
|
+
}
|
|
23
|
+
export { size_1 as size };
|
|
24
|
+
export namespace orientation_1 {
|
|
25
|
+
let control_2: string;
|
|
26
|
+
export { control_2 as control };
|
|
27
|
+
let description_2: string;
|
|
28
|
+
export { description_2 as description };
|
|
29
|
+
export namespace table {
|
|
30
|
+
let readonly: boolean;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
export { orientation_1 as orientation };
|
|
34
|
+
}
|
|
35
|
+
export namespace commonArgTypes {
|
|
36
|
+
namespace id {
|
|
37
|
+
let control_3: string;
|
|
38
|
+
export { control_3 as control };
|
|
39
|
+
let description_3: string;
|
|
40
|
+
export { description_3 as description };
|
|
41
|
+
export namespace type_1 {
|
|
42
|
+
let name: string;
|
|
43
|
+
let required: boolean;
|
|
44
|
+
}
|
|
45
|
+
export { type_1 as type };
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
export namespace imageArgTypes {
|
|
49
|
+
namespace alt {
|
|
50
|
+
let control_4: string;
|
|
51
|
+
export { control_4 as control };
|
|
52
|
+
let description_4: string;
|
|
53
|
+
export { description_4 as description };
|
|
54
|
+
export namespace type_2 {
|
|
55
|
+
let name_1: string;
|
|
56
|
+
export { name_1 as name };
|
|
57
|
+
let required_1: boolean;
|
|
58
|
+
export { required_1 as required };
|
|
59
|
+
}
|
|
60
|
+
export { type_2 as type };
|
|
61
|
+
}
|
|
62
|
+
namespace src {
|
|
63
|
+
let control_5: string;
|
|
64
|
+
export { control_5 as control };
|
|
65
|
+
let description_5: string;
|
|
66
|
+
export { description_5 as description };
|
|
67
|
+
export namespace type_3 {
|
|
68
|
+
let name_2: string;
|
|
69
|
+
export { name_2 as name };
|
|
70
|
+
let required_2: boolean;
|
|
71
|
+
export { required_2 as required };
|
|
72
|
+
}
|
|
73
|
+
export { type_3 as type };
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
export namespace titleArgTypes {
|
|
77
|
+
namespace title {
|
|
78
|
+
let control_6: string;
|
|
79
|
+
export { control_6 as control };
|
|
80
|
+
let description_6: string;
|
|
81
|
+
export { description_6 as description };
|
|
82
|
+
export namespace type_4 {
|
|
83
|
+
let name_3: string;
|
|
84
|
+
export { name_3 as name };
|
|
85
|
+
let required_3: boolean;
|
|
86
|
+
export { required_3 as required };
|
|
87
|
+
}
|
|
88
|
+
export { type_4 as type };
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export namespace vendorArgTypes {
|
|
92
|
+
namespace vendor {
|
|
93
|
+
let control_7: string;
|
|
94
|
+
export { control_7 as control };
|
|
95
|
+
let description_7: string;
|
|
96
|
+
export { description_7 as description };
|
|
97
|
+
export namespace type_5 {
|
|
98
|
+
let name_4: string;
|
|
99
|
+
export { name_4 as name };
|
|
100
|
+
let required_4: boolean;
|
|
101
|
+
export { required_4 as required };
|
|
102
|
+
}
|
|
103
|
+
export { type_5 as type };
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export namespace agentsArgTypes {
|
|
107
|
+
namespace agent1 {
|
|
108
|
+
let control_8: string;
|
|
109
|
+
export { control_8 as control };
|
|
110
|
+
let description_8: string;
|
|
111
|
+
export { description_8 as description };
|
|
112
|
+
export namespace table_1 {
|
|
113
|
+
export namespace type_6 {
|
|
114
|
+
let summary: string;
|
|
115
|
+
let detail: string;
|
|
116
|
+
}
|
|
117
|
+
export { type_6 as type };
|
|
118
|
+
}
|
|
119
|
+
export { table_1 as table };
|
|
120
|
+
}
|
|
121
|
+
namespace agent2 {
|
|
122
|
+
let control_9: string;
|
|
123
|
+
export { control_9 as control };
|
|
124
|
+
let description_9: string;
|
|
125
|
+
export { description_9 as description };
|
|
126
|
+
export namespace table_2 {
|
|
127
|
+
export namespace type_7 {
|
|
128
|
+
let summary_1: string;
|
|
129
|
+
export { summary_1 as summary };
|
|
130
|
+
let detail_1: string;
|
|
131
|
+
export { detail_1 as detail };
|
|
132
|
+
}
|
|
133
|
+
export { type_7 as type };
|
|
134
|
+
}
|
|
135
|
+
export { table_2 as table };
|
|
136
|
+
}
|
|
137
|
+
namespace agent3 {
|
|
138
|
+
let control_10: string;
|
|
139
|
+
export { control_10 as control };
|
|
140
|
+
let description_10: string;
|
|
141
|
+
export { description_10 as description };
|
|
142
|
+
export namespace table_3 {
|
|
143
|
+
export namespace type_8 {
|
|
144
|
+
let summary_2: string;
|
|
145
|
+
export { summary_2 as summary };
|
|
146
|
+
let detail_2: string;
|
|
147
|
+
export { detail_2 as detail };
|
|
148
|
+
}
|
|
149
|
+
export { type_8 as type };
|
|
150
|
+
}
|
|
151
|
+
export { table_3 as table };
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
export namespace addressArgTypes {
|
|
155
|
+
namespace address {
|
|
156
|
+
let control_11: string;
|
|
157
|
+
export { control_11 as control };
|
|
158
|
+
let description_11: string;
|
|
159
|
+
export { description_11 as description };
|
|
160
|
+
export namespace type_9 {
|
|
161
|
+
let name_5: string;
|
|
162
|
+
export { name_5 as name };
|
|
163
|
+
let required_5: boolean;
|
|
164
|
+
export { required_5 as required };
|
|
165
|
+
}
|
|
166
|
+
export { type_9 as type };
|
|
167
|
+
}
|
|
168
|
+
namespace suburb {
|
|
169
|
+
let control_12: string;
|
|
170
|
+
export { control_12 as control };
|
|
171
|
+
let description_12: string;
|
|
172
|
+
export { description_12 as description };
|
|
173
|
+
export namespace type_10 {
|
|
174
|
+
let name_6: string;
|
|
175
|
+
export { name_6 as name };
|
|
176
|
+
let required_6: boolean;
|
|
177
|
+
export { required_6 as required };
|
|
178
|
+
}
|
|
179
|
+
export { type_10 as type };
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
export namespace menuArgTypes {
|
|
183
|
+
namespace menu {
|
|
184
|
+
let control_13: string;
|
|
185
|
+
export { control_13 as control };
|
|
186
|
+
let description_13: string;
|
|
187
|
+
export { description_13 as description };
|
|
188
|
+
export namespace type_11 {
|
|
189
|
+
let name_7: string;
|
|
190
|
+
export { name_7 as name };
|
|
191
|
+
let required_7: boolean;
|
|
192
|
+
export { required_7 as required };
|
|
193
|
+
}
|
|
194
|
+
export { type_11 as type };
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
export namespace letterArgTypes {
|
|
198
|
+
namespace body {
|
|
199
|
+
let control_14: string;
|
|
200
|
+
export { control_14 as control };
|
|
201
|
+
let description_14: string;
|
|
202
|
+
export { description_14 as description };
|
|
203
|
+
}
|
|
204
|
+
namespace closing {
|
|
205
|
+
let control_15: string;
|
|
206
|
+
export { control_15 as control };
|
|
207
|
+
let description_15: string;
|
|
208
|
+
export { description_15 as description };
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
export namespace footerArgTypes {
|
|
212
|
+
namespace footerLogo {
|
|
213
|
+
let control_16: string;
|
|
214
|
+
export { control_16 as control };
|
|
215
|
+
let description_16: string;
|
|
216
|
+
export { description_16 as description };
|
|
217
|
+
}
|
|
218
|
+
namespace footerText {
|
|
219
|
+
let control_17: string;
|
|
220
|
+
export { control_17 as control };
|
|
221
|
+
let description_17: string;
|
|
222
|
+
export { description_17 as description };
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
export namespace styleArgTypes {
|
|
226
|
+
namespace style {
|
|
227
|
+
let control_18: string;
|
|
228
|
+
export { control_18 as control };
|
|
229
|
+
let description_18: string;
|
|
230
|
+
export { description_18 as description };
|
|
231
|
+
}
|
|
232
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Button } from '../../components';
|
|
2
|
+
declare namespace _default {
|
|
3
|
+
export let title: string;
|
|
4
|
+
export { Button as component };
|
|
5
|
+
export let tags: string[];
|
|
6
|
+
export namespace parameters {
|
|
7
|
+
let layout: string;
|
|
8
|
+
}
|
|
9
|
+
export namespace argTypes {
|
|
10
|
+
namespace id {
|
|
11
|
+
let control: string;
|
|
12
|
+
let description: string;
|
|
13
|
+
}
|
|
14
|
+
namespace className {
|
|
15
|
+
let control_1: string;
|
|
16
|
+
export { control_1 as control };
|
|
17
|
+
let description_1: string;
|
|
18
|
+
export { description_1 as description };
|
|
19
|
+
}
|
|
20
|
+
namespace children {
|
|
21
|
+
let control_2: string;
|
|
22
|
+
export { control_2 as control };
|
|
23
|
+
let description_2: string;
|
|
24
|
+
export { description_2 as description };
|
|
25
|
+
}
|
|
26
|
+
namespace disabled {
|
|
27
|
+
let control_3: string;
|
|
28
|
+
export { control_3 as control };
|
|
29
|
+
let description_3: string;
|
|
30
|
+
export { description_3 as description };
|
|
31
|
+
}
|
|
32
|
+
namespace loading {
|
|
33
|
+
let control_4: string;
|
|
34
|
+
export { control_4 as control };
|
|
35
|
+
let description_4: string;
|
|
36
|
+
export { description_4 as description };
|
|
37
|
+
}
|
|
38
|
+
namespace loadingText {
|
|
39
|
+
let control_5: string;
|
|
40
|
+
export { control_5 as control };
|
|
41
|
+
let description_5: string;
|
|
42
|
+
export { description_5 as description };
|
|
43
|
+
}
|
|
44
|
+
namespace type {
|
|
45
|
+
let control_6: string;
|
|
46
|
+
export { control_6 as control };
|
|
47
|
+
let description_6: string;
|
|
48
|
+
export { description_6 as description };
|
|
49
|
+
}
|
|
50
|
+
namespace color {
|
|
51
|
+
let control_7: string;
|
|
52
|
+
export { control_7 as control };
|
|
53
|
+
let description_7: string;
|
|
54
|
+
export { description_7 as description };
|
|
55
|
+
}
|
|
56
|
+
namespace variant {
|
|
57
|
+
let control_8: string;
|
|
58
|
+
export { control_8 as control };
|
|
59
|
+
let description_8: string;
|
|
60
|
+
export { description_8 as description };
|
|
61
|
+
}
|
|
62
|
+
namespace corner {
|
|
63
|
+
let control_9: string;
|
|
64
|
+
export { control_9 as control };
|
|
65
|
+
let description_9: string;
|
|
66
|
+
export { description_9 as description };
|
|
67
|
+
}
|
|
68
|
+
namespace onClick {
|
|
69
|
+
export let action: string;
|
|
70
|
+
let description_10: string;
|
|
71
|
+
export { description_10 as description };
|
|
72
|
+
export namespace table {
|
|
73
|
+
export namespace type_1 {
|
|
74
|
+
let summary: string;
|
|
75
|
+
}
|
|
76
|
+
export { type_1 as type };
|
|
77
|
+
export let category: string;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export default _default;
|
|
83
|
+
export const Default: any;
|