@orion-ds/react 4.2.13 → 4.3.1
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.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.mjs +120 -0
- package/dist/components/Alert/Alert.cjs +1 -0
- package/dist/components/Alert/Alert.mjs +51 -0
- package/dist/components/AlertDialog/AlertDialog.cjs +1 -0
- package/dist/components/AlertDialog/AlertDialog.mjs +91 -0
- package/dist/components/Avatar/Avatar.cjs +1 -0
- 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.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.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.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.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.mjs +127 -0
- package/dist/components/Chat/components/ChatCodeBlock.cjs +1 -0
- package/dist/components/Chat/components/ChatCodeBlock.mjs +93 -0
- package/dist/components/Chat/components/ChatFileUpload.cjs +1 -0
- 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.mjs +69 -0
- package/dist/components/Chat/components/ChatInput.cjs +1 -0
- package/dist/components/Chat/components/ChatInput.mjs +188 -0
- package/dist/components/Chat/components/ChatLightbox.cjs +1 -0
- 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.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.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.mjs +255 -0
- package/dist/components/Collapsible/Collapsible.cjs +1 -0
- package/dist/components/Collapsible/Collapsible.mjs +114 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.cjs +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.mjs +196 -0
- package/dist/components/Combobox/Combobox.cjs +1 -0
- package/dist/components/Combobox/Combobox.mjs +271 -0
- package/dist/components/Command/Command.cjs +1 -0
- package/dist/components/Command/Command.mjs +248 -0
- package/dist/components/CommandBar/CommandBar.cjs +1 -0
- package/dist/components/CommandBar/CommandBar.mjs +193 -0
- package/dist/components/DataTable/DataTable.cjs +1 -0
- package/dist/components/DataTable/DataTable.mjs +339 -0
- package/dist/components/DatePicker/DatePicker.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.mjs +104 -0
- package/dist/components/DetailPanel/DetailPanel.cjs +1 -0
- 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.mjs +132 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -0
- 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.mjs +107 -0
- package/dist/components/FileUploader/FileUploader.cjs +1 -0
- package/dist/components/FileUploader/FileUploader.mjs +202 -0
- package/dist/components/FilterBar/FilterBar.cjs +1 -0
- package/dist/components/FilterBar/FilterBar.mjs +164 -0
- package/dist/components/FontLoader/FontLoader.cjs +1 -0
- package/dist/components/FontLoader/FontLoader.mjs +47 -0
- package/dist/components/FormSection/FormSection.cjs +1 -0
- package/dist/components/FormSection/FormSection.mjs +84 -0
- package/dist/components/Icon/Icon.cjs +1 -0
- package/dist/components/Icon/Icon.mjs +54 -0
- package/dist/components/IconGallery/IconGallery.cjs +3 -0
- package/dist/components/IconGallery/IconGallery.mjs +205 -0
- package/dist/components/InputOTP/InputOTP.cjs +1 -0
- 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.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.mjs +72 -0
- package/dist/components/NavTree/NavTree.cjs +1 -0
- package/dist/components/NavTree/NavTree.mjs +273 -0
- package/dist/components/Navbar/Navbar.cjs +1 -0
- package/dist/components/Navbar/Navbar.mjs +129 -0
- package/dist/components/NotificationCenter/NotificationCenter.cjs +1 -0
- 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.mjs +136 -0
- package/dist/components/Popover/Popover.cjs +1 -0
- 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.mjs +148 -0
- package/dist/components/Radio/Radio.cjs +1 -0
- package/dist/components/Radio/Radio.mjs +76 -0
- package/dist/components/SearchInput/SearchInput.cjs +1 -0
- 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.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.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.mjs +133 -0
- package/dist/components/Switch/Switch.cjs +1 -0
- package/dist/components/Switch/Switch.mjs +80 -0
- package/dist/components/Table/Table.cjs +1 -0
- package/dist/components/Table/Table.mjs +101 -0
- package/dist/components/Tabs/Tabs.cjs +1 -0
- package/dist/components/Tabs/Tabs.mjs +97 -0
- package/dist/components/Textarea/Textarea.cjs +1 -0
- 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.mjs +225 -0
- package/dist/components/Toggle/Toggle.cjs +1 -0
- package/dist/components/Toggle/Toggle.mjs +48 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.mjs +101 -0
- package/dist/components/Tooltip/Tooltip.cjs +1 -0
- package/dist/components/Tooltip/Tooltip.mjs +39 -0
- package/dist/components/UserMenu/UserMenu.cjs +1 -0
- package/dist/components/UserMenu/UserMenu.mjs +161 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.cjs +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.mjs +119 -0
- package/dist/contexts/ThemeContext.cjs +38 -0
- 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/index116.cjs +0 -1
- package/dist/index116.mjs +0 -36
- package/dist/index117.cjs +0 -1
- package/dist/index117.mjs +0 -46
- package/dist/index118.cjs +0 -1
- package/dist/index118.mjs +0 -173
- package/dist/index119.cjs +0 -1
- package/dist/index119.mjs +0 -188
- package/dist/index12.cjs +0 -1
- package/dist/index12.mjs +0 -107
- package/dist/index120.cjs +0 -1
- package/dist/index120.mjs +0 -31
- package/dist/index121.cjs +0 -1
- package/dist/index121.mjs +0 -93
- package/dist/index122.cjs +0 -1
- package/dist/index122.mjs +0 -55
- package/dist/index123.cjs +0 -1
- package/dist/index123.mjs +0 -69
- package/dist/index124.cjs +0 -1
- package/dist/index124.mjs +0 -127
- package/dist/index125.cjs +0 -1
- package/dist/index125.mjs +0 -111
- package/dist/index126.cjs +0 -1
- package/dist/index126.mjs +0 -114
- package/dist/index127.cjs +0 -1
- package/dist/index127.mjs +0 -125
- package/dist/index128.cjs +0 -1
- package/dist/index128.mjs +0 -217
- 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/index16.cjs +0 -1
- package/dist/index16.mjs +0 -106
- package/dist/index17.cjs +0 -1
- package/dist/index17.mjs +0 -178
- 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/{index112.cjs → components/Accordion/Accordion.module.css.cjs} +0 -0
- /package/dist/{index112.mjs → components/Accordion/Accordion.module.css.mjs} +0 -0
- /package/dist/{index130.cjs → components/ActivityFeed/ActivityFeed.module.css.cjs} +0 -0
- /package/dist/{index130.mjs → components/ActivityFeed/ActivityFeed.module.css.mjs} +0 -0
- /package/dist/{index105.cjs → components/AgentCard/AgentCard.module.css.cjs} +0 -0
- /package/dist/{index105.mjs → components/AgentCard/AgentCard.module.css.mjs} +0 -0
- /package/dist/{index140.cjs → components/Alert/Alert.module.css.cjs} +0 -0
- /package/dist/{index140.mjs → components/Alert/Alert.module.css.mjs} +0 -0
- /package/dist/{index100.cjs → components/AlertDialog/AlertDialog.module.css.cjs} +0 -0
- /package/dist/{index100.mjs → components/AlertDialog/AlertDialog.module.css.mjs} +0 -0
- /package/dist/{index131.cjs → components/Avatar/Avatar.module.css.cjs} +0 -0
- /package/dist/{index131.mjs → components/Avatar/Avatar.module.css.mjs} +0 -0
- /package/dist/{index144.cjs → components/Badge/Badge.module.css.cjs} +0 -0
- /package/dist/{index144.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/{index173.cjs → components/Breadcrumb/Breadcrumb.module.css.cjs} +0 -0
- /package/dist/{index173.mjs → components/Breadcrumb/Breadcrumb.module.css.mjs} +0 -0
- /package/dist/{index158.cjs → components/Button/Button.module.css.cjs} +0 -0
- /package/dist/{index158.mjs → components/Button/Button.module.css.mjs} +0 -0
- /package/dist/{index164.cjs → components/Calendar/Calendar.module.css.cjs} +0 -0
- /package/dist/{index164.mjs → components/Calendar/Calendar.module.css.mjs} +0 -0
- /package/dist/{index113.cjs → components/Card/Card.module.css.cjs} +0 -0
- /package/dist/{index113.mjs → components/Card/Card.module.css.mjs} +0 -0
- /package/dist/{index161.cjs → components/Carousel/Carousel.module.css.cjs} +0 -0
- /package/dist/{index161.mjs → components/Carousel/Carousel.module.css.mjs} +0 -0
- /package/dist/{index110.cjs → components/Chart/Chart.module.css.cjs} +0 -0
- /package/dist/{index110.mjs → components/Chart/Chart.module.css.mjs} +0 -0
- /package/dist/{index109.cjs → components/Chart/useResolvedChartColors.cjs} +0 -0
- /package/dist/{index109.mjs → components/Chart/useResolvedChartColors.mjs} +0 -0
- /package/dist/{index115.cjs → components/Chat/Chat.module.css.cjs} +0 -0
- /package/dist/{index115.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/{index178.cjs → components/Checkbox/Checkbox.module.css.cjs} +0 -0
- /package/dist/{index178.mjs → components/Checkbox/Checkbox.module.css.mjs} +0 -0
- /package/dist/{index156.cjs → components/Chip/Chip.module.css.cjs} +0 -0
- /package/dist/{index156.mjs → components/Chip/Chip.module.css.mjs} +0 -0
- /package/dist/{index138.cjs → components/CodeEditor/CodeEditor.module.css.cjs} +0 -0
- /package/dist/{index138.mjs → components/CodeEditor/CodeEditor.module.css.mjs} +0 -0
- /package/dist/{index160.cjs → components/Collapsible/Collapsible.module.css.cjs} +0 -0
- /package/dist/{index160.mjs → components/Collapsible/Collapsible.module.css.mjs} +0 -0
- /package/dist/{index177.cjs → components/CollapsibleFolder/CollapsibleFolder.module.css.cjs} +0 -0
- /package/dist/{index177.mjs → components/CollapsibleFolder/CollapsibleFolder.module.css.mjs} +0 -0
- /package/dist/{index104.cjs → components/Combobox/Combobox.module.css.cjs} +0 -0
- /package/dist/{index104.mjs → components/Combobox/Combobox.module.css.mjs} +0 -0
- /package/dist/{index172.cjs → components/Command/Command.module.css.cjs} +0 -0
- /package/dist/{index172.mjs → components/Command/Command.module.css.mjs} +0 -0
- /package/dist/{index102.cjs → components/CommandBar/CommandBar.module.css.cjs} +0 -0
- /package/dist/{index102.mjs → components/CommandBar/CommandBar.module.css.mjs} +0 -0
- /package/dist/{index129.cjs → components/DataTable/DataTable.module.css.cjs} +0 -0
- /package/dist/{index129.mjs → components/DataTable/DataTable.module.css.mjs} +0 -0
- /package/dist/{index107.cjs → components/DatePicker/DatePicker.module.css.cjs} +0 -0
- /package/dist/{index107.mjs → components/DatePicker/DatePicker.module.css.mjs} +0 -0
- /package/dist/{index154.cjs → components/DetailPanel/DetailPanel.module.css.cjs} +0 -0
- /package/dist/{index154.mjs → components/DetailPanel/DetailPanel.module.css.mjs} +0 -0
- /package/dist/{index114.cjs → components/Divider/Divider.module.css.cjs} +0 -0
- /package/dist/{index114.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/{index101.cjs → components/Dropdown/Dropdown.module.css.cjs} +0 -0
- /package/dist/{index101.mjs → components/Dropdown/Dropdown.module.css.mjs} +0 -0
- /package/dist/{index99.cjs → components/EmptyState/EmptyState.module.css.cjs} +0 -0
- /package/dist/{index99.mjs → components/EmptyState/EmptyState.module.css.mjs} +0 -0
- /package/dist/{index135.cjs → components/ErrorBoundary/ErrorBoundary.module.css.cjs} +0 -0
- /package/dist/{index135.mjs → components/ErrorBoundary/ErrorBoundary.module.css.mjs} +0 -0
- /package/dist/{index134.cjs → components/Field/Field.module.css.cjs} +0 -0
- /package/dist/{index134.mjs → components/Field/Field.module.css.mjs} +0 -0
- /package/dist/{index103.cjs → components/FileUploader/FileUploader.module.css.cjs} +0 -0
- /package/dist/{index103.mjs → components/FileUploader/FileUploader.module.css.mjs} +0 -0
- /package/dist/{index149.cjs → components/FilterBar/FilterBar.module.css.cjs} +0 -0
- /package/dist/{index149.mjs → components/FilterBar/FilterBar.module.css.mjs} +0 -0
- /package/dist/{index142.cjs → components/FormSection/FormSection.module.css.cjs} +0 -0
- /package/dist/{index142.mjs → components/FormSection/FormSection.module.css.mjs} +0 -0
- /package/dist/{index106.cjs → components/Icon/Icon.module.css.cjs} +0 -0
- /package/dist/{index106.mjs → components/Icon/Icon.module.css.mjs} +0 -0
- /package/dist/{index169.cjs → components/IconGallery/IconGallery.module.css.cjs} +0 -0
- /package/dist/{index169.mjs → components/IconGallery/IconGallery.module.css.mjs} +0 -0
- /package/dist/{index171.cjs → components/InputOTP/InputOTP.module.css.cjs} +0 -0
- /package/dist/{index171.mjs → components/InputOTP/InputOTP.module.css.mjs} +0 -0
- /package/dist/{index152.cjs → components/KanbanBoard/KanbanBoard.module.css.cjs} +0 -0
- /package/dist/{index152.mjs → components/KanbanBoard/KanbanBoard.module.css.mjs} +0 -0
- /package/dist/{index176.cjs → components/Link/Link.module.css.cjs} +0 -0
- /package/dist/{index176.mjs → components/Link/Link.module.css.mjs} +0 -0
- /package/dist/{index155.cjs → components/List/List.module.css.cjs} +0 -0
- /package/dist/{index155.mjs → components/List/List.module.css.mjs} +0 -0
- /package/dist/{index136.cjs → components/MetricCards/MetricCards.module.css.cjs} +0 -0
- /package/dist/{index136.mjs → components/MetricCards/MetricCards.module.css.mjs} +0 -0
- /package/dist/{index132.cjs → components/Modal/Modal.module.css.cjs} +0 -0
- /package/dist/{index132.mjs → components/Modal/Modal.module.css.mjs} +0 -0
- /package/dist/{index168.cjs → components/NavTree/NavTree.module.css.cjs} +0 -0
- /package/dist/{index168.mjs → components/NavTree/NavTree.module.css.mjs} +0 -0
- /package/dist/{index180.cjs → components/Navbar/Navbar.module.css.cjs} +0 -0
- /package/dist/{index180.mjs → components/Navbar/Navbar.module.css.mjs} +0 -0
- /package/dist/{index145.cjs → components/NotificationCenter/NotificationCenter.module.css.cjs} +0 -0
- /package/dist/{index145.mjs → components/NotificationCenter/NotificationCenter.module.css.mjs} +0 -0
- /package/dist/{index137.cjs → components/PageHeader/PageHeader.module.css.cjs} +0 -0
- /package/dist/{index137.mjs → components/PageHeader/PageHeader.module.css.mjs} +0 -0
- /package/dist/{index148.cjs → components/Pagination/Pagination.module.css.cjs} +0 -0
- /package/dist/{index148.mjs → components/Pagination/Pagination.module.css.mjs} +0 -0
- /package/dist/{index165.cjs → components/Popover/Popover.module.css.cjs} +0 -0
- /package/dist/{index165.mjs → components/Popover/Popover.module.css.mjs} +0 -0
- /package/dist/{index170.cjs → components/ProgressBar/ProgressBar.module.css.cjs} +0 -0
- /package/dist/{index170.mjs → components/ProgressBar/ProgressBar.module.css.mjs} +0 -0
- /package/dist/{index181.cjs → components/QuickActions/QuickActions.module.css.cjs} +0 -0
- /package/dist/{index181.mjs → components/QuickActions/QuickActions.module.css.mjs} +0 -0
- /package/dist/{index179.cjs → components/Radio/Radio.module.css.cjs} +0 -0
- /package/dist/{index179.mjs → components/Radio/Radio.module.css.mjs} +0 -0
- /package/dist/{index150.cjs → components/SearchInput/SearchInput.module.css.cjs} +0 -0
- /package/dist/{index150.mjs → components/SearchInput/SearchInput.module.css.mjs} +0 -0
- /package/dist/{index133.cjs → components/Select/Select.module.css.cjs} +0 -0
- /package/dist/{index133.mjs → components/Select/Select.module.css.mjs} +0 -0
- /package/dist/{index166.cjs → components/Sidebar/Sidebar.module.css.cjs} +0 -0
- /package/dist/{index166.mjs → components/Sidebar/Sidebar.module.css.mjs} +0 -0
- /package/dist/{index147.cjs → components/Skeleton/Skeleton.module.css.cjs} +0 -0
- /package/dist/{index147.mjs → components/Skeleton/Skeleton.module.css.mjs} +0 -0
- /package/dist/{index108.cjs → components/Slider/Slider.module.css.cjs} +0 -0
- /package/dist/{index108.mjs → components/Slider/Slider.module.css.mjs} +0 -0
- /package/dist/{index157.cjs → components/Spinner/Spinner.module.css.cjs} +0 -0
- /package/dist/{index157.mjs → components/Spinner/Spinner.module.css.mjs} +0 -0
- /package/dist/{index167.cjs → components/Stepper/Stepper.module.css.cjs} +0 -0
- /package/dist/{index167.mjs → components/Stepper/Stepper.module.css.mjs} +0 -0
- /package/dist/{index174.cjs → components/Switch/Switch.module.css.cjs} +0 -0
- /package/dist/{index174.mjs → components/Switch/Switch.module.css.mjs} +0 -0
- /package/dist/{index111.cjs → components/Table/Table.module.css.cjs} +0 -0
- /package/dist/{index111.mjs → components/Table/Table.module.css.mjs} +0 -0
- /package/dist/{index159.cjs → components/Tabs/Tabs.module.css.cjs} +0 -0
- /package/dist/{index159.mjs → components/Tabs/Tabs.module.css.mjs} +0 -0
- /package/dist/{index143.cjs → components/Textarea/Textarea.module.css.cjs} +0 -0
- /package/dist/{index143.mjs → components/Textarea/Textarea.module.css.mjs} +0 -0
- /package/dist/{index151.cjs → components/Toast/Toast.module.css.cjs} +0 -0
- /package/dist/{index151.mjs → components/Toast/Toast.module.css.mjs} +0 -0
- /package/dist/{index153.cjs → components/Toggle/Toggle.module.css.cjs} +0 -0
- /package/dist/{index153.mjs → components/Toggle/Toggle.module.css.mjs} +0 -0
- /package/dist/{index163.cjs → components/ToggleGroup/ToggleGroup.module.css.cjs} +0 -0
- /package/dist/{index163.mjs → components/ToggleGroup/ToggleGroup.module.css.mjs} +0 -0
- /package/dist/{index139.cjs → components/Tooltip/Tooltip.module.css.cjs} +0 -0
- /package/dist/{index139.mjs → components/Tooltip/Tooltip.module.css.mjs} +0 -0
- /package/dist/{index175.cjs → components/UserMenu/UserMenu.module.css.cjs} +0 -0
- /package/dist/{index175.mjs → components/UserMenu/UserMenu.module.css.mjs} +0 -0
- /package/dist/{index162.cjs → components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.cjs} +0 -0
- /package/dist/{index162.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,53 @@
|
|
|
1
|
+
const t = "_stepper_1ju9j_8", e = "_horizontal_1ju9j_16", o = "_vertical_1ju9j_21", s = "_step_1ju9j_8", _ = "_stepContent_1ju9j_43", n = "_stepClickable_1ju9j_54", c = "_stepIcon_1ju9j_70", p = "_stepIconActive_1ju9j_86", r = "_stepIconCompleted_1ju9j_91", j = "_stepIconError_1ju9j_96", l = "_stepText_1ju9j_105", a = "_stepLabel_1ju9j_112", i = "_stepActive_1ju9j_120", u = "_stepCompleted_1ju9j_125", d = "_stepError_1ju9j_129", C = "_stepOptional_1ju9j_133", m = "_stepDescription_1ju9j_138", v = "_stepErrorMessage_1ju9j_145", I = "_connector_1ju9j_155", b = "_connectorCompleted_1ju9j_174", E = "_alternativeLabel_1ju9j_208", g = "_sm_1ju9j_235", A = "_lg_1ju9j_253", L = {
|
|
2
|
+
stepper: t,
|
|
3
|
+
horizontal: e,
|
|
4
|
+
vertical: o,
|
|
5
|
+
step: s,
|
|
6
|
+
stepContent: _,
|
|
7
|
+
stepClickable: n,
|
|
8
|
+
stepIcon: c,
|
|
9
|
+
stepIconActive: p,
|
|
10
|
+
stepIconCompleted: r,
|
|
11
|
+
stepIconError: j,
|
|
12
|
+
stepText: l,
|
|
13
|
+
stepLabel: a,
|
|
14
|
+
stepActive: i,
|
|
15
|
+
stepCompleted: u,
|
|
16
|
+
stepError: d,
|
|
17
|
+
stepOptional: C,
|
|
18
|
+
stepDescription: m,
|
|
19
|
+
stepErrorMessage: v,
|
|
20
|
+
connector: I,
|
|
21
|
+
connectorCompleted: b,
|
|
22
|
+
"connector-dashed": "_connector-dashed_1ju9j_179",
|
|
23
|
+
"connector-dotted": "_connector-dotted_1ju9j_188",
|
|
24
|
+
alternativeLabel: E,
|
|
25
|
+
sm: g,
|
|
26
|
+
lg: A
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
E as alternativeLabel,
|
|
30
|
+
I as connector,
|
|
31
|
+
b as connectorCompleted,
|
|
32
|
+
L as default,
|
|
33
|
+
e as horizontal,
|
|
34
|
+
A as lg,
|
|
35
|
+
g as sm,
|
|
36
|
+
s as step,
|
|
37
|
+
i as stepActive,
|
|
38
|
+
n as stepClickable,
|
|
39
|
+
u as stepCompleted,
|
|
40
|
+
_ as stepContent,
|
|
41
|
+
m as stepDescription,
|
|
42
|
+
d as stepError,
|
|
43
|
+
v as stepErrorMessage,
|
|
44
|
+
c as stepIcon,
|
|
45
|
+
p as stepIconActive,
|
|
46
|
+
r as stepIconCompleted,
|
|
47
|
+
j as stepIconError,
|
|
48
|
+
a as stepLabel,
|
|
49
|
+
C as stepOptional,
|
|
50
|
+
l as stepText,
|
|
51
|
+
t as stepper,
|
|
52
|
+
o as vertical
|
|
53
|
+
};
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Step item
|
|
5
|
+
*/
|
|
6
|
+
export interface StepItem {
|
|
7
|
+
/**
|
|
8
|
+
* Unique identifier
|
|
9
|
+
*/
|
|
10
|
+
id: string;
|
|
11
|
+
/**
|
|
12
|
+
* Step label
|
|
13
|
+
*/
|
|
14
|
+
label: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional description
|
|
17
|
+
*/
|
|
18
|
+
description?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional icon (replaces step number)
|
|
21
|
+
*/
|
|
22
|
+
icon?: ReactNode;
|
|
23
|
+
/**
|
|
24
|
+
* Whether step is optional
|
|
25
|
+
*/
|
|
26
|
+
optional?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Error state for this step
|
|
29
|
+
*/
|
|
30
|
+
error?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Error message
|
|
33
|
+
*/
|
|
34
|
+
errorMessage?: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Stepper section props
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* ```tsx
|
|
41
|
+
* <Stepper
|
|
42
|
+
* steps={[
|
|
43
|
+
* { id: 'details', label: 'Details' },
|
|
44
|
+
* { id: 'payment', label: 'Payment' },
|
|
45
|
+
* { id: 'confirm', label: 'Confirmation' }
|
|
46
|
+
* ]}
|
|
47
|
+
* activeStep={1}
|
|
48
|
+
* onStepClick={(index) => setActiveStep(index)}
|
|
49
|
+
* />
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export interface StepperProps extends HTMLAttributes<HTMLDivElement> {
|
|
53
|
+
/**
|
|
54
|
+
* Step items
|
|
55
|
+
*/
|
|
56
|
+
steps: StepItem[];
|
|
57
|
+
/**
|
|
58
|
+
* Current active step index (0-based)
|
|
59
|
+
*/
|
|
60
|
+
activeStep: number;
|
|
61
|
+
/**
|
|
62
|
+
* Click handler for step navigation
|
|
63
|
+
*/
|
|
64
|
+
onStepClick?: (index: number) => void;
|
|
65
|
+
/**
|
|
66
|
+
* Orientation
|
|
67
|
+
* @default "horizontal"
|
|
68
|
+
*/
|
|
69
|
+
orientation?: "horizontal" | "vertical";
|
|
70
|
+
/**
|
|
71
|
+
* Allow clicking on completed steps
|
|
72
|
+
* @default true
|
|
73
|
+
*/
|
|
74
|
+
allowClickOnCompleted?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Allow clicking on future steps
|
|
77
|
+
* @default false
|
|
78
|
+
*/
|
|
79
|
+
allowClickOnFuture?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* Show step numbers
|
|
82
|
+
* @default true
|
|
83
|
+
*/
|
|
84
|
+
showStepNumbers?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Connector line style
|
|
87
|
+
* @default "solid"
|
|
88
|
+
*/
|
|
89
|
+
connectorStyle?: "solid" | "dashed" | "dotted";
|
|
90
|
+
/**
|
|
91
|
+
* Size variant
|
|
92
|
+
* @default "md"
|
|
93
|
+
*/
|
|
94
|
+
size?: "sm" | "md" | "lg";
|
|
95
|
+
/**
|
|
96
|
+
* Alternative label placement (horizontal only)
|
|
97
|
+
* @default false
|
|
98
|
+
*/
|
|
99
|
+
alternativeLabel?: boolean;
|
|
100
|
+
}
|
|
101
|
+
//# sourceMappingURL=Stepper.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stepper.types.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stepper/Stepper.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;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,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,YAAa,SAAQ,cAAc,CAAC,cAAc,CAAC;IAClE;;OAEG;IACH,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEtC;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IAExC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAE/C;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAE1B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),T=require("react"),q=require("./TeamMemberCard.cjs"),a=require("./Team.module.css.cjs"),g=require("../../../sections/Section/Section.cjs"),p=require("../../../sections/Container/Container.cjs"),c=T.forwardRef(({eyebrow:s,title:r,description:l,members:n,columns:d=4,variant:i="default",background:u="base",centered:o=!0,className:m,...f},h)=>{const j=s||r||l,x=[a.default.team,o&&a.default.centered,m].filter(Boolean).join(" ");return e.jsx(g.Section,{ref:h,spacing:"lg",background:u,className:x,...f,children:e.jsxs(p.Container,{size:"xl",children:[j&&e.jsxs("header",{className:a.default.header,children:[s&&e.jsx("div",{className:a.default.eyebrow,children:s}),r&&e.jsx("h2",{className:a.default.title,children:r}),l&&e.jsx("p",{className:a.default.description,children:l})]}),e.jsx("div",{className:`${a.default.grid} ${a.default[`cols-${d}`]}`,children:n.map((t,N)=>e.jsx(q.TeamMemberCard,{member:t,variant:i},t.name||N))})]})})});c.displayName="Team";exports.Team=c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Team/Team.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAK9C,eAAO,MAAM,IAAI,mGAsDhB,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as j } from "react";
|
|
3
|
+
import { TeamMemberCard as u } from "./TeamMemberCard.mjs";
|
|
4
|
+
import e from "./Team.module.css.mjs";
|
|
5
|
+
import { Section as T } from "../../../sections/Section/Section.mjs";
|
|
6
|
+
import { Container as $ } from "../../../sections/Container/Container.mjs";
|
|
7
|
+
const v = j(
|
|
8
|
+
({
|
|
9
|
+
eyebrow: r,
|
|
10
|
+
title: s,
|
|
11
|
+
description: m,
|
|
12
|
+
members: c,
|
|
13
|
+
columns: i = 4,
|
|
14
|
+
variant: n = "default",
|
|
15
|
+
background: d = "base",
|
|
16
|
+
centered: t = !0,
|
|
17
|
+
className: h,
|
|
18
|
+
...f
|
|
19
|
+
}, p) => {
|
|
20
|
+
const N = r || s || m, x = [e.team, t && e.centered, h].filter(Boolean).join(" ");
|
|
21
|
+
return /* @__PURE__ */ a(
|
|
22
|
+
T,
|
|
23
|
+
{
|
|
24
|
+
ref: p,
|
|
25
|
+
spacing: "lg",
|
|
26
|
+
background: d,
|
|
27
|
+
className: x,
|
|
28
|
+
...f,
|
|
29
|
+
children: /* @__PURE__ */ o($, { size: "xl", children: [
|
|
30
|
+
N && /* @__PURE__ */ o("header", { className: e.header, children: [
|
|
31
|
+
r && /* @__PURE__ */ a("div", { className: e.eyebrow, children: r }),
|
|
32
|
+
s && /* @__PURE__ */ a("h2", { className: e.title, children: s }),
|
|
33
|
+
m && /* @__PURE__ */ a("p", { className: e.description, children: m })
|
|
34
|
+
] }),
|
|
35
|
+
/* @__PURE__ */ a("div", { className: `${e.grid} ${e[`cols-${i}`]}`, children: c.map((l, g) => /* @__PURE__ */ a(
|
|
36
|
+
u,
|
|
37
|
+
{
|
|
38
|
+
member: l,
|
|
39
|
+
variant: n
|
|
40
|
+
},
|
|
41
|
+
l.name || g
|
|
42
|
+
)) })
|
|
43
|
+
] })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
v.displayName = "Team";
|
|
49
|
+
export {
|
|
50
|
+
v as Team
|
|
51
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._team_13lec_8{position:relative}._header_13lec_16{margin-bottom:var(--spacing-16)}._centered_13lec_20 ._header_13lec_16{text-align:center}._centered_13lec_20 ._description_13lec_25{margin-left:auto;margin-right:auto}._eyebrow_13lec_31{margin-bottom:var(--spacing-4)}._title_13lec_35{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_13lec_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_13lec_57{display:grid;gap:var(--spacing-8)}._cols-2_13lec_62{grid-template-columns:repeat(2,1fr)}._cols-3_13lec_66{grid-template-columns:repeat(3,1fr)}._cols-4_13lec_70{grid-template-columns:repeat(4,1fr)}._memberCard_13lec_78{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-4);padding:var(--spacing-6);border-radius:var(--radius-container);background:transparent;transition:transform var(--transition-base),box-shadow var(--transition-base),background var(--transition-fast)}._memberCard_13lec_78:hover{transform:translateY(var(--mode-hover-lift, -2px))}._variant-default_13lec_97{padding:var(--spacing-4)}._variant-default_13lec_97:hover{background:var(--surface-subtle)}._variant-cards_13lec_106{background:var(--surface-base);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card)}._variant-cards_13lec_106:hover{box-shadow:var(--shadow-card-hover);border-color:var(--border-default)}._cardBody_13lec_117{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-4);width:100%}._variant-compact_13lec_126{flex-direction:row;align-items:center;gap:var(--spacing-4);padding:var(--spacing-4);border-radius:var(--radius-control)}._variant-compact_13lec_126:hover{transform:translate(var(--spacing-1));background:var(--surface-subtle)}._avatarWrapper_13lec_143{flex-shrink:0}._avatarLegacy_13lec_148{--avatar-size: 120px;width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--radius-full);overflow:hidden}._avatarLegacy_13lec_148 img,._avatarLegacy_13lec_148>*{width:100%;height:100%;object-fit:cover;display:block}._memberCard_13lec_78:hover ._avatarWrapper_13lec_143 img,._memberCard_13lec_78:hover ._avatarLegacy_13lec_148 img{transform:scale(1.05);transition:transform var(--transition-base)}._variant-compact_13lec_126 ._avatarLegacy_13lec_148{--avatar-size: 64px}._info_13lec_180{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-1)}._name_13lec_188{font-family:var(--font-secondary);font-size:var(--font-size-18);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--text-primary);margin:0;transition:color var(--transition-fast)}._memberCard_13lec_78:hover ._name_13lec_188{color:var(--interactive-primary)}._variant-compact_13lec_126 ._name_13lec_188{font-size:var(--font-size-16)}._variant-compact_13lec_126 ._info_13lec_180{align-items:flex-start;text-align:left}._role_13lec_211{font-family:var(--font-secondary);font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-secondary);margin:0}._bio_13lec_219{font-family:var(--font-secondary);font-size:var(--font-size-14);color:var(--text-tertiary);line-height:var(--line-height-relaxed);margin:var(--spacing-2) 0 0 0}._socialLinks_13lec_231{display:flex;justify-content:center;gap:var(--spacing-2);margin-top:var(--spacing-3);opacity:.7;transition:opacity var(--transition-fast)}._memberCard_13lec_78:hover ._socialLinks_13lec_231{opacity:1}._variant-compact_13lec_126 ._socialLinks_13lec_231{justify-content:flex-start}._socialLink_13lec_231{display:flex;align-items:center;justify-content:center;width:var(--spacing-9);height:var(--spacing-9);border-radius:var(--radius-control);background:transparent;color:var(--text-tertiary);transition:background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}._socialLink_13lec_231:hover{background:var(--surface-layer);color:var(--interactive-primary);transform:translateY(-2px)}._socialLink_13lec_231:active{transform:translateY(0)}@media(max-width:1024px){._cols-4_13lec_70{grid-template-columns:repeat(3,1fr)}._grid_13lec_57{gap:var(--spacing-6)}}@media(max-width:768px){._cols-3_13lec_66,._cols-4_13lec_70{grid-template-columns:repeat(2,1fr)}._header_13lec_16{margin-bottom:var(--spacing-8)}._memberCard_13lec_78{padding:var(--spacing-4)}._avatarLegacy_13lec_148{--avatar-size: 96px}._name_13lec_188{font-size:var(--font-size-16)}._socialLinks_13lec_231{opacity:1}}@media(max-width:480px){._cols-2_13lec_62,._cols-3_13lec_66,._cols-4_13lec_70{grid-template-columns:1fr}._grid_13lec_57{gap:var(--spacing-4)}._memberCard_13lec_78{flex-direction:row;align-items:center;gap:var(--spacing-4);padding:var(--spacing-4)}._memberCard_13lec_78:hover{transform:translate(var(--spacing-1))}._avatarLegacy_13lec_148{--avatar-size: 72px}._info_13lec_180{flex:1;align-items:flex-start;text-align:left}._socialLinks_13lec_231{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){._memberCard_13lec_78,._avatarWrapper_13lec_143 img,._avatarLegacy_13lec_148 img,._socialLink_13lec_231,._name_13lec_188{transition:none}._memberCard_13lec_78:hover,._memberCard_13lec_78:hover ._avatarWrapper_13lec_143 img,._memberCard_13lec_78:hover ._avatarLegacy_13lec_148 img{transform:none}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="_team_13lec_8",a="_header_13lec_16",c="_centered_13lec_20",_="_description_13lec_25",r="_eyebrow_13lec_31",t="_title_13lec_35",o="_grid_13lec_57",l="_memberCard_13lec_78",i="_cardBody_13lec_117",n="_avatarWrapper_13lec_143",s="_avatarLegacy_13lec_148",d="_info_13lec_180",m="_name_13lec_188",v="_role_13lec_211",p="_bio_13lec_219",b="_socialLinks_13lec_231",y="_socialLink_13lec_231",L={team:e,header:a,centered:c,description:_,eyebrow:r,title:t,grid:o,"cols-2":"_cols-2_13lec_62","cols-3":"_cols-3_13lec_66","cols-4":"_cols-4_13lec_70",memberCard:l,"variant-default":"_variant-default_13lec_97","variant-cards":"_variant-cards_13lec_106",cardBody:i,"variant-compact":"_variant-compact_13lec_126",avatarWrapper:n,avatarLegacy:s,info:d,name:m,role:v,bio:p,socialLinks:b,socialLink:y};exports.avatarLegacy=s;exports.avatarWrapper=n;exports.bio=p;exports.cardBody=i;exports.centered=c;exports.default=L;exports.description=_;exports.eyebrow=r;exports.grid=o;exports.header=a;exports.info=d;exports.memberCard=l;exports.name=m;exports.role=v;exports.socialLink=y;exports.socialLinks=b;exports.team=e;exports.title=t;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const e = "_team_13lec_8", c = "_header_13lec_16", _ = "_centered_13lec_20", a = "_description_13lec_25", t = "_eyebrow_13lec_31", o = "_title_13lec_35", r = "_grid_13lec_57", l = "_memberCard_13lec_78", n = "_cardBody_13lec_117", s = "_avatarWrapper_13lec_143", i = "_avatarLegacy_13lec_148", d = "_info_13lec_180", m = "_name_13lec_188", p = "_role_13lec_211", v = "_bio_13lec_219", y = "_socialLinks_13lec_231", b = "_socialLink_13lec_231", L = {
|
|
2
|
+
team: e,
|
|
3
|
+
header: c,
|
|
4
|
+
centered: _,
|
|
5
|
+
description: a,
|
|
6
|
+
eyebrow: t,
|
|
7
|
+
title: o,
|
|
8
|
+
grid: r,
|
|
9
|
+
"cols-2": "_cols-2_13lec_62",
|
|
10
|
+
"cols-3": "_cols-3_13lec_66",
|
|
11
|
+
"cols-4": "_cols-4_13lec_70",
|
|
12
|
+
memberCard: l,
|
|
13
|
+
"variant-default": "_variant-default_13lec_97",
|
|
14
|
+
"variant-cards": "_variant-cards_13lec_106",
|
|
15
|
+
cardBody: n,
|
|
16
|
+
"variant-compact": "_variant-compact_13lec_126",
|
|
17
|
+
avatarWrapper: s,
|
|
18
|
+
avatarLegacy: i,
|
|
19
|
+
info: d,
|
|
20
|
+
name: m,
|
|
21
|
+
role: p,
|
|
22
|
+
bio: v,
|
|
23
|
+
socialLinks: y,
|
|
24
|
+
socialLink: b
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
i as avatarLegacy,
|
|
28
|
+
s as avatarWrapper,
|
|
29
|
+
v as bio,
|
|
30
|
+
n as cardBody,
|
|
31
|
+
_ as centered,
|
|
32
|
+
L as default,
|
|
33
|
+
a as description,
|
|
34
|
+
t as eyebrow,
|
|
35
|
+
r as grid,
|
|
36
|
+
c as header,
|
|
37
|
+
d as info,
|
|
38
|
+
l as memberCard,
|
|
39
|
+
m as name,
|
|
40
|
+
p as role,
|
|
41
|
+
b as socialLink,
|
|
42
|
+
y as socialLinks,
|
|
43
|
+
e as team,
|
|
44
|
+
o as title
|
|
45
|
+
};
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Grid column count for team members
|
|
5
|
+
*/
|
|
6
|
+
export type TeamColumns = 2 | 3 | 4;
|
|
7
|
+
/**
|
|
8
|
+
* Team card visual variant
|
|
9
|
+
*/
|
|
10
|
+
export type TeamVariant = "default" | "cards" | "compact";
|
|
11
|
+
/**
|
|
12
|
+
* Social link for team member
|
|
13
|
+
*/
|
|
14
|
+
export interface TeamSocialLink {
|
|
15
|
+
/**
|
|
16
|
+
* Platform name (e.g., "twitter", "linkedin", "github")
|
|
17
|
+
*/
|
|
18
|
+
platform: string;
|
|
19
|
+
/**
|
|
20
|
+
* URL to the social profile
|
|
21
|
+
*/
|
|
22
|
+
href: string;
|
|
23
|
+
/**
|
|
24
|
+
* Icon element for the social link
|
|
25
|
+
*/
|
|
26
|
+
icon?: ReactNode;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Team member data structure
|
|
30
|
+
*/
|
|
31
|
+
export interface TeamMember {
|
|
32
|
+
/**
|
|
33
|
+
* Member's name
|
|
34
|
+
*/
|
|
35
|
+
name: string;
|
|
36
|
+
/**
|
|
37
|
+
* Member's role or title
|
|
38
|
+
*/
|
|
39
|
+
role: string;
|
|
40
|
+
/**
|
|
41
|
+
* Optional bio or description
|
|
42
|
+
*/
|
|
43
|
+
bio?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Avatar image URL
|
|
46
|
+
*/
|
|
47
|
+
avatarSrc?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Avatar initials (fallback if no image)
|
|
50
|
+
*/
|
|
51
|
+
avatarInitials?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @deprecated Use avatarSrc instead. Legacy support for ReactNode avatar.
|
|
54
|
+
*/
|
|
55
|
+
avatar?: ReactNode;
|
|
56
|
+
/**
|
|
57
|
+
* Social media links
|
|
58
|
+
*/
|
|
59
|
+
socialLinks?: TeamSocialLink[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Team member card props (internal component)
|
|
63
|
+
*/
|
|
64
|
+
export interface TeamMemberCardProps extends HTMLAttributes<HTMLDivElement> {
|
|
65
|
+
/**
|
|
66
|
+
* Team member data
|
|
67
|
+
*/
|
|
68
|
+
member: TeamMember;
|
|
69
|
+
/**
|
|
70
|
+
* Visual variant
|
|
71
|
+
* @default 'default'
|
|
72
|
+
*/
|
|
73
|
+
variant?: TeamVariant;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Team section props
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* ```tsx
|
|
80
|
+
* <Team
|
|
81
|
+
* title="Meet our team"
|
|
82
|
+
* description="The people behind the product"
|
|
83
|
+
* members={[
|
|
84
|
+
* {
|
|
85
|
+
* name: "Jane Doe",
|
|
86
|
+
* role: "CEO & Founder",
|
|
87
|
+
* bio: "Building the future of design systems",
|
|
88
|
+
* avatar: <img src="/jane.jpg" alt="Jane" />,
|
|
89
|
+
* socialLinks: [
|
|
90
|
+
* { platform: "twitter", href: "#", icon: <Twitter /> }
|
|
91
|
+
* ]
|
|
92
|
+
* }
|
|
93
|
+
* ]}
|
|
94
|
+
* columns={4}
|
|
95
|
+
* />
|
|
96
|
+
* ```
|
|
97
|
+
*/
|
|
98
|
+
export interface TeamProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
99
|
+
/**
|
|
100
|
+
* Optional eyebrow/badge above title
|
|
101
|
+
*/
|
|
102
|
+
eyebrow?: ReactNode;
|
|
103
|
+
/**
|
|
104
|
+
* Section title
|
|
105
|
+
*/
|
|
106
|
+
title?: ReactNode;
|
|
107
|
+
/**
|
|
108
|
+
* Section description
|
|
109
|
+
*/
|
|
110
|
+
description?: ReactNode;
|
|
111
|
+
/**
|
|
112
|
+
* Array of team members
|
|
113
|
+
*/
|
|
114
|
+
members: TeamMember[];
|
|
115
|
+
/**
|
|
116
|
+
* Number of grid columns
|
|
117
|
+
* @default 4
|
|
118
|
+
*/
|
|
119
|
+
columns?: TeamColumns;
|
|
120
|
+
/**
|
|
121
|
+
* Visual variant
|
|
122
|
+
* - default: Simple grid with avatars
|
|
123
|
+
* - cards: Card-based layout with borders
|
|
124
|
+
* - compact: Smaller avatars, minimal info
|
|
125
|
+
* @default 'default'
|
|
126
|
+
*/
|
|
127
|
+
variant?: TeamVariant;
|
|
128
|
+
/**
|
|
129
|
+
* Background style
|
|
130
|
+
* @default 'base'
|
|
131
|
+
*/
|
|
132
|
+
background?: "base" | "subtle" | "none";
|
|
133
|
+
/**
|
|
134
|
+
* Center the header and members
|
|
135
|
+
* @default true
|
|
136
|
+
*/
|
|
137
|
+
centered?: boolean;
|
|
138
|
+
}
|
|
139
|
+
//# sourceMappingURL=Team.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Team.types.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Team/Team.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACzE;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC3E;;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,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),e=require("./Team.module.css.cjs"),f=require("../../../components/Avatar/Avatar.cjs"),j=require("../../../components/Card/Card.cjs"),p=({member:h,variant:s="default",className:x})=>{const{name:l,role:v,bio:c,avatarSrc:i,avatarInitials:N,avatar:d,socialLinks:t}=h,n=s==="compact"?"xl":"profile",o=[e.default.memberCard,e.default[`variant-${s}`],x].filter(Boolean).join(" "),m=N||l.split(" ").map(r=>r[0]).join("").slice(0,2).toUpperCase(),u=a.jsxs(a.Fragment,{children:[a.jsx("div",{className:e.default.avatarWrapper,children:i?a.jsx(f.Avatar,{src:i,alt:l,initials:m,size:n}):d?a.jsx("div",{className:e.default.avatarLegacy,children:d}):a.jsx(f.Avatar,{initials:m,size:n})}),a.jsxs("div",{className:e.default.info,children:[a.jsx("h3",{className:e.default.name,children:l}),a.jsx("p",{className:e.default.role,children:v}),c&&s!=="compact"&&a.jsx("p",{className:e.default.bio,children:c}),t&&t.length>0&&a.jsx("div",{className:e.default.socialLinks,children:t.map((r,b)=>a.jsx("a",{href:r.href,className:e.default.socialLink,"aria-label":r.platform,target:"_blank",rel:"noopener noreferrer",children:r.icon},r.platform||b))})]})]});return s==="cards"?a.jsx(j.Card,{variant:"base",className:o,children:a.jsx(j.Card.Body,{className:e.default.cardBody,children:u})}):a.jsx("div",{className:o,children:u})};p.displayName="TeamMemberCard";exports.TeamMemberCard=p;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TeamMemberCardProps } from './Team.types';
|
|
2
|
+
|
|
3
|
+
export declare const TeamMemberCard: {
|
|
4
|
+
({ member, variant, className, }: TeamMemberCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=TeamMemberCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeamMemberCard.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Team/TeamMemberCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAKxD,eAAO,MAAM,cAAc;sCAIxB,mBAAmB;;CA8ErB,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { jsxs as h, Fragment as j, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import e from "./Team.module.css.mjs";
|
|
3
|
+
import { Avatar as f } from "../../../components/Avatar/Avatar.mjs";
|
|
4
|
+
import { Card as N } from "../../../components/Card/Card.mjs";
|
|
5
|
+
const x = ({
|
|
6
|
+
member: v,
|
|
7
|
+
variant: s = "default",
|
|
8
|
+
className: b
|
|
9
|
+
}) => {
|
|
10
|
+
const { name: c, role: y, bio: i, avatarSrc: o, avatarInitials: C, avatar: t, socialLinks: l } = v, m = s === "compact" ? "xl" : "profile", n = [
|
|
11
|
+
e.memberCard,
|
|
12
|
+
e[`variant-${s}`],
|
|
13
|
+
b
|
|
14
|
+
].filter(Boolean).join(" "), d = C || c.split(" ").map((r) => r[0]).join("").slice(0, 2).toUpperCase(), p = /* @__PURE__ */ h(j, { children: [
|
|
15
|
+
/* @__PURE__ */ a("div", { className: e.avatarWrapper, children: o ? /* @__PURE__ */ a(
|
|
16
|
+
f,
|
|
17
|
+
{
|
|
18
|
+
src: o,
|
|
19
|
+
alt: c,
|
|
20
|
+
initials: d,
|
|
21
|
+
size: m
|
|
22
|
+
}
|
|
23
|
+
) : t ? /* @__PURE__ */ a("div", { className: e.avatarLegacy, children: t }) : /* @__PURE__ */ a(f, { initials: d, size: m }) }),
|
|
24
|
+
/* @__PURE__ */ h("div", { className: e.info, children: [
|
|
25
|
+
/* @__PURE__ */ a("h3", { className: e.name, children: c }),
|
|
26
|
+
/* @__PURE__ */ a("p", { className: e.role, children: y }),
|
|
27
|
+
i && s !== "compact" && /* @__PURE__ */ a("p", { className: e.bio, children: i }),
|
|
28
|
+
l && l.length > 0 && /* @__PURE__ */ a("div", { className: e.socialLinks, children: l.map((r, g) => /* @__PURE__ */ a(
|
|
29
|
+
"a",
|
|
30
|
+
{
|
|
31
|
+
href: r.href,
|
|
32
|
+
className: e.socialLink,
|
|
33
|
+
"aria-label": r.platform,
|
|
34
|
+
target: "_blank",
|
|
35
|
+
rel: "noopener noreferrer",
|
|
36
|
+
children: r.icon
|
|
37
|
+
},
|
|
38
|
+
r.platform || g
|
|
39
|
+
)) })
|
|
40
|
+
] })
|
|
41
|
+
] });
|
|
42
|
+
return s === "cards" ? /* @__PURE__ */ a(N, { variant: "base", className: n, children: /* @__PURE__ */ a(N.Body, { className: e.cardBody, children: p }) }) : /* @__PURE__ */ a("div", { className: n, children: p });
|
|
43
|
+
};
|
|
44
|
+
x.displayName = "TeamMemberCard";
|
|
45
|
+
export {
|
|
46
|
+
x as TeamMemberCard
|
|
47
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Team Component Exports
|
|
3
|
+
*/
|
|
4
|
+
export { Team } from './Team';
|
|
5
|
+
export { TeamMemberCard } from './TeamMemberCard';
|
|
6
|
+
export type { TeamProps, TeamMember, TeamSocialLink, TeamMemberCardProps, TeamColumns, TeamVariant, } from './Team.types';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Team/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,SAAS,EACT,UAAU,EACV,cAAc,EACd,mBAAmB,EACnB,WAAW,EACX,WAAW,GACZ,MAAM,cAAc,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("./Testimonials.module.css.cjs"),o=require("../../../components/Card/Card.cjs"),u=({testimonial:m,variant:t="default",className:f})=>{const{quote:h,author:j,rating:s}=m,{name:x,role:l,company:r,avatar:d}=j,i=[a.default.testimonialCard,a.default[`variant-${t}`],f].filter(Boolean).join(" "),c=e.jsxs(e.Fragment,{children:[s&&s>0&&e.jsx("div",{className:a.default.rating,children:Array.from({length:5}).map((v,n)=>e.jsx(N.Star,{size:16,className:n<s?a.default.starFilled:a.default.starEmpty,fill:n<s?"currentColor":"none"},n))}),e.jsx("blockquote",{className:a.default.quote,children:e.jsxs("p",{children:['"',h,'"']})}),e.jsxs("div",{className:a.default.author,children:[d&&e.jsx("div",{className:a.default.avatar,children:d}),e.jsxs("div",{className:a.default.authorInfo,children:[e.jsx("span",{className:a.default.authorName,children:x}),(l||r)&&e.jsxs("span",{className:a.default.authorRole,children:[l,l&&r&&", ",r]})]})]})]});return t==="minimal"?e.jsx("div",{className:i,children:c}):e.jsx(o.Card,{variant:t==="cards"?"elevated":"base",className:i,children:e.jsx(o.Card.Body,{children:c})})};u.displayName="TestimonialCard";exports.TestimonialCard=u;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TestimonialCardProps } from './Testimonials.types';
|
|
2
|
+
|
|
3
|
+
export declare const TestimonialCard: {
|
|
4
|
+
({ testimonial, variant, className, }: TestimonialCardProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=TestimonialCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestimonialCard.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Testimonials/TestimonialCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAKjE,eAAO,MAAM,eAAe;2CAIzB,oBAAoB;;CA2DtB,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { jsxs as r, Fragment as v, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Star as y } from "lucide-react";
|
|
3
|
+
import a from "./Testimonials.module.css.mjs";
|
|
4
|
+
import { Card as d } from "../../../components/Card/Card.mjs";
|
|
5
|
+
const C = ({
|
|
6
|
+
testimonial: h,
|
|
7
|
+
variant: l = "default",
|
|
8
|
+
className: N
|
|
9
|
+
}) => {
|
|
10
|
+
const { quote: p, author: u, rating: s } = h, { name: f, role: t, company: n, avatar: i } = u, c = [
|
|
11
|
+
a.testimonialCard,
|
|
12
|
+
a[`variant-${l}`],
|
|
13
|
+
N
|
|
14
|
+
].filter(Boolean).join(" "), m = /* @__PURE__ */ r(v, { children: [
|
|
15
|
+
s && s > 0 && /* @__PURE__ */ e("div", { className: a.rating, children: Array.from({ length: 5 }).map((g, o) => /* @__PURE__ */ e(
|
|
16
|
+
y,
|
|
17
|
+
{
|
|
18
|
+
size: 16,
|
|
19
|
+
className: o < s ? a.starFilled : a.starEmpty,
|
|
20
|
+
fill: o < s ? "currentColor" : "none"
|
|
21
|
+
},
|
|
22
|
+
o
|
|
23
|
+
)) }),
|
|
24
|
+
/* @__PURE__ */ e("blockquote", { className: a.quote, children: /* @__PURE__ */ r("p", { children: [
|
|
25
|
+
'"',
|
|
26
|
+
p,
|
|
27
|
+
'"'
|
|
28
|
+
] }) }),
|
|
29
|
+
/* @__PURE__ */ r("div", { className: a.author, children: [
|
|
30
|
+
i && /* @__PURE__ */ e("div", { className: a.avatar, children: i }),
|
|
31
|
+
/* @__PURE__ */ r("div", { className: a.authorInfo, children: [
|
|
32
|
+
/* @__PURE__ */ e("span", { className: a.authorName, children: f }),
|
|
33
|
+
(t || n) && /* @__PURE__ */ r("span", { className: a.authorRole, children: [
|
|
34
|
+
t,
|
|
35
|
+
t && n && ", ",
|
|
36
|
+
n
|
|
37
|
+
] })
|
|
38
|
+
] })
|
|
39
|
+
] })
|
|
40
|
+
] });
|
|
41
|
+
return l === "minimal" ? /* @__PURE__ */ e("div", { className: c, children: m }) : /* @__PURE__ */ e(
|
|
42
|
+
d,
|
|
43
|
+
{
|
|
44
|
+
variant: l === "cards" ? "elevated" : "base",
|
|
45
|
+
className: c,
|
|
46
|
+
children: /* @__PURE__ */ e(d.Body, { children: m })
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
C.displayName = "TestimonialCard";
|
|
51
|
+
export {
|
|
52
|
+
C as TestimonialCard
|
|
53
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),T=require("react"),q=require("./TestimonialCard.cjs"),s=require("./Testimonials.module.css.cjs"),g=require("../../../sections/Section/Section.cjs"),p=require("../../../sections/Container/Container.cjs"),r=T.forwardRef(({eyebrow:a,title:i,description:l,testimonials:n,columns:c=3,variant:d="default",background:o="base",centered:u=!0,className:m,...f},h)=>{const j=a||i||l,x=[s.default.testimonials,u&&s.default.centered,m].filter(Boolean).join(" ");return e.jsx(g.Section,{ref:h,spacing:"lg",background:o,className:x,...f,children:e.jsxs(p.Container,{size:"xl",children:[j&&e.jsxs("header",{className:s.default.header,children:[a&&e.jsx("div",{className:s.default.eyebrow,children:a}),i&&e.jsx("h2",{className:s.default.title,children:i}),l&&e.jsx("p",{className:s.default.description,children:l})]}),e.jsx("div",{className:`${s.default.grid} ${s.default[`cols-${c}`]}`,children:n.map((t,N)=>e.jsx(q.TestimonialCard,{testimonial:t,variant:d},t.author.name||N))})]})})});r.displayName="Testimonials";exports.Testimonials=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Testimonials/Testimonials.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAK9D,eAAO,MAAM,YAAY,2GA0DxB,CAAC"}
|