@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
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export type * from "./types";
|
|
2
|
+
export { cn } from "./lib/utils";
|
|
3
|
+
export { Button, buttonVariants } from "./components/ui/button";
|
|
4
|
+
export { Badge, badgeVariants } from "./components/ui/badge";
|
|
5
|
+
export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent, } from "./components/ui/card";
|
|
6
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, } from "./components/ui/accordion";
|
|
7
|
+
export { Tabs, TabsList, TabsTrigger, TabsContent, } from "./components/ui/tabs";
|
|
8
|
+
export { Separator } from "./components/ui/separator";
|
|
9
|
+
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor } from "./components/ui/popover";
|
|
10
|
+
export { Calendar } from "./components/ui/calendar";
|
|
11
|
+
export { DatePicker } from "./components/ui/date-picker";
|
|
12
|
+
export { ThemeProvider, useTheme } from "./components/theme-provider";
|
|
13
|
+
export { SectionHeader } from "./sections/shared/section-header";
|
|
14
|
+
export { Hero } from "./sections/hero";
|
|
15
|
+
export { HeroCentered, HeroSplit, HeroLeft, HeroVideo, HeroMinimal, HeroBackground, HeroCard, } from "./sections/hero";
|
|
16
|
+
export { FAQ } from "./sections/faq";
|
|
17
|
+
export { FAQAccordion, FAQTwoColumn, FAQNumbered, FAQCards, } from "./sections/faq";
|
|
18
|
+
export { Gallery } from "./sections/gallery";
|
|
19
|
+
export { GalleryGrid, GalleryCarousel, GalleryMosaic, } from "./sections/gallery";
|
|
20
|
+
export { KPIs } from "./sections/kpis";
|
|
21
|
+
export { KPIsCounters, KPIsCards, KPIsBars, KPIsMinimal, } from "./sections/kpis";
|
|
22
|
+
export { Cards } from "./sections/cards";
|
|
23
|
+
export { CardsGrid, CardsHorizontal, CardsFeatured, CardsPricing, } from "./sections/cards";
|
|
24
|
+
export { Scrollable } from "./sections/scrollable";
|
|
25
|
+
export { ScrollableHorizontal, ScrollableTimeline, ScrollableMarquee, ScrollableParallax, } from "./sections/scrollable";
|
|
26
|
+
export { TabsSection } from "./sections/tabs";
|
|
27
|
+
export { TabsStandard, TabsVertical, TabsUnderline, TabsPills, } from "./sections/tabs";
|
|
28
|
+
export { Testimonials } from "./sections/testimonials";
|
|
29
|
+
export { TestimonialsGrid, TestimonialsCarousel, TestimonialsFeatured, } from "./sections/testimonials";
|
|
30
|
+
export { Logos } from "./sections/logos";
|
|
31
|
+
export { LogosGrid, LogosMarquee, LogosCloud, } from "./sections/logos";
|
|
32
|
+
export { CTA } from "./sections/cta";
|
|
33
|
+
export { CTACentered, CTASplit, CTABanner, } from "./sections/cta";
|
|
34
|
+
export { Features } from "./sections/features";
|
|
35
|
+
export { FeaturesGrid, FeaturesAlternating, FeaturesBento, } from "./sections/features";
|
|
36
|
+
export { Steps } from "./sections/steps";
|
|
37
|
+
export { StepsNumbered, StepsHorizontal, StepsWithImage, } from "./sections/steps";
|
|
38
|
+
export { Team } from "./sections/team";
|
|
39
|
+
export { TeamGrid, TeamCards, TeamMinimal, } from "./sections/team";
|
|
40
|
+
export { Contact } from "./sections/contact";
|
|
41
|
+
export { ContactSimple, ContactSplit, } from "./sections/contact";
|
|
42
|
+
export { Banner } from "./sections/banner";
|
|
43
|
+
export { BannerSimple, BannerDismissible, } from "./sections/banner";
|
|
44
|
+
export { MapSection } from "./sections/map";
|
|
45
|
+
export { MapPins, MapListing, MapSplit, } from "./sections/map";
|
|
46
|
+
export { IframeSection } from "./sections/iframe";
|
|
47
|
+
export { IframeSimple, IframeCard, IframeResponsive, } from "./sections/iframe";
|
|
48
|
+
export { Comparison } from "./sections/comparison";
|
|
49
|
+
export { ComparisonTable, ComparisonCards, ComparisonHighlights, } from "./sections/comparison";
|
|
50
|
+
export { Duplex } from "./sections/duplex";
|
|
51
|
+
export { DuplexImageLeft, DuplexImageRight, DuplexStacked, } from "./sections/duplex";
|
|
52
|
+
export { Richtext } from "./sections/richtext";
|
|
53
|
+
export { RichtextCentered, RichtextWide, RichtextTwoColumn, } from "./sections/richtext";
|
|
54
|
+
export { VideoSection } from "./sections/video";
|
|
55
|
+
export { VideoFull, VideoContained, VideoWithText, } from "./sections/video";
|
|
56
|
+
export { Newsletter } from "./sections/newsletter";
|
|
57
|
+
export { NewsletterCentered, NewsletterCard, NewsletterInline, } from "./sections/newsletter";
|
|
58
|
+
export { Downloads } from "./sections/downloads";
|
|
59
|
+
export { DownloadsGrouped, DownloadsAccordion, DownloadsFlat, } from "./sections/downloads";
|
|
60
|
+
export { EventRegistration } from "./sections/event-registration";
|
|
61
|
+
export { RegistrationCentered, RegistrationCard, RegistrationSplit, } from "./sections/event-registration";
|