@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.
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,21 @@
1
+ import { default as HeaderBase } from './HeaderBase';
2
+ import { default as HeaderLogo } from './HeaderLogo';
3
+ import { default as HeaderMenu } from './HeaderMenu';
4
+ import { default as HeaderItem } from './HeaderItem';
5
+ import { default as HeaderBurgerMenu } from './HeaderBurgerMenu';
6
+ export default Header;
7
+ declare function Header({ id, children }: {
8
+ id: any;
9
+ children: any;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare namespace Header {
12
+ export { HeaderBase as Base };
13
+ export { HeaderLogo as Logo };
14
+ export { HeaderMenu as Menu };
15
+ export { HeaderItem as Item };
16
+ export { HeaderBurgerMenu as BurgerMenu };
17
+ export namespace propTypes {
18
+ let id: any;
19
+ let children: any;
20
+ }
21
+ }
@@ -0,0 +1,16 @@
1
+ export default HeaderBase;
2
+ declare function HeaderBase({ className, style, fixed, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ fixed?: boolean;
6
+ children: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace HeaderBase {
9
+ let displayName: string;
10
+ namespace propTypes {
11
+ let className: any;
12
+ let style: any;
13
+ let fixed: any;
14
+ let children: any;
15
+ }
16
+ }
@@ -0,0 +1,16 @@
1
+ export default HeaderBurgerMenu;
2
+ declare function HeaderBurgerMenu({ className, style, children, onClick }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ onClick: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace HeaderBurgerMenu {
9
+ let displayName: string;
10
+ namespace propTypes {
11
+ let className: any;
12
+ let style: any;
13
+ let children: any;
14
+ let onClick: any;
15
+ }
16
+ }
@@ -0,0 +1,5 @@
1
+ export const HeaderContext: import('react').Context<{
2
+ id: string;
3
+ isOverflowing: boolean;
4
+ updateOverflow: () => void;
5
+ }>;
@@ -0,0 +1,18 @@
1
+ export default HeaderItem;
2
+ declare function HeaderItem({ className, style, children, path, onClick }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ path?: string;
7
+ onClick: any;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ declare namespace HeaderItem {
10
+ let displayName: string;
11
+ namespace propTypes {
12
+ let className: any;
13
+ let style: any;
14
+ let children: any;
15
+ let path: any;
16
+ let onClick: any;
17
+ }
18
+ }
@@ -0,0 +1,16 @@
1
+ export default HeaderLogo;
2
+ declare function HeaderLogo({ className, style, alt, src }: {
3
+ className?: string;
4
+ style?: {};
5
+ alt?: string;
6
+ src?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace HeaderLogo {
9
+ let displayName: string;
10
+ namespace propTypes {
11
+ let className: any;
12
+ let style: any;
13
+ let alt: any;
14
+ let src: any;
15
+ }
16
+ }
@@ -0,0 +1,14 @@
1
+ export default HeaderMenu;
2
+ declare function HeaderMenu({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace HeaderMenu {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,4 @@
1
+ export function HeaderProvider({ id, children }: {
2
+ id: any;
3
+ children: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { default as Header } from './Header';
@@ -0,0 +1,21 @@
1
+ import { default as NextStepsBase } from './NextStepsBase';
2
+ import { default as NextStepsContainer } from './NextStepsContainer';
3
+ import { default as NextStepsTitle } from './NextStepsTitle';
4
+ import { default as NextStepsContent } from './NextStepsContent';
5
+ import { default as NextStepsCtaWrapper } from './NextStepsCtaWrapper';
6
+ export default NextSteps;
7
+ declare function NextSteps({ id, children }: {
8
+ id: any;
9
+ children: any;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare namespace NextSteps {
12
+ export { NextStepsBase as Base };
13
+ export { NextStepsContainer as Container };
14
+ export { NextStepsTitle as Title };
15
+ export { NextStepsContent as Content };
16
+ export { NextStepsCtaWrapper as CtaWrapper };
17
+ export namespace propTypes {
18
+ let id: any;
19
+ let children: any;
20
+ }
21
+ }
@@ -0,0 +1,14 @@
1
+ export default NextStepsBase;
2
+ declare function NextStepsBase({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace NextStepsBase {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ export default NextStepsContainer;
2
+ declare function NextStepsContainer({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace NextStepsContainer {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ export default NextStepsContent;
2
+ declare function NextStepsContent({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace NextStepsContent {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,3 @@
1
+ export const NextStepsContext: import('react').Context<{
2
+ id: string;
3
+ }>;
@@ -0,0 +1,14 @@
1
+ export default NextStepsCtaWrapper;
2
+ declare function NextStepsCtaWrapper({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace NextStepsCtaWrapper {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,4 @@
1
+ export function NextStepsProvider({ id, children }: {
2
+ id: any;
3
+ children: any;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ export default NextStepsTitle;
2
+ declare function NextStepsTitle({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace NextStepsTitle {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1 @@
1
+ export { default as NextSteps } from './NextSteps';
@@ -0,0 +1,21 @@
1
+ import { default as RecordBase } from './RecordBase';
2
+ import { default as RecordTitle } from './RecordTitle';
3
+ import { default as RecordGrid } from './RecordGrid';
4
+ import { default as RecordItem } from './RecordItem';
5
+ export default Record;
6
+ declare function Record({ id, theme, children }: {
7
+ id: any;
8
+ theme: any;
9
+ children: any;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare namespace Record {
12
+ export { RecordBase as Base };
13
+ export { RecordTitle as Title };
14
+ export { RecordGrid as Grid };
15
+ export { RecordItem as Item };
16
+ export namespace propTypes {
17
+ let id: any;
18
+ let theme: any;
19
+ let children: any;
20
+ }
21
+ }
@@ -0,0 +1,12 @@
1
+ export default RecordBase;
2
+ declare function RecordBase({ className, children }: {
3
+ className?: string;
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace RecordBase {
7
+ let displayName: string;
8
+ namespace propTypes {
9
+ let className: any;
10
+ let children: any;
11
+ }
12
+ }
@@ -0,0 +1,9 @@
1
+ export const RecordContext: import('react').Context<{
2
+ id: string;
3
+ theme: {
4
+ primary: string;
5
+ secondary: string;
6
+ tertiary: string;
7
+ quaternary: string;
8
+ };
9
+ }>;
@@ -0,0 +1,22 @@
1
+ export default RecordGrid;
2
+ declare function RecordGrid({ className, col, xlCol, lgCol, mdCol, smCol, children }: {
3
+ className?: string;
4
+ col?: number;
5
+ xlCol?: number;
6
+ lgCol?: number;
7
+ mdCol?: number;
8
+ smCol?: number;
9
+ children: any;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare namespace RecordGrid {
12
+ let displayName: string;
13
+ namespace propTypes {
14
+ let className: any;
15
+ let col: any;
16
+ let xlCol: any;
17
+ let lgCol: any;
18
+ let mdCol: any;
19
+ let smCol: any;
20
+ let children: any;
21
+ }
22
+ }
@@ -0,0 +1,12 @@
1
+ export default RecordItem;
2
+ declare function RecordItem({ className, children }: {
3
+ className?: string;
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace RecordItem {
7
+ let displayName: string;
8
+ namespace propTypes {
9
+ let className: any;
10
+ let children: any;
11
+ }
12
+ }
@@ -0,0 +1,5 @@
1
+ export function RecordProvider({ id, theme, children }: {
2
+ id: any;
3
+ theme: any;
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,14 @@
1
+ export default RecordTitle;
2
+ declare function RecordTitle({ className, specs, children }: {
3
+ className?: string;
4
+ specs?: any[];
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace RecordTitle {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let specs: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1 @@
1
+ export { default as Record } from './Record';
@@ -0,0 +1,19 @@
1
+ import { default as TestimonialsBase } from './TestimonialsBase';
2
+ import { default as TestimonialsContainer } from './TestimonialsContainer';
3
+ import { default as TestimonialsCarousel } from './TestimonialsCarousel';
4
+ export default Testimonials;
5
+ declare function Testimonials({ id, theme, children }: {
6
+ id: any;
7
+ theme: any;
8
+ children: any;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ declare namespace Testimonials {
11
+ export { TestimonialsBase as Base };
12
+ export { TestimonialsContainer as Container };
13
+ export { TestimonialsCarousel as Carousel };
14
+ export namespace propTypes {
15
+ let id: any;
16
+ let theme: any;
17
+ let children: any;
18
+ }
19
+ }
@@ -0,0 +1,14 @@
1
+ export default TestimonialsBase;
2
+ declare function TestimonialsBase({ className, style, children }: {
3
+ className?: string;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace TestimonialsBase {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let className: any;
11
+ let style: any;
12
+ let children: any;
13
+ }
14
+ }
@@ -0,0 +1,33 @@
1
+ export default TestimonialsCarousel;
2
+ declare function TestimonialsCarousel({ className, slides, breakpoints, spaceBetween, slidesPerView, navigation, pagination, autoplay, autoplayDelay, loop, display, onSwiper, onSlideChange }: {
3
+ className?: string;
4
+ slides: any;
5
+ breakpoints: any;
6
+ spaceBetween?: number;
7
+ slidesPerView?: number;
8
+ navigation?: boolean;
9
+ pagination?: boolean;
10
+ autoplay?: boolean;
11
+ autoplayDelay?: number;
12
+ loop?: boolean;
13
+ display?: string;
14
+ onSwiper: any;
15
+ onSlideChange: any;
16
+ }): import("react/jsx-runtime").JSX.Element;
17
+ declare namespace TestimonialsCarousel {
18
+ let displayName: string;
19
+ namespace propTypes {
20
+ let slides: any;
21
+ let breakpoints: any;
22
+ let spaceBetween: any;
23
+ let slidesPerView: any;
24
+ let navigation: any;
25
+ let pagination: any;
26
+ let autoplay: any;
27
+ let autoplayDelay: any;
28
+ let loop: any;
29
+ let display: any;
30
+ let onSwiper: any;
31
+ let onSlideChange: any;
32
+ }
33
+ }
@@ -0,0 +1,15 @@
1
+ export default TestimonialsContainer;
2
+ declare function TestimonialsContainer({ className, width, style, children }: {
3
+ className?: string;
4
+ width: any;
5
+ style?: {};
6
+ children: any;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare namespace TestimonialsContainer {
9
+ let displayName: string;
10
+ namespace propTypes {
11
+ let className: any;
12
+ let style: any;
13
+ let children: any;
14
+ }
15
+ }
@@ -0,0 +1,9 @@
1
+ export const TestimonialsContext: import('react').Context<{
2
+ id: string;
3
+ theme: {
4
+ primary: string;
5
+ secondary: string;
6
+ tertiary: string;
7
+ quaternary: string;
8
+ };
9
+ }>;
@@ -0,0 +1,5 @@
1
+ export function TestimonialsProvider({ id, theme, children }: {
2
+ id: any;
3
+ theme: any;
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { default as Testimonials } from './Testimonials';
@@ -0,0 +1,6 @@
1
+ export { Cover } from './Cover';
2
+ export { Drawer } from './Drawer';
3
+ export { Header } from './Header';
4
+ export { NextSteps } from './NextSteps';
5
+ export { Record } from './Record';
6
+ export { Testimonials } from './Testimonials';
@@ -0,0 +1,2 @@
1
+ export * from './base';
2
+ export * from './digital';
@@ -0,0 +1,17 @@
1
+ import { default as BannerBase } from './BannerBase';
2
+ export default Banner;
3
+ declare function Banner({ id, mode, size, children }: {
4
+ id?: string;
5
+ mode?: string;
6
+ size?: string;
7
+ children: any;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ declare namespace Banner {
10
+ export { BannerBase as Base };
11
+ export namespace propTypes {
12
+ let id: any;
13
+ let mode: any;
14
+ let size: any;
15
+ let children: any;
16
+ }
17
+ }
@@ -0,0 +1,12 @@
1
+ export default BannerBase;
2
+ declare function BannerBase({ style, children }: {
3
+ style?: {};
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace BannerBase {
7
+ let displayName: string;
8
+ namespace propTypes {
9
+ let style: any;
10
+ let children: any;
11
+ }
12
+ }
@@ -0,0 +1,5 @@
1
+ export const BannerContext: import('react').Context<{
2
+ id: string;
3
+ mode: string;
4
+ size: string;
5
+ }>;
@@ -0,0 +1,6 @@
1
+ export function BannerProvider({ id, mode, size, children }: {
2
+ id: any;
3
+ mode: any;
4
+ size: any;
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { default as Banner } from './Banner';
@@ -0,0 +1,12 @@
1
+ export default PreviewBase;
2
+ declare function PreviewBase({ style, children }: {
3
+ style?: {};
4
+ children: any;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
+ declare namespace PreviewBase {
7
+ namespace propTypes {
8
+ let className: any;
9
+ let style: any;
10
+ let children: any;
11
+ }
12
+ }
@@ -0,0 +1,6 @@
1
+ export default PrintBase;
2
+ declare function PrintBase({ size, style, children }: {
3
+ size: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,45 @@
1
+ import { default as CalendarPage } from './CalendarPage';
2
+ import { default as CalendarImage } from './CalendarImage';
3
+ import { default as CalendarContainer } from './CalendarContainer';
4
+ import { default as CalendarTitle } from './CalendarTitle';
5
+ import { default as CalendarTable } from './CalendarTable';
6
+ import { default as CalendarTableHead } from './CalendarTableHead';
7
+ import { default as CalendarTableBody } from './CalendarTableBody';
8
+ import { default as CalendarTableRow } from './CalendarTableRow';
9
+ import { default as CalendarTableCell } from './CalendarTableCell';
10
+ import { default as CalendarTableCellText } from './CalendarTableCellText';
11
+ import { default as CalendarTableCellDate } from './CalendarTableCellDate';
12
+ import { default as CalendarTableCellItem } from './CalendarTableCellItem';
13
+ import { default as CalendarFooter } from './CalendarFooter';
14
+ import { default as CalendarFooterLogo } from './CalendarFooterLogo';
15
+ import { default as CalendarFooterText } from './CalendarFooterText';
16
+ import { default as CalendarGhostFooter } from './CalendarGhostFooter';
17
+ export default Calendar;
18
+ declare function Calendar({ id, mode, children }: {
19
+ id?: string;
20
+ mode?: string;
21
+ children: any;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
+ declare namespace Calendar {
24
+ export { CalendarPage as Page };
25
+ export { CalendarImage as Image };
26
+ export { CalendarContainer as Container };
27
+ export { CalendarTitle as Title };
28
+ export { CalendarTable as Table };
29
+ export { CalendarTableHead as Head };
30
+ export { CalendarTableBody as Body };
31
+ export { CalendarTableRow as Row };
32
+ export { CalendarTableCell as Cell };
33
+ export { CalendarTableCellText as CellText };
34
+ export { CalendarTableCellDate as CellDate };
35
+ export { CalendarTableCellItem as CellItem };
36
+ export { CalendarFooter as Footer };
37
+ export { CalendarFooterLogo as FooterLogo };
38
+ export { CalendarFooterText as FooterText };
39
+ export { CalendarGhostFooter as GhostFooter };
40
+ export namespace propTypes {
41
+ let id: any;
42
+ let mode: any;
43
+ let children: any;
44
+ }
45
+ }
@@ -0,0 +1,13 @@
1
+ export default CalendarContainer;
2
+ declare function CalendarContainer({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace CalendarContainer {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,4 @@
1
+ export const CalendarContext: import('react').Context<{
2
+ id: string;
3
+ mode: string;
4
+ }>;
@@ -0,0 +1,13 @@
1
+ export default CalendarFooter;
2
+ declare function CalendarFooter({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace CalendarFooter {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }
@@ -0,0 +1,15 @@
1
+ export default CalendarFooterLogo;
2
+ declare function CalendarFooterLogo({ 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 CalendarFooterLogo {
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 CalendarFooterText;
2
+ declare function CalendarFooterText({ style, children, ...rest }: {
3
+ [x: string]: any;
4
+ style?: {};
5
+ children: any;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare namespace CalendarFooterText {
8
+ let displayName: string;
9
+ namespace propTypes {
10
+ let style: any;
11
+ let children: any;
12
+ }
13
+ }