@electroplix/components 0.5.0-alpha.2 → 0.5.0-alpha.4
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/CHANGELOG.md +21 -0
- package/dist/index.esm.js +2867 -2001
- package/dist/package.json +3 -3
- package/dist/src/components/blog/index.d.ts +18 -18
- package/dist/src/components/blog/index.d.ts.map +1 -1
- package/dist/src/components/buttons/index.d.ts +9 -13
- package/dist/src/components/buttons/index.d.ts.map +1 -1
- package/dist/src/components/content/BlockquoteTestimonial.d.ts +2 -4
- package/dist/src/components/content/BlockquoteTestimonial.d.ts.map +1 -1
- package/dist/src/components/content/CalloutBox.d.ts +2 -5
- package/dist/src/components/content/CalloutBox.d.ts.map +1 -1
- package/dist/src/components/content/HeadingSection.d.ts +2 -4
- package/dist/src/components/content/HeadingSection.d.ts.map +1 -1
- package/dist/src/components/content/ParagraphBlock.d.ts +2 -5
- package/dist/src/components/content/ParagraphBlock.d.ts.map +1 -1
- package/dist/src/components/content/RichMarkdown.d.ts +2 -4
- package/dist/src/components/content/RichMarkdown.d.ts.map +1 -1
- package/dist/src/components/content/TeamGrid.d.ts +3 -2
- package/dist/src/components/content/TeamGrid.d.ts.map +1 -1
- package/dist/src/components/data-display/Badge.d.ts +2 -2
- package/dist/src/components/data-display/Badge.d.ts.map +1 -1
- package/dist/src/components/data-display/BadgeGroup.d.ts +3 -2
- package/dist/src/components/data-display/BadgeGroup.d.ts.map +1 -1
- package/dist/src/components/data-display/BarChart.d.ts +3 -2
- package/dist/src/components/data-display/BarChart.d.ts.map +1 -1
- package/dist/src/components/data-display/CalendarGrid.d.ts +3 -2
- package/dist/src/components/data-display/CalendarGrid.d.ts.map +1 -1
- package/dist/src/components/data-display/DataTable.d.ts +2 -2
- package/dist/src/components/data-display/DataTable.d.ts.map +1 -1
- package/dist/src/components/data-display/LineChart.d.ts +3 -2
- package/dist/src/components/data-display/LineChart.d.ts.map +1 -1
- package/dist/src/components/data-display/PieChart.d.ts +3 -2
- package/dist/src/components/data-display/PieChart.d.ts.map +1 -1
- package/dist/src/components/data-display/ProgressBar.d.ts +3 -2
- package/dist/src/components/data-display/ProgressBar.d.ts.map +1 -1
- package/dist/src/components/ecommerce/index.d.ts +22 -19
- package/dist/src/components/ecommerce/index.d.ts.map +1 -1
- package/dist/src/components/forms/AddressAutocomplete.d.ts +1 -3
- package/dist/src/components/forms/AddressAutocomplete.d.ts.map +1 -1
- package/dist/src/components/forms/Captcha.d.ts +1 -3
- package/dist/src/components/forms/Captcha.d.ts.map +1 -1
- package/dist/src/components/forms/ContactForm.d.ts +1 -3
- package/dist/src/components/forms/ContactForm.d.ts.map +1 -1
- package/dist/src/components/forms/DateTimePicker.d.ts +1 -3
- package/dist/src/components/forms/DateTimePicker.d.ts.map +1 -1
- package/dist/src/components/forms/FileUploader.d.ts +1 -3
- package/dist/src/components/forms/FileUploader.d.ts.map +1 -1
- package/dist/src/components/forms/FormShell.d.ts +1 -4
- package/dist/src/components/forms/FormShell.d.ts.map +1 -1
- package/dist/src/components/forms/InputField.d.ts +1 -3
- package/dist/src/components/forms/InputField.d.ts.map +1 -1
- package/dist/src/components/forms/MultiStepWizard.d.ts +1 -3
- package/dist/src/components/forms/MultiStepWizard.d.ts.map +1 -1
- package/dist/src/components/forms/NewsletterSignup.d.ts +1 -3
- package/dist/src/components/forms/NewsletterSignup.d.ts.map +1 -1
- package/dist/src/components/forms/RadioGroup.d.ts +1 -3
- package/dist/src/components/forms/RadioGroup.d.ts.map +1 -1
- package/dist/src/components/forms/SelectDropdown.d.ts +1 -3
- package/dist/src/components/forms/SelectDropdown.d.ts.map +1 -1
- package/dist/src/components/forms/TextAreaField.d.ts +1 -3
- package/dist/src/components/forms/TextAreaField.d.ts.map +1 -1
- package/dist/src/components/forms/ToggleSwitch.d.ts +1 -3
- package/dist/src/components/forms/ToggleSwitch.d.ts.map +1 -1
- package/dist/src/components/forms/ValidationWrapper.d.ts +1 -3
- package/dist/src/components/forms/ValidationWrapper.d.ts.map +1 -1
- package/dist/src/components/hero/CTAOverlayHero.d.ts +1 -3
- package/dist/src/components/hero/CTAOverlayHero.d.ts.map +1 -1
- package/dist/src/components/hero/CarouselHero.d.ts +1 -3
- package/dist/src/components/hero/CarouselHero.d.ts.map +1 -1
- package/dist/src/components/hero/HeroShell.d.ts +1 -4
- package/dist/src/components/hero/HeroShell.d.ts.map +1 -1
- package/dist/src/components/hero/PatternedHero.d.ts +1 -3
- package/dist/src/components/hero/PatternedHero.d.ts.map +1 -1
- package/dist/src/components/hero/SplitHero.d.ts +1 -3
- package/dist/src/components/hero/SplitHero.d.ts.map +1 -1
- package/dist/src/components/hero/StaticHero.d.ts +1 -3
- package/dist/src/components/hero/StaticHero.d.ts.map +1 -1
- package/dist/src/components/hero/VideoHeaderHero.d.ts +1 -3
- package/dist/src/components/hero/VideoHeaderHero.d.ts.map +1 -1
- package/dist/src/components/lists-cards/index.d.ts +16 -19
- package/dist/src/components/lists-cards/index.d.ts.map +1 -1
- package/dist/src/components/marketing/index.d.ts +20 -20
- package/dist/src/components/marketing/index.d.ts.map +1 -1
- package/dist/src/components/media/index.d.ts +14 -16
- package/dist/src/components/media/index.d.ts.map +1 -1
- package/dist/src/components/miscellaneous/index.d.ts +11 -10
- package/dist/src/components/miscellaneous/index.d.ts.map +1 -1
- package/dist/src/components/modals/index.d.ts +18 -29
- package/dist/src/components/modals/index.d.ts.map +1 -1
- package/dist/src/components/navigation/AnchorLinks.d.ts +2 -4
- package/dist/src/components/navigation/AnchorLinks.d.ts.map +1 -1
- package/dist/src/components/navigation/Breadcrumbs.d.ts +2 -4
- package/dist/src/components/navigation/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/components/navigation/Footer.d.ts +2 -3
- package/dist/src/components/navigation/Footer.d.ts.map +1 -1
- package/dist/src/components/navigation/LanguageSelector.d.ts +2 -4
- package/dist/src/components/navigation/LanguageSelector.d.ts.map +1 -1
- package/dist/src/components/navigation/MegaMenu.d.ts +2 -4
- package/dist/src/components/navigation/MegaMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Pagination.d.ts +3 -2
- package/dist/src/components/navigation/Pagination.d.ts.map +1 -1
- package/dist/src/components/navigation/PrimaryNav.d.ts +3 -2
- package/dist/src/components/navigation/PrimaryNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SideDrawerNav.d.ts +3 -2
- package/dist/src/components/navigation/SideDrawerNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SidebarMenu.d.ts +3 -2
- package/dist/src/components/navigation/SidebarMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Stepper.d.ts +3 -2
- package/dist/src/components/navigation/Stepper.d.ts.map +1 -1
- package/dist/src/components/navigation/Tabs.d.ts +3 -2
- package/dist/src/components/navigation/Tabs.d.ts.map +1 -1
- package/dist/src/components/onboarding/index.d.ts +8 -8
- package/dist/src/components/onboarding/index.d.ts.map +1 -1
- package/dist/src/components/search/index.d.ts +7 -6
- package/dist/src/components/search/index.d.ts.map +1 -1
- package/dist/src/components/site-identity/index.d.ts +10 -11
- package/dist/src/components/site-identity/index.d.ts.map +1 -1
- package/dist/src/components/social/index.d.ts +9 -8
- package/dist/src/components/social/index.d.ts.map +1 -1
- package/dist/src/components/user-accounts/index.d.ts +14 -14
- package/dist/src/components/user-accounts/index.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
export interface StaticHeroProps {
|
|
2
|
+
export interface StaticHeroProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
@@ -19,8 +19,6 @@ export interface StaticHeroProps {
|
|
|
19
19
|
py?: number;
|
|
20
20
|
radius?: number;
|
|
21
21
|
gap?: number;
|
|
22
|
-
style?: React.CSSProperties;
|
|
23
|
-
className?: string;
|
|
24
22
|
}
|
|
25
23
|
export declare function StaticHero(props: StaticHeroProps): import("react/jsx-runtime").JSX.Element;
|
|
26
24
|
//# sourceMappingURL=StaticHero.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StaticHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/StaticHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"StaticHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/StaticHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAChF,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAWD,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CA0MhD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
export interface VideoHeaderHeroProps {
|
|
2
|
+
export interface VideoHeaderHeroProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
videoSrc?: string;
|
|
5
5
|
poster?: string;
|
|
@@ -22,8 +22,6 @@ export interface VideoHeaderHeroProps {
|
|
|
22
22
|
px?: number;
|
|
23
23
|
py?: number;
|
|
24
24
|
radius?: number;
|
|
25
|
-
style?: React.CSSProperties;
|
|
26
|
-
className?: string;
|
|
27
25
|
}
|
|
28
26
|
export declare function VideoHeaderHero(props: VideoHeaderHeroProps): import("react/jsx-runtime").JSX.Element;
|
|
29
27
|
//# sourceMappingURL=VideoHeaderHero.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoHeaderHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/VideoHeaderHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"VideoHeaderHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/VideoHeaderHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,oBAAqB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IACrF,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAUD,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CA0K1D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
export interface BlockShellProps {
|
|
2
|
+
export interface BlockShellProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
5
5
|
textColor?: string;
|
|
@@ -9,22 +9,19 @@ export interface BlockShellProps {
|
|
|
9
9
|
py?: number;
|
|
10
10
|
radius?: number;
|
|
11
11
|
gap?: number;
|
|
12
|
-
style?: React.CSSProperties;
|
|
13
|
-
className?: string;
|
|
14
|
-
children?: React.ReactNode;
|
|
15
12
|
}
|
|
16
|
-
export declare function BlockShell({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, children, }: BlockShellProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare function BlockShell({ as: Tag, bgColor, textColor, fontFamily, maxW, px, py, radius, gap, style, className, children, ...rest }: BlockShellProps): import("react/jsx-runtime").JSX.Element;
|
|
17
14
|
export interface AccordionItem {
|
|
18
15
|
id: string;
|
|
19
16
|
title: string;
|
|
20
17
|
content: React.ReactNode;
|
|
21
18
|
}
|
|
22
|
-
export interface AccordionProps {
|
|
19
|
+
export interface AccordionProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
23
20
|
items: AccordionItem[];
|
|
24
21
|
allowMultiple?: boolean;
|
|
25
22
|
}
|
|
26
|
-
export declare function Accordion({ items, allowMultiple }: AccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
export interface GenericListProps {
|
|
23
|
+
export declare function Accordion({ items, allowMultiple, className, style, ...rest }: AccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export interface GenericListProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
28
25
|
items: {
|
|
29
26
|
id: string;
|
|
30
27
|
label: string;
|
|
@@ -33,19 +30,19 @@ export interface GenericListProps {
|
|
|
33
30
|
}[];
|
|
34
31
|
title?: string;
|
|
35
32
|
}
|
|
36
|
-
export declare function GenericList({ items, title }: GenericListProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export declare function GenericList({ items, title, className, style, ...rest }: GenericListProps): import("react/jsx-runtime").JSX.Element;
|
|
37
34
|
export interface FeatureItem {
|
|
38
35
|
id: string;
|
|
39
36
|
icon?: string;
|
|
40
37
|
title: string;
|
|
41
38
|
description?: string;
|
|
42
39
|
}
|
|
43
|
-
export interface FeatureGridProps {
|
|
40
|
+
export interface FeatureGridProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
44
41
|
items: FeatureItem[];
|
|
45
42
|
columns?: number | string;
|
|
46
43
|
title?: string;
|
|
47
44
|
}
|
|
48
|
-
export declare function FeatureGrid({ items, columns, title }: FeatureGridProps): import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
export declare function FeatureGrid({ items, columns, title, className, style, ...rest }: FeatureGridProps): import("react/jsx-runtime").JSX.Element;
|
|
49
46
|
export interface ItemCardData {
|
|
50
47
|
id: string;
|
|
51
48
|
title: string;
|
|
@@ -53,12 +50,12 @@ export interface ItemCardData {
|
|
|
53
50
|
subtitle?: string;
|
|
54
51
|
badge?: string;
|
|
55
52
|
}
|
|
56
|
-
export interface ItemCardGridProps {
|
|
53
|
+
export interface ItemCardGridProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
57
54
|
items: ItemCardData[];
|
|
58
55
|
columns?: number | string;
|
|
59
56
|
onItemClick?: (id: string) => void;
|
|
60
57
|
}
|
|
61
|
-
export declare function ItemCardGrid({ items, columns, onItemClick }: ItemCardGridProps): import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
export declare function ItemCardGrid({ items, columns, onItemClick, className, style, ...rest }: ItemCardGridProps): import("react/jsx-runtime").JSX.Element;
|
|
62
59
|
export interface PricingFeature {
|
|
63
60
|
label: string;
|
|
64
61
|
included: boolean;
|
|
@@ -72,11 +69,11 @@ export interface Plan {
|
|
|
72
69
|
highlighted?: boolean;
|
|
73
70
|
cta?: string;
|
|
74
71
|
}
|
|
75
|
-
export interface PricingTableProps {
|
|
72
|
+
export interface PricingTableProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onSelect'> {
|
|
76
73
|
plans: Plan[];
|
|
77
74
|
onSelect?: (planId: string) => void;
|
|
78
75
|
}
|
|
79
|
-
export declare function PricingTable({ plans, onSelect }: PricingTableProps): import("react/jsx-runtime").JSX.Element;
|
|
76
|
+
export declare function PricingTable({ plans, onSelect, className, style, ...rest }: PricingTableProps): import("react/jsx-runtime").JSX.Element;
|
|
80
77
|
export interface TableColumn<T> {
|
|
81
78
|
key: keyof T;
|
|
82
79
|
label: string;
|
|
@@ -84,12 +81,12 @@ export interface TableColumn<T> {
|
|
|
84
81
|
width?: string | number;
|
|
85
82
|
render?: (row: T) => React.ReactNode;
|
|
86
83
|
}
|
|
87
|
-
export interface SortableTableProps<T> {
|
|
84
|
+
export interface SortableTableProps<T> extends React.ComponentPropsWithoutRef<'section'> {
|
|
88
85
|
columns: TableColumn<T>[];
|
|
89
86
|
rows: T[];
|
|
90
87
|
caption?: string;
|
|
91
88
|
}
|
|
92
|
-
export declare function SortableTable<T extends Record<string, unknown>>({ columns, rows, caption, }: SortableTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
89
|
+
export declare function SortableTable<T extends Record<string, unknown>>({ columns, rows, caption, className, style, ...rest }: SortableTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
93
90
|
export interface LCTimelineItem {
|
|
94
91
|
id: string;
|
|
95
92
|
title: string;
|
|
@@ -97,8 +94,8 @@ export interface LCTimelineItem {
|
|
|
97
94
|
date?: string;
|
|
98
95
|
icon?: string;
|
|
99
96
|
}
|
|
100
|
-
export interface LCTimelineProps {
|
|
97
|
+
export interface LCTimelineProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
101
98
|
items: LCTimelineItem[];
|
|
102
99
|
}
|
|
103
|
-
export declare function LCTimeline({ items }: LCTimelineProps): import("react/jsx-runtime").JSX.Element;
|
|
100
|
+
export declare function LCTimeline({ items, className, style, ...rest }: LCTimelineProps): import("react/jsx-runtime").JSX.Element;
|
|
104
101
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-cards/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAsC/B,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/lists-cards/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -11,33 +11,33 @@ export interface ComparisonFeature {
|
|
|
11
11
|
label: string;
|
|
12
12
|
values: Record<string, boolean | string>;
|
|
13
13
|
}
|
|
14
|
-
export interface ComparisonTableProps {
|
|
14
|
+
export interface ComparisonTableProps extends Omit<React.ComponentPropsWithoutRef<'section'>, 'onSelect'> {
|
|
15
15
|
plans: ComparisonPlan[];
|
|
16
16
|
features: ComparisonFeature[];
|
|
17
17
|
title?: string;
|
|
18
18
|
onSelect?: (planId: string) => void;
|
|
19
19
|
}
|
|
20
|
-
export declare function ComparisonTable({ plans, features, title, onSelect, }: ComparisonTableProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export interface CountdownTimerProps {
|
|
20
|
+
export declare function ComparisonTable({ plans, features, title, onSelect, className, style, ...rest }: ComparisonTableProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export interface CountdownTimerProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
22
22
|
targetDate: string | Date;
|
|
23
23
|
label?: string;
|
|
24
24
|
onExpire?: () => void;
|
|
25
25
|
accentColor?: string;
|
|
26
26
|
}
|
|
27
|
-
export declare function CountdownTimer({ targetDate, label, onExpire, accentColor }: CountdownTimerProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare function CountdownTimer({ targetDate, label, onExpire, accentColor, className, style, ...rest }: CountdownTimerProps): import("react/jsx-runtime").JSX.Element;
|
|
28
28
|
export interface USP {
|
|
29
29
|
id: string;
|
|
30
30
|
icon?: string;
|
|
31
31
|
title: string;
|
|
32
32
|
description?: string;
|
|
33
33
|
}
|
|
34
|
-
export interface FeatureHighlightsProps {
|
|
34
|
+
export interface FeatureHighlightsProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
35
35
|
items: USP[];
|
|
36
36
|
columns?: number | string;
|
|
37
37
|
title?: string;
|
|
38
38
|
}
|
|
39
|
-
export declare function FeatureHighlights({ items, columns, title }: FeatureHighlightsProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
-
export interface LeadMagnetGateProps {
|
|
39
|
+
export declare function FeatureHighlights({ items, columns, title, className, style, ...rest }: FeatureHighlightsProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
export interface LeadMagnetGateProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onSubmit'> {
|
|
41
41
|
title: string;
|
|
42
42
|
description?: string;
|
|
43
43
|
inputPlaceholder?: string;
|
|
@@ -45,8 +45,8 @@ export interface LeadMagnetGateProps {
|
|
|
45
45
|
onSubmit?: (email: string) => void;
|
|
46
46
|
children?: React.ReactNode;
|
|
47
47
|
}
|
|
48
|
-
export declare function LeadMagnetGate({ title, description, inputPlaceholder, ctaLabel, onSubmit, children, }: LeadMagnetGateProps): import("react/jsx-runtime").JSX.Element;
|
|
49
|
-
export interface MarketingHeroBlockProps {
|
|
48
|
+
export declare function LeadMagnetGate({ title, description, inputPlaceholder, ctaLabel, onSubmit, children, className, style, ...rest }: LeadMagnetGateProps): import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
export interface MarketingHeroBlockProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
50
50
|
eyebrow?: string;
|
|
51
51
|
headline: string;
|
|
52
52
|
subheadline?: string;
|
|
@@ -56,8 +56,8 @@ export interface MarketingHeroBlockProps {
|
|
|
56
56
|
onSecondaryClick?: () => void;
|
|
57
57
|
bgImage?: string;
|
|
58
58
|
}
|
|
59
|
-
export declare function MarketingHeroBlock({ eyebrow, headline, subheadline, ctaLabel, onCtaClick, secondaryLabel, onSecondaryClick, bgImage, }: MarketingHeroBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
60
|
-
export interface PromoPopupProps {
|
|
59
|
+
export declare function MarketingHeroBlock({ eyebrow, headline, subheadline, ctaLabel, onCtaClick, secondaryLabel, onSecondaryClick, bgImage, className, style, ...rest }: MarketingHeroBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
60
|
+
export interface PromoPopupProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
61
61
|
title: string;
|
|
62
62
|
message?: string;
|
|
63
63
|
ctaLabel?: string;
|
|
@@ -66,7 +66,7 @@ export interface PromoPopupProps {
|
|
|
66
66
|
isOpen?: boolean;
|
|
67
67
|
image?: string;
|
|
68
68
|
}
|
|
69
|
-
export declare function PromoPopup({ title, message, ctaLabel, onCta, onDismiss, isOpen, image, }: PromoPopupProps): import("react/jsx-runtime").JSX.Element | null;
|
|
69
|
+
export declare function PromoPopup({ title, message, ctaLabel, onCta, onDismiss, isOpen, image, className, style, ...rest }: PromoPopupProps): import("react/jsx-runtime").JSX.Element | null;
|
|
70
70
|
export interface Testimonial {
|
|
71
71
|
id: string;
|
|
72
72
|
quote: string;
|
|
@@ -75,23 +75,23 @@ export interface Testimonial {
|
|
|
75
75
|
avatar?: string;
|
|
76
76
|
rating?: number;
|
|
77
77
|
}
|
|
78
|
-
export interface TestimonialsCarouselProps {
|
|
78
|
+
export interface TestimonialsCarouselProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
79
79
|
testimonials: Testimonial[];
|
|
80
80
|
autoPlay?: boolean;
|
|
81
81
|
interval?: number;
|
|
82
82
|
}
|
|
83
|
-
export declare function TestimonialsCarousel({ testimonials, autoPlay, interval, }: TestimonialsCarouselProps): import("react/jsx-runtime").JSX.Element | null;
|
|
83
|
+
export declare function TestimonialsCarousel({ testimonials, autoPlay, interval, className, style, ...rest }: TestimonialsCarouselProps): import("react/jsx-runtime").JSX.Element | null;
|
|
84
84
|
export interface TrustBadge {
|
|
85
85
|
id: string;
|
|
86
86
|
label: string;
|
|
87
87
|
icon?: string;
|
|
88
88
|
image?: string;
|
|
89
89
|
}
|
|
90
|
-
export interface TrustBadgesProps {
|
|
90
|
+
export interface TrustBadgesProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
91
91
|
badges: TrustBadge[];
|
|
92
92
|
title?: string;
|
|
93
93
|
}
|
|
94
|
-
export declare function TrustBadges({ badges, title }: TrustBadgesProps): import("react/jsx-runtime").JSX.Element;
|
|
94
|
+
export declare function TrustBadges({ badges, title, className, style, ...rest }: TrustBadgesProps): import("react/jsx-runtime").JSX.Element;
|
|
95
95
|
export interface StatItem {
|
|
96
96
|
id: string;
|
|
97
97
|
value: string;
|
|
@@ -99,23 +99,23 @@ export interface StatItem {
|
|
|
99
99
|
suffix?: string;
|
|
100
100
|
icon?: string;
|
|
101
101
|
}
|
|
102
|
-
export interface StatsCounterProps {
|
|
102
|
+
export interface StatsCounterProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
103
103
|
stats: StatItem[];
|
|
104
104
|
title?: string;
|
|
105
105
|
columns?: number | string;
|
|
106
106
|
}
|
|
107
|
-
export declare function StatsCounter({ stats, title, columns }: StatsCounterProps): import("react/jsx-runtime").JSX.Element;
|
|
107
|
+
export declare function StatsCounter({ stats, title, columns, className, style, ...rest }: StatsCounterProps): import("react/jsx-runtime").JSX.Element;
|
|
108
108
|
export interface HowItWorksStep {
|
|
109
109
|
id: string;
|
|
110
110
|
title: string;
|
|
111
111
|
description?: string;
|
|
112
112
|
icon?: string;
|
|
113
113
|
}
|
|
114
|
-
export interface HowItWorksProps {
|
|
114
|
+
export interface HowItWorksProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
115
115
|
steps: HowItWorksStep[];
|
|
116
116
|
title?: string;
|
|
117
117
|
subtitle?: string;
|
|
118
118
|
layout?: 'horizontal' | 'vertical';
|
|
119
119
|
}
|
|
120
|
-
export declare function HowItWorks({ steps, title, subtitle, layout, }: HowItWorksProps): import("react/jsx-runtime").JSX.Element;
|
|
120
|
+
export declare function HowItWorks({ steps, title, subtitle, layout, className, style, ...rest }: HowItWorksProps): import("react/jsx-runtime").JSX.Element;
|
|
121
121
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/index.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAqChE,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC;CAC1C;AAED,MAAM,WAAW,oBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IACnE,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,QAAQ,EAAE,iBAAiB,EAAE,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC;AAED,wBAAgB,eAAe,CAAC,EAC9B,KAAU,EACV,QAAa,EACb,KAAK,EACL,QAAQ,EACR,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,oBAAoB,2CA4ItB;AAID,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAChF,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wBAAgB,cAAc,CAAC,EAC7B,UAAU,EACV,KAAK,EACL,QAAQ,EACR,WAAW,EACX,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,mBAAmB,2CAwFrB;AAID,MAAM,WAAW,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACnF,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,iBAAiB,CAAC,EAChC,KAAU,EACV,OAAW,EACX,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,sBAAsB,2CAgExB;AAID,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,wBAAgB,cAAc,CAAC,EAC7B,KAAK,EACL,WAAW,EACX,gBAAqC,EACrC,QAAuB,EACvB,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,mBAAmB,2CAsGrB;AAID,MAAM,WAAW,uBAAwB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IACxF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,kBAAkB,CAAC,EACjC,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAwB,EACxB,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,OAAO,EACP,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,uBAAuB,2CAwHzB;AAID,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,OAAO,EACP,QAAwB,EACxB,KAAK,EACL,SAAS,EACT,MAAa,EACb,KAAK,EACL,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,eAAe,kDAgHjB;AAID,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,yBAA0B,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACtF,YAAY,EAAE,WAAW,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,YAAiB,EACjB,QAAe,EACf,QAAe,EACf,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,yBAAyB,kDA8H3B;AAID,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC7E,MAAM,EAAE,UAAU,EAAE,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,WAAW,CAAC,EAAE,MAAW,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,gBAAgB,2CA6C9F;AAID,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC9E,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,EAC3B,KAAU,EACV,KAAK,EACL,OAAW,EACX,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,iBAAiB,2CAsFnB;AAID,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IAC5E,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACpC;AAED,wBAAgB,UAAU,CAAC,EACzB,KAAU,EACV,KAAK,EACL,QAAQ,EACR,MAAqB,EACrB,SAAS,EACT,KAAK,EACL,GAAG,IAAI,EACR,EAAE,eAAe,2CAsGjB"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export interface MediaShellProps {
|
|
2
|
+
export interface MediaShellProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
bgColor?: string;
|
|
4
4
|
maxW?: number;
|
|
5
5
|
px?: number;
|
|
6
6
|
py?: number;
|
|
7
7
|
radius?: number;
|
|
8
|
-
style?: React.CSSProperties;
|
|
9
|
-
children?: React.ReactNode;
|
|
10
8
|
}
|
|
11
|
-
export declare function MediaShell({ bgColor, maxW, px, py, radius, style, children, }: MediaShellProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export interface ResponsiveVideoProps {
|
|
9
|
+
export declare function MediaShell({ bgColor, maxW, px, py, radius, style, children, ...rest }: MediaShellProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export interface ResponsiveVideoProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
13
11
|
src: string;
|
|
14
12
|
poster?: string;
|
|
15
13
|
aspectRatio?: string;
|
|
@@ -18,14 +16,14 @@ export interface ResponsiveVideoProps {
|
|
|
18
16
|
loop?: boolean;
|
|
19
17
|
controls?: boolean;
|
|
20
18
|
}
|
|
21
|
-
export declare function ResponsiveVideo({ src, poster, aspectRatio, autoPlay, muted, loop, controls, }: ResponsiveVideoProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export interface AudioEmbedProps {
|
|
19
|
+
export declare function ResponsiveVideo({ src, poster, aspectRatio, autoPlay, muted, loop, controls, style, ...rest }: ResponsiveVideoProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export interface AudioEmbedProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
23
21
|
src: string;
|
|
24
22
|
title?: string;
|
|
25
23
|
showWaveform?: boolean;
|
|
26
24
|
}
|
|
27
|
-
export declare function AudioEmbed({ src, title, showWaveform: _showWaveform }: AudioEmbedProps): import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
export interface AvatarProfileProps {
|
|
25
|
+
export declare function AudioEmbed({ src, title, showWaveform: _showWaveform, style, ...rest }: AudioEmbedProps): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export interface AvatarProfileProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
29
27
|
src?: string;
|
|
30
28
|
name: string;
|
|
31
29
|
initials?: string;
|
|
@@ -33,17 +31,17 @@ export interface AvatarProfileProps {
|
|
|
33
31
|
badge?: string;
|
|
34
32
|
borderColor?: string;
|
|
35
33
|
}
|
|
36
|
-
export declare function AvatarProfile({ src, name, initials, size, badge, borderColor, }: AvatarProfileProps): import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
export declare function AvatarProfile({ src, name, initials, size, badge, borderColor, style, ...rest }: AvatarProfileProps): import("react/jsx-runtime").JSX.Element;
|
|
37
35
|
export interface IconGridItem {
|
|
38
36
|
name: string;
|
|
39
37
|
label?: string;
|
|
40
38
|
}
|
|
41
|
-
export interface IconGridProps {
|
|
39
|
+
export interface IconGridProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
42
40
|
icons: IconGridItem[];
|
|
43
41
|
columns?: number | string;
|
|
44
42
|
iconSize?: number;
|
|
45
43
|
}
|
|
46
|
-
export declare function IconGrid({ icons, columns, iconSize }: IconGridProps): import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export declare function IconGrid({ icons, columns, iconSize, style, ...rest }: IconGridProps): import("react/jsx-runtime").JSX.Element;
|
|
47
45
|
export interface GalleryItem {
|
|
48
46
|
id: string;
|
|
49
47
|
src: string;
|
|
@@ -52,18 +50,18 @@ export interface GalleryItem {
|
|
|
52
50
|
width?: number;
|
|
53
51
|
height?: number;
|
|
54
52
|
}
|
|
55
|
-
export interface ImageGalleryProps {
|
|
53
|
+
export interface ImageGalleryProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onSelect'> {
|
|
56
54
|
items: GalleryItem[];
|
|
57
55
|
columns?: number | string;
|
|
58
56
|
gap?: number;
|
|
59
57
|
onSelect?: (item: GalleryItem) => void;
|
|
60
58
|
}
|
|
61
|
-
export declare function ImageGallery({ items, columns, gap, onSelect }: ImageGalleryProps): import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
export interface LightboxGalleryProps {
|
|
59
|
+
export declare function ImageGallery({ items, columns, gap, onSelect, style, ...rest }: ImageGalleryProps): import("react/jsx-runtime").JSX.Element;
|
|
60
|
+
export interface LightboxGalleryProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onSelect'> {
|
|
63
61
|
items: GalleryItem[];
|
|
64
62
|
columns?: number | string;
|
|
65
63
|
}
|
|
66
|
-
export declare function LightboxGallery({ items, columns }: LightboxGalleryProps): import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
export declare function LightboxGallery({ items, columns, style, className, ...rest }: LightboxGalleryProps): import("react/jsx-runtime").JSX.Element;
|
|
67
65
|
export interface MasonryGridProps {
|
|
68
66
|
items: GalleryItem[];
|
|
69
67
|
columns?: number | string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/media/index.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/media/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface CookieConsentProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
2
3
|
message?: string;
|
|
3
4
|
ctaLabel?: string;
|
|
4
5
|
declineLabel?: string;
|
|
@@ -6,28 +7,28 @@ export interface CookieConsentProps {
|
|
|
6
7
|
onDecline?: () => void;
|
|
7
8
|
position?: 'top' | 'bottom';
|
|
8
9
|
}
|
|
9
|
-
export declare function CookieConsent({ message, ctaLabel, declineLabel, onAccept, onDecline, position, }: CookieConsentProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
-
export interface ScrollProgressBarProps {
|
|
10
|
+
export declare function CookieConsent({ message, ctaLabel, declineLabel, onAccept, onDecline, position, style, ...rest }: CookieConsentProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
+
export interface ScrollProgressBarProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
11
12
|
color?: string;
|
|
12
13
|
height?: number;
|
|
13
14
|
zIndex?: number;
|
|
14
15
|
}
|
|
15
|
-
export declare function ScrollProgressBar({ color, height, zIndex }: ScrollProgressBarProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
export interface ThemeToggleProps {
|
|
16
|
+
export declare function ScrollProgressBar({ color, height, zIndex, style, ...rest }: ScrollProgressBarProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export interface ThemeToggleProps extends Omit<React.ComponentPropsWithoutRef<'button'>, 'onToggle'> {
|
|
17
18
|
isDark?: boolean;
|
|
18
19
|
onToggle?: (dark: boolean) => void;
|
|
19
20
|
size?: number;
|
|
20
21
|
}
|
|
21
|
-
export declare function ThemeToggle({ isDark, onToggle, size }: ThemeToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
export interface MiscEmptyStateProps {
|
|
22
|
+
export declare function ThemeToggle({ isDark, onToggle, size, style, ...rest }: ThemeToggleProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export interface MiscEmptyStateProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
23
24
|
icon?: string;
|
|
24
25
|
title?: string;
|
|
25
26
|
description?: string;
|
|
26
27
|
ctaLabel?: string;
|
|
27
28
|
onCta?: () => void;
|
|
28
29
|
}
|
|
29
|
-
export declare function EmptyState({ icon, title, description, ctaLabel, onCta, }: MiscEmptyStateProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
-
export interface AppInstallBannerProps {
|
|
30
|
+
export declare function EmptyState({ icon, title, description, ctaLabel, onCta, style, ...rest }: MiscEmptyStateProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export interface AppInstallBannerProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
31
32
|
title?: string;
|
|
32
33
|
description?: string;
|
|
33
34
|
iosUrl?: string;
|
|
@@ -35,7 +36,7 @@ export interface AppInstallBannerProps {
|
|
|
35
36
|
icon?: string;
|
|
36
37
|
onDismiss?: () => void;
|
|
37
38
|
}
|
|
38
|
-
export declare function AppInstallBanner({ title, description, iosUrl, androidUrl, icon, onDismiss, }: AppInstallBannerProps): import("react/jsx-runtime").JSX.Element | null;
|
|
39
|
+
export declare function AppInstallBanner({ title, description, iosUrl, androidUrl, icon, onDismiss, style, ...rest }: AppInstallBannerProps): import("react/jsx-runtime").JSX.Element | null;
|
|
39
40
|
export interface DownloadBlockProps {
|
|
40
41
|
fileName: string;
|
|
41
42
|
fileSize?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/miscellaneous/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/miscellaneous/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
-
export interface OverlayBaseProps {
|
|
2
|
+
export interface OverlayBaseProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
3
3
|
isOpen: boolean;
|
|
4
4
|
onClose?: () => void;
|
|
5
|
-
children?: React.ReactNode;
|
|
6
5
|
maxW?: number;
|
|
7
6
|
showClose?: boolean;
|
|
8
7
|
position?: 'center' | 'top' | 'bottom';
|
|
9
8
|
}
|
|
10
|
-
export declare function OverlayBase({ isOpen, onClose, children, maxW, showClose, position, }: OverlayBaseProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
-
export interface GenericModalProps {
|
|
12
|
-
isOpen: boolean;
|
|
9
|
+
export declare function OverlayBase({ isOpen, onClose, children, maxW, showClose, position, style, className, ...rest }: OverlayBaseProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
|
+
export interface GenericModalProps extends OverlayBaseProps {
|
|
13
11
|
title?: string;
|
|
14
|
-
onClose?: () => void;
|
|
15
|
-
maxW?: number;
|
|
16
|
-
children?: React.ReactNode;
|
|
17
12
|
footer?: React.ReactNode;
|
|
18
13
|
}
|
|
19
|
-
export declare function GenericModal({ isOpen, title, onClose, maxW, children, footer, }: GenericModalProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
export interface ConfirmDialogProps {
|
|
21
|
-
isOpen: boolean;
|
|
14
|
+
export declare function GenericModal({ isOpen, title, onClose, maxW, children, footer, ...rest }: GenericModalProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export interface ConfirmDialogProps extends Omit<OverlayBaseProps, 'children'> {
|
|
22
16
|
title?: string;
|
|
23
17
|
message?: string;
|
|
24
18
|
confirmLabel?: string;
|
|
@@ -27,27 +21,24 @@ export interface ConfirmDialogProps {
|
|
|
27
21
|
onConfirm?: () => void;
|
|
28
22
|
onCancel?: () => void;
|
|
29
23
|
}
|
|
30
|
-
export declare function ConfirmDialog({ isOpen, title, message, confirmLabel, cancelLabel, danger, onConfirm, onCancel, }: ConfirmDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
-
export interface FormDialogProps {
|
|
32
|
-
isOpen: boolean;
|
|
24
|
+
export declare function ConfirmDialog({ isOpen, title, message, confirmLabel, cancelLabel, danger, onConfirm, onCancel, ...rest }: ConfirmDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export interface FormDialogProps extends Omit<OverlayBaseProps, 'onSubmit'> {
|
|
33
26
|
title?: string;
|
|
34
|
-
onClose?: () => void;
|
|
35
27
|
onSubmit?: (data: FormData) => void;
|
|
36
28
|
submitLabel?: string;
|
|
37
|
-
children?: React.ReactNode;
|
|
38
29
|
}
|
|
39
|
-
export declare function FormDialog({ isOpen, title, onClose, onSubmit, submitLabel, children, }: FormDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
-
export interface LoadingOverlayProps {
|
|
30
|
+
export declare function FormDialog({ isOpen, title, onClose, onSubmit, submitLabel, children, ...rest }: FormDialogProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export interface LoadingOverlayProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
41
32
|
isOpen: boolean;
|
|
42
33
|
message?: string;
|
|
43
34
|
}
|
|
44
|
-
export declare function LoadingOverlay({ isOpen, message }: LoadingOverlayProps): import("react/jsx-runtime").JSX.Element | null;
|
|
45
|
-
export interface TooltipProps {
|
|
35
|
+
export declare function LoadingOverlay({ isOpen, message, style, className, ...rest }: LoadingOverlayProps): import("react/jsx-runtime").JSX.Element | null;
|
|
36
|
+
export interface TooltipProps extends React.ComponentPropsWithoutRef<'span'> {
|
|
46
37
|
text: string;
|
|
47
38
|
position?: 'top' | 'bottom' | 'left' | 'right';
|
|
48
39
|
children: React.ReactNode;
|
|
49
40
|
}
|
|
50
|
-
export declare function Tooltip({ text, position, children }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
export declare function Tooltip({ text, position, children, style, className, ...rest }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
51
42
|
export type ToastVariant = 'info' | 'success' | 'warning' | 'error';
|
|
52
43
|
export interface Toast {
|
|
53
44
|
id: string;
|
|
@@ -55,13 +46,13 @@ export interface Toast {
|
|
|
55
46
|
variant?: ToastVariant;
|
|
56
47
|
duration?: number;
|
|
57
48
|
}
|
|
58
|
-
export interface ToastBannersProps {
|
|
49
|
+
export interface ToastBannersProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
59
50
|
toasts: Toast[];
|
|
60
51
|
onDismiss?: (id: string) => void;
|
|
61
52
|
position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
|
|
62
53
|
}
|
|
63
|
-
export declare function ToastBanners({ toasts, onDismiss, position, }: ToastBannersProps): import("react/jsx-runtime").JSX.Element;
|
|
64
|
-
export interface CookieNoticeProps {
|
|
54
|
+
export declare function ToastBanners({ toasts, onDismiss, position, style, className, ...rest }: ToastBannersProps): import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
export interface CookieNoticeProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
65
56
|
isOpen: boolean;
|
|
66
57
|
title?: string;
|
|
67
58
|
message?: string;
|
|
@@ -69,15 +60,13 @@ export interface CookieNoticeProps {
|
|
|
69
60
|
onDecline?: () => void;
|
|
70
61
|
onSettings?: () => void;
|
|
71
62
|
}
|
|
72
|
-
export declare function CookieNotice({ isOpen, title, message, onAccept, onDecline, onSettings, }: CookieNoticeProps): import("react/jsx-runtime").JSX.Element | null;
|
|
73
|
-
export interface WelcomePopupProps {
|
|
74
|
-
isOpen: boolean;
|
|
63
|
+
export declare function CookieNotice({ isOpen, title, message, onAccept, onDecline, onSettings, style, className, ...rest }: CookieNoticeProps): import("react/jsx-runtime").JSX.Element | null;
|
|
64
|
+
export interface WelcomePopupProps extends OverlayBaseProps {
|
|
75
65
|
title?: string;
|
|
76
66
|
message?: string;
|
|
77
67
|
ctaLabel?: string;
|
|
78
68
|
onCta?: () => void;
|
|
79
|
-
onClose?: () => void;
|
|
80
69
|
image?: string;
|
|
81
70
|
}
|
|
82
|
-
export declare function WelcomePopup({ isOpen, title, message, ctaLabel, onCta, onClose, image, }: WelcomePopupProps): import("react/jsx-runtime").JSX.Element;
|
|
71
|
+
export declare function WelcomePopup({ isOpen, title, message, ctaLabel, onCta, onClose, image, ...rest }: WelcomePopupProps): import("react/jsx-runtime").JSX.Element;
|
|
83
72
|
//# sourceMappingURL=index.d.ts.map
|