@electroplix/components 0.4.1 → 0.5.0-alpha.10
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 +144 -0
- package/LICENSE +21 -0
- package/README.md +88 -474
- package/SECURITY.md +19 -0
- package/cli.cjs +544 -485
- package/dist/config.d.ts +73 -0
- package/dist/config.esm.js +229 -0
- package/dist/index.esm.js +9548 -8432
- package/dist/package.json +100 -0
- package/dist/src/components/blog/index.d.ts +21 -21
- package/dist/src/components/blog/index.d.ts.map +1 -1
- package/dist/src/components/buttons/index.d.ts +41 -16
- package/dist/src/components/buttons/index.d.ts.map +1 -1
- package/dist/src/components/content/BlockquoteTestimonial.d.ts +3 -5
- package/dist/src/components/content/BlockquoteTestimonial.d.ts.map +1 -1
- package/dist/src/components/content/CalloutBox.d.ts +4 -6
- package/dist/src/components/content/CalloutBox.d.ts.map +1 -1
- package/dist/src/components/content/HeadingSection.d.ts +4 -6
- package/dist/src/components/content/HeadingSection.d.ts.map +1 -1
- package/dist/src/components/content/InlineCodeText.d.ts +5 -6
- package/dist/src/components/content/InlineCodeText.d.ts.map +1 -1
- package/dist/src/components/content/ParagraphBlock.d.ts +5 -7
- package/dist/src/components/content/ParagraphBlock.d.ts.map +1 -1
- package/dist/src/components/content/RichMarkdown.d.ts +5 -6
- 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/content/index.d.ts +7 -7
- package/dist/src/components/content/index.d.ts.map +1 -1
- package/dist/src/components/data-display/Badge.d.ts +6 -5
- package/dist/src/components/data-display/Badge.d.ts.map +1 -1
- package/dist/src/components/data-display/BadgeGroup.d.ts +6 -4
- 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 +4 -3
- package/dist/src/components/data-display/CalendarGrid.d.ts.map +1 -1
- package/dist/src/components/data-display/DataTable.d.ts +5 -5
- 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/data-display/RatingStars.d.ts +3 -2
- package/dist/src/components/data-display/RatingStars.d.ts.map +1 -1
- package/dist/src/components/data-display/Sparkline.d.ts +3 -2
- package/dist/src/components/data-display/Sparkline.d.ts.map +1 -1
- package/dist/src/components/data-display/Timeline.d.ts +4 -3
- package/dist/src/components/data-display/Timeline.d.ts.map +1 -1
- package/dist/src/components/data-display/index.d.ts +11 -11
- package/dist/src/components/data-display/index.d.ts.map +1 -1
- package/dist/src/components/ecommerce/index.d.ts +24 -21
- package/dist/src/components/ecommerce/index.d.ts.map +1 -1
- package/dist/src/components/forms/AddressAutocomplete.d.ts +2 -4
- package/dist/src/components/forms/AddressAutocomplete.d.ts.map +1 -1
- package/dist/src/components/forms/Captcha.d.ts +3 -5
- package/dist/src/components/forms/Captcha.d.ts.map +1 -1
- package/dist/src/components/forms/ContactForm.d.ts +2 -4
- package/dist/src/components/forms/ContactForm.d.ts.map +1 -1
- package/dist/src/components/forms/DateTimePicker.d.ts +3 -5
- package/dist/src/components/forms/DateTimePicker.d.ts.map +1 -1
- package/dist/src/components/forms/FileUploader.d.ts +2 -4
- package/dist/src/components/forms/FileUploader.d.ts.map +1 -1
- package/dist/src/components/forms/FormShell.d.ts +2 -5
- package/dist/src/components/forms/FormShell.d.ts.map +1 -1
- package/dist/src/components/forms/InputField.d.ts +2 -4
- package/dist/src/components/forms/InputField.d.ts.map +1 -1
- package/dist/src/components/forms/MultiStepWizard.d.ts +2 -4
- package/dist/src/components/forms/MultiStepWizard.d.ts.map +1 -1
- package/dist/src/components/forms/NewsletterSignup.d.ts +2 -4
- package/dist/src/components/forms/NewsletterSignup.d.ts.map +1 -1
- package/dist/src/components/forms/RadioGroup.d.ts +2 -4
- package/dist/src/components/forms/RadioGroup.d.ts.map +1 -1
- package/dist/src/components/forms/SelectDropdown.d.ts +2 -4
- package/dist/src/components/forms/SelectDropdown.d.ts.map +1 -1
- package/dist/src/components/forms/TextAreaField.d.ts +2 -4
- package/dist/src/components/forms/TextAreaField.d.ts.map +1 -1
- package/dist/src/components/forms/ToggleSwitch.d.ts +2 -4
- package/dist/src/components/forms/ToggleSwitch.d.ts.map +1 -1
- package/dist/src/components/forms/ValidationWrapper.d.ts +2 -4
- package/dist/src/components/forms/ValidationWrapper.d.ts.map +1 -1
- package/dist/src/components/forms/index.d.ts +28 -28
- package/dist/src/components/forms/index.d.ts.map +1 -1
- package/dist/src/components/hero/CTAOverlayHero.d.ts +2 -4
- package/dist/src/components/hero/CTAOverlayHero.d.ts.map +1 -1
- package/dist/src/components/hero/CarouselHero.d.ts +2 -4
- package/dist/src/components/hero/CarouselHero.d.ts.map +1 -1
- package/dist/src/components/hero/HeroShell.d.ts +2 -5
- package/dist/src/components/hero/HeroShell.d.ts.map +1 -1
- package/dist/src/components/hero/PatternedHero.d.ts +3 -5
- package/dist/src/components/hero/PatternedHero.d.ts.map +1 -1
- package/dist/src/components/hero/SplitHero.d.ts +2 -4
- package/dist/src/components/hero/SplitHero.d.ts.map +1 -1
- package/dist/src/components/hero/StaticHero.d.ts +3 -5
- package/dist/src/components/hero/StaticHero.d.ts.map +1 -1
- package/dist/src/components/hero/VideoHeaderHero.d.ts +2 -4
- package/dist/src/components/hero/VideoHeaderHero.d.ts.map +1 -1
- package/dist/src/components/hero/index.d.ts +14 -14
- package/dist/src/components/hero/index.d.ts.map +1 -1
- package/dist/src/components/lists-cards/index.d.ts +17 -20
- package/dist/src/components/lists-cards/index.d.ts.map +1 -1
- package/dist/src/components/marketing/index.d.ts +22 -22
- package/dist/src/components/marketing/index.d.ts.map +1 -1
- package/dist/src/components/media/index.d.ts +27 -29
- package/dist/src/components/media/index.d.ts.map +1 -1
- package/dist/src/components/miscellaneous/index.d.ts +18 -17
- package/dist/src/components/miscellaneous/index.d.ts.map +1 -1
- package/dist/src/components/modals/index.d.ts +23 -34
- package/dist/src/components/modals/index.d.ts.map +1 -1
- package/dist/src/components/navigation/AnchorLinks.d.ts +4 -6
- package/dist/src/components/navigation/AnchorLinks.d.ts.map +1 -1
- package/dist/src/components/navigation/Breadcrumbs.d.ts +3 -5
- package/dist/src/components/navigation/Breadcrumbs.d.ts.map +1 -1
- package/dist/src/components/navigation/Footer.d.ts +3 -4
- package/dist/src/components/navigation/Footer.d.ts.map +1 -1
- package/dist/src/components/navigation/LanguageSelector.d.ts +3 -5
- package/dist/src/components/navigation/LanguageSelector.d.ts.map +1 -1
- package/dist/src/components/navigation/MegaMenu.d.ts +3 -5
- 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 +5 -4
- package/dist/src/components/navigation/SideDrawerNav.d.ts.map +1 -1
- package/dist/src/components/navigation/SidebarMenu.d.ts +4 -3
- package/dist/src/components/navigation/SidebarMenu.d.ts.map +1 -1
- package/dist/src/components/navigation/Stepper.d.ts +4 -3
- package/dist/src/components/navigation/Stepper.d.ts.map +1 -1
- package/dist/src/components/navigation/Tabs.d.ts +5 -4
- package/dist/src/components/navigation/Tabs.d.ts.map +1 -1
- package/dist/src/components/navigation/index.d.ts +22 -22
- package/dist/src/components/navigation/index.d.ts.map +1 -1
- package/dist/src/components/onboarding/index.d.ts +17 -17
- package/dist/src/components/onboarding/index.d.ts.map +1 -1
- package/dist/src/components/search/index.d.ts +13 -12
- package/dist/src/components/search/index.d.ts.map +1 -1
- package/dist/src/components/site-identity/index.d.ts +13 -14
- package/dist/src/components/site-identity/index.d.ts.map +1 -1
- package/dist/src/components/social/index.d.ts +19 -18
- package/dist/src/components/social/index.d.ts.map +1 -1
- package/dist/src/components/user-accounts/index.d.ts +17 -17
- package/dist/src/components/user-accounts/index.d.ts.map +1 -1
- package/dist/src/core/config.d.ts +1 -1
- package/dist/src/core/config.d.ts.map +1 -1
- package/dist/src/core/icons.d.ts +1 -1
- package/dist/src/core/icons.d.ts.map +1 -1
- package/dist/src/core/index.d.ts +7 -7
- package/dist/src/core/index.d.ts.map +1 -1
- package/dist/src/core/provider.d.ts +20 -20
- package/dist/src/core/provider.d.ts.map +1 -1
- package/dist/src/core/styles.d.ts +2 -0
- package/dist/src/core/styles.d.ts.map +1 -0
- package/dist/src/core/types.d.ts +4 -4
- package/dist/src/core/types.d.ts.map +1 -1
- package/dist/src/core/utils.d.ts +1 -1
- package/dist/src/core/utils.d.ts.map +1 -1
- package/dist/src/index.d.ts +19 -19
- package/dist/src/index.d.ts.map +1 -1
- package/metadata/blog.json +807 -0
- package/metadata/buttons.json +2186 -0
- package/metadata/content.json +1152 -0
- package/metadata/data-display.json +822 -0
- package/metadata/ecommerce.json +1059 -0
- package/metadata/forms.json +2637 -0
- package/metadata/hero.json +1401 -0
- package/metadata/lists-cards.json +848 -0
- package/metadata/marketing.json +1235 -0
- package/metadata/media.json +800 -0
- package/metadata/miscellaneous.json +778 -0
- package/metadata/modals.json +954 -0
- package/metadata/navigation.json +1348 -0
- package/metadata/onboarding.json +615 -0
- package/metadata/search.json +559 -0
- package/metadata/site-identity.json +555 -0
- package/metadata/social.json +654 -0
- package/metadata/user-accounts.json +727 -0
- package/package.json +22 -7
- package/dist/README.md +0 -35
- package/dist/src/__tests__/test-utils.d.ts +0 -8
- package/dist/src/__tests__/test-utils.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiStepWizard.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"MultiStepWizard.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/MultiStepWizard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,MAAM,EAAE,CAAC;CAC3B,CAAC;AAEF,MAAM,WAAW,oBAAqB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IACrF,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,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,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAeD,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CAmT1D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface NewsletterSignupProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface NewsletterSignupProps extends Omit<React.ComponentPropsWithoutRef<'section'>, 'onSubmit'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
@@ -19,8 +19,6 @@ export interface NewsletterSignupProps {
|
|
|
19
19
|
titleSize?: number;
|
|
20
20
|
subtitleSize?: number;
|
|
21
21
|
inputSize?: number;
|
|
22
|
-
style?: React.CSSProperties;
|
|
23
|
-
className?: string;
|
|
24
22
|
}
|
|
25
23
|
export declare function NewsletterSignup(props: NewsletterSignupProps): import("react/jsx-runtime").JSX.Element;
|
|
26
24
|
//# sourceMappingURL=NewsletterSignup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsletterSignup.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"NewsletterSignup.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/NewsletterSignup.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,qBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IACnE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAeD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,2CAsR5D"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export type RadioOption = {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
5
|
helpText?: string;
|
|
6
6
|
};
|
|
7
|
-
export interface RadioGroupProps {
|
|
7
|
+
export interface RadioGroupProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
8
8
|
as?: React.ElementType;
|
|
9
9
|
name: string;
|
|
10
10
|
options: RadioOption[];
|
|
@@ -24,8 +24,6 @@ export interface RadioGroupProps {
|
|
|
24
24
|
gap?: number;
|
|
25
25
|
labelSize?: number;
|
|
26
26
|
itemSize?: number;
|
|
27
|
-
style?: React.CSSProperties;
|
|
28
|
-
className?: string;
|
|
29
27
|
}
|
|
30
28
|
export declare function RadioGroup(props: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
31
29
|
//# sourceMappingURL=RadioGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/RadioGroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,WAAW,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAC9E,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC9F,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,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,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAyGhD"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export type SelectOption = {
|
|
3
3
|
label: string;
|
|
4
4
|
value: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
};
|
|
7
|
-
export interface SelectDropdownProps {
|
|
7
|
+
export interface SelectDropdownProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
8
8
|
as?: React.ElementType;
|
|
9
9
|
name: string;
|
|
10
10
|
options: SelectOption[];
|
|
@@ -26,8 +26,6 @@ export interface SelectDropdownProps {
|
|
|
26
26
|
gap?: number;
|
|
27
27
|
labelSize?: number;
|
|
28
28
|
selectSize?: number;
|
|
29
|
-
style?: React.CSSProperties;
|
|
30
|
-
className?: string;
|
|
31
29
|
}
|
|
32
30
|
export declare function SelectDropdown(props: SelectDropdownProps): import("react/jsx-runtime").JSX.Element;
|
|
33
31
|
//# sourceMappingURL=SelectDropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectDropdown.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"SelectDropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/SelectDropdown.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,YAAY,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAChF,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/D,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,2CA8KxD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface TextAreaFieldProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface TextAreaFieldProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
label?: string;
|
|
5
5
|
name: string;
|
|
@@ -23,8 +23,6 @@ export interface TextAreaFieldProps {
|
|
|
23
23
|
gap?: number;
|
|
24
24
|
labelSize?: number;
|
|
25
25
|
inputSize?: number;
|
|
26
|
-
style?: React.CSSProperties;
|
|
27
|
-
className?: string;
|
|
28
26
|
}
|
|
29
27
|
export declare function TextAreaField(props: TextAreaFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
30
28
|
//# sourceMappingURL=TextAreaField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextAreaField.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"TextAreaField.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/TextAreaField.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAC/D,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CAgKtD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface ToggleSwitchProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface ToggleSwitchProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
label?: string;
|
|
5
5
|
description?: string;
|
|
@@ -18,8 +18,6 @@ export interface ToggleSwitchProps {
|
|
|
18
18
|
radius?: number;
|
|
19
19
|
gap?: number;
|
|
20
20
|
labelSize?: number;
|
|
21
|
-
style?: React.CSSProperties;
|
|
22
|
-
className?: string;
|
|
23
21
|
}
|
|
24
22
|
export declare function ToggleSwitch(props: ToggleSwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
25
23
|
//# sourceMappingURL=ToggleSwitch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleSwitch.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ToggleSwitch.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ToggleSwitch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC;IAChG,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,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,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAkHpD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface ValidationWrapperProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface ValidationWrapperProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
errors?: string[];
|
|
5
5
|
title?: string;
|
|
@@ -17,8 +17,6 @@ export interface ValidationWrapperProps {
|
|
|
17
17
|
radius?: number;
|
|
18
18
|
gap?: number;
|
|
19
19
|
titleSize?: number;
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
className?: string;
|
|
22
20
|
}
|
|
23
21
|
export declare function ValidationWrapper(props: ValidationWrapperProps): import("react/jsx-runtime").JSX.Element;
|
|
24
22
|
//# sourceMappingURL=ValidationWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ValidationWrapper.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"ValidationWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/ValidationWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC;IACnF,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,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,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;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,2CAsJ9D"}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
export { FormShell } from
|
|
2
|
-
export type { FormShellProps } from
|
|
3
|
-
export { InputField } from
|
|
4
|
-
export type { InputFieldProps } from
|
|
5
|
-
export { TextAreaField } from
|
|
6
|
-
export type { TextAreaFieldProps } from
|
|
7
|
-
export { SelectDropdown } from
|
|
8
|
-
export type { SelectDropdownProps, SelectOption } from
|
|
9
|
-
export { RadioGroup } from
|
|
10
|
-
export type { RadioGroupProps, RadioOption } from
|
|
11
|
-
export { ToggleSwitch } from
|
|
12
|
-
export type { ToggleSwitchProps } from
|
|
13
|
-
export { DateTimePicker } from
|
|
14
|
-
export type { DateTimePickerProps } from
|
|
15
|
-
export { FileUploader } from
|
|
16
|
-
export type { FileUploaderProps } from
|
|
17
|
-
export { ContactForm } from
|
|
18
|
-
export type { ContactFormProps } from
|
|
19
|
-
export { NewsletterSignup } from
|
|
20
|
-
export type { NewsletterSignupProps } from
|
|
21
|
-
export { MultiStepWizard } from
|
|
22
|
-
export type { MultiStepWizardProps, WizardStep } from
|
|
23
|
-
export { Captcha } from
|
|
24
|
-
export type { CaptchaProps } from
|
|
25
|
-
export { AddressAutocomplete } from
|
|
26
|
-
export type { AddressAutocompleteProps } from
|
|
27
|
-
export { ValidationWrapper } from
|
|
28
|
-
export type { ValidationWrapperProps } from
|
|
1
|
+
export { FormShell } from './FormShell';
|
|
2
|
+
export type { FormShellProps } from './FormShell';
|
|
3
|
+
export { InputField } from './InputField';
|
|
4
|
+
export type { InputFieldProps } from './InputField';
|
|
5
|
+
export { TextAreaField } from './TextAreaField';
|
|
6
|
+
export type { TextAreaFieldProps } from './TextAreaField';
|
|
7
|
+
export { SelectDropdown } from './SelectDropdown';
|
|
8
|
+
export type { SelectDropdownProps, SelectOption } from './SelectDropdown';
|
|
9
|
+
export { RadioGroup } from './RadioGroup';
|
|
10
|
+
export type { RadioGroupProps, RadioOption } from './RadioGroup';
|
|
11
|
+
export { ToggleSwitch } from './ToggleSwitch';
|
|
12
|
+
export type { ToggleSwitchProps } from './ToggleSwitch';
|
|
13
|
+
export { DateTimePicker } from './DateTimePicker';
|
|
14
|
+
export type { DateTimePickerProps } from './DateTimePicker';
|
|
15
|
+
export { FileUploader } from './FileUploader';
|
|
16
|
+
export type { FileUploaderProps } from './FileUploader';
|
|
17
|
+
export { ContactForm } from './ContactForm';
|
|
18
|
+
export type { ContactFormProps } from './ContactForm';
|
|
19
|
+
export { NewsletterSignup } from './NewsletterSignup';
|
|
20
|
+
export type { NewsletterSignupProps } from './NewsletterSignup';
|
|
21
|
+
export { MultiStepWizard } from './MultiStepWizard';
|
|
22
|
+
export type { MultiStepWizardProps, WizardStep } from './MultiStepWizard';
|
|
23
|
+
export { Captcha } from './Captcha';
|
|
24
|
+
export type { CaptchaProps } from './Captcha';
|
|
25
|
+
export { AddressAutocomplete } from './AddressAutocomplete';
|
|
26
|
+
export type { AddressAutocompleteProps } from './AddressAutocomplete';
|
|
27
|
+
export { ValidationWrapper } from './ValidationWrapper';
|
|
28
|
+
export type { ValidationWrapperProps } from './ValidationWrapper';
|
|
29
29
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE1E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEjE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEhE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EAAE,oBAAoB,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE1E,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface CTAOverlayHeroProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface CTAOverlayHeroProps extends Omit<React.ComponentPropsWithoutRef<'section'>, 'onSubmit'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
@@ -22,8 +22,6 @@ export interface CTAOverlayHeroProps {
|
|
|
22
22
|
py?: number;
|
|
23
23
|
radius?: number;
|
|
24
24
|
gap?: number;
|
|
25
|
-
style?: React.CSSProperties;
|
|
26
|
-
className?: string;
|
|
27
25
|
}
|
|
28
26
|
export declare function CTAOverlayHero(props: CTAOverlayHeroProps): import("react/jsx-runtime").JSX.Element;
|
|
29
27
|
//# sourceMappingURL=CTAOverlayHero.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CTAOverlayHero.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"CTAOverlayHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/CTAOverlayHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;IACnE,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,KAAK,IAAI,CAAC;IAC9D,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,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;AAcD,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,2CAsTxD"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import type React from 'react';
|
|
2
2
|
export type Slide = {
|
|
3
3
|
image: string;
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
6
6
|
};
|
|
7
|
-
export interface CarouselHeroProps {
|
|
7
|
+
export interface CarouselHeroProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
8
8
|
as?: React.ElementType;
|
|
9
9
|
slides?: Slide[];
|
|
10
10
|
autoplay?: boolean;
|
|
@@ -22,8 +22,6 @@ export interface CarouselHeroProps {
|
|
|
22
22
|
py?: number;
|
|
23
23
|
radius?: number;
|
|
24
24
|
gap?: number;
|
|
25
|
-
style?: React.CSSProperties;
|
|
26
|
-
className?: string;
|
|
27
25
|
}
|
|
28
26
|
export declare function CarouselHero(props: CarouselHeroProps): import("react/jsx-runtime").JSX.Element;
|
|
29
27
|
//# sourceMappingURL=CarouselHero.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselHero.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"CarouselHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/CarouselHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,MAAM,KAAK,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAClF,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,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;AAaD,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CA4RpD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface HeroShellProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface HeroShellProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
bgColor?: string;
|
|
5
5
|
textColor?: string;
|
|
@@ -10,9 +10,6 @@ export interface HeroShellProps {
|
|
|
10
10
|
py?: number;
|
|
11
11
|
radius?: number;
|
|
12
12
|
gap?: number;
|
|
13
|
-
style?: React.CSSProperties;
|
|
14
|
-
className?: string;
|
|
15
|
-
children?: React.ReactNode;
|
|
16
13
|
}
|
|
17
14
|
export declare function HeroShell(props: HeroShellProps): import("react/jsx-runtime").JSX.Element;
|
|
18
15
|
//# sourceMappingURL=HeroShell.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeroShell.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"HeroShell.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/HeroShell.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAC/E,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,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,SAAS,CAAC,KAAK,EAAE,cAAc,2CAoG9C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
type PatternKind =
|
|
3
|
-
export interface PatternedHeroProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
type PatternKind = 'dots' | 'grid' | 'diagonal';
|
|
3
|
+
export interface PatternedHeroProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
4
4
|
as?: React.ElementType;
|
|
5
5
|
title?: string;
|
|
6
6
|
subtitle?: string;
|
|
@@ -26,8 +26,6 @@ export interface PatternedHeroProps {
|
|
|
26
26
|
py?: number;
|
|
27
27
|
radius?: number;
|
|
28
28
|
gap?: number;
|
|
29
|
-
style?: React.CSSProperties;
|
|
30
|
-
className?: string;
|
|
31
29
|
}
|
|
32
30
|
export declare function PatternedHero(props: PatternedHeroProps): import("react/jsx-runtime").JSX.Element;
|
|
33
31
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PatternedHero.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"PatternedHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/PatternedHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,WAAW,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC;AAiChD,MAAM,WAAW,kBAAmB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IACnF,EAAE,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,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;AAkBD,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,2CAmPtD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface SplitHeroProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface SplitHeroProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
@@ -24,8 +24,6 @@ export interface SplitHeroProps {
|
|
|
24
24
|
py?: number;
|
|
25
25
|
radius?: number;
|
|
26
26
|
gap?: number;
|
|
27
|
-
style?: React.CSSProperties;
|
|
28
|
-
className?: string;
|
|
29
27
|
}
|
|
30
28
|
export declare function SplitHero(props: SplitHeroProps): import("react/jsx-runtime").JSX.Element;
|
|
31
29
|
//# sourceMappingURL=SplitHero.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SplitHero.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"SplitHero.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/SplitHero.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,wBAAwB,CAAC,SAAS,CAAC;IAC/E,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,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,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;AAYD,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CA2R9C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface StaticHeroProps {
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
export interface StaticHeroProps extends React.ComponentPropsWithoutRef<'section'> {
|
|
3
3
|
as?: React.ElementType;
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
@@ -7,7 +7,7 @@ export interface StaticHeroProps {
|
|
|
7
7
|
onCta?: () => void;
|
|
8
8
|
titleSize?: number;
|
|
9
9
|
subtitleSize?: number;
|
|
10
|
-
align?:
|
|
10
|
+
align?: 'left' | 'center' | 'right';
|
|
11
11
|
bgColor?: string;
|
|
12
12
|
textColor?: string;
|
|
13
13
|
accentColor?: 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":["
|
|
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,2CA4MhD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface VideoHeaderHeroProps {
|
|
1
|
+
import type React from 'react';
|
|
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":["
|
|
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,15 +1,15 @@
|
|
|
1
|
-
export { HeroShell } from
|
|
2
|
-
export type {
|
|
3
|
-
export { StaticHero } from
|
|
4
|
-
export type { StaticHeroProps } from
|
|
5
|
-
export { CarouselHero } from
|
|
6
|
-
export type { CarouselHeroProps } from
|
|
7
|
-
export { CTAOverlayHero } from
|
|
8
|
-
export type { CTAOverlayHeroProps } from
|
|
9
|
-
export { PatternedHero } from
|
|
10
|
-
export type { PatternedHeroProps } from
|
|
11
|
-
export { SplitHero } from
|
|
12
|
-
export type { SplitHeroProps } from
|
|
13
|
-
export { VideoHeaderHero } from
|
|
14
|
-
export type { VideoHeaderHeroProps } from
|
|
1
|
+
export { HeroShell } from './HeroShell';
|
|
2
|
+
export type { HeroShellProps } from './HeroShell';
|
|
3
|
+
export { StaticHero } from './StaticHero';
|
|
4
|
+
export type { StaticHeroProps } from './StaticHero';
|
|
5
|
+
export { CarouselHero } from './CarouselHero';
|
|
6
|
+
export type { CarouselHeroProps } from './CarouselHero';
|
|
7
|
+
export { CTAOverlayHero } from './CTAOverlayHero';
|
|
8
|
+
export type { CTAOverlayHeroProps } from './CTAOverlayHero';
|
|
9
|
+
export { PatternedHero } from './PatternedHero';
|
|
10
|
+
export type { PatternedHeroProps } from './PatternedHero';
|
|
11
|
+
export { SplitHero } from './SplitHero';
|
|
12
|
+
export type { SplitHeroProps } from './SplitHero';
|
|
13
|
+
export { VideoHeaderHero } from './VideoHeaderHero';
|
|
14
|
+
export type { VideoHeaderHeroProps } from './VideoHeaderHero';
|
|
15
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/hero/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
export interface BlockShellProps {
|
|
1
|
+
import type React from 'react';
|
|
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
|