@zekidev/ui 2.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 (135) hide show
  1. package/dist/components/theme-provider.d.ts +12 -0
  2. package/dist/components/ui/accordion.d.ts +7 -0
  3. package/dist/components/ui/badge.d.ts +9 -0
  4. package/dist/components/ui/button.d.ts +11 -0
  5. package/dist/components/ui/calendar.d.ts +4 -0
  6. package/dist/components/ui/card.d.ts +8 -0
  7. package/dist/components/ui/date-picker.d.ts +12 -0
  8. package/dist/components/ui/popover.d.ts +7 -0
  9. package/dist/components/ui/separator.d.ts +4 -0
  10. package/dist/components/ui/tabs.d.ts +7 -0
  11. package/dist/index.cjs +6141 -0
  12. package/dist/index.d.ts +61 -0
  13. package/dist/index.js +5980 -0
  14. package/dist/lib/utils.d.ts +2 -0
  15. package/dist/sections/banner/index.d.ts +5 -0
  16. package/dist/sections/banner/variants/banner-dismissible.d.ts +2 -0
  17. package/dist/sections/banner/variants/banner-simple.d.ts +2 -0
  18. package/dist/sections/cards/index.d.ts +7 -0
  19. package/dist/sections/cards/variants/cards-featured.d.ts +2 -0
  20. package/dist/sections/cards/variants/cards-grid.d.ts +2 -0
  21. package/dist/sections/cards/variants/cards-horizontal.d.ts +2 -0
  22. package/dist/sections/cards/variants/cards-pricing.d.ts +2 -0
  23. package/dist/sections/comparison/index.d.ts +6 -0
  24. package/dist/sections/comparison/variants/comparison-cards.d.ts +2 -0
  25. package/dist/sections/comparison/variants/comparison-highlights.d.ts +2 -0
  26. package/dist/sections/comparison/variants/comparison-table.d.ts +2 -0
  27. package/dist/sections/contact/index.d.ts +5 -0
  28. package/dist/sections/contact/variants/contact-simple.d.ts +2 -0
  29. package/dist/sections/contact/variants/contact-split.d.ts +2 -0
  30. package/dist/sections/cta/index.d.ts +6 -0
  31. package/dist/sections/cta/variants/cta-banner.d.ts +2 -0
  32. package/dist/sections/cta/variants/cta-centered.d.ts +2 -0
  33. package/dist/sections/cta/variants/cta-split.d.ts +2 -0
  34. package/dist/sections/downloads/index.d.ts +6 -0
  35. package/dist/sections/downloads/variants/downloads-accordion.d.ts +2 -0
  36. package/dist/sections/downloads/variants/downloads-flat.d.ts +2 -0
  37. package/dist/sections/downloads/variants/downloads-grouped.d.ts +2 -0
  38. package/dist/sections/downloads/variants/downloads-utils.d.ts +10 -0
  39. package/dist/sections/downloads/variants/file-row.d.ts +6 -0
  40. package/dist/sections/duplex/index.d.ts +6 -0
  41. package/dist/sections/duplex/variants/duplex-image-left.d.ts +2 -0
  42. package/dist/sections/duplex/variants/duplex-image-right.d.ts +2 -0
  43. package/dist/sections/duplex/variants/duplex-stacked.d.ts +2 -0
  44. package/dist/sections/event-registration/event-registration-section.d.ts +2 -0
  45. package/dist/sections/event-registration/index.d.ts +4 -0
  46. package/dist/sections/event-registration/registration-form.d.ts +11 -0
  47. package/dist/sections/event-registration/variants/registration-card.d.ts +2 -0
  48. package/dist/sections/event-registration/variants/registration-centered.d.ts +2 -0
  49. package/dist/sections/event-registration/variants/registration-split.d.ts +2 -0
  50. package/dist/sections/faq/index.d.ts +7 -0
  51. package/dist/sections/faq/variants/faq-accordion.d.ts +2 -0
  52. package/dist/sections/faq/variants/faq-cards.d.ts +2 -0
  53. package/dist/sections/faq/variants/faq-numbered.d.ts +2 -0
  54. package/dist/sections/faq/variants/faq-two-column.d.ts +2 -0
  55. package/dist/sections/features/index.d.ts +6 -0
  56. package/dist/sections/features/variants/features-alternating.d.ts +2 -0
  57. package/dist/sections/features/variants/features-bento.d.ts +2 -0
  58. package/dist/sections/features/variants/features-grid.d.ts +2 -0
  59. package/dist/sections/gallery/index.d.ts +6 -0
  60. package/dist/sections/gallery/shared/lightbox-overlay.d.ts +9 -0
  61. package/dist/sections/gallery/variants/gallery-carousel.d.ts +2 -0
  62. package/dist/sections/gallery/variants/gallery-grid.d.ts +2 -0
  63. package/dist/sections/gallery/variants/gallery-mosaic.d.ts +2 -0
  64. package/dist/sections/hero/index.d.ts +10 -0
  65. package/dist/sections/hero/variants/hero-background.d.ts +2 -0
  66. package/dist/sections/hero/variants/hero-card.d.ts +2 -0
  67. package/dist/sections/hero/variants/hero-centered.d.ts +2 -0
  68. package/dist/sections/hero/variants/hero-left.d.ts +2 -0
  69. package/dist/sections/hero/variants/hero-minimal.d.ts +2 -0
  70. package/dist/sections/hero/variants/hero-split.d.ts +2 -0
  71. package/dist/sections/hero/variants/hero-video.d.ts +2 -0
  72. package/dist/sections/iframe/index.d.ts +6 -0
  73. package/dist/sections/iframe/variants/iframe-card.d.ts +2 -0
  74. package/dist/sections/iframe/variants/iframe-responsive.d.ts +2 -0
  75. package/dist/sections/iframe/variants/iframe-simple.d.ts +2 -0
  76. package/dist/sections/kpis/index.d.ts +7 -0
  77. package/dist/sections/kpis/variants/kpis-bars.d.ts +2 -0
  78. package/dist/sections/kpis/variants/kpis-cards.d.ts +2 -0
  79. package/dist/sections/kpis/variants/kpis-counters.d.ts +2 -0
  80. package/dist/sections/kpis/variants/kpis-minimal.d.ts +2 -0
  81. package/dist/sections/logos/index.d.ts +6 -0
  82. package/dist/sections/logos/variants/logos-cloud.d.ts +2 -0
  83. package/dist/sections/logos/variants/logos-grid.d.ts +2 -0
  84. package/dist/sections/logos/variants/logos-marquee.d.ts +2 -0
  85. package/dist/sections/map/index.d.ts +6 -0
  86. package/dist/sections/map/leaflet-map-inner.d.ts +9 -0
  87. package/dist/sections/map/leaflet-map.d.ts +8 -0
  88. package/dist/sections/map/variants/map-listing.d.ts +2 -0
  89. package/dist/sections/map/variants/map-pins.d.ts +2 -0
  90. package/dist/sections/map/variants/map-split.d.ts +2 -0
  91. package/dist/sections/newsletter/index.d.ts +4 -0
  92. package/dist/sections/newsletter/newsletter-form.d.ts +10 -0
  93. package/dist/sections/newsletter/newsletter-section.d.ts +2 -0
  94. package/dist/sections/newsletter/variants/newsletter-card.d.ts +2 -0
  95. package/dist/sections/newsletter/variants/newsletter-centered.d.ts +2 -0
  96. package/dist/sections/newsletter/variants/newsletter-inline.d.ts +2 -0
  97. package/dist/sections/richtext/index.d.ts +6 -0
  98. package/dist/sections/richtext/portable-text-components.d.ts +2 -0
  99. package/dist/sections/richtext/variants/richtext-centered.d.ts +2 -0
  100. package/dist/sections/richtext/variants/richtext-two-column.d.ts +2 -0
  101. package/dist/sections/richtext/variants/richtext-wide.d.ts +2 -0
  102. package/dist/sections/scrollable/index.d.ts +7 -0
  103. package/dist/sections/scrollable/variants/scrollable-horizontal.d.ts +2 -0
  104. package/dist/sections/scrollable/variants/scrollable-marquee.d.ts +2 -0
  105. package/dist/sections/scrollable/variants/scrollable-parallax.d.ts +2 -0
  106. package/dist/sections/scrollable/variants/scrollable-timeline.d.ts +2 -0
  107. package/dist/sections/shared/dynamic-icon.d.ts +6 -0
  108. package/dist/sections/shared/section-header.d.ts +12 -0
  109. package/dist/sections/steps/index.d.ts +6 -0
  110. package/dist/sections/steps/variants/steps-horizontal.d.ts +2 -0
  111. package/dist/sections/steps/variants/steps-numbered.d.ts +2 -0
  112. package/dist/sections/steps/variants/steps-with-image.d.ts +2 -0
  113. package/dist/sections/tabs/index.d.ts +7 -0
  114. package/dist/sections/tabs/variants/tabs-pills.d.ts +2 -0
  115. package/dist/sections/tabs/variants/tabs-standard.d.ts +2 -0
  116. package/dist/sections/tabs/variants/tabs-underline.d.ts +2 -0
  117. package/dist/sections/tabs/variants/tabs-vertical.d.ts +2 -0
  118. package/dist/sections/team/index.d.ts +6 -0
  119. package/dist/sections/team/variants/team-cards.d.ts +2 -0
  120. package/dist/sections/team/variants/team-grid.d.ts +2 -0
  121. package/dist/sections/team/variants/team-minimal.d.ts +2 -0
  122. package/dist/sections/testimonials/index.d.ts +6 -0
  123. package/dist/sections/testimonials/variants/testimonials-carousel.d.ts +2 -0
  124. package/dist/sections/testimonials/variants/testimonials-featured.d.ts +2 -0
  125. package/dist/sections/testimonials/variants/testimonials-grid.d.ts +2 -0
  126. package/dist/sections/video/index.d.ts +6 -0
  127. package/dist/sections/video/variants/video-contained.d.ts +2 -0
  128. package/dist/sections/video/variants/video-full.d.ts +2 -0
  129. package/dist/sections/video/variants/video-with-text.d.ts +2 -0
  130. package/dist/sections/video/video-player.d.ts +11 -0
  131. package/dist/sections/video/video-utils.d.ts +6 -0
  132. package/dist/types/index.d.ts +440 -0
  133. package/package.json +67 -0
  134. package/src/styles/globals.css +448 -0
  135. package/tailwind.config.ts +122 -0
@@ -0,0 +1,2 @@
1
+ import { type ClassValue } from "clsx";
2
+ export declare function cn(...inputs: ClassValue[]): string;
@@ -0,0 +1,5 @@
1
+ import type { BannerSection } from "../../types";
2
+ import { BannerSimple } from "./variants/banner-simple";
3
+ import { BannerDismissible } from "./variants/banner-dismissible";
4
+ export declare function Banner(props: BannerSection): import("react/jsx-runtime").JSX.Element;
5
+ export { BannerSimple, BannerDismissible };
@@ -0,0 +1,2 @@
1
+ import type { BannerSection } from "../../../types";
2
+ export declare function BannerDismissible({ badge, message, cta, background }: BannerSection): import("react/jsx-runtime").JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ import type { BannerSection } from "../../../types";
2
+ export declare function BannerSimple({ badge, message, cta, background }: BannerSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import type { CardsSection } from "../../types";
2
+ import { CardsGrid } from "./variants/cards-grid";
3
+ import { CardsHorizontal } from "./variants/cards-horizontal";
4
+ import { CardsFeatured } from "./variants/cards-featured";
5
+ import { CardsPricing } from "./variants/cards-pricing";
6
+ export declare function Cards(props: CardsSection): import("react/jsx-runtime").JSX.Element;
7
+ export { CardsGrid, CardsHorizontal, CardsFeatured, CardsPricing };
@@ -0,0 +1,2 @@
1
+ import type { CardsSection } from "../../../types";
2
+ export declare function CardsFeatured({ title, subtitle, content, badge, items, background }: CardsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { CardsSection } from "../../../types";
2
+ export declare function CardsGrid({ title, subtitle, content, badge, items, columns, background }: CardsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { CardsSection } from "../../../types";
2
+ export declare function CardsHorizontal({ title, subtitle, content, badge, items, background }: CardsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { CardsSection } from "../../../types";
2
+ export declare function CardsPricing({ title, subtitle, content, badge, items, background }: CardsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { ComparisonSection as ComparisonSectionType } from "../../types";
2
+ import { ComparisonTable } from "./variants/comparison-table";
3
+ import { ComparisonCards } from "./variants/comparison-cards";
4
+ import { ComparisonHighlights } from "./variants/comparison-highlights";
5
+ export declare function Comparison(props: ComparisonSectionType): import("react/jsx-runtime").JSX.Element;
6
+ export { ComparisonTable, ComparisonCards, ComparisonHighlights };
@@ -0,0 +1,2 @@
1
+ import type { ComparisonSection } from "../../../types";
2
+ export declare function ComparisonCards({ title, subtitle, content, badge, allFeatures, columns, background }: ComparisonSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { ComparisonSection } from "../../../types";
2
+ export declare function ComparisonHighlights({ title, subtitle, content, badge, allFeatures, columns, background }: ComparisonSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { ComparisonSection } from "../../../types";
2
+ export declare function ComparisonTable({ title, subtitle, content, badge, allFeatures, columns, background }: ComparisonSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { ContactSection } from "../../types";
2
+ import { ContactSimple } from "./variants/contact-simple";
3
+ import { ContactSplit } from "./variants/contact-split";
4
+ export declare function Contact(props: ContactSection): import("react/jsx-runtime").JSX.Element;
5
+ export { ContactSimple, ContactSplit };
@@ -0,0 +1,2 @@
1
+ import type { ContactSection } from "../../../types";
2
+ export declare function ContactSimple({ title, subtitle, content, badge, details, cta, background, }: ContactSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { ContactSection } from "../../../types";
2
+ export declare function ContactSplit({ title, subtitle, content, badge, details, image, background, }: ContactSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { CTASection } from "../../types";
2
+ import { CTACentered } from "./variants/cta-centered";
3
+ import { CTASplit } from "./variants/cta-split";
4
+ import { CTABanner } from "./variants/cta-banner";
5
+ export declare function CTA(props: CTASection): import("react/jsx-runtime").JSX.Element;
6
+ export { CTACentered, CTASplit, CTABanner };
@@ -0,0 +1,2 @@
1
+ import type { CTASection } from "../../../types";
2
+ export declare function CTABanner({ heading, description, primaryCTA, background, }: CTASection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { CTASection } from "../../../types";
2
+ export declare function CTACentered({ title, subtitle, content, badge, heading, description, primaryCTA, secondaryCTA, background, }: CTASection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { CTASection } from "../../../types";
2
+ export declare function CTASplit({ title, subtitle, content, badge, heading, description, primaryCTA, secondaryCTA, image, background, }: CTASection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { DownloadsSection } from "../../types";
2
+ import { DownloadsGrouped } from "./variants/downloads-grouped";
3
+ import { DownloadsAccordion } from "./variants/downloads-accordion";
4
+ import { DownloadsFlat } from "./variants/downloads-flat";
5
+ export declare function Downloads(props: DownloadsSection): import("react/jsx-runtime").JSX.Element;
6
+ export { DownloadsGrouped, DownloadsAccordion, DownloadsFlat };
@@ -0,0 +1,2 @@
1
+ import type { DownloadsSection } from "../../../types";
2
+ export declare function DownloadsAccordion({ title, subtitle, badge, content, background, groups, }: DownloadsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DownloadsSection } from "../../../types";
2
+ export declare function DownloadsFlat({ title, subtitle, badge, content, background, groups, }: DownloadsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DownloadsSection } from "../../../types";
2
+ export declare function DownloadsGrouped({ title, subtitle, badge, content, background, groups, }: DownloadsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import type { DownloadFile } from "../../../types";
2
+ /** Force-download a Sanity CDN file using the ?dl= query param */
3
+ export declare function buildDownloadUrl(file: DownloadFile["file"]): string;
4
+ /** Human-readable file size */
5
+ export declare function formatBytes(bytes?: number): string;
6
+ /** Returns a Tailwind colour class + lucide icon name based on MIME type */
7
+ export declare function fileMeta(mimeType?: string): {
8
+ color: string;
9
+ icon: "file-text" | "file-image" | "file-type-2" | "file";
10
+ };
@@ -0,0 +1,6 @@
1
+ import type { DownloadFile } from "../../../types";
2
+ interface FileRowProps {
3
+ item: DownloadFile;
4
+ }
5
+ export declare function FileRow({ item }: FileRowProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { DuplexSection as DuplexSectionType } from "../../types";
2
+ import { DuplexImageLeft } from "./variants/duplex-image-left";
3
+ import { DuplexImageRight } from "./variants/duplex-image-right";
4
+ import { DuplexStacked } from "./variants/duplex-stacked";
5
+ export declare function Duplex(props: DuplexSectionType): import("react/jsx-runtime").JSX.Element;
6
+ export { DuplexImageLeft, DuplexImageRight, DuplexStacked };
@@ -0,0 +1,2 @@
1
+ import type { DuplexSection } from "../../../types";
2
+ export declare function DuplexImageLeft({ badge, heading, body, content, image, videoUrl, primaryCTA, secondaryCTA, bullets, background, }: DuplexSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DuplexSection } from "../../../types";
2
+ export declare function DuplexImageRight({ badge, heading, body, content, image, videoUrl, primaryCTA, secondaryCTA, bullets, background, }: DuplexSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { DuplexSection } from "../../../types";
2
+ export declare function DuplexStacked({ badge, heading, body, content, image, videoUrl, primaryCTA, secondaryCTA, bullets, background, }: DuplexSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { EventRegistrationSection as EventRegistrationSectionType } from "../../types";
2
+ export declare function EventRegistration(props: EventRegistrationSectionType): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export { EventRegistration } from "./event-registration-section";
2
+ export { RegistrationCentered } from "./variants/registration-centered";
3
+ export { RegistrationCard } from "./variants/registration-card";
4
+ export { RegistrationSplit } from "./variants/registration-split";
@@ -0,0 +1,11 @@
1
+ import type { FormField } from "../../types";
2
+ interface RegistrationFormProps {
3
+ formId: string;
4
+ formTitle?: string;
5
+ fields: FormField[];
6
+ buttonLabel?: string;
7
+ successMessage?: string;
8
+ className?: string;
9
+ }
10
+ export declare function RegistrationForm({ formId, formTitle, fields, buttonLabel, successMessage, className, }: RegistrationFormProps): import("react/jsx-runtime").JSX.Element;
11
+ export {};
@@ -0,0 +1,2 @@
1
+ import type { EventRegistrationSection } from "../../../types";
2
+ export declare function RegistrationCard({ title, subtitle, content, badge, background, formId, fields, buttonLabel, successMessage, }: EventRegistrationSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { EventRegistrationSection } from "../../../types";
2
+ export declare function RegistrationCentered({ title, subtitle, content, badge, background, formId, fields, buttonLabel, successMessage, }: EventRegistrationSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { EventRegistrationSection } from "../../../types";
2
+ export declare function RegistrationSplit({ title, subtitle, badge, background, formId, fields, buttonLabel, successMessage, image, }: EventRegistrationSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import type { FAQSection } from "../../types";
2
+ import { FAQAccordion } from "./variants/faq-accordion";
3
+ import { FAQTwoColumn } from "./variants/faq-two-column";
4
+ import { FAQNumbered } from "./variants/faq-numbered";
5
+ import { FAQCards } from "./variants/faq-cards";
6
+ export declare function FAQ(props: FAQSection): import("react/jsx-runtime").JSX.Element;
7
+ export { FAQAccordion, FAQTwoColumn, FAQNumbered, FAQCards };
@@ -0,0 +1,2 @@
1
+ import type { FAQSection } from "../../../types";
2
+ export declare function FAQAccordion({ title, subtitle, content, badge, items, cta, background }: FAQSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { FAQSection } from "../../../types";
2
+ export declare function FAQCards({ title, subtitle, content, badge, items, background }: FAQSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { FAQSection } from "../../../types";
2
+ export declare function FAQNumbered({ title, subtitle, content, badge, items, background }: FAQSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { FAQSection } from "../../../types";
2
+ export declare function FAQTwoColumn({ title, subtitle, content, badge, items, background }: FAQSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { FeaturesSection } from "../../types";
2
+ import { FeaturesGrid } from "./variants/features-grid";
3
+ import { FeaturesAlternating } from "./variants/features-alternating";
4
+ import { FeaturesBento } from "./variants/features-bento";
5
+ export declare function Features(props: FeaturesSection): import("react/jsx-runtime").JSX.Element;
6
+ export { FeaturesGrid, FeaturesAlternating, FeaturesBento };
@@ -0,0 +1,2 @@
1
+ import type { FeaturesSection } from "../../../types";
2
+ export declare function FeaturesAlternating({ title, subtitle, content, badge, items, background, }: FeaturesSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { FeaturesSection } from "../../../types";
2
+ export declare function FeaturesBento({ title, subtitle, content, badge, items, background, }: FeaturesSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { FeaturesSection } from "../../../types";
2
+ export declare function FeaturesGrid({ title, subtitle, content, badge, items, columns, background, }: FeaturesSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { GallerySection } from "../../types";
2
+ import { GalleryGrid } from "./variants/gallery-grid";
3
+ import { GalleryCarousel } from "./variants/gallery-carousel";
4
+ import { GalleryMosaic } from "./variants/gallery-mosaic";
5
+ export declare function Gallery(props: GallerySection): import("react/jsx-runtime").JSX.Element;
6
+ export { GalleryGrid, GalleryCarousel, GalleryMosaic };
@@ -0,0 +1,9 @@
1
+ import type { GalleryItem } from "../../../types";
2
+ interface LightboxOverlayProps {
3
+ items: GalleryItem[];
4
+ selected: number;
5
+ onClose: () => void;
6
+ onSelect: (index: number) => void;
7
+ }
8
+ export declare function LightboxOverlay({ items, selected, onClose, onSelect }: LightboxOverlayProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export {};
@@ -0,0 +1,2 @@
1
+ import type { GallerySection } from "../../../types";
2
+ export declare function GalleryCarousel({ title, subtitle, content, badge, items, background }: GallerySection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { GallerySection } from "../../../types";
2
+ export declare function GalleryGrid({ title, subtitle, content, badge, items, columns, background }: GallerySection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { GallerySection } from "../../../types";
2
+ export declare function GalleryMosaic({ title, subtitle, content, badge, items, background }: GallerySection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import type { HeroSection } from "../../types";
2
+ import { HeroCentered } from "./variants/hero-centered";
3
+ import { HeroSplit } from "./variants/hero-split";
4
+ import { HeroLeft } from "./variants/hero-left";
5
+ import { HeroVideo } from "./variants/hero-video";
6
+ import { HeroMinimal } from "./variants/hero-minimal";
7
+ import { HeroBackground } from "./variants/hero-background";
8
+ import { HeroCard } from "./variants/hero-card";
9
+ export declare function Hero(props: HeroSection): import("react/jsx-runtime").JSX.Element;
10
+ export { HeroCentered, HeroSplit, HeroLeft, HeroVideo, HeroMinimal, HeroBackground, HeroCard, };
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroBackground({ heading, subheading, description, content, primaryCTA, secondaryCTA, image, badge, overlayOpacity, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroCard({ heading, subheading, description, content, primaryCTA, secondaryCTA, image, videoUrl, videoPoster, badge, background, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroCentered({ heading, subheading, description, content, primaryCTA, secondaryCTA, image, badge, background, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroLeft({ heading, subheading, description, content, primaryCTA, secondaryCTA, image, badge, background, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroMinimal({ heading, subheading, description, content, primaryCTA, secondaryCTA, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroSplit({ heading, subheading, description, content, primaryCTA, secondaryCTA, image, badge, background, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { HeroSection } from "../../../types";
2
+ export declare function HeroVideo({ heading, subheading, description, content, primaryCTA, secondaryCTA, videoUrl, videoPoster, badge, overlayOpacity, }: HeroSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { IframeSection as IframeSectionType } from "../../types";
2
+ import { IframeSimple } from "./variants/iframe-simple";
3
+ import { IframeCard } from "./variants/iframe-card";
4
+ import { IframeResponsive } from "./variants/iframe-responsive";
5
+ export declare function IframeSection(props: IframeSectionType): import("react/jsx-runtime").JSX.Element;
6
+ export { IframeSimple, IframeCard, IframeResponsive };
@@ -0,0 +1,2 @@
1
+ import type { IframeSection } from "../../../types";
2
+ export declare function IframeCard({ title, subtitle, content, badge, src, iframeTitle, height, background }: IframeSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IframeSection } from "../../../types";
2
+ export declare function IframeResponsive({ title, subtitle, content, badge, src, iframeTitle, height, aspectRatio, background }: IframeSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IframeSection } from "../../../types";
2
+ export declare function IframeSimple({ title, subtitle, content, badge, src, iframeTitle, height, background }: IframeSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import type { KPIsSection } from "../../types";
2
+ import { KPIsCounters } from "./variants/kpis-counters";
3
+ import { KPIsCards } from "./variants/kpis-cards";
4
+ import { KPIsBars } from "./variants/kpis-bars";
5
+ import { KPIsMinimal } from "./variants/kpis-minimal";
6
+ export declare function KPIs(props: KPIsSection): import("react/jsx-runtime").JSX.Element;
7
+ export { KPIsCounters, KPIsCards, KPIsBars, KPIsMinimal };
@@ -0,0 +1,2 @@
1
+ import type { KPIsSection } from "../../../types";
2
+ export declare function KPIsBars({ title, subtitle, content, badge, items, background }: KPIsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { KPIsSection } from "../../../types";
2
+ export declare function KPIsCards({ title, subtitle, content, badge, items, background }: KPIsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { KPIsSection } from "../../../types";
2
+ export declare function KPIsCounters({ title, subtitle, content, badge, items, background }: KPIsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { KPIsSection } from "../../../types";
2
+ export declare function KPIsMinimal({ title, items, background }: KPIsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { LogosSection } from "../../types";
2
+ import { LogosGrid } from "./variants/logos-grid";
3
+ import { LogosMarquee } from "./variants/logos-marquee";
4
+ import { LogosCloud } from "./variants/logos-cloud";
5
+ export declare function Logos(props: LogosSection): import("react/jsx-runtime").JSX.Element;
6
+ export { LogosGrid, LogosMarquee, LogosCloud };
@@ -0,0 +1,2 @@
1
+ import type { LogosSection } from "../../../types";
2
+ export declare function LogosCloud({ title, subtitle, content, badge, items, background, }: LogosSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { LogosSection } from "../../../types";
2
+ export declare function LogosGrid({ title, subtitle, content, badge, items, background, }: LogosSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { LogosSection } from "../../../types";
2
+ export declare function LogosMarquee({ title, subtitle, content, badge, items, background, }: LogosSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { MapSection as MapSectionType } from "../../types";
2
+ import { MapPins } from "./variants/map-pins";
3
+ import { MapListing } from "./variants/map-listing";
4
+ import { MapSplit } from "./variants/map-split";
5
+ export declare function MapSection(props: MapSectionType): import("react/jsx-runtime").JSX.Element;
6
+ export { MapPins, MapListing, MapSplit };
@@ -0,0 +1,9 @@
1
+ import "leaflet/dist/leaflet.css";
2
+ import type { MapLocation, MapStyle } from "../../types";
3
+ interface LeafletMapInnerProps {
4
+ locations: MapLocation[];
5
+ mapStyle?: MapStyle;
6
+ className?: string;
7
+ }
8
+ export declare function LeafletMapInner({ locations, mapStyle, className }: LeafletMapInnerProps): import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -0,0 +1,8 @@
1
+ import type { MapLocation, MapStyle } from "../../types";
2
+ interface LeafletMapProps {
3
+ locations: MapLocation[];
4
+ mapStyle?: MapStyle;
5
+ className?: string;
6
+ }
7
+ export declare function LeafletMap({ locations, mapStyle, className }: LeafletMapProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,2 @@
1
+ import type { MapSection } from "../../../types";
2
+ export declare function MapListing({ title, subtitle, content, badge, locations, background }: MapSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { MapSection } from "../../../types";
2
+ export declare function MapPins({ title, subtitle, content, badge, locations, mapStyle, background }: MapSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { MapSection } from "../../../types";
2
+ export declare function MapSplit({ title, subtitle, content, badge, locations, mapStyle, background }: MapSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export { Newsletter } from "./newsletter-section";
2
+ export { NewsletterCentered } from "./variants/newsletter-centered";
3
+ export { NewsletterCard } from "./variants/newsletter-card";
4
+ export { NewsletterInline } from "./variants/newsletter-inline";
@@ -0,0 +1,10 @@
1
+ interface NewsletterFormProps {
2
+ buttonLabel?: string;
3
+ placeholder?: string;
4
+ successMessage?: string;
5
+ /** "inline" lays out input + button side by side */
6
+ layout?: "stacked" | "inline";
7
+ className?: string;
8
+ }
9
+ export declare function NewsletterForm({ buttonLabel, placeholder, successMessage, layout, className, }: NewsletterFormProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -0,0 +1,2 @@
1
+ import type { NewsletterSection as NewsletterSectionType } from "../../types";
2
+ export declare function Newsletter(props: NewsletterSectionType): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { NewsletterSection } from "../../../types";
2
+ export declare function NewsletterCard({ title, subtitle, badge, background, content, buttonLabel, placeholder, successMessage, }: NewsletterSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { NewsletterSection } from "../../../types";
2
+ export declare function NewsletterCentered({ title, subtitle, badge, background, content, buttonLabel, placeholder, successMessage, }: NewsletterSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { NewsletterSection } from "../../../types";
2
+ export declare function NewsletterInline({ title, subtitle, badge, background, content, buttonLabel, placeholder, successMessage, }: NewsletterSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ import type { RichtextSection as RichtextSectionType } from "../../types";
2
+ import { RichtextCentered } from "./variants/richtext-centered";
3
+ import { RichtextWide } from "./variants/richtext-wide";
4
+ import { RichtextTwoColumn } from "./variants/richtext-two-column";
5
+ export declare function Richtext(props: RichtextSectionType): import("react/jsx-runtime").JSX.Element;
6
+ export { RichtextCentered, RichtextWide, RichtextTwoColumn };
@@ -0,0 +1,2 @@
1
+ import type { PortableTextComponents } from "@portabletext/react";
2
+ export declare const ptComponents: PortableTextComponents;
@@ -0,0 +1,2 @@
1
+ import type { RichtextSection } from "../../../types";
2
+ export declare function RichtextCentered({ title, subtitle, badge, content, background }: RichtextSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { RichtextSection } from "../../../types";
2
+ export declare function RichtextTwoColumn({ title, subtitle, badge, content, background }: RichtextSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { RichtextSection } from "../../../types";
2
+ export declare function RichtextWide({ title, subtitle, badge, content, background }: RichtextSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import type { ScrollableSection } from "../../types";
2
+ import { ScrollableHorizontal } from "./variants/scrollable-horizontal";
3
+ import { ScrollableTimeline } from "./variants/scrollable-timeline";
4
+ import { ScrollableMarquee } from "./variants/scrollable-marquee";
5
+ import { ScrollableParallax } from "./variants/scrollable-parallax";
6
+ export declare function Scrollable(props: ScrollableSection): import("react/jsx-runtime").JSX.Element;
7
+ export { ScrollableHorizontal, ScrollableTimeline, ScrollableMarquee, ScrollableParallax };
@@ -0,0 +1,2 @@
1
+ import type { ScrollableSection } from "../../../types";
2
+ export declare function ScrollableHorizontal({ title, subtitle, content, badge, items, background }: ScrollableSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { ScrollableSection } from "../../../types";
2
+ export declare function ScrollableMarquee({ title, subtitle, content, badge, items, background, speed, direction, }: ScrollableSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { ScrollableSection } from "../../../types";
2
+ export declare function ScrollableParallax({ title, subtitle, content, badge, items, background }: ScrollableSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { ScrollableSection } from "../../../types";
2
+ export declare function ScrollableTimeline({ title, subtitle, content, badge, items, background }: ScrollableSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,6 @@
1
+ interface DynamicIconProps {
2
+ name?: string;
3
+ className?: string;
4
+ }
5
+ export declare function DynamicIcon({ name, className }: DynamicIconProps): import("react/jsx-runtime").JSX.Element | null;
6
+ export {};
@@ -0,0 +1,12 @@
1
+ interface SectionHeaderProps {
2
+ title?: string;
3
+ subtitle?: string;
4
+ badge?: string;
5
+ /** HTML string from TipTap, rendered below subtitle */
6
+ content?: string;
7
+ align?: "left" | "center" | "right";
8
+ background?: string;
9
+ className?: string;
10
+ }
11
+ export declare function SectionHeader({ title, subtitle, badge, content, align, background, className, }: SectionHeaderProps): import("react/jsx-runtime").JSX.Element | null;
12
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { StepsSection } from "../../types";
2
+ import { StepsNumbered } from "./variants/steps-numbered";
3
+ import { StepsHorizontal } from "./variants/steps-horizontal";
4
+ import { StepsWithImage } from "./variants/steps-with-image";
5
+ export declare function Steps(props: StepsSection): import("react/jsx-runtime").JSX.Element;
6
+ export { StepsNumbered, StepsHorizontal, StepsWithImage };
@@ -0,0 +1,2 @@
1
+ import type { StepsSection } from "../../../types";
2
+ export declare function StepsHorizontal({ title, subtitle, content, badge, items, background, }: StepsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { StepsSection } from "../../../types";
2
+ export declare function StepsNumbered({ title, subtitle, content, badge, items, background, }: StepsSection): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { StepsSection } from "../../../types";
2
+ export declare function StepsWithImage({ title, subtitle, content, badge, items, background, }: StepsSection): import("react/jsx-runtime").JSX.Element;