@orion-ds/react 4.2.14 → 4.3.7
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/ComponentShowcase.cjs +1 -0
- package/dist/ComponentShowcase.mjs +600 -0
- package/dist/blocks/index.cjs +1 -0
- package/dist/blocks/index.d.ts +9 -0
- package/dist/blocks/index.d.ts.map +1 -0
- package/dist/blocks/index.mjs +56 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.cjs +1 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.d.ts +5 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.d.ts.map +1 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.mjs +97 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.module.css +1 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.module.css.cjs +1 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.module.css.mjs +47 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.types.d.ts +34 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.types.d.ts.map +1 -0
- package/dist/blocks/sections/ActivityFeed/index.d.ts +3 -0
- package/dist/blocks/sections/ActivityFeed/index.d.ts.map +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.cjs +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.d.ts +8 -0
- package/dist/blocks/sections/AppDownload/AppDownload.d.ts.map +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.mjs +159 -0
- package/dist/blocks/sections/AppDownload/AppDownload.module.css +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.module.css.cjs +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.module.css.mjs +55 -0
- package/dist/blocks/sections/AppDownload/AppDownload.types.d.ts +114 -0
- package/dist/blocks/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
- package/dist/blocks/sections/AppDownload/index.d.ts +3 -0
- package/dist/blocks/sections/AppDownload/index.d.ts.map +1 -0
- package/dist/blocks/sections/Blog/Blog.cjs +1 -0
- package/dist/blocks/sections/Blog/Blog.d.ts +8 -0
- package/dist/blocks/sections/Blog/Blog.d.ts.map +1 -0
- package/dist/blocks/sections/Blog/Blog.mjs +141 -0
- package/dist/blocks/sections/Blog/Blog.module.css +1 -0
- package/dist/blocks/sections/Blog/Blog.module.css.cjs +1 -0
- package/dist/blocks/sections/Blog/Blog.module.css.mjs +55 -0
- package/dist/blocks/sections/Blog/Blog.types.d.ts +139 -0
- package/dist/blocks/sections/Blog/Blog.types.d.ts.map +1 -0
- package/dist/blocks/sections/Blog/index.d.ts +3 -0
- package/dist/blocks/sections/Blog/index.d.ts.map +1 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.cjs +1 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.mjs +80 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.module.css +1 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.module.css.cjs +1 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.module.css.mjs +29 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.types.d.ts +78 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
- package/dist/blocks/sections/Breadcrumbs/index.d.ts +3 -0
- package/dist/blocks/sections/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/blocks/sections/CTA/CTA.cjs +1 -0
- package/dist/blocks/sections/CTA/CTA.d.ts +4 -0
- package/dist/blocks/sections/CTA/CTA.d.ts.map +1 -0
- package/dist/blocks/sections/CTA/CTA.mjs +45 -0
- package/dist/blocks/sections/CTA/CTA.module.css +1 -0
- package/dist/blocks/sections/CTA/CTA.module.css.cjs +1 -0
- package/dist/blocks/sections/CTA/CTA.module.css.mjs +30 -0
- package/dist/blocks/sections/CTA/CTA.types.d.ts +74 -0
- package/dist/blocks/sections/CTA/CTA.types.d.ts.map +1 -0
- package/dist/blocks/sections/CTA/index.d.ts +6 -0
- package/dist/blocks/sections/CTA/index.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.cjs +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.d.ts +4 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.mjs +165 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.module.css +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.module.css.cjs +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.module.css.mjs +27 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.types.d.ts +114 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/index.d.ts +11 -0
- package/dist/blocks/sections/CarouselSection/index.d.ts.map +1 -0
- package/dist/blocks/sections/Chat/Chat.cjs +1 -0
- package/dist/blocks/sections/Chat/Chat.d.ts +4 -0
- package/dist/blocks/sections/Chat/Chat.d.ts.map +1 -0
- package/dist/blocks/sections/Chat/Chat.mjs +129 -0
- package/dist/blocks/sections/Chat/Chat.module.css +1 -0
- package/dist/blocks/sections/Chat/Chat.module.css.cjs +1 -0
- package/dist/blocks/sections/Chat/Chat.module.css.mjs +21 -0
- package/dist/blocks/sections/Chat/Chat.types 2.d.ts +8 -0
- package/dist/blocks/sections/Chat/Chat.types 2.d.ts.map +1 -0
- package/dist/blocks/sections/Chat/Chat.types.d.ts +8 -0
- package/dist/blocks/sections/Chat/Chat.types.d.ts.map +1 -0
- package/dist/blocks/sections/Chat/index.d.ts +19 -0
- package/dist/blocks/sections/Chat/index.d.ts.map +1 -0
- package/dist/blocks/sections/Comparison/Comparison.cjs +1 -0
- package/dist/blocks/sections/Comparison/Comparison.d.ts +8 -0
- package/dist/blocks/sections/Comparison/Comparison.d.ts.map +1 -0
- package/dist/blocks/sections/Comparison/Comparison.mjs +110 -0
- package/dist/blocks/sections/Comparison/Comparison.module.css +1 -0
- package/dist/blocks/sections/Comparison/Comparison.module.css.cjs +1 -0
- package/dist/blocks/sections/Comparison/Comparison.module.css.mjs +51 -0
- package/dist/blocks/sections/Comparison/Comparison.types.d.ts +120 -0
- package/dist/blocks/sections/Comparison/Comparison.types.d.ts.map +1 -0
- package/dist/blocks/sections/Comparison/index.d.ts +3 -0
- package/dist/blocks/sections/Comparison/index.d.ts.map +1 -0
- package/dist/blocks/sections/Contact/Contact.cjs +1 -0
- package/dist/blocks/sections/Contact/Contact.d.ts +4 -0
- package/dist/blocks/sections/Contact/Contact.d.ts.map +1 -0
- package/dist/blocks/sections/Contact/Contact.mjs +120 -0
- package/dist/blocks/sections/Contact/Contact.module.css +1 -0
- package/dist/blocks/sections/Contact/Contact.module.css.cjs +1 -0
- package/dist/blocks/sections/Contact/Contact.module.css.mjs +42 -0
- package/dist/blocks/sections/Contact/Contact.types.d.ts +133 -0
- package/dist/blocks/sections/Contact/Contact.types.d.ts.map +1 -0
- package/dist/blocks/sections/Contact/index.d.ts +6 -0
- package/dist/blocks/sections/Contact/index.d.ts.map +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.cjs +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.d.ts +4 -0
- package/dist/blocks/sections/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.mjs +40 -0
- package/dist/blocks/sections/EmptyState/EmptyState.module.css +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.module.css.cjs +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.module.css.mjs +25 -0
- package/dist/blocks/sections/EmptyState/EmptyState.types.d.ts +65 -0
- package/dist/blocks/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/blocks/sections/EmptyState/index.d.ts +3 -0
- package/dist/blocks/sections/EmptyState/index.d.ts.map +1 -0
- package/dist/blocks/sections/FAQ/FAQ.cjs +1 -0
- package/dist/blocks/sections/FAQ/FAQ.d.ts +4 -0
- package/dist/blocks/sections/FAQ/FAQ.d.ts.map +1 -0
- package/dist/blocks/sections/FAQ/FAQ.mjs +73 -0
- package/dist/blocks/sections/FAQ/FAQ.module.css +1 -0
- package/dist/blocks/sections/FAQ/FAQ.module.css.cjs +1 -0
- package/dist/blocks/sections/FAQ/FAQ.module.css.mjs +36 -0
- package/dist/blocks/sections/FAQ/FAQ.types.d.ts +117 -0
- package/dist/blocks/sections/FAQ/FAQ.types.d.ts.map +1 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.cjs +1 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.d.ts +7 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.d.ts.map +1 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.mjs +43 -0
- package/dist/blocks/sections/FAQ/index.d.ts +7 -0
- package/dist/blocks/sections/FAQ/index.d.ts.map +1 -0
- package/dist/blocks/sections/Features/FeatureCard.cjs +1 -0
- package/dist/blocks/sections/Features/FeatureCard.d.ts +7 -0
- package/dist/blocks/sections/Features/FeatureCard.d.ts.map +1 -0
- package/dist/blocks/sections/Features/FeatureCard.mjs +27 -0
- package/dist/blocks/sections/Features/Features.cjs +1 -0
- package/dist/blocks/sections/Features/Features.d.ts +4 -0
- package/dist/blocks/sections/Features/Features.d.ts.map +1 -0
- package/dist/blocks/sections/Features/Features.mjs +51 -0
- package/dist/blocks/sections/Features/Features.module.css +1 -0
- package/dist/blocks/sections/Features/Features.module.css.cjs +1 -0
- package/dist/blocks/sections/Features/Features.module.css.mjs +36 -0
- package/dist/blocks/sections/Features/Features.types.d.ts +100 -0
- package/dist/blocks/sections/Features/Features.types.d.ts.map +1 -0
- package/dist/blocks/sections/Features/index.d.ts +7 -0
- package/dist/blocks/sections/Features/index.d.ts.map +1 -0
- package/dist/blocks/sections/Footer/Footer.cjs +1 -0
- package/dist/blocks/sections/Footer/Footer.d.ts +4 -0
- package/dist/blocks/sections/Footer/Footer.d.ts.map +1 -0
- package/dist/blocks/sections/Footer/Footer.mjs +102 -0
- package/dist/blocks/sections/Footer/Footer.module.css +1 -0
- package/dist/blocks/sections/Footer/Footer.module.css.cjs +1 -0
- package/dist/blocks/sections/Footer/Footer.module.css.mjs +50 -0
- package/dist/blocks/sections/Footer/Footer.types.d.ts +129 -0
- package/dist/blocks/sections/Footer/Footer.types.d.ts.map +1 -0
- package/dist/blocks/sections/Footer/index.d.ts +6 -0
- package/dist/blocks/sections/Footer/index.d.ts.map +1 -0
- package/dist/blocks/sections/Gallery/Gallery.cjs +1 -0
- package/dist/blocks/sections/Gallery/Gallery.d.ts +8 -0
- package/dist/blocks/sections/Gallery/Gallery.d.ts.map +1 -0
- package/dist/blocks/sections/Gallery/Gallery.mjs +191 -0
- package/dist/blocks/sections/Gallery/Gallery.module.css +1 -0
- package/dist/blocks/sections/Gallery/Gallery.module.css.cjs +1 -0
- package/dist/blocks/sections/Gallery/Gallery.module.css.mjs +51 -0
- package/dist/blocks/sections/Gallery/Gallery.types.d.ts +114 -0
- package/dist/blocks/sections/Gallery/Gallery.types.d.ts.map +1 -0
- package/dist/blocks/sections/Gallery/index.d.ts +3 -0
- package/dist/blocks/sections/Gallery/index.d.ts.map +1 -0
- package/dist/blocks/sections/Hero/Hero.cjs +1 -0
- package/dist/blocks/sections/Hero/Hero.d.ts +10 -0
- package/dist/blocks/sections/Hero/Hero.d.ts.map +1 -0
- package/dist/blocks/sections/Hero/Hero.mjs +128 -0
- package/dist/blocks/sections/Hero/Hero.module.css +1 -0
- package/dist/blocks/sections/Hero/Hero.module.css.cjs +1 -0
- package/dist/blocks/sections/Hero/Hero.module.css.mjs +51 -0
- package/dist/blocks/sections/Hero/Hero.types.d.ts +167 -0
- package/dist/blocks/sections/Hero/Hero.types.d.ts.map +1 -0
- package/dist/blocks/sections/Hero/HeroHighlight.cjs +1 -0
- package/dist/blocks/sections/Hero/HeroHighlight.d.ts +7 -0
- package/dist/blocks/sections/Hero/HeroHighlight.d.ts.map +1 -0
- package/dist/blocks/sections/Hero/HeroHighlight.mjs +7 -0
- package/dist/blocks/sections/Hero/index.d.ts +7 -0
- package/dist/blocks/sections/Hero/index.d.ts.map +1 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.cjs +1 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.d.ts +4 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.mjs +87 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.module.css +1 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.module.css.cjs +1 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.module.css.mjs +41 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.types.d.ts +101 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
- package/dist/blocks/sections/LogoCloud/index.d.ts +6 -0
- package/dist/blocks/sections/LogoCloud/index.d.ts.map +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.cjs +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.d.ts +4 -0
- package/dist/blocks/sections/Newsletter/Newsletter.d.ts.map +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.mjs +97 -0
- package/dist/blocks/sections/Newsletter/Newsletter.module.css +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.module.css.cjs +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.module.css.mjs +42 -0
- package/dist/blocks/sections/Newsletter/Newsletter.types.d.ts +97 -0
- package/dist/blocks/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
- package/dist/blocks/sections/Newsletter/index.d.ts +6 -0
- package/dist/blocks/sections/Newsletter/index.d.ts.map +1 -0
- package/dist/blocks/sections/Pricing/Pricing.cjs +1 -0
- package/dist/blocks/sections/Pricing/Pricing.d.ts +4 -0
- package/dist/blocks/sections/Pricing/Pricing.d.ts.map +1 -0
- package/dist/blocks/sections/Pricing/Pricing.mjs +43 -0
- package/dist/blocks/sections/Pricing/Pricing.module.css +1 -0
- package/dist/blocks/sections/Pricing/Pricing.module.css.cjs +1 -0
- package/dist/blocks/sections/Pricing/Pricing.module.css.mjs +54 -0
- package/dist/blocks/sections/Pricing/Pricing.types.d.ts +129 -0
- package/dist/blocks/sections/Pricing/Pricing.types.d.ts.map +1 -0
- package/dist/blocks/sections/Pricing/PricingCard.cjs +1 -0
- package/dist/blocks/sections/Pricing/PricingCard.d.ts +7 -0
- package/dist/blocks/sections/Pricing/PricingCard.d.ts.map +1 -0
- package/dist/blocks/sections/Pricing/PricingCard.mjs +40 -0
- package/dist/blocks/sections/Pricing/index.d.ts +7 -0
- package/dist/blocks/sections/Pricing/index.d.ts.map +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.cjs +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.d.ts +4 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.mjs +90 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.module.css +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.module.css.cjs +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.module.css.mjs +55 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.types.d.ts +112 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
- package/dist/blocks/sections/SettingsLayout/index.d.ts +3 -0
- package/dist/blocks/sections/SettingsLayout/index.d.ts.map +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.cjs +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.d.ts +8 -0
- package/dist/blocks/sections/SocialProof/SocialProof.d.ts.map +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.mjs +107 -0
- package/dist/blocks/sections/SocialProof/SocialProof.module.css +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.module.css.cjs +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.module.css.mjs +63 -0
- package/dist/blocks/sections/SocialProof/SocialProof.types.d.ts +138 -0
- package/dist/blocks/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
- package/dist/blocks/sections/SocialProof/index.d.ts +3 -0
- package/dist/blocks/sections/SocialProof/index.d.ts.map +1 -0
- package/dist/blocks/sections/Stats/StatItemCard.cjs +1 -0
- package/dist/blocks/sections/Stats/StatItemCard.d.ts +7 -0
- package/dist/blocks/sections/Stats/StatItemCard.d.ts.map +1 -0
- package/dist/blocks/sections/Stats/StatItemCard.mjs +40 -0
- package/dist/blocks/sections/Stats/Stats.cjs +1 -0
- package/dist/blocks/sections/Stats/Stats.d.ts +4 -0
- package/dist/blocks/sections/Stats/Stats.d.ts.map +1 -0
- package/dist/blocks/sections/Stats/Stats.mjs +59 -0
- package/dist/blocks/sections/Stats/Stats.module.css +1 -0
- package/dist/blocks/sections/Stats/Stats.module.css.cjs +1 -0
- package/dist/blocks/sections/Stats/Stats.module.css.mjs +47 -0
- package/dist/blocks/sections/Stats/Stats.types.d.ts +131 -0
- package/dist/blocks/sections/Stats/Stats.types.d.ts.map +1 -0
- package/dist/blocks/sections/Stats/index.d.ts +7 -0
- package/dist/blocks/sections/Stats/index.d.ts.map +1 -0
- package/dist/blocks/sections/Stepper/Stepper.cjs +1 -0
- package/dist/blocks/sections/Stepper/Stepper.d.ts +4 -0
- package/dist/blocks/sections/Stepper/Stepper.d.ts.map +1 -0
- package/dist/blocks/sections/Stepper/Stepper.mjs +91 -0
- package/dist/blocks/sections/Stepper/Stepper.module.css +1 -0
- package/dist/blocks/sections/Stepper/Stepper.module.css.cjs +1 -0
- package/dist/blocks/sections/Stepper/Stepper.module.css.mjs +53 -0
- package/dist/blocks/sections/Stepper/Stepper.types.d.ts +101 -0
- package/dist/blocks/sections/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/blocks/sections/Stepper/index.d.ts +3 -0
- package/dist/blocks/sections/Stepper/index.d.ts.map +1 -0
- package/dist/blocks/sections/Team/Team.cjs +1 -0
- package/dist/blocks/sections/Team/Team.d.ts +4 -0
- package/dist/blocks/sections/Team/Team.d.ts.map +1 -0
- package/dist/blocks/sections/Team/Team.mjs +51 -0
- package/dist/blocks/sections/Team/Team.module.css +1 -0
- package/dist/blocks/sections/Team/Team.module.css.cjs +1 -0
- package/dist/blocks/sections/Team/Team.module.css.mjs +45 -0
- package/dist/blocks/sections/Team/Team.types.d.ts +139 -0
- package/dist/blocks/sections/Team/Team.types.d.ts.map +1 -0
- package/dist/blocks/sections/Team/TeamMemberCard.cjs +1 -0
- package/dist/blocks/sections/Team/TeamMemberCard.d.ts +7 -0
- package/dist/blocks/sections/Team/TeamMemberCard.d.ts.map +1 -0
- package/dist/blocks/sections/Team/TeamMemberCard.mjs +47 -0
- package/dist/blocks/sections/Team/index.d.ts +7 -0
- package/dist/blocks/sections/Team/index.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.cjs +1 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.d.ts +7 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.mjs +53 -0
- package/dist/blocks/sections/Testimonials/Testimonials.cjs +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.d.ts +4 -0
- package/dist/blocks/sections/Testimonials/Testimonials.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.mjs +55 -0
- package/dist/blocks/sections/Testimonials/Testimonials.module.css +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.module.css.cjs +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.module.css.mjs +45 -0
- package/dist/blocks/sections/Testimonials/Testimonials.types.d.ts +126 -0
- package/dist/blocks/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/index.d.ts +7 -0
- package/dist/blocks/sections/Testimonials/index.d.ts.map +1 -0
- package/dist/blocks/sections/Timeline/Timeline.cjs +1 -0
- package/dist/blocks/sections/Timeline/Timeline.d.ts +8 -0
- package/dist/blocks/sections/Timeline/Timeline.d.ts.map +1 -0
- package/dist/blocks/sections/Timeline/Timeline.mjs +84 -0
- package/dist/blocks/sections/Timeline/Timeline.module.css +1 -0
- package/dist/blocks/sections/Timeline/Timeline.module.css.cjs +1 -0
- package/dist/blocks/sections/Timeline/Timeline.module.css.mjs +37 -0
- package/dist/blocks/sections/Timeline/Timeline.types.d.ts +104 -0
- package/dist/blocks/sections/Timeline/Timeline.types.d.ts.map +1 -0
- package/dist/blocks/sections/Timeline/index.d.ts +3 -0
- package/dist/blocks/sections/Timeline/index.d.ts.map +1 -0
- package/dist/blocks/sections/index.d.ts +53 -0
- package/dist/blocks/sections/index.d.ts.map +1 -0
- package/dist/blocks/templates/index.d.ts +8 -0
- package/dist/blocks/templates/index.d.ts.map +1 -0
- package/dist/blocks.css +60 -0
- package/dist/components/Accordion/Accordion.cjs +1 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.mjs +94 -0
- package/dist/components/ActivityFeed/ActivityFeed.cjs +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.mjs +128 -0
- package/dist/components/AgentCard/AgentCard.cjs +1 -0
- package/dist/components/AgentCard/AgentCard.d.ts.map +1 -1
- package/dist/components/AgentCard/AgentCard.mjs +120 -0
- package/dist/components/Alert/Alert.cjs +1 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/Alert.mjs +51 -0
- package/dist/components/AlertDialog/AlertDialog.cjs +1 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -1
- package/dist/components/AlertDialog/AlertDialog.mjs +91 -0
- package/dist/components/Avatar/Avatar.cjs +1 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.mjs +58 -0
- package/dist/components/Badge/Badge.cjs +1 -0
- package/dist/components/Badge/Badge.mjs +20 -0
- package/dist/components/Banner/Banner.cjs +1 -0
- package/dist/components/Banner/Banner.mjs +107 -0
- package/dist/components/Breadcrumb/Breadcrumb.cjs +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.mjs +84 -0
- package/dist/components/Button/Button.cjs +1 -0
- package/dist/components/Button/Button.mjs +71 -0
- package/dist/components/Calendar/Calendar.cjs +1 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -1
- package/dist/components/Calendar/Calendar.mjs +135 -0
- package/dist/components/Card/Card.cjs +1 -0
- package/dist/components/Card/Card.mjs +106 -0
- package/dist/components/Carousel/Carousel.cjs +1 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.mjs +178 -0
- package/dist/components/Carousel/CarouselCard.cjs +1 -0
- package/dist/components/Carousel/CarouselCard.mjs +38 -0
- package/dist/components/Chart/Chart.cjs +1 -0
- package/dist/components/Chart/Chart.d.ts.map +1 -1
- package/dist/components/Chart/Chart.mjs +103 -0
- package/dist/components/Chat/Chat.cjs +1 -0
- package/dist/components/Chat/Chat.mjs +56 -0
- package/dist/components/Chat/components/ChatAttachment.cjs +1 -0
- package/dist/components/Chat/components/ChatAttachment.mjs +125 -0
- package/dist/components/Chat/components/ChatAudioPlayer.cjs +1 -0
- package/dist/components/Chat/components/ChatAudioPlayer.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatAudioPlayer.mjs +127 -0
- package/dist/components/Chat/components/ChatCodeBlock.cjs +1 -0
- package/dist/components/Chat/components/ChatCodeBlock.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatCodeBlock.mjs +93 -0
- package/dist/components/Chat/components/ChatFileUpload.cjs +1 -0
- package/dist/components/Chat/components/ChatFileUpload.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatFileUpload.mjs +114 -0
- package/dist/components/Chat/components/ChatHeader.cjs +1 -0
- package/dist/components/Chat/components/ChatHeader.mjs +36 -0
- package/dist/components/Chat/components/ChatImagePreview.cjs +1 -0
- package/dist/components/Chat/components/ChatImagePreview.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatImagePreview.mjs +69 -0
- package/dist/components/Chat/components/ChatInput.cjs +1 -0
- package/dist/components/Chat/components/ChatInput.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatInput.mjs +188 -0
- package/dist/components/Chat/components/ChatLightbox.cjs +1 -0
- package/dist/components/Chat/components/ChatLightbox.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatLightbox.mjs +57 -0
- package/dist/components/Chat/components/ChatMarkdown.cjs +1 -0
- package/dist/components/Chat/components/ChatMarkdown.mjs +55 -0
- package/dist/components/Chat/components/ChatMessage.cjs +1 -0
- package/dist/components/Chat/components/ChatMessage.mjs +173 -0
- package/dist/components/Chat/components/ChatMessages.cjs +1 -0
- package/dist/components/Chat/components/ChatMessages.mjs +46 -0
- package/dist/components/Chat/components/ChatSidebar.cjs +1 -0
- package/dist/components/Chat/components/ChatSidebar.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatSidebar.mjs +217 -0
- package/dist/components/Chat/components/ChatTypingIndicator.cjs +1 -0
- package/dist/components/Chat/components/ChatTypingIndicator.mjs +31 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.cjs +1 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.mjs +111 -0
- package/dist/components/Checkbox/Checkbox.cjs +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.mjs +84 -0
- package/dist/components/Chip/Chip.cjs +1 -0
- package/dist/components/Chip/Chip.mjs +86 -0
- package/dist/components/CodeEditor/CodeEditor.cjs +6 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/components/CodeEditor/CodeEditor.mjs +255 -0
- package/dist/components/Collapsible/Collapsible.cjs +1 -0
- package/dist/components/Collapsible/Collapsible.d.ts.map +1 -1
- package/dist/components/Collapsible/Collapsible.mjs +114 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.cjs +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.d.ts.map +1 -1
- package/dist/components/CollapsibleFolder/CollapsibleFolder.mjs +196 -0
- package/dist/components/Combobox/Combobox.cjs +1 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.mjs +271 -0
- package/dist/components/Command/Command.cjs +1 -0
- package/dist/components/Command/Command.d.ts.map +1 -1
- package/dist/components/Command/Command.mjs +248 -0
- package/dist/components/CommandBar/CommandBar.cjs +1 -0
- package/dist/components/CommandBar/CommandBar.d.ts.map +1 -1
- package/dist/components/CommandBar/CommandBar.mjs +193 -0
- package/dist/components/DataTable/DataTable.cjs +1 -0
- package/dist/components/DataTable/DataTable.d.ts.map +1 -1
- package/dist/components/DataTable/DataTable.mjs +339 -0
- package/dist/components/DatePicker/DatePicker.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.mjs +104 -0
- package/dist/components/DetailPanel/DetailPanel.cjs +1 -0
- package/dist/components/DetailPanel/DetailPanel.d.ts.map +1 -1
- package/dist/components/DetailPanel/DetailPanel.mjs +103 -0
- package/dist/components/Divider/Divider.cjs +1 -0
- package/dist/components/Divider/Divider.mjs +48 -0
- package/dist/components/Drawer/Drawer.cjs +1 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.mjs +132 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.mjs +176 -0
- package/dist/components/EmptyState/EmptyState.cjs +1 -0
- package/dist/components/EmptyState/EmptyState.mjs +30 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.cjs +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.mjs +43 -0
- package/dist/components/Field/Field.cjs +1 -0
- package/dist/components/Field/Field.d.ts.map +1 -1
- package/dist/components/Field/Field.mjs +107 -0
- package/dist/components/FileUploader/FileUploader.cjs +1 -0
- package/dist/components/FileUploader/FileUploader.d.ts.map +1 -1
- package/dist/components/FileUploader/FileUploader.mjs +202 -0
- package/dist/components/FilterBar/FilterBar.cjs +1 -0
- package/dist/components/FilterBar/FilterBar.d.ts.map +1 -1
- package/dist/components/FilterBar/FilterBar.mjs +164 -0
- package/dist/components/FontLoader/FontLoader.cjs +1 -0
- package/dist/components/FontLoader/FontLoader.d.ts +0 -30
- package/dist/components/FontLoader/FontLoader.d.ts.map +1 -1
- package/dist/components/FontLoader/FontLoader.mjs +47 -0
- package/dist/components/FormSection/FormSection.cjs +1 -0
- package/dist/components/FormSection/FormSection.d.ts.map +1 -1
- package/dist/components/FormSection/FormSection.mjs +84 -0
- package/dist/components/Icon/Icon.cjs +1 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -1
- package/dist/components/Icon/Icon.mjs +54 -0
- package/dist/components/IconGallery/IconGallery.cjs +3 -0
- package/dist/components/IconGallery/IconGallery.d.ts.map +1 -1
- package/dist/components/IconGallery/IconGallery.mjs +205 -0
- package/dist/components/InputOTP/InputOTP.cjs +1 -0
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -1
- package/dist/components/InputOTP/InputOTP.mjs +143 -0
- package/dist/components/KanbanBoard/KanbanBoard.cjs +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.mjs +190 -0
- package/dist/components/Link/Link.cjs +1 -0
- package/dist/components/Link/Link.mjs +82 -0
- package/dist/components/List/List.cjs +1 -0
- package/dist/components/List/List.d.ts.map +1 -1
- package/dist/components/List/List.mjs +95 -0
- package/dist/components/MetricCards/MetricCards.cjs +1 -0
- package/dist/components/MetricCards/MetricCards.mjs +125 -0
- package/dist/components/Modal/Modal.cjs +1 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.mjs +72 -0
- package/dist/components/NavTree/NavTree.cjs +1 -0
- package/dist/components/NavTree/NavTree.d.ts.map +1 -1
- package/dist/components/NavTree/NavTree.mjs +273 -0
- package/dist/components/Navbar/Navbar.cjs +1 -0
- package/dist/components/Navbar/Navbar.d.ts.map +1 -1
- package/dist/components/Navbar/Navbar.mjs +129 -0
- package/dist/components/NotificationCenter/NotificationCenter.cjs +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.d.ts.map +1 -1
- package/dist/components/NotificationCenter/NotificationCenter.mjs +172 -0
- package/dist/components/PageHeader/PageHeader.cjs +1 -0
- package/dist/components/PageHeader/PageHeader.mjs +105 -0
- package/dist/components/Pagination/Pagination.cjs +1 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.mjs +136 -0
- package/dist/components/Popover/Popover.cjs +1 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/Popover/Popover.mjs +191 -0
- package/dist/components/ProgressBar/ProgressBar.cjs +1 -0
- package/dist/components/ProgressBar/ProgressBar.mjs +54 -0
- package/dist/components/QuickActions/QuickActions.cjs +1 -0
- package/dist/components/QuickActions/QuickActions.d.ts.map +1 -1
- package/dist/components/QuickActions/QuickActions.mjs +148 -0
- package/dist/components/Radio/Radio.cjs +1 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -1
- package/dist/components/Radio/Radio.mjs +76 -0
- package/dist/components/SearchInput/SearchInput.cjs +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/components/SearchInput/SearchInput.mjs +87 -0
- package/dist/components/Select/Select.cjs +1 -0
- package/dist/components/Select/Select.mjs +78 -0
- package/dist/components/Sidebar/Sidebar.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.mjs +153 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -0
- package/dist/components/Skeleton/Skeleton.mjs +54 -0
- package/dist/components/Slider/Slider.cjs +1 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -1
- package/dist/components/Slider/Slider.mjs +109 -0
- package/dist/components/Spinner/Spinner.cjs +1 -0
- package/dist/components/Spinner/Spinner.mjs +28 -0
- package/dist/components/Stepper/Stepper.cjs +1 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.mjs +133 -0
- package/dist/components/Switch/Switch.cjs +1 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/Switch.mjs +80 -0
- package/dist/components/Table/Table.cjs +1 -0
- package/dist/components/Table/Table.d.ts.map +1 -1
- package/dist/components/Table/Table.mjs +101 -0
- package/dist/components/Tabs/Tabs.cjs +1 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.mjs +97 -0
- package/dist/components/Textarea/Textarea.cjs +1 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.mjs +118 -0
- package/dist/components/ThemeController/ThemeController.cjs +1 -0
- package/dist/components/ThemeController/ThemeController.mjs +389 -0
- package/dist/components/Toast/Toast.cjs +1 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toast/Toast.mjs +225 -0
- package/dist/components/Toggle/Toggle.cjs +1 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.mjs +48 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.mjs +101 -0
- package/dist/components/Tooltip/Tooltip.cjs +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.mjs +39 -0
- package/dist/components/UserMenu/UserMenu.cjs +1 -0
- package/dist/components/UserMenu/UserMenu.d.ts.map +1 -1
- package/dist/components/UserMenu/UserMenu.mjs +161 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.cjs +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -1
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.mjs +119 -0
- package/dist/contexts/ThemeContext.cjs +38 -0
- package/dist/contexts/ThemeContext.d.ts.map +1 -1
- package/dist/contexts/ThemeContext.mjs +98 -0
- package/dist/dist/components/Carousel/Carousel.module.css.cjs +1 -0
- package/dist/dist/components/Carousel/Carousel.module.css.mjs +60 -0
- package/dist/dist/components/Carousel/CarouselCard.cjs +1 -0
- package/dist/dist/components/Carousel/CarouselCard.mjs +38 -0
- package/dist/examples/LandingPage.example.cjs +1 -0
- package/dist/examples/LandingPage.example.mjs +106 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +95 -95
- package/dist/sections/Container/Container.cjs +1 -0
- package/dist/sections/Container/Container.mjs +26 -0
- package/dist/sections/Section/Section.cjs +1 -0
- package/dist/sections/Section/Section.mjs +36 -0
- package/dist/templates/index.cjs +1 -0
- package/dist/templates/index.d.ts +1 -0
- package/dist/templates/index.mjs +1 -0
- package/dist/tokens/utils.cjs +1 -0
- package/dist/tokens/utils.mjs +33 -0
- package/package.json +13 -2
- package/dist/index10.cjs +0 -1
- package/dist/index10.mjs +0 -58
- package/dist/index11.cjs +0 -1
- package/dist/index11.mjs +0 -20
- package/dist/index12.cjs +0 -1
- package/dist/index12.mjs +0 -107
- package/dist/index13.cjs +0 -1
- package/dist/index13.mjs +0 -84
- package/dist/index14.cjs +0 -1
- package/dist/index14.mjs +0 -71
- package/dist/index15.cjs +0 -1
- package/dist/index15.mjs +0 -135
- package/dist/index159.cjs +0 -1
- package/dist/index159.mjs +0 -36
- package/dist/index16.cjs +0 -1
- package/dist/index16.mjs +0 -106
- package/dist/index160.cjs +0 -1
- package/dist/index160.mjs +0 -46
- package/dist/index161.cjs +0 -1
- package/dist/index161.mjs +0 -173
- package/dist/index162.cjs +0 -1
- package/dist/index162.mjs +0 -188
- package/dist/index163.cjs +0 -1
- package/dist/index163.mjs +0 -31
- package/dist/index164.cjs +0 -1
- package/dist/index164.mjs +0 -93
- package/dist/index165.cjs +0 -1
- package/dist/index165.mjs +0 -55
- package/dist/index166.cjs +0 -1
- package/dist/index166.mjs +0 -69
- package/dist/index167.cjs +0 -1
- package/dist/index167.mjs +0 -127
- package/dist/index168.cjs +0 -1
- package/dist/index168.mjs +0 -111
- package/dist/index169.cjs +0 -1
- package/dist/index169.mjs +0 -114
- package/dist/index17.cjs +0 -1
- package/dist/index17.mjs +0 -178
- package/dist/index170.cjs +0 -1
- package/dist/index170.mjs +0 -125
- package/dist/index171.cjs +0 -1
- package/dist/index171.mjs +0 -217
- package/dist/index18.cjs +0 -1
- package/dist/index18.mjs +0 -38
- package/dist/index185.cjs +0 -1
- package/dist/index185.mjs +0 -57
- package/dist/index19.cjs +0 -1
- package/dist/index19.mjs +0 -103
- package/dist/index20.cjs +0 -1
- package/dist/index20.mjs +0 -56
- package/dist/index21.cjs +0 -1
- package/dist/index21.mjs +0 -84
- package/dist/index22.cjs +0 -1
- package/dist/index22.mjs +0 -86
- package/dist/index23.cjs +0 -6
- package/dist/index23.mjs +0 -255
- package/dist/index24.cjs +0 -1
- package/dist/index24.mjs +0 -114
- package/dist/index25.cjs +0 -1
- package/dist/index25.mjs +0 -196
- package/dist/index26.cjs +0 -1
- package/dist/index26.mjs +0 -271
- package/dist/index27.cjs +0 -1
- package/dist/index27.mjs +0 -248
- package/dist/index28.cjs +0 -1
- package/dist/index28.mjs +0 -193
- package/dist/index29.cjs +0 -1
- package/dist/index29.mjs +0 -26
- package/dist/index3.cjs +0 -1
- package/dist/index3.mjs +0 -600
- package/dist/index30.cjs +0 -1
- package/dist/index30.mjs +0 -339
- package/dist/index31.cjs +0 -1
- package/dist/index31.mjs +0 -104
- package/dist/index32.cjs +0 -1
- package/dist/index32.mjs +0 -103
- package/dist/index33.cjs +0 -1
- package/dist/index33.mjs +0 -48
- package/dist/index34.cjs +0 -1
- package/dist/index34.mjs +0 -132
- package/dist/index35.cjs +0 -1
- package/dist/index35.mjs +0 -176
- package/dist/index36.cjs +0 -1
- package/dist/index36.mjs +0 -30
- package/dist/index37.cjs +0 -1
- package/dist/index37.mjs +0 -43
- package/dist/index38.cjs +0 -1
- package/dist/index38.mjs +0 -107
- package/dist/index39.cjs +0 -1
- package/dist/index39.mjs +0 -202
- package/dist/index40.cjs +0 -1
- package/dist/index40.mjs +0 -164
- package/dist/index41.cjs +0 -1
- package/dist/index41.mjs +0 -47
- package/dist/index42.cjs +0 -1
- package/dist/index42.mjs +0 -84
- package/dist/index43.cjs +0 -1
- package/dist/index43.mjs +0 -54
- package/dist/index44.cjs +0 -3
- package/dist/index44.mjs +0 -205
- package/dist/index46.cjs +0 -1
- package/dist/index46.mjs +0 -143
- package/dist/index47.cjs +0 -1
- package/dist/index47.mjs +0 -190
- package/dist/index48.cjs +0 -1
- package/dist/index48.mjs +0 -106
- package/dist/index49.cjs +0 -1
- package/dist/index49.mjs +0 -82
- package/dist/index5.cjs +0 -1
- package/dist/index5.mjs +0 -94
- package/dist/index50.cjs +0 -1
- package/dist/index50.mjs +0 -95
- package/dist/index51.cjs +0 -1
- package/dist/index51.mjs +0 -125
- package/dist/index52.cjs +0 -1
- package/dist/index52.mjs +0 -72
- package/dist/index53.cjs +0 -1
- package/dist/index53.mjs +0 -273
- package/dist/index54.cjs +0 -1
- package/dist/index54.mjs +0 -129
- package/dist/index55.cjs +0 -1
- package/dist/index55.mjs +0 -172
- package/dist/index56.cjs +0 -1
- package/dist/index56.mjs +0 -105
- package/dist/index57.cjs +0 -1
- package/dist/index57.mjs +0 -136
- package/dist/index58.cjs +0 -1
- package/dist/index58.mjs +0 -191
- package/dist/index59.cjs +0 -1
- package/dist/index59.mjs +0 -54
- package/dist/index6.cjs +0 -1
- package/dist/index6.mjs +0 -128
- package/dist/index60.cjs +0 -1
- package/dist/index60.mjs +0 -148
- package/dist/index61.cjs +0 -1
- package/dist/index61.mjs +0 -76
- package/dist/index62.cjs +0 -1
- package/dist/index62.mjs +0 -87
- package/dist/index63.cjs +0 -1
- package/dist/index63.mjs +0 -36
- package/dist/index64.cjs +0 -1
- package/dist/index64.mjs +0 -78
- package/dist/index65.cjs +0 -1
- package/dist/index65.mjs +0 -153
- package/dist/index66.cjs +0 -1
- package/dist/index66.mjs +0 -54
- package/dist/index67.cjs +0 -1
- package/dist/index67.mjs +0 -109
- package/dist/index68.cjs +0 -1
- package/dist/index68.mjs +0 -28
- package/dist/index69.cjs +0 -1
- package/dist/index69.mjs +0 -133
- package/dist/index7.cjs +0 -1
- package/dist/index7.mjs +0 -120
- package/dist/index70.cjs +0 -1
- package/dist/index70.mjs +0 -80
- package/dist/index71.cjs +0 -1
- package/dist/index71.mjs +0 -101
- package/dist/index72.cjs +0 -1
- package/dist/index72.mjs +0 -97
- package/dist/index73.cjs +0 -1
- package/dist/index73.mjs +0 -118
- package/dist/index74.cjs +0 -1
- package/dist/index74.mjs +0 -389
- package/dist/index75.cjs +0 -38
- package/dist/index75.mjs +0 -98
- package/dist/index76.cjs +0 -1
- package/dist/index76.mjs +0 -225
- package/dist/index77.cjs +0 -1
- package/dist/index77.mjs +0 -48
- package/dist/index78.cjs +0 -1
- package/dist/index78.mjs +0 -101
- package/dist/index79.cjs +0 -1
- package/dist/index79.mjs +0 -39
- package/dist/index8.cjs +0 -1
- package/dist/index8.mjs +0 -51
- package/dist/index80.cjs +0 -1
- package/dist/index80.mjs +0 -161
- package/dist/index81.cjs +0 -1
- package/dist/index81.mjs +0 -119
- package/dist/index82.cjs +0 -1
- package/dist/index82.mjs +0 -33
- package/dist/index9.cjs +0 -1
- package/dist/index9.mjs +0 -91
- /package/dist/{index181.cjs → components/Accordion/Accordion.module.css.cjs} +0 -0
- /package/dist/{index181.mjs → components/Accordion/Accordion.module.css.mjs} +0 -0
- /package/dist/{index136.cjs → components/ActivityFeed/ActivityFeed.module.css.cjs} +0 -0
- /package/dist/{index136.mjs → components/ActivityFeed/ActivityFeed.module.css.mjs} +0 -0
- /package/dist/{index147.cjs → components/AgentCard/AgentCard.module.css.cjs} +0 -0
- /package/dist/{index147.mjs → components/AgentCard/AgentCard.module.css.mjs} +0 -0
- /package/dist/{index139.cjs → components/Alert/Alert.module.css.cjs} +0 -0
- /package/dist/{index139.mjs → components/Alert/Alert.module.css.mjs} +0 -0
- /package/dist/{index111.cjs → components/AlertDialog/AlertDialog.module.css.cjs} +0 -0
- /package/dist/{index111.mjs → components/AlertDialog/AlertDialog.module.css.mjs} +0 -0
- /package/dist/{index106.cjs → components/Avatar/Avatar.module.css.cjs} +0 -0
- /package/dist/{index106.mjs → components/Avatar/Avatar.module.css.mjs} +0 -0
- /package/dist/{index179.cjs → components/Badge/Badge.module.css.cjs} +0 -0
- /package/dist/{index179.mjs → components/Badge/Badge.module.css.mjs} +0 -0
- /package/dist/{index141.cjs → components/Banner/Banner.module.css.cjs} +0 -0
- /package/dist/{index141.mjs → components/Banner/Banner.module.css.mjs} +0 -0
- /package/dist/{index178.cjs → components/Breadcrumb/Breadcrumb.module.css.cjs} +0 -0
- /package/dist/{index178.mjs → components/Breadcrumb/Breadcrumb.module.css.mjs} +0 -0
- /package/dist/{index119.cjs → components/Button/Button.module.css.cjs} +0 -0
- /package/dist/{index119.mjs → components/Button/Button.module.css.mjs} +0 -0
- /package/dist/{index102.cjs → components/Calendar/Calendar.module.css.cjs} +0 -0
- /package/dist/{index102.mjs → components/Calendar/Calendar.module.css.mjs} +0 -0
- /package/dist/{index123.cjs → components/Card/Card.module.css.cjs} +0 -0
- /package/dist/{index123.mjs → components/Card/Card.module.css.mjs} +0 -0
- /package/dist/{index129.cjs → components/Carousel/Carousel.module.css.cjs} +0 -0
- /package/dist/{index129.mjs → components/Carousel/Carousel.module.css.mjs} +0 -0
- /package/dist/{index128.cjs → components/Chart/Chart.module.css.cjs} +0 -0
- /package/dist/{index128.mjs → components/Chart/Chart.module.css.mjs} +0 -0
- /package/dist/{index127.cjs → components/Chart/useResolvedChartColors.cjs} +0 -0
- /package/dist/{index127.mjs → components/Chart/useResolvedChartColors.mjs} +0 -0
- /package/dist/{index158.cjs → components/Chat/Chat.module.css.cjs} +0 -0
- /package/dist/{index158.mjs → components/Chat/Chat.module.css.mjs} +0 -0
- /package/dist/{index84.cjs → components/Chat/hooks/useAutoScroll.cjs} +0 -0
- /package/dist/{index84.mjs → components/Chat/hooks/useAutoScroll.mjs} +0 -0
- /package/dist/{index85.cjs → components/Chat/hooks/useChatInput.cjs} +0 -0
- /package/dist/{index85.mjs → components/Chat/hooks/useChatInput.mjs} +0 -0
- /package/dist/{index93.cjs → components/Chat/hooks/useStreamingText.cjs} +0 -0
- /package/dist/{index93.mjs → components/Chat/hooks/useStreamingText.mjs} +0 -0
- /package/dist/{index95.cjs → components/Chat/hooks/useVoiceRecorder.cjs} +0 -0
- /package/dist/{index95.mjs → components/Chat/hooks/useVoiceRecorder.mjs} +0 -0
- /package/dist/{index184.cjs → components/Chat/utils.cjs} +0 -0
- /package/dist/{index184.mjs → components/Chat/utils.mjs} +0 -0
- /package/dist/{index153.cjs → components/Checkbox/Checkbox.module.css.cjs} +0 -0
- /package/dist/{index153.mjs → components/Checkbox/Checkbox.module.css.mjs} +0 -0
- /package/dist/{index117.cjs → components/Chip/Chip.module.css.cjs} +0 -0
- /package/dist/{index117.mjs → components/Chip/Chip.module.css.mjs} +0 -0
- /package/dist/{index145.cjs → components/CodeEditor/CodeEditor.module.css.cjs} +0 -0
- /package/dist/{index145.mjs → components/CodeEditor/CodeEditor.module.css.mjs} +0 -0
- /package/dist/{index122.cjs → components/Collapsible/Collapsible.module.css.cjs} +0 -0
- /package/dist/{index122.mjs → components/Collapsible/Collapsible.module.css.mjs} +0 -0
- /package/dist/{index157.cjs → components/CollapsibleFolder/CollapsibleFolder.module.css.cjs} +0 -0
- /package/dist/{index157.mjs → components/CollapsibleFolder/CollapsibleFolder.module.css.mjs} +0 -0
- /package/dist/{index124.cjs → components/Combobox/Combobox.module.css.cjs} +0 -0
- /package/dist/{index124.mjs → components/Combobox/Combobox.module.css.mjs} +0 -0
- /package/dist/{index120.cjs → components/Command/Command.module.css.cjs} +0 -0
- /package/dist/{index120.mjs → components/Command/Command.module.css.mjs} +0 -0
- /package/dist/{index152.cjs → components/CommandBar/CommandBar.module.css.cjs} +0 -0
- /package/dist/{index152.mjs → components/CommandBar/CommandBar.module.css.mjs} +0 -0
- /package/dist/{index133.cjs → components/DataTable/DataTable.module.css.cjs} +0 -0
- /package/dist/{index133.mjs → components/DataTable/DataTable.module.css.mjs} +0 -0
- /package/dist/{index113.cjs → components/DatePicker/DatePicker.module.css.cjs} +0 -0
- /package/dist/{index113.mjs → components/DatePicker/DatePicker.module.css.mjs} +0 -0
- /package/dist/{index125.cjs → components/DetailPanel/DetailPanel.module.css.cjs} +0 -0
- /package/dist/{index125.mjs → components/DetailPanel/DetailPanel.module.css.mjs} +0 -0
- /package/dist/{index150.cjs → components/Divider/Divider.module.css.cjs} +0 -0
- /package/dist/{index150.mjs → components/Divider/Divider.module.css.mjs} +0 -0
- /package/dist/{index146.cjs → components/Drawer/Drawer.module.css.cjs} +0 -0
- /package/dist/{index146.mjs → components/Drawer/Drawer.module.css.mjs} +0 -0
- /package/dist/{index131.cjs → components/Dropdown/Dropdown.module.css.cjs} +0 -0
- /package/dist/{index131.mjs → components/Dropdown/Dropdown.module.css.mjs} +0 -0
- /package/dist/{index140.cjs → components/EmptyState/EmptyState.module.css.cjs} +0 -0
- /package/dist/{index140.mjs → components/EmptyState/EmptyState.module.css.mjs} +0 -0
- /package/dist/{index116.cjs → components/ErrorBoundary/ErrorBoundary.module.css.cjs} +0 -0
- /package/dist/{index116.mjs → components/ErrorBoundary/ErrorBoundary.module.css.mjs} +0 -0
- /package/dist/{index149.cjs → components/Field/Field.module.css.cjs} +0 -0
- /package/dist/{index149.mjs → components/Field/Field.module.css.mjs} +0 -0
- /package/dist/{index137.cjs → components/FileUploader/FileUploader.module.css.cjs} +0 -0
- /package/dist/{index137.mjs → components/FileUploader/FileUploader.module.css.mjs} +0 -0
- /package/dist/{index132.cjs → components/FilterBar/FilterBar.module.css.cjs} +0 -0
- /package/dist/{index132.mjs → components/FilterBar/FilterBar.module.css.mjs} +0 -0
- /package/dist/{index155.cjs → components/FormSection/FormSection.module.css.cjs} +0 -0
- /package/dist/{index155.mjs → components/FormSection/FormSection.module.css.mjs} +0 -0
- /package/dist/{index110.cjs → components/Icon/Icon.module.css.cjs} +0 -0
- /package/dist/{index110.mjs → components/Icon/Icon.module.css.mjs} +0 -0
- /package/dist/{index174.cjs → components/IconGallery/IconGallery.module.css.cjs} +0 -0
- /package/dist/{index174.mjs → components/IconGallery/IconGallery.module.css.mjs} +0 -0
- /package/dist/{index112.cjs → components/InputOTP/InputOTP.module.css.cjs} +0 -0
- /package/dist/{index112.mjs → components/InputOTP/InputOTP.module.css.mjs} +0 -0
- /package/dist/{index156.cjs → components/KanbanBoard/KanbanBoard.module.css.cjs} +0 -0
- /package/dist/{index156.mjs → components/KanbanBoard/KanbanBoard.module.css.mjs} +0 -0
- /package/dist/{index121.cjs → components/Link/Link.module.css.cjs} +0 -0
- /package/dist/{index121.mjs → components/Link/Link.module.css.mjs} +0 -0
- /package/dist/{index142.cjs → components/List/List.module.css.cjs} +0 -0
- /package/dist/{index142.mjs → components/List/List.module.css.mjs} +0 -0
- /package/dist/{index172.cjs → components/MetricCards/MetricCards.module.css.cjs} +0 -0
- /package/dist/{index172.mjs → components/MetricCards/MetricCards.module.css.mjs} +0 -0
- /package/dist/{index138.cjs → components/Modal/Modal.module.css.cjs} +0 -0
- /package/dist/{index138.mjs → components/Modal/Modal.module.css.mjs} +0 -0
- /package/dist/{index114.cjs → components/NavTree/NavTree.module.css.cjs} +0 -0
- /package/dist/{index114.mjs → components/NavTree/NavTree.module.css.mjs} +0 -0
- /package/dist/{index108.cjs → components/Navbar/Navbar.module.css.cjs} +0 -0
- /package/dist/{index108.mjs → components/Navbar/Navbar.module.css.mjs} +0 -0
- /package/dist/{index148.cjs → components/NotificationCenter/NotificationCenter.module.css.cjs} +0 -0
- /package/dist/{index148.mjs → components/NotificationCenter/NotificationCenter.module.css.mjs} +0 -0
- /package/dist/{index134.cjs → components/PageHeader/PageHeader.module.css.cjs} +0 -0
- /package/dist/{index134.mjs → components/PageHeader/PageHeader.module.css.mjs} +0 -0
- /package/dist/{index143.cjs → components/Pagination/Pagination.module.css.cjs} +0 -0
- /package/dist/{index143.mjs → components/Pagination/Pagination.module.css.mjs} +0 -0
- /package/dist/{index135.cjs → components/Popover/Popover.module.css.cjs} +0 -0
- /package/dist/{index135.mjs → components/Popover/Popover.module.css.mjs} +0 -0
- /package/dist/{index176.cjs → components/ProgressBar/ProgressBar.module.css.cjs} +0 -0
- /package/dist/{index176.mjs → components/ProgressBar/ProgressBar.module.css.mjs} +0 -0
- /package/dist/{index175.cjs → components/QuickActions/QuickActions.module.css.cjs} +0 -0
- /package/dist/{index175.mjs → components/QuickActions/QuickActions.module.css.mjs} +0 -0
- /package/dist/{index103.cjs → components/Radio/Radio.module.css.cjs} +0 -0
- /package/dist/{index103.mjs → components/Radio/Radio.module.css.mjs} +0 -0
- /package/dist/{index105.cjs → components/SearchInput/SearchInput.module.css.cjs} +0 -0
- /package/dist/{index105.mjs → components/SearchInput/SearchInput.module.css.mjs} +0 -0
- /package/dist/{index173.cjs → components/Select/Select.module.css.cjs} +0 -0
- /package/dist/{index173.mjs → components/Select/Select.module.css.mjs} +0 -0
- /package/dist/{index151.cjs → components/Sidebar/Sidebar.module.css.cjs} +0 -0
- /package/dist/{index151.mjs → components/Sidebar/Sidebar.module.css.mjs} +0 -0
- /package/dist/{index130.cjs → components/Skeleton/Skeleton.module.css.cjs} +0 -0
- /package/dist/{index130.mjs → components/Skeleton/Skeleton.module.css.mjs} +0 -0
- /package/dist/{index99.cjs → components/Slider/Slider.module.css.cjs} +0 -0
- /package/dist/{index99.mjs → components/Slider/Slider.module.css.mjs} +0 -0
- /package/dist/{index115.cjs → components/Spinner/Spinner.module.css.cjs} +0 -0
- /package/dist/{index115.mjs → components/Spinner/Spinner.module.css.mjs} +0 -0
- /package/dist/{index118.cjs → components/Stepper/Stepper.module.css.cjs} +0 -0
- /package/dist/{index118.mjs → components/Stepper/Stepper.module.css.mjs} +0 -0
- /package/dist/{index126.cjs → components/Switch/Switch.module.css.cjs} +0 -0
- /package/dist/{index126.mjs → components/Switch/Switch.module.css.mjs} +0 -0
- /package/dist/{index144.cjs → components/Table/Table.module.css.cjs} +0 -0
- /package/dist/{index144.mjs → components/Table/Table.module.css.mjs} +0 -0
- /package/dist/{index109.cjs → components/Tabs/Tabs.module.css.cjs} +0 -0
- /package/dist/{index109.mjs → components/Tabs/Tabs.module.css.mjs} +0 -0
- /package/dist/{index104.cjs → components/Textarea/Textarea.module.css.cjs} +0 -0
- /package/dist/{index104.mjs → components/Textarea/Textarea.module.css.mjs} +0 -0
- /package/dist/{index100.cjs → components/Toast/Toast.module.css.cjs} +0 -0
- /package/dist/{index100.mjs → components/Toast/Toast.module.css.mjs} +0 -0
- /package/dist/{index101.cjs → components/Toggle/Toggle.module.css.cjs} +0 -0
- /package/dist/{index101.mjs → components/Toggle/Toggle.module.css.mjs} +0 -0
- /package/dist/{index180.cjs → components/ToggleGroup/ToggleGroup.module.css.cjs} +0 -0
- /package/dist/{index180.mjs → components/ToggleGroup/ToggleGroup.module.css.mjs} +0 -0
- /package/dist/{index107.cjs → components/Tooltip/Tooltip.module.css.cjs} +0 -0
- /package/dist/{index107.mjs → components/Tooltip/Tooltip.module.css.mjs} +0 -0
- /package/dist/{index154.cjs → components/UserMenu/UserMenu.module.css.cjs} +0 -0
- /package/dist/{index154.mjs → components/UserMenu/UserMenu.module.css.mjs} +0 -0
- /package/dist/{index177.cjs → components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.cjs} +0 -0
- /package/dist/{index177.mjs → components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.mjs} +0 -0
- /package/dist/{index86.cjs → hooks/useClickOutside.cjs} +0 -0
- /package/dist/{index86.mjs → hooks/useClickOutside.mjs} +0 -0
- /package/dist/{index87.cjs → hooks/useCopyToClipboard.cjs} +0 -0
- /package/dist/{index87.mjs → hooks/useCopyToClipboard.mjs} +0 -0
- /package/dist/{index88.cjs → hooks/useDebounce.cjs} +0 -0
- /package/dist/{index88.mjs → hooks/useDebounce.mjs} +0 -0
- /package/dist/{index89.cjs → hooks/useDisclosure.cjs} +0 -0
- /package/dist/{index89.mjs → hooks/useDisclosure.mjs} +0 -0
- /package/dist/{index91.cjs → hooks/useKeyboard.cjs} +0 -0
- /package/dist/{index91.mjs → hooks/useKeyboard.mjs} +0 -0
- /package/dist/{index92.cjs → hooks/useLocalStorage.cjs} +0 -0
- /package/dist/{index92.mjs → hooks/useLocalStorage.mjs} +0 -0
- /package/dist/{index90.cjs → hooks/useMediaQuery.cjs} +0 -0
- /package/dist/{index90.mjs → hooks/useMediaQuery.mjs} +0 -0
- /package/dist/{index94.cjs → hooks/useTheme.cjs} +0 -0
- /package/dist/{index94.mjs → hooks/useTheme.mjs} +0 -0
- /package/dist/{index182.cjs → sections/Container/Container.module.css.cjs} +0 -0
- /package/dist/{index182.mjs → sections/Container/Container.module.css.mjs} +0 -0
- /package/dist/{index183.cjs → sections/Section/Section.module.css.cjs} +0 -0
- /package/dist/{index183.mjs → sections/Section/Section.module.css.mjs} +0 -0
- /package/dist/{index98.cjs → tokens/brands.cjs} +0 -0
- /package/dist/{index98.mjs → tokens/brands.mjs} +0 -0
- /package/dist/{index83.cjs → tokens/primitives.cjs} +0 -0
- /package/dist/{index83.mjs → tokens/primitives.mjs} +0 -0
- /package/dist/{index97.cjs → tokens/themes.cjs} +0 -0
- /package/dist/{index97.mjs → tokens/themes.mjs} +0 -0
- /package/dist/{index4.cjs → utils/fonts.cjs} +0 -0
- /package/dist/{index4.mjs → utils/fonts.mjs} +0 -0
- /package/dist/{index45.cjs → utils/icons.cjs} +0 -0
- /package/dist/{index45.mjs → utils/icons.mjs} +0 -0
- /package/dist/{index96.cjs → utils/validation.cjs} +0 -0
- /package/dist/{index96.mjs → utils/validation.mjs} +0 -0
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Logo item
|
|
5
|
+
*/
|
|
6
|
+
export interface SocialProofLogo {
|
|
7
|
+
/**
|
|
8
|
+
* Company/brand name
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* Logo image URL
|
|
13
|
+
*/
|
|
14
|
+
logo: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional link
|
|
17
|
+
*/
|
|
18
|
+
href?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Testimonial item
|
|
22
|
+
*/
|
|
23
|
+
export interface SocialProofTestimonial {
|
|
24
|
+
/**
|
|
25
|
+
* Unique identifier
|
|
26
|
+
*/
|
|
27
|
+
id: string | number;
|
|
28
|
+
/**
|
|
29
|
+
* Quote text
|
|
30
|
+
*/
|
|
31
|
+
quote: string;
|
|
32
|
+
/**
|
|
33
|
+
* Author name
|
|
34
|
+
*/
|
|
35
|
+
author: string;
|
|
36
|
+
/**
|
|
37
|
+
* Author title/role
|
|
38
|
+
*/
|
|
39
|
+
title?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Author company
|
|
42
|
+
*/
|
|
43
|
+
company?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Author avatar URL
|
|
46
|
+
*/
|
|
47
|
+
avatar?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Star rating (1-5)
|
|
50
|
+
*/
|
|
51
|
+
rating?: number;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Stat item
|
|
55
|
+
*/
|
|
56
|
+
export interface SocialProofStat {
|
|
57
|
+
/**
|
|
58
|
+
* Stat value
|
|
59
|
+
*/
|
|
60
|
+
value: string;
|
|
61
|
+
/**
|
|
62
|
+
* Stat label
|
|
63
|
+
*/
|
|
64
|
+
label: string;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* SocialProof section props
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* ```tsx
|
|
71
|
+
* <SocialProof
|
|
72
|
+
* title="Trusted by Industry Leaders"
|
|
73
|
+
* logos={[
|
|
74
|
+
* { name: "Google", logo: "/logos/google.svg" },
|
|
75
|
+
* { name: "Meta", logo: "/logos/meta.svg" },
|
|
76
|
+
* ]}
|
|
77
|
+
* testimonials={[
|
|
78
|
+
* { id: 1, quote: "Amazing product!", author: "John Doe", title: "CEO" }
|
|
79
|
+
* ]}
|
|
80
|
+
* stats={[
|
|
81
|
+
* { value: "10K+", label: "Customers" },
|
|
82
|
+
* { value: "99%", label: "Satisfaction" },
|
|
83
|
+
* ]}
|
|
84
|
+
* />
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
87
|
+
export interface SocialProofProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
88
|
+
/**
|
|
89
|
+
* Optional eyebrow text
|
|
90
|
+
*/
|
|
91
|
+
eyebrow?: ReactNode;
|
|
92
|
+
/**
|
|
93
|
+
* Section title
|
|
94
|
+
*/
|
|
95
|
+
title?: ReactNode;
|
|
96
|
+
/**
|
|
97
|
+
* Section description
|
|
98
|
+
*/
|
|
99
|
+
description?: ReactNode;
|
|
100
|
+
/**
|
|
101
|
+
* Company/brand logos
|
|
102
|
+
*/
|
|
103
|
+
logos?: SocialProofLogo[];
|
|
104
|
+
/**
|
|
105
|
+
* Customer testimonials
|
|
106
|
+
*/
|
|
107
|
+
testimonials?: SocialProofTestimonial[];
|
|
108
|
+
/**
|
|
109
|
+
* Stats/metrics
|
|
110
|
+
*/
|
|
111
|
+
stats?: SocialProofStat[];
|
|
112
|
+
/**
|
|
113
|
+
* Layout variant
|
|
114
|
+
* @default 'stacked'
|
|
115
|
+
*/
|
|
116
|
+
layout?: "stacked" | "side-by-side" | "testimonials-only" | "logos-only" | "stats-only";
|
|
117
|
+
/**
|
|
118
|
+
* Logo display style
|
|
119
|
+
* @default 'grid'
|
|
120
|
+
*/
|
|
121
|
+
logoStyle?: "grid" | "inline" | "carousel";
|
|
122
|
+
/**
|
|
123
|
+
* Grayscale logos
|
|
124
|
+
* @default true
|
|
125
|
+
*/
|
|
126
|
+
grayscaleLogos?: boolean;
|
|
127
|
+
/**
|
|
128
|
+
* Background style
|
|
129
|
+
* @default 'subtle'
|
|
130
|
+
*/
|
|
131
|
+
background?: "base" | "subtle" | "none";
|
|
132
|
+
/**
|
|
133
|
+
* Compact mode
|
|
134
|
+
* @default false
|
|
135
|
+
*/
|
|
136
|
+
compact?: boolean;
|
|
137
|
+
}
|
|
138
|
+
//# sourceMappingURL=SocialProof.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SocialProof.types.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/SocialProof/SocialProof.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAC5C,cAAc,CAAC,WAAW,CAAC,EAC3B,OAAO,CACR;IACC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAE1B;;OAEG;IACH,YAAY,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAExC;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EACH,SAAS,GACT,cAAc,GACd,mBAAmB,GACnB,YAAY,GACZ,YAAY,CAAC;IAEjB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;IAE3C;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/SocialProof/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,sBAAsB,EACtB,eAAe,GAChB,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("lucide-react"),a=require("./Stats.module.css.cjs"),c=require("../../../components/Card/Card.cjs"),u=({stat:o,variant:t="default",highlightValue:f=!1,className:m})=>{const{value:j,label:v,description:l,icon:d,trend:s}=o,r=[a.default.statItem,a.default[`variant-${t}`],m].filter(Boolean).join(" "),i=e.jsxs(e.Fragment,{children:[d&&e.jsx("div",{className:a.default.icon,children:d}),e.jsxs("div",{className:a.default.valueWrapper,children:[e.jsx("span",{className:`${a.default.value} ${f?a.default.valueHighlight:""}`,children:j}),s&&e.jsxs("span",{className:`${a.default.trend} ${s.positive!==!1?a.default.trendPositive:a.default.trendNegative}`,children:[s.positive!==!1?e.jsx(n.TrendingUp,{size:14}):e.jsx(n.TrendingDown,{size:14}),s.value]})]}),e.jsx("span",{className:a.default.label,children:v}),l&&e.jsx("span",{className:a.default.statDescription,children:l})]});return t==="cards"?e.jsx(c.Card,{variant:"base",className:r,children:e.jsx(c.Card.Body,{className:a.default.cardBody,children:i})}):e.jsx("div",{className:r,children:i})};u.displayName="StatItemCard";exports.StatItemCard=u;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StatItemCardProps } from './Stats.types';
|
|
2
|
+
|
|
3
|
+
export declare const StatItemCard: {
|
|
4
|
+
({ stat, variant, highlightValue, className, }: StatItemCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=StatItemCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatItemCard.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stats/StatItemCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAKvD,eAAO,MAAM,YAAY;oDAKtB,iBAAiB;;CAgDnB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsxs as i, Fragment as N, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { TrendingUp as f, TrendingDown as u } from "lucide-react";
|
|
3
|
+
import e from "./Stats.module.css.mjs";
|
|
4
|
+
import { Card as d } from "../../../components/Card/Card.mjs";
|
|
5
|
+
const g = ({
|
|
6
|
+
stat: o,
|
|
7
|
+
variant: r = "default",
|
|
8
|
+
highlightValue: m = !1,
|
|
9
|
+
className: p
|
|
10
|
+
}) => {
|
|
11
|
+
const { value: v, label: h, description: t, icon: n, trend: s } = o, l = [e.statItem, e[`variant-${r}`], p].filter(Boolean).join(" "), c = /* @__PURE__ */ i(N, { children: [
|
|
12
|
+
n && /* @__PURE__ */ a("div", { className: e.icon, children: n }),
|
|
13
|
+
/* @__PURE__ */ i("div", { className: e.valueWrapper, children: [
|
|
14
|
+
/* @__PURE__ */ a(
|
|
15
|
+
"span",
|
|
16
|
+
{
|
|
17
|
+
className: `${e.value} ${m ? e.valueHighlight : ""}`,
|
|
18
|
+
children: v
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
s && /* @__PURE__ */ i(
|
|
22
|
+
"span",
|
|
23
|
+
{
|
|
24
|
+
className: `${e.trend} ${s.positive !== !1 ? e.trendPositive : e.trendNegative}`,
|
|
25
|
+
children: [
|
|
26
|
+
s.positive !== !1 ? /* @__PURE__ */ a(f, { size: 14 }) : /* @__PURE__ */ a(u, { size: 14 }),
|
|
27
|
+
s.value
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ a("span", { className: e.label, children: h }),
|
|
33
|
+
t && /* @__PURE__ */ a("span", { className: e.statDescription, children: t })
|
|
34
|
+
] });
|
|
35
|
+
return r === "cards" ? /* @__PURE__ */ a(d, { variant: "base", className: l, children: /* @__PURE__ */ a(d.Body, { className: e.cardBody, children: c }) }) : /* @__PURE__ */ a("div", { className: l, children: c });
|
|
36
|
+
};
|
|
37
|
+
g.displayName = "StatItemCard";
|
|
38
|
+
export {
|
|
39
|
+
g as StatItemCard
|
|
40
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),q=require("react"),g=require("./StatItemCard.cjs"),e=require("./Stats.module.css.cjs"),$=require("../../../sections/Section/Section.cjs"),p=require("../../../sections/Container/Container.cjs"),d=q.forwardRef(({eyebrow:s,title:t,description:l,stats:n,columns:i=4,variant:r="default",background:u="subtle",centered:o=!0,highlightValue:f=!1,className:m,...h},j)=>{const x=s||t||l,S=[e.default.stats,o&&e.default.centered,m].filter(Boolean).join(" ");return a.jsx($.Section,{ref:j,spacing:"lg",background:u,className:S,...h,children:a.jsxs(p.Container,{size:"xl",children:[x&&a.jsxs("header",{className:e.default.header,children:[s&&a.jsx("div",{className:e.default.eyebrow,children:s}),t&&a.jsx("h2",{className:e.default.title,children:t}),l&&a.jsx("p",{className:e.default.description,children:l})]}),a.jsx("div",{className:`${e.default.grid} ${e.default[`cols-${i}`]} ${e.default[`variant-${r}`]}`,children:n.map((c,N)=>a.jsx(g.StatItemCard,{stat:c,variant:r,highlightValue:f},c.label||N))})]})})});d.displayName="Stats";exports.Stats=d;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stats/Stats.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAKhD,eAAO,MAAM,KAAK,oGA0DjB,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as S } from "react";
|
|
3
|
+
import { StatItemCard as g } from "./StatItemCard.mjs";
|
|
4
|
+
import e from "./Stats.module.css.mjs";
|
|
5
|
+
import { Section as j } from "../../../sections/Section/Section.mjs";
|
|
6
|
+
import { Container as v } from "../../../sections/Container/Container.mjs";
|
|
7
|
+
const C = S(
|
|
8
|
+
({
|
|
9
|
+
eyebrow: s,
|
|
10
|
+
title: r,
|
|
11
|
+
description: l,
|
|
12
|
+
stats: c,
|
|
13
|
+
columns: i = 4,
|
|
14
|
+
variant: t = "default",
|
|
15
|
+
background: d = "subtle",
|
|
16
|
+
centered: n = !0,
|
|
17
|
+
highlightValue: f = !1,
|
|
18
|
+
className: h,
|
|
19
|
+
...p
|
|
20
|
+
}, N) => {
|
|
21
|
+
const $ = s || r || l, u = [e.stats, n && e.centered, h].filter(Boolean).join(" ");
|
|
22
|
+
return /* @__PURE__ */ a(
|
|
23
|
+
j,
|
|
24
|
+
{
|
|
25
|
+
ref: N,
|
|
26
|
+
spacing: "lg",
|
|
27
|
+
background: d,
|
|
28
|
+
className: u,
|
|
29
|
+
...p,
|
|
30
|
+
children: /* @__PURE__ */ o(v, { size: "xl", children: [
|
|
31
|
+
$ && /* @__PURE__ */ o("header", { className: e.header, children: [
|
|
32
|
+
s && /* @__PURE__ */ a("div", { className: e.eyebrow, children: s }),
|
|
33
|
+
r && /* @__PURE__ */ a("h2", { className: e.title, children: r }),
|
|
34
|
+
l && /* @__PURE__ */ a("p", { className: e.description, children: l })
|
|
35
|
+
] }),
|
|
36
|
+
/* @__PURE__ */ a(
|
|
37
|
+
"div",
|
|
38
|
+
{
|
|
39
|
+
className: `${e.grid} ${e[`cols-${i}`]} ${e[`variant-${t}`]}`,
|
|
40
|
+
children: c.map((m, x) => /* @__PURE__ */ a(
|
|
41
|
+
g,
|
|
42
|
+
{
|
|
43
|
+
stat: m,
|
|
44
|
+
variant: t,
|
|
45
|
+
highlightValue: f
|
|
46
|
+
},
|
|
47
|
+
m.label || x
|
|
48
|
+
))
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
] })
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
C.displayName = "Stats";
|
|
57
|
+
export {
|
|
58
|
+
C as Stats
|
|
59
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._stats_ywqgh_8{position:relative}._header_ywqgh_16{margin-bottom:var(--spacing-16)}._centered_ywqgh_20 ._header_ywqgh_16{text-align:center}._centered_ywqgh_20 ._description_ywqgh_25{margin-left:auto;margin-right:auto}._centered_ywqgh_20 ._statItem_ywqgh_30{align-items:center;text-align:center}._eyebrow_ywqgh_36{margin-bottom:var(--spacing-4)}._title_ywqgh_40{font-family:var(--font-primary);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--text-primary);margin:0 0 var(--spacing-4) 0}._description_ywqgh_25{font-family:var(--font-secondary);font-size:var(--font-size-18);color:var(--text-secondary);max-width:600px;margin:0;line-height:var(--line-height-relaxed)}._grid_ywqgh_62{display:grid;gap:var(--spacing-8)}._cols-2_ywqgh_67{grid-template-columns:repeat(2,1fr)}._cols-3_ywqgh_71{grid-template-columns:repeat(3,1fr)}._cols-4_ywqgh_75{grid-template-columns:repeat(4,1fr)}._grid_ywqgh_62._variant-default_ywqgh_80{gap:0}._grid_ywqgh_62._variant-default_ywqgh_80 ._statItem_ywqgh_30{padding:var(--spacing-6);border-right:1px solid var(--border-subtle)}._grid_ywqgh_62._variant-default_ywqgh_80 ._statItem_ywqgh_30:last-child{border-right:none}._grid_ywqgh_62._variant-cards_ywqgh_94{gap:var(--spacing-6)}._grid_ywqgh_62._variant-inline_ywqgh_99{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--spacing-12)}._statItem_ywqgh_30{display:flex;flex-direction:column;gap:var(--spacing-2)}._cardBody_ywqgh_118{display:flex;flex-direction:column;gap:var(--spacing-3);align-items:inherit;text-align:inherit;padding:var(--spacing-6)}._icon_ywqgh_131{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--surface-subtle);border-radius:var(--radius-control);color:var(--interactive-primary);margin-bottom:var(--spacing-2)}._valueWrapper_ywqgh_143{display:flex;flex-direction:column;gap:var(--spacing-2)}._centered_ywqgh_20 ._valueWrapper_ywqgh_143{align-items:center}._value_ywqgh_143{font-family:var(--font-secondary);font-size:clamp(3rem,6vw,4.5rem);font-weight:var(--font-weight-bold);line-height:1;color:var(--text-primary);letter-spacing:-.02em}._valueHighlight_ywqgh_162{background:linear-gradient(135deg,var(--color-brand-400),var(--color-brand-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._trend_ywqgh_173{display:inline-flex;align-items:center;align-self:flex-start;gap:var(--spacing-1);font-family:var(--font-secondary);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);padding:var(--spacing-1) var(--spacing-3);border-radius:var(--radius-full)}._centered_ywqgh_20 ._trend_ywqgh_173{align-self:center}._trendPositive_ywqgh_189{color:var(--text-success);background:var(--status-success-bg)}._trendNegative_ywqgh_194{color:var(--text-error);background:var(--status-error-bg)}._label_ywqgh_199{font-family:var(--font-secondary);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-secondary)}._statDescription_ywqgh_206{font-family:var(--font-secondary);font-size:var(--font-size-13);color:var(--text-tertiary);line-height:var(--line-height-relaxed)}@media(max-width:1024px){._cols-4_ywqgh_75,._cols-3_ywqgh_71{grid-template-columns:repeat(2,1fr)}._grid_ywqgh_62._variant-default_ywqgh_80 ._statItem_ywqgh_30:nth-child(2n){border-right:none}._grid_ywqgh_62._variant-default_ywqgh_80 ._statItem_ywqgh_30:nth-child(n+3){border-top:1px solid var(--border-subtle)}}@media(max-width:640px){._cols-2_ywqgh_67,._cols-3_ywqgh_71,._cols-4_ywqgh_75{grid-template-columns:1fr}._header_ywqgh_16{margin-bottom:var(--spacing-8)}._value_ywqgh_143{font-size:clamp(2.25rem,10vw,3rem)}._grid_ywqgh_62._variant-default_ywqgh_80 ._statItem_ywqgh_30{border-right:none;border-bottom:1px solid var(--border-subtle)}._grid_ywqgh_62._variant-default_ywqgh_80 ._statItem_ywqgh_30:last-child{border-bottom:none}._grid_ywqgh_62._variant-inline_ywqgh_99{flex-direction:column;gap:var(--spacing-6)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_stats_ywqgh_8",e="_header_ywqgh_16",_="_centered_ywqgh_20",a="_description_ywqgh_25",i="_statItem_ywqgh_30",r="_eyebrow_ywqgh_36",s="_title_ywqgh_40",n="_grid_ywqgh_62",o="_cardBody_ywqgh_118",c="_icon_ywqgh_131",l="_valueWrapper_ywqgh_143",d="_value_ywqgh_143",g="_valueHighlight_ywqgh_162",h="_trend_ywqgh_173",y="_trendPositive_ywqgh_189",v="_trendNegative_ywqgh_194",w="_label_ywqgh_199",q="_statDescription_ywqgh_206",u={stats:t,header:e,centered:_,description:a,statItem:i,eyebrow:r,title:s,grid:n,"cols-2":"_cols-2_ywqgh_67","cols-3":"_cols-3_ywqgh_71","cols-4":"_cols-4_ywqgh_75","variant-default":"_variant-default_ywqgh_80","variant-cards":"_variant-cards_ywqgh_94","variant-inline":"_variant-inline_ywqgh_99",cardBody:o,icon:c,valueWrapper:l,value:d,valueHighlight:g,trend:h,trendPositive:y,trendNegative:v,label:w,statDescription:q};exports.cardBody=o;exports.centered=_;exports.default=u;exports.description=a;exports.eyebrow=r;exports.grid=n;exports.header=e;exports.icon=c;exports.label=w;exports.statDescription=q;exports.statItem=i;exports.stats=t;exports.title=s;exports.trend=h;exports.trendNegative=v;exports.trendPositive=y;exports.value=d;exports.valueHighlight=g;exports.valueWrapper=l;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const t = "_stats_ywqgh_8", e = "_header_ywqgh_16", _ = "_centered_ywqgh_20", a = "_description_ywqgh_25", s = "_statItem_ywqgh_30", n = "_eyebrow_ywqgh_36", i = "_title_ywqgh_40", r = "_grid_ywqgh_62", o = "_cardBody_ywqgh_118", c = "_icon_ywqgh_131", g = "_valueWrapper_ywqgh_143", h = "_value_ywqgh_143", l = "_valueHighlight_ywqgh_162", d = "_trend_ywqgh_173", y = "_trendPositive_ywqgh_189", w = "_trendNegative_ywqgh_194", q = "_label_ywqgh_199", v = "_statDescription_ywqgh_206", p = {
|
|
2
|
+
stats: t,
|
|
3
|
+
header: e,
|
|
4
|
+
centered: _,
|
|
5
|
+
description: a,
|
|
6
|
+
statItem: s,
|
|
7
|
+
eyebrow: n,
|
|
8
|
+
title: i,
|
|
9
|
+
grid: r,
|
|
10
|
+
"cols-2": "_cols-2_ywqgh_67",
|
|
11
|
+
"cols-3": "_cols-3_ywqgh_71",
|
|
12
|
+
"cols-4": "_cols-4_ywqgh_75",
|
|
13
|
+
"variant-default": "_variant-default_ywqgh_80",
|
|
14
|
+
"variant-cards": "_variant-cards_ywqgh_94",
|
|
15
|
+
"variant-inline": "_variant-inline_ywqgh_99",
|
|
16
|
+
cardBody: o,
|
|
17
|
+
icon: c,
|
|
18
|
+
valueWrapper: g,
|
|
19
|
+
value: h,
|
|
20
|
+
valueHighlight: l,
|
|
21
|
+
trend: d,
|
|
22
|
+
trendPositive: y,
|
|
23
|
+
trendNegative: w,
|
|
24
|
+
label: q,
|
|
25
|
+
statDescription: v
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
o as cardBody,
|
|
29
|
+
_ as centered,
|
|
30
|
+
p as default,
|
|
31
|
+
a as description,
|
|
32
|
+
n as eyebrow,
|
|
33
|
+
r as grid,
|
|
34
|
+
e as header,
|
|
35
|
+
c as icon,
|
|
36
|
+
q as label,
|
|
37
|
+
v as statDescription,
|
|
38
|
+
s as statItem,
|
|
39
|
+
t as stats,
|
|
40
|
+
i as title,
|
|
41
|
+
d as trend,
|
|
42
|
+
w as trendNegative,
|
|
43
|
+
y as trendPositive,
|
|
44
|
+
h as value,
|
|
45
|
+
l as valueHighlight,
|
|
46
|
+
g as valueWrapper
|
|
47
|
+
};
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Grid column count for stat items
|
|
5
|
+
*/
|
|
6
|
+
export type StatsColumns = 2 | 3 | 4;
|
|
7
|
+
/**
|
|
8
|
+
* Stats visual variant
|
|
9
|
+
*/
|
|
10
|
+
export type StatsVariant = "default" | "cards" | "inline";
|
|
11
|
+
/**
|
|
12
|
+
* Trend indicator for a stat
|
|
13
|
+
*/
|
|
14
|
+
export interface StatTrend {
|
|
15
|
+
/**
|
|
16
|
+
* Trend value (e.g., "+12%", "-5%")
|
|
17
|
+
*/
|
|
18
|
+
value: string;
|
|
19
|
+
/**
|
|
20
|
+
* Whether the trend is positive
|
|
21
|
+
* @default true
|
|
22
|
+
*/
|
|
23
|
+
positive?: boolean;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Stat item data structure
|
|
27
|
+
*/
|
|
28
|
+
export interface StatItem {
|
|
29
|
+
/**
|
|
30
|
+
* The main stat value (e.g., "10K+", "99.9%", "$1.2M")
|
|
31
|
+
*/
|
|
32
|
+
value: string | number;
|
|
33
|
+
/**
|
|
34
|
+
* Label describing the stat
|
|
35
|
+
*/
|
|
36
|
+
label: string;
|
|
37
|
+
/**
|
|
38
|
+
* Optional description for more context
|
|
39
|
+
*/
|
|
40
|
+
description?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Optional icon element
|
|
43
|
+
*/
|
|
44
|
+
icon?: ReactNode;
|
|
45
|
+
/**
|
|
46
|
+
* Optional trend indicator
|
|
47
|
+
*/
|
|
48
|
+
trend?: StatTrend;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Stat item card props (internal component)
|
|
52
|
+
*/
|
|
53
|
+
export interface StatItemCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
54
|
+
/**
|
|
55
|
+
* Stat item data
|
|
56
|
+
*/
|
|
57
|
+
stat: StatItem;
|
|
58
|
+
/**
|
|
59
|
+
* Visual variant
|
|
60
|
+
* @default 'default'
|
|
61
|
+
*/
|
|
62
|
+
variant?: StatsVariant;
|
|
63
|
+
/**
|
|
64
|
+
* Apply gradient highlight to value
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
highlightValue?: boolean;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Stats section props
|
|
71
|
+
*
|
|
72
|
+
* @example
|
|
73
|
+
* ```tsx
|
|
74
|
+
* <Stats
|
|
75
|
+
* title="By the numbers"
|
|
76
|
+
* stats={[
|
|
77
|
+
* { value: "10K+", label: "Active users" },
|
|
78
|
+
* { value: "99.9%", label: "Uptime" },
|
|
79
|
+
* { value: "$1.2M", label: "Revenue generated", trend: { value: "+12%", positive: true } }
|
|
80
|
+
* ]}
|
|
81
|
+
* columns={3}
|
|
82
|
+
* />
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export interface StatsProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
86
|
+
/**
|
|
87
|
+
* Optional eyebrow/badge above title
|
|
88
|
+
*/
|
|
89
|
+
eyebrow?: ReactNode;
|
|
90
|
+
/**
|
|
91
|
+
* Section title
|
|
92
|
+
*/
|
|
93
|
+
title?: ReactNode;
|
|
94
|
+
/**
|
|
95
|
+
* Section description
|
|
96
|
+
*/
|
|
97
|
+
description?: ReactNode;
|
|
98
|
+
/**
|
|
99
|
+
* Array of stat items
|
|
100
|
+
*/
|
|
101
|
+
stats: StatItem[];
|
|
102
|
+
/**
|
|
103
|
+
* Number of grid columns
|
|
104
|
+
* @default 4
|
|
105
|
+
*/
|
|
106
|
+
columns?: StatsColumns;
|
|
107
|
+
/**
|
|
108
|
+
* Visual variant
|
|
109
|
+
* - default: Simple grid with dividers
|
|
110
|
+
* - cards: Individual cards for each stat
|
|
111
|
+
* - inline: Compact inline layout
|
|
112
|
+
* @default 'default'
|
|
113
|
+
*/
|
|
114
|
+
variant?: StatsVariant;
|
|
115
|
+
/**
|
|
116
|
+
* Background style
|
|
117
|
+
* @default 'subtle'
|
|
118
|
+
*/
|
|
119
|
+
background?: "base" | "subtle" | "brand" | "none";
|
|
120
|
+
/**
|
|
121
|
+
* Center the header and stats
|
|
122
|
+
* @default true
|
|
123
|
+
*/
|
|
124
|
+
centered?: boolean;
|
|
125
|
+
/**
|
|
126
|
+
* Apply gradient highlight to stat values
|
|
127
|
+
* @default false
|
|
128
|
+
*/
|
|
129
|
+
highlightValue?: boolean;
|
|
130
|
+
}
|
|
131
|
+
//# sourceMappingURL=Stats.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stats.types.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stats/Stats.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAErC;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACvE;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC5E;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAElD;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stats Component Exports
|
|
3
|
+
*/
|
|
4
|
+
export { Stats } from './Stats';
|
|
5
|
+
export { StatItemCard } from './StatItemCard';
|
|
6
|
+
export type { StatsProps, StatItem, StatTrend, StatItemCardProps, StatsColumns, StatsVariant, } from './Stats.types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stats/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EACV,UAAU,EACV,QAAQ,EACR,SAAS,EACT,iBAAiB,EACjB,YAAY,EACZ,YAAY,GACb,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime"),L=require("react"),v=require("lucide-react"),t=require("./Stepper.module.css.cjs"),C=L.forwardRef(({steps:u,activeStep:o,onStepClick:d,orientation:f="horizontal",allowClickOnCompleted:N=!0,allowClickOnFuture:b=!1,showStepNumbers:g=!0,connectorStyle:S="solid",size:l="md",alternativeLabel:k=!1,className:x,...y},I)=>{const n=e=>e<o,p=e=>e===o,q=e=>e>o,m=e=>d?n(e)?N:p(e)?!0:q(e)?b:!1:!1,j=e=>{m(e)&&d?.(e)},A=(e,s)=>e.error?r.jsx(v.AlertCircle,{size:l==="sm"?14:l==="lg"?20:16}):n(s)?r.jsx(v.Check,{size:l==="sm"?14:l==="lg"?20:16}):e.icon?e.icon:g?r.jsx("span",{children:s+1}):null,E=[t.default.stepper,t.default[f],t.default[l],t.default[`connector-${S}`],k&&f==="horizontal"&&t.default.alternativeLabel,x].filter(Boolean).join(" ");return r.jsx("div",{ref:I,className:E,role:"navigation","aria-label":"Progress",...y,children:u.map((e,s)=>{const c=n(s),i=p(s),a=m(s),M=s===u.length-1,R=[t.default.step,c&&t.default.stepCompleted,i&&t.default.stepActive,e.error&&t.default.stepError,a&&t.default.stepClickable].filter(Boolean).join(" "),B=[t.default.stepIcon,c&&t.default.stepIconCompleted,i&&t.default.stepIconActive,e.error&&t.default.stepIconError].filter(Boolean).join(" ");return r.jsxs("div",{className:R,children:[r.jsxs("div",{className:t.default.stepContent,onClick:()=>j(s),onKeyDown:h=>{(h.key==="Enter"||h.key===" ")&&a&&j(s)},role:a?"button":void 0,tabIndex:a?0:void 0,"aria-current":i?"step":void 0,children:[r.jsx("div",{className:B,children:A(e,s)}),r.jsxs("div",{className:t.default.stepText,children:[r.jsxs("span",{className:t.default.stepLabel,children:[e.label,e.optional&&r.jsx("span",{className:t.default.stepOptional,children:" (Optional)"})]}),e.description&&r.jsx("span",{className:t.default.stepDescription,children:e.description}),e.error&&e.errorMessage&&r.jsx("span",{className:t.default.stepErrorMessage,children:e.errorMessage})]})]}),!M&&r.jsx("div",{className:`${t.default.connector} ${c?t.default.connectorCompleted:""}`})]},e.id)})})});C.displayName="Stepper";exports.Stepper=C;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,KAAK,EAAE,YAAY,EAAY,MAAM,iBAAiB,CAAC;AAG9D,eAAO,MAAM,OAAO,yGAsJnB,CAAC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { jsx as s, jsxs as l } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as w } from "react";
|
|
3
|
+
import { AlertCircle as D, Check as O } from "lucide-react";
|
|
4
|
+
import r from "./Stepper.module.css.mjs";
|
|
5
|
+
const F = w(
|
|
6
|
+
({
|
|
7
|
+
steps: m,
|
|
8
|
+
activeStep: a,
|
|
9
|
+
onStepClick: d,
|
|
10
|
+
orientation: f = "horizontal",
|
|
11
|
+
allowClickOnCompleted: N = !0,
|
|
12
|
+
allowClickOnFuture: b = !1,
|
|
13
|
+
showStepNumbers: g = !0,
|
|
14
|
+
connectorStyle: k = "solid",
|
|
15
|
+
size: t = "md",
|
|
16
|
+
alternativeLabel: I = !1,
|
|
17
|
+
className: j,
|
|
18
|
+
...y
|
|
19
|
+
}, S) => {
|
|
20
|
+
const c = (e) => e < a, u = (e) => e === a, A = (e) => e > a, h = (e) => d ? c(e) ? N : u(e) ? !0 : A(e) ? b : !1 : !1, v = (e) => {
|
|
21
|
+
h(e) && d?.(e);
|
|
22
|
+
}, E = (e, o) => e.error ? /* @__PURE__ */ s(D, { size: t === "sm" ? 14 : t === "lg" ? 20 : 16 }) : c(o) ? /* @__PURE__ */ s(O, { size: t === "sm" ? 14 : t === "lg" ? 20 : 16 }) : e.icon ? e.icon : g ? /* @__PURE__ */ s("span", { children: o + 1 }) : null, B = [
|
|
23
|
+
r.stepper,
|
|
24
|
+
r[f],
|
|
25
|
+
r[t],
|
|
26
|
+
r[`connector-${k}`],
|
|
27
|
+
I && f === "horizontal" && r.alternativeLabel,
|
|
28
|
+
j
|
|
29
|
+
].filter(Boolean).join(" ");
|
|
30
|
+
return /* @__PURE__ */ s(
|
|
31
|
+
"div",
|
|
32
|
+
{
|
|
33
|
+
ref: S,
|
|
34
|
+
className: B,
|
|
35
|
+
role: "navigation",
|
|
36
|
+
"aria-label": "Progress",
|
|
37
|
+
...y,
|
|
38
|
+
children: m.map((e, o) => {
|
|
39
|
+
const i = c(o), p = u(o), n = h(o), L = o === m.length - 1, M = [
|
|
40
|
+
r.step,
|
|
41
|
+
i && r.stepCompleted,
|
|
42
|
+
p && r.stepActive,
|
|
43
|
+
e.error && r.stepError,
|
|
44
|
+
n && r.stepClickable
|
|
45
|
+
].filter(Boolean).join(" "), $ = [
|
|
46
|
+
r.stepIcon,
|
|
47
|
+
i && r.stepIconCompleted,
|
|
48
|
+
p && r.stepIconActive,
|
|
49
|
+
e.error && r.stepIconError
|
|
50
|
+
].filter(Boolean).join(" ");
|
|
51
|
+
return /* @__PURE__ */ l("div", { className: M, children: [
|
|
52
|
+
/* @__PURE__ */ l(
|
|
53
|
+
"div",
|
|
54
|
+
{
|
|
55
|
+
className: r.stepContent,
|
|
56
|
+
onClick: () => v(o),
|
|
57
|
+
onKeyDown: (C) => {
|
|
58
|
+
(C.key === "Enter" || C.key === " ") && n && v(o);
|
|
59
|
+
},
|
|
60
|
+
role: n ? "button" : void 0,
|
|
61
|
+
tabIndex: n ? 0 : void 0,
|
|
62
|
+
"aria-current": p ? "step" : void 0,
|
|
63
|
+
children: [
|
|
64
|
+
/* @__PURE__ */ s("div", { className: $, children: E(e, o) }),
|
|
65
|
+
/* @__PURE__ */ l("div", { className: r.stepText, children: [
|
|
66
|
+
/* @__PURE__ */ l("span", { className: r.stepLabel, children: [
|
|
67
|
+
e.label,
|
|
68
|
+
e.optional && /* @__PURE__ */ s("span", { className: r.stepOptional, children: " (Optional)" })
|
|
69
|
+
] }),
|
|
70
|
+
e.description && /* @__PURE__ */ s("span", { className: r.stepDescription, children: e.description }),
|
|
71
|
+
e.error && e.errorMessage && /* @__PURE__ */ s("span", { className: r.stepErrorMessage, children: e.errorMessage })
|
|
72
|
+
] })
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
),
|
|
76
|
+
!L && /* @__PURE__ */ s(
|
|
77
|
+
"div",
|
|
78
|
+
{
|
|
79
|
+
className: `${r.connector} ${i ? r.connectorCompleted : ""}`
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
] }, e.id);
|
|
83
|
+
})
|
|
84
|
+
}
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
);
|
|
88
|
+
F.displayName = "Stepper";
|
|
89
|
+
export {
|
|
90
|
+
F as Stepper
|
|
91
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._stepper_1ju9j_8{display:flex}._horizontal_1ju9j_16{flex-direction:row;align-items:flex-start}._vertical_1ju9j_21{flex-direction:column}._step_1ju9j_8{display:flex;flex:1}._horizontal_1ju9j_16 ._step_1ju9j_8{flex-direction:row;align-items:center}._vertical_1ju9j_21 ._step_1ju9j_8{flex-direction:column}._stepContent_1ju9j_43{display:flex;align-items:center;gap:var(--spacing-3);flex-shrink:0}._vertical_1ju9j_21 ._stepContent_1ju9j_43{flex-direction:row}._stepClickable_1ju9j_54 ._stepContent_1ju9j_43{cursor:pointer;border-radius:var(--radius-control);padding:var(--spacing-1);margin:calc(-1 * var(--spacing-1));transition:background-color var(--mode-hover-duration)}._stepClickable_1ju9j_54 ._stepContent_1ju9j_43:hover{background:var(--surface-subtle)}._stepIcon_1ju9j_70{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-full);background:var(--surface-subtle);color:var(--text-tertiary);font-family:var(--font-secondary);font-size:var(--font-size-13);font-weight:var(--font-weight-semibold);flex-shrink:0;transition:all var(--mode-hover-duration)}._stepIconActive_1ju9j_86{background:var(--interactive-primary);color:var(--interactive-primary-text)}._stepIconCompleted_1ju9j_91{background:var(--status-success-bg);color:var(--text-success)}._stepIconError_1ju9j_96{background:var(--status-error-bg);color:var(--text-error)}._stepText_1ju9j_105{display:flex;flex-direction:column;gap:var(--spacing-0-5);min-width:0}._stepLabel_1ju9j_112{font-family:var(--font-secondary);font-size:var(--font-size-13);font-weight:var(--font-weight-medium);color:var(--text-secondary);white-space:nowrap}._stepActive_1ju9j_120 ._stepLabel_1ju9j_112{color:var(--text-primary);font-weight:var(--font-weight-semibold)}._stepCompleted_1ju9j_125 ._stepLabel_1ju9j_112{color:var(--text-primary)}._stepError_1ju9j_129 ._stepLabel_1ju9j_112{color:var(--text-error)}._stepOptional_1ju9j_133{font-weight:var(--font-weight-normal);color:var(--text-tertiary)}._stepDescription_1ju9j_138{font-family:var(--font-secondary);font-size:var(--font-size-12);color:var(--text-tertiary);line-height:var(--line-height-relaxed)}._stepErrorMessage_1ju9j_145{font-family:var(--font-secondary);font-size:var(--font-size-11);color:var(--text-error)}._connector_1ju9j_155{flex:1;background:var(--border-subtle);transition:background-color var(--mode-hover-duration)}._horizontal_1ju9j_16 ._connector_1ju9j_155{height:2px;margin:0 var(--spacing-3);align-self:center;min-width:24px}._vertical_1ju9j_21 ._connector_1ju9j_155{width:2px;min-height:24px;margin:var(--spacing-2) 0 var(--spacing-2) 15px}._connectorCompleted_1ju9j_174{background:var(--text-success)}._connector-dashed_1ju9j_179 ._connector_1ju9j_155{background:transparent;border-top:2px dashed var(--border-subtle)}._connector-dashed_1ju9j_179 ._connectorCompleted_1ju9j_174{border-top-color:var(--text-success)}._connector-dotted_1ju9j_188 ._connector_1ju9j_155{background:transparent;border-top:2px dotted var(--border-subtle)}._connector-dotted_1ju9j_188 ._connectorCompleted_1ju9j_174{border-top-color:var(--text-success)}._vertical_1ju9j_21._connector-dashed_1ju9j_179 ._connector_1ju9j_155,._vertical_1ju9j_21._connector-dotted_1ju9j_188 ._connector_1ju9j_155{border-top:none;border-left-width:2px;border-left-style:inherit}._alternativeLabel_1ju9j_208 ._step_1ju9j_8{flex-direction:column;align-items:center;text-align:center}._alternativeLabel_1ju9j_208 ._stepContent_1ju9j_43{flex-direction:column;gap:var(--spacing-2)}._alternativeLabel_1ju9j_208 ._connector_1ju9j_155{position:absolute;top:16px;left:calc(50% + 20px);right:calc(-50% + 20px);margin:0}._alternativeLabel_1ju9j_208 ._step_1ju9j_8{position:relative}._sm_1ju9j_235 ._stepIcon_1ju9j_70{width:24px;height:24px;font-size:var(--font-size-11)}._sm_1ju9j_235 ._stepLabel_1ju9j_112{font-size:var(--font-size-12)}._sm_1ju9j_235 ._stepDescription_1ju9j_138{font-size:var(--font-size-11)}._sm_1ju9j_235._vertical_1ju9j_21 ._connector_1ju9j_155{margin-left:11px}._lg_1ju9j_253 ._stepIcon_1ju9j_70{width:40px;height:40px;font-size:var(--font-size-14)}._lg_1ju9j_253 ._stepLabel_1ju9j_112{font-size:var(--font-size-14)}._lg_1ju9j_253 ._stepDescription_1ju9j_138{font-size:var(--font-size-13)}._lg_1ju9j_253._vertical_1ju9j_21 ._connector_1ju9j_155{margin-left:19px}@media(max-width:640px){._horizontal_1ju9j_16:not(._alternativeLabel_1ju9j_208){overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._horizontal_1ju9j_16:not(._alternativeLabel_1ju9j_208)::-webkit-scrollbar{display:none}._horizontal_1ju9j_16:not(._alternativeLabel_1ju9j_208) ._step_1ju9j_8{flex-shrink:0}._horizontal_1ju9j_16 ._stepDescription_1ju9j_138{display:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_stepper_1ju9j_8",t="_horizontal_1ju9j_16",o="_vertical_1ju9j_21",s="_step_1ju9j_8",n="_stepContent_1ju9j_43",p="_stepClickable_1ju9j_54",c="_stepIcon_1ju9j_70",_="_stepIconActive_1ju9j_86",r="_stepIconCompleted_1ju9j_91",l="_stepIconError_1ju9j_96",j="_stepText_1ju9j_105",a="_stepLabel_1ju9j_112",i="_stepActive_1ju9j_120",u="_stepCompleted_1ju9j_125",d="_stepError_1ju9j_129",C="_stepOptional_1ju9j_133",v="_stepDescription_1ju9j_138",m="_stepErrorMessage_1ju9j_145",I="_connector_1ju9j_155",b="_connectorCompleted_1ju9j_174",E="_alternativeLabel_1ju9j_208",g="_sm_1ju9j_235",A="_lg_1ju9j_253",L={stepper:e,horizontal:t,vertical:o,step:s,stepContent:n,stepClickable:p,stepIcon:c,stepIconActive:_,stepIconCompleted:r,stepIconError:l,stepText:j,stepLabel:a,stepActive:i,stepCompleted:u,stepError:d,stepOptional:C,stepDescription:v,stepErrorMessage:m,connector:I,connectorCompleted:b,"connector-dashed":"_connector-dashed_1ju9j_179","connector-dotted":"_connector-dotted_1ju9j_188",alternativeLabel:E,sm:g,lg:A};exports.alternativeLabel=E;exports.connector=I;exports.connectorCompleted=b;exports.default=L;exports.horizontal=t;exports.lg=A;exports.sm=g;exports.step=s;exports.stepActive=i;exports.stepClickable=p;exports.stepCompleted=u;exports.stepContent=n;exports.stepDescription=v;exports.stepError=d;exports.stepErrorMessage=m;exports.stepIcon=c;exports.stepIconActive=_;exports.stepIconCompleted=r;exports.stepIconError=l;exports.stepLabel=a;exports.stepOptional=C;exports.stepText=j;exports.stepper=e;exports.vertical=o;
|