@redhq/ui 2.1.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.
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 -8
  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 +19 -8
@@ -0,0 +1,13 @@
1
+ export default LetterContent;
2
+ declare function LetterContent({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace LetterContent {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,4 @@
1
+ export const LetterContext: import('react').Context<{
2
+ id: string;
3
+ mode: string;
4
+ }>;
@@ -0,0 +1,13 @@
1
+ export default LetterDetails;
2
+ declare function LetterDetails({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace LetterDetails {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ export default LetterFooter;
2
+ declare function LetterFooter({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace LetterFooter {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ export default LetterFooterLogo;
2
+ declare function LetterFooterLogo({ alt, src, style, ...rest }: {
3
+ [x: string]: any;
4
+ alt?: string;
5
+ src?: string;
6
+ style?: {};
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace LetterFooterLogo {
9
+ let displayName: string;
10
+ namespace propTypes {
11
+ let alt: any;
12
+ let src: any;
13
+ let style: any;
14
+ }
15
+ }
@@ -0,0 +1,13 @@
1
+ export default LetterFooterText;
2
+ declare function LetterFooterText({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace LetterFooterText {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ export default LetterImage;
2
+ declare function LetterImage({ alt, src, style, ...rest }: {
3
+ [x: string]: any;
4
+ alt: any;
5
+ src: any;
6
+ style?: {};
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace LetterImage {
9
+ let displayName: string;
10
+ namespace propTypes {
11
+ let alt: any;
12
+ let src: any;
13
+ let style: any;
14
+ }
15
+ }
@@ -0,0 +1,5 @@
1
+ export function LetterProvider({ id, mode, children }: {
2
+ id: any;
3
+ mode: any;
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ export default LetterSalutation;
2
+ declare function LetterSalutation({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace LetterSalutation {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ export default LetterTitle;
2
+ declare function LetterTitle({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace LetterTitle {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1 @@
1
+ export { default as Letter } from './Letter';
@@ -0,0 +1,3 @@
1
+ export { Calendar } from './Calendar';
2
+ export { Cover } from './Cover';
3
+ export { Letter } from './Letter';
package/dist/data.d.ts ADDED
@@ -0,0 +1,145 @@
1
+ export namespace data {
2
+ namespace coronis {
3
+ let theme: string[];
4
+ namespace logo {
5
+ let alt: string;
6
+ let src: string;
7
+ }
8
+ let menu: {
9
+ path: string;
10
+ id: string;
11
+ label: string;
12
+ value: string;
13
+ }[];
14
+ namespace cover {
15
+ let alt_1: string;
16
+ export { alt_1 as alt };
17
+ let src_1: string;
18
+ export { src_1 as src };
19
+ export let specs: string[];
20
+ export let title: string;
21
+ export let vendor: string;
22
+ export let suburb: string;
23
+ export let address: string;
24
+ export let position: string;
25
+ }
26
+ let records: {
27
+ id: string;
28
+ tag: string;
29
+ alt: string;
30
+ src: string;
31
+ ratio: string;
32
+ address: string;
33
+ suburb: string;
34
+ sale: {
35
+ price: {
36
+ value: number;
37
+ formatted: string;
38
+ };
39
+ date: string;
40
+ method: string;
41
+ rateable: {
42
+ value: number;
43
+ formatted: string;
44
+ };
45
+ };
46
+ features: {
47
+ id: string;
48
+ label: string;
49
+ value: number;
50
+ icon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
51
+ }[];
52
+ area: {
53
+ land: {
54
+ id: string;
55
+ label: string;
56
+ value: number;
57
+ unit: string;
58
+ icon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
59
+ };
60
+ floor: {
61
+ id: string;
62
+ label: string;
63
+ value: number;
64
+ unit: string;
65
+ icon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
66
+ };
67
+ };
68
+ }[];
69
+ }
70
+ namespace bayleys {
71
+ let theme_1: string[];
72
+ export { theme_1 as theme };
73
+ export namespace logo_1 {
74
+ let alt_2: string;
75
+ export { alt_2 as alt };
76
+ let src_2: string;
77
+ export { src_2 as src };
78
+ }
79
+ export { logo_1 as logo };
80
+ let menu_1: {
81
+ path: string;
82
+ id: string;
83
+ label: string;
84
+ value: string;
85
+ }[];
86
+ export { menu_1 as menu };
87
+ export namespace cover_1 {
88
+ let alt_3: string;
89
+ export { alt_3 as alt };
90
+ let src_3: string;
91
+ export { src_3 as src };
92
+ let specs_1: string[];
93
+ export { specs_1 as specs };
94
+ let title_1: string;
95
+ export { title_1 as title };
96
+ let position_1: string;
97
+ export { position_1 as position };
98
+ }
99
+ export { cover_1 as cover };
100
+ let records_1: {
101
+ id: string;
102
+ tag: string;
103
+ alt: string;
104
+ src: string;
105
+ ratio: string;
106
+ address: string;
107
+ suburb: string;
108
+ sale: {
109
+ price: {
110
+ value: number;
111
+ formatted: string;
112
+ };
113
+ date: string;
114
+ method: string;
115
+ rateable: {
116
+ value: number;
117
+ formatted: string;
118
+ };
119
+ };
120
+ features: {
121
+ id: string;
122
+ label: string;
123
+ value: number;
124
+ icon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
125
+ }[];
126
+ area: {
127
+ land: {
128
+ id: string;
129
+ label: string;
130
+ value: number;
131
+ unit: string;
132
+ icon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
133
+ };
134
+ floor: {
135
+ id: string;
136
+ label: string;
137
+ value: number;
138
+ unit: string;
139
+ icon: import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
140
+ };
141
+ };
142
+ }[];
143
+ export { records_1 as records };
144
+ }
145
+ }
@@ -0,0 +1,2 @@
1
+ export default useContainerWidth;
2
+ declare function useContainerWidth(): (number | import('react').RefObject<any>)[];
@@ -0,0 +1 @@
1
+ export function CloseIcon(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export function MenuIcon(): import("react/jsx-runtime").JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1,8 +1 @@
1
- import * as React from "react";
2
-
3
- interface CoverProps {
4
- children?: React.ReactNode;
5
- className?: string;
6
- }
7
-
8
- export const Cover: React.FC<CoverProps>;
1
+ export * from './compound';
@@ -0,0 +1 @@
1
+ export function aspectRatio(value: any): any;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Merge Tailwind CSS class names safely.
3
+ * Usage: cn('p-2', isActive && 'bg-blue-500')
4
+ */
5
+ export function cn(...inputs: any[]): string;
@@ -0,0 +1 @@
1
+ export function gridCol(value: any): any;
@@ -0,0 +1,46 @@
1
+ export namespace PAGE_DIMENSIONS {
2
+ namespace A4 {
3
+ namespace portrait {
4
+ let width: number;
5
+ let height: number;
6
+ }
7
+ namespace landscape {
8
+ let width_1: number;
9
+ export { width_1 as width };
10
+ let height_1: number;
11
+ export { height_1 as height };
12
+ }
13
+ }
14
+ namespace A3 {
15
+ export namespace portrait_1 {
16
+ let width_2: number;
17
+ export { width_2 as width };
18
+ let height_2: number;
19
+ export { height_2 as height };
20
+ }
21
+ export { portrait_1 as portrait };
22
+ export namespace landscape_1 {
23
+ let width_3: number;
24
+ export { width_3 as width };
25
+ let height_3: number;
26
+ export { height_3 as height };
27
+ }
28
+ export { landscape_1 as landscape };
29
+ }
30
+ namespace LETTER {
31
+ export namespace portrait_2 {
32
+ let width_4: number;
33
+ export { width_4 as width };
34
+ let height_4: number;
35
+ export { height_4 as height };
36
+ }
37
+ export { portrait_2 as portrait };
38
+ export namespace landscape_2 {
39
+ let width_5: number;
40
+ export { width_5 as width };
41
+ let height_5: number;
42
+ export { height_5 as height };
43
+ }
44
+ export { landscape_2 as landscape };
45
+ }
46
+ }
@@ -0,0 +1 @@
1
+ export function unitFormatter(value: any): any;
package/dist/main.d.ts ADDED
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export function BaseComponents(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export function Bayleys({ id, data }: {
2
+ id?: string;
3
+ data?: {};
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export function Coronis({ id, data }: {
2
+ id?: string;
3
+ data?: {};
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export function BayleysCarouselItem({ theme, author, message, showQuoteIcon }: {
2
+ theme: any;
3
+ author: any;
4
+ message: any;
5
+ showQuoteIcon: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ export default CompoundCard;
2
+ declare function CompoundCard({ record }: {
3
+ record: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ declare namespace CompoundCard {
6
+ namespace propTypes {
7
+ let record: any;
8
+ }
9
+ }
@@ -0,0 +1,4 @@
1
+ export function CoronisCarouselItem({ author, message }: {
2
+ author: any;
3
+ message: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ export const testimonials: {
2
+ id: string;
3
+ showQuoteIcon: boolean;
4
+ message: string;
5
+ author: string;
6
+ }[];
@@ -0,0 +1,4 @@
1
+ export default Bayleys;
2
+ declare function Bayleys({ mode }: {
3
+ mode?: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export default BayleysRural;
2
+ declare function BayleysRural({ mode }: {
3
+ mode?: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export default Coronis;
2
+ declare function Coronis({ style }: {
3
+ style: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export default BayleysCompoundCalendar;
2
+ declare function BayleysCompoundCalendar({ mode, settings, data, style }: {
3
+ mode: any;
4
+ settings: any;
5
+ data: any;
6
+ style: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export default BayleysCompoundCover;
2
+ declare function BayleysCompoundCover({ mode, settings, data, style }: {
3
+ mode: any;
4
+ settings: any;
5
+ data: any;
6
+ style: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ export default BayleysCompoundLetter;
2
+ declare function BayleysCompoundLetter({ mode, settings, data, style }: {
3
+ mode: any;
4
+ settings: any;
5
+ data: any;
6
+ style: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
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;
@@ -0,0 +1,7 @@
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;
@@ -0,0 +1,14 @@
1
+ export default Wrapper;
2
+ declare function Wrapper({ className, style, children, ...rest }: {
3
+ [x: string]: any;
4
+ className?: string;
5
+ style?: {};
6
+ children: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace Wrapper {
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,87 @@
1
+ import { default as marketingCalendarJson } from '../calendar.json';
2
+ export namespace cover_data {
3
+ export { sample_image as footerLogo };
4
+ export let footerText: string;
5
+ export let title: string;
6
+ export { vendorName as vendor };
7
+ import agent = fullname;
8
+ export { agent };
9
+ export { addressName as address };
10
+ export { suburbName as suburb };
11
+ export let alt: string;
12
+ export { sample_image as src };
13
+ export let id: string;
14
+ }
15
+ export namespace letter_data {
16
+ export namespace agent1 {
17
+ let firstname: string;
18
+ let lastname: string;
19
+ let fullname: string;
20
+ let phone: string;
21
+ let email: string;
22
+ let office: string;
23
+ let license: string;
24
+ let top5Image: string;
25
+ let top10Image: string;
26
+ }
27
+ export namespace agent2 {
28
+ let firstname_1: string;
29
+ export { firstname_1 as firstname };
30
+ let lastname_1: string;
31
+ export { lastname_1 as lastname };
32
+ let fullname_1: string;
33
+ export { fullname_1 as fullname };
34
+ let phone_1: string;
35
+ export { phone_1 as phone };
36
+ let email_1: string;
37
+ export { email_1 as email };
38
+ let office_1: string;
39
+ export { office_1 as office };
40
+ let license_1: string;
41
+ export { license_1 as license };
42
+ let top5Image_1: string;
43
+ export { top5Image_1 as top5Image };
44
+ let top10Image_1: string;
45
+ export { top10Image_1 as top10Image };
46
+ }
47
+ export namespace agent3 {
48
+ let firstname_2: string;
49
+ export { firstname_2 as firstname };
50
+ let lastname_2: string;
51
+ export { lastname_2 as lastname };
52
+ let fullname_2: string;
53
+ export { fullname_2 as fullname };
54
+ let phone_2: string;
55
+ export { phone_2 as phone };
56
+ let email_2: string;
57
+ export { email_2 as email };
58
+ let office_2: string;
59
+ export { office_2 as office };
60
+ let license_2: string;
61
+ export { license_2 as license };
62
+ let top5Image_2: string;
63
+ export { top5Image_2 as top5Image };
64
+ let top10Image_2: string;
65
+ export { top10Image_2 as top10Image };
66
+ }
67
+ let title_1: string;
68
+ export { title_1 as title };
69
+ export { vendorName as vendor };
70
+ export let body: string;
71
+ export let closing: string;
72
+ let id_1: string;
73
+ export { id_1 as id };
74
+ }
75
+ export namespace calendar_data {
76
+ let title_2: string;
77
+ export { title_2 as title };
78
+ export { marketingCalendarJson as calendar };
79
+ let id_2: string;
80
+ export { id_2 as id };
81
+ }
82
+ declare const sample_image: "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRj3AeEdRwNCyyuZsMMjJwkYSFbSLWR4g27LHSrpq2aZJvxrdWZSGXhS0WL1zhQ";
83
+ declare const vendorName: "Dianna Smith";
84
+ declare namespace agents { }
85
+ declare const addressName: "138/2 Maritime Terrace";
86
+ declare const suburbName: "Birkenhead";
87
+ export {};