@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.
- package/dist/components/theme-provider.d.ts +12 -0
- package/dist/components/ui/accordion.d.ts +7 -0
- package/dist/components/ui/badge.d.ts +9 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/calendar.d.ts +4 -0
- package/dist/components/ui/card.d.ts +8 -0
- package/dist/components/ui/date-picker.d.ts +12 -0
- package/dist/components/ui/popover.d.ts +7 -0
- package/dist/components/ui/separator.d.ts +4 -0
- package/dist/components/ui/tabs.d.ts +7 -0
- package/dist/index.cjs +6141 -0
- package/dist/index.d.ts +61 -0
- package/dist/index.js +5980 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/sections/banner/index.d.ts +5 -0
- package/dist/sections/banner/variants/banner-dismissible.d.ts +2 -0
- package/dist/sections/banner/variants/banner-simple.d.ts +2 -0
- package/dist/sections/cards/index.d.ts +7 -0
- package/dist/sections/cards/variants/cards-featured.d.ts +2 -0
- package/dist/sections/cards/variants/cards-grid.d.ts +2 -0
- package/dist/sections/cards/variants/cards-horizontal.d.ts +2 -0
- package/dist/sections/cards/variants/cards-pricing.d.ts +2 -0
- package/dist/sections/comparison/index.d.ts +6 -0
- package/dist/sections/comparison/variants/comparison-cards.d.ts +2 -0
- package/dist/sections/comparison/variants/comparison-highlights.d.ts +2 -0
- package/dist/sections/comparison/variants/comparison-table.d.ts +2 -0
- package/dist/sections/contact/index.d.ts +5 -0
- package/dist/sections/contact/variants/contact-simple.d.ts +2 -0
- package/dist/sections/contact/variants/contact-split.d.ts +2 -0
- package/dist/sections/cta/index.d.ts +6 -0
- package/dist/sections/cta/variants/cta-banner.d.ts +2 -0
- package/dist/sections/cta/variants/cta-centered.d.ts +2 -0
- package/dist/sections/cta/variants/cta-split.d.ts +2 -0
- package/dist/sections/downloads/index.d.ts +6 -0
- package/dist/sections/downloads/variants/downloads-accordion.d.ts +2 -0
- package/dist/sections/downloads/variants/downloads-flat.d.ts +2 -0
- package/dist/sections/downloads/variants/downloads-grouped.d.ts +2 -0
- package/dist/sections/downloads/variants/downloads-utils.d.ts +10 -0
- package/dist/sections/downloads/variants/file-row.d.ts +6 -0
- package/dist/sections/duplex/index.d.ts +6 -0
- package/dist/sections/duplex/variants/duplex-image-left.d.ts +2 -0
- package/dist/sections/duplex/variants/duplex-image-right.d.ts +2 -0
- package/dist/sections/duplex/variants/duplex-stacked.d.ts +2 -0
- package/dist/sections/event-registration/event-registration-section.d.ts +2 -0
- package/dist/sections/event-registration/index.d.ts +4 -0
- package/dist/sections/event-registration/registration-form.d.ts +11 -0
- package/dist/sections/event-registration/variants/registration-card.d.ts +2 -0
- package/dist/sections/event-registration/variants/registration-centered.d.ts +2 -0
- package/dist/sections/event-registration/variants/registration-split.d.ts +2 -0
- package/dist/sections/faq/index.d.ts +7 -0
- package/dist/sections/faq/variants/faq-accordion.d.ts +2 -0
- package/dist/sections/faq/variants/faq-cards.d.ts +2 -0
- package/dist/sections/faq/variants/faq-numbered.d.ts +2 -0
- package/dist/sections/faq/variants/faq-two-column.d.ts +2 -0
- package/dist/sections/features/index.d.ts +6 -0
- package/dist/sections/features/variants/features-alternating.d.ts +2 -0
- package/dist/sections/features/variants/features-bento.d.ts +2 -0
- package/dist/sections/features/variants/features-grid.d.ts +2 -0
- package/dist/sections/gallery/index.d.ts +6 -0
- package/dist/sections/gallery/shared/lightbox-overlay.d.ts +9 -0
- package/dist/sections/gallery/variants/gallery-carousel.d.ts +2 -0
- package/dist/sections/gallery/variants/gallery-grid.d.ts +2 -0
- package/dist/sections/gallery/variants/gallery-mosaic.d.ts +2 -0
- package/dist/sections/hero/index.d.ts +10 -0
- package/dist/sections/hero/variants/hero-background.d.ts +2 -0
- package/dist/sections/hero/variants/hero-card.d.ts +2 -0
- package/dist/sections/hero/variants/hero-centered.d.ts +2 -0
- package/dist/sections/hero/variants/hero-left.d.ts +2 -0
- package/dist/sections/hero/variants/hero-minimal.d.ts +2 -0
- package/dist/sections/hero/variants/hero-split.d.ts +2 -0
- package/dist/sections/hero/variants/hero-video.d.ts +2 -0
- package/dist/sections/iframe/index.d.ts +6 -0
- package/dist/sections/iframe/variants/iframe-card.d.ts +2 -0
- package/dist/sections/iframe/variants/iframe-responsive.d.ts +2 -0
- package/dist/sections/iframe/variants/iframe-simple.d.ts +2 -0
- package/dist/sections/kpis/index.d.ts +7 -0
- package/dist/sections/kpis/variants/kpis-bars.d.ts +2 -0
- package/dist/sections/kpis/variants/kpis-cards.d.ts +2 -0
- package/dist/sections/kpis/variants/kpis-counters.d.ts +2 -0
- package/dist/sections/kpis/variants/kpis-minimal.d.ts +2 -0
- package/dist/sections/logos/index.d.ts +6 -0
- package/dist/sections/logos/variants/logos-cloud.d.ts +2 -0
- package/dist/sections/logos/variants/logos-grid.d.ts +2 -0
- package/dist/sections/logos/variants/logos-marquee.d.ts +2 -0
- package/dist/sections/map/index.d.ts +6 -0
- package/dist/sections/map/leaflet-map-inner.d.ts +9 -0
- package/dist/sections/map/leaflet-map.d.ts +8 -0
- package/dist/sections/map/variants/map-listing.d.ts +2 -0
- package/dist/sections/map/variants/map-pins.d.ts +2 -0
- package/dist/sections/map/variants/map-split.d.ts +2 -0
- package/dist/sections/newsletter/index.d.ts +4 -0
- package/dist/sections/newsletter/newsletter-form.d.ts +10 -0
- package/dist/sections/newsletter/newsletter-section.d.ts +2 -0
- package/dist/sections/newsletter/variants/newsletter-card.d.ts +2 -0
- package/dist/sections/newsletter/variants/newsletter-centered.d.ts +2 -0
- package/dist/sections/newsletter/variants/newsletter-inline.d.ts +2 -0
- package/dist/sections/richtext/index.d.ts +6 -0
- package/dist/sections/richtext/portable-text-components.d.ts +2 -0
- package/dist/sections/richtext/variants/richtext-centered.d.ts +2 -0
- package/dist/sections/richtext/variants/richtext-two-column.d.ts +2 -0
- package/dist/sections/richtext/variants/richtext-wide.d.ts +2 -0
- package/dist/sections/scrollable/index.d.ts +7 -0
- package/dist/sections/scrollable/variants/scrollable-horizontal.d.ts +2 -0
- package/dist/sections/scrollable/variants/scrollable-marquee.d.ts +2 -0
- package/dist/sections/scrollable/variants/scrollable-parallax.d.ts +2 -0
- package/dist/sections/scrollable/variants/scrollable-timeline.d.ts +2 -0
- package/dist/sections/shared/dynamic-icon.d.ts +6 -0
- package/dist/sections/shared/section-header.d.ts +12 -0
- package/dist/sections/steps/index.d.ts +6 -0
- package/dist/sections/steps/variants/steps-horizontal.d.ts +2 -0
- package/dist/sections/steps/variants/steps-numbered.d.ts +2 -0
- package/dist/sections/steps/variants/steps-with-image.d.ts +2 -0
- package/dist/sections/tabs/index.d.ts +7 -0
- package/dist/sections/tabs/variants/tabs-pills.d.ts +2 -0
- package/dist/sections/tabs/variants/tabs-standard.d.ts +2 -0
- package/dist/sections/tabs/variants/tabs-underline.d.ts +2 -0
- package/dist/sections/tabs/variants/tabs-vertical.d.ts +2 -0
- package/dist/sections/team/index.d.ts +6 -0
- package/dist/sections/team/variants/team-cards.d.ts +2 -0
- package/dist/sections/team/variants/team-grid.d.ts +2 -0
- package/dist/sections/team/variants/team-minimal.d.ts +2 -0
- package/dist/sections/testimonials/index.d.ts +6 -0
- package/dist/sections/testimonials/variants/testimonials-carousel.d.ts +2 -0
- package/dist/sections/testimonials/variants/testimonials-featured.d.ts +2 -0
- package/dist/sections/testimonials/variants/testimonials-grid.d.ts +2 -0
- package/dist/sections/video/index.d.ts +6 -0
- package/dist/sections/video/variants/video-contained.d.ts +2 -0
- package/dist/sections/video/variants/video-full.d.ts +2 -0
- package/dist/sections/video/variants/video-with-text.d.ts +2 -0
- package/dist/sections/video/video-player.d.ts +11 -0
- package/dist/sections/video/video-utils.d.ts +6 -0
- package/dist/types/index.d.ts +440 -0
- package/package.json +67 -0
- package/src/styles/globals.css +448 -0
- package/tailwind.config.ts +122 -0
|
@@ -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,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,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,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,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,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,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 { 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,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,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,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,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,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,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,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,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,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,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,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,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,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 };
|