@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,50 @@
|
|
|
1
|
+
const n = "_footer_108h4_8", _ = "_main_108h4_16", o = "_brandColumn_108h4_33", t = "_linkGroups_108h4_38", i = "_linkGroup_108h4_38", a = "_bottom_108h4_102", l = "_brandHeader_108h4_119", e = "_logo_108h4_125", r = "_brandName_108h4_132", s = "_brandDescription_108h4_139", c = "_groupTitle_108h4_155", h = "_linkList_108h4_163", k = "_linkItem_108h4_172", d = "_link_108h4_38", m = "_socialLinks_108h4_192", p = "_socialLink_108h4_192", g = "_newsletter_108h4_221", b = "_copyright_108h4_239", u = "_legalLinks_108h4_246", L = "_legalLink_108h4_246", f = "_legalSeparator_108h4_265", v = {
|
|
2
|
+
footer: n,
|
|
3
|
+
main: _,
|
|
4
|
+
"variant-default": "_variant-default_108h4_27",
|
|
5
|
+
brandColumn: o,
|
|
6
|
+
linkGroups: t,
|
|
7
|
+
"variant-minimal": "_variant-minimal_108h4_63",
|
|
8
|
+
linkGroup: i,
|
|
9
|
+
"variant-centered": "_variant-centered_108h4_83",
|
|
10
|
+
bottom: a,
|
|
11
|
+
brandHeader: l,
|
|
12
|
+
logo: e,
|
|
13
|
+
brandName: r,
|
|
14
|
+
brandDescription: s,
|
|
15
|
+
groupTitle: c,
|
|
16
|
+
linkList: h,
|
|
17
|
+
linkItem: k,
|
|
18
|
+
link: d,
|
|
19
|
+
socialLinks: m,
|
|
20
|
+
socialLink: p,
|
|
21
|
+
newsletter: g,
|
|
22
|
+
copyright: b,
|
|
23
|
+
legalLinks: u,
|
|
24
|
+
legalLink: L,
|
|
25
|
+
legalSeparator: f
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
a as bottom,
|
|
29
|
+
o as brandColumn,
|
|
30
|
+
s as brandDescription,
|
|
31
|
+
l as brandHeader,
|
|
32
|
+
r as brandName,
|
|
33
|
+
b as copyright,
|
|
34
|
+
v as default,
|
|
35
|
+
n as footer,
|
|
36
|
+
c as groupTitle,
|
|
37
|
+
L as legalLink,
|
|
38
|
+
u as legalLinks,
|
|
39
|
+
f as legalSeparator,
|
|
40
|
+
d as link,
|
|
41
|
+
i as linkGroup,
|
|
42
|
+
t as linkGroups,
|
|
43
|
+
k as linkItem,
|
|
44
|
+
h as linkList,
|
|
45
|
+
e as logo,
|
|
46
|
+
_ as main,
|
|
47
|
+
g as newsletter,
|
|
48
|
+
p as socialLink,
|
|
49
|
+
m as socialLinks
|
|
50
|
+
};
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Footer link item
|
|
5
|
+
*/
|
|
6
|
+
export interface FooterLink {
|
|
7
|
+
/**
|
|
8
|
+
* Link label
|
|
9
|
+
*/
|
|
10
|
+
label: string;
|
|
11
|
+
/**
|
|
12
|
+
* Link URL
|
|
13
|
+
*/
|
|
14
|
+
href: string;
|
|
15
|
+
/**
|
|
16
|
+
* Open in new tab
|
|
17
|
+
* @default false
|
|
18
|
+
*/
|
|
19
|
+
external?: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Footer link group (column of links)
|
|
23
|
+
*/
|
|
24
|
+
export interface FooterLinkGroup {
|
|
25
|
+
/**
|
|
26
|
+
* Group title
|
|
27
|
+
*/
|
|
28
|
+
title: string;
|
|
29
|
+
/**
|
|
30
|
+
* Links in this group
|
|
31
|
+
*/
|
|
32
|
+
links: FooterLink[];
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Social link item
|
|
36
|
+
*/
|
|
37
|
+
export interface FooterSocialLink {
|
|
38
|
+
/**
|
|
39
|
+
* Platform name (for accessibility)
|
|
40
|
+
*/
|
|
41
|
+
label: string;
|
|
42
|
+
/**
|
|
43
|
+
* Link URL
|
|
44
|
+
*/
|
|
45
|
+
href: string;
|
|
46
|
+
/**
|
|
47
|
+
* Icon element
|
|
48
|
+
*/
|
|
49
|
+
icon: ReactNode;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Footer brand info
|
|
53
|
+
*/
|
|
54
|
+
export interface FooterBrand {
|
|
55
|
+
/**
|
|
56
|
+
* Brand name
|
|
57
|
+
*/
|
|
58
|
+
name: string;
|
|
59
|
+
/**
|
|
60
|
+
* Brand logo (optional)
|
|
61
|
+
*/
|
|
62
|
+
logo?: ReactNode;
|
|
63
|
+
/**
|
|
64
|
+
* Brand tagline/description
|
|
65
|
+
*/
|
|
66
|
+
description?: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Footer variant styles
|
|
70
|
+
*/
|
|
71
|
+
export type FooterVariant = "default" | "minimal" | "centered";
|
|
72
|
+
/**
|
|
73
|
+
* Footer section props
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* ```tsx
|
|
77
|
+
* <Footer
|
|
78
|
+
* brand={{ name: "Orion", logo: <Logo />, description: "AI-first design system" }}
|
|
79
|
+
* linkGroups={[
|
|
80
|
+
* { title: "Product", links: [{ label: "Features", href: "#" }] },
|
|
81
|
+
* { title: "Company", links: [{ label: "About", href: "#" }] },
|
|
82
|
+
* ]}
|
|
83
|
+
* socialLinks={[
|
|
84
|
+
* { label: "Twitter", href: "#", icon: <Twitter /> },
|
|
85
|
+
* ]}
|
|
86
|
+
* copyright="© 2024 Orion. All rights reserved."
|
|
87
|
+
* />
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
export interface FooterProps extends HTMLAttributes<HTMLElement> {
|
|
91
|
+
/**
|
|
92
|
+
* Brand information
|
|
93
|
+
*/
|
|
94
|
+
brand?: FooterBrand;
|
|
95
|
+
/**
|
|
96
|
+
* Groups of navigation links (columns)
|
|
97
|
+
*/
|
|
98
|
+
linkGroups?: FooterLinkGroup[];
|
|
99
|
+
/**
|
|
100
|
+
* Social media links
|
|
101
|
+
*/
|
|
102
|
+
socialLinks?: FooterSocialLink[];
|
|
103
|
+
/**
|
|
104
|
+
* Newsletter signup element (custom component)
|
|
105
|
+
*/
|
|
106
|
+
newsletter?: ReactNode;
|
|
107
|
+
/**
|
|
108
|
+
* Copyright text
|
|
109
|
+
*/
|
|
110
|
+
copyright?: string;
|
|
111
|
+
/**
|
|
112
|
+
* Legal/bottom links (privacy, terms, etc.)
|
|
113
|
+
*/
|
|
114
|
+
legalLinks?: FooterLink[];
|
|
115
|
+
/**
|
|
116
|
+
* Visual variant
|
|
117
|
+
* - default: Full footer with all sections
|
|
118
|
+
* - minimal: Compact footer with essential info
|
|
119
|
+
* - centered: Centered layout
|
|
120
|
+
* @default 'default'
|
|
121
|
+
*/
|
|
122
|
+
variant?: FooterVariant;
|
|
123
|
+
/**
|
|
124
|
+
* Background style
|
|
125
|
+
* @default 'subtle'
|
|
126
|
+
*/
|
|
127
|
+
background?: "base" | "subtle" | "sunken";
|
|
128
|
+
}
|
|
129
|
+
//# sourceMappingURL=Footer.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.types.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Footer/Footer.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAE/D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,WAAW,WAAY,SAAQ,cAAc,CAAC,WAAW,CAAC;IAC9D;;OAEG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;IAE/B;;OAEG;IACH,WAAW,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAEjC;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,EAAE,CAAC;IAE1B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Footer/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,aAAa,GACd,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),r=require("react"),a=require("./Gallery.module.css.cjs"),j=({eyebrow:h,title:m,description:x,images:i,layout:p="grid",columns:k=4,lightbox:c=!0,showCaptions:C=!1,gap:I="md",filterable:g=!1,background:w="base",aspectRatio:M="square",className:P,...E})=>{const[s,d]=r.useState(null),[u,N]=r.useState(null),b=r.useMemo(()=>{if(!g)return[];const e=new Set;return i.forEach(l=>{l.category&&e.add(l.category)}),Array.from(e)},[i,g]),n=r.useMemo(()=>u?i.filter(e=>e.category===u):i,[i,u]),o=s?n.findIndex(e=>e.id===s.id):-1,v=r.useCallback(()=>{if(o>0){const e=n[o-1];e&&d(e)}},[o,n]),y=r.useCallback(()=>{if(o<n.length-1){const e=n[o+1];e&&d(e)}},[o,n]),f=r.useCallback(()=>{d(null)},[]);r.useEffect(()=>{if(!s)return;const e=l=>{l.key==="Escape"&&f(),l.key==="ArrowLeft"&&v(),l.key==="ArrowRight"&&y()};return document.addEventListener("keydown",e),document.body.style.overflow="hidden",()=>{document.removeEventListener("keydown",e),document.body.style.overflow=""}},[s,f,v,y]);const S=p==="masonry"?a.default.masonry:a.default.grid;return t.jsxs("section",{className:`${a.default.gallery} ${P||""}`,"data-background":w,...E,children:[t.jsxs("div",{className:a.default.container,children:[(h||m||x)&&t.jsxs("header",{className:a.default.header,children:[h&&t.jsx("span",{className:a.default.eyebrow,children:h}),m&&t.jsx("h2",{className:a.default.title,children:m}),x&&t.jsx("p",{className:a.default.description,children:x})]}),g&&b.length>0&&t.jsxs("div",{className:a.default.filters,children:[t.jsx("button",{className:a.default.filterButton,"data-active":u===null,onClick:()=>N(null),children:"All"}),b.map(e=>t.jsx("button",{className:a.default.filterButton,"data-active":u===e,onClick:()=>N(e),children:e},e))]}),t.jsx("div",{className:S,"data-columns":k,"data-gap":I,children:n.map(e=>t.jsxs("div",{className:a.default.imageItem,"data-lightbox":c,"data-aspect":e.aspectRatio||M,onClick:()=>c&&d(e),role:c?"button":void 0,tabIndex:c?0:void 0,onKeyDown:l=>{c&&(l.key==="Enter"||l.key===" ")&&(l.preventDefault(),d(e))},children:[t.jsx("img",{src:e.thumbnail||e.src,alt:e.alt,className:a.default.image,loading:"lazy"}),c&&t.jsx("div",{className:a.default.imageOverlay,children:t.jsx("span",{className:a.default.expandIcon,children:t.jsx("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:t.jsx("path",{d:"M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7"})})})}),C&&e.caption&&t.jsx("div",{className:a.default.caption,children:e.caption})]},e.id))})]}),s&&t.jsxs("div",{className:a.default.lightbox,onClick:f,role:"dialog","aria-modal":"true","aria-label":"Image lightbox",children:[t.jsxs("div",{className:a.default.lightboxContent,onClick:e=>e.stopPropagation(),children:[t.jsx("img",{src:s.src,alt:s.alt,className:a.default.lightboxImage}),s.caption&&t.jsx("div",{className:a.default.lightboxCaption,children:s.caption})]}),t.jsx("button",{className:a.default.lightboxClose,onClick:f,"aria-label":"Close lightbox",children:"×"}),o>0&&t.jsx("button",{className:`${a.default.lightboxNav} ${a.default.lightboxPrev}`,onClick:e=>{e.stopPropagation(),v()},"aria-label":"Previous image",children:"‹"}),o<n.length-1&&t.jsx("button",{className:`${a.default.lightboxNav} ${a.default.lightboxNext}`,onClick:e=>{e.stopPropagation(),y()},"aria-label":"Next image",children:"›"})]})]})};j.displayName="Gallery";exports.Gallery=j;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gallery.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Gallery/Gallery.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAoD,MAAM,OAAO,CAAC;AACzE,OAAO,KAAK,EAAE,YAAY,EAAgB,MAAM,iBAAiB,CAAC;AAGlE;;GAEG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAiO1C,CAAC"}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as k, useMemo as C, useCallback as y, useEffect as D } from "react";
|
|
3
|
+
import a from "./Gallery.module.css.mjs";
|
|
4
|
+
const S = ({
|
|
5
|
+
eyebrow: u,
|
|
6
|
+
title: v,
|
|
7
|
+
description: g,
|
|
8
|
+
images: c,
|
|
9
|
+
layout: I = "grid",
|
|
10
|
+
columns: w = 4,
|
|
11
|
+
lightbox: i = !0,
|
|
12
|
+
showCaptions: E = !1,
|
|
13
|
+
gap: P = "md",
|
|
14
|
+
filterable: f = !1,
|
|
15
|
+
background: $ = "base",
|
|
16
|
+
aspectRatio: A = "square",
|
|
17
|
+
className: M,
|
|
18
|
+
...L
|
|
19
|
+
}) => {
|
|
20
|
+
const [n, d] = k(null), [h, b] = k(null), x = C(() => {
|
|
21
|
+
if (!f) return [];
|
|
22
|
+
const e = /* @__PURE__ */ new Set();
|
|
23
|
+
return c.forEach((l) => {
|
|
24
|
+
l.category && e.add(l.category);
|
|
25
|
+
}), Array.from(e);
|
|
26
|
+
}, [c, f]), o = C(() => h ? c.filter((e) => e.category === h) : c, [c, h]), r = n ? o.findIndex((e) => e.id === n.id) : -1, p = y(() => {
|
|
27
|
+
if (r > 0) {
|
|
28
|
+
const e = o[r - 1];
|
|
29
|
+
e && d(e);
|
|
30
|
+
}
|
|
31
|
+
}, [r, o]), N = y(() => {
|
|
32
|
+
if (r < o.length - 1) {
|
|
33
|
+
const e = o[r + 1];
|
|
34
|
+
e && d(e);
|
|
35
|
+
}
|
|
36
|
+
}, [r, o]), m = y(() => {
|
|
37
|
+
d(null);
|
|
38
|
+
}, []);
|
|
39
|
+
D(() => {
|
|
40
|
+
if (!n) return;
|
|
41
|
+
const e = (l) => {
|
|
42
|
+
l.key === "Escape" && m(), l.key === "ArrowLeft" && p(), l.key === "ArrowRight" && N();
|
|
43
|
+
};
|
|
44
|
+
return document.addEventListener("keydown", e), document.body.style.overflow = "hidden", () => {
|
|
45
|
+
document.removeEventListener("keydown", e), document.body.style.overflow = "";
|
|
46
|
+
};
|
|
47
|
+
}, [n, m, p, N]);
|
|
48
|
+
const B = I === "masonry" ? a.masonry : a.grid;
|
|
49
|
+
return /* @__PURE__ */ s(
|
|
50
|
+
"section",
|
|
51
|
+
{
|
|
52
|
+
className: `${a.gallery} ${M || ""}`,
|
|
53
|
+
"data-background": $,
|
|
54
|
+
...L,
|
|
55
|
+
children: [
|
|
56
|
+
/* @__PURE__ */ s("div", { className: a.container, children: [
|
|
57
|
+
(u || v || g) && /* @__PURE__ */ s("header", { className: a.header, children: [
|
|
58
|
+
u && /* @__PURE__ */ t("span", { className: a.eyebrow, children: u }),
|
|
59
|
+
v && /* @__PURE__ */ t("h2", { className: a.title, children: v }),
|
|
60
|
+
g && /* @__PURE__ */ t("p", { className: a.description, children: g })
|
|
61
|
+
] }),
|
|
62
|
+
f && x.length > 0 && /* @__PURE__ */ s("div", { className: a.filters, children: [
|
|
63
|
+
/* @__PURE__ */ t(
|
|
64
|
+
"button",
|
|
65
|
+
{
|
|
66
|
+
className: a.filterButton,
|
|
67
|
+
"data-active": h === null,
|
|
68
|
+
onClick: () => b(null),
|
|
69
|
+
children: "All"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
x.map((e) => /* @__PURE__ */ t(
|
|
73
|
+
"button",
|
|
74
|
+
{
|
|
75
|
+
className: a.filterButton,
|
|
76
|
+
"data-active": h === e,
|
|
77
|
+
onClick: () => b(e),
|
|
78
|
+
children: e
|
|
79
|
+
},
|
|
80
|
+
e
|
|
81
|
+
))
|
|
82
|
+
] }),
|
|
83
|
+
/* @__PURE__ */ t("div", { className: B, "data-columns": w, "data-gap": P, children: o.map((e) => /* @__PURE__ */ s(
|
|
84
|
+
"div",
|
|
85
|
+
{
|
|
86
|
+
className: a.imageItem,
|
|
87
|
+
"data-lightbox": i,
|
|
88
|
+
"data-aspect": e.aspectRatio || A,
|
|
89
|
+
onClick: () => i && d(e),
|
|
90
|
+
role: i ? "button" : void 0,
|
|
91
|
+
tabIndex: i ? 0 : void 0,
|
|
92
|
+
onKeyDown: (l) => {
|
|
93
|
+
i && (l.key === "Enter" || l.key === " ") && (l.preventDefault(), d(e));
|
|
94
|
+
},
|
|
95
|
+
children: [
|
|
96
|
+
/* @__PURE__ */ t(
|
|
97
|
+
"img",
|
|
98
|
+
{
|
|
99
|
+
src: e.thumbnail || e.src,
|
|
100
|
+
alt: e.alt,
|
|
101
|
+
className: a.image,
|
|
102
|
+
loading: "lazy"
|
|
103
|
+
}
|
|
104
|
+
),
|
|
105
|
+
i && /* @__PURE__ */ t("div", { className: a.imageOverlay, children: /* @__PURE__ */ t("span", { className: a.expandIcon, children: /* @__PURE__ */ t(
|
|
106
|
+
"svg",
|
|
107
|
+
{
|
|
108
|
+
width: "24",
|
|
109
|
+
height: "24",
|
|
110
|
+
viewBox: "0 0 24 24",
|
|
111
|
+
fill: "none",
|
|
112
|
+
stroke: "currentColor",
|
|
113
|
+
strokeWidth: "2",
|
|
114
|
+
children: /* @__PURE__ */ t("path", { d: "M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7" })
|
|
115
|
+
}
|
|
116
|
+
) }) }),
|
|
117
|
+
E && e.caption && /* @__PURE__ */ t("div", { className: a.caption, children: e.caption })
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
e.id
|
|
121
|
+
)) })
|
|
122
|
+
] }),
|
|
123
|
+
n && /* @__PURE__ */ s(
|
|
124
|
+
"div",
|
|
125
|
+
{
|
|
126
|
+
className: a.lightbox,
|
|
127
|
+
onClick: m,
|
|
128
|
+
role: "dialog",
|
|
129
|
+
"aria-modal": "true",
|
|
130
|
+
"aria-label": "Image lightbox",
|
|
131
|
+
children: [
|
|
132
|
+
/* @__PURE__ */ s(
|
|
133
|
+
"div",
|
|
134
|
+
{
|
|
135
|
+
className: a.lightboxContent,
|
|
136
|
+
onClick: (e) => e.stopPropagation(),
|
|
137
|
+
children: [
|
|
138
|
+
/* @__PURE__ */ t(
|
|
139
|
+
"img",
|
|
140
|
+
{
|
|
141
|
+
src: n.src,
|
|
142
|
+
alt: n.alt,
|
|
143
|
+
className: a.lightboxImage
|
|
144
|
+
}
|
|
145
|
+
),
|
|
146
|
+
n.caption && /* @__PURE__ */ t("div", { className: a.lightboxCaption, children: n.caption })
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
),
|
|
150
|
+
/* @__PURE__ */ t(
|
|
151
|
+
"button",
|
|
152
|
+
{
|
|
153
|
+
className: a.lightboxClose,
|
|
154
|
+
onClick: m,
|
|
155
|
+
"aria-label": "Close lightbox",
|
|
156
|
+
children: "×"
|
|
157
|
+
}
|
|
158
|
+
),
|
|
159
|
+
r > 0 && /* @__PURE__ */ t(
|
|
160
|
+
"button",
|
|
161
|
+
{
|
|
162
|
+
className: `${a.lightboxNav} ${a.lightboxPrev}`,
|
|
163
|
+
onClick: (e) => {
|
|
164
|
+
e.stopPropagation(), p();
|
|
165
|
+
},
|
|
166
|
+
"aria-label": "Previous image",
|
|
167
|
+
children: "‹"
|
|
168
|
+
}
|
|
169
|
+
),
|
|
170
|
+
r < o.length - 1 && /* @__PURE__ */ t(
|
|
171
|
+
"button",
|
|
172
|
+
{
|
|
173
|
+
className: `${a.lightboxNav} ${a.lightboxNext}`,
|
|
174
|
+
onClick: (e) => {
|
|
175
|
+
e.stopPropagation(), N();
|
|
176
|
+
},
|
|
177
|
+
"aria-label": "Next image",
|
|
178
|
+
children: "›"
|
|
179
|
+
}
|
|
180
|
+
)
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
)
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
);
|
|
187
|
+
};
|
|
188
|
+
S.displayName = "Gallery";
|
|
189
|
+
export {
|
|
190
|
+
S as Gallery
|
|
191
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._gallery_v93gb_5{padding:var(--spacing-16) var(--spacing-4)}._gallery_v93gb_5[data-background=base]{background:var(--surface-base)}._gallery_v93gb_5[data-background=subtle]{background:var(--surface-subtle)}._gallery_v93gb_5[data-background=none]{background:transparent}._container_v93gb_21{max-width:var(--container-width, 1200px);margin:0 auto}._header_v93gb_26{text-align:center;margin-bottom:var(--spacing-12)}._eyebrow_v93gb_31{display:inline-block;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-brand);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-2)}._title_v93gb_41{font-family:var(--font-primary);font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0 0 var(--spacing-4) 0;line-height:1.2}._description_v93gb_50{font-size:var(--font-size-lg);color:var(--text-secondary);max-width:640px;margin:0 auto}._filters_v93gb_58{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--spacing-2);margin-bottom:var(--spacing-8)}._filterButton_v93gb_66{padding:var(--spacing-2) var(--spacing-4);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);background:transparent;border:1px solid var(--border-subtle);border-radius:var(--radius-full);cursor:pointer;transition:all .2s ease}._filterButton_v93gb_66:hover{color:var(--text-primary);border-color:var(--border-default)}._filterButton_v93gb_66[data-active=true]{color:var(--interactive-primary-text);background:var(--interactive-primary);border-color:var(--interactive-primary)}._grid_v93gb_90{display:grid}._grid_v93gb_90[data-columns="2"]{grid-template-columns:repeat(2,1fr)}._grid_v93gb_90[data-columns="3"]{grid-template-columns:repeat(3,1fr)}._grid_v93gb_90[data-columns="4"]{grid-template-columns:repeat(4,1fr)}._grid_v93gb_90[data-columns="5"]{grid-template-columns:repeat(5,1fr)}._grid_v93gb_90[data-gap=none]{gap:0}._grid_v93gb_90[data-gap=sm]{gap:var(--spacing-2)}._grid_v93gb_90[data-gap=md]{gap:var(--spacing-4)}._grid_v93gb_90[data-gap=lg]{gap:var(--spacing-8)}._masonry_v93gb_127{columns:4;column-gap:var(--spacing-4)}._masonry_v93gb_127[data-columns="2"]{columns:2}._masonry_v93gb_127[data-columns="3"]{columns:3}._masonry_v93gb_127[data-columns="5"]{columns:5}._masonry_v93gb_127 ._imageItem_v93gb_144{break-inside:avoid;margin-bottom:var(--spacing-4)}._imageItem_v93gb_144{position:relative;overflow:hidden;border-radius:var(--radius-control);cursor:pointer}._imageItem_v93gb_144[data-lightbox=true]:hover ._imageOverlay_v93gb_157{opacity:1}._imageItem_v93gb_144[data-lightbox=true]:hover img{transform:scale(1.05)}._image_v93gb_144{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._imageItem_v93gb_144[data-aspect=square] ._image_v93gb_144{aspect-ratio:1/1}._imageItem_v93gb_144[data-aspect=landscape] ._image_v93gb_144{aspect-ratio:16/9}._imageItem_v93gb_144[data-aspect=portrait] ._image_v93gb_144{aspect-ratio:3/4}._imageItem_v93gb_144[data-aspect=auto] ._image_v93gb_144{aspect-ratio:auto}._imageOverlay_v93gb_157{position:absolute;inset:0;background:var(--surface-overlay);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._expandIcon_v93gb_199{width:48px;height:48px;background:var(--surface-base);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-primary)}._caption_v93gb_210{padding:var(--spacing-2);font-size:var(--font-size-sm);color:var(--text-secondary);text-align:center}._lightbox_v93gb_218{position:fixed;inset:0;z-index:1000;background:var(--overlay-dark-heavy);display:flex;align-items:center;justify-content:center;padding:var(--spacing-8)}._lightboxContent_v93gb_229{position:relative;max-width:90vw;max-height:90vh}._lightboxImage_v93gb_235{max-width:100%;max-height:85vh;object-fit:contain;border-radius:var(--radius-control)}._lightboxCaption_v93gb_242{text-align:center;color:var(--text-on-dark);padding:var(--spacing-4);font-size:var(--font-size-base)}._lightboxClose_v93gb_249{position:absolute;top:var(--spacing-4);right:var(--spacing-4);width:48px;height:48px;background:var(--overlay-light-subtle);border:none;border-radius:50%;color:var(--text-on-dark);font-size:var(--font-size-2xl);cursor:pointer;transition:background .2s ease}._lightboxClose_v93gb_249:hover{background:var(--overlay-light)}._lightboxNav_v93gb_268{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:var(--overlay-light-subtle);border:none;border-radius:50%;color:var(--text-on-dark);font-size:var(--font-size-xl);cursor:pointer;transition:background .2s ease}._lightboxNav_v93gb_268:hover{background:var(--overlay-light)}._lightboxPrev_v93gb_287{left:var(--spacing-4)}._lightboxNext_v93gb_291{right:var(--spacing-4)}@media(max-width:1024px){._grid_v93gb_90[data-columns="4"],._grid_v93gb_90[data-columns="5"]{grid-template-columns:repeat(3,1fr)}._masonry_v93gb_127{columns:3}}@media(max-width:768px){._gallery_v93gb_5{padding:var(--spacing-12) var(--spacing-4)}._title_v93gb_41{font-size:var(--font-size-3xl)}._grid_v93gb_90[data-columns="2"],._grid_v93gb_90[data-columns="3"],._grid_v93gb_90[data-columns="4"],._grid_v93gb_90[data-columns="5"]{grid-template-columns:repeat(2,1fr)}._masonry_v93gb_127{columns:2}._lightboxNav_v93gb_268{width:40px;height:40px}}@media(max-width:480px){._grid_v93gb_90[data-columns="2"],._grid_v93gb_90[data-columns="3"],._grid_v93gb_90[data-columns="4"],._grid_v93gb_90[data-columns="5"]{grid-template-columns:1fr}._masonry_v93gb_127{columns:1}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="_gallery_v93gb_5",o="_container_v93gb_21",e="_header_v93gb_26",i="_eyebrow_v93gb_31",g="_title_v93gb_41",_="_description_v93gb_50",n="_filters_v93gb_58",l="_filterButton_v93gb_66",b="_grid_v93gb_90",a="_masonry_v93gb_127",r="_imageItem_v93gb_144",s="_imageOverlay_v93gb_157",c="_image_v93gb_144",x="_expandIcon_v93gb_199",v="_caption_v93gb_210",h="_lightbox_v93gb_218",m="_lightboxContent_v93gb_229",d="_lightboxImage_v93gb_235",y="_lightboxCaption_v93gb_242",p="_lightboxClose_v93gb_249",C="_lightboxNav_v93gb_268",I="_lightboxPrev_v93gb_287",u="_lightboxNext_v93gb_291",f={gallery:t,container:o,header:e,eyebrow:i,title:g,description:_,filters:n,filterButton:l,grid:b,masonry:a,imageItem:r,imageOverlay:s,image:c,expandIcon:x,caption:v,lightbox:h,lightboxContent:m,lightboxImage:d,lightboxCaption:y,lightboxClose:p,lightboxNav:C,lightboxPrev:I,lightboxNext:u};exports.caption=v;exports.container=o;exports.default=f;exports.description=_;exports.expandIcon=x;exports.eyebrow=i;exports.filterButton=l;exports.filters=n;exports.gallery=t;exports.grid=b;exports.header=e;exports.image=c;exports.imageItem=r;exports.imageOverlay=s;exports.lightbox=h;exports.lightboxCaption=y;exports.lightboxClose=p;exports.lightboxContent=m;exports.lightboxImage=d;exports.lightboxNav=C;exports.lightboxNext=u;exports.lightboxPrev=I;exports.masonry=a;exports.title=g;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const t = "_gallery_v93gb_5", o = "_container_v93gb_21", _ = "_header_v93gb_26", e = "_eyebrow_v93gb_31", g = "_title_v93gb_41", i = "_description_v93gb_50", n = "_filters_v93gb_58", b = "_filterButton_v93gb_66", l = "_grid_v93gb_90", a = "_masonry_v93gb_127", s = "_imageItem_v93gb_144", c = "_imageOverlay_v93gb_157", r = "_image_v93gb_144", v = "_expandIcon_v93gb_199", x = "_caption_v93gb_210", h = "_lightbox_v93gb_218", m = "_lightboxContent_v93gb_229", d = "_lightboxImage_v93gb_235", p = "_lightboxCaption_v93gb_242", y = "_lightboxClose_v93gb_249", C = "_lightboxNav_v93gb_268", I = "_lightboxPrev_v93gb_287", f = "_lightboxNext_v93gb_291", N = {
|
|
2
|
+
gallery: t,
|
|
3
|
+
container: o,
|
|
4
|
+
header: _,
|
|
5
|
+
eyebrow: e,
|
|
6
|
+
title: g,
|
|
7
|
+
description: i,
|
|
8
|
+
filters: n,
|
|
9
|
+
filterButton: b,
|
|
10
|
+
grid: l,
|
|
11
|
+
masonry: a,
|
|
12
|
+
imageItem: s,
|
|
13
|
+
imageOverlay: c,
|
|
14
|
+
image: r,
|
|
15
|
+
expandIcon: v,
|
|
16
|
+
caption: x,
|
|
17
|
+
lightbox: h,
|
|
18
|
+
lightboxContent: m,
|
|
19
|
+
lightboxImage: d,
|
|
20
|
+
lightboxCaption: p,
|
|
21
|
+
lightboxClose: y,
|
|
22
|
+
lightboxNav: C,
|
|
23
|
+
lightboxPrev: I,
|
|
24
|
+
lightboxNext: f
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
x as caption,
|
|
28
|
+
o as container,
|
|
29
|
+
N as default,
|
|
30
|
+
i as description,
|
|
31
|
+
v as expandIcon,
|
|
32
|
+
e as eyebrow,
|
|
33
|
+
b as filterButton,
|
|
34
|
+
n as filters,
|
|
35
|
+
t as gallery,
|
|
36
|
+
l as grid,
|
|
37
|
+
_ as header,
|
|
38
|
+
r as image,
|
|
39
|
+
s as imageItem,
|
|
40
|
+
c as imageOverlay,
|
|
41
|
+
h as lightbox,
|
|
42
|
+
p as lightboxCaption,
|
|
43
|
+
y as lightboxClose,
|
|
44
|
+
m as lightboxContent,
|
|
45
|
+
d as lightboxImage,
|
|
46
|
+
C as lightboxNav,
|
|
47
|
+
f as lightboxNext,
|
|
48
|
+
I as lightboxPrev,
|
|
49
|
+
a as masonry,
|
|
50
|
+
g as title
|
|
51
|
+
};
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Gallery image item
|
|
5
|
+
*/
|
|
6
|
+
export interface GalleryImage {
|
|
7
|
+
/**
|
|
8
|
+
* Image unique identifier
|
|
9
|
+
*/
|
|
10
|
+
id: string | number;
|
|
11
|
+
/**
|
|
12
|
+
* Image source URL
|
|
13
|
+
*/
|
|
14
|
+
src: string;
|
|
15
|
+
/**
|
|
16
|
+
* Image alt text
|
|
17
|
+
*/
|
|
18
|
+
alt: string;
|
|
19
|
+
/**
|
|
20
|
+
* Thumbnail URL (optional, uses src if not provided)
|
|
21
|
+
*/
|
|
22
|
+
thumbnail?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Image caption
|
|
25
|
+
*/
|
|
26
|
+
caption?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Image category for filtering
|
|
29
|
+
*/
|
|
30
|
+
category?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Aspect ratio override
|
|
33
|
+
*/
|
|
34
|
+
aspectRatio?: "square" | "landscape" | "portrait" | "auto";
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Gallery layout variants
|
|
38
|
+
*/
|
|
39
|
+
export type GalleryLayout = "grid" | "masonry" | "carousel";
|
|
40
|
+
/**
|
|
41
|
+
* Gallery section props
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```tsx
|
|
45
|
+
* <Gallery
|
|
46
|
+
* title="Our Work"
|
|
47
|
+
* images={[
|
|
48
|
+
* { id: 1, src: "/gallery/1.jpg", alt: "Project 1" },
|
|
49
|
+
* { id: 2, src: "/gallery/2.jpg", alt: "Project 2" },
|
|
50
|
+
* ]}
|
|
51
|
+
* layout="grid"
|
|
52
|
+
* lightbox
|
|
53
|
+
* />
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export interface GalleryProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
|
|
57
|
+
/**
|
|
58
|
+
* Optional eyebrow text
|
|
59
|
+
*/
|
|
60
|
+
eyebrow?: ReactNode;
|
|
61
|
+
/**
|
|
62
|
+
* Section title
|
|
63
|
+
*/
|
|
64
|
+
title?: ReactNode;
|
|
65
|
+
/**
|
|
66
|
+
* Section description
|
|
67
|
+
*/
|
|
68
|
+
description?: ReactNode;
|
|
69
|
+
/**
|
|
70
|
+
* Array of images
|
|
71
|
+
*/
|
|
72
|
+
images: GalleryImage[];
|
|
73
|
+
/**
|
|
74
|
+
* Layout variant
|
|
75
|
+
* @default 'grid'
|
|
76
|
+
*/
|
|
77
|
+
layout?: GalleryLayout;
|
|
78
|
+
/**
|
|
79
|
+
* Number of columns
|
|
80
|
+
* @default 4
|
|
81
|
+
*/
|
|
82
|
+
columns?: 2 | 3 | 4 | 5;
|
|
83
|
+
/**
|
|
84
|
+
* Enable lightbox on click
|
|
85
|
+
* @default true
|
|
86
|
+
*/
|
|
87
|
+
lightbox?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Show captions below images
|
|
90
|
+
* @default false
|
|
91
|
+
*/
|
|
92
|
+
showCaptions?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Gap between images
|
|
95
|
+
* @default 'md'
|
|
96
|
+
*/
|
|
97
|
+
gap?: "sm" | "md" | "lg" | "none";
|
|
98
|
+
/**
|
|
99
|
+
* Enable category filtering
|
|
100
|
+
* @default false
|
|
101
|
+
*/
|
|
102
|
+
filterable?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Background style
|
|
105
|
+
* @default 'base'
|
|
106
|
+
*/
|
|
107
|
+
background?: "base" | "subtle" | "none";
|
|
108
|
+
/**
|
|
109
|
+
* Aspect ratio for grid items
|
|
110
|
+
* @default 'square'
|
|
111
|
+
*/
|
|
112
|
+
aspectRatio?: "square" | "landscape" | "portrait" | "auto";
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=Gallery.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gallery.types.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Gallery/Gallery.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,QAAQ,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,CAAC;CAC5D;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;AAE5D;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CACxC,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,MAAM,EAAE,YAAY,EAAE,CAAC;IAEvB;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC;IAEvB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAExB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAElC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,WAAW,CAAC,EAAE,QAAQ,GAAG,WAAW,GAAG,UAAU,GAAG,MAAM,CAAC;CAC5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Gallery/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EACV,YAAY,EACZ,YAAY,EACZ,aAAa,GACd,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),n=require("react"),D=require("./HeroHighlight.cjs"),a=require("./Hero.module.css.cjs"),L=require("../../../sections/Section/Section.cjs"),O=require("../../../sections/Container/Container.cjs"),R=require("../../../components/Badge/Badge.cjs"),V=()=>e.jsx("div",{className:a.default.defaultMedia,children:e.jsxs("svg",{className:a.default.defaultMediaIcon,width:"64",height:"64",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",children:[e.jsx("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.jsx("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),e.jsx("polyline",{points:"21 15 16 10 5 21"})]})}),m=n.forwardRef(({badge:t,title:v,headline:i,description:d,primaryAction:c,secondaryAction:o,media:N,mediaPosition:p="right",showDefaultMedia:H=!1,trustIndicators:u,align:b="center",size:k="lg",layout:y="contained",variant:q="default",backgroundImage:f,backgroundOverlay:h=.6,elevated:w=!1,fullHeight:l=!1,spacing:M,className:B,...E},$)=>{const S=v??i;n.useEffect(()=>{i&&process.env.NODE_ENV==="development"&&console.warn('[Hero] The "headline" prop is deprecated. Use "title" instead. headline will be removed in v3.0.')},[i]),n.useEffect(()=>{l&&process.env.NODE_ENV==="development"&&console.warn('[Hero] The "fullHeight" prop is deprecated. Use layout="fullscreen" instead.')},[l]);const g=l?"fullscreen":y,T=M??"xl",x=N||(H?e.jsx(V,{}):null),r=!!x,z=c||o,s=q==="background",C=[a.default.hero,a.default[`align-${b}`],a.default[`size-${k}`],a.default[`layout-${g}`],s&&a.default["variant-background"],w&&g==="card"&&a.default.elevated,r&&!s&&a.default.hasMedia,r&&!s&&a.default[`media-${p}`],B].filter(Boolean).join(" ");return e.jsxs(L.Section,{ref:$,spacing:T,className:C,...E,children:[s&&f&&e.jsxs(e.Fragment,{children:[e.jsx("div",{className:a.default.backgroundImage,children:e.jsx("img",{src:f,alt:"","aria-hidden":"true"})}),e.jsx("div",{className:a.default.backgroundOverlay,style:{background:`linear-gradient(to bottom, rgba(0,0,0,${h*.8}), rgba(0,0,0,${h}))`}})]}),e.jsxs(O.Container,{size:"xl",className:a.default.container,children:[e.jsxs("div",{className:a.default.content,children:[t&&e.jsx("div",{className:a.default.badge,...s&&{"data-dark-bg":"true"},children:typeof t=="string"?e.jsx(R.Badge,{variant:"brand",size:"lg",children:t}):t}),e.jsx("h1",{className:a.default.headline,children:S}),d&&e.jsx("p",{className:a.default.description,children:d}),z&&e.jsxs("div",{className:a.default.actions,...s&&{"data-dark-bg":"true"},children:[c,o]}),u&&e.jsx("div",{className:a.default.trustIndicators,children:u})]}),r&&!s&&e.jsx("div",{className:a.default.media,children:x})]})]})});m.displayName="Hero";const j=m;j.Highlight=D.HeroHighlight;exports.Hero=j;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { HeroProps } from './Hero.types';
|
|
2
|
+
import { HeroHighlight } from './HeroHighlight';
|
|
3
|
+
|
|
4
|
+
declare const HeroBase: import('react').ForwardRefExoticComponent<HeroProps & import('react').RefAttributes<HTMLElement>>;
|
|
5
|
+
type HeroComponent = typeof HeroBase & {
|
|
6
|
+
Highlight: typeof HeroHighlight;
|
|
7
|
+
};
|
|
8
|
+
export declare const Hero: HeroComponent;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=Hero.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/blocks/sections/Hero/Hero.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AA2BhD,QAAA,MAAM,QAAQ,mGA6Ib,CAAC;AAKF,KAAK,aAAa,GAAG,OAAO,QAAQ,GAAG;IACrC,SAAS,EAAE,OAAO,aAAa,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAe,aAAa,CAAC"}
|