@orion-ds/react 4.9.2 → 4.9.3
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.d.ts +4 -0
- package/dist/ComponentShowcase.d.ts.map +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 +74 -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 +77 -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 +53 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.types.d.ts +45 -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/AgentFolder/AgentFolder.cjs +1 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.d.ts +5 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.d.ts.map +1 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.mjs +23 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.types.d.ts +97 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.types.d.ts.map +1 -0
- package/dist/blocks/sections/AgentFolder/index.d.ts +8 -0
- package/dist/blocks/sections/AgentFolder/index.d.ts.map +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.cjs +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.d.ts +4 -0
- package/dist/blocks/sections/AppDownload/AppDownload.d.ts.map +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.mjs +108 -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 +47 -0
- package/dist/blocks/sections/AppDownload/AppDownload.types.d.ts +40 -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 +4 -0
- package/dist/blocks/sections/Blog/Blog.d.ts.map +1 -0
- package/dist/blocks/sections/Blog/Blog.mjs +85 -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 +49 -0
- package/dist/blocks/sections/Blog/Blog.types.d.ts +32 -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 +35 -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 +17 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.types.d.ts +16 -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 +5 -0
- package/dist/blocks/sections/CTA/CTA.d.ts.map +1 -0
- package/dist/blocks/sections/CTA/CTA.mjs +27 -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 +20 -0
- package/dist/blocks/sections/CTA/CTA.types.d.ts +16 -0
- package/dist/blocks/sections/CTA/CTA.types.d.ts.map +1 -0
- package/dist/blocks/sections/CTA/index.d.ts +3 -0
- package/dist/blocks/sections/CTA/index.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselCard.cjs +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselCard.d.ts +5 -0
- package/dist/blocks/sections/CarouselSection/CarouselCard.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselCard.mjs +18 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.cjs +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.d.ts +9 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.mjs +104 -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 +41 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.types.d.ts +31 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
- package/dist/blocks/sections/CarouselSection/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/Chat/Chat.d.ts.map +1 -0
- package/dist/blocks/sections/Chat/Chat.mjs +93 -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 +47 -0
- package/dist/blocks/sections/Chat/Chat.types.d.ts +33 -0
- package/dist/blocks/sections/Chat/Chat.types.d.ts.map +1 -0
- package/dist/blocks/sections/Chat/index.d.ts +3 -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 +4 -0
- package/dist/blocks/sections/Comparison/Comparison.d.ts.map +1 -0
- package/dist/blocks/sections/Comparison/Comparison.mjs +47 -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 +33 -0
- package/dist/blocks/sections/Comparison/Comparison.types.d.ts +22 -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 +27 -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 +25 -0
- package/dist/blocks/sections/Contact/Contact.types.d.ts +18 -0
- package/dist/blocks/sections/Contact/Contact.types.d.ts.map +1 -0
- package/dist/blocks/sections/Contact/index.d.ts +3 -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 +5 -0
- package/dist/blocks/sections/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.mjs +21 -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 +15 -0
- package/dist/blocks/sections/EmptyState/EmptyState.types.d.ts +15 -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 +9 -0
- package/dist/blocks/sections/FAQ/FAQ.d.ts.map +1 -0
- package/dist/blocks/sections/FAQ/FAQ.mjs +37 -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 +33 -0
- package/dist/blocks/sections/FAQ/FAQ.types.d.ts +29 -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 +5 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.d.ts.map +1 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.mjs +58 -0
- package/dist/blocks/sections/FAQ/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/Features/FeatureCard.d.ts.map +1 -0
- package/dist/blocks/sections/Features/FeatureCard.mjs +16 -0
- package/dist/blocks/sections/Features/Features.cjs +1 -0
- package/dist/blocks/sections/Features/Features.d.ts +9 -0
- package/dist/blocks/sections/Features/Features.d.ts.map +1 -0
- package/dist/blocks/sections/Features/Features.mjs +28 -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 +31 -0
- package/dist/blocks/sections/Features/Features.types.d.ts +27 -0
- package/dist/blocks/sections/Features/Features.types.d.ts.map +1 -0
- package/dist/blocks/sections/Features/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/Footer/Footer.d.ts.map +1 -0
- package/dist/blocks/sections/Footer/Footer.mjs +98 -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 +37 -0
- package/dist/blocks/sections/Footer/Footer.types.d.ts +46 -0
- package/dist/blocks/sections/Footer/Footer.types.d.ts.map +1 -0
- package/dist/blocks/sections/Footer/index.d.ts +3 -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 +4 -0
- package/dist/blocks/sections/Gallery/Gallery.d.ts.map +1 -0
- package/dist/blocks/sections/Gallery/Gallery.mjs +34 -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 +25 -0
- package/dist/blocks/sections/Gallery/Gallery.types.d.ts +19 -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 +9 -0
- package/dist/blocks/sections/Hero/Hero.d.ts.map +1 -0
- package/dist/blocks/sections/Hero/Hero.mjs +37 -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 +23 -0
- package/dist/blocks/sections/Hero/Hero.types.d.ts +35 -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 +5 -0
- package/dist/blocks/sections/Hero/HeroHighlight.d.ts.map +1 -0
- package/dist/blocks/sections/Hero/HeroHighlight.mjs +10 -0
- package/dist/blocks/sections/Hero/index.d.ts +4 -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 +31 -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 +17 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.types.d.ts +16 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
- package/dist/blocks/sections/LogoCloud/index.d.ts +3 -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 +5 -0
- package/dist/blocks/sections/Newsletter/Newsletter.d.ts.map +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.mjs +50 -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 +25 -0
- package/dist/blocks/sections/Newsletter/Newsletter.types.d.ts +20 -0
- package/dist/blocks/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
- package/dist/blocks/sections/Newsletter/index.d.ts +3 -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 +9 -0
- package/dist/blocks/sections/Pricing/Pricing.d.ts.map +1 -0
- package/dist/blocks/sections/Pricing/Pricing.mjs +18 -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 +41 -0
- package/dist/blocks/sections/Pricing/Pricing.types.d.ts +33 -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 +5 -0
- package/dist/blocks/sections/Pricing/PricingCard.d.ts.map +1 -0
- package/dist/blocks/sections/Pricing/PricingCard.mjs +49 -0
- package/dist/blocks/sections/Pricing/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.mjs +54 -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 +27 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.types.d.ts +26 -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 +4 -0
- package/dist/blocks/sections/SocialProof/SocialProof.d.ts.map +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.mjs +40 -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 +37 -0
- package/dist/blocks/sections/SocialProof/SocialProof.types.d.ts +32 -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 +9 -0
- package/dist/blocks/sections/Stats/StatItemCard.d.ts.map +1 -0
- package/dist/blocks/sections/Stats/StatItemCard.mjs +18 -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 +25 -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 +37 -0
- package/dist/blocks/sections/Stats/Stats.types.d.ts +26 -0
- package/dist/blocks/sections/Stats/Stats.types.d.ts.map +1 -0
- package/dist/blocks/sections/Stats/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/Stepper/Stepper.d.ts.map +1 -0
- package/dist/blocks/sections/Stepper/Stepper.mjs +87 -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 +41 -0
- package/dist/blocks/sections/Stepper/Stepper.types.d.ts +21 -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 +9 -0
- package/dist/blocks/sections/Team/Team.d.ts.map +1 -0
- package/dist/blocks/sections/Team/Team.mjs +21 -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 +33 -0
- package/dist/blocks/sections/Team/Team.types.d.ts +25 -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 +5 -0
- package/dist/blocks/sections/Team/TeamMemberCard.d.ts.map +1 -0
- package/dist/blocks/sections/Team/TeamMemberCard.mjs +19 -0
- package/dist/blocks/sections/Team/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.mjs +47 -0
- package/dist/blocks/sections/Testimonials/Testimonials.cjs +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.d.ts +9 -0
- package/dist/blocks/sections/Testimonials/Testimonials.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.mjs +28 -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 +43 -0
- package/dist/blocks/sections/Testimonials/Testimonials.types.d.ts +42 -0
- package/dist/blocks/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
- package/dist/blocks/sections/Testimonials/index.d.ts +4 -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 +5 -0
- package/dist/blocks/sections/Timeline/Timeline.d.ts.map +1 -0
- package/dist/blocks/sections/Timeline/Timeline.mjs +53 -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 +33 -0
- package/dist/blocks/sections/Timeline/Timeline.types.d.ts +23 -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 +55 -0
- package/dist/blocks/sections/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.cjs +1 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.d.ts +5 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.d.ts.map +1 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.mjs +155 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.module.css +1 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.module.css.cjs +1 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.module.css.mjs +25 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.types.d.ts +32 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/AgentEditor/index.d.ts +3 -0
- package/dist/blocks/templates/app/AgentEditor/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.cjs +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.d.ts +5 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.d.ts.map +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.mjs +151 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css.cjs +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css.mjs +55 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts +37 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/index.d.ts +3 -0
- package/dist/blocks/templates/app/AgentWorkspace/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.cjs +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts +5 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts.map +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.mjs +192 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css.cjs +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css.mjs +81 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts +42 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/index.d.ts +3 -0
- package/dist/blocks/templates/app/ChatPageTemplate/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.cjs +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.d.ts +5 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.mjs +101 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css.cjs +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css.mjs +73 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +40 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/index.d.ts +3 -0
- package/dist/blocks/templates/app/DashboardTemplate/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.cjs +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +5 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.mjs +141 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css.cjs +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css.mjs +61 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +45 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/index.d.ts +3 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.cjs +1 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.d.ts +5 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.d.ts.map +1 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.mjs +141 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.module.css +1 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.module.css.cjs +1 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.module.css.mjs +43 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.types.d.ts +27 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/LoginTemplate/index.d.ts +3 -0
- package/dist/blocks/templates/app/LoginTemplate/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.cjs +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +5 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.mjs +193 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css.cjs +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css.mjs +61 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +40 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/index.d.ts +3 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.cjs +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.d.ts +5 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.mjs +104 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css.cjs +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css.mjs +45 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +35 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/index.d.ts +3 -0
- package/dist/blocks/templates/app/SettingsTemplate/index.d.ts.map +1 -0
- package/dist/blocks/templates/index.d.ts +47 -0
- package/dist/blocks/templates/index.d.ts.map +1 -0
- package/dist/blocks.css +76 -0
- package/dist/calendar.cjs +1 -0
- package/dist/calendar.d.ts +15 -0
- package/dist/calendar.d.ts.map +1 -0
- package/dist/calendar.mjs +6 -0
- package/dist/chart.cjs +1 -0
- package/dist/chart.d.ts +13 -0
- package/dist/chart.d.ts.map +1 -0
- package/dist/chart.mjs +9 -0
- package/dist/client.cjs +1 -0
- package/dist/client.d.ts +180 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.mjs +247 -0
- package/dist/components/Accordion/Accordion.cjs +1 -0
- package/dist/components/Accordion/Accordion.d.ts +4 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.mjs +94 -0
- package/dist/components/Accordion/Accordion.module.css +1 -0
- package/dist/components/Accordion/Accordion.module.css.cjs +1 -0
- package/dist/components/Accordion/Accordion.module.css.mjs +36 -0
- package/dist/components/Accordion/Accordion.types.d.ts +88 -0
- package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +21 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.cjs +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.d.ts +4 -0
- package/dist/components/ActivityFeed/ActivityFeed.d.ts.map +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.mjs +128 -0
- package/dist/components/ActivityFeed/ActivityFeed.module.css +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.module.css.cjs +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.module.css.mjs +68 -0
- package/dist/components/ActivityFeed/ActivityFeed.types.d.ts +155 -0
- package/dist/components/ActivityFeed/ActivityFeed.types.d.ts.map +1 -0
- package/dist/components/ActivityFeed/index.d.ts +3 -0
- package/dist/components/ActivityFeed/index.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCard.cjs +1 -0
- package/dist/components/AgentCard/AgentCard.d.ts +5 -0
- package/dist/components/AgentCard/AgentCard.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCard.mjs +120 -0
- package/dist/components/AgentCard/AgentCard.module.css +1 -0
- package/dist/components/AgentCard/AgentCard.module.css.cjs +1 -0
- package/dist/components/AgentCard/AgentCard.module.css.mjs +27 -0
- package/dist/components/AgentCard/AgentCard.types.d.ts +83 -0
- package/dist/components/AgentCard/AgentCard.types.d.ts.map +1 -0
- package/dist/components/AgentCard/index.d.ts +8 -0
- package/dist/components/AgentCard/index.d.ts.map +1 -0
- package/dist/components/Alert/Alert.cjs +1 -0
- package/dist/components/Alert/Alert.d.ts +5 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/Alert.mjs +51 -0
- package/dist/components/Alert/Alert.module.css +1 -0
- package/dist/components/Alert/Alert.module.css.cjs +1 -0
- package/dist/components/Alert/Alert.module.css.mjs +27 -0
- package/dist/components/Alert/Alert.types.d.ts +49 -0
- package/dist/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +16 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.cjs +1 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts +10 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.mjs +91 -0
- package/dist/components/AlertDialog/AlertDialog.module.css +1 -0
- package/dist/components/AlertDialog/AlertDialog.module.css.cjs +1 -0
- package/dist/components/AlertDialog/AlertDialog.module.css.mjs +23 -0
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +90 -0
- package/dist/components/AlertDialog/AlertDialog.types.d.ts.map +1 -0
- package/dist/components/AlertDialog/index.d.ts +21 -0
- package/dist/components/AlertDialog/index.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.cjs +1 -0
- package/dist/components/Avatar/Avatar.d.ts +5 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.mjs +77 -0
- package/dist/components/Avatar/Avatar.module.css +1 -0
- package/dist/components/Avatar/Avatar.module.css.cjs +1 -0
- package/dist/components/Avatar/Avatar.module.css.mjs +59 -0
- package/dist/components/Avatar/Avatar.types.d.ts +68 -0
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +15 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.cjs +1 -0
- package/dist/components/Badge/Badge.d.ts +5 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/Badge.mjs +20 -0
- package/dist/components/Badge/Badge.module.css +1 -0
- package/dist/components/Badge/Badge.module.css.cjs +1 -0
- package/dist/components/Badge/Badge.module.css.mjs +31 -0
- package/dist/components/Badge/Badge.types.d.ts +42 -0
- package/dist/components/Badge/Badge.types.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +16 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Banner/Banner.cjs +1 -0
- package/dist/components/Banner/Banner.d.ts +8 -0
- package/dist/components/Banner/Banner.d.ts.map +1 -0
- package/dist/components/Banner/Banner.mjs +107 -0
- package/dist/components/Banner/Banner.module.css +1 -0
- package/dist/components/Banner/Banner.module.css.cjs +1 -0
- package/dist/components/Banner/Banner.module.css.mjs +27 -0
- package/dist/components/Banner/Banner.types.d.ts +101 -0
- package/dist/components/Banner/Banner.types.d.ts.map +1 -0
- package/dist/components/Banner/index.d.ts +3 -0
- package/dist/components/Banner/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.cjs +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +5 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.mjs +84 -0
- package/dist/components/Breadcrumb/Breadcrumb.module.css +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.module.css.cjs +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.module.css.mjs +31 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +88 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +20 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Button/Button.cjs +1 -0
- package/dist/components/Button/Button.d.ts +4 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.mjs +71 -0
- package/dist/components/Button/Button.module.css +1 -0
- package/dist/components/Button/Button.module.css.cjs +1 -0
- package/dist/components/Button/Button.module.css.mjs +43 -0
- package/dist/components/Button/Button.types.d.ts +208 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +16 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.cjs +1 -0
- package/dist/components/Calendar/Calendar.d.ts +5 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.mjs +135 -0
- package/dist/components/Calendar/Calendar.module.css +1 -0
- package/dist/components/Calendar/Calendar.module.css.cjs +1 -0
- package/dist/components/Calendar/Calendar.module.css.mjs +31 -0
- package/dist/components/Calendar/Calendar.types.d.ts +74 -0
- package/dist/components/Calendar/Calendar.types.d.ts.map +1 -0
- package/dist/components/Calendar/index.d.ts +14 -0
- package/dist/components/Calendar/index.d.ts.map +1 -0
- package/dist/components/Card/Card.cjs +1 -0
- package/dist/components/Card/Card.d.ts +13 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/Card.mjs +106 -0
- package/dist/components/Card/Card.module.css +1 -0
- package/dist/components/Card/Card.module.css.cjs +1 -0
- package/dist/components/Card/Card.module.css.mjs +43 -0
- package/dist/components/Card/Card.types.d.ts +106 -0
- package/dist/components/Card/Card.types.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +19 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.cjs +1 -0
- package/dist/components/Carousel/Carousel.d.ts +4 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.mjs +178 -0
- package/dist/components/Carousel/Carousel.module.css +1 -0
- package/dist/components/Carousel/Carousel.module.css.cjs +1 -0
- package/dist/components/Carousel/Carousel.module.css.mjs +60 -0
- package/dist/components/Carousel/Carousel.types.d.ts +184 -0
- package/dist/components/Carousel/Carousel.types.d.ts.map +1 -0
- package/dist/components/Carousel/CarouselCard.cjs +1 -0
- package/dist/components/Carousel/CarouselCard.d.ts +7 -0
- package/dist/components/Carousel/CarouselCard.d.ts.map +1 -0
- package/dist/components/Carousel/CarouselCard.mjs +38 -0
- package/dist/components/Carousel/index.d.ts +25 -0
- package/dist/components/Carousel/index.d.ts.map +1 -0
- package/dist/components/Chart/Chart.cjs +1 -0
- package/dist/components/Chart/Chart.d.ts +35 -0
- package/dist/components/Chart/Chart.d.ts.map +1 -0
- package/dist/components/Chart/Chart.mjs +103 -0
- package/dist/components/Chart/Chart.module.css +1 -0
- package/dist/components/Chart/Chart.module.css.cjs +1 -0
- package/dist/components/Chart/Chart.module.css.mjs +31 -0
- package/dist/components/Chart/Chart.types.d.ts +135 -0
- package/dist/components/Chart/Chart.types.d.ts.map +1 -0
- package/dist/components/Chart/index.d.ts +22 -0
- package/dist/components/Chart/index.d.ts.map +1 -0
- package/dist/components/Chart/useResolvedChartColors.cjs +1 -0
- package/dist/components/Chart/useResolvedChartColors.d.ts +7 -0
- package/dist/components/Chart/useResolvedChartColors.d.ts.map +1 -0
- package/dist/components/Chart/useResolvedChartColors.mjs +39 -0
- package/dist/components/Chat/Chat.cjs +1 -0
- package/dist/components/Chat/Chat.d.ts +22 -0
- package/dist/components/Chat/Chat.d.ts.map +1 -0
- package/dist/components/Chat/Chat.mjs +56 -0
- package/dist/components/Chat/Chat.module.css +1 -0
- package/dist/components/Chat/Chat.module.css.cjs +1 -0
- package/dist/components/Chat/Chat.module.css.mjs +237 -0
- package/dist/components/Chat/Chat.types.d.ts +387 -0
- package/dist/components/Chat/Chat.types.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatAttachment.cjs +1 -0
- package/dist/components/Chat/components/ChatAttachment.d.ts +5 -0
- package/dist/components/Chat/components/ChatAttachment.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatAttachment.mjs +125 -0
- package/dist/components/Chat/components/ChatAudioPlayer.cjs +1 -0
- package/dist/components/Chat/components/ChatAudioPlayer.d.ts +5 -0
- package/dist/components/Chat/components/ChatAudioPlayer.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatCodeBlock.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatFileUpload.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatHeader.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatHeader.mjs +36 -0
- package/dist/components/Chat/components/ChatImagePreview.cjs +1 -0
- package/dist/components/Chat/components/ChatImagePreview.d.ts +5 -0
- package/dist/components/Chat/components/ChatImagePreview.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatInput.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatLightbox.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatMarkdown.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatMessage.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatMessages.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatMessages.mjs +46 -0
- package/dist/components/Chat/components/ChatSidebar.cjs +1 -0
- package/dist/components/Chat/components/ChatSidebar.d.ts +5 -0
- package/dist/components/Chat/components/ChatSidebar.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatTypingIndicator.d.ts.map +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.d.ts +5 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.mjs +111 -0
- package/dist/components/Chat/components/index.d.ts +18 -0
- package/dist/components/Chat/components/index.d.ts.map +1 -0
- package/dist/components/Chat/hooks/index.d.ts +12 -0
- package/dist/components/Chat/hooks/index.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useAutoScroll.cjs +1 -0
- package/dist/components/Chat/hooks/useAutoScroll.d.ts +24 -0
- package/dist/components/Chat/hooks/useAutoScroll.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useAutoScroll.mjs +50 -0
- package/dist/components/Chat/hooks/useChatInput.cjs +1 -0
- package/dist/components/Chat/hooks/useChatInput.d.ts +43 -0
- package/dist/components/Chat/hooks/useChatInput.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useChatInput.mjs +44 -0
- package/dist/components/Chat/hooks/useStreamingText.cjs +1 -0
- package/dist/components/Chat/hooks/useStreamingText.d.ts +22 -0
- package/dist/components/Chat/hooks/useStreamingText.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useStreamingText.mjs +21 -0
- package/dist/components/Chat/hooks/useVoiceRecorder.cjs +1 -0
- package/dist/components/Chat/hooks/useVoiceRecorder.d.ts +26 -0
- package/dist/components/Chat/hooks/useVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useVoiceRecorder.mjs +74 -0
- package/dist/components/Chat/index.d.ts +28 -0
- package/dist/components/Chat/index.d.ts.map +1 -0
- package/dist/components/Chat/utils.cjs +1 -0
- package/dist/components/Chat/utils.d.ts +16 -0
- package/dist/components/Chat/utils.d.ts.map +1 -0
- package/dist/components/Chat/utils.mjs +12 -0
- package/dist/components/Checkbox/Checkbox.cjs +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.mjs +84 -0
- package/dist/components/Checkbox/Checkbox.module.css +1 -0
- package/dist/components/Checkbox/Checkbox.module.css.cjs +1 -0
- package/dist/components/Checkbox/Checkbox.module.css.mjs +33 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +64 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +15 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Chip/Chip.cjs +1 -0
- package/dist/components/Chip/Chip.d.ts +4 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -0
- package/dist/components/Chip/Chip.mjs +86 -0
- package/dist/components/Chip/Chip.module.css +1 -0
- package/dist/components/Chip/Chip.module.css.cjs +1 -0
- package/dist/components/Chip/Chip.module.css.mjs +38 -0
- package/dist/components/Chip/Chip.types.d.ts +64 -0
- package/dist/components/Chip/Chip.types.d.ts.map +1 -0
- package/dist/components/Chip/index.d.ts +16 -0
- package/dist/components/Chip/index.d.ts.map +1 -0
- package/dist/components/CodeEditor/CodeEditor.cjs +6 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts +24 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -0
- package/dist/components/CodeEditor/CodeEditor.mjs +255 -0
- package/dist/components/CodeEditor/CodeEditor.module.css +1 -0
- package/dist/components/CodeEditor/CodeEditor.module.css.cjs +1 -0
- package/dist/components/CodeEditor/CodeEditor.module.css.mjs +23 -0
- package/dist/components/CodeEditor/CodeEditor.types.d.ts +49 -0
- package/dist/components/CodeEditor/CodeEditor.types.d.ts.map +1 -0
- package/dist/components/CodeEditor/index.d.ts +3 -0
- package/dist/components/CodeEditor/index.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.cjs +1 -0
- package/dist/components/Collapsible/Collapsible.d.ts +7 -0
- package/dist/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.mjs +114 -0
- package/dist/components/Collapsible/Collapsible.module.css +1 -0
- package/dist/components/Collapsible/Collapsible.module.css.cjs +1 -0
- package/dist/components/Collapsible/Collapsible.module.css.mjs +15 -0
- package/dist/components/Collapsible/Collapsible.types.d.ts +31 -0
- package/dist/components/Collapsible/Collapsible.types.d.ts.map +1 -0
- package/dist/components/Collapsible/index.d.ts +3 -0
- package/dist/components/Collapsible/index.d.ts.map +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.cjs +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.d.ts +10 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.d.ts.map +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.mjs +196 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css.cjs +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css.mjs +41 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.types.d.ts +157 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.types.d.ts.map +1 -0
- package/dist/components/CollapsibleFolder/index.d.ts +8 -0
- package/dist/components/CollapsibleFolder/index.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.cjs +1 -0
- package/dist/components/Combobox/Combobox.d.ts +4 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.mjs +271 -0
- package/dist/components/Combobox/Combobox.module.css +1 -0
- package/dist/components/Combobox/Combobox.module.css.cjs +1 -0
- package/dist/components/Combobox/Combobox.module.css.mjs +65 -0
- package/dist/components/Combobox/Combobox.types.d.ts +149 -0
- package/dist/components/Combobox/Combobox.types.d.ts.map +1 -0
- package/dist/components/Combobox/index.d.ts +22 -0
- package/dist/components/Combobox/index.d.ts.map +1 -0
- package/dist/components/Command/Command.cjs +1 -0
- package/dist/components/Command/Command.d.ts +14 -0
- package/dist/components/Command/Command.d.ts.map +1 -0
- package/dist/components/Command/Command.mjs +248 -0
- package/dist/components/Command/Command.module.css +1 -0
- package/dist/components/Command/Command.module.css.cjs +1 -0
- package/dist/components/Command/Command.module.css.mjs +35 -0
- package/dist/components/Command/Command.types.d.ts +150 -0
- package/dist/components/Command/Command.types.d.ts.map +1 -0
- package/dist/components/Command/index.d.ts +21 -0
- package/dist/components/Command/index.d.ts.map +1 -0
- package/dist/components/CommandBar/CommandBar.cjs +1 -0
- package/dist/components/CommandBar/CommandBar.d.ts +4 -0
- package/dist/components/CommandBar/CommandBar.d.ts.map +1 -0
- package/dist/components/CommandBar/CommandBar.mjs +193 -0
- package/dist/components/CommandBar/CommandBar.module.css +1 -0
- package/dist/components/CommandBar/CommandBar.module.css.cjs +1 -0
- package/dist/components/CommandBar/CommandBar.module.css.mjs +45 -0
- package/dist/components/CommandBar/CommandBar.types.d.ts +108 -0
- package/dist/components/CommandBar/CommandBar.types.d.ts.map +1 -0
- package/dist/components/CommandBar/index.d.ts +3 -0
- package/dist/components/CommandBar/index.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.cjs +1 -0
- package/dist/components/DataTable/DataTable.d.ts +8 -0
- package/dist/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.mjs +339 -0
- package/dist/components/DataTable/DataTable.module.css +1 -0
- package/dist/components/DataTable/DataTable.module.css.cjs +1 -0
- package/dist/components/DataTable/DataTable.module.css.mjs +109 -0
- package/dist/components/DataTable/DataTable.types.d.ts +363 -0
- package/dist/components/DataTable/DataTable.types.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +3 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +5 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.mjs +104 -0
- package/dist/components/DatePicker/DatePicker.module.css +1 -0
- package/dist/components/DatePicker/DatePicker.module.css.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.module.css.mjs +21 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts +75 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -0
- package/dist/components/DatePicker/index.d.ts +14 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DetailPanel/DetailPanel.cjs +1 -0
- package/dist/components/DetailPanel/DetailPanel.d.ts +4 -0
- package/dist/components/DetailPanel/DetailPanel.d.ts.map +1 -0
- package/dist/components/DetailPanel/DetailPanel.mjs +103 -0
- package/dist/components/DetailPanel/DetailPanel.module.css +1 -0
- package/dist/components/DetailPanel/DetailPanel.module.css.cjs +1 -0
- package/dist/components/DetailPanel/DetailPanel.module.css.mjs +45 -0
- package/dist/components/DetailPanel/DetailPanel.types.d.ts +95 -0
- package/dist/components/DetailPanel/DetailPanel.types.d.ts.map +1 -0
- package/dist/components/DetailPanel/index.d.ts +3 -0
- package/dist/components/DetailPanel/index.d.ts.map +1 -0
- package/dist/components/Divider/Divider.cjs +1 -0
- package/dist/components/Divider/Divider.d.ts +4 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/Divider.mjs +48 -0
- package/dist/components/Divider/Divider.module.css +1 -0
- package/dist/components/Divider/Divider.module.css.cjs +1 -0
- package/dist/components/Divider/Divider.module.css.mjs +27 -0
- package/dist/components/Divider/Divider.types.d.ts +42 -0
- package/dist/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/components/Divider/index.d.ts +16 -0
- package/dist/components/Divider/index.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.cjs +1 -0
- package/dist/components/Drawer/Drawer.d.ts +8 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.mjs +132 -0
- package/dist/components/Drawer/Drawer.module.css +1 -0
- package/dist/components/Drawer/Drawer.module.css.cjs +1 -0
- package/dist/components/Drawer/Drawer.module.css.mjs +36 -0
- package/dist/components/Drawer/Drawer.types.d.ts +79 -0
- package/dist/components/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +21 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +4 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.mjs +176 -0
- package/dist/components/Dropdown/Dropdown.module.css +1 -0
- package/dist/components/Dropdown/Dropdown.module.css.cjs +1 -0
- package/dist/components/Dropdown/Dropdown.module.css.mjs +29 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts +115 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
- package/dist/components/Dropdown/index.d.ts +22 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.cjs +1 -0
- package/dist/components/EmptyState/EmptyState.d.ts +4 -0
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.mjs +30 -0
- package/dist/components/EmptyState/EmptyState.module.css +1 -0
- package/dist/components/EmptyState/EmptyState.module.css.cjs +1 -0
- package/dist/components/EmptyState/EmptyState.module.css.mjs +21 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts +47 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +19 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.cjs +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +12 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.mjs +43 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.module.css +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.module.css.cjs +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.module.css.mjs +15 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.types.d.ts +17 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.types.d.ts.map +1 -0
- package/dist/components/ErrorBoundary/index.d.ts +3 -0
- package/dist/components/ErrorBoundary/index.d.ts.map +1 -0
- package/dist/components/Field/Field.cjs +1 -0
- package/dist/components/Field/Field.d.ts +4 -0
- package/dist/components/Field/Field.d.ts.map +1 -0
- package/dist/components/Field/Field.mjs +107 -0
- package/dist/components/Field/Field.module.css +1 -0
- package/dist/components/Field/Field.module.css.cjs +1 -0
- package/dist/components/Field/Field.module.css.mjs +49 -0
- package/dist/components/Field/Field.types.d.ts +190 -0
- package/dist/components/Field/Field.types.d.ts.map +1 -0
- package/dist/components/Field/index.d.ts +16 -0
- package/dist/components/Field/index.d.ts.map +1 -0
- package/dist/components/FileUploader/FileUploader.cjs +1 -0
- package/dist/components/FileUploader/FileUploader.d.ts +4 -0
- package/dist/components/FileUploader/FileUploader.d.ts.map +1 -0
- package/dist/components/FileUploader/FileUploader.mjs +202 -0
- package/dist/components/FileUploader/FileUploader.module.css +1 -0
- package/dist/components/FileUploader/FileUploader.module.css.cjs +1 -0
- package/dist/components/FileUploader/FileUploader.module.css.mjs +67 -0
- package/dist/components/FileUploader/FileUploader.types.d.ts +124 -0
- package/dist/components/FileUploader/FileUploader.types.d.ts.map +1 -0
- package/dist/components/FileUploader/index.d.ts +3 -0
- package/dist/components/FileUploader/index.d.ts.map +1 -0
- package/dist/components/FilterBar/FilterBar.cjs +1 -0
- package/dist/components/FilterBar/FilterBar.d.ts +4 -0
- package/dist/components/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/components/FilterBar/FilterBar.mjs +164 -0
- package/dist/components/FilterBar/FilterBar.module.css +1 -0
- package/dist/components/FilterBar/FilterBar.module.css.cjs +1 -0
- package/dist/components/FilterBar/FilterBar.module.css.mjs +55 -0
- package/dist/components/FilterBar/FilterBar.types.d.ts +139 -0
- package/dist/components/FilterBar/FilterBar.types.d.ts.map +1 -0
- package/dist/components/FilterBar/index.d.ts +3 -0
- package/dist/components/FilterBar/index.d.ts.map +1 -0
- package/dist/components/FontLoader/FontLoader.cjs +1 -0
- package/dist/components/FontLoader/FontLoader.d.ts +13 -0
- package/dist/components/FontLoader/FontLoader.d.ts.map +1 -0
- package/dist/components/FontLoader/FontLoader.mjs +47 -0
- package/dist/components/FontLoader/FontLoader.types.d.ts +27 -0
- package/dist/components/FontLoader/FontLoader.types.d.ts.map +1 -0
- package/dist/components/FontLoader/index.d.ts +21 -0
- package/dist/components/FontLoader/index.d.ts.map +1 -0
- package/dist/components/FormSection/FormSection.cjs +1 -0
- package/dist/components/FormSection/FormSection.d.ts +7 -0
- package/dist/components/FormSection/FormSection.d.ts.map +1 -0
- package/dist/components/FormSection/FormSection.mjs +84 -0
- package/dist/components/FormSection/FormSection.module.css +1 -0
- package/dist/components/FormSection/FormSection.module.css.cjs +1 -0
- package/dist/components/FormSection/FormSection.module.css.mjs +56 -0
- package/dist/components/FormSection/FormSection.types.d.ts +108 -0
- package/dist/components/FormSection/FormSection.types.d.ts.map +1 -0
- package/dist/components/FormSection/index.d.ts +3 -0
- package/dist/components/FormSection/index.d.ts.map +1 -0
- package/dist/components/Icon/Icon.cjs +1 -0
- package/dist/components/Icon/Icon.d.ts +4 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -0
- package/dist/components/Icon/Icon.mjs +54 -0
- package/dist/components/Icon/Icon.module.css +1 -0
- package/dist/components/Icon/Icon.module.css.cjs +1 -0
- package/dist/components/Icon/Icon.module.css.mjs +39 -0
- package/dist/components/Icon/Icon.types.d.ts +95 -0
- package/dist/components/Icon/Icon.types.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts +21 -0
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.cjs +3 -0
- package/dist/components/IconGallery/IconGallery.d.ts +5 -0
- package/dist/components/IconGallery/IconGallery.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.mjs +205 -0
- package/dist/components/IconGallery/IconGallery.module.css +1 -0
- package/dist/components/IconGallery/IconGallery.module.css.cjs +1 -0
- package/dist/components/IconGallery/IconGallery.module.css.mjs +39 -0
- package/dist/components/IconGallery/IconGallery.types.d.ts +19 -0
- package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -0
- package/dist/components/IconGallery/index.d.ts +19 -0
- package/dist/components/IconGallery/index.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.cjs +1 -0
- package/dist/components/InputOTP/InputOTP.d.ts +8 -0
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.mjs +143 -0
- package/dist/components/InputOTP/InputOTP.module.css +1 -0
- package/dist/components/InputOTP/InputOTP.module.css.cjs +1 -0
- package/dist/components/InputOTP/InputOTP.module.css.mjs +31 -0
- package/dist/components/InputOTP/InputOTP.types.d.ts +44 -0
- package/dist/components/InputOTP/InputOTP.types.d.ts.map +1 -0
- package/dist/components/InputOTP/index.d.ts +3 -0
- package/dist/components/InputOTP/index.d.ts.map +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.cjs +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.d.ts +4 -0
- package/dist/components/KanbanBoard/KanbanBoard.d.ts.map +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.mjs +190 -0
- package/dist/components/KanbanBoard/KanbanBoard.module.css +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.module.css.cjs +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.module.css.mjs +79 -0
- package/dist/components/KanbanBoard/KanbanBoard.types.d.ts +185 -0
- package/dist/components/KanbanBoard/KanbanBoard.types.d.ts.map +1 -0
- package/dist/components/KanbanBoard/index.d.ts +3 -0
- package/dist/components/KanbanBoard/index.d.ts.map +1 -0
- package/dist/components/Link/Link.cjs +1 -0
- package/dist/components/Link/Link.d.ts +4 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/Link.mjs +82 -0
- package/dist/components/Link/Link.module.css +1 -0
- package/dist/components/Link/Link.module.css.cjs +1 -0
- package/dist/components/Link/Link.module.css.mjs +30 -0
- package/dist/components/Link/Link.types.d.ts +72 -0
- package/dist/components/Link/Link.types.d.ts.map +1 -0
- package/dist/components/Link/index.d.ts +16 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/List/List.cjs +1 -0
- package/dist/components/List/List.d.ts +4 -0
- package/dist/components/List/List.d.ts.map +1 -0
- package/dist/components/List/List.mjs +95 -0
- package/dist/components/List/List.module.css +1 -0
- package/dist/components/List/List.module.css.cjs +1 -0
- package/dist/components/List/List.module.css.mjs +43 -0
- package/dist/components/List/List.types.d.ts +113 -0
- package/dist/components/List/List.types.d.ts.map +1 -0
- package/dist/components/List/index.d.ts +20 -0
- package/dist/components/List/index.d.ts.map +1 -0
- package/dist/components/MetricCards/MetricCards.cjs +1 -0
- package/dist/components/MetricCards/MetricCards.d.ts +6 -0
- package/dist/components/MetricCards/MetricCards.d.ts.map +1 -0
- package/dist/components/MetricCards/MetricCards.mjs +125 -0
- package/dist/components/MetricCards/MetricCards.module.css +1 -0
- package/dist/components/MetricCards/MetricCards.module.css.cjs +1 -0
- package/dist/components/MetricCards/MetricCards.module.css.mjs +47 -0
- package/dist/components/MetricCards/MetricCards.types.d.ts +134 -0
- package/dist/components/MetricCards/MetricCards.types.d.ts.map +1 -0
- package/dist/components/MetricCards/index.d.ts +3 -0
- package/dist/components/MetricCards/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.cjs +1 -0
- package/dist/components/Modal/Modal.d.ts +9 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.mjs +72 -0
- package/dist/components/Modal/Modal.module.css +1 -0
- package/dist/components/Modal/Modal.module.css.cjs +1 -0
- package/dist/components/Modal/Modal.module.css.mjs +31 -0
- package/dist/components/Modal/Modal.types.d.ts +80 -0
- package/dist/components/Modal/Modal.types.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +20 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/NavTree/NavTree.cjs +1 -0
- package/dist/components/NavTree/NavTree.d.ts +7 -0
- package/dist/components/NavTree/NavTree.d.ts.map +1 -0
- package/dist/components/NavTree/NavTree.mjs +273 -0
- package/dist/components/NavTree/NavTree.module.css +1 -0
- package/dist/components/NavTree/NavTree.module.css.cjs +1 -0
- package/dist/components/NavTree/NavTree.module.css.mjs +65 -0
- package/dist/components/NavTree/NavTree.types.d.ts +140 -0
- package/dist/components/NavTree/NavTree.types.d.ts.map +1 -0
- package/dist/components/NavTree/index.d.ts +27 -0
- package/dist/components/NavTree/index.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.cjs +1 -0
- package/dist/components/Navbar/Navbar.d.ts +21 -0
- package/dist/components/Navbar/Navbar.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.mjs +129 -0
- package/dist/components/Navbar/Navbar.module.css +1 -0
- package/dist/components/Navbar/Navbar.module.css.cjs +1 -0
- package/dist/components/Navbar/Navbar.module.css.mjs +53 -0
- package/dist/components/Navbar/Navbar.types.d.ts +134 -0
- package/dist/components/Navbar/Navbar.types.d.ts.map +1 -0
- package/dist/components/Navbar/index.d.ts +25 -0
- package/dist/components/Navbar/index.d.ts.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.cjs +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.d.ts +4 -0
- package/dist/components/NotificationCenter/NotificationCenter.d.ts.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.mjs +172 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.css +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.css.cjs +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.css.mjs +70 -0
- package/dist/components/NotificationCenter/NotificationCenter.types.d.ts +121 -0
- package/dist/components/NotificationCenter/NotificationCenter.types.d.ts.map +1 -0
- package/dist/components/NotificationCenter/index.d.ts +3 -0
- package/dist/components/NotificationCenter/index.d.ts.map +1 -0
- package/dist/components/PageHeader/PageHeader.cjs +1 -0
- package/dist/components/PageHeader/PageHeader.d.ts +4 -0
- package/dist/components/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/components/PageHeader/PageHeader.mjs +105 -0
- package/dist/components/PageHeader/PageHeader.module.css +1 -0
- package/dist/components/PageHeader/PageHeader.module.css.cjs +1 -0
- package/dist/components/PageHeader/PageHeader.module.css.mjs +58 -0
- package/dist/components/PageHeader/PageHeader.types.d.ts +130 -0
- package/dist/components/PageHeader/PageHeader.types.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.cjs +1 -0
- package/dist/components/Pagination/Pagination.d.ts +4 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.mjs +136 -0
- package/dist/components/Pagination/Pagination.module.css +1 -0
- package/dist/components/Pagination/Pagination.module.css.cjs +1 -0
- package/dist/components/Pagination/Pagination.module.css.mjs +25 -0
- package/dist/components/Pagination/Pagination.types.d.ts +58 -0
- package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +18 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.cjs +1 -0
- package/dist/components/Popover/Popover.d.ts +4 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/Popover.mjs +191 -0
- package/dist/components/Popover/Popover.module.css +1 -0
- package/dist/components/Popover/Popover.module.css.cjs +1 -0
- package/dist/components/Popover/Popover.module.css.mjs +21 -0
- package/dist/components/Popover/Popover.types.d.ts +103 -0
- package/dist/components/Popover/Popover.types.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +22 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.cjs +1 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.mjs +54 -0
- package/dist/components/ProgressBar/ProgressBar.module.css +1 -0
- package/dist/components/ProgressBar/ProgressBar.module.css.cjs +1 -0
- package/dist/components/ProgressBar/ProgressBar.module.css.mjs +33 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +57 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +15 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/QuickActions/QuickActions.cjs +1 -0
- package/dist/components/QuickActions/QuickActions.d.ts +4 -0
- package/dist/components/QuickActions/QuickActions.d.ts.map +1 -0
- package/dist/components/QuickActions/QuickActions.mjs +148 -0
- package/dist/components/QuickActions/QuickActions.module.css +1 -0
- package/dist/components/QuickActions/QuickActions.module.css.cjs +1 -0
- package/dist/components/QuickActions/QuickActions.module.css.mjs +59 -0
- package/dist/components/QuickActions/QuickActions.types.d.ts +107 -0
- package/dist/components/QuickActions/QuickActions.types.d.ts.map +1 -0
- package/dist/components/QuickActions/index.d.ts +3 -0
- package/dist/components/QuickActions/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.cjs +1 -0
- package/dist/components/Radio/Radio.d.ts +4 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/Radio.mjs +76 -0
- package/dist/components/Radio/Radio.module.css +1 -0
- package/dist/components/Radio/Radio.module.css.cjs +1 -0
- package/dist/components/Radio/Radio.module.css.mjs +33 -0
- package/dist/components/Radio/Radio.types.d.ts +58 -0
- package/dist/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +15 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.cjs +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +4 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.mjs +87 -0
- package/dist/components/SearchInput/SearchInput.module.css +1 -0
- package/dist/components/SearchInput/SearchInput.module.css.cjs +1 -0
- package/dist/components/SearchInput/SearchInput.module.css.mjs +57 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts +73 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +15 -0
- package/dist/components/SearchInput/index.d.ts.map +1 -0
- package/dist/components/Select/Select.cjs +1 -0
- package/dist/components/Select/Select.d.ts +20 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.mjs +84 -0
- package/dist/components/Select/Select.module.css +1 -0
- package/dist/components/Select/Select.module.css.cjs +1 -0
- package/dist/components/Select/Select.module.css.mjs +33 -0
- package/dist/components/Select/Select.types.d.ts +84 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +22 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +8 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.mjs +153 -0
- package/dist/components/Sidebar/Sidebar.module.css +1 -0
- package/dist/components/Sidebar/Sidebar.module.css.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.module.css.mjs +48 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts +162 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +3 -0
- package/dist/components/Sidebar/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.mjs +54 -0
- package/dist/components/Skeleton/Skeleton.module.css +1 -0
- package/dist/components/Skeleton/Skeleton.module.css.cjs +1 -0
- package/dist/components/Skeleton/Skeleton.module.css.mjs +23 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts +52 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +15 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/Slider/Slider.cjs +1 -0
- package/dist/components/Slider/Slider.d.ts +4 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.mjs +109 -0
- package/dist/components/Slider/Slider.module.css +1 -0
- package/dist/components/Slider/Slider.module.css.cjs +1 -0
- package/dist/components/Slider/Slider.module.css.mjs +33 -0
- package/dist/components/Slider/Slider.types.d.ts +94 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +15 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.cjs +1 -0
- package/dist/components/Spinner/Spinner.d.ts +5 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.mjs +28 -0
- package/dist/components/Spinner/Spinner.module.css +1 -0
- package/dist/components/Spinner/Spinner.module.css.cjs +1 -0
- package/dist/components/Spinner/Spinner.module.css.mjs +31 -0
- package/dist/components/Spinner/Spinner.types.d.ts +43 -0
- package/dist/components/Spinner/Spinner.types.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +15 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Stack/Stack.cjs +1 -0
- package/dist/components/Stack/Stack.d.ts +5 -0
- package/dist/components/Stack/Stack.d.ts.map +1 -0
- package/dist/components/Stack/Stack.mjs +31 -0
- package/dist/components/Stack/Stack.module.css +1 -0
- package/dist/components/Stack/Stack.module.css.cjs +1 -0
- package/dist/components/Stack/Stack.module.css.mjs +30 -0
- package/dist/components/Stack/Stack.types.d.ts +82 -0
- package/dist/components/Stack/Stack.types.d.ts.map +1 -0
- package/dist/components/Stack/index.d.ts +3 -0
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.cjs +1 -0
- package/dist/components/Stepper/Stepper.d.ts +4 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.mjs +133 -0
- package/dist/components/Stepper/Stepper.module.css +1 -0
- package/dist/components/Stepper/Stepper.module.css.cjs +1 -0
- package/dist/components/Stepper/Stepper.module.css.mjs +55 -0
- package/dist/components/Stepper/Stepper.types.d.ts +138 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/components/Stepper/index.d.ts +20 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.cjs +1 -0
- package/dist/components/Switch/Switch.d.ts +4 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/Switch.mjs +80 -0
- package/dist/components/Switch/Switch.module.css +1 -0
- package/dist/components/Switch/Switch.module.css.cjs +1 -0
- package/dist/components/Switch/Switch.module.css.mjs +33 -0
- package/dist/components/Switch/Switch.types.d.ts +57 -0
- package/dist/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +15 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Table/Table.cjs +1 -0
- package/dist/components/Table/Table.d.ts +7 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.mjs +101 -0
- package/dist/components/Table/Table.module.css +1 -0
- package/dist/components/Table/Table.module.css.cjs +1 -0
- package/dist/components/Table/Table.module.css.mjs +49 -0
- package/dist/components/Table/Table.types.d.ts +142 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +23 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.cjs +1 -0
- package/dist/components/Tabs/Tabs.d.ts +5 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.mjs +97 -0
- package/dist/components/Tabs/Tabs.module.css +1 -0
- package/dist/components/Tabs/Tabs.module.css.cjs +1 -0
- package/dist/components/Tabs/Tabs.module.css.mjs +23 -0
- package/dist/components/Tabs/Tabs.types.d.ts +79 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +20 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.cjs +1 -0
- package/dist/components/Textarea/Textarea.d.ts +5 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.mjs +118 -0
- package/dist/components/Textarea/Textarea.module.css +1 -0
- package/dist/components/Textarea/Textarea.module.css.cjs +1 -0
- package/dist/components/Textarea/Textarea.module.css.mjs +47 -0
- package/dist/components/Textarea/Textarea.types.d.ts +86 -0
- package/dist/components/Textarea/Textarea.types.d.ts.map +1 -0
- package/dist/components/Textarea/index.d.ts +15 -0
- package/dist/components/Textarea/index.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.cjs +1 -0
- package/dist/components/ThemeController/ThemeController.d.ts +5 -0
- package/dist/components/ThemeController/ThemeController.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.mjs +389 -0
- package/dist/components/ThemeController/ThemeController.types.d.ts +53 -0
- package/dist/components/ThemeController/ThemeController.types.d.ts.map +1 -0
- package/dist/components/ThemeController/index.d.ts +20 -0
- package/dist/components/ThemeController/index.d.ts.map +1 -0
- package/dist/components/Toast/Toast.cjs +1 -0
- package/dist/components/Toast/Toast.d.ts +14 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/Toast/Toast.mjs +225 -0
- package/dist/components/Toast/Toast.module.css +1 -0
- package/dist/components/Toast/Toast.module.css.cjs +1 -0
- package/dist/components/Toast/Toast.module.css.mjs +49 -0
- package/dist/components/Toast/Toast.types.d.ts +127 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +27 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.cjs +1 -0
- package/dist/components/Toggle/Toggle.d.ts +4 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.mjs +48 -0
- package/dist/components/Toggle/Toggle.module.css +1 -0
- package/dist/components/Toggle/Toggle.module.css.cjs +1 -0
- package/dist/components/Toggle/Toggle.module.css.mjs +17 -0
- package/dist/components/Toggle/Toggle.types.d.ts +18 -0
- package/dist/components/Toggle/Toggle.types.d.ts.map +1 -0
- package/dist/components/Toggle/index.d.ts +3 -0
- package/dist/components/Toggle/index.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +6 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.mjs +101 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css.cjs +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css.mjs +19 -0
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts +36 -0
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts.map +1 -0
- package/dist/components/ToggleGroup/index.d.ts +3 -0
- package/dist/components/ToggleGroup/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.cjs +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +5 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.mjs +39 -0
- package/dist/components/Tooltip/Tooltip.module.css +1 -0
- package/dist/components/Tooltip/Tooltip.module.css.cjs +1 -0
- package/dist/components/Tooltip/Tooltip.module.css.mjs +21 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts +46 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +19 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/UserMenu/UserMenu.cjs +1 -0
- package/dist/components/UserMenu/UserMenu.d.ts +4 -0
- package/dist/components/UserMenu/UserMenu.d.ts.map +1 -0
- package/dist/components/UserMenu/UserMenu.mjs +161 -0
- package/dist/components/UserMenu/UserMenu.module.css +1 -0
- package/dist/components/UserMenu/UserMenu.module.css.cjs +1 -0
- package/dist/components/UserMenu/UserMenu.module.css.mjs +67 -0
- package/dist/components/UserMenu/UserMenu.types.d.ts +153 -0
- package/dist/components/UserMenu/UserMenu.types.d.ts.map +1 -0
- package/dist/components/UserMenu/index.d.ts +3 -0
- package/dist/components/UserMenu/index.d.ts.map +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.cjs +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts +4 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.mjs +119 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.module.css +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.cjs +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.mjs +35 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts +32 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts.map +1 -0
- package/dist/components/WorkspaceSwitcher/index.d.ts +3 -0
- package/dist/components/WorkspaceSwitcher/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +151 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/contexts/ThemeContext.cjs +38 -0
- package/dist/contexts/ThemeContext.d.ts +70 -0
- package/dist/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/contexts/ThemeContext.mjs +98 -0
- package/dist/contexts/index.d.ts +8 -0
- package/dist/contexts/index.d.ts.map +1 -0
- package/dist/dnd.cjs +1 -0
- package/dist/dnd.d.ts +16 -0
- package/dist/dnd.d.ts.map +1 -0
- package/dist/dnd.mjs +4 -0
- package/dist/docs/DocComponents.d.ts +61 -0
- package/dist/docs/DocComponents.d.ts.map +1 -0
- package/dist/editor.cjs +1 -0
- package/dist/editor.d.ts +13 -0
- package/dist/editor.d.ts.map +1 -0
- package/dist/editor.mjs +4 -0
- package/dist/examples/LandingPage.example.cjs +1 -0
- package/dist/examples/LandingPage.example.d.ts +47 -0
- package/dist/examples/LandingPage.example.d.ts.map +1 -0
- package/dist/examples/LandingPage.example.mjs +106 -0
- package/dist/examples/index.d.ts +22 -0
- package/dist/examples/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +20 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useClickOutside.cjs +1 -0
- package/dist/hooks/useClickOutside.d.ts +19 -0
- package/dist/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/hooks/useClickOutside.mjs +33 -0
- package/dist/hooks/useCopyToClipboard.cjs +1 -0
- package/dist/hooks/useCopyToClipboard.d.ts +72 -0
- package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/dist/hooks/useCopyToClipboard.mjs +41 -0
- package/dist/hooks/useDebounce.cjs +1 -0
- package/dist/hooks/useDebounce.d.ts +58 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useDebounce.mjs +39 -0
- package/dist/hooks/useDisclosure.cjs +1 -0
- package/dist/hooks/useDisclosure.d.ts +86 -0
- package/dist/hooks/useDisclosure.d.ts.map +1 -0
- package/dist/hooks/useDisclosure.mjs +30 -0
- package/dist/hooks/useKeyboard.cjs +1 -0
- package/dist/hooks/useKeyboard.d.ts +101 -0
- package/dist/hooks/useKeyboard.d.ts.map +1 -0
- package/dist/hooks/useKeyboard.mjs +99 -0
- package/dist/hooks/useLocalStorage.cjs +1 -0
- package/dist/hooks/useLocalStorage.d.ts +48 -0
- package/dist/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/hooks/useLocalStorage.mjs +103 -0
- package/dist/hooks/useMediaQuery.cjs +1 -0
- package/dist/hooks/useMediaQuery.d.ts +43 -0
- package/dist/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery.mjs +35 -0
- package/dist/hooks/useTheme.cjs +1 -0
- package/dist/hooks/useTheme.d.ts +73 -0
- package/dist/hooks/useTheme.d.ts.map +1 -0
- package/dist/hooks/useTheme.mjs +55 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +171 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +275 -0
- package/dist/main.d.ts +2 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/rich.cjs +1 -0
- package/dist/rich.d.ts +16 -0
- package/dist/rich.d.ts.map +1 -0
- package/dist/rich.mjs +4 -0
- package/dist/sections/Container/Container.cjs +1 -0
- package/dist/sections/Container/Container.d.ts +4 -0
- package/dist/sections/Container/Container.d.ts.map +1 -0
- package/dist/sections/Container/Container.mjs +26 -0
- package/dist/sections/Container/Container.module.css +1 -0
- package/dist/sections/Container/Container.module.css.cjs +1 -0
- package/dist/sections/Container/Container.module.css.mjs +21 -0
- package/dist/sections/Container/Container.types.d.ts +43 -0
- package/dist/sections/Container/Container.types.d.ts.map +1 -0
- package/dist/sections/Container/index.d.ts +6 -0
- package/dist/sections/Container/index.d.ts.map +1 -0
- package/dist/sections/Section/Section.cjs +1 -0
- package/dist/sections/Section/Section.d.ts +4 -0
- package/dist/sections/Section/Section.d.ts.map +1 -0
- package/dist/sections/Section/Section.mjs +36 -0
- package/dist/sections/Section/Section.module.css +1 -0
- package/dist/sections/Section/Section.module.css.cjs +1 -0
- package/dist/sections/Section/Section.module.css.mjs +21 -0
- package/dist/sections/Section/Section.types.d.ts +64 -0
- package/dist/sections/Section/Section.types.d.ts.map +1 -0
- package/dist/sections/Section/index.d.ts +6 -0
- package/dist/sections/Section/index.d.ts.map +1 -0
- package/dist/sections/index.d.ts +29 -0
- package/dist/sections/index.d.ts.map +1 -0
- package/dist/styles/marker.css +1 -0
- package/dist/styles.css +492 -0
- package/dist/test/a11y.d.ts +8 -0
- package/dist/test/a11y.d.ts.map +1 -0
- package/dist/test/performance.bench.d.ts +11 -0
- package/dist/test/performance.bench.d.ts.map +1 -0
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/theme.css +28 -0
- package/dist/tokens/brands.cjs +1 -0
- package/dist/tokens/brands.d.ts +5 -0
- package/dist/tokens/brands.d.ts.map +1 -0
- package/dist/tokens/brands.mjs +222 -0
- package/dist/tokens/index.cjs +1 -0
- package/dist/tokens/index.d.ts +11 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/index.mjs +24 -0
- package/dist/tokens/primitives.cjs +1 -0
- package/dist/tokens/primitives.d.ts +5 -0
- package/dist/tokens/primitives.d.ts.map +1 -0
- package/dist/tokens/primitives.mjs +249 -0
- package/dist/tokens/themes.cjs +1 -0
- package/dist/tokens/themes.d.ts +9 -0
- package/dist/tokens/themes.d.ts.map +1 -0
- package/dist/tokens/themes.mjs +157 -0
- package/dist/tokens/types.d.ts +365 -0
- package/dist/tokens/types.d.ts.map +1 -0
- package/dist/tokens/utils.cjs +1 -0
- package/dist/tokens/utils.d.ts +42 -0
- package/dist/tokens/utils.d.ts.map +1 -0
- package/dist/tokens/utils.mjs +45 -0
- package/dist/utils/fonts.cjs +3 -0
- package/dist/utils/fonts.d.ts +46 -0
- package/dist/utils/fonts.d.ts.map +1 -0
- package/dist/utils/fonts.mjs +59 -0
- package/dist/utils/icons.cjs +1 -0
- package/dist/utils/icons.d.ts +61 -0
- package/dist/utils/icons.d.ts.map +1 -0
- package/dist/utils/icons.mjs +104 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/validation.cjs +97 -0
- package/dist/utils/validation.d.ts +94 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/dist/utils/validation.mjs +206 -0
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../src/utils/fonts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,CAO/C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,SAAS,uGAQZ,CAAC;AAEX;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,QASb,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,oBAAoB,wEAGvB,CAAC;AAEX;;GAEG;AACH,wBAAgB,YAAY,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CASxD;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAGzD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,CAGtD;AAED;;GAEG;AACH,wBAAsB,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAWpE;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,MAAM,CAIxC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const o = {
|
|
2
|
+
orion: ["Libre Baskerville", "Inter", "JetBrains Mono"],
|
|
3
|
+
deepblue: ["Work Sans", "JetBrains Mono"],
|
|
4
|
+
red: ["Poppins", "Inter", "JetBrains Mono"],
|
|
5
|
+
orange: ["DM Sans", "Inter", "JetBrains Mono"],
|
|
6
|
+
ember: ["DM Sans", "Inter", "JetBrains Mono"],
|
|
7
|
+
lemon: ["Anton", "Work Sans", "JetBrains Mono"]
|
|
8
|
+
}, i = [
|
|
9
|
+
"Libre Baskerville",
|
|
10
|
+
"DM Sans",
|
|
11
|
+
"Inter",
|
|
12
|
+
"JetBrains Mono",
|
|
13
|
+
"Work Sans",
|
|
14
|
+
"Poppins",
|
|
15
|
+
"Anton"
|
|
16
|
+
], s = "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@400;500;700&family=Inter:wght@400;500;700&family=JetBrains+Mono:wght@400;500&family=Work+Sans:wght@400;500;700&family=Poppins:wght@400;500;700&family=Anton&display=swap", a = [
|
|
17
|
+
"https://fonts.googleapis.com",
|
|
18
|
+
"https://fonts.gstatic.com"
|
|
19
|
+
];
|
|
20
|
+
function e(n) {
|
|
21
|
+
if (typeof document > "u") return !0;
|
|
22
|
+
try {
|
|
23
|
+
return document.fonts.check(`16px "${n}"`);
|
|
24
|
+
} catch {
|
|
25
|
+
return !0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
function c(n) {
|
|
29
|
+
return o[n].every(e);
|
|
30
|
+
}
|
|
31
|
+
function f(n) {
|
|
32
|
+
return o[n].filter((r) => !e(r));
|
|
33
|
+
}
|
|
34
|
+
async function l(n) {
|
|
35
|
+
if (typeof document > "u") return !0;
|
|
36
|
+
try {
|
|
37
|
+
return await Promise.all(
|
|
38
|
+
n.map((t) => document.fonts.load(`16px "${t}"`))
|
|
39
|
+
), !0;
|
|
40
|
+
} catch {
|
|
41
|
+
return !1;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
function p() {
|
|
45
|
+
return `<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
46
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
47
|
+
<link href="${s}" rel="stylesheet">`;
|
|
48
|
+
}
|
|
49
|
+
export {
|
|
50
|
+
i as ALL_FONTS,
|
|
51
|
+
o as BRAND_FONTS,
|
|
52
|
+
a as FONT_PRECONNECT_URLS,
|
|
53
|
+
s as GOOGLE_FONTS_URL,
|
|
54
|
+
c as areBrandFontsLoaded,
|
|
55
|
+
p as getFontLinkTags,
|
|
56
|
+
f as getMissingFonts,
|
|
57
|
+
e as isFontLoaded,
|
|
58
|
+
l as waitForFonts
|
|
59
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("lucide-react"),t={Menu:e.Menu,X:e.X,ChevronDown:e.ChevronDown,ChevronUp:e.ChevronUp,ChevronLeft:e.ChevronLeft,ChevronRight:e.ChevronRight,ArrowDown:e.ArrowDown,ArrowUp:e.ArrowUp,ArrowLeft:e.ArrowLeft,ArrowRight:e.ArrowRight,Search:e.Search,Home:e.Home,Settings:e.Settings,Bell:e.Bell,User:e.User,LogOut:e.LogOut,LogIn:e.LogIn,Plus:e.Plus,Minus:e.Minus,Check:e.Check,Copy:e.Copy,Download:e.Download,Upload:e.Upload,Share2:e.Share2,Trash2:e.Trash2,Edit:e.Edit,Eye:e.Eye,EyeOff:e.EyeOff,AlertCircle:e.AlertCircle,CheckCircle:e.CheckCircle,XCircle:e.XCircle,Info:e.Info,HelpCircle:e.HelpCircle,Image:e.Image,Video:e.Video,Music:e.Music,FileText:e.FileText,File:e.File,Mail:e.Mail,MessageSquare:e.MessageSquare,Heart:e.Heart,Star:e.Star,ShoppingCart:e.ShoppingCart,DollarSign:e.DollarSign,CreditCard:e.CreditCard};Object.defineProperty(exports,"AlertCircle",{enumerable:!0,get:()=>e.AlertCircle});Object.defineProperty(exports,"ArrowDown",{enumerable:!0,get:()=>e.ArrowDown});Object.defineProperty(exports,"ArrowLeft",{enumerable:!0,get:()=>e.ArrowLeft});Object.defineProperty(exports,"ArrowRight",{enumerable:!0,get:()=>e.ArrowRight});Object.defineProperty(exports,"ArrowUp",{enumerable:!0,get:()=>e.ArrowUp});Object.defineProperty(exports,"Bell",{enumerable:!0,get:()=>e.Bell});Object.defineProperty(exports,"Check",{enumerable:!0,get:()=>e.Check});Object.defineProperty(exports,"CheckCircle",{enumerable:!0,get:()=>e.CheckCircle});Object.defineProperty(exports,"ChevronDown",{enumerable:!0,get:()=>e.ChevronDown});Object.defineProperty(exports,"ChevronLeft",{enumerable:!0,get:()=>e.ChevronLeft});Object.defineProperty(exports,"ChevronRight",{enumerable:!0,get:()=>e.ChevronRight});Object.defineProperty(exports,"ChevronUp",{enumerable:!0,get:()=>e.ChevronUp});Object.defineProperty(exports,"Copy",{enumerable:!0,get:()=>e.Copy});Object.defineProperty(exports,"CreditCard",{enumerable:!0,get:()=>e.CreditCard});Object.defineProperty(exports,"DollarSign",{enumerable:!0,get:()=>e.DollarSign});Object.defineProperty(exports,"Download",{enumerable:!0,get:()=>e.Download});Object.defineProperty(exports,"Edit",{enumerable:!0,get:()=>e.Edit});Object.defineProperty(exports,"Eye",{enumerable:!0,get:()=>e.Eye});Object.defineProperty(exports,"EyeOff",{enumerable:!0,get:()=>e.EyeOff});Object.defineProperty(exports,"File",{enumerable:!0,get:()=>e.File});Object.defineProperty(exports,"FileText",{enumerable:!0,get:()=>e.FileText});Object.defineProperty(exports,"Heart",{enumerable:!0,get:()=>e.Heart});Object.defineProperty(exports,"HelpCircle",{enumerable:!0,get:()=>e.HelpCircle});Object.defineProperty(exports,"Home",{enumerable:!0,get:()=>e.Home});Object.defineProperty(exports,"Image",{enumerable:!0,get:()=>e.Image});Object.defineProperty(exports,"Info",{enumerable:!0,get:()=>e.Info});Object.defineProperty(exports,"LogIn",{enumerable:!0,get:()=>e.LogIn});Object.defineProperty(exports,"LogOut",{enumerable:!0,get:()=>e.LogOut});Object.defineProperty(exports,"Mail",{enumerable:!0,get:()=>e.Mail});Object.defineProperty(exports,"Menu",{enumerable:!0,get:()=>e.Menu});Object.defineProperty(exports,"MessageSquare",{enumerable:!0,get:()=>e.MessageSquare});Object.defineProperty(exports,"Minus",{enumerable:!0,get:()=>e.Minus});Object.defineProperty(exports,"Music",{enumerable:!0,get:()=>e.Music});Object.defineProperty(exports,"Plus",{enumerable:!0,get:()=>e.Plus});Object.defineProperty(exports,"Search",{enumerable:!0,get:()=>e.Search});Object.defineProperty(exports,"Settings",{enumerable:!0,get:()=>e.Settings});Object.defineProperty(exports,"Share2",{enumerable:!0,get:()=>e.Share2});Object.defineProperty(exports,"ShoppingCart",{enumerable:!0,get:()=>e.ShoppingCart});Object.defineProperty(exports,"Star",{enumerable:!0,get:()=>e.Star});Object.defineProperty(exports,"Trash2",{enumerable:!0,get:()=>e.Trash2});Object.defineProperty(exports,"Upload",{enumerable:!0,get:()=>e.Upload});Object.defineProperty(exports,"User",{enumerable:!0,get:()=>e.User});Object.defineProperty(exports,"Video",{enumerable:!0,get:()=>e.Video});Object.defineProperty(exports,"X",{enumerable:!0,get:()=>e.X});Object.defineProperty(exports,"XCircle",{enumerable:!0,get:()=>e.XCircle});exports.Icons=t;Object.keys(e).forEach(r=>{r!=="default"&&!Object.prototype.hasOwnProperty.call(exports,r)&&Object.defineProperty(exports,r,{enumerable:!0,get:()=>e[r]})});
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { Menu, X, ChevronDown, ChevronUp, ChevronLeft, ChevronRight, ArrowDown, ArrowUp, ArrowLeft, ArrowRight, Search, Home, Settings, Bell, User, LogOut, LogIn, Plus, Minus, Check, Copy, Download, Upload, Share2, Trash2, Edit, Eye, EyeOff, AlertCircle, CheckCircle, XCircle, Info, HelpCircle, Image, Video, Music, FileText, File, Mail, MessageSquare, Heart, Star, ShoppingCart, DollarSign, CreditCard } from 'lucide-react';
|
|
2
|
+
|
|
3
|
+
export * from 'lucide-react';
|
|
4
|
+
export { Menu, X, ChevronDown, ChevronUp, ChevronLeft, ChevronRight, ArrowDown, ArrowUp, ArrowLeft, ArrowRight, Search, Home, Settings, Bell, User, LogOut, LogIn, Plus, Minus, Check, Copy, Download, Upload, Share2, Trash2, Edit, Eye, EyeOff, AlertCircle, CheckCircle, XCircle, Info, HelpCircle, Image, Video, Music, FileText, File, Mail, MessageSquare, Heart, Star, ShoppingCart, DollarSign, CreditCard, };
|
|
5
|
+
/**
|
|
6
|
+
* Icon object with pre-imported commonly used icons
|
|
7
|
+
*
|
|
8
|
+
* Usage:
|
|
9
|
+
* ```tsx
|
|
10
|
+
* import { Icons } from '@orion/react';
|
|
11
|
+
* <Button icon={<Icons.Search />} />
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare const Icons: {
|
|
15
|
+
Menu: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
16
|
+
X: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
17
|
+
ChevronDown: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
18
|
+
ChevronUp: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
19
|
+
ChevronLeft: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
20
|
+
ChevronRight: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
21
|
+
ArrowDown: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
ArrowUp: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
23
|
+
ArrowLeft: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
24
|
+
ArrowRight: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
25
|
+
Search: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
26
|
+
Home: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
27
|
+
Settings: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
28
|
+
Bell: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
29
|
+
User: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
LogOut: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
31
|
+
LogIn: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
32
|
+
Plus: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
33
|
+
Minus: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
|
+
Check: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
35
|
+
Copy: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
|
+
Download: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
|
+
Upload: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
|
+
Share2: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
39
|
+
Trash2: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
40
|
+
Edit: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
41
|
+
Eye: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
42
|
+
EyeOff: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
43
|
+
AlertCircle: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
44
|
+
CheckCircle: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
45
|
+
XCircle: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
46
|
+
Info: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
47
|
+
HelpCircle: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
48
|
+
Image: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
49
|
+
Video: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
50
|
+
Music: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
51
|
+
FileText: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
52
|
+
File: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
53
|
+
Mail: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
54
|
+
MessageSquare: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
55
|
+
Heart: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
56
|
+
Star: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
57
|
+
ShoppingCart: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
58
|
+
DollarSign: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
59
|
+
CreditCard: import('react').ForwardRefExoticComponent<Omit<import('lucide-react').LucideProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
60
|
+
};
|
|
61
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../src/utils/icons.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,EAEL,IAAI,EACJ,CAAC,EACD,WAAW,EACX,SAAS,EACT,WAAW,EACX,YAAY,EACZ,SAAS,EACT,OAAO,EACP,SAAS,EACT,UAAU,EACV,MAAM,EACN,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,MAAM,EACN,KAAK,EAEL,IAAI,EACJ,KAAK,EACL,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,MAAM,EAEN,WAAW,EACX,WAAW,EACX,OAAO,EACP,IAAI,EACJ,UAAU,EAEV,KAAK,EACL,KAAK,EACL,KAAK,EACL,QAAQ,EACR,IAAI,EAEJ,IAAI,EACJ,aAAa,EACb,KAAK,EACL,IAAI,EAEJ,YAAY,EACZ,UAAU,EACV,UAAU,EACX,MAAM,cAAc,CAAC;AAGtB,cAAc,cAAc,CAAC;AAG7B,OAAO,EAEL,IAAI,EACJ,CAAC,EACD,WAAW,EACX,SAAS,EACT,WAAW,EACX,YAAY,EACZ,SAAS,EACT,OAAO,EACP,SAAS,EACT,UAAU,EACV,MAAM,EACN,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,MAAM,EACN,KAAK,EAEL,IAAI,EACJ,KAAK,EACL,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,MAAM,EACN,MAAM,EACN,MAAM,EACN,IAAI,EACJ,GAAG,EACH,MAAM,EAEN,WAAW,EACX,WAAW,EACX,OAAO,EACP,IAAI,EACJ,UAAU,EAEV,KAAK,EACL,KAAK,EACL,KAAK,EACL,QAAQ,EACR,IAAI,EAEJ,IAAI,EACJ,aAAa,EACb,KAAK,EACL,IAAI,EAEJ,YAAY,EACZ,UAAU,EACV,UAAU,GACX,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDjB,CAAC"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { CreditCard as e, DollarSign as r, ShoppingCart as o, Star as i, Heart as t, MessageSquare as l, Mail as n, File as a, FileText as C, Music as h, Video as c, Image as g, HelpCircle as p, Info as s, XCircle as w, CheckCircle as S, AlertCircle as f, EyeOff as d, Eye as u, Edit as A, Trash2 as M, Share2 as m, Upload as v, Download as D, Copy as L, Check as U, Minus as I, Plus as y, LogIn as E, LogOut as H, User as x, Bell as k, Settings as F, Home as O, Search as R, ArrowRight as T, ArrowLeft as X, ArrowUp as q, ArrowDown as B, ChevronRight as P, ChevronLeft as V, ChevronUp as b, ChevronDown as j, X as z, Menu as G } from "lucide-react";
|
|
2
|
+
export * from "lucide-react";
|
|
3
|
+
import { AlertCircle as Y, ArrowDown as Z, ArrowLeft as _, ArrowRight as $, ArrowUp as ee, Bell as re, Check as oe, CheckCircle as ie, ChevronDown as te, ChevronLeft as le, ChevronRight as ne, ChevronUp as ae, Copy as Ce, CreditCard as he, DollarSign as ce, Download as ge, Edit as pe, Eye as se, EyeOff as we, File as Se, FileText as fe, Heart as de, HelpCircle as ue, Home as Ae, Image as Me, Info as me, LogIn as ve, LogOut as De, Mail as Le, Menu as Ue, MessageSquare as Ie, Minus as ye, Music as Ee, Plus as He, Search as xe, Settings as ke, Share2 as Fe, ShoppingCart as Oe, Star as Re, Trash2 as Te, Upload as Xe, User as qe, Video as Be, X as Pe, XCircle as Ve } from "lucide-react";
|
|
4
|
+
const K = {
|
|
5
|
+
// Navigation & UI
|
|
6
|
+
Menu: G,
|
|
7
|
+
X: z,
|
|
8
|
+
ChevronDown: j,
|
|
9
|
+
ChevronUp: b,
|
|
10
|
+
ChevronLeft: V,
|
|
11
|
+
ChevronRight: P,
|
|
12
|
+
ArrowDown: B,
|
|
13
|
+
ArrowUp: q,
|
|
14
|
+
ArrowLeft: X,
|
|
15
|
+
ArrowRight: T,
|
|
16
|
+
Search: R,
|
|
17
|
+
Home: O,
|
|
18
|
+
Settings: F,
|
|
19
|
+
Bell: k,
|
|
20
|
+
User: x,
|
|
21
|
+
LogOut: H,
|
|
22
|
+
LogIn: E,
|
|
23
|
+
// Actions
|
|
24
|
+
Plus: y,
|
|
25
|
+
Minus: I,
|
|
26
|
+
Check: U,
|
|
27
|
+
Copy: L,
|
|
28
|
+
Download: D,
|
|
29
|
+
Upload: v,
|
|
30
|
+
Share2: m,
|
|
31
|
+
Trash2: M,
|
|
32
|
+
Edit: A,
|
|
33
|
+
Eye: u,
|
|
34
|
+
EyeOff: d,
|
|
35
|
+
// Status & Feedback
|
|
36
|
+
AlertCircle: f,
|
|
37
|
+
CheckCircle: S,
|
|
38
|
+
XCircle: w,
|
|
39
|
+
Info: s,
|
|
40
|
+
HelpCircle: p,
|
|
41
|
+
// Media
|
|
42
|
+
Image: g,
|
|
43
|
+
Video: c,
|
|
44
|
+
Music: h,
|
|
45
|
+
FileText: C,
|
|
46
|
+
File: a,
|
|
47
|
+
// Social & Communication
|
|
48
|
+
Mail: n,
|
|
49
|
+
MessageSquare: l,
|
|
50
|
+
Heart: t,
|
|
51
|
+
Star: i,
|
|
52
|
+
// Commerce
|
|
53
|
+
ShoppingCart: o,
|
|
54
|
+
DollarSign: r,
|
|
55
|
+
CreditCard: e
|
|
56
|
+
};
|
|
57
|
+
export {
|
|
58
|
+
Y as AlertCircle,
|
|
59
|
+
Z as ArrowDown,
|
|
60
|
+
_ as ArrowLeft,
|
|
61
|
+
$ as ArrowRight,
|
|
62
|
+
ee as ArrowUp,
|
|
63
|
+
re as Bell,
|
|
64
|
+
oe as Check,
|
|
65
|
+
ie as CheckCircle,
|
|
66
|
+
te as ChevronDown,
|
|
67
|
+
le as ChevronLeft,
|
|
68
|
+
ne as ChevronRight,
|
|
69
|
+
ae as ChevronUp,
|
|
70
|
+
Ce as Copy,
|
|
71
|
+
he as CreditCard,
|
|
72
|
+
ce as DollarSign,
|
|
73
|
+
ge as Download,
|
|
74
|
+
pe as Edit,
|
|
75
|
+
se as Eye,
|
|
76
|
+
we as EyeOff,
|
|
77
|
+
Se as File,
|
|
78
|
+
fe as FileText,
|
|
79
|
+
de as Heart,
|
|
80
|
+
ue as HelpCircle,
|
|
81
|
+
Ae as Home,
|
|
82
|
+
K as Icons,
|
|
83
|
+
Me as Image,
|
|
84
|
+
me as Info,
|
|
85
|
+
ve as LogIn,
|
|
86
|
+
De as LogOut,
|
|
87
|
+
Le as Mail,
|
|
88
|
+
Ue as Menu,
|
|
89
|
+
Ie as MessageSquare,
|
|
90
|
+
ye as Minus,
|
|
91
|
+
Ee as Music,
|
|
92
|
+
He as Plus,
|
|
93
|
+
xe as Search,
|
|
94
|
+
ke as Settings,
|
|
95
|
+
Fe as Share2,
|
|
96
|
+
Oe as ShoppingCart,
|
|
97
|
+
Re as Star,
|
|
98
|
+
Te as Trash2,
|
|
99
|
+
Xe as Upload,
|
|
100
|
+
qe as User,
|
|
101
|
+
Be as Video,
|
|
102
|
+
Pe as X,
|
|
103
|
+
Ve as XCircle
|
|
104
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Orion React Utilities
|
|
3
|
+
*
|
|
4
|
+
* Utility functions and helpers for using Orion components.
|
|
5
|
+
*/
|
|
6
|
+
export * from './icons';
|
|
7
|
+
export { BRAND_FONTS, ALL_FONTS, GOOGLE_FONTS_URL, FONT_PRECONNECT_URLS, isFontLoaded, areBrandFontsLoaded, getMissingFonts, waitForFonts, getFontLinkTags, } from './fonts';
|
|
8
|
+
export { warnMissingAriaLabel, warnBrandProp, warnThemeProp, warnGlassVariant, warnHardcodedColors, warnFieldChildren, warnUsePrebuiltSection, } from './validation';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,cAAc,SAAS,CAAC;AAGxB,OAAO,EACL,WAAW,EACX,SAAS,EACT,gBAAgB,EAChB,oBAAoB,EACpB,YAAY,EACZ,mBAAmB,EACnB,eAAe,EACf,YAAY,EACZ,eAAe,GAChB,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,oBAAoB,EACpB,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,mBAAmB,EACnB,iBAAiB,EACjB,sBAAsB,GACvB,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=typeof process<"u"&&process.env?.NODE_ENV!=="production",a="color: #f59e0b; font-weight: bold;",s="color: #10b981;",r="background: #f3f4f6; padding: 2px 4px; border-radius: 3px;";function p(e,o,n){i&&o&&!n&&console.warn(`%c[Orion/${e}]%c Missing aria-label for icon-only component.
|
|
2
|
+
|
|
3
|
+
Screen readers cannot announce the purpose of this button.
|
|
4
|
+
|
|
5
|
+
%cFix:%c Add an aria-label prop:
|
|
6
|
+
%c<${e} iconOnly icon={<Icon />} aria-label="Description" />%c
|
|
7
|
+
|
|
8
|
+
Learn more: https://orion.design/accessibility`,a,"",s,"",r,"")}function m(e,o){i&&o&&console.warn(`%c[Orion/${e}]%c Brand is GLOBAL - set on ThemeProvider, not components.
|
|
9
|
+
|
|
10
|
+
Components automatically inherit the brand from the nearest ThemeProvider.
|
|
11
|
+
Passing brand as a prop has no effect.
|
|
12
|
+
|
|
13
|
+
%cFix:%c Set brand globally:
|
|
14
|
+
%c<ThemeProvider options={{ defaultBrand: 'red' }}>
|
|
15
|
+
<App />
|
|
16
|
+
</ThemeProvider>%c
|
|
17
|
+
|
|
18
|
+
Or change it dynamically:
|
|
19
|
+
%cconst { setBrand } = useThemeContext();
|
|
20
|
+
setBrand('deepblue');%c
|
|
21
|
+
|
|
22
|
+
Learn more: https://orion.design/theming`,a,"",s,"",r,"",r,"")}function h(e,o){i&&o&&console.warn(`%c[Orion/${e}]%c Theme is GLOBAL - set on ThemeProvider, not components.
|
|
23
|
+
|
|
24
|
+
Components automatically inherit the theme from the nearest ThemeProvider.
|
|
25
|
+
Passing theme as a prop has no effect.
|
|
26
|
+
|
|
27
|
+
%cFix:%c Set theme globally:
|
|
28
|
+
%c<ThemeProvider options={{ defaultTheme: 'dark' }}>
|
|
29
|
+
<App />
|
|
30
|
+
</ThemeProvider>%c
|
|
31
|
+
|
|
32
|
+
Or change it dynamically:
|
|
33
|
+
%cconst { setTheme, toggleTheme } = useThemeContext();
|
|
34
|
+
setTheme('dark');
|
|
35
|
+
toggleTheme();%c
|
|
36
|
+
|
|
37
|
+
Learn more: https://orion.design/theming`,a,"",s,"",r,"",r,"")}function f(e,o){if(i&&o==="glass"){const n=typeof document<"u"?document.documentElement.dataset.mode:void 0;n&&n!=="display"&&console.warn(`%c[Orion/${e}]%c Glass variant only works in Display mode.
|
|
38
|
+
|
|
39
|
+
Current mode is '%c${n}%c', but glass effects require '%cdisplay%c'.
|
|
40
|
+
The component will render but may not look as intended.
|
|
41
|
+
|
|
42
|
+
%cFix:%c Either:
|
|
43
|
+
1. Use a different variant for ${n} mode:
|
|
44
|
+
%c<${e} variant="elevated" />%c
|
|
45
|
+
|
|
46
|
+
2. Or switch to Display mode:
|
|
47
|
+
%c<html data-mode="display">%c
|
|
48
|
+
|
|
49
|
+
Learn more: https://orion.design/modes`,a,"",r,"",r,"",s,"",r,"",r,"")}}function u(e,o){if(!i||!o)return;const n=["color","backgroundColor","borderColor","background"],l=/#[0-9A-Fa-f]{3,8}/,d=/rgba?\s*\(/;for(const t of n){const c=o[t];if(typeof c=="string"&&(l.test(c)||d.test(c))){console.warn(`%c[Orion/${e}]%c Hardcoded color detected: ${t}="${c}"
|
|
50
|
+
|
|
51
|
+
Use CSS variables instead for theme compatibility.
|
|
52
|
+
|
|
53
|
+
%cFix:%c Replace hardcoded colors with tokens:
|
|
54
|
+
%c// Instead of:
|
|
55
|
+
style={{ ${t}: '${c}' }}
|
|
56
|
+
|
|
57
|
+
// Use:
|
|
58
|
+
style={{ ${t}: 'var(--text-primary)' }} // For text
|
|
59
|
+
style={{ ${t}: 'var(--surface-base)' }} // For backgrounds
|
|
60
|
+
style={{ ${t}: 'var(--border-subtle)' }} // For borders
|
|
61
|
+
style={{ ${t}: 'var(--interactive-primary)' }} // For interactive elements%c
|
|
62
|
+
|
|
63
|
+
Learn more: https://orion.design/tokens`,a,"",s,"",r,"");break}}}function b(e){i&&e&&console.warn(`%c[Orion/Field]%c Field is a self-contained component, not a wrapper.
|
|
64
|
+
|
|
65
|
+
Children passed to Field will be ignored.
|
|
66
|
+
|
|
67
|
+
%cFix:%c Use props instead of children:
|
|
68
|
+
%c// WRONG:
|
|
69
|
+
<Field label="Email">
|
|
70
|
+
<input type="email" />
|
|
71
|
+
</Field>
|
|
72
|
+
|
|
73
|
+
// CORRECT:
|
|
74
|
+
<Field
|
|
75
|
+
label="Email"
|
|
76
|
+
type="email"
|
|
77
|
+
placeholder="you@example.com"
|
|
78
|
+
/>%c
|
|
79
|
+
|
|
80
|
+
Learn more: https://orion.design/components/field`,a,"",s,"",r,"")}function g(e,o){i&&console.warn(`%c[Orion]%c Consider using the pre-built ${o} section instead of ${e}.
|
|
81
|
+
|
|
82
|
+
Orion provides ready-to-use sections that follow best practices.
|
|
83
|
+
|
|
84
|
+
%cAvailable sections:%c
|
|
85
|
+
Hero, Features, Pricing, Testimonials, FAQ, CTA, Footer,
|
|
86
|
+
Team, Contact, Newsletter, LogoCloud, Blog, Gallery,
|
|
87
|
+
Timeline, Comparison, Banner, SocialProof, AppDownload
|
|
88
|
+
|
|
89
|
+
%cUsage:%c
|
|
90
|
+
%cimport { ${o} } from '@orion/react';
|
|
91
|
+
|
|
92
|
+
<${o}
|
|
93
|
+
headline="Your Headline"
|
|
94
|
+
// ... other props
|
|
95
|
+
/>%c
|
|
96
|
+
|
|
97
|
+
Learn more: https://orion.design/sections`,a,"",s,"","","",r,"")}exports.warnBrandProp=m;exports.warnFieldChildren=b;exports.warnGlassVariant=f;exports.warnHardcodedColors=u;exports.warnMissingAriaLabel=p;exports.warnThemeProp=h;exports.warnUsePrebuiltSection=g;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Orion React Validation Utilities
|
|
3
|
+
*
|
|
4
|
+
* Runtime validation helpers that provide helpful console warnings
|
|
5
|
+
* during development to catch common AI-generated code mistakes.
|
|
6
|
+
*
|
|
7
|
+
* These warnings only appear in development mode (process.env.NODE_ENV !== 'production').
|
|
8
|
+
*
|
|
9
|
+
* @module validation
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* Warn when an icon-only button is missing aria-label.
|
|
13
|
+
*
|
|
14
|
+
* @param component - Component name (e.g., 'Button')
|
|
15
|
+
* @param iconOnly - Whether the component is icon-only
|
|
16
|
+
* @param hasAriaLabel - Whether aria-label is provided
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ```tsx
|
|
20
|
+
* // In Button.tsx
|
|
21
|
+
* warnMissingAriaLabel('Button', iconOnly, !!rest['aria-label']);
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function warnMissingAriaLabel(component: string, iconOnly: boolean, hasAriaLabel: boolean): void;
|
|
25
|
+
/**
|
|
26
|
+
* Warn when a component receives a brand prop.
|
|
27
|
+
* Brand should be set globally via ThemeProvider, not on individual components.
|
|
28
|
+
*
|
|
29
|
+
* @param component - Component name (e.g., 'Button')
|
|
30
|
+
* @param hasBrandProp - Whether the component received a brand prop
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```tsx
|
|
34
|
+
* // In Button.tsx
|
|
35
|
+
* warnBrandProp('Button', 'brand' in rest);
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare function warnBrandProp(component: string, hasBrandProp: boolean): void;
|
|
39
|
+
/**
|
|
40
|
+
* Warn when a component receives a theme prop.
|
|
41
|
+
* Theme should be set globally via ThemeProvider, not on individual components.
|
|
42
|
+
*
|
|
43
|
+
* @param component - Component name (e.g., 'Card')
|
|
44
|
+
* @param hasThemeProp - Whether the component received a theme prop
|
|
45
|
+
*
|
|
46
|
+
* @example
|
|
47
|
+
* ```tsx
|
|
48
|
+
* // In Card.tsx
|
|
49
|
+
* warnThemeProp('Card', 'theme' in rest);
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
export declare function warnThemeProp(component: string, hasThemeProp: boolean): void;
|
|
53
|
+
/**
|
|
54
|
+
* Warn when glass variant is used outside Display mode.
|
|
55
|
+
* Glass effects only work properly in Display mode.
|
|
56
|
+
*
|
|
57
|
+
* @param component - Component name (e.g., 'Card', 'Navbar')
|
|
58
|
+
* @param variant - The variant being used
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```tsx
|
|
62
|
+
* // In Card.tsx
|
|
63
|
+
* warnGlassVariant('Card', variant);
|
|
64
|
+
* ```
|
|
65
|
+
*/
|
|
66
|
+
export declare function warnGlassVariant(component: string, variant: string | undefined): void;
|
|
67
|
+
/**
|
|
68
|
+
* Warn when hardcoded colors are detected in style prop.
|
|
69
|
+
*
|
|
70
|
+
* @param component - Component name
|
|
71
|
+
* @param style - The style object
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* ```tsx
|
|
75
|
+
* warnHardcodedColors('Button', style);
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
export declare function warnHardcodedColors(component: string, style: React.CSSProperties | undefined): void;
|
|
79
|
+
/**
|
|
80
|
+
* Warn when Field component might be misused.
|
|
81
|
+
* Called when children are passed to Field (which doesn't support them).
|
|
82
|
+
*
|
|
83
|
+
* @param hasChildren - Whether children were passed
|
|
84
|
+
*/
|
|
85
|
+
export declare function warnFieldChildren(hasChildren: boolean): void;
|
|
86
|
+
/**
|
|
87
|
+
* Warn when a section component is created instead of using pre-built sections.
|
|
88
|
+
* This is for documentation/guidance purposes.
|
|
89
|
+
*
|
|
90
|
+
* @param customComponentName - Name of the custom component being created
|
|
91
|
+
* @param suggestedSection - The pre-built section to use instead
|
|
92
|
+
*/
|
|
93
|
+
export declare function warnUsePrebuiltSection(customComponentName: string, suggestedSection: string): void;
|
|
94
|
+
//# sourceMappingURL=validation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../src/utils/validation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAgBH;;;;;;;;;;;;GAYG;AACH,wBAAgB,oBAAoB,CAClC,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,OAAO,EACjB,YAAY,EAAE,OAAO,GACpB,IAAI,CAmBN;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CA4B5E;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CA6B5E;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,gBAAgB,CAC9B,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,GAAG,SAAS,GAC1B,IAAI,CAsCN;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,KAAK,CAAC,aAAa,GAAG,SAAS,GACrC,IAAI,CAuCN;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,OAAO,GAAG,IAAI,CA6B5D;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CACpC,mBAAmB,EAAE,MAAM,EAC3B,gBAAgB,EAAE,MAAM,GACvB,IAAI,CA+BN"}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
const i = typeof process < "u" && process.env?.NODE_ENV !== "production", a = "color: #f59e0b; font-weight: bold;", s = "color: #10b981;", n = "background: #f3f4f6; padding: 2px 4px; border-radius: 3px;";
|
|
2
|
+
function p(e, o, r) {
|
|
3
|
+
i && o && !r && console.warn(
|
|
4
|
+
`%c[Orion/${e}]%c Missing aria-label for icon-only component.
|
|
5
|
+
|
|
6
|
+
Screen readers cannot announce the purpose of this button.
|
|
7
|
+
|
|
8
|
+
%cFix:%c Add an aria-label prop:
|
|
9
|
+
%c<${e} iconOnly icon={<Icon />} aria-label="Description" />%c
|
|
10
|
+
|
|
11
|
+
Learn more: https://orion.design/accessibility`,
|
|
12
|
+
a,
|
|
13
|
+
"",
|
|
14
|
+
s,
|
|
15
|
+
"",
|
|
16
|
+
n,
|
|
17
|
+
""
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
function m(e, o) {
|
|
21
|
+
i && o && console.warn(
|
|
22
|
+
`%c[Orion/${e}]%c Brand is GLOBAL - set on ThemeProvider, not components.
|
|
23
|
+
|
|
24
|
+
Components automatically inherit the brand from the nearest ThemeProvider.
|
|
25
|
+
Passing brand as a prop has no effect.
|
|
26
|
+
|
|
27
|
+
%cFix:%c Set brand globally:
|
|
28
|
+
%c<ThemeProvider options={{ defaultBrand: 'red' }}>
|
|
29
|
+
<App />
|
|
30
|
+
</ThemeProvider>%c
|
|
31
|
+
|
|
32
|
+
Or change it dynamically:
|
|
33
|
+
%cconst { setBrand } = useThemeContext();
|
|
34
|
+
setBrand('deepblue');%c
|
|
35
|
+
|
|
36
|
+
Learn more: https://orion.design/theming`,
|
|
37
|
+
a,
|
|
38
|
+
"",
|
|
39
|
+
s,
|
|
40
|
+
"",
|
|
41
|
+
n,
|
|
42
|
+
"",
|
|
43
|
+
n,
|
|
44
|
+
""
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
function h(e, o) {
|
|
48
|
+
i && o && console.warn(
|
|
49
|
+
`%c[Orion/${e}]%c Theme is GLOBAL - set on ThemeProvider, not components.
|
|
50
|
+
|
|
51
|
+
Components automatically inherit the theme from the nearest ThemeProvider.
|
|
52
|
+
Passing theme as a prop has no effect.
|
|
53
|
+
|
|
54
|
+
%cFix:%c Set theme globally:
|
|
55
|
+
%c<ThemeProvider options={{ defaultTheme: 'dark' }}>
|
|
56
|
+
<App />
|
|
57
|
+
</ThemeProvider>%c
|
|
58
|
+
|
|
59
|
+
Or change it dynamically:
|
|
60
|
+
%cconst { setTheme, toggleTheme } = useThemeContext();
|
|
61
|
+
setTheme('dark');
|
|
62
|
+
toggleTheme();%c
|
|
63
|
+
|
|
64
|
+
Learn more: https://orion.design/theming`,
|
|
65
|
+
a,
|
|
66
|
+
"",
|
|
67
|
+
s,
|
|
68
|
+
"",
|
|
69
|
+
n,
|
|
70
|
+
"",
|
|
71
|
+
n,
|
|
72
|
+
""
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
function f(e, o) {
|
|
76
|
+
if (i && o === "glass") {
|
|
77
|
+
const r = typeof document < "u" ? document.documentElement.dataset.mode : void 0;
|
|
78
|
+
r && r !== "display" && console.warn(
|
|
79
|
+
`%c[Orion/${e}]%c Glass variant only works in Display mode.
|
|
80
|
+
|
|
81
|
+
Current mode is '%c${r}%c', but glass effects require '%cdisplay%c'.
|
|
82
|
+
The component will render but may not look as intended.
|
|
83
|
+
|
|
84
|
+
%cFix:%c Either:
|
|
85
|
+
1. Use a different variant for ${r} mode:
|
|
86
|
+
%c<${e} variant="elevated" />%c
|
|
87
|
+
|
|
88
|
+
2. Or switch to Display mode:
|
|
89
|
+
%c<html data-mode="display">%c
|
|
90
|
+
|
|
91
|
+
Learn more: https://orion.design/modes`,
|
|
92
|
+
a,
|
|
93
|
+
"",
|
|
94
|
+
n,
|
|
95
|
+
"",
|
|
96
|
+
n,
|
|
97
|
+
"",
|
|
98
|
+
s,
|
|
99
|
+
"",
|
|
100
|
+
n,
|
|
101
|
+
"",
|
|
102
|
+
n,
|
|
103
|
+
""
|
|
104
|
+
);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
function u(e, o) {
|
|
108
|
+
if (!i || !o) return;
|
|
109
|
+
const r = ["color", "backgroundColor", "borderColor", "background"], l = /#[0-9A-Fa-f]{3,8}/, d = /rgba?\s*\(/;
|
|
110
|
+
for (const t of r) {
|
|
111
|
+
const c = o[t];
|
|
112
|
+
if (typeof c == "string" && (l.test(c) || d.test(c))) {
|
|
113
|
+
console.warn(
|
|
114
|
+
`%c[Orion/${e}]%c Hardcoded color detected: ${t}="${c}"
|
|
115
|
+
|
|
116
|
+
Use CSS variables instead for theme compatibility.
|
|
117
|
+
|
|
118
|
+
%cFix:%c Replace hardcoded colors with tokens:
|
|
119
|
+
%c// Instead of:
|
|
120
|
+
style={{ ${t}: '${c}' }}
|
|
121
|
+
|
|
122
|
+
// Use:
|
|
123
|
+
style={{ ${t}: 'var(--text-primary)' }} // For text
|
|
124
|
+
style={{ ${t}: 'var(--surface-base)' }} // For backgrounds
|
|
125
|
+
style={{ ${t}: 'var(--border-subtle)' }} // For borders
|
|
126
|
+
style={{ ${t}: 'var(--interactive-primary)' }} // For interactive elements%c
|
|
127
|
+
|
|
128
|
+
Learn more: https://orion.design/tokens`,
|
|
129
|
+
a,
|
|
130
|
+
"",
|
|
131
|
+
s,
|
|
132
|
+
"",
|
|
133
|
+
n,
|
|
134
|
+
""
|
|
135
|
+
);
|
|
136
|
+
break;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
function b(e) {
|
|
141
|
+
i && e && console.warn(
|
|
142
|
+
`%c[Orion/Field]%c Field is a self-contained component, not a wrapper.
|
|
143
|
+
|
|
144
|
+
Children passed to Field will be ignored.
|
|
145
|
+
|
|
146
|
+
%cFix:%c Use props instead of children:
|
|
147
|
+
%c// WRONG:
|
|
148
|
+
<Field label="Email">
|
|
149
|
+
<input type="email" />
|
|
150
|
+
</Field>
|
|
151
|
+
|
|
152
|
+
// CORRECT:
|
|
153
|
+
<Field
|
|
154
|
+
label="Email"
|
|
155
|
+
type="email"
|
|
156
|
+
placeholder="you@example.com"
|
|
157
|
+
/>%c
|
|
158
|
+
|
|
159
|
+
Learn more: https://orion.design/components/field`,
|
|
160
|
+
a,
|
|
161
|
+
"",
|
|
162
|
+
s,
|
|
163
|
+
"",
|
|
164
|
+
n,
|
|
165
|
+
""
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
function g(e, o) {
|
|
169
|
+
i && console.warn(
|
|
170
|
+
`%c[Orion]%c Consider using the pre-built ${o} section instead of ${e}.
|
|
171
|
+
|
|
172
|
+
Orion provides ready-to-use sections that follow best practices.
|
|
173
|
+
|
|
174
|
+
%cAvailable sections:%c
|
|
175
|
+
Hero, Features, Pricing, Testimonials, FAQ, CTA, Footer,
|
|
176
|
+
Team, Contact, Newsletter, LogoCloud, Blog, Gallery,
|
|
177
|
+
Timeline, Comparison, Banner, SocialProof, AppDownload
|
|
178
|
+
|
|
179
|
+
%cUsage:%c
|
|
180
|
+
%cimport { ${o} } from '@orion/react';
|
|
181
|
+
|
|
182
|
+
<${o}
|
|
183
|
+
headline="Your Headline"
|
|
184
|
+
// ... other props
|
|
185
|
+
/>%c
|
|
186
|
+
|
|
187
|
+
Learn more: https://orion.design/sections`,
|
|
188
|
+
a,
|
|
189
|
+
"",
|
|
190
|
+
s,
|
|
191
|
+
"",
|
|
192
|
+
"",
|
|
193
|
+
"",
|
|
194
|
+
n,
|
|
195
|
+
""
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export {
|
|
199
|
+
m as warnBrandProp,
|
|
200
|
+
b as warnFieldChildren,
|
|
201
|
+
f as warnGlassVariant,
|
|
202
|
+
u as warnHardcodedColors,
|
|
203
|
+
p as warnMissingAriaLabel,
|
|
204
|
+
h as warnThemeProp,
|
|
205
|
+
g as warnUsePrebuiltSection
|
|
206
|
+
};
|