@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.
- 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 -8
- 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 +19 -8
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarGhostFooter;
|
|
2
|
+
declare function CalendarGhostFooter({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarGhostFooter {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default CalendarImage;
|
|
2
|
+
declare function CalendarImage({ 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 CalendarImage {
|
|
9
|
+
let displayName: string;
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
let alt: any;
|
|
12
|
+
let src: any;
|
|
13
|
+
let style: any;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default CalendarPage;
|
|
2
|
+
declare function CalendarPage({ dpi, wrap, debug, size, bookmark, orientation, style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
dpi?: number;
|
|
5
|
+
wrap?: boolean;
|
|
6
|
+
debug?: boolean;
|
|
7
|
+
size?: string;
|
|
8
|
+
bookmark?: string;
|
|
9
|
+
orientation?: string;
|
|
10
|
+
style?: {};
|
|
11
|
+
children: any;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare namespace CalendarPage {
|
|
14
|
+
let displayName: string;
|
|
15
|
+
namespace propTypes {
|
|
16
|
+
let dpi: any;
|
|
17
|
+
let wrap: any;
|
|
18
|
+
let debug: any;
|
|
19
|
+
let bookmark: any;
|
|
20
|
+
let size: any;
|
|
21
|
+
let orientation: any;
|
|
22
|
+
let style: any;
|
|
23
|
+
let children: any;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTable;
|
|
2
|
+
declare function CalendarTable({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTable {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTableBody;
|
|
2
|
+
declare function CalendarTableBody({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTableBody {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default CalendarTableCell;
|
|
2
|
+
declare function CalendarTableCell({ style, children, as, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
as?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare namespace CalendarTableCell {
|
|
9
|
+
let displayName: string;
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
let as: any;
|
|
12
|
+
let style: any;
|
|
13
|
+
let children: any;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTableCellDate;
|
|
2
|
+
declare function CalendarTableCellDate({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTableCellDate {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTableCellItem;
|
|
2
|
+
declare function CalendarTableCellItem({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTableCellItem {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTableCellText;
|
|
2
|
+
declare function CalendarTableCellText({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTableCellText {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTableHead;
|
|
2
|
+
declare function CalendarTableHead({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTableHead {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTableRow;
|
|
2
|
+
declare function CalendarTableRow({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTableRow {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CalendarTitle;
|
|
2
|
+
declare function CalendarTitle({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CalendarTitle {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Calendar } from './Calendar';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { default as CoverBase } from './CoverBase';
|
|
2
|
+
import { default as CoverContainer } from './CoverContainer';
|
|
3
|
+
import { default as CoverImage } from './CoverImage';
|
|
4
|
+
import { default as CoverDetailsWrapper } from './CoverDetailsWrapper';
|
|
5
|
+
import { default as CoverTitle } from './CoverTitle';
|
|
6
|
+
import { default as CoverAgent } from './CoverAgent';
|
|
7
|
+
import { default as CoverVendor } from './CoverVendor';
|
|
8
|
+
import { default as CoverAddress } from './CoverAddress';
|
|
9
|
+
import { default as CoverFooter } from './CoverFooter';
|
|
10
|
+
import { default as CoverFooterLogo } from './CoverFooterLogo';
|
|
11
|
+
import { default as CoverFooterText } from './CoverFooterText';
|
|
12
|
+
export default Cover;
|
|
13
|
+
declare function Cover({ id, mode, children }: {
|
|
14
|
+
id?: string;
|
|
15
|
+
mode?: string;
|
|
16
|
+
children: any;
|
|
17
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
declare namespace Cover {
|
|
19
|
+
export { CoverBase as Base };
|
|
20
|
+
export { CoverContainer as Container };
|
|
21
|
+
export { CoverImage as Image };
|
|
22
|
+
export { CoverDetailsWrapper as DetailsWrapper };
|
|
23
|
+
export { CoverTitle as Title };
|
|
24
|
+
export { CoverAgent as Agent };
|
|
25
|
+
export { CoverVendor as Vendor };
|
|
26
|
+
export { CoverAddress as Address };
|
|
27
|
+
export { CoverFooter as Footer };
|
|
28
|
+
export { CoverFooterLogo as FooterLogo };
|
|
29
|
+
export { CoverFooterText as FooterText };
|
|
30
|
+
export namespace propTypes {
|
|
31
|
+
let id: any;
|
|
32
|
+
let mode: any;
|
|
33
|
+
let children: any;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CoverAddress;
|
|
2
|
+
declare function CoverAddress({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverAddress {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CoverAgent;
|
|
2
|
+
declare function CoverAgent({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverAgent {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default CoverBase;
|
|
2
|
+
declare function CoverBase({ dpi, wrap, debug, size, bookmark, orientation, style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
dpi?: number;
|
|
5
|
+
wrap?: boolean;
|
|
6
|
+
debug?: boolean;
|
|
7
|
+
size?: string;
|
|
8
|
+
bookmark?: string;
|
|
9
|
+
orientation?: string;
|
|
10
|
+
style?: {};
|
|
11
|
+
children: any;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare namespace CoverBase {
|
|
14
|
+
let displayName: string;
|
|
15
|
+
namespace propTypes {
|
|
16
|
+
let dpi: any;
|
|
17
|
+
let wrap: any;
|
|
18
|
+
let debug: any;
|
|
19
|
+
let bookmark: any;
|
|
20
|
+
let size: any;
|
|
21
|
+
let orientation: any;
|
|
22
|
+
let style: any;
|
|
23
|
+
let children: any;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CoverContainer;
|
|
2
|
+
declare function CoverContainer({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverContainer {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CoverDetailsWrapper;
|
|
2
|
+
declare function CoverDetailsWrapper({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverDetailsWrapper {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CoverFooter;
|
|
2
|
+
declare function CoverFooter({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverFooter {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default CoverFooterLogo;
|
|
2
|
+
declare function CoverFooterLogo({ 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 CoverFooterLogo {
|
|
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 CoverFooterText;
|
|
2
|
+
declare function CoverFooterText({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverFooterText {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default CoverImage;
|
|
2
|
+
declare function CoverImage({ 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 CoverImage {
|
|
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 CoverTitle;
|
|
2
|
+
declare function CoverTitle({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverTitle {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default CoverVendor;
|
|
2
|
+
declare function CoverVendor({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverVendor {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Cover } from './Cover';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { default as LetterBase } from './LetterBase';
|
|
2
|
+
import { default as LetterContainer } from './LetterContainer';
|
|
3
|
+
import { default as LetterImage } from './LetterImage';
|
|
4
|
+
import { default as LetterDetails } from './LetterDetails';
|
|
5
|
+
import { default as LetterTitle } from './LetterTitle';
|
|
6
|
+
import { default as LetterContent } from './LetterContent';
|
|
7
|
+
import { default as LetterSalutation } from './LetterSalutation';
|
|
8
|
+
import { default as LetterBody } from './LetterBody';
|
|
9
|
+
import { default as LetterClosing } from './LetterClosing';
|
|
10
|
+
import { default as LetterAgentWrapper } from './LetterAgentWrapper';
|
|
11
|
+
import { default as LetterAgent } from './LetterAgent';
|
|
12
|
+
import { default as LetterAgentName } from './LetterAgentName';
|
|
13
|
+
import { default as LetterAgentPhone } from './LetterAgentPhone';
|
|
14
|
+
import { default as LetterAgentEmail } from './LetterAgentEmail';
|
|
15
|
+
import { default as LetterAgentOfficeLicense } from './LetterAgentOfficeLicense';
|
|
16
|
+
import { default as LetterAgentImage } from './LetterAgentImage';
|
|
17
|
+
import { default as LetterFooter } from './LetterFooter';
|
|
18
|
+
import { default as LetterFooterLogo } from './LetterFooterLogo';
|
|
19
|
+
import { default as LetterFooterText } from './LetterFooterText';
|
|
20
|
+
export default Letter;
|
|
21
|
+
declare function Letter({ id, mode, children }: {
|
|
22
|
+
id?: string;
|
|
23
|
+
mode?: string;
|
|
24
|
+
children: any;
|
|
25
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
declare namespace Letter {
|
|
27
|
+
export { LetterBase as Base };
|
|
28
|
+
export { LetterContainer as Container };
|
|
29
|
+
export { LetterImage as Image };
|
|
30
|
+
export { LetterDetails as Details };
|
|
31
|
+
export { LetterTitle as Title };
|
|
32
|
+
export { LetterContent as Content };
|
|
33
|
+
export { LetterSalutation as Salutation };
|
|
34
|
+
export { LetterBody as Body };
|
|
35
|
+
export { LetterClosing as Closing };
|
|
36
|
+
export { LetterAgentWrapper as AgentWrapper };
|
|
37
|
+
export { LetterAgent as Agent };
|
|
38
|
+
export { LetterAgentName as AgentName };
|
|
39
|
+
export { LetterAgentPhone as AgentPhone };
|
|
40
|
+
export { LetterAgentEmail as AgentEmail };
|
|
41
|
+
export { LetterAgentOfficeLicense as AgentOfficeLicense };
|
|
42
|
+
export { LetterAgentImage as AgentImage };
|
|
43
|
+
export { LetterFooter as Footer };
|
|
44
|
+
export { LetterFooterLogo as FooterLogo };
|
|
45
|
+
export { LetterFooterText as FooterText };
|
|
46
|
+
export namespace propTypes {
|
|
47
|
+
let id: any;
|
|
48
|
+
let mode: any;
|
|
49
|
+
let children: any;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterAgent;
|
|
2
|
+
declare function LetterAgent({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterAgent {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterAgentEmail;
|
|
2
|
+
declare function LetterAgentEmail({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterAgentEmail {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default LetterAgentImage;
|
|
2
|
+
declare function LetterAgentImage({ 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 LetterAgentImage {
|
|
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 LetterAgentName;
|
|
2
|
+
declare function LetterAgentName({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterAgentName {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterAgentOfficeLicense;
|
|
2
|
+
declare function LetterAgentOfficeLicense({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterAgentOfficeLicense {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterAgentPhone;
|
|
2
|
+
declare function LetterAgentPhone({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterAgentPhone {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterAgentWrapper;
|
|
2
|
+
declare function LetterAgentWrapper({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterAgentWrapper {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default LetterBase;
|
|
2
|
+
declare function LetterBase({ dpi, wrap, debug, size, bookmark, orientation, style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
dpi?: number;
|
|
5
|
+
wrap?: boolean;
|
|
6
|
+
debug?: boolean;
|
|
7
|
+
size?: string;
|
|
8
|
+
bookmark?: string;
|
|
9
|
+
orientation?: string;
|
|
10
|
+
style?: {};
|
|
11
|
+
children: any;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare namespace LetterBase {
|
|
14
|
+
let displayName: string;
|
|
15
|
+
namespace propTypes {
|
|
16
|
+
let dpi: any;
|
|
17
|
+
let wrap: any;
|
|
18
|
+
let debug: any;
|
|
19
|
+
let bookmark: any;
|
|
20
|
+
let size: any;
|
|
21
|
+
let orientation: any;
|
|
22
|
+
let style: any;
|
|
23
|
+
let children: any;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterBody;
|
|
2
|
+
declare function LetterBody({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterBody {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterClosing;
|
|
2
|
+
declare function LetterClosing({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterClosing {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default LetterContainer;
|
|
2
|
+
declare function LetterContainer({ style, children, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace LetterContainer {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let style: any;
|
|
11
|
+
let children: any;
|
|
12
|
+
}
|
|
13
|
+
}
|