@redhq/ui 2.3.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
package/dist/App.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export default Button;
|
|
2
|
+
declare function Button({ id, className, children, disabled, loading, loadingText, type, color, variant, corner, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
id?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
children: any;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
loading?: boolean;
|
|
9
|
+
loadingText?: string;
|
|
10
|
+
type?: string;
|
|
11
|
+
color?: string;
|
|
12
|
+
variant?: string;
|
|
13
|
+
corner?: string;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare namespace Button {
|
|
16
|
+
namespace propTypes {
|
|
17
|
+
let id: any;
|
|
18
|
+
let className: any;
|
|
19
|
+
let children: any;
|
|
20
|
+
let disabled: any;
|
|
21
|
+
let loading: any;
|
|
22
|
+
let loadingText: any;
|
|
23
|
+
let type: any;
|
|
24
|
+
let color: any;
|
|
25
|
+
let variant: any;
|
|
26
|
+
let corner: any;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Button } from './Button';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export namespace btnStyles {
|
|
2
|
+
let base: string;
|
|
3
|
+
namespace state {
|
|
4
|
+
let _default: string;
|
|
5
|
+
export { _default as default };
|
|
6
|
+
export let disabled: string;
|
|
7
|
+
}
|
|
8
|
+
namespace color {
|
|
9
|
+
namespace solid {
|
|
10
|
+
let primary: string;
|
|
11
|
+
let secondary: string;
|
|
12
|
+
let info: string;
|
|
13
|
+
let success: string;
|
|
14
|
+
let warning: string;
|
|
15
|
+
let danger: string;
|
|
16
|
+
}
|
|
17
|
+
namespace outline {
|
|
18
|
+
let primary_1: string;
|
|
19
|
+
export { primary_1 as primary };
|
|
20
|
+
let secondary_1: string;
|
|
21
|
+
export { secondary_1 as secondary };
|
|
22
|
+
let info_1: string;
|
|
23
|
+
export { info_1 as info };
|
|
24
|
+
let success_1: string;
|
|
25
|
+
export { success_1 as success };
|
|
26
|
+
let warning_1: string;
|
|
27
|
+
export { warning_1 as warning };
|
|
28
|
+
let danger_1: string;
|
|
29
|
+
export { danger_1 as danger };
|
|
30
|
+
}
|
|
31
|
+
namespace flat {
|
|
32
|
+
let primary_2: string;
|
|
33
|
+
export { primary_2 as primary };
|
|
34
|
+
let secondary_2: string;
|
|
35
|
+
export { secondary_2 as secondary };
|
|
36
|
+
let info_2: string;
|
|
37
|
+
export { info_2 as info };
|
|
38
|
+
let success_2: string;
|
|
39
|
+
export { success_2 as success };
|
|
40
|
+
let warning_2: string;
|
|
41
|
+
export { warning_2 as warning };
|
|
42
|
+
let danger_2: string;
|
|
43
|
+
export { danger_2 as danger };
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
let corner: {
|
|
47
|
+
squared: string;
|
|
48
|
+
"soft-edge": string;
|
|
49
|
+
rounded: string;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { default as CardBase } from './CardBase';
|
|
2
|
+
import { default as CardImageWrapper } from './CardImageWrapper';
|
|
3
|
+
import { default as CardImage } from './CardImage';
|
|
4
|
+
import { default as CardTag } from './CardTag';
|
|
5
|
+
import { default as CardDetailsWrapper } from './CardDetailsWrapper';
|
|
6
|
+
import { default as CardDetails } from './CardDetails';
|
|
7
|
+
import { default as CardAddressWrapper } from './CardAddressWrapper';
|
|
8
|
+
import { default as CardSuburb } from './CardSuburb';
|
|
9
|
+
import { default as CardAddress } from './CardAddress';
|
|
10
|
+
import { default as CardFeatures } from './CardFeatures';
|
|
11
|
+
import { default as CardFeature } from './CardFeature';
|
|
12
|
+
import { default as CardStats } from './CardStats';
|
|
13
|
+
import { default as CardStat } from './CardStat';
|
|
14
|
+
export default Card;
|
|
15
|
+
declare function Card({ id, children }: {
|
|
16
|
+
id: any;
|
|
17
|
+
children: any;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
declare namespace Card {
|
|
20
|
+
export { CardBase as Base };
|
|
21
|
+
export { CardImageWrapper as ImageWrapper };
|
|
22
|
+
export { CardImage as Image };
|
|
23
|
+
export { CardTag as Tag };
|
|
24
|
+
export { CardDetailsWrapper as DetailsWrapper };
|
|
25
|
+
export { CardDetails as Details };
|
|
26
|
+
export { CardAddressWrapper as AddressWrapper };
|
|
27
|
+
export { CardSuburb as Suburb };
|
|
28
|
+
export { CardAddress as Address };
|
|
29
|
+
export { CardFeatures as Features };
|
|
30
|
+
export { CardFeature as Feature };
|
|
31
|
+
export { CardStats as Stats };
|
|
32
|
+
export { CardStat as Stat };
|
|
33
|
+
export namespace propTypes {
|
|
34
|
+
let id: any;
|
|
35
|
+
let children: any;
|
|
36
|
+
let ratio: any;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default CardAddress;
|
|
2
|
+
declare function CardAddress({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardAddress {
|
|
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 CardAddressWrapper;
|
|
2
|
+
declare function CardAddressWrapper({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardAddressWrapper {
|
|
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 CardBase;
|
|
2
|
+
declare function CardBase({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardBase {
|
|
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 CardDetails;
|
|
2
|
+
declare function CardDetails({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardDetails {
|
|
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 CardDetailsWrapper;
|
|
2
|
+
declare function CardDetailsWrapper({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardDetailsWrapper {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let className: any;
|
|
11
|
+
let style: any;
|
|
12
|
+
let children: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export default CardFeature;
|
|
2
|
+
declare function CardFeature({ className, id, label, value, unit, icon: Icon }: {
|
|
3
|
+
className: any;
|
|
4
|
+
id: any;
|
|
5
|
+
label: any;
|
|
6
|
+
value: any;
|
|
7
|
+
unit: any;
|
|
8
|
+
icon: any;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare namespace CardFeature {
|
|
11
|
+
let displayName: string;
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
let className: any;
|
|
14
|
+
let id: any;
|
|
15
|
+
let label: any;
|
|
16
|
+
let value: any;
|
|
17
|
+
let unit: any;
|
|
18
|
+
let icon: any;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default CardFeatures;
|
|
2
|
+
declare function CardFeatures({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardFeatures {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let className: any;
|
|
11
|
+
let style: any;
|
|
12
|
+
let children: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default CardImage;
|
|
2
|
+
declare function CardImage({ 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 CardImage {
|
|
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,16 @@
|
|
|
1
|
+
export default CardImageWrapper;
|
|
2
|
+
declare function CardImageWrapper({ className, style, children, ratio }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
ratio?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare namespace CardImageWrapper {
|
|
9
|
+
let displayName: string;
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
let className: any;
|
|
12
|
+
let style: any;
|
|
13
|
+
let children: any;
|
|
14
|
+
let ratio: any;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default CardStat;
|
|
2
|
+
declare function CardStat({ className, label, value }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardStat {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let className: any;
|
|
11
|
+
let label: any;
|
|
12
|
+
let value: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default CardStats;
|
|
2
|
+
declare function CardStats({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardStats {
|
|
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 CardSuburb;
|
|
2
|
+
declare function CardSuburb({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardSuburb {
|
|
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 CardTag;
|
|
2
|
+
declare function CardTag({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CardTag {
|
|
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 Card } from './Card';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as CoverBase } from './CoverBase';
|
|
2
|
+
import { default as CoverImage } from './CoverImage';
|
|
3
|
+
import { default as CoverOverlay } from './CoverOverlay';
|
|
4
|
+
import { default as CoverOverlayContainer } from './CoverOverlayContainer';
|
|
5
|
+
import { default as CoverTitle } from './CoverTitle';
|
|
6
|
+
export default Cover;
|
|
7
|
+
declare function Cover({ id, children }: {
|
|
8
|
+
id: any;
|
|
9
|
+
children: any;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare namespace Cover {
|
|
12
|
+
export { CoverBase as Base };
|
|
13
|
+
export { CoverImage as Image };
|
|
14
|
+
export { CoverOverlay as Overlay };
|
|
15
|
+
export { CoverOverlayContainer as OverlayContainer };
|
|
16
|
+
export { CoverTitle as Title };
|
|
17
|
+
export namespace propTypes {
|
|
18
|
+
let id: any;
|
|
19
|
+
let children: any;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default CoverBase;
|
|
2
|
+
declare function CoverBase({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverBase {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let className: any;
|
|
11
|
+
let style: any;
|
|
12
|
+
let children: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default CoverImage;
|
|
2
|
+
declare function CoverImage({ 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 CoverImage {
|
|
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,16 @@
|
|
|
1
|
+
export default CoverOverlay;
|
|
2
|
+
declare function CoverOverlay({ className, style, children, position }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
position?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare namespace CoverOverlay {
|
|
9
|
+
let displayName: string;
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
let className: any;
|
|
12
|
+
let style: any;
|
|
13
|
+
let children: any;
|
|
14
|
+
let position: any;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default CoverOverlayContainer;
|
|
2
|
+
declare function CoverOverlayContainer({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace CoverOverlayContainer {
|
|
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 CoverTitle;
|
|
2
|
+
declare function CoverTitle({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
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 className: any;
|
|
11
|
+
let style: any;
|
|
12
|
+
let children: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Cover } from './Cover';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as DrawerOverlay } from './DrawerOverlay';
|
|
2
|
+
import { default as DrawerBase } from './DrawerBase';
|
|
3
|
+
import { default as DrawerLogoWrapper } from './DrawerLogoWrapper';
|
|
4
|
+
import { default as DrawerLogo } from './DrawerLogo';
|
|
5
|
+
import { default as DrawerClose } from './DrawerClose';
|
|
6
|
+
import { default as DrawerMenu } from './DrawerMenu';
|
|
7
|
+
import { default as DrawerItem } from './DrawerItem';
|
|
8
|
+
export default Drawer;
|
|
9
|
+
declare function Drawer({ id, open, children }: {
|
|
10
|
+
id: any;
|
|
11
|
+
open: any;
|
|
12
|
+
children: any;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare namespace Drawer {
|
|
15
|
+
export { DrawerOverlay as Overlay };
|
|
16
|
+
export { DrawerBase as Base };
|
|
17
|
+
export { DrawerLogoWrapper as LogoWrapper };
|
|
18
|
+
export { DrawerLogo as Logo };
|
|
19
|
+
export { DrawerClose as Close };
|
|
20
|
+
export { DrawerMenu as Menu };
|
|
21
|
+
export { DrawerItem as Item };
|
|
22
|
+
export namespace propTypes {
|
|
23
|
+
let id: any;
|
|
24
|
+
let open: any;
|
|
25
|
+
let children: any;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default DrawerBase;
|
|
2
|
+
declare function DrawerBase({ className, style, children, position, width }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
position?: string;
|
|
7
|
+
width?: string;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare namespace DrawerBase {
|
|
10
|
+
let displayName: string;
|
|
11
|
+
namespace propTypes {
|
|
12
|
+
let className: any;
|
|
13
|
+
let style: any;
|
|
14
|
+
let children: any;
|
|
15
|
+
let position: any;
|
|
16
|
+
let width: any;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default DrawerClose;
|
|
2
|
+
declare function DrawerClose({ 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 DrawerClose {
|
|
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,18 @@
|
|
|
1
|
+
export default DrawerItem;
|
|
2
|
+
declare function DrawerItem({ 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 DrawerItem {
|
|
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 DrawerLogo;
|
|
2
|
+
declare function DrawerLogo({ 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 DrawerLogo {
|
|
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 DrawerLogoWrapper;
|
|
2
|
+
declare function DrawerLogoWrapper({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace DrawerLogoWrapper {
|
|
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 DrawerMenu;
|
|
2
|
+
declare function DrawerMenu({ className, style, children }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace DrawerMenu {
|
|
8
|
+
let displayName: string;
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let className: any;
|
|
11
|
+
let style: any;
|
|
12
|
+
let children: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default DrawerOverlay;
|
|
2
|
+
declare function DrawerOverlay({ className, style, children, onClose }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: {};
|
|
5
|
+
children: any;
|
|
6
|
+
onClose: any;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare namespace DrawerOverlay {
|
|
9
|
+
let displayName: string;
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
let className: any;
|
|
12
|
+
let style: any;
|
|
13
|
+
let children: any;
|
|
14
|
+
let onClose: any;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Drawer } from './Drawer';
|