stackable-components 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/README.md +295 -0
  2. package/dist/components/ArticleDetailsPage/ArticleDetails.d.ts +10 -0
  3. package/dist/components/ArticleDetailsPage/index.d.ts +1 -0
  4. package/dist/components/ArticleListingPage/ArticleListing.d.ts +26 -0
  5. package/dist/components/ArticleListingPage/index.d.ts +1 -0
  6. package/dist/components/Auth/AuthSplitScreen.d.ts +73 -0
  7. package/dist/components/Auth/index.d.ts +2 -0
  8. package/dist/components/Awards/AwardsSection.d.ts +53 -0
  9. package/dist/components/Awards/index.d.ts +2 -0
  10. package/dist/components/Banner/Banner.d.ts +32 -0
  11. package/dist/components/Banner/BannerCallout.d.ts +19 -0
  12. package/dist/components/Banner/BannerFullWidth.d.ts +22 -0
  13. package/dist/components/Banner/BannerLight.d.ts +31 -0
  14. package/dist/components/Banner/CommunityBanner.d.ts +33 -0
  15. package/dist/components/Banner/CookieConsentBanner.d.ts +40 -0
  16. package/dist/components/Banner/CountdownBanner.d.ts +27 -0
  17. package/dist/components/Banner/PromoBanner.d.ts +50 -0
  18. package/dist/components/Banner/index.d.ts +14 -0
  19. package/dist/components/Button/PrimaryButton.d.ts +32 -0
  20. package/dist/components/Button/ToggleSwitch.d.ts +24 -0
  21. package/dist/components/Button/index.d.ts +3 -0
  22. package/dist/components/Cards/CardAccordion.d.ts +38 -0
  23. package/dist/components/Cards/FeatureCard.d.ts +11 -0
  24. package/dist/components/Cards/FlipCard.d.ts +37 -0
  25. package/dist/components/Cards/ProfileCard.d.ts +39 -0
  26. package/dist/components/Cards/ResourceCard.d.ts +29 -0
  27. package/dist/components/Cards/index.d.ts +9 -0
  28. package/dist/components/Carousels/CircleImageCarousel.d.ts +19 -0
  29. package/dist/components/Carousels/GalleryCarousel.d.ts +75 -0
  30. package/dist/components/Carousels/ImageVideoCarousel.d.ts +24 -0
  31. package/dist/components/Carousels/VerticalProductCarousel.d.ts +40 -0
  32. package/dist/components/Carousels/index.d.ts +7 -0
  33. package/dist/components/EmptyState/EmptyState.d.ts +21 -0
  34. package/dist/components/EmptyState/index.d.ts +2 -0
  35. package/dist/components/FAQ/FAQ.d.ts +23 -0
  36. package/dist/components/FAQ/FaqCategorized.d.ts +35 -0
  37. package/dist/components/FAQ/index.d.ts +4 -0
  38. package/dist/components/FeatureBenefit/FeatureBenefit.d.ts +20 -0
  39. package/dist/components/FeatureBenefit/FeatureBenefitDark.d.ts +18 -0
  40. package/dist/components/FeatureBenefit/FeatureBenefitRenderer.d.ts +26 -0
  41. package/dist/components/FeatureBenefit/FeatureBenefitStrip.d.ts +15 -0
  42. package/dist/components/FeatureBenefit/FeatureBenefitWithImage.d.ts +27 -0
  43. package/dist/components/FeatureBenefit/StandardBenefit.d.ts +29 -0
  44. package/dist/components/FeatureBenefit/index.d.ts +12 -0
  45. package/dist/components/FeatureComparison/FeatureComparisonCards.d.ts +27 -0
  46. package/dist/components/FeatureComparison/FeatureComparisonTable.d.ts +35 -0
  47. package/dist/components/FeatureComparison/FeatureComparisonVs.d.ts +35 -0
  48. package/dist/components/FeatureComparison/index.d.ts +6 -0
  49. package/dist/components/FeatureShowcase/StickyCardStack.d.ts +36 -0
  50. package/dist/components/FeatureShowcase/StickyScrollFeature.d.ts +27 -0
  51. package/dist/components/FeatureShowcase/index.d.ts +2 -0
  52. package/dist/components/Footers/FooterMultiColumn.d.ts +23 -0
  53. package/dist/components/Footers/FooterSimple.d.ts +18 -0
  54. package/dist/components/Footers/index.d.ts +2 -0
  55. package/dist/components/Forms/ContactForm.d.ts +8 -0
  56. package/dist/components/Forms/ContactFormSplit.d.ts +53 -0
  57. package/dist/components/Forms/NewsletterSignup.d.ts +35 -0
  58. package/dist/components/Forms/index.d.ts +4 -0
  59. package/dist/components/Grids/BentoGrid.d.ts +34 -0
  60. package/dist/components/Grids/CategoryGrid.d.ts +53 -0
  61. package/dist/components/Grids/FlipCardGrid.d.ts +64 -0
  62. package/dist/components/Grids/HexTileGrid.d.ts +39 -0
  63. package/dist/components/Grids/IndexSection.d.ts +37 -0
  64. package/dist/components/Grids/index.d.ts +10 -0
  65. package/dist/components/HeroBanners/HeroBanner.d.ts +35 -0
  66. package/dist/components/HeroBanners/HeroBannerClassic.d.ts +79 -0
  67. package/dist/components/HeroBanners/SplitHeroBanner.d.ts +29 -0
  68. package/dist/components/HeroBanners/SpotlightHero.d.ts +30 -0
  69. package/dist/components/HeroBanners/VideoDemoHero.d.ts +33 -0
  70. package/dist/components/HeroBanners/index.d.ts +8 -0
  71. package/dist/components/ImageGrid/ImageGrid.d.ts +25 -0
  72. package/dist/components/ImageGrid/ImageGridDynamic.d.ts +18 -0
  73. package/dist/components/ImageGrid/index.d.ts +2 -0
  74. package/dist/components/LogoCloud/LogoCloud.d.ts +33 -0
  75. package/dist/components/LogoCloud/index.d.ts +2 -0
  76. package/dist/components/Navigation/BreadcrumbNavigation.d.ts +34 -0
  77. package/dist/components/Navigation/ExtendedNavigation.d.ts +31 -0
  78. package/dist/components/Navigation/FloatingDock.d.ts +45 -0
  79. package/dist/components/Navigation/NavigationBar.d.ts +13 -0
  80. package/dist/components/Navigation/Sidebar.d.ts +29 -0
  81. package/dist/components/Navigation/index.d.ts +8 -0
  82. package/dist/components/PDP/ProductDetails.d.ts +43 -0
  83. package/dist/components/PDP/index.d.ts +1 -0
  84. package/dist/components/PLP/ProductListing.d.ts +15 -0
  85. package/dist/components/PLP/index.d.ts +1 -0
  86. package/dist/components/Pricing/Pricing.d.ts +48 -0
  87. package/dist/components/Pricing/PricingSpreadCard.d.ts +32 -0
  88. package/dist/components/Pricing/index.d.ts +4 -0
  89. package/dist/components/Process/ProcessStep.d.ts +51 -0
  90. package/dist/components/Process/index.d.ts +2 -0
  91. package/dist/components/ProductCard/DarkCard.d.ts +31 -0
  92. package/dist/components/ProductCard/LargeCard.d.ts +11 -0
  93. package/dist/components/ProductCard/ProductBanner.d.ts +28 -0
  94. package/dist/components/ProductCard/index.d.ts +61 -0
  95. package/dist/components/SectionIntroduction/SectionIntroduction.d.ts +27 -0
  96. package/dist/components/SectionIntroduction/SectionIntroductionTwoColumn.d.ts +18 -0
  97. package/dist/components/SectionIntroduction/index.d.ts +4 -0
  98. package/dist/components/Sidebar/Sidebar.d.ts +26 -0
  99. package/dist/components/Sidebar/index.d.ts +2 -0
  100. package/dist/components/Sliders/ProductSlider.d.ts +23 -0
  101. package/dist/components/Sliders/index.d.ts +2 -0
  102. package/dist/components/Social/SocialLinks.d.ts +36 -0
  103. package/dist/components/Social/SocialPostEmbed.d.ts +34 -0
  104. package/dist/components/Social/index.d.ts +4 -0
  105. package/dist/components/Statistics/StatCounterRow.d.ts +34 -0
  106. package/dist/components/Statistics/index.d.ts +2 -0
  107. package/dist/components/Tabs/Tabs.d.ts +35 -0
  108. package/dist/components/Tabs/index.d.ts +2 -0
  109. package/dist/components/Team/TeamBanner.d.ts +32 -0
  110. package/dist/components/Team/index.d.ts +2 -0
  111. package/dist/components/Testimonial/CardStack.d.ts +31 -0
  112. package/dist/components/Testimonial/RatingSummary.d.ts +20 -0
  113. package/dist/components/Testimonial/Reviews.d.ts +55 -0
  114. package/dist/components/Testimonial/Testimonial.d.ts +29 -0
  115. package/dist/components/Testimonial/index.d.ts +8 -0
  116. package/dist/components/TextCTASection/JustifiedTextCTA.d.ts +11 -0
  117. package/dist/components/TextCTASection/TextCTA.d.ts +25 -0
  118. package/dist/components/TextCTASection/index.d.ts +1 -0
  119. package/dist/components/Timeline/TimelineColumn.d.ts +23 -0
  120. package/dist/components/Timeline/TimelineHorizontal.d.ts +28 -0
  121. package/dist/components/Timeline/TimelineYearBlocks.d.ts +55 -0
  122. package/dist/components/Timeline/VerticalTimeline.d.ts +21 -0
  123. package/dist/components/Timeline/index.d.ts +8 -0
  124. package/dist/components/Typography/Typography.d.ts +14 -0
  125. package/dist/components/Typography/index.d.ts +2 -0
  126. package/dist/components/VideoSection/VideoSection.d.ts +38 -0
  127. package/dist/components/VideoSection/index.d.ts +2 -0
  128. package/dist/index.d.ts +153 -0
  129. package/dist/index.esm.js +14074 -0
  130. package/dist/index.esm.js.map +1 -0
  131. package/dist/index.js +14168 -0
  132. package/dist/index.js.map +1 -0
  133. package/dist/styles.css +5901 -0
  134. package/dist/theme/ThemeProvider.d.ts +13 -0
  135. package/dist/theme/index.d.ts +2 -0
  136. package/dist/theme/themeConfig.d.ts +8 -0
  137. package/dist/types.d.ts +60 -0
  138. package/dist/utils/index.d.ts +10 -0
  139. package/package.json +62 -0
@@ -0,0 +1,29 @@
1
+ import React from 'react';
2
+ import type { StackableColorValue } from '../../types';
3
+ export interface TestimonialItem {
4
+ quote?: string;
5
+ author_name?: string;
6
+ author_title?: string;
7
+ author_image?: string;
8
+ author_image_alt?: string;
9
+ logo?: string;
10
+ logo_alt?: string;
11
+ rating?: number;
12
+ }
13
+ export interface TestimonialProps {
14
+ heading?: string;
15
+ subheading?: string;
16
+ layout?: 'centered' | 'side-image' | 'side-image-overlap' | 'review-card' | string;
17
+ image_position?: 'left' | 'right' | string;
18
+ show_stars?: boolean;
19
+ show_logo?: boolean;
20
+ show_quote_mark?: boolean;
21
+ avatar_size?: 'none' | 'sm' | 'md' | 'lg' | string;
22
+ name_format?: 'inline' | 'stacked' | string;
23
+ testimonials?: TestimonialItem[];
24
+ background_color?: StackableColorValue;
25
+ text_color?: StackableColorValue;
26
+ className?: string;
27
+ }
28
+ export declare function Testimonial({ heading, subheading, layout, image_position, show_stars, show_logo, show_quote_mark, avatar_size, name_format, testimonials, background_color, text_color, className, }: TestimonialProps): React.JSX.Element;
29
+ export default Testimonial;
@@ -0,0 +1,8 @@
1
+ export { Testimonial } from './Testimonial';
2
+ export type { TestimonialProps, TestimonialItem } from './Testimonial';
3
+ export { RatingSummary } from './RatingSummary';
4
+ export type { RatingSummaryProps, RatingSummaryLink } from './RatingSummary';
5
+ export { CardStack } from './CardStack';
6
+ export type { CardStackProps, CardStackItem } from './CardStack';
7
+ export { Reviews } from './Reviews';
8
+ export type { ReviewsProps, ReviewsItem, ReviewsLink } from './Reviews';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { CtaItem } from './TextCTA';
3
+ export interface JustifiedTextCTAProps {
4
+ className?: string;
5
+ cta?: CtaItem[];
6
+ description?: string;
7
+ heading?: string;
8
+ text_color?: string;
9
+ }
10
+ export declare function JustifiedTextCTA({ className, cta, description, heading, text_color: textColor, }: JustifiedTextCTAProps): React.JSX.Element;
11
+ export default JustifiedTextCTA;
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ export interface CtaItem {
3
+ title?: string;
4
+ url?: string;
5
+ background_color?: string;
6
+ text_color?: string;
7
+ open_in_new_tab?: boolean;
8
+ }
9
+ export interface ColorValue {
10
+ hex?: string;
11
+ }
12
+ export interface TextCTAProps {
13
+ className?: string;
14
+ cta?: CtaItem[];
15
+ description?: string;
16
+ eyebrow_text?: string;
17
+ heading?: string;
18
+ subheading?: string;
19
+ background_color?: ColorValue;
20
+ text_color?: ColorValue;
21
+ alignment?: 'Left' | 'Center' | 'Right' | string;
22
+ layout?: 'Column' | 'Row' | string;
23
+ }
24
+ export declare function TextCTA({ className, cta, description, eyebrow_text: eyebrowText, heading, subheading, background_color: backgroundColor, text_color: textColor, alignment, layout, }: TextCTAProps): React.JSX.Element;
25
+ export default TextCTA;
@@ -0,0 +1 @@
1
+ export { TextCTA } from './TextCTA';
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import type { StackableColorValue } from '../../types';
3
+ export interface TimelineColumnItem {
4
+ year?: string;
5
+ title?: string;
6
+ description?: string;
7
+ /** Optional supporting image shown inside the card. Asset URL, or a Contentstack asset object. */
8
+ image?: string | {
9
+ url?: string;
10
+ };
11
+ }
12
+ export interface TimelineColumnProps {
13
+ heading?: string;
14
+ subheading?: string;
15
+ background_color?: StackableColorValue;
16
+ accent_color?: StackableColorValue;
17
+ card_background_color?: StackableColorValue;
18
+ text_color?: StackableColorValue;
19
+ items?: TimelineColumnItem[];
20
+ className?: string;
21
+ }
22
+ export declare function TimelineColumn({ heading, subheading, background_color, accent_color, card_background_color, text_color, items: itemsProp, className, }: TimelineColumnProps): React.JSX.Element;
23
+ export default TimelineColumn;
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+ import type { StackableColorValue } from '../../types';
3
+ export type TimelineHorizontalAlign = 'left' | 'center' | 'right';
4
+ export type TimelineHorizontalBarPos = 'top' | 'bottom';
5
+ export interface TimelineHorizontalItem {
6
+ year?: string;
7
+ title?: string;
8
+ description?: string;
9
+ /** Optional image shown between the title and description. Asset URL, or a Contentstack asset object. */
10
+ image?: string | {
11
+ url?: string;
12
+ };
13
+ }
14
+ export interface TimelineHorizontalProps {
15
+ eyebrow_text?: string;
16
+ heading?: string;
17
+ subheading?: string;
18
+ heading_alignment?: TimelineHorizontalAlign | string;
19
+ /** Where the connecting bar (line + dots) sits relative to the item content */
20
+ bar_position?: TimelineHorizontalBarPos | string;
21
+ background_color?: StackableColorValue;
22
+ accent_color?: StackableColorValue;
23
+ text_color?: StackableColorValue;
24
+ items?: TimelineHorizontalItem[];
25
+ className?: string;
26
+ }
27
+ export declare function TimelineHorizontal({ eyebrow_text, heading, subheading, heading_alignment, bar_position, background_color, accent_color, text_color, items: itemsProp, className, }: TimelineHorizontalProps): React.JSX.Element;
28
+ export default TimelineHorizontal;
@@ -0,0 +1,55 @@
1
+ import React from 'react';
2
+ import type { StackableColorValue } from '../../types';
3
+ /** Native Contentstack link field: `{ title, href }`. */
4
+ export interface TimelineYearBlocksLink {
5
+ title?: string;
6
+ href?: string;
7
+ }
8
+ export interface TimelineYearBlocksEntry {
9
+ /**
10
+ * The badge notched into the panel's left edge. Free text straight from the
11
+ * CMS — `A`, `01`, `IV` all render. Never parsed and never used for ordering,
12
+ * so entries can be labelled however the content calls for.
13
+ */
14
+ marker?: string;
15
+ /**
16
+ * The oversized display text inside the panel. Usually a year, which is why
17
+ * it splits across two lines, but any short string works.
18
+ */
19
+ year?: string;
20
+ /** Small uppercase line under the year, inside the panel. */
21
+ caption?: string;
22
+ description?: string;
23
+ /** Text for the tab at the right end of the rule. */
24
+ tag_label?: string;
25
+ /** Makes the panel and the tab clickable. */
26
+ link?: TimelineYearBlocksLink;
27
+ /** Top-left of the panel gradient. Empty falls back to the rotating palette. */
28
+ gradient_from?: StackableColorValue;
29
+ /** Bottom-right of the panel gradient. Empty falls back to the rotating palette. */
30
+ gradient_to?: StackableColorValue;
31
+ }
32
+ export interface TimelineYearBlocksProps {
33
+ heading?: string;
34
+ subheading?: string;
35
+ heading_alignment?: 'left' | 'center' | 'right' | string;
36
+ entries?: TimelineYearBlocksEntry[];
37
+ /** Vertical line down the left with a terminal dot at each end. */
38
+ show_rail?: boolean;
39
+ /**
40
+ * Breaks the year across two lines, as in `19` over `90`. Only applied when
41
+ * the text can be halved cleanly; anything else stays on one line.
42
+ */
43
+ split_year?: boolean;
44
+ /** The small tab at the right end of each entry's rule. */
45
+ show_tag?: boolean;
46
+ panel_size?: 'Small' | 'Medium' | 'Large' | string;
47
+ background_color?: StackableColorValue;
48
+ /** Body copy, heading, rail and badge letter. */
49
+ text_color?: StackableColorValue;
50
+ /** Everything sitting on the gradient panel. */
51
+ panel_text_color?: StackableColorValue;
52
+ className?: string;
53
+ }
54
+ export declare function TimelineYearBlocks({ heading, subheading, heading_alignment, entries, show_rail, split_year, show_tag, panel_size, background_color, text_color, panel_text_color, className, }: TimelineYearBlocksProps): React.JSX.Element;
55
+ export default TimelineYearBlocks;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import type { StackableColorValue } from '../../types';
3
+ export type VerticalTimelineAlign = 'left' | 'center' | 'right';
4
+ export interface VerticalTimelineItem {
5
+ date?: string;
6
+ title?: string;
7
+ description?: string;
8
+ }
9
+ export interface VerticalTimelineProps {
10
+ heading?: string;
11
+ subheading?: string;
12
+ heading_alignment?: VerticalTimelineAlign | string;
13
+ background_color?: StackableColorValue;
14
+ accent_color?: StackableColorValue;
15
+ card_background_color?: StackableColorValue;
16
+ text_color?: StackableColorValue;
17
+ items?: VerticalTimelineItem[];
18
+ className?: string;
19
+ }
20
+ export declare function VerticalTimeline({ heading, subheading, heading_alignment, background_color, accent_color, card_background_color, text_color, items: itemsProp, className, }: VerticalTimelineProps): React.JSX.Element;
21
+ export default VerticalTimeline;
@@ -0,0 +1,8 @@
1
+ export { VerticalTimeline } from './VerticalTimeline';
2
+ export type { VerticalTimelineProps, VerticalTimelineItem, VerticalTimelineAlign } from './VerticalTimeline';
3
+ export { TimelineHorizontal } from './TimelineHorizontal';
4
+ export type { TimelineHorizontalProps, TimelineHorizontalItem, TimelineHorizontalAlign, TimelineHorizontalBarPos } from './TimelineHorizontal';
5
+ export { TimelineColumn } from './TimelineColumn';
6
+ export type { TimelineColumnProps, TimelineColumnItem } from './TimelineColumn';
7
+ export { TimelineYearBlocks } from './TimelineYearBlocks';
8
+ export type { TimelineYearBlocksProps, TimelineYearBlocksEntry, TimelineYearBlocksLink } from './TimelineYearBlocks';
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ export interface TypographyFont {
3
+ family?: string;
4
+ size?: number;
5
+ }
6
+ export interface TypographyProps {
7
+ heading_font?: TypographyFont;
8
+ paragraph_font?: TypographyFont;
9
+ button_font?: TypographyFont;
10
+ link_font?: TypographyFont;
11
+ className?: string;
12
+ }
13
+ export declare function Typography({ heading_font, paragraph_font, button_font, link_font, className, }: TypographyProps): React.JSX.Element;
14
+ export default Typography;
@@ -0,0 +1,2 @@
1
+ export { Typography } from './Typography';
2
+ export type { TypographyProps, TypographyFont } from './Typography';
@@ -0,0 +1,38 @@
1
+ import React from 'react';
2
+ import type { StackableColorValue } from '../../types';
3
+ export interface VideoSectionCtaButton {
4
+ title?: string;
5
+ url?: string;
6
+ open_in_new_tab?: boolean;
7
+ apply_border?: boolean;
8
+ background_color?: StackableColorValue;
9
+ text_color?: StackableColorValue;
10
+ }
11
+ export interface VideoSectionPoster {
12
+ url?: string;
13
+ title?: string;
14
+ }
15
+ export interface VideoSectionVideo {
16
+ url?: string;
17
+ poster?: VideoSectionPoster;
18
+ autoplay?: boolean;
19
+ muted?: boolean;
20
+ loop?: boolean;
21
+ controls?: boolean;
22
+ }
23
+ export interface VideoSectionColorValue {
24
+ hex?: string;
25
+ }
26
+ export interface VideoSectionProps {
27
+ className?: string;
28
+ eyebrow_text?: string;
29
+ heading?: string;
30
+ subheading?: string;
31
+ video?: VideoSectionVideo;
32
+ cta_button?: VideoSectionCtaButton;
33
+ alignment?: 'Left' | 'Center' | 'Right' | string;
34
+ background_color?: VideoSectionColorValue;
35
+ text_color?: VideoSectionColorValue;
36
+ }
37
+ export declare function VideoSection({ className, eyebrow_text: eyebrowText, heading, subheading, video, cta_button: ctaButton, alignment, background_color: backgroundColor, text_color: textColor, }: VideoSectionProps): React.JSX.Element;
38
+ export default VideoSection;
@@ -0,0 +1,2 @@
1
+ export { VideoSection } from './VideoSection';
2
+ export type { VideoSectionProps, VideoSectionCtaButton, VideoSectionVideo, VideoSectionPoster, VideoSectionColorValue, } from './VideoSection';
@@ -0,0 +1,153 @@
1
+ import './styles.css';
2
+ export { ThemeProvider, defaultTheme, THEME_VAR_MAP } from './theme';
3
+ export type { ThemeProviderProps } from './theme/ThemeProvider';
4
+ export { hexToRgba, resolveStackableColor, hasStackableColorFill } from './utils';
5
+ export type { StackablesTheme, StackableColorValue, ComponentMetadata, ContentModel, ContentModelField } from './types';
6
+ export { Typography } from './components/Typography';
7
+ export type { TypographyProps, TypographyFont } from './components/Typography';
8
+ export { AuthSplitScreen } from './components/Auth';
9
+ export { AwardsSection } from './components/Awards';
10
+ export type { AwardsSectionProps, AwardsSectionItem, AwardsSectionLink } from './components/Awards/AwardsSection';
11
+ export type { AuthSplitScreenProps, AuthSplitScreenLink, AuthSplitScreenSocialProvider, AuthSplitScreenTestimonial, AuthSplitScreenBadge, AuthSplitScreenLogo, AuthSplitScreenSubmitData, } from './components/Auth';
12
+ export { Banner, BannerLight, BannerCallout, CommunityBanner, CountdownBanner, CookieConsentBanner } from './components/Banner';
13
+ export type { CommunityBannerProps, CommunityBannerAvatar, CommunityBannerCtaButton } from './components/Banner';
14
+ export type { BannerProps, BannerCtaButton, BannerReference } from './components/Banner';
15
+ export type { BannerLightProps, BannerLightCtaButton, BannerLightReference } from './components/Banner';
16
+ export type { BannerCalloutProps, BannerCalloutCtaButton } from './components/Banner';
17
+ export type { CountdownBannerProps, CountdownBannerCtaButton } from './components/Banner';
18
+ export type { CookieConsentBannerProps, CookieConsentBannerLink } from './components/Banner';
19
+ export { PromoBanner } from './components/Banner';
20
+ export type { PromoBannerProps, PromoBannerSlide, PromoBannerLink } from './components/Banner';
21
+ export { HeroBanner, SplitHeroBanner, SpotlightHero, VideoDemoHero } from './components/HeroBanners';
22
+ export type { HeroBannerProps } from './components/HeroBanners/HeroBanner';
23
+ export type { SplitHeroBannerProps } from './components/HeroBanners/SplitHeroBanner';
24
+ export { HeroBannerClassic } from './components/HeroBanners';
25
+ export type { HeroBannerClassicProps, HeroBannerClassicLink, HeroBannerClassicHeadingLine, HeroBannerClassicAvatar, HeroBannerClassicStatementEntry, HeroBannerClassicFooterItem, } from './components/HeroBanners';
26
+ export type { SpotlightHeroProps, SpotlightHeroCtaLink, SpotlightHeroCtaItem } from './components/HeroBanners';
27
+ export type { VideoDemoHeroProps, VideoDemoHeroAnimationStyle, VideoDemoHeroLink, VideoDemoHeroThumbnail } from './components/HeroBanners';
28
+ export { ProductSlider } from './components/Sliders';
29
+ export type { ProductSliderProps, ProductSliderSlide, ProductSliderCtaButton } from './components/Sliders/ProductSlider';
30
+ export { ImageVideoCarousel } from './components/Carousels';
31
+ export type { ImageVideoCarouselProps } from './components/Carousels/ImageVideoCarousel';
32
+ export { CircleImageCarousel } from './components/Carousels';
33
+ export type { CircleImageCarouselProps, CircleCarouselItem } from './components/Carousels/CircleImageCarousel';
34
+ export { VerticalProductCarousel } from './components/Carousels';
35
+ export type { VerticalProductCarouselProps, VerticalProductCarouselCtaButton, VerticalCarouselProductItem, VerticalCarouselProductColor, } from './components/Carousels/VerticalProductCarousel';
36
+ export { GalleryCarousel } from './components/Carousels';
37
+ export type { GalleryCarouselProps, GalleryCarouselSlide, GalleryCarouselLink } from './components/Carousels';
38
+ export { ProductCard, ProductCardRegular, ProductCardLarge, ProductBanner } from './components/ProductCard';
39
+ export type { ProductCardProps, ProductCardLargeProps, ProductBannerProps, ProductBannerItem } from './components/ProductCard';
40
+ export { ProductListing } from './components/PLP';
41
+ export type { ProductGridProps } from './components/PLP/ProductListing';
42
+ export { FeatureCard } from './components/Cards';
43
+ export type { FeatureCardProps } from './components/Cards/FeatureCard';
44
+ export { ResourceCard } from './components/Cards';
45
+ export type { ResourceCardSectionProps, ResourceCardItem } from './components/Cards/ResourceCard';
46
+ export { ProfileCard } from './components/Cards';
47
+ export type { ProfileCardProps, ProfileCardStat } from './components/Cards/ProfileCard';
48
+ export { FlipCard } from './components/Cards';
49
+ export type { FlipCardProps, FlipCardLink, FlipCardImage } from './components/Cards/FlipCard';
50
+ export { CardAccordion } from './components/Cards';
51
+ export type { CardAccordionProps, CardAccordionItem, CardAccordionLink } from './components/Cards/CardAccordion';
52
+ export { BentoGrid } from './components/Grids';
53
+ export type { BentoGridProps, BentoCell, BentoCellLink } from './components/Grids/BentoGrid';
54
+ export { IndexSection } from './components/Grids';
55
+ export type { IndexSectionProps, IndexSectionItem, IndexSectionLink } from './components/Grids/IndexSection';
56
+ export { HexTileGrid } from './components/Grids';
57
+ export type { HexTileGridProps, HexTileGridTile, HexTileGridLink } from './components/Grids';
58
+ export { CategoryGrid } from './components/Grids';
59
+ export type { CategoryGridProps, CategoryGridItem, CategoryGridLink } from './components/Grids/CategoryGrid';
60
+ export { FlipCardGrid } from './components/Grids';
61
+ export type { FlipCardGridProps, FlipCardGridItem, FlipCardGridLink } from './components/Grids/FlipCardGrid';
62
+ export { ImageGrid } from './components/ImageGrid';
63
+ export type { ImageGridProps } from './components/ImageGrid/ImageGrid';
64
+ export { ImageGridDynamic } from './components/ImageGrid';
65
+ export type { ImageGridDynamicProps, DynamicGridImage } from './components/ImageGrid/ImageGridDynamic';
66
+ export { Testimonial } from './components/Testimonial';
67
+ export type { TestimonialProps, TestimonialItem } from './components/Testimonial/Testimonial';
68
+ export { RatingSummary } from './components/Testimonial';
69
+ export type { RatingSummaryProps, RatingSummaryLink } from './components/Testimonial/RatingSummary';
70
+ export { CardStack } from './components/Testimonial';
71
+ export type { CardStackProps, CardStackItem } from './components/Testimonial';
72
+ export { Reviews } from './components/Testimonial';
73
+ export type { ReviewsProps, ReviewsItem, ReviewsLink } from './components/Testimonial/Reviews';
74
+ export { LogoCloud } from './components/LogoCloud';
75
+ export type { LogoCloudProps, LogoCloudLogo, LogoCloudScrollMode, LogoCloudDirection, LogoCloudLogoStyle, } from './components/LogoCloud/LogoCloud';
76
+ export { FAQ, FaqCategorized } from './components/FAQ';
77
+ export type { FaqProps, FaqItem } from './components/FAQ/FAQ';
78
+ export type { FaqCategorizedProps, FaqCategorizedCategory, FaqCategorizedItem } from './components/FAQ';
79
+ export { EmptyState } from './components/EmptyState';
80
+ export type { EmptyStateProps, EmptyStateLink } from './components/EmptyState/EmptyState';
81
+ export { Pricing } from './components/Pricing';
82
+ export type { PricingProps, PricingTier, PricingFeature, PricingLogo } from './components/Pricing/Pricing';
83
+ export { PricingSpreadCard } from './components/Pricing';
84
+ export type { PricingSpreadCardProps, PricingSpreadCardFeature, PricingSpreadCardCta } from './components/Pricing';
85
+ export { StatCounterRow } from './components/Statistics';
86
+ export type { StatCounterRowProps, StatCounterItem } from './components/Statistics';
87
+ export { ContactForm } from './components/Forms';
88
+ export type { ContactFormProps } from './components/Forms/ContactForm';
89
+ export { NewsletterSignup } from './components/Forms';
90
+ export type { NewsletterSignupProps, NewsletterSignupLink } from './components/Forms/NewsletterSignup';
91
+ export { ContactFormSplit } from './components/Forms';
92
+ export type { ContactFormSplitProps, ContactFormSplitField, ContactFormSplitLink } from './components/Forms/ContactFormSplit';
93
+ export { NavigationBar } from './components/Navigation';
94
+ export { ExtendedNavigation } from './components/Navigation';
95
+ export { BreadcrumbNavigation } from './components/Navigation';
96
+ export { Sidebar } from './components/Navigation';
97
+ export { FloatingDock } from './components/Navigation';
98
+ export type { NavigationBarProps } from './components/Navigation/NavigationBar';
99
+ export type { ExtendedNavigationProps } from './components/Navigation/ExtendedNavigation';
100
+ export type { BreadcrumbNavigationProps, BreadcrumbItem } from './components/Navigation';
101
+ export type { SidebarProps, SidebarItem, SidebarLink } from './components/Navigation';
102
+ export type { FloatingDockProps, FloatingDockItem, FloatingDockLink } from './components/Navigation';
103
+ export { FooterSimple, FooterMultiColumn } from './components/Footers';
104
+ export type { FooterSimpleProps } from './components/Footers/FooterSimple';
105
+ export type { FooterMultiColumnProps } from './components/Footers/FooterMultiColumn';
106
+ export { TextCTA } from './components/TextCTASection';
107
+ export { JustifiedTextCTA } from './components/TextCTASection/JustifiedTextCTA';
108
+ export type { TextCTAProps } from './components/TextCTASection/TextCTA';
109
+ export type { JustifiedTextCTAProps } from './components/TextCTASection/JustifiedTextCTA';
110
+ export { PrimaryButton } from './components/Button';
111
+ export type { PrimaryButtonProps } from './components/Button/PrimaryButton';
112
+ export { ToggleSwitch } from './components/Button';
113
+ export type { ToggleSwitchProps } from './components/Button/ToggleSwitch';
114
+ export { ProductDetails } from './components/PDP';
115
+ export type { ProductDetailsProps } from './components/PDP/ProductDetails';
116
+ export { ArticleDetails } from './components/ArticleDetailsPage';
117
+ export type { ArticleDetailsProps } from './components/ArticleDetailsPage/ArticleDetails';
118
+ export { ArticleListing } from './components/ArticleListingPage';
119
+ export type { ArticleListingProps } from './components/ArticleListingPage/ArticleListing';
120
+ export { Tabs } from './components/Tabs';
121
+ export type { TabsProps, TabItem } from './components/Tabs';
122
+ export { SectionIntroduction, SectionIntroductionTwoColumn } from './components/SectionIntroduction';
123
+ export type { SectionIntroductionProps, SectionIntroductionCtaButton, SectionIntroductionColorValue } from './components/SectionIntroduction';
124
+ export type { SectionIntroductionTwoColumnProps, SectionIntroductionTwoColumnColorValue } from './components/SectionIntroduction';
125
+ export { VideoSection } from './components/VideoSection';
126
+ export type { VideoSectionProps, VideoSectionCtaButton, VideoSectionVideo, VideoSectionPoster, VideoSectionColorValue, } from './components/VideoSection';
127
+ export { FeatureBenefitStrip, FeatureBenefit, FeatureBenefitDark, FeatureBenefitWithImage, FeatureBenefitRenderer, StandardBenefit } from './components/FeatureBenefit';
128
+ export type { FeatureBenefitStripProps, FeatureBenefitStripItem } from './components/FeatureBenefit';
129
+ export type { FeatureBenefitProps, FeatureBenefitItem } from './components/FeatureBenefit';
130
+ export type { FeatureBenefitDarkProps, FeatureBenefitDarkItem } from './components/FeatureBenefit';
131
+ export type { FeatureBenefitWithImageProps, FeatureBenefitWithImageItem } from './components/FeatureBenefit';
132
+ export type { FeatureBenefitRendererProps, FeatureBenefitFeature, FeatureBenefitVariant } from './components/FeatureBenefit';
133
+ export type { StandardBenefitProps, StandardBenefitItem, StandardBenefitIconPos, StandardBenefitLayout, StandardBenefitAlign } from './components/FeatureBenefit';
134
+ export { StickyScrollFeature } from './components/FeatureShowcase';
135
+ export type { StickyScrollFeatureProps, StickyScrollFeatureItem } from './components/FeatureShowcase';
136
+ export { VerticalTimeline, TimelineHorizontal, TimelineColumn } from './components/Timeline';
137
+ export type { VerticalTimelineProps, VerticalTimelineItem, VerticalTimelineAlign } from './components/Timeline';
138
+ export type { TimelineHorizontalProps, TimelineHorizontalItem, TimelineHorizontalAlign, TimelineHorizontalBarPos } from './components/Timeline';
139
+ export type { TimelineColumnProps, TimelineColumnItem } from './components/Timeline';
140
+ export { TimelineYearBlocks } from './components/Timeline';
141
+ export type { TimelineYearBlocksProps, TimelineYearBlocksEntry, TimelineYearBlocksLink } from './components/Timeline';
142
+ export { FeatureComparisonTable, FeatureComparisonVs, FeatureComparisonCards } from './components/FeatureComparison';
143
+ export type { FeatureComparisonTableProps, FeatureComparisonPlan, FeatureComparisonRow, FeatureComparisonGroup } from './components/FeatureComparison';
144
+ export type { FeatureComparisonVsProps, FeatureComparisonVsColumn, FeatureComparisonVsCell, FeatureComparisonVsRow } from './components/FeatureComparison';
145
+ export type { FeatureComparisonCardsProps, FeatureComparisonProduct, FeatureComparisonCategory } from './components/FeatureComparison';
146
+ export { TeamBanner } from './components/Team';
147
+ export type { TeamBannerProps, TeamBannerMember } from './components/Team';
148
+ export { SocialPostEmbed } from './components/Social';
149
+ export type { SocialPostEmbedProps, SocialPostPlatform } from './components/Social';
150
+ export { SocialLinks } from './components/Social';
151
+ export type { SocialLinksProps, SocialLinksItem } from './components/Social';
152
+ export { ProcessStep } from './components/Process';
153
+ export type { ProcessStepProps, ProcessStepItem, ProcessStepLink } from './components/Process';