@orion-ds/react 4.6.5 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AI_GUIDE.md +2 -5
- package/AI_QUICKREF.md +1 -5
- package/README.md +3 -3
- package/dist/blocks/index.d 2.ts +9 -0
- package/dist/blocks/index.d.ts 2.map +1 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.types.d.ts.map +1 -1
- 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.stories.d.ts +17 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.stories.d.ts.map +1 -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.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Blog/Blog.d.ts.map +1 -1
- package/dist/blocks/sections/Blog/Blog.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.stories.d.ts.map +1 -1
- package/dist/blocks/sections/CTA/CTA.d.ts.map +1 -1
- package/dist/blocks/sections/CTA/CTA.stories.d.ts.map +1 -1
- package/dist/blocks/sections/CarouselSection/CarouselCard.d.ts.map +1 -1
- package/dist/blocks/sections/CarouselSection/CarouselSection.d.ts.map +1 -1
- package/dist/blocks/sections/CarouselSection/CarouselSection.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Chat/Chat.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Comparison/Comparison.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Contact/Contact.d.ts.map +1 -1
- package/dist/blocks/sections/Contact/Contact.stories.d.ts.map +1 -1
- package/dist/blocks/sections/EmptyState/EmptyState.d.ts.map +1 -1
- package/dist/blocks/sections/EmptyState/EmptyState.stories.d.ts.map +1 -1
- package/dist/blocks/sections/FAQ/FAQ.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Features/Features.d.ts.map +1 -1
- package/dist/blocks/sections/Features/Features.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Features/index.d.ts +1 -1
- package/dist/blocks/sections/Features/index.d.ts.map +1 -1
- package/dist/blocks/sections/Footer/Footer.d.ts.map +1 -1
- package/dist/blocks/sections/Gallery/Gallery.d.ts.map +1 -1
- package/dist/blocks/sections/Gallery/Gallery.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Hero/Hero.d.ts.map +1 -1
- package/dist/blocks/sections/Hero/Hero.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Hero/HeroHighlight.d.ts.map +1 -1
- package/dist/blocks/sections/LogoCloud/LogoCloud.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Newsletter/Newsletter.d.ts.map +1 -1
- package/dist/blocks/sections/Newsletter/Newsletter.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Pricing/Pricing.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Pricing/PricingCard.d.ts.map +1 -1
- package/dist/blocks/sections/Pricing/index.d.ts +1 -1
- package/dist/blocks/sections/Pricing/index.d.ts.map +1 -1
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -1
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.stories.d.ts.map +1 -1
- package/dist/blocks/sections/SocialProof/SocialProof.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Stats/Stats.d.ts.map +1 -1
- package/dist/blocks/sections/Stats/Stats.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Stepper/Stepper.d.ts.map +1 -1
- package/dist/blocks/sections/Stepper/Stepper.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Team/Team.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Testimonials/Testimonials.d.ts.map +1 -1
- package/dist/blocks/sections/Testimonials/Testimonials.stories.d.ts.map +1 -1
- package/dist/blocks/sections/Timeline/Timeline.d.ts.map +1 -1
- package/dist/blocks/sections/Timeline/Timeline.stories.d.ts.map +1 -1
- package/dist/blocks/sections/index.d.ts +2 -0
- package/dist/blocks/sections/index.d.ts.map +1 -1
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.d.ts.map +1 -1
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css +1 -1
- package/dist/blocks/templates/app/AgentWorkspace/index.d.ts +1 -1
- package/dist/blocks/templates/app/AgentWorkspace/index.d.ts.map +1 -1
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css +1 -1
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.stories.d.ts.map +1 -1
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css +1 -1
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css +1 -1
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.stories.d.ts.map +1 -1
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.d.ts.map +1 -1
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css +1 -1
- package/dist/blocks/templates/app/ProfilePageTemplate/index.d.ts +1 -1
- package/dist/blocks/templates/app/ProfilePageTemplate/index.d.ts.map +1 -1
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css +1 -1
- package/dist/blocks/templates/app/SettingsTemplate/index.d.ts +1 -1
- package/dist/blocks/templates/app/SettingsTemplate/index.d.ts.map +1 -1
- package/dist/blocks 2.css +76 -0
- package/dist/blocks.css +6 -6
- package/dist/components/ActivityFeed/ActivityFeed.module.css +1 -1
- package/dist/components/Alert/Alert.module.css +1 -1
- package/dist/components/Banner/Banner.module.css +1 -1
- package/dist/components/Calendar/Calendar.module.css +1 -1
- package/dist/components/Carousel/Carousel.module.css +1 -1
- package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css +1 -1
- package/dist/components/FontLoader/FontLoader.stories.d.ts.map +1 -1
- package/dist/components/MetricCards/MetricCards.module.css +1 -1
- package/dist/components/Modal/Modal.module.css +1 -1
- package/dist/components/Navbar/Navbar.module.css +1 -1
- package/dist/components/PageHeader/PageHeader.module.css +1 -1
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.stories.d.ts.map +1 -1
- package/dist/components/index.d 4.ts +151 -0
- package/dist/components/index.d.ts 4.map +1 -0
- package/dist/contexts/ThemeContext.d 4.ts +70 -0
- package/dist/contexts/ThemeContext.d.ts 4.map +1 -0
- package/dist/contexts/index.d 4.ts +8 -0
- package/dist/contexts/index.d.ts 4.map +1 -0
- package/dist/dnd.d 2.ts +16 -0
- package/dist/dnd.d.ts 2.map +1 -0
- package/dist/docs/DocComponents.d 3.ts +61 -0
- package/dist/docs/DocComponents.d.ts 3.map +1 -0
- package/dist/editor.d 2.ts +13 -0
- package/dist/editor.d.ts 2.map +1 -0
- package/dist/examples/LandingPage.example.d 4.ts +47 -0
- package/dist/examples/LandingPage.example.d.ts 4.map +1 -0
- package/dist/examples/index.d 4.ts +22 -0
- package/dist/examples/index.d.ts 4.map +1 -0
- package/dist/hooks/index.d 4.ts +20 -0
- package/dist/hooks/index.d.ts 4.map +1 -0
- package/dist/hooks/useClickOutside.d 4.ts +19 -0
- package/dist/hooks/useClickOutside.d.ts 4.map +1 -0
- package/dist/hooks/useCopyToClipboard.d 4.ts +72 -0
- package/dist/hooks/useCopyToClipboard.d.ts 4.map +1 -0
- package/dist/hooks/useDebounce.d 4.ts +58 -0
- package/dist/hooks/useDebounce.d.ts 4.map +1 -0
- package/dist/hooks/useDisclosure.d 4.ts +86 -0
- package/dist/hooks/useDisclosure.d.ts 4.map +1 -0
- package/dist/hooks/useKeyboard.d 4.ts +101 -0
- package/dist/hooks/useKeyboard.d.ts 4.map +1 -0
- package/dist/hooks/useLocalStorage.d 4.ts +48 -0
- package/dist/hooks/useLocalStorage.d.ts 4.map +1 -0
- package/dist/hooks/useMediaQuery.d 4.ts +43 -0
- package/dist/hooks/useMediaQuery.d.ts 4.map +1 -0
- package/dist/hooks/useTheme.d 4.ts +73 -0
- package/dist/hooks/useTheme.d.ts 4.map +1 -0
- package/dist/index 3.mjs +275 -0
- package/dist/index 4.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d 2.ts +171 -0
- package/dist/index.d.ts 2.map +1 -0
- package/dist/index.mjs +96 -96
- package/dist/index10 2.mjs +58 -0
- package/dist/index10 3.cjs +1 -0
- package/dist/index10.cjs +1 -0
- package/dist/index10.mjs +4 -0
- package/dist/index11 2.mjs +20 -0
- package/dist/index11 4.cjs +1 -0
- package/dist/index11.cjs +1 -0
- package/dist/index11.mjs +4 -0
- package/dist/index110.cjs +1 -0
- package/dist/index110.mjs +77 -0
- package/dist/index111.cjs +1 -0
- package/dist/index111.mjs +158 -0
- package/dist/index112.cjs +1 -0
- package/dist/index112.mjs +25 -0
- package/dist/index113.cjs +1 -0
- package/dist/index113.mjs +153 -0
- package/dist/index114.cjs +1 -0
- package/dist/index114.mjs +108 -0
- package/dist/index115.cjs +1 -0
- package/dist/index115.mjs +85 -0
- package/dist/index116 3.cjs +1 -0
- package/dist/index116 3.mjs +36 -0
- package/dist/index116.cjs +1 -0
- package/dist/index116.mjs +35 -0
- package/dist/index117 2.mjs +46 -0
- package/dist/index117 4.cjs +1 -0
- package/dist/index117.cjs +1 -0
- package/dist/index117.mjs +27 -0
- package/dist/index118 2.cjs +1 -0
- package/dist/index118 2.mjs +173 -0
- package/dist/index118.cjs +1 -0
- package/dist/index118.mjs +18 -0
- package/dist/index119 2.cjs +1 -0
- package/dist/index119 2.mjs +188 -0
- package/dist/index119.cjs +1 -0
- package/dist/index119.mjs +104 -0
- package/dist/index120 2.mjs +31 -0
- package/dist/index120 3.cjs +1 -0
- package/dist/index120.cjs +1 -0
- package/dist/index120.mjs +192 -0
- package/dist/index121 2.cjs +1 -0
- package/dist/index121 2.mjs +93 -0
- package/dist/index121.cjs +1 -0
- package/dist/index121.mjs +93 -0
- package/dist/index122 2.mjs +55 -0
- package/dist/index122 4.cjs +1 -0
- package/dist/index122.cjs +1 -0
- package/dist/index122.mjs +47 -0
- package/dist/index123 2.cjs +1 -0
- package/dist/index123 3.mjs +69 -0
- package/dist/index123.cjs +1 -0
- package/dist/index123.mjs +27 -0
- package/dist/index124 2.mjs +127 -0
- package/dist/index124 4.cjs +1 -0
- package/dist/index124.cjs +1 -0
- package/dist/index124.mjs +102 -0
- package/dist/index125 3.mjs +111 -0
- package/dist/index125 4.cjs +1 -0
- package/dist/index125.cjs +1 -0
- package/dist/index125.mjs +21 -0
- package/dist/index126 4.cjs +1 -0
- package/dist/index126 4.mjs +114 -0
- package/dist/index126.cjs +1 -0
- package/dist/index126.mjs +37 -0
- package/dist/index127 2.mjs +125 -0
- package/dist/index127 4.cjs +1 -0
- package/dist/index127.cjs +1 -0
- package/dist/index127.mjs +28 -0
- package/dist/index128 2.cjs +1 -0
- package/dist/index128 2.mjs +217 -0
- package/dist/index128.cjs +1 -0
- package/dist/index128.mjs +98 -0
- package/dist/index129.cjs +1 -0
- package/dist/index129.mjs +34 -0
- package/dist/index13 2.mjs +84 -0
- package/dist/index13 4.cjs +1 -0
- package/dist/index130.cjs +1 -0
- package/dist/index130.mjs +37 -0
- package/dist/index131 2.cjs +1 -0
- package/dist/index131 3.mjs +45 -0
- package/dist/index131.cjs +1 -0
- package/dist/index131.mjs +10 -0
- package/dist/index132.cjs +1 -0
- package/dist/index132.mjs +142 -0
- package/dist/index133.cjs +1 -0
- package/dist/index133.mjs +143 -0
- package/dist/index134.cjs +1 -0
- package/dist/index134.mjs +31 -0
- package/dist/index135.cjs +1 -0
- package/dist/index135.mjs +50 -0
- package/dist/index136.cjs +1 -0
- package/dist/index136.mjs +18 -0
- package/dist/index137.cjs +1 -0
- package/dist/index137.mjs +194 -0
- package/dist/index138.cjs +1 -0
- package/dist/index138.mjs +54 -0
- package/dist/index139.cjs +1 -0
- package/dist/index139.mjs +105 -0
- package/dist/index14 2.mjs +71 -0
- package/dist/index14 4.cjs +1 -0
- package/dist/index14.cjs +1 -0
- package/dist/index14.mjs +45 -0
- package/dist/index140.cjs +1 -0
- package/dist/index140.mjs +40 -0
- package/dist/index141.cjs +1 -0
- package/dist/index141.mjs +25 -0
- package/dist/index142.cjs +1 -0
- package/dist/index142.mjs +87 -0
- package/dist/index143.cjs +1 -0
- package/dist/index143.mjs +21 -0
- package/dist/index144.cjs +1 -0
- package/dist/index144.mjs +28 -0
- package/dist/index145.cjs +1 -0
- package/dist/index145.mjs +53 -0
- package/dist/index149.cjs +1 -0
- package/dist/index149.mjs +65 -0
- package/dist/index15 2.cjs +1 -0
- package/dist/index15 3.mjs +135 -0
- package/dist/index15.cjs +1 -0
- package/dist/index15.mjs +600 -0
- package/dist/index150.cjs +1 -0
- package/dist/index150.mjs +41 -0
- package/dist/index151.cjs +1 -0
- package/dist/index151.mjs +49 -0
- package/dist/index152.cjs +1 -0
- package/dist/index152.mjs +27 -0
- package/dist/index153 2.mjs +17 -0
- package/dist/index153 3.cjs +1 -0
- package/dist/index154.cjs +1 -0
- package/dist/index154.mjs +39 -0
- package/dist/index158 2.cjs +1 -0
- package/dist/index158 2.mjs +43 -0
- package/dist/index159.cjs +1 -0
- package/dist/index159.mjs +68 -0
- package/dist/index16 3.cjs +1 -0
- package/dist/index16 3.mjs +106 -0
- package/dist/index160 2.cjs +1 -0
- package/dist/index160 3.mjs +15 -0
- package/dist/index160.cjs +1 -0
- package/dist/index160.mjs +43 -0
- package/dist/index161.cjs +1 -0
- package/dist/index161.mjs +47 -0
- package/dist/index163 2.cjs +1 -0
- package/dist/index163 2.mjs +19 -0
- package/dist/index163.cjs +1 -0
- package/dist/index163.mjs +45 -0
- package/dist/index164.cjs +1 -0
- package/dist/index164.mjs +27 -0
- package/dist/index166.cjs +1 -0
- package/dist/index166.mjs +60 -0
- package/dist/index167 3.cjs +1 -0
- package/dist/index167 3.mjs +55 -0
- package/dist/index167.cjs +1 -0
- package/dist/index167.mjs +33 -0
- package/dist/index168.cjs +1 -0
- package/dist/index168.mjs +23 -0
- package/dist/index169.cjs +1 -0
- package/dist/index169.mjs +53 -0
- package/dist/index17 2.cjs +1 -0
- package/dist/index17 2.mjs +178 -0
- package/dist/index17.cjs +1 -0
- package/dist/index17.mjs +94 -0
- package/dist/index170.cjs +1 -0
- package/dist/index170.mjs +38 -0
- package/dist/index171.cjs +1 -0
- package/dist/index171.mjs +23 -0
- package/dist/index173.cjs +1 -0
- package/dist/index173.mjs +43 -0
- package/dist/index174 2.cjs +1 -0
- package/dist/index174 2.mjs +33 -0
- package/dist/index174.cjs +1 -0
- package/dist/index174.mjs +27 -0
- package/dist/index175.cjs +1 -0
- package/dist/index175.mjs +25 -0
- package/dist/index176 2.cjs +1 -0
- package/dist/index176 2.mjs +30 -0
- package/dist/index176.cjs +1 -0
- package/dist/index176.mjs +49 -0
- package/dist/index177.cjs +1 -0
- package/dist/index177.mjs +23 -0
- package/dist/index178 2.mjs +33 -0
- package/dist/index178 3.cjs +1 -0
- package/dist/index178.cjs +1 -0
- package/dist/index178.mjs +67 -0
- package/dist/index179.cjs +1 -0
- package/dist/index179.mjs +109 -0
- package/dist/index18 2.mjs +38 -0
- package/dist/index18 3.cjs +1 -0
- package/dist/index18.cjs +1 -0
- package/dist/index18.mjs +128 -0
- package/dist/index180.cjs +1 -0
- package/dist/index180.mjs +21 -0
- package/dist/index181.cjs +1 -0
- package/dist/index181.mjs +49 -0
- package/dist/index182 2.mjs +21 -0
- package/dist/index182 3.cjs +1 -0
- package/dist/index182.cjs +1 -0
- package/dist/index182.mjs +31 -0
- package/dist/index183.cjs +1 -0
- package/dist/index183.mjs +35 -0
- package/dist/index184.cjs +1 -0
- package/dist/index184.mjs +29 -0
- package/dist/index185 2.cjs +1 -0
- package/dist/index185 2.mjs +57 -0
- package/dist/index185.cjs +1 -0
- package/dist/index185.mjs +31 -0
- package/dist/index186.cjs +1 -0
- package/dist/index186.mjs +70 -0
- package/dist/index187.cjs +1 -0
- package/dist/index187.mjs +58 -0
- package/dist/index188.cjs +1 -0
- package/dist/index188.mjs +57 -0
- package/dist/index189.cjs +1 -0
- package/dist/index189.mjs +65 -0
- package/dist/index19 2.cjs +1 -0
- package/dist/index19 2.mjs +103 -0
- package/dist/index19.cjs +1 -0
- package/dist/index19.mjs +120 -0
- package/dist/index190.cjs +1 -0
- package/dist/index190.mjs +20 -0
- package/dist/index191.cjs +1 -0
- package/dist/index191.mjs +71 -0
- package/dist/index192.cjs +1 -0
- package/dist/index192.mjs +61 -0
- package/dist/index193.cjs +1 -0
- package/dist/index193.mjs +33 -0
- package/dist/index194.cjs +1 -0
- package/dist/index194.mjs +36 -0
- package/dist/index195.cjs +1 -0
- package/dist/index195.mjs +35 -0
- package/dist/index196.cjs +1 -0
- package/dist/index196.mjs +106 -0
- package/dist/index197.cjs +1 -0
- package/dist/index197.mjs +61 -0
- package/dist/index198.cjs +1 -0
- package/dist/index198.mjs +45 -0
- package/dist/index199.cjs +1 -0
- package/dist/index199.mjs +33 -0
- package/dist/index2.cjs +1 -0
- package/dist/index2.mjs +247 -0
- package/dist/index20 2.cjs +1 -0
- package/dist/index20 2.mjs +56 -0
- package/dist/index20.cjs +1 -0
- package/dist/index20.mjs +51 -0
- package/dist/index200.cjs +1 -0
- package/dist/index200.mjs +39 -0
- package/dist/index201.cjs +1 -0
- package/dist/index201.mjs +31 -0
- package/dist/index202.cjs +1 -0
- package/dist/index202.mjs +67 -0
- package/dist/index203.cjs +1 -0
- package/dist/index203.mjs +39 -0
- package/dist/index204.cjs +1 -0
- package/dist/index204.mjs +31 -0
- package/dist/index206.cjs +1 -0
- package/dist/index206.mjs +21 -0
- package/dist/index207.cjs +1 -0
- package/dist/index207.mjs +36 -0
- package/dist/index208.cjs +1 -0
- package/dist/index208.mjs +31 -0
- package/dist/index209.cjs +1 -0
- package/dist/index209.mjs +15 -0
- package/dist/index21 2.cjs +1 -0
- package/dist/index21 3.mjs +84 -0
- package/dist/index21.cjs +1 -0
- package/dist/index21.mjs +91 -0
- package/dist/index210.cjs +1 -0
- package/dist/index210.mjs +27 -0
- package/dist/index211.cjs +1 -0
- package/dist/index211.mjs +31 -0
- package/dist/index212.cjs +1 -0
- package/dist/index212.mjs +33 -0
- package/dist/index213.cjs +1 -0
- package/dist/index213.mjs +47 -0
- package/dist/index214.cjs +1 -0
- package/dist/index214.mjs +73 -0
- package/dist/index215.cjs +1 -0
- package/dist/index215.mjs +81 -0
- package/dist/index216.cjs +1 -0
- package/dist/index216.mjs +21 -0
- package/dist/index217.cjs +1 -0
- package/dist/index217.mjs +79 -0
- package/dist/index218.cjs +1 -0
- package/dist/index218.mjs +56 -0
- package/dist/index219.cjs +1 -0
- package/dist/index219.mjs +55 -0
- package/dist/index22 2.cjs +1 -0
- package/dist/index22 2.mjs +86 -0
- package/dist/index22.cjs +1 -0
- package/dist/index22.mjs +77 -0
- package/dist/index220.cjs +1 -0
- package/dist/index220.mjs +55 -0
- package/dist/index221.cjs +1 -0
- package/dist/index221.mjs +21 -0
- package/dist/index222.cjs +1 -0
- package/dist/index222.mjs +45 -0
- package/dist/index223.cjs +1 -0
- package/dist/index223.mjs +107 -0
- package/dist/index225.cjs +1 -0
- package/dist/index225.mjs +31 -0
- package/dist/index226.cjs +1 -0
- package/dist/index226.mjs +237 -0
- package/dist/index227.cjs +1 -0
- package/dist/index227.mjs +36 -0
- package/dist/index228.cjs +1 -0
- package/dist/index228.mjs +46 -0
- package/dist/index229.cjs +1 -0
- package/dist/index229.mjs +173 -0
- package/dist/index23 2.cjs +6 -0
- package/dist/index23 4.mjs +255 -0
- package/dist/index23.cjs +1 -0
- package/dist/index23.mjs +20 -0
- package/dist/index230.cjs +1 -0
- package/dist/index230.mjs +188 -0
- package/dist/index231.cjs +1 -0
- package/dist/index231.mjs +31 -0
- package/dist/index232.cjs +1 -0
- package/dist/index232.mjs +93 -0
- package/dist/index233.cjs +1 -0
- package/dist/index233.mjs +55 -0
- package/dist/index234.cjs +1 -0
- package/dist/index234.mjs +69 -0
- package/dist/index235.cjs +1 -0
- package/dist/index235.mjs +127 -0
- package/dist/index236.cjs +1 -0
- package/dist/index236.mjs +111 -0
- package/dist/index237.cjs +1 -0
- package/dist/index237.mjs +114 -0
- package/dist/index238.cjs +1 -0
- package/dist/index238.mjs +125 -0
- package/dist/index239.cjs +1 -0
- package/dist/index239.mjs +217 -0
- package/dist/index24 2.mjs +114 -0
- package/dist/index24 3.cjs +1 -0
- package/dist/index24.cjs +1 -0
- package/dist/index24.mjs +107 -0
- package/dist/index240.cjs +1 -0
- package/dist/index240.mjs +59 -0
- package/dist/index242.cjs +1 -0
- package/dist/index242.mjs +23 -0
- package/dist/index243.cjs +1 -0
- package/dist/index243.mjs +48 -0
- package/dist/index244.cjs +1 -0
- package/dist/index244.mjs +120 -0
- package/dist/index245.cjs +1 -0
- package/dist/index245.mjs +196 -0
- package/dist/index249.cjs +1 -0
- package/dist/index249.mjs +19 -0
- package/dist/index25 2.cjs +1 -0
- package/dist/index25 4.mjs +196 -0
- package/dist/index25.cjs +1 -0
- package/dist/index25.mjs +84 -0
- package/dist/index255.cjs +1 -0
- package/dist/index255.mjs +49 -0
- package/dist/index257.cjs +1 -0
- package/dist/index257.mjs +16 -0
- package/dist/index26 3.mjs +271 -0
- package/dist/index26 4.cjs +1 -0
- package/dist/index26.cjs +1 -0
- package/dist/index26.mjs +71 -0
- package/dist/index266.cjs +1 -0
- package/dist/index266.mjs +18 -0
- package/dist/index269.cjs +1 -0
- package/dist/index269.mjs +47 -0
- package/dist/index27 2.cjs +1 -0
- package/dist/index27 2.mjs +248 -0
- package/dist/index27.cjs +1 -0
- package/dist/index27.mjs +135 -0
- package/dist/index273.cjs +1 -0
- package/dist/index273.mjs +58 -0
- package/dist/index277.cjs +1 -0
- package/dist/index277.mjs +27 -0
- package/dist/index278.cjs +1 -0
- package/dist/index278.mjs +77 -0
- package/dist/index279.cjs +1 -0
- package/dist/index279.mjs +176 -0
- package/dist/index28 2.cjs +1 -0
- package/dist/index28 2.mjs +193 -0
- package/dist/index28.cjs +1 -0
- package/dist/index28.mjs +106 -0
- package/dist/index280.cjs +1 -0
- package/dist/index280.mjs +59 -0
- package/dist/index284.cjs +1 -0
- package/dist/index284.mjs +114 -0
- package/dist/index285.cjs +1 -0
- package/dist/index285.mjs +15 -0
- package/dist/index286.cjs +1 -0
- package/dist/index286.mjs +41 -0
- package/dist/index287.cjs +1 -0
- package/dist/index287.mjs +29 -0
- package/dist/index289.cjs +1 -0
- package/dist/index289.mjs +12 -0
- package/dist/index29 2.cjs +1 -0
- package/dist/index29 2.mjs +26 -0
- package/dist/index29.cjs +1 -0
- package/dist/index29.mjs +178 -0
- package/dist/index290.cjs +1 -0
- package/dist/index290.mjs +57 -0
- package/dist/index3 2.cjs +1 -0
- package/dist/index3 2.mjs +600 -0
- package/dist/index3.cjs +1 -0
- package/dist/index3.mjs +24 -0
- package/dist/index30 2.cjs +1 -0
- package/dist/index30 2.mjs +339 -0
- package/dist/index30.cjs +1 -0
- package/dist/index30.mjs +38 -0
- package/dist/index31 2.cjs +1 -0
- package/dist/index31 4.mjs +104 -0
- package/dist/index31.cjs +1 -0
- package/dist/index31.mjs +103 -0
- package/dist/index32 2.mjs +103 -0
- package/dist/index32 3.cjs +1 -0
- package/dist/index32.cjs +1 -0
- package/dist/index32.mjs +56 -0
- package/dist/index33 2.cjs +1 -0
- package/dist/index33 4.mjs +48 -0
- package/dist/index33.cjs +1 -0
- package/dist/index33.mjs +84 -0
- package/dist/index34 2.cjs +1 -0
- package/dist/index34 3.mjs +132 -0
- package/dist/index34.cjs +1 -0
- package/dist/index34.mjs +86 -0
- package/dist/index35 2.cjs +1 -0
- package/dist/index35 2.mjs +176 -0
- package/dist/index35.cjs +6 -0
- package/dist/index35.mjs +255 -0
- package/dist/index36 2.cjs +1 -0
- package/dist/index36 2.mjs +30 -0
- package/dist/index36.cjs +1 -0
- package/dist/index36.mjs +114 -0
- package/dist/index37 2.cjs +1 -0
- package/dist/index37 2.mjs +43 -0
- package/dist/index37.cjs +1 -0
- package/dist/index37.mjs +196 -0
- package/dist/index38 2.cjs +1 -0
- package/dist/index38 2.mjs +107 -0
- package/dist/index38.cjs +1 -0
- package/dist/index38.mjs +271 -0
- package/dist/index39 2.cjs +1 -0
- package/dist/index39 4.mjs +202 -0
- package/dist/index39.cjs +1 -0
- package/dist/index39.mjs +248 -0
- package/dist/index4 2.mjs +59 -0
- package/dist/index4 3.cjs +3 -0
- package/dist/index4.cjs +1 -0
- package/dist/index4.mjs +43 -0
- package/dist/index40 2.mjs +164 -0
- package/dist/index40 3.cjs +1 -0
- package/dist/index40.cjs +1 -0
- package/dist/index40.mjs +193 -0
- package/dist/index41 3.cjs +1 -0
- package/dist/index41 3.mjs +47 -0
- package/dist/index41.cjs +1 -0
- package/dist/index41.mjs +26 -0
- package/dist/index42 2.cjs +1 -0
- package/dist/index42 2.mjs +84 -0
- package/dist/index42.cjs +1 -0
- package/dist/index42.mjs +339 -0
- package/dist/index43 2.cjs +1 -0
- package/dist/index43 3.mjs +54 -0
- package/dist/index43.cjs +1 -0
- package/dist/index43.mjs +104 -0
- package/dist/index44 2.mjs +205 -0
- package/dist/index44 3.cjs +3 -0
- package/dist/index44.cjs +1 -0
- package/dist/index44.mjs +103 -0
- package/dist/index45.cjs +1 -0
- package/dist/index45.mjs +48 -0
- package/dist/index46 2.cjs +1 -0
- package/dist/index46 4.mjs +143 -0
- package/dist/index46.cjs +1 -0
- package/dist/index46.mjs +132 -0
- package/dist/index47 2.cjs +1 -0
- package/dist/index47 2.mjs +190 -0
- package/dist/index47.cjs +1 -0
- package/dist/index47.mjs +176 -0
- package/dist/index48 2.mjs +106 -0
- package/dist/index48 3.cjs +1 -0
- package/dist/index48.cjs +1 -0
- package/dist/index48.mjs +30 -0
- package/dist/index49 2.cjs +1 -0
- package/dist/index49 2.mjs +82 -0
- package/dist/index49.cjs +1 -0
- package/dist/index49.mjs +43 -0
- package/dist/index5 2.cjs +1 -0
- package/dist/index5 2.mjs +94 -0
- package/dist/index5.cjs +1 -0
- package/dist/index5.mjs +74 -0
- package/dist/index50 2.mjs +95 -0
- package/dist/index50 3.cjs +1 -0
- package/dist/index50.cjs +1 -0
- package/dist/index50.mjs +107 -0
- package/dist/index51 2.cjs +1 -0
- package/dist/index51 2.mjs +125 -0
- package/dist/index51.cjs +1 -0
- package/dist/index51.mjs +202 -0
- package/dist/index52 2.cjs +1 -0
- package/dist/index52 3.mjs +72 -0
- package/dist/index52.cjs +1 -0
- package/dist/index52.mjs +164 -0
- package/dist/index53 2.cjs +1 -0
- package/dist/index53 3.mjs +273 -0
- package/dist/index53.cjs +1 -0
- package/dist/index53.mjs +47 -0
- package/dist/index54 2.cjs +1 -0
- package/dist/index54 3.mjs +129 -0
- package/dist/index54.cjs +1 -0
- package/dist/index54.mjs +84 -0
- package/dist/index55 2.cjs +1 -0
- package/dist/index55 2.mjs +172 -0
- package/dist/index55.cjs +1 -0
- package/dist/index55.mjs +54 -0
- package/dist/index56 2.cjs +1 -0
- package/dist/index56 3.mjs +105 -0
- package/dist/index56.cjs +3 -0
- package/dist/index56.mjs +205 -0
- package/dist/index57 2.cjs +1 -0
- package/dist/index57 3.mjs +136 -0
- package/dist/index57.cjs +1 -0
- package/dist/index57.mjs +104 -0
- package/dist/index58 2.cjs +1 -0
- package/dist/index58 2.mjs +191 -0
- package/dist/index58.cjs +1 -0
- package/dist/index58.mjs +143 -0
- package/dist/index59 2.cjs +1 -0
- package/dist/index59 3.mjs +54 -0
- package/dist/index59.cjs +1 -0
- package/dist/index59.mjs +190 -0
- package/dist/index6 2.cjs +1 -0
- package/dist/index6 2.mjs +128 -0
- package/dist/index6.cjs +1 -0
- package/dist/index6.mjs +18 -0
- package/dist/index60 2.mjs +148 -0
- package/dist/index60 3.cjs +1 -0
- package/dist/index60.cjs +1 -0
- package/dist/index60.mjs +106 -0
- package/dist/index61 2.cjs +1 -0
- package/dist/index61 2.mjs +76 -0
- package/dist/index61.cjs +1 -0
- package/dist/index61.mjs +82 -0
- package/dist/index62 2.cjs +1 -0
- package/dist/index62 2.mjs +87 -0
- package/dist/index62.cjs +1 -0
- package/dist/index62.mjs +95 -0
- package/dist/index63 2.cjs +1 -0
- package/dist/index63 2.mjs +36 -0
- package/dist/index63.cjs +1 -0
- package/dist/index63.mjs +125 -0
- package/dist/index64 2.cjs +1 -0
- package/dist/index64 3.mjs +78 -0
- package/dist/index64.cjs +1 -0
- package/dist/index64.mjs +72 -0
- package/dist/index65 3.mjs +153 -0
- package/dist/index65 4.cjs +1 -0
- package/dist/index65.cjs +1 -0
- package/dist/index65.mjs +273 -0
- package/dist/index66 2.cjs +1 -0
- package/dist/index66 2.mjs +54 -0
- package/dist/index66.cjs +1 -0
- package/dist/index66.mjs +129 -0
- package/dist/index67 2.cjs +1 -0
- package/dist/index67 2.mjs +109 -0
- package/dist/index67.cjs +1 -0
- package/dist/index67.mjs +172 -0
- package/dist/index68 2.cjs +1 -0
- package/dist/index68 3.mjs +28 -0
- package/dist/index68.cjs +1 -0
- package/dist/index68.mjs +105 -0
- package/dist/index69 2.cjs +1 -0
- package/dist/index69 2.mjs +133 -0
- package/dist/index69.cjs +1 -0
- package/dist/index69.mjs +136 -0
- package/dist/index7 2.mjs +120 -0
- package/dist/index7 3.cjs +1 -0
- package/dist/index7.cjs +1 -0
- package/dist/index7.mjs +9 -0
- package/dist/index70 2.cjs +1 -0
- package/dist/index70 2.mjs +80 -0
- package/dist/index70.cjs +1 -0
- package/dist/index70.mjs +191 -0
- package/dist/index71 2.cjs +1 -0
- package/dist/index71 2.mjs +101 -0
- package/dist/index71.cjs +1 -0
- package/dist/index71.mjs +54 -0
- package/dist/index72 2.mjs +97 -0
- package/dist/index72 3.cjs +1 -0
- package/dist/index72.cjs +1 -0
- package/dist/index72.mjs +148 -0
- package/dist/index73 2.cjs +1 -0
- package/dist/index73 2.mjs +118 -0
- package/dist/index73.cjs +1 -0
- package/dist/index73.mjs +76 -0
- package/dist/index74 2.cjs +1 -0
- package/dist/index74 2.mjs +389 -0
- package/dist/index74.cjs +1 -0
- package/dist/index74.mjs +87 -0
- package/dist/index75 2.cjs +38 -0
- package/dist/index75 2.mjs +98 -0
- package/dist/index75.cjs +1 -0
- package/dist/index75.mjs +36 -0
- package/dist/index76 2.mjs +225 -0
- package/dist/index76 3.cjs +1 -0
- package/dist/index76.cjs +1 -0
- package/dist/index76.mjs +84 -0
- package/dist/index77 2.cjs +1 -0
- package/dist/index77 3.mjs +48 -0
- package/dist/index77.cjs +1 -0
- package/dist/index77.mjs +153 -0
- package/dist/index78 2.cjs +1 -0
- package/dist/index78 2.mjs +101 -0
- package/dist/index78.cjs +1 -0
- package/dist/index78.mjs +54 -0
- package/dist/index79 2.cjs +1 -0
- package/dist/index79 3.mjs +39 -0
- package/dist/index79.cjs +1 -0
- package/dist/index79.mjs +109 -0
- package/dist/index8 2.cjs +1 -0
- package/dist/index8 3.mjs +51 -0
- package/dist/index8.cjs +1 -0
- package/dist/index8.mjs +6 -0
- package/dist/index80 2.cjs +1 -0
- package/dist/index80 2.mjs +161 -0
- package/dist/index80.cjs +1 -0
- package/dist/index80.mjs +28 -0
- package/dist/index81 3.cjs +1 -0
- package/dist/index81 3.mjs +119 -0
- package/dist/index81.cjs +1 -0
- package/dist/index81.mjs +31 -0
- package/dist/index82 2.cjs +1 -0
- package/dist/index82 3.mjs +33 -0
- package/dist/index82.cjs +1 -0
- package/dist/index82.mjs +133 -0
- package/dist/index83 2.cjs +1 -0
- package/dist/index83 3.mjs +249 -0
- package/dist/index83.cjs +1 -0
- package/dist/index83.mjs +80 -0
- package/dist/index84.cjs +1 -0
- package/dist/index84.mjs +101 -0
- package/dist/index85.cjs +1 -0
- package/dist/index85.mjs +97 -0
- package/dist/index86.cjs +1 -0
- package/dist/index86.mjs +118 -0
- package/dist/index87.cjs +1 -0
- package/dist/index87.mjs +389 -0
- package/dist/index88.cjs +38 -0
- package/dist/index88.mjs +98 -0
- package/dist/index89 3.cjs +1 -0
- package/dist/index89 3.mjs +26 -0
- package/dist/index89.cjs +1 -0
- package/dist/index89.mjs +225 -0
- package/dist/index9 2.cjs +1 -0
- package/dist/index9 2.mjs +91 -0
- package/dist/index9.cjs +1 -0
- package/dist/index9.mjs +4 -0
- package/dist/index90 2.cjs +1 -0
- package/dist/index90 2.mjs +35 -0
- package/dist/index90.cjs +1 -0
- package/dist/index90.mjs +48 -0
- package/dist/index91 2.cjs +1 -0
- package/dist/index91 2.mjs +99 -0
- package/dist/index91.cjs +1 -0
- package/dist/index91.mjs +101 -0
- package/dist/index92 2.mjs +103 -0
- package/dist/index92 3.cjs +1 -0
- package/dist/index92.cjs +1 -0
- package/dist/index92.mjs +39 -0
- package/dist/index93 2.cjs +1 -0
- package/dist/index93 2.mjs +21 -0
- package/dist/index93.cjs +1 -0
- package/dist/index93.mjs +161 -0
- package/dist/index94 2.cjs +1 -0
- package/dist/index94 2.mjs +55 -0
- package/dist/index94.cjs +1 -0
- package/dist/index94.mjs +119 -0
- package/dist/index95 2.cjs +1 -0
- package/dist/index95 2.mjs +74 -0
- package/dist/index95.cjs +1 -0
- package/dist/index95.mjs +50 -0
- package/dist/index96 2.cjs +97 -0
- package/dist/index96 2.mjs +206 -0
- package/dist/index96.cjs +1 -0
- package/dist/index96.mjs +44 -0
- package/dist/index97 2.mjs +157 -0
- package/dist/index97 3.cjs +1 -0
- package/dist/index97.cjs +1 -0
- package/dist/index97.mjs +33 -0
- package/dist/index98 2.cjs +1 -0
- package/dist/index98 3.mjs +221 -0
- package/dist/index98.cjs +1 -0
- package/dist/index98.mjs +41 -0
- package/dist/index99 2.cjs +1 -0
- package/dist/index99 2.mjs +21 -0
- package/dist/index99.cjs +1 -0
- package/dist/index99.mjs +39 -0
- package/dist/main.d 2.ts +2 -0
- package/dist/main.d.ts 3.map +1 -0
- package/dist/rich.d 2.ts +16 -0
- package/dist/rich.d.ts 2.map +1 -0
- package/dist/sections/index.d 2.ts +29 -0
- package/dist/sections/index.d.ts 2.map +1 -0
- package/dist/styles/marker 3.css +1 -0
- package/dist/styles 2.css +9055 -0
- package/dist/styles.css +56 -8634
- package/dist/templates/index.d 2.ts +1 -0
- package/dist/test/a11y.d 3.ts +8 -0
- package/dist/test/a11y.d.ts 3.map +1 -0
- package/dist/test/performance.bench.d 3.ts +11 -0
- package/dist/test/performance.bench.d.ts 3.map +1 -0
- package/dist/test/setup.d 3.ts +2 -0
- package/dist/test/setup.d.ts 3.map +1 -0
- package/dist/theme 2.css +8871 -0
- package/dist/theme.css +46 -8625
- package/dist/tokens/brands.d 3.ts +5 -0
- package/dist/tokens/brands.d.ts 3.map +1 -0
- package/dist/tokens/index.d 3.ts +11 -0
- package/dist/tokens/index.d.ts 3.map +1 -0
- package/dist/tokens/primitives.d 3.ts +5 -0
- package/dist/tokens/primitives.d.ts 3.map +1 -0
- package/dist/tokens/themes.d 3.ts +9 -0
- package/dist/tokens/themes.d.ts 3.map +1 -0
- package/dist/tokens/types.d 3.ts +365 -0
- package/dist/tokens/types.d.ts 3.map +1 -0
- package/dist/tokens/utils.d 3.ts +42 -0
- package/dist/tokens/utils.d.ts 3.map +1 -0
- package/dist/utils/fonts.d 3.ts +46 -0
- package/dist/utils/fonts.d.ts 3.map +1 -0
- package/dist/utils/icons.d 3.ts +61 -0
- package/dist/utils/icons.d.ts 3.map +1 -0
- package/dist/utils/index.d 3.ts +9 -0
- package/dist/utils/index.d.ts 3.map +1 -0
- package/dist/utils/validation.d 3.ts +94 -0
- package/dist/utils/validation.d.ts 3.map +1 -0
- package/package.json +1 -1
- package/dist/ComponentShowcase.cjs +0 -1
- package/dist/ComponentShowcase.mjs +0 -600
- package/dist/blocks/index.cjs +0 -1
- package/dist/blocks/index.mjs +0 -72
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.cjs +0 -2
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.mjs +0 -78
- package/dist/blocks/sections/AppDownload/AppDownload.cjs +0 -2
- package/dist/blocks/sections/AppDownload/AppDownload.mjs +0 -109
- package/dist/blocks/sections/Blog/Blog.cjs +0 -2
- package/dist/blocks/sections/Blog/Blog.mjs +0 -86
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.cjs +0 -2
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.mjs +0 -36
- package/dist/blocks/sections/CTA/CTA.cjs +0 -2
- package/dist/blocks/sections/CTA/CTA.mjs +0 -22
- package/dist/blocks/sections/CarouselSection/CarouselCard.cjs +0 -1
- package/dist/blocks/sections/CarouselSection/CarouselCard.mjs +0 -18
- package/dist/blocks/sections/CarouselSection/CarouselSection.cjs +0 -2
- package/dist/blocks/sections/CarouselSection/CarouselSection.mjs +0 -105
- package/dist/blocks/sections/Chat/Chat.cjs +0 -2
- package/dist/blocks/sections/Chat/Chat.mjs +0 -94
- package/dist/blocks/sections/Comparison/Comparison.cjs +0 -2
- package/dist/blocks/sections/Comparison/Comparison.mjs +0 -48
- package/dist/blocks/sections/Contact/Contact.cjs +0 -2
- package/dist/blocks/sections/Contact/Contact.mjs +0 -28
- package/dist/blocks/sections/EmptyState/EmptyState.cjs +0 -2
- package/dist/blocks/sections/EmptyState/EmptyState.mjs +0 -16
- package/dist/blocks/sections/FAQ/FAQ.cjs +0 -2
- package/dist/blocks/sections/FAQ/FAQ.mjs +0 -38
- package/dist/blocks/sections/FAQ/FAQItemCard.cjs +0 -1
- package/dist/blocks/sections/FAQ/FAQItemCard.mjs +0 -58
- package/dist/blocks/sections/Features/FeatureCard.cjs +0 -1
- package/dist/blocks/sections/Features/FeatureCard.mjs +0 -16
- package/dist/blocks/sections/Features/Features.cjs +0 -2
- package/dist/blocks/sections/Features/Features.mjs +0 -22
- package/dist/blocks/sections/Footer/Footer.cjs +0 -2
- package/dist/blocks/sections/Footer/Footer.mjs +0 -91
- package/dist/blocks/sections/Gallery/Gallery.cjs +0 -2
- package/dist/blocks/sections/Gallery/Gallery.mjs +0 -28
- package/dist/blocks/sections/Hero/Hero.cjs +0 -2
- package/dist/blocks/sections/Hero/Hero.mjs +0 -38
- package/dist/blocks/sections/Hero/HeroHighlight.cjs +0 -1
- package/dist/blocks/sections/Hero/HeroHighlight.mjs +0 -10
- package/dist/blocks/sections/LogoCloud/LogoCloud.cjs +0 -2
- package/dist/blocks/sections/LogoCloud/LogoCloud.mjs +0 -32
- package/dist/blocks/sections/Newsletter/Newsletter.cjs +0 -2
- package/dist/blocks/sections/Newsletter/Newsletter.mjs +0 -51
- package/dist/blocks/sections/Pricing/Pricing.cjs +0 -2
- package/dist/blocks/sections/Pricing/Pricing.mjs +0 -19
- package/dist/blocks/sections/Pricing/PricingCard.cjs +0 -1
- package/dist/blocks/sections/Pricing/PricingCard.mjs +0 -49
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.cjs +0 -2
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.mjs +0 -55
- package/dist/blocks/sections/SocialProof/SocialProof.cjs +0 -2
- package/dist/blocks/sections/SocialProof/SocialProof.mjs +0 -41
- package/dist/blocks/sections/Stats/StatItemCard.cjs +0 -1
- package/dist/blocks/sections/Stats/StatItemCard.mjs +0 -18
- package/dist/blocks/sections/Stats/Stats.cjs +0 -2
- package/dist/blocks/sections/Stats/Stats.mjs +0 -26
- package/dist/blocks/sections/Stepper/Stepper.cjs +0 -2
- package/dist/blocks/sections/Stepper/Stepper.mjs +0 -88
- package/dist/blocks/sections/Team/Team.cjs +0 -2
- package/dist/blocks/sections/Team/Team.mjs +0 -22
- package/dist/blocks/sections/Team/TeamMemberCard.cjs +0 -1
- package/dist/blocks/sections/Team/TeamMemberCard.mjs +0 -19
- package/dist/blocks/sections/Testimonials/TestimonialCard.cjs +0 -1
- package/dist/blocks/sections/Testimonials/TestimonialCard.mjs +0 -47
- package/dist/blocks/sections/Testimonials/Testimonials.cjs +0 -2
- package/dist/blocks/sections/Testimonials/Testimonials.mjs +0 -29
- package/dist/blocks/sections/Timeline/Timeline.cjs +0 -2
- package/dist/blocks/sections/Timeline/Timeline.mjs +0 -54
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.cjs +0 -2
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.mjs +0 -151
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.cjs +0 -2
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.mjs +0 -154
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css.cjs +0 -1
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css.mjs +0 -55
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.cjs +0 -2
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.mjs +0 -193
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css.cjs +0 -1
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css.mjs +0 -81
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.cjs +0 -2
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.mjs +0 -103
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css.cjs +0 -1
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css.mjs +0 -73
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.cjs +0 -2
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.mjs +0 -143
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css.cjs +0 -1
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css.mjs +0 -61
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.cjs +0 -2
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.mjs +0 -144
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.cjs +0 -2
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.mjs +0 -195
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css.cjs +0 -1
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css.mjs +0 -61
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.cjs +0 -2
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.mjs +0 -106
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css.cjs +0 -1
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css.mjs +0 -45
- package/dist/calendar.cjs +0 -2
- package/dist/calendar.mjs +0 -7
- package/dist/chart.cjs +0 -2
- package/dist/chart.mjs +0 -10
- package/dist/client.cjs +0 -2
- package/dist/client.mjs +0 -248
- package/dist/components/Accordion/Accordion.cjs +0 -2
- package/dist/components/Accordion/Accordion.mjs +0 -95
- package/dist/components/ActivityFeed/ActivityFeed.cjs +0 -2
- package/dist/components/ActivityFeed/ActivityFeed.mjs +0 -129
- package/dist/components/AgentCard/AgentCard.cjs +0 -2
- package/dist/components/AgentCard/AgentCard.mjs +0 -121
- package/dist/components/Alert/Alert.cjs +0 -2
- package/dist/components/Alert/Alert.mjs +0 -52
- package/dist/components/AlertDialog/AlertDialog.cjs +0 -2
- package/dist/components/AlertDialog/AlertDialog.mjs +0 -92
- package/dist/components/Avatar/Avatar.cjs +0 -2
- package/dist/components/Avatar/Avatar.mjs +0 -78
- package/dist/components/Badge/Badge.cjs +0 -2
- package/dist/components/Badge/Badge.mjs +0 -21
- package/dist/components/Banner/Banner.cjs +0 -2
- package/dist/components/Banner/Banner.mjs +0 -108
- package/dist/components/Breadcrumb/Breadcrumb.cjs +0 -2
- package/dist/components/Breadcrumb/Breadcrumb.mjs +0 -85
- package/dist/components/Button/Button.cjs +0 -2
- package/dist/components/Button/Button.mjs +0 -72
- package/dist/components/Calendar/Calendar.cjs +0 -2
- package/dist/components/Calendar/Calendar.mjs +0 -136
- package/dist/components/Card/Card.cjs +0 -2
- package/dist/components/Card/Card.mjs +0 -107
- package/dist/components/Carousel/Carousel.cjs +0 -2
- package/dist/components/Carousel/Carousel.mjs +0 -179
- package/dist/components/Carousel/CarouselCard.cjs +0 -1
- package/dist/components/Carousel/CarouselCard.mjs +0 -38
- package/dist/components/Chart/Chart.cjs +0 -2
- package/dist/components/Chart/Chart.mjs +0 -104
- package/dist/components/Chat/Chat.cjs +0 -2
- package/dist/components/Chat/Chat.mjs +0 -57
- package/dist/components/Chat/components/ChatAttachment.cjs +0 -2
- package/dist/components/Chat/components/ChatAttachment.mjs +0 -126
- package/dist/components/Chat/components/ChatAudioPlayer.cjs +0 -2
- package/dist/components/Chat/components/ChatAudioPlayer.mjs +0 -128
- package/dist/components/Chat/components/ChatCodeBlock.cjs +0 -2
- package/dist/components/Chat/components/ChatCodeBlock.mjs +0 -94
- package/dist/components/Chat/components/ChatFileUpload.cjs +0 -2
- package/dist/components/Chat/components/ChatFileUpload.mjs +0 -115
- package/dist/components/Chat/components/ChatHeader.cjs +0 -1
- package/dist/components/Chat/components/ChatHeader.mjs +0 -36
- package/dist/components/Chat/components/ChatImagePreview.cjs +0 -2
- package/dist/components/Chat/components/ChatImagePreview.mjs +0 -70
- package/dist/components/Chat/components/ChatInput.cjs +0 -2
- package/dist/components/Chat/components/ChatInput.mjs +0 -189
- package/dist/components/Chat/components/ChatLightbox.cjs +0 -2
- package/dist/components/Chat/components/ChatLightbox.mjs +0 -58
- package/dist/components/Chat/components/ChatMarkdown.cjs +0 -2
- package/dist/components/Chat/components/ChatMarkdown.mjs +0 -56
- package/dist/components/Chat/components/ChatMessage.cjs +0 -2
- package/dist/components/Chat/components/ChatMessage.mjs +0 -174
- package/dist/components/Chat/components/ChatMessages.cjs +0 -2
- package/dist/components/Chat/components/ChatMessages.mjs +0 -47
- package/dist/components/Chat/components/ChatSidebar.cjs +0 -2
- package/dist/components/Chat/components/ChatSidebar.mjs +0 -218
- package/dist/components/Chat/components/ChatTypingIndicator.cjs +0 -1
- package/dist/components/Chat/components/ChatTypingIndicator.mjs +0 -31
- package/dist/components/Chat/components/ChatVoiceRecorder.cjs +0 -2
- package/dist/components/Chat/components/ChatVoiceRecorder.mjs +0 -112
- package/dist/components/Checkbox/Checkbox.cjs +0 -2
- package/dist/components/Checkbox/Checkbox.mjs +0 -85
- package/dist/components/Chip/Chip.cjs +0 -2
- package/dist/components/Chip/Chip.mjs +0 -87
- package/dist/components/CodeEditor/CodeEditor.cjs +0 -7
- package/dist/components/CodeEditor/CodeEditor.mjs +0 -256
- package/dist/components/Collapsible/Collapsible.cjs +0 -2
- package/dist/components/Collapsible/Collapsible.mjs +0 -115
- package/dist/components/CollapsibleFolder/CollapsibleFolder.cjs +0 -2
- package/dist/components/CollapsibleFolder/CollapsibleFolder.mjs +0 -197
- package/dist/components/Combobox/Combobox.cjs +0 -2
- package/dist/components/Combobox/Combobox.mjs +0 -272
- package/dist/components/Command/Command.cjs +0 -2
- package/dist/components/Command/Command.mjs +0 -249
- package/dist/components/CommandBar/CommandBar.cjs +0 -2
- package/dist/components/CommandBar/CommandBar.mjs +0 -194
- package/dist/components/DataTable/DataTable.cjs +0 -2
- package/dist/components/DataTable/DataTable.mjs +0 -340
- package/dist/components/DatePicker/DatePicker.cjs +0 -2
- package/dist/components/DatePicker/DatePicker.mjs +0 -105
- package/dist/components/DetailPanel/DetailPanel.cjs +0 -2
- package/dist/components/DetailPanel/DetailPanel.mjs +0 -104
- package/dist/components/Divider/Divider.cjs +0 -2
- package/dist/components/Divider/Divider.mjs +0 -49
- package/dist/components/Drawer/Drawer.cjs +0 -2
- package/dist/components/Drawer/Drawer.mjs +0 -133
- package/dist/components/Dropdown/Dropdown.cjs +0 -2
- package/dist/components/Dropdown/Dropdown.mjs +0 -177
- package/dist/components/EmptyState/EmptyState.cjs +0 -2
- package/dist/components/EmptyState/EmptyState.mjs +0 -31
- package/dist/components/ErrorBoundary/ErrorBoundary.cjs +0 -2
- package/dist/components/ErrorBoundary/ErrorBoundary.mjs +0 -44
- package/dist/components/Field/Field.cjs +0 -2
- package/dist/components/Field/Field.mjs +0 -108
- package/dist/components/FileUploader/FileUploader.cjs +0 -2
- package/dist/components/FileUploader/FileUploader.mjs +0 -203
- package/dist/components/FilterBar/FilterBar.cjs +0 -2
- package/dist/components/FilterBar/FilterBar.mjs +0 -165
- package/dist/components/FontLoader/FontLoader.cjs +0 -2
- package/dist/components/FontLoader/FontLoader.mjs +0 -48
- package/dist/components/FormSection/FormSection.cjs +0 -2
- package/dist/components/FormSection/FormSection.mjs +0 -85
- package/dist/components/Icon/Icon.cjs +0 -2
- package/dist/components/Icon/Icon.mjs +0 -55
- package/dist/components/IconGallery/IconGallery.cjs +0 -4
- package/dist/components/IconGallery/IconGallery.mjs +0 -206
- package/dist/components/InputOTP/InputOTP.cjs +0 -2
- package/dist/components/InputOTP/InputOTP.mjs +0 -144
- package/dist/components/KanbanBoard/KanbanBoard.cjs +0 -2
- package/dist/components/KanbanBoard/KanbanBoard.mjs +0 -191
- package/dist/components/Link/Link.cjs +0 -2
- package/dist/components/Link/Link.mjs +0 -83
- package/dist/components/List/List.cjs +0 -2
- package/dist/components/List/List.mjs +0 -96
- package/dist/components/MetricCards/MetricCards.cjs +0 -2
- package/dist/components/MetricCards/MetricCards.mjs +0 -126
- package/dist/components/Modal/Modal.cjs +0 -2
- package/dist/components/Modal/Modal.mjs +0 -73
- package/dist/components/NavTree/NavTree.cjs +0 -2
- package/dist/components/NavTree/NavTree.mjs +0 -274
- package/dist/components/Navbar/Navbar.cjs +0 -2
- package/dist/components/Navbar/Navbar.mjs +0 -130
- package/dist/components/NotificationCenter/NotificationCenter.cjs +0 -2
- package/dist/components/NotificationCenter/NotificationCenter.mjs +0 -173
- package/dist/components/PageHeader/PageHeader.cjs +0 -2
- package/dist/components/PageHeader/PageHeader.mjs +0 -106
- package/dist/components/Pagination/Pagination.cjs +0 -2
- package/dist/components/Pagination/Pagination.mjs +0 -137
- package/dist/components/Popover/Popover.cjs +0 -2
- package/dist/components/Popover/Popover.mjs +0 -192
- package/dist/components/ProgressBar/ProgressBar.cjs +0 -2
- package/dist/components/ProgressBar/ProgressBar.mjs +0 -55
- package/dist/components/QuickActions/QuickActions.cjs +0 -2
- package/dist/components/QuickActions/QuickActions.mjs +0 -149
- package/dist/components/Radio/Radio.cjs +0 -2
- package/dist/components/Radio/Radio.mjs +0 -77
- package/dist/components/SearchInput/SearchInput.cjs +0 -2
- package/dist/components/SearchInput/SearchInput.mjs +0 -88
- package/dist/components/Select/Select.cjs +0 -2
- package/dist/components/Select/Select.mjs +0 -85
- package/dist/components/Sidebar/Sidebar.cjs +0 -2
- package/dist/components/Sidebar/Sidebar.mjs +0 -154
- package/dist/components/Skeleton/Skeleton.cjs +0 -2
- package/dist/components/Skeleton/Skeleton.mjs +0 -55
- package/dist/components/Slider/Slider.cjs +0 -2
- package/dist/components/Slider/Slider.mjs +0 -110
- package/dist/components/Spinner/Spinner.cjs +0 -2
- package/dist/components/Spinner/Spinner.mjs +0 -29
- package/dist/components/Stack/Stack.cjs +0 -2
- package/dist/components/Stack/Stack.mjs +0 -32
- package/dist/components/Stepper/Stepper.cjs +0 -2
- package/dist/components/Stepper/Stepper.mjs +0 -134
- package/dist/components/Switch/Switch.cjs +0 -2
- package/dist/components/Switch/Switch.mjs +0 -81
- package/dist/components/Table/Table.cjs +0 -2
- package/dist/components/Table/Table.mjs +0 -102
- package/dist/components/Tabs/Tabs.cjs +0 -2
- package/dist/components/Tabs/Tabs.mjs +0 -98
- package/dist/components/Textarea/Textarea.cjs +0 -2
- package/dist/components/Textarea/Textarea.mjs +0 -119
- package/dist/components/ThemeController/ThemeController.cjs +0 -2
- package/dist/components/ThemeController/ThemeController.mjs +0 -390
- package/dist/components/Toast/Toast.cjs +0 -2
- package/dist/components/Toast/Toast.mjs +0 -226
- package/dist/components/Toggle/Toggle.cjs +0 -2
- package/dist/components/Toggle/Toggle.mjs +0 -49
- package/dist/components/ToggleGroup/ToggleGroup.cjs +0 -2
- package/dist/components/ToggleGroup/ToggleGroup.mjs +0 -102
- package/dist/components/Tooltip/Tooltip.cjs +0 -2
- package/dist/components/Tooltip/Tooltip.mjs +0 -40
- package/dist/components/UserMenu/UserMenu.cjs +0 -2
- package/dist/components/UserMenu/UserMenu.mjs +0 -162
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.cjs +0 -2
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.mjs +0 -120
- package/dist/contexts/ThemeContext.cjs +0 -39
- package/dist/contexts/ThemeContext.mjs +0 -99
- package/dist/dist/components/Badge/Badge.cjs +0 -2
- package/dist/dist/components/Badge/Badge.mjs +0 -21
- package/dist/dist/components/Button/Button.cjs +0 -2
- package/dist/dist/components/Button/Button.mjs +0 -72
- package/dist/dist/components/Card/Card.cjs +0 -2
- package/dist/dist/components/Card/Card.mjs +0 -107
- package/dist/dist/components/Field/Field.cjs +0 -2
- package/dist/dist/components/Field/Field.mjs +0 -108
- package/dist/dnd.cjs +0 -2
- package/dist/dnd.mjs +0 -5
- package/dist/editor.cjs +0 -2
- package/dist/editor.mjs +0 -5
- package/dist/examples/LandingPage.example.cjs +0 -1
- package/dist/examples/LandingPage.example.mjs +0 -106
- package/dist/rich.cjs +0 -2
- package/dist/rich.mjs +0 -5
- package/dist/sections/Container/Container.cjs +0 -1
- package/dist/sections/Container/Container.mjs +0 -26
- package/dist/sections/Section/Section.cjs +0 -1
- package/dist/sections/Section/Section.mjs +0 -36
- package/dist/sections/index.cjs +0 -1
- package/dist/sections/index.mjs +0 -43
- package/dist/templates/index.cjs +0 -1
- package/dist/templates/index.mjs +0 -18
- package/dist/tokens/index.cjs +0 -1
- package/dist/tokens/index.mjs +0 -24
- package/dist/tokens/utils.cjs +0 -1
- package/dist/tokens/utils.mjs +0 -45
- /package/dist/{components/AlertDialog/AlertDialog.module.css.cjs → index100 3.cjs} +0 -0
- /package/dist/{components/AlertDialog/AlertDialog.module.css.mjs → index100 3.mjs} +0 -0
- /package/dist/{hooks/useDisclosure.cjs → index100.cjs} +0 -0
- /package/dist/{hooks/useDisclosure.mjs → index100.mjs} +0 -0
- /package/dist/{components/Dropdown/Dropdown.module.css.mjs → index101 2.mjs} +0 -0
- /package/dist/{components/Dropdown/Dropdown.module.css.cjs → index101 3.cjs} +0 -0
- /package/dist/{hooks/useMediaQuery.cjs → index101.cjs} +0 -0
- /package/dist/{hooks/useMediaQuery.mjs → index101.mjs} +0 -0
- /package/dist/{components/CommandBar/CommandBar.module.css.mjs → index102 2.mjs} +0 -0
- /package/dist/{components/CommandBar/CommandBar.module.css.cjs → index102 3.cjs} +0 -0
- /package/dist/{hooks/useKeyboard.cjs → index102.cjs} +0 -0
- /package/dist/{hooks/useKeyboard.mjs → index102.mjs} +0 -0
- /package/dist/{components/FileUploader/FileUploader.module.css.cjs → index103 3.cjs} +0 -0
- /package/dist/{components/FileUploader/FileUploader.module.css.mjs → index103 3.mjs} +0 -0
- /package/dist/{hooks/useLocalStorage.cjs → index103.cjs} +0 -0
- /package/dist/{hooks/useLocalStorage.mjs → index103.mjs} +0 -0
- /package/dist/{components/Combobox/Combobox.module.css.cjs → index104 2.cjs} +0 -0
- /package/dist/{components/Combobox/Combobox.module.css.mjs → index104 2.mjs} +0 -0
- /package/dist/{components/Chat/hooks/useStreamingText.cjs → index104.cjs} +0 -0
- /package/dist/{components/Chat/hooks/useStreamingText.mjs → index104.mjs} +0 -0
- /package/dist/{components/AgentCard/AgentCard.module.css.cjs → index105 2.cjs} +0 -0
- /package/dist/{components/AgentCard/AgentCard.module.css.mjs → index105 3.mjs} +0 -0
- /package/dist/{hooks/useTheme.cjs → index105.cjs} +0 -0
- /package/dist/{hooks/useTheme.mjs → index105.mjs} +0 -0
- /package/dist/{components/Icon/Icon.module.css.cjs → index106 2.cjs} +0 -0
- /package/dist/{components/Icon/Icon.module.css.mjs → index106 2.mjs} +0 -0
- /package/dist/{components/Chat/hooks/useVoiceRecorder.cjs → index106.cjs} +0 -0
- /package/dist/{components/Chat/hooks/useVoiceRecorder.mjs → index106.mjs} +0 -0
- /package/dist/{components/DatePicker/DatePicker.module.css.cjs → index107 2.cjs} +0 -0
- /package/dist/{components/DatePicker/DatePicker.module.css.mjs → index107 3.mjs} +0 -0
- /package/dist/{utils/validation.cjs → index107.cjs} +0 -0
- /package/dist/{utils/validation.mjs → index107.mjs} +0 -0
- /package/dist/{components/Slider/Slider.module.css.mjs → index108 2.mjs} +0 -0
- /package/dist/{components/Slider/Slider.module.css.cjs → index108 4.cjs} +0 -0
- /package/dist/{tokens/themes.cjs → index108.cjs} +0 -0
- /package/dist/{tokens/themes.mjs → index108.mjs} +0 -0
- /package/dist/{components/Chart/useResolvedChartColors.cjs → index109 2.cjs} +0 -0
- /package/dist/{components/Chart/useResolvedChartColors.mjs → index109 4.mjs} +0 -0
- /package/dist/{tokens/brands.cjs → index109.cjs} +0 -0
- /package/dist/{tokens/brands.mjs → index109.mjs} +0 -0
- /package/dist/{components/Chart/Chart.module.css.cjs → index110 2.cjs} +0 -0
- /package/dist/{components/Chart/Chart.module.css.mjs → index110 2.mjs} +0 -0
- /package/dist/{components/Table/Table.module.css.mjs → index111 2.mjs} +0 -0
- /package/dist/{components/Table/Table.module.css.cjs → index111 3.cjs} +0 -0
- /package/dist/{components/Accordion/Accordion.module.css.cjs → index112 2.cjs} +0 -0
- /package/dist/{components/Accordion/Accordion.module.css.mjs → index112 2.mjs} +0 -0
- /package/dist/{components/Card/Card.module.css.cjs → index113 2.cjs} +0 -0
- /package/dist/{components/Card/Card.module.css.mjs → index113 2.mjs} +0 -0
- /package/dist/{components/Divider/Divider.module.css.cjs → index114 2.cjs} +0 -0
- /package/dist/{components/Divider/Divider.module.css.mjs → index114 2.mjs} +0 -0
- /package/dist/{components/Chat/Chat.module.css.mjs → index115 3.mjs} +0 -0
- /package/dist/{components/Chat/Chat.module.css.cjs → index115 4.cjs} +0 -0
- /package/dist/{components/DataTable/DataTable.module.css.cjs → index129 2.cjs} +0 -0
- /package/dist/{components/DataTable/DataTable.module.css.mjs → index129 2.mjs} +0 -0
- /package/dist/{tokens/primitives.cjs → index13.cjs} +0 -0
- /package/dist/{tokens/primitives.mjs → index13.mjs} +0 -0
- /package/dist/{components/ActivityFeed/ActivityFeed.module.css.cjs → index130 2.cjs} +0 -0
- /package/dist/{components/ActivityFeed/ActivityFeed.module.css.mjs → index130 2.mjs} +0 -0
- /package/dist/{components/Modal/Modal.module.css.cjs → index132 3.cjs} +0 -0
- /package/dist/{components/Modal/Modal.module.css.mjs → index132 4.mjs} +0 -0
- /package/dist/{components/Select/Select.module.css.mjs → index133 3.mjs} +0 -0
- /package/dist/{components/Select/Select.module.css.cjs → index133 4.cjs} +0 -0
- /package/dist/{components/Field/Field.module.css.mjs → index134 2.mjs} +0 -0
- /package/dist/{components/Field/Field.module.css.cjs → index134 3.cjs} +0 -0
- /package/dist/{components/ErrorBoundary/ErrorBoundary.module.css.cjs → index135 3.cjs} +0 -0
- /package/dist/{components/ErrorBoundary/ErrorBoundary.module.css.mjs → index135 4.mjs} +0 -0
- /package/dist/{components/MetricCards/MetricCards.module.css.mjs → index136 2.mjs} +0 -0
- /package/dist/{components/MetricCards/MetricCards.module.css.cjs → index136 3.cjs} +0 -0
- /package/dist/{components/PageHeader/PageHeader.module.css.mjs → index137 2.mjs} +0 -0
- /package/dist/{components/PageHeader/PageHeader.module.css.cjs → index137 3.cjs} +0 -0
- /package/dist/{components/CodeEditor/CodeEditor.module.css.mjs → index138 2.mjs} +0 -0
- /package/dist/{components/CodeEditor/CodeEditor.module.css.cjs → index138 4.cjs} +0 -0
- /package/dist/{components/Tooltip/Tooltip.module.css.mjs → index139 2.mjs} +0 -0
- /package/dist/{components/Tooltip/Tooltip.module.css.cjs → index139 3.cjs} +0 -0
- /package/dist/{components/Alert/Alert.module.css.cjs → index140 2.cjs} +0 -0
- /package/dist/{components/Alert/Alert.module.css.mjs → index140 4.mjs} +0 -0
- /package/dist/{components/Banner/Banner.module.css.cjs → index141 2.cjs} +0 -0
- /package/dist/{components/Banner/Banner.module.css.mjs → index141 2.mjs} +0 -0
- /package/dist/{components/FormSection/FormSection.module.css.mjs → index142 3.mjs} +0 -0
- /package/dist/{components/FormSection/FormSection.module.css.cjs → index142 4.cjs} +0 -0
- /package/dist/{components/Textarea/Textarea.module.css.mjs → index143 2.mjs} +0 -0
- /package/dist/{components/Textarea/Textarea.module.css.cjs → index143 3.cjs} +0 -0
- /package/dist/{components/Badge/Badge.module.css.mjs → index144 2.mjs} +0 -0
- /package/dist/{components/Badge/Badge.module.css.cjs → index144 4.cjs} +0 -0
- /package/dist/{components/NotificationCenter/NotificationCenter.module.css.cjs → index145 2.cjs} +0 -0
- /package/dist/{components/NotificationCenter/NotificationCenter.module.css.mjs → index145 3.mjs} +0 -0
- /package/dist/{components/Drawer/Drawer.module.css.cjs → index146 2.cjs} +0 -0
- /package/dist/{components/Drawer/Drawer.module.css.mjs → index146 3.mjs} +0 -0
- /package/dist/{sections/Container/Container.module.css.cjs → index146.cjs} +0 -0
- /package/dist/{sections/Container/Container.module.css.mjs → index146.mjs} +0 -0
- /package/dist/{components/Skeleton/Skeleton.module.css.mjs → index147 2.mjs} +0 -0
- /package/dist/{components/Skeleton/Skeleton.module.css.cjs → index147 4.cjs} +0 -0
- /package/dist/{components/Button/Button.module.css.cjs → index147.cjs} +0 -0
- /package/dist/{components/Button/Button.module.css.mjs → index147.mjs} +0 -0
- /package/dist/{components/Pagination/Pagination.module.css.mjs → index148 2.mjs} +0 -0
- /package/dist/{components/Pagination/Pagination.module.css.cjs → index148 4.cjs} +0 -0
- /package/dist/{components/Toggle/Toggle.module.css.cjs → index148.cjs} +0 -0
- /package/dist/{components/Toggle/Toggle.module.css.mjs → index148.mjs} +0 -0
- /package/dist/{components/FilterBar/FilterBar.module.css.cjs → index149 2.cjs} +0 -0
- /package/dist/{components/FilterBar/FilterBar.module.css.mjs → index149 3.mjs} +0 -0
- /package/dist/{components/SearchInput/SearchInput.module.css.cjs → index150 2.cjs} +0 -0
- /package/dist/{components/SearchInput/SearchInput.module.css.mjs → index150 3.mjs} +0 -0
- /package/dist/{components/Toast/Toast.module.css.cjs → index151 3.cjs} +0 -0
- /package/dist/{components/Toast/Toast.module.css.mjs → index151 3.mjs} +0 -0
- /package/dist/{components/KanbanBoard/KanbanBoard.module.css.cjs → index152 2.cjs} +0 -0
- /package/dist/{components/KanbanBoard/KanbanBoard.module.css.mjs → index152 2.mjs} +0 -0
- /package/dist/{components/Switch/Switch.module.css.cjs → index153.cjs} +0 -0
- /package/dist/{components/Switch/Switch.module.css.mjs → index153.mjs} +0 -0
- /package/dist/{components/DetailPanel/DetailPanel.module.css.mjs → index154 2.mjs} +0 -0
- /package/dist/{components/DetailPanel/DetailPanel.module.css.cjs → index154 3.cjs} +0 -0
- /package/dist/{components/List/List.module.css.cjs → index155 2.cjs} +0 -0
- /package/dist/{components/List/List.module.css.mjs → index155 3.mjs} +0 -0
- /package/dist/{components/Stepper/Stepper.module.css.cjs → index155.cjs} +0 -0
- /package/dist/{components/Stepper/Stepper.module.css.mjs → index155.mjs} +0 -0
- /package/dist/{components/Chip/Chip.module.css.cjs → index156 2.cjs} +0 -0
- /package/dist/{components/Chip/Chip.module.css.mjs → index156 3.mjs} +0 -0
- /package/dist/{components/Collapsible/Collapsible.module.css.cjs → index156.cjs} +0 -0
- /package/dist/{components/Collapsible/Collapsible.module.css.mjs → index156.mjs} +0 -0
- /package/dist/{components/Spinner/Spinner.module.css.cjs → index157 2.cjs} +0 -0
- /package/dist/{components/Spinner/Spinner.module.css.mjs → index157 3.mjs} +0 -0
- /package/dist/{components/Link/Link.module.css.cjs → index157.cjs} +0 -0
- /package/dist/{components/Link/Link.module.css.mjs → index157.mjs} +0 -0
- /package/dist/{components/Checkbox/Checkbox.module.css.cjs → index158.cjs} +0 -0
- /package/dist/{components/Checkbox/Checkbox.module.css.mjs → index158.mjs} +0 -0
- /package/dist/{components/Tabs/Tabs.module.css.mjs → index159 2.mjs} +0 -0
- /package/dist/{components/Tabs/Tabs.module.css.cjs → index159 3.cjs} +0 -0
- /package/dist/{utils/fonts.cjs → index16.cjs} +0 -0
- /package/dist/{utils/fonts.mjs → index16.mjs} +0 -0
- /package/dist/{components/Carousel/Carousel.module.css.cjs → index161 2.cjs} +0 -0
- /package/dist/{components/Carousel/Carousel.module.css.mjs → index161 3.mjs} +0 -0
- /package/dist/{components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.cjs → index162 2.cjs} +0 -0
- /package/dist/{components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.mjs → index162 3.mjs} +0 -0
- /package/dist/{components/ToggleGroup/ToggleGroup.module.css.cjs → index162.cjs} +0 -0
- /package/dist/{components/ToggleGroup/ToggleGroup.module.css.mjs → index162.mjs} +0 -0
- /package/dist/{components/Calendar/Calendar.module.css.cjs → index164 2.cjs} +0 -0
- /package/dist/{components/Calendar/Calendar.module.css.mjs → index164 2.mjs} +0 -0
- /package/dist/{components/Popover/Popover.module.css.mjs → index165 2.mjs} +0 -0
- /package/dist/{components/Popover/Popover.module.css.cjs → index165 3.cjs} +0 -0
- /package/dist/{components/EmptyState/EmptyState.module.css.cjs → index165.cjs} +0 -0
- /package/dist/{components/EmptyState/EmptyState.module.css.mjs → index165.mjs} +0 -0
- /package/dist/{components/Sidebar/Sidebar.module.css.cjs → index166 2.cjs} +0 -0
- /package/dist/{components/Sidebar/Sidebar.module.css.mjs → index166 2.mjs} +0 -0
- /package/dist/{components/NavTree/NavTree.module.css.mjs → index168 3.mjs} +0 -0
- /package/dist/{components/NavTree/NavTree.module.css.cjs → index168 4.cjs} +0 -0
- /package/dist/{components/IconGallery/IconGallery.module.css.cjs → index169 2.cjs} +0 -0
- /package/dist/{components/IconGallery/IconGallery.module.css.mjs → index169 2.mjs} +0 -0
- /package/dist/{components/ProgressBar/ProgressBar.module.css.mjs → index170 2.mjs} +0 -0
- /package/dist/{components/ProgressBar/ProgressBar.module.css.cjs → index170 3.cjs} +0 -0
- /package/dist/{components/InputOTP/InputOTP.module.css.cjs → index171 3.cjs} +0 -0
- /package/dist/{components/InputOTP/InputOTP.module.css.mjs → index171 3.mjs} +0 -0
- /package/dist/{components/Command/Command.module.css.cjs → index172 2.cjs} +0 -0
- /package/dist/{components/Command/Command.module.css.mjs → index172 4.mjs} +0 -0
- /package/dist/{components/Avatar/Avatar.module.css.cjs → index172.cjs} +0 -0
- /package/dist/{components/Avatar/Avatar.module.css.mjs → index172.mjs} +0 -0
- /package/dist/{components/Breadcrumb/Breadcrumb.module.css.cjs → index173 2.cjs} +0 -0
- /package/dist/{components/Breadcrumb/Breadcrumb.module.css.mjs → index173 2.mjs} +0 -0
- /package/dist/{components/UserMenu/UserMenu.module.css.cjs → index175 2.cjs} +0 -0
- /package/dist/{components/UserMenu/UserMenu.module.css.mjs → index175 2.mjs} +0 -0
- /package/dist/{components/CollapsibleFolder/CollapsibleFolder.module.css.mjs → index177 2.mjs} +0 -0
- /package/dist/{components/CollapsibleFolder/CollapsibleFolder.module.css.cjs → index177 4.cjs} +0 -0
- /package/dist/{components/Radio/Radio.module.css.cjs → index179 2.cjs} +0 -0
- /package/dist/{components/Radio/Radio.module.css.mjs → index179 2.mjs} +0 -0
- /package/dist/{components/Navbar/Navbar.module.css.cjs → index180 2.cjs} +0 -0
- /package/dist/{components/Navbar/Navbar.module.css.mjs → index180 3.mjs} +0 -0
- /package/dist/{components/QuickActions/QuickActions.module.css.cjs → index181 2.cjs} +0 -0
- /package/dist/{components/QuickActions/QuickActions.module.css.mjs → index181 2.mjs} +0 -0
- /package/dist/{sections/Section/Section.module.css.cjs → index183 2.cjs} +0 -0
- /package/dist/{sections/Section/Section.module.css.mjs → index183 3.mjs} +0 -0
- /package/dist/{components/Chat/utils.cjs → index184 2.cjs} +0 -0
- /package/dist/{components/Chat/utils.mjs → index184 2.mjs} +0 -0
- /package/dist/{components/Stack/Stack.module.css.cjs → index205.cjs} +0 -0
- /package/dist/{components/Stack/Stack.module.css.mjs → index205.mjs} +0 -0
- /package/dist/{blocks/templates/app/LoginTemplate/LoginTemplate.module.css.cjs → index224.cjs} +0 -0
- /package/dist/{blocks/templates/app/LoginTemplate/LoginTemplate.module.css.mjs → index224.mjs} +0 -0
- /package/dist/{blocks/templates/app/AgentEditor/AgentEditor.module.css.cjs → index241.cjs} +0 -0
- /package/dist/{blocks/templates/app/AgentEditor/AgentEditor.module.css.mjs → index241.mjs} +0 -0
- /package/dist/{blocks/sections/LogoCloud/LogoCloud.module.css.cjs → index246.cjs} +0 -0
- /package/dist/{blocks/sections/LogoCloud/LogoCloud.module.css.mjs → index246.mjs} +0 -0
- /package/dist/{blocks/sections/SocialProof/SocialProof.module.css.cjs → index247.cjs} +0 -0
- /package/dist/{blocks/sections/SocialProof/SocialProof.module.css.mjs → index247.mjs} +0 -0
- /package/dist/{blocks/sections/Hero/Hero.module.css.cjs → index248.cjs} +0 -0
- /package/dist/{blocks/sections/Hero/Hero.module.css.mjs → index248.mjs} +0 -0
- /package/dist/{blocks/sections/Team/Team.module.css.cjs → index250.cjs} +0 -0
- /package/dist/{blocks/sections/Team/Team.module.css.mjs → index250.mjs} +0 -0
- /package/dist/{blocks/sections/AppDownload/AppDownload.module.css.cjs → index251.cjs} +0 -0
- /package/dist/{blocks/sections/AppDownload/AppDownload.module.css.mjs → index251.mjs} +0 -0
- /package/dist/{blocks/sections/SettingsLayout/SettingsLayout.module.css.cjs → index252.cjs} +0 -0
- /package/dist/{blocks/sections/SettingsLayout/SettingsLayout.module.css.mjs → index252.mjs} +0 -0
- /package/dist/{blocks/sections/Newsletter/Newsletter.module.css.cjs → index253.cjs} +0 -0
- /package/dist/{blocks/sections/Newsletter/Newsletter.module.css.mjs → index253.mjs} +0 -0
- /package/dist/{blocks/sections/CarouselSection/CarouselSection.module.css.cjs → index254.cjs} +0 -0
- /package/dist/{blocks/sections/CarouselSection/CarouselSection.module.css.mjs → index254.mjs} +0 -0
- /package/dist/{blocks/sections/Pricing/Pricing.module.css.cjs → index256.cjs} +0 -0
- /package/dist/{blocks/sections/Pricing/Pricing.module.css.mjs → index256.mjs} +0 -0
- /package/dist/{blocks/sections/Features/Features.module.css.cjs → index258.cjs} +0 -0
- /package/dist/{blocks/sections/Features/Features.module.css.mjs → index258.mjs} +0 -0
- /package/dist/{blocks/sections/Breadcrumbs/Breadcrumbs.module.css.cjs → index259.cjs} +0 -0
- /package/dist/{blocks/sections/Breadcrumbs/Breadcrumbs.module.css.mjs → index259.mjs} +0 -0
- /package/dist/{blocks/sections/Footer/Footer.module.css.cjs → index260.cjs} +0 -0
- /package/dist/{blocks/sections/Footer/Footer.module.css.mjs → index260.mjs} +0 -0
- /package/dist/{blocks/sections/ActivityFeed/ActivityFeed.module.css.cjs → index261.cjs} +0 -0
- /package/dist/{blocks/sections/ActivityFeed/ActivityFeed.module.css.mjs → index261.mjs} +0 -0
- /package/dist/{blocks/sections/Stepper/Stepper.module.css.cjs → index262.cjs} +0 -0
- /package/dist/{blocks/sections/Stepper/Stepper.module.css.mjs → index262.mjs} +0 -0
- /package/dist/{blocks/sections/Timeline/Timeline.module.css.cjs → index263.cjs} +0 -0
- /package/dist/{blocks/sections/Timeline/Timeline.module.css.mjs → index263.mjs} +0 -0
- /package/dist/{blocks/sections/Blog/Blog.module.css.cjs → index264.cjs} +0 -0
- /package/dist/{blocks/sections/Blog/Blog.module.css.mjs → index264.mjs} +0 -0
- /package/dist/{blocks/sections/Chat/Chat.module.css.cjs → index265.cjs} +0 -0
- /package/dist/{blocks/sections/Chat/Chat.module.css.mjs → index265.mjs} +0 -0
- /package/dist/{blocks/sections/Stats/Stats.module.css.cjs → index267.cjs} +0 -0
- /package/dist/{blocks/sections/Stats/Stats.module.css.mjs → index267.mjs} +0 -0
- /package/dist/{blocks/sections/Gallery/Gallery.module.css.cjs → index268.cjs} +0 -0
- /package/dist/{blocks/sections/Gallery/Gallery.module.css.mjs → index268.mjs} +0 -0
- /package/dist/{blocks/sections/Testimonials/Testimonials.module.css.cjs → index270.cjs} +0 -0
- /package/dist/{blocks/sections/Testimonials/Testimonials.module.css.mjs → index270.mjs} +0 -0
- /package/dist/{blocks/sections/EmptyState/EmptyState.module.css.cjs → index271.cjs} +0 -0
- /package/dist/{blocks/sections/EmptyState/EmptyState.module.css.mjs → index271.mjs} +0 -0
- /package/dist/{blocks/sections/Comparison/Comparison.module.css.cjs → index272.cjs} +0 -0
- /package/dist/{blocks/sections/Comparison/Comparison.module.css.mjs → index272.mjs} +0 -0
- /package/dist/{blocks/sections/FAQ/FAQ.module.css.cjs → index274.cjs} +0 -0
- /package/dist/{blocks/sections/FAQ/FAQ.module.css.mjs → index274.mjs} +0 -0
- /package/dist/{blocks/sections/CTA/CTA.module.css.cjs → index275.cjs} +0 -0
- /package/dist/{blocks/sections/CTA/CTA.module.css.mjs → index275.mjs} +0 -0
- /package/dist/{blocks/sections/Contact/Contact.module.css.cjs → index276.cjs} +0 -0
- /package/dist/{blocks/sections/Contact/Contact.module.css.mjs → index276.mjs} +0 -0
- /package/dist/{dist/components/Badge/Badge.module.css.cjs → index281.cjs} +0 -0
- /package/dist/{dist/components/Badge/Badge.module.css.mjs → index281.mjs} +0 -0
- /package/dist/{dist/components/Button/Button.module.css.cjs → index282.cjs} +0 -0
- /package/dist/{dist/components/Button/Button.module.css.mjs → index282.mjs} +0 -0
- /package/dist/{dist/components/Card/Card.module.css.cjs → index283.cjs} +0 -0
- /package/dist/{dist/components/Card/Card.module.css.mjs → index283.mjs} +0 -0
- /package/dist/{dist/components/Field/Field.module.css.cjs → index288.cjs} +0 -0
- /package/dist/{dist/components/Field/Field.module.css.mjs → index288.mjs} +0 -0
- /package/dist/{utils/icons.cjs → index45 3.cjs} +0 -0
- /package/dist/{utils/icons.mjs → index45 3.mjs} +0 -0
- /package/dist/{components/Chat/hooks/useAutoScroll.mjs → index84 2.mjs} +0 -0
- /package/dist/{components/Chat/hooks/useAutoScroll.cjs → index84 4.cjs} +0 -0
- /package/dist/{components/Chat/hooks/useChatInput.cjs → index85 2.cjs} +0 -0
- /package/dist/{components/Chat/hooks/useChatInput.mjs → index85 2.mjs} +0 -0
- /package/dist/{hooks/useClickOutside.mjs → index86 2.mjs} +0 -0
- /package/dist/{hooks/useClickOutside.cjs → index86 3.cjs} +0 -0
- /package/dist/{hooks/useCopyToClipboard.cjs → index87 2.cjs} +0 -0
- /package/dist/{hooks/useCopyToClipboard.mjs → index87 3.mjs} +0 -0
- /package/dist/{hooks/useDebounce.mjs → index88 2.mjs} +0 -0
- /package/dist/{hooks/useDebounce.cjs → index88 3.cjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
/* empty css
|
|
2
|
-
import { primitives as t, spacing as p } from "./
|
|
3
|
-
import { getBrand as m, getSemanticToken as f, getToken as x } from "./
|
|
4
|
-
import { ComponentShowcase as i } from "./
|
|
1
|
+
/* empty css */
|
|
2
|
+
import { primitives as t, spacing as p } from "./index13.mjs";
|
|
3
|
+
import { getBrand as m, getSemanticToken as f, getToken as x } from "./index14.mjs";
|
|
4
|
+
import { ComponentShowcase as i } from "./index15.mjs";
|
|
5
5
|
export * from "lucide-react";
|
|
6
6
|
import { AlertCircle as d, ArrowDown as C, ArrowLeft as u, ArrowRight as c, ArrowUp as g, Bell as h, Check as S, CheckCircle as T, ChevronDown as b, ChevronLeft as w, ChevronRight as F, ChevronUp as L, Copy as k, CreditCard as D, DollarSign as P, Download as A, Edit as M, Eye as B, EyeOff as v, File as y, FileText as I, Heart as O, HelpCircle as E, Home as N, Image as R, Info as U, LogIn as G, LogOut as _, Mail as H, Menu as K, MessageSquare as V, Minus as Q, Music as X, Plus as q, Search as W, Settings as j, Share2 as z, ShoppingCart as J, Star as Y, Trash2 as Z, Upload as $, User as rr, Video as or, X as er, XCircle as tr } from "lucide-react";
|
|
7
|
-
import { ALL_FONTS as ar, BRAND_FONTS as mr, FONT_PRECONNECT_URLS as fr, GOOGLE_FONTS_URL as xr, areBrandFontsLoaded as nr, getFontLinkTags as ir, getMissingFonts as sr, isFontLoaded as lr, waitForFonts as dr } from "./
|
|
8
|
-
import { Accordion as ur } from "./
|
|
9
|
-
import { ActivityFeed as gr } from "./
|
|
10
|
-
import { AgentCard as Sr } from "./
|
|
11
|
-
import { Alert as br } from "./
|
|
12
|
-
import { AlertDialog as Fr } from "./
|
|
13
|
-
import { Avatar as kr } from "./
|
|
14
|
-
import { Badge as Pr } from "./
|
|
15
|
-
import { Banner as Mr } from "./
|
|
16
|
-
import { Breadcrumb as vr } from "./
|
|
17
|
-
import { Button as Ir } from "./
|
|
18
|
-
import { Calendar as Er } from "./
|
|
19
|
-
import { Card as Rr } from "./
|
|
20
|
-
import { Carousel as Gr } from "./
|
|
21
|
-
import { CarouselCard as Hr } from "./
|
|
22
|
-
import { ChartContainer as Vr, ChartGradient as Qr, ChartLegend as Xr, ChartLegendContent as qr, ChartTooltip as Wr, ChartTooltipContent as jr } from "./
|
|
23
|
-
import { Chat as Jr } from "./
|
|
24
|
-
import { Checkbox as Zr } from "./
|
|
25
|
-
import { Chip as ro } from "./
|
|
26
|
-
import { CodeEditor as eo } from "./
|
|
27
|
-
import { Collapsible as po } from "./
|
|
28
|
-
import { CollapsibleFolder as mo } from "./
|
|
29
|
-
import { Combobox as xo } from "./
|
|
30
|
-
import { Command as io } from "./
|
|
31
|
-
import { CommandBar as lo } from "./
|
|
32
|
-
import { Container as uo } from "./
|
|
33
|
-
import { DataTable as go } from "./
|
|
34
|
-
import { DatePicker as So } from "./
|
|
35
|
-
import { DetailPanel as bo } from "./
|
|
36
|
-
import { Divider as Fo } from "./
|
|
37
|
-
import { Drawer as ko } from "./
|
|
38
|
-
import { Dropdown as Po } from "./
|
|
39
|
-
import { EmptyState as Mo } from "./
|
|
40
|
-
import { ErrorBoundary as vo } from "./
|
|
41
|
-
import { Field as Io } from "./
|
|
42
|
-
import { FileUploader as Eo } from "./
|
|
43
|
-
import { FilterBar as Ro } from "./
|
|
44
|
-
import { FontLoader as Go } from "./
|
|
45
|
-
import { FormSection as Ho } from "./
|
|
46
|
-
import { Icon as Vo } from "./
|
|
47
|
-
import { IconGallery as Xo } from "./
|
|
48
|
-
import { Icons as Wo } from "./
|
|
49
|
-
import { InputOTP as zo } from "./
|
|
50
|
-
import { KanbanBoard as Yo } from "./
|
|
51
|
-
import { LandingPageExample as $o } from "./
|
|
52
|
-
import { Link as oe } from "./
|
|
53
|
-
import { List as te } from "./
|
|
54
|
-
import { MetricCard as ae, MetricCards as me } from "./
|
|
55
|
-
import { Modal as xe } from "./
|
|
56
|
-
import { NavTree as ie } from "./
|
|
57
|
-
import { Navbar as le } from "./
|
|
58
|
-
import { NotificationCenter as Ce } from "./
|
|
59
|
-
import { PageHeader as ce } from "./
|
|
60
|
-
import { Pagination as he } from "./
|
|
61
|
-
import { Popover as Te } from "./
|
|
62
|
-
import { ProgressBar as we } from "./
|
|
63
|
-
import { QuickActions as Le } from "./
|
|
64
|
-
import { Radio as De } from "./
|
|
65
|
-
import { SearchInput as Ae } from "./
|
|
66
|
-
import { Section as Be } from "./
|
|
67
|
-
import { Select as ye } from "./
|
|
68
|
-
import { Sidebar as Oe } from "./
|
|
69
|
-
import { Skeleton as Ne } from "./
|
|
70
|
-
import { Slider as Ue } from "./
|
|
71
|
-
import { Spinner as _e } from "./
|
|
72
|
-
import { Stack as Ke } from "./
|
|
73
|
-
import { Stepper as Qe } from "./
|
|
74
|
-
import { Switch as qe } from "./
|
|
75
|
-
import { Table as je } from "./
|
|
76
|
-
import { Tabs as Je } from "./
|
|
77
|
-
import { Textarea as Ze } from "./
|
|
78
|
-
import { ThemeController as rt } from "./
|
|
79
|
-
import { ThemeProvider as et, useThemeContext as tt } from "./
|
|
80
|
-
import { ToastProvider as at, useToast as mt } from "./
|
|
81
|
-
import { Toggle as xt } from "./
|
|
82
|
-
import { ToggleGroup as it } from "./
|
|
83
|
-
import { Tooltip as lt } from "./
|
|
84
|
-
import { UserMenu as Ct } from "./
|
|
85
|
-
import { WorkspaceSwitcher as ct } from "./
|
|
86
|
-
import { useAutoScroll as ht } from "./
|
|
87
|
-
import { useChatInput as Tt } from "./
|
|
88
|
-
import { useClickOutside as wt, useClickOutsideMultiple as Ft } from "./
|
|
89
|
-
import { useCopy as kt, useCopyToClipboard as Dt } from "./
|
|
90
|
-
import { useDebounce as At, useDebouncedCallback as Mt } from "./
|
|
91
|
-
import { useDisclosure as vt } from "./
|
|
92
|
-
import { useIsDesktop as It, useIsMobile as Ot, useIsTablet as Et, useMediaQuery as Nt, usePrefersDarkMode as Rt, usePrefersReducedMotion as Ut } from "./
|
|
93
|
-
import { useKeyboard as _t, useKeyboardShortcuts as Ht } from "./
|
|
94
|
-
import { useLocalStorage as Vt, useSessionStorage as Qt } from "./
|
|
95
|
-
import { useStreamingText as qt } from "./
|
|
96
|
-
import { useTheme as jt } from "./
|
|
97
|
-
import { useVoiceRecorder as Jt } from "./
|
|
98
|
-
import { warnBrandProp as Zt, warnFieldChildren as $t, warnGlassVariant as rp, warnHardcodedColors as op, warnMissingAriaLabel as ep, warnThemeProp as tp, warnUsePrebuiltSection as pp } from "./
|
|
7
|
+
import { ALL_FONTS as ar, BRAND_FONTS as mr, FONT_PRECONNECT_URLS as fr, GOOGLE_FONTS_URL as xr, areBrandFontsLoaded as nr, getFontLinkTags as ir, getMissingFonts as sr, isFontLoaded as lr, waitForFonts as dr } from "./index16.mjs";
|
|
8
|
+
import { Accordion as ur } from "./index17.mjs";
|
|
9
|
+
import { ActivityFeed as gr } from "./index18.mjs";
|
|
10
|
+
import { AgentCard as Sr } from "./index19.mjs";
|
|
11
|
+
import { Alert as br } from "./index20.mjs";
|
|
12
|
+
import { AlertDialog as Fr } from "./index21.mjs";
|
|
13
|
+
import { Avatar as kr } from "./index22.mjs";
|
|
14
|
+
import { Badge as Pr } from "./index23.mjs";
|
|
15
|
+
import { Banner as Mr } from "./index24.mjs";
|
|
16
|
+
import { Breadcrumb as vr } from "./index25.mjs";
|
|
17
|
+
import { Button as Ir } from "./index26.mjs";
|
|
18
|
+
import { Calendar as Er } from "./index27.mjs";
|
|
19
|
+
import { Card as Rr } from "./index28.mjs";
|
|
20
|
+
import { Carousel as Gr } from "./index29.mjs";
|
|
21
|
+
import { CarouselCard as Hr } from "./index30.mjs";
|
|
22
|
+
import { ChartContainer as Vr, ChartGradient as Qr, ChartLegend as Xr, ChartLegendContent as qr, ChartTooltip as Wr, ChartTooltipContent as jr } from "./index31.mjs";
|
|
23
|
+
import { Chat as Jr } from "./index32.mjs";
|
|
24
|
+
import { Checkbox as Zr } from "./index33.mjs";
|
|
25
|
+
import { Chip as ro } from "./index34.mjs";
|
|
26
|
+
import { CodeEditor as eo } from "./index35.mjs";
|
|
27
|
+
import { Collapsible as po } from "./index36.mjs";
|
|
28
|
+
import { CollapsibleFolder as mo } from "./index37.mjs";
|
|
29
|
+
import { Combobox as xo } from "./index38.mjs";
|
|
30
|
+
import { Command as io } from "./index39.mjs";
|
|
31
|
+
import { CommandBar as lo } from "./index40.mjs";
|
|
32
|
+
import { Container as uo } from "./index41.mjs";
|
|
33
|
+
import { DataTable as go } from "./index42.mjs";
|
|
34
|
+
import { DatePicker as So } from "./index43.mjs";
|
|
35
|
+
import { DetailPanel as bo } from "./index44.mjs";
|
|
36
|
+
import { Divider as Fo } from "./index45.mjs";
|
|
37
|
+
import { Drawer as ko } from "./index46.mjs";
|
|
38
|
+
import { Dropdown as Po } from "./index47.mjs";
|
|
39
|
+
import { EmptyState as Mo } from "./index48.mjs";
|
|
40
|
+
import { ErrorBoundary as vo } from "./index49.mjs";
|
|
41
|
+
import { Field as Io } from "./index50.mjs";
|
|
42
|
+
import { FileUploader as Eo } from "./index51.mjs";
|
|
43
|
+
import { FilterBar as Ro } from "./index52.mjs";
|
|
44
|
+
import { FontLoader as Go } from "./index53.mjs";
|
|
45
|
+
import { FormSection as Ho } from "./index54.mjs";
|
|
46
|
+
import { Icon as Vo } from "./index55.mjs";
|
|
47
|
+
import { IconGallery as Xo } from "./index56.mjs";
|
|
48
|
+
import { Icons as Wo } from "./index57.mjs";
|
|
49
|
+
import { InputOTP as zo } from "./index58.mjs";
|
|
50
|
+
import { KanbanBoard as Yo } from "./index59.mjs";
|
|
51
|
+
import { LandingPageExample as $o } from "./index60.mjs";
|
|
52
|
+
import { Link as oe } from "./index61.mjs";
|
|
53
|
+
import { List as te } from "./index62.mjs";
|
|
54
|
+
import { MetricCard as ae, MetricCards as me } from "./index63.mjs";
|
|
55
|
+
import { Modal as xe } from "./index64.mjs";
|
|
56
|
+
import { NavTree as ie } from "./index65.mjs";
|
|
57
|
+
import { Navbar as le } from "./index66.mjs";
|
|
58
|
+
import { NotificationCenter as Ce } from "./index67.mjs";
|
|
59
|
+
import { PageHeader as ce } from "./index68.mjs";
|
|
60
|
+
import { Pagination as he } from "./index69.mjs";
|
|
61
|
+
import { Popover as Te } from "./index70.mjs";
|
|
62
|
+
import { ProgressBar as we } from "./index71.mjs";
|
|
63
|
+
import { QuickActions as Le } from "./index72.mjs";
|
|
64
|
+
import { Radio as De } from "./index73.mjs";
|
|
65
|
+
import { SearchInput as Ae } from "./index74.mjs";
|
|
66
|
+
import { Section as Be } from "./index75.mjs";
|
|
67
|
+
import { Select as ye } from "./index76.mjs";
|
|
68
|
+
import { Sidebar as Oe } from "./index77.mjs";
|
|
69
|
+
import { Skeleton as Ne } from "./index78.mjs";
|
|
70
|
+
import { Slider as Ue } from "./index79.mjs";
|
|
71
|
+
import { Spinner as _e } from "./index80.mjs";
|
|
72
|
+
import { Stack as Ke } from "./index81.mjs";
|
|
73
|
+
import { Stepper as Qe } from "./index82.mjs";
|
|
74
|
+
import { Switch as qe } from "./index83.mjs";
|
|
75
|
+
import { Table as je } from "./index84.mjs";
|
|
76
|
+
import { Tabs as Je } from "./index85.mjs";
|
|
77
|
+
import { Textarea as Ze } from "./index86.mjs";
|
|
78
|
+
import { ThemeController as rt } from "./index87.mjs";
|
|
79
|
+
import { ThemeProvider as et, useThemeContext as tt } from "./index88.mjs";
|
|
80
|
+
import { ToastProvider as at, useToast as mt } from "./index89.mjs";
|
|
81
|
+
import { Toggle as xt } from "./index90.mjs";
|
|
82
|
+
import { ToggleGroup as it } from "./index91.mjs";
|
|
83
|
+
import { Tooltip as lt } from "./index92.mjs";
|
|
84
|
+
import { UserMenu as Ct } from "./index93.mjs";
|
|
85
|
+
import { WorkspaceSwitcher as ct } from "./index94.mjs";
|
|
86
|
+
import { useAutoScroll as ht } from "./index95.mjs";
|
|
87
|
+
import { useChatInput as Tt } from "./index96.mjs";
|
|
88
|
+
import { useClickOutside as wt, useClickOutsideMultiple as Ft } from "./index97.mjs";
|
|
89
|
+
import { useCopy as kt, useCopyToClipboard as Dt } from "./index98.mjs";
|
|
90
|
+
import { useDebounce as At, useDebouncedCallback as Mt } from "./index99.mjs";
|
|
91
|
+
import { useDisclosure as vt } from "./index100.mjs";
|
|
92
|
+
import { useIsDesktop as It, useIsMobile as Ot, useIsTablet as Et, useMediaQuery as Nt, usePrefersDarkMode as Rt, usePrefersReducedMotion as Ut } from "./index101.mjs";
|
|
93
|
+
import { useKeyboard as _t, useKeyboardShortcuts as Ht } from "./index102.mjs";
|
|
94
|
+
import { useLocalStorage as Vt, useSessionStorage as Qt } from "./index103.mjs";
|
|
95
|
+
import { useStreamingText as qt } from "./index104.mjs";
|
|
96
|
+
import { useTheme as jt } from "./index105.mjs";
|
|
97
|
+
import { useVoiceRecorder as Jt } from "./index106.mjs";
|
|
98
|
+
import { warnBrandProp as Zt, warnFieldChildren as $t, warnGlassVariant as rp, warnHardcodedColors as op, warnMissingAriaLabel as ep, warnThemeProp as tp, warnUsePrebuiltSection as pp } from "./index107.mjs";
|
|
99
99
|
export {
|
|
100
100
|
ar as ALL_FONTS,
|
|
101
101
|
ur as Accordion,
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { jsxs as v, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { useState as I } from "react";
|
|
3
|
+
import { User as j } from "lucide-react";
|
|
4
|
+
import s from "./index131.mjs";
|
|
5
|
+
const u = {
|
|
6
|
+
xs: "xs",
|
|
7
|
+
sm: "sm",
|
|
8
|
+
md: "md",
|
|
9
|
+
lg: "lg",
|
|
10
|
+
xl: "xl",
|
|
11
|
+
"2xl": "xxl",
|
|
12
|
+
"3xl": "xxxl",
|
|
13
|
+
"4xl": "xxxxl",
|
|
14
|
+
"5xl": "xxxxxl",
|
|
15
|
+
profile: "profile"
|
|
16
|
+
}, w = ({
|
|
17
|
+
src: o,
|
|
18
|
+
alt: x = "",
|
|
19
|
+
initials: t,
|
|
20
|
+
icon: m,
|
|
21
|
+
size: i = "md",
|
|
22
|
+
status: e,
|
|
23
|
+
interactive: c = !1,
|
|
24
|
+
className: p,
|
|
25
|
+
...d
|
|
26
|
+
}) => {
|
|
27
|
+
const [f, N] = I(!1), g = u[i] || i, h = [
|
|
28
|
+
s.avatar,
|
|
29
|
+
s[g],
|
|
30
|
+
c && s.interactive,
|
|
31
|
+
p
|
|
32
|
+
].filter(Boolean).join(" "), l = o && !f, r = !l && t, n = !l && !r && m;
|
|
33
|
+
return /* @__PURE__ */ v("div", { className: h, ...d, children: [
|
|
34
|
+
l && /* @__PURE__ */ a(
|
|
35
|
+
"img",
|
|
36
|
+
{
|
|
37
|
+
src: o,
|
|
38
|
+
alt: x,
|
|
39
|
+
className: s.image,
|
|
40
|
+
onError: () => N(!0)
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
r && /* @__PURE__ */ a("span", { className: s.initials, children: t }),
|
|
44
|
+
n && /* @__PURE__ */ a("span", { className: s.icon, children: m }),
|
|
45
|
+
!l && !r && !n && /* @__PURE__ */ a("span", { className: s.icon, children: /* @__PURE__ */ a(j, {}) }),
|
|
46
|
+
e && /* @__PURE__ */ a(
|
|
47
|
+
"span",
|
|
48
|
+
{
|
|
49
|
+
className: `${s.statusIndicator} ${s[e]}`,
|
|
50
|
+
"aria-label": `Status: ${e}`
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
] });
|
|
54
|
+
};
|
|
55
|
+
w.displayName = "Avatar";
|
|
56
|
+
export {
|
|
57
|
+
w as Avatar
|
|
58
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),N=require("react"),h=require("lucide-react"),a=require("./index131.cjs"),I={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl","2xl":"xxl","3xl":"xxxl","4xl":"xxxxl","5xl":"xxxxxl",profile:"profile"},x=({src:r,alt:d="",initials:n,icon:o,size:c="md",status:l,interactive:u=!1,className:m,...f})=>{const[j,g]=N.useState(!1),p=I[c]||c,v=[a.default.avatar,a.default[p],u&&a.default.interactive,m].filter(Boolean).join(" "),s=r&&!j,t=!s&&n,i=!s&&!t&&o;return e.jsxs("div",{className:v,...f,children:[s&&e.jsx("img",{src:r,alt:d,className:a.default.image,onError:()=>g(!0)}),t&&e.jsx("span",{className:a.default.initials,children:n}),i&&e.jsx("span",{className:a.default.icon,children:o}),!s&&!t&&!i&&e.jsx("span",{className:a.default.icon,children:e.jsx(h.User,{})}),l&&e.jsx("span",{className:`${a.default.statusIndicator} ${a.default[l]}`,"aria-label":`Status: ${l}`})]})};x.displayName="Avatar";exports.Avatar=x;
|
package/dist/index10.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index37.cjs");exports.CollapsibleFolder=e.CollapsibleFolder;
|
package/dist/index10.mjs
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs as d, jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import a from "./index144.mjs";
|
|
3
|
+
const i = ({
|
|
4
|
+
variant: s = "neutral",
|
|
5
|
+
size: e = "md",
|
|
6
|
+
dot: r = !1,
|
|
7
|
+
className: o,
|
|
8
|
+
children: t,
|
|
9
|
+
...l
|
|
10
|
+
}) => {
|
|
11
|
+
const n = [a.badge, a[s], a[e], o].filter(Boolean).join(" ");
|
|
12
|
+
return /* @__PURE__ */ d("span", { className: n, ...l, children: [
|
|
13
|
+
r && /* @__PURE__ */ m("span", { className: a.dot, "aria-hidden": "true" }),
|
|
14
|
+
t
|
|
15
|
+
] });
|
|
16
|
+
};
|
|
17
|
+
i.displayName = "Badge";
|
|
18
|
+
export {
|
|
19
|
+
i as Badge
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),e=require("./index144.cjs"),s=({variant:t="neutral",size:d="md",dot:l=!1,className:n,children:r,...u})=>{const o=[e.default.badge,e.default[t],e.default[d],n].filter(Boolean).join(" ");return a.jsxs("span",{className:o,...u,children:[l&&a.jsx("span",{className:e.default.dot,"aria-hidden":"true"}),r]})};s.displayName="Badge";exports.Badge=s;
|
package/dist/index11.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index32.cjs");exports.Chat=t.Chat;
|
package/dist/index11.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),i=require("react"),a=require("./index261.cjs"),r=i.forwardRef(({activities:s,showFilters:o=!1,filters:c=[],activeFilter:u,onFilterChange:m,compact:d=!1,hasMore:f=!1,onLoadMore:h,emptyMessage:j="No activities yet",className:p},N)=>{const[l,x]=i.useState(u||"all"),v=e=>{x(e),m?.(e)},n=l==="all"?s:s.filter(e=>e.type===l);return t.jsxs("section",{ref:N,className:`${a.default.section} ${p||""}`,children:[o&&c.length>0&&t.jsx("div",{className:a.default.filters,children:c.map(e=>t.jsxs("button",{className:`${a.default.filterButton} ${l===e.value?a.default.filterButtonActive:""}`,onClick:()=>v(e.value),type:"button",children:[e.label,e.count!=null&&t.jsx("span",{className:a.default.filterCount,children:e.count})]},e.value))}),n.length===0?t.jsx("div",{className:a.default.empty,children:j}):t.jsx("div",{className:a.default.list,children:n.map(e=>t.jsxs("div",{className:`${a.default.item} ${d?a.default.itemCompact:""}`,children:[e.iconVariant&&t.jsx("div",{className:`${a.default.iconIndicator} ${a.default[`icon${e.iconVariant.charAt(0).toUpperCase()+e.iconVariant.slice(1)}`]||""}`}),e.actor.avatar?t.jsx("img",{src:e.actor.avatar,alt:e.actor.name,className:`${a.default.avatar} ${d?a.default.avatarCompact:""}`}):t.jsx("div",{className:a.default.avatarPlaceholder,children:e.actor.name.charAt(0)}),t.jsxs("div",{className:a.default.content,children:[t.jsx("p",{className:a.default.title,children:e.title}),e.description&&t.jsx("p",{className:a.default.description,children:e.description})]}),t.jsx("span",{className:a.default.time,children:e.relativeTime})]},e.id))}),f&&t.jsx("div",{className:a.default.loadMore,children:t.jsx("button",{className:a.default.loadMoreButton,onClick:h,type:"button",children:"Load more"})})]})});r.displayName="ActivityFeed";exports.ActivityFeed=r;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import A, { useState as C } from "react";
|
|
3
|
+
import a from "./index261.mjs";
|
|
4
|
+
const F = A.forwardRef(
|
|
5
|
+
({
|
|
6
|
+
activities: c,
|
|
7
|
+
showFilters: i = !1,
|
|
8
|
+
filters: n = [],
|
|
9
|
+
activeFilter: d,
|
|
10
|
+
onFilterChange: m,
|
|
11
|
+
compact: r = !1,
|
|
12
|
+
hasMore: h = !1,
|
|
13
|
+
onLoadMore: p,
|
|
14
|
+
emptyMessage: N = "No activities yet",
|
|
15
|
+
className: u
|
|
16
|
+
}, v) => {
|
|
17
|
+
const [s, $] = C(d || "all"), f = (e) => {
|
|
18
|
+
$(e), m?.(e);
|
|
19
|
+
}, o = s === "all" ? c : c.filter((e) => e.type === s);
|
|
20
|
+
return /* @__PURE__ */ t("section", { ref: v, className: `${a.section} ${u || ""}`, children: [
|
|
21
|
+
i && n.length > 0 && /* @__PURE__ */ l("div", { className: a.filters, children: n.map((e) => /* @__PURE__ */ t(
|
|
22
|
+
"button",
|
|
23
|
+
{
|
|
24
|
+
className: `${a.filterButton} ${s === e.value ? a.filterButtonActive : ""}`,
|
|
25
|
+
onClick: () => f(e.value),
|
|
26
|
+
type: "button",
|
|
27
|
+
children: [
|
|
28
|
+
e.label,
|
|
29
|
+
e.count != null && /* @__PURE__ */ l("span", { className: a.filterCount, children: e.count })
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
e.value
|
|
33
|
+
)) }),
|
|
34
|
+
o.length === 0 ? /* @__PURE__ */ l("div", { className: a.empty, children: N }) : /* @__PURE__ */ l("div", { className: a.list, children: o.map((e) => /* @__PURE__ */ t(
|
|
35
|
+
"div",
|
|
36
|
+
{
|
|
37
|
+
className: `${a.item} ${r ? a.itemCompact : ""}`,
|
|
38
|
+
children: [
|
|
39
|
+
e.iconVariant && /* @__PURE__ */ l(
|
|
40
|
+
"div",
|
|
41
|
+
{
|
|
42
|
+
className: `${a.iconIndicator} ${a[`icon${e.iconVariant.charAt(0).toUpperCase() + e.iconVariant.slice(1)}`] || ""}`
|
|
43
|
+
}
|
|
44
|
+
),
|
|
45
|
+
e.actor.avatar ? /* @__PURE__ */ l(
|
|
46
|
+
"img",
|
|
47
|
+
{
|
|
48
|
+
src: e.actor.avatar,
|
|
49
|
+
alt: e.actor.name,
|
|
50
|
+
className: `${a.avatar} ${r ? a.avatarCompact : ""}`
|
|
51
|
+
}
|
|
52
|
+
) : /* @__PURE__ */ l("div", { className: a.avatarPlaceholder, children: e.actor.name.charAt(0) }),
|
|
53
|
+
/* @__PURE__ */ t("div", { className: a.content, children: [
|
|
54
|
+
/* @__PURE__ */ l("p", { className: a.title, children: e.title }),
|
|
55
|
+
e.description && /* @__PURE__ */ l("p", { className: a.description, children: e.description })
|
|
56
|
+
] }),
|
|
57
|
+
/* @__PURE__ */ l("span", { className: a.time, children: e.relativeTime })
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
e.id
|
|
61
|
+
)) }),
|
|
62
|
+
h && /* @__PURE__ */ l("div", { className: a.loadMore, children: /* @__PURE__ */ l(
|
|
63
|
+
"button",
|
|
64
|
+
{
|
|
65
|
+
className: a.loadMoreButton,
|
|
66
|
+
onClick: p,
|
|
67
|
+
type: "button",
|
|
68
|
+
children: "Load more"
|
|
69
|
+
}
|
|
70
|
+
) })
|
|
71
|
+
] });
|
|
72
|
+
}
|
|
73
|
+
);
|
|
74
|
+
F.displayName = "ActivityFeed";
|
|
75
|
+
export {
|
|
76
|
+
F as ActivityFeed
|
|
77
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),d=require("react");require("lucide-react");const c=require("./index191.cjs"),n=require("./index196.cjs"),o=require("./index223.cjs"),t=require("./index241.cjs"),p=d.forwardRef(({title:h="Edit Agent",agent:x,availableModels:i=["gpt-4","gpt-3.5-turbo","claude-3-opus"],onSave:m,onCancel:f,isLoading:r=!1,error:u,className:j,...v},b)=>{const[l,g]=d.useState(x||{id:"",name:"",description:"",model:i[0]||"gpt-4",systemPrompt:"",temperature:.7,maxTokens:2e3}),s=d.useCallback((a,C)=>{g(y=>({...y,[a]:C}))},[]),N=d.useCallback(()=>{l.name.trim()&&m?.(l)},[l,m]);return e.jsx("div",{ref:b,className:[t.default.root,j].filter(Boolean).join(" "),...v,children:e.jsxs(n.Card,{children:[e.jsx(n.Card.Header,{children:e.jsx("h2",{className:t.default.title,children:h})}),e.jsxs(n.Card.Body,{className:t.default.body,children:[u&&e.jsx("div",{className:t.default.error,children:u}),e.jsx("div",{className:t.default.formGroup,children:e.jsx(o.Field,{label:"Agent Name",type:"text",placeholder:"e.g., Customer Support Bot",value:l.name,onChange:a=>s("name",a.target.value),disabled:r})}),e.jsx("div",{className:t.default.formGroup,children:e.jsx(o.Field,{label:"Description",placeholder:"Brief description of the agent's purpose",value:l.description,onChange:a=>s("description",a.target.value),disabled:r})}),e.jsxs("div",{className:t.default.formRow,children:[e.jsxs("div",{className:t.default.formGroup,children:[e.jsx("label",{htmlFor:"model",className:t.default.label,children:"Model"}),e.jsx("select",{id:"model",className:t.default.select,value:l.model,onChange:a=>s("model",a.target.value),disabled:r,children:i.map(a=>e.jsx("option",{value:a,children:a},a))})]}),e.jsx("div",{className:t.default.formGroup,children:e.jsx(o.Field,{label:"Temperature",type:"number",min:"0",max:"2",step:"0.1",value:l.temperature,onChange:a=>s("temperature",parseFloat(a.target.value)),disabled:r})})]}),e.jsx("div",{className:t.default.formGroup,children:e.jsx(o.Field,{label:"Max Tokens",type:"number",min:"1",max:"32000",value:l.maxTokens,onChange:a=>s("maxTokens",parseInt(a.target.value,10)),disabled:r})}),e.jsxs("div",{className:t.default.formGroup,children:[e.jsx("label",{htmlFor:"system-prompt",className:t.default.label,children:"System Prompt"}),e.jsx("textarea",{id:"system-prompt",className:t.default.textarea,placeholder:"Define the agent's behavior and instructions",value:l.systemPrompt,onChange:a=>s("systemPrompt",a.target.value),disabled:r,rows:6})]})]}),e.jsxs(n.Card.Footer,{className:t.default.footer,children:[e.jsx(c.Button,{variant:"ghost",onClick:f,disabled:r,children:"Cancel"}),e.jsx(c.Button,{variant:"primary",onClick:N,isLoading:r,disabled:!l.name.trim(),children:"Save Agent"})]})]})})});p.displayName="AgentEditor";exports.AgentEditor=p;
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { jsx as e, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as F, useState as G, useCallback as p } from "react";
|
|
3
|
+
import "lucide-react";
|
|
4
|
+
import { Button as h } from "./index191.mjs";
|
|
5
|
+
import { Card as m } from "./index196.mjs";
|
|
6
|
+
import { Field as n } from "./index223.mjs";
|
|
7
|
+
import r from "./index241.mjs";
|
|
8
|
+
const A = F(
|
|
9
|
+
({
|
|
10
|
+
title: u = "Edit Agent",
|
|
11
|
+
agent: v,
|
|
12
|
+
availableModels: i = ["gpt-4", "gpt-3.5-turbo", "claude-3-opus"],
|
|
13
|
+
onSave: d,
|
|
14
|
+
onCancel: f,
|
|
15
|
+
isLoading: l = !1,
|
|
16
|
+
error: c,
|
|
17
|
+
className: b,
|
|
18
|
+
...g
|
|
19
|
+
}, N) => {
|
|
20
|
+
const [t, y] = G(
|
|
21
|
+
v || {
|
|
22
|
+
id: "",
|
|
23
|
+
name: "",
|
|
24
|
+
description: "",
|
|
25
|
+
model: i[0] || "gpt-4",
|
|
26
|
+
systemPrompt: "",
|
|
27
|
+
temperature: 0.7,
|
|
28
|
+
maxTokens: 2e3
|
|
29
|
+
}
|
|
30
|
+
), o = p(
|
|
31
|
+
(a, C) => {
|
|
32
|
+
y((k) => ({
|
|
33
|
+
...k,
|
|
34
|
+
[a]: C
|
|
35
|
+
}));
|
|
36
|
+
},
|
|
37
|
+
[]
|
|
38
|
+
), x = p(() => {
|
|
39
|
+
t.name.trim() && d?.(t);
|
|
40
|
+
}, [t, d]);
|
|
41
|
+
return /* @__PURE__ */ e(
|
|
42
|
+
"div",
|
|
43
|
+
{
|
|
44
|
+
ref: N,
|
|
45
|
+
className: [r.root, b].filter(Boolean).join(" "),
|
|
46
|
+
...g,
|
|
47
|
+
children: /* @__PURE__ */ s(m, { children: [
|
|
48
|
+
/* @__PURE__ */ e(m.Header, { children: /* @__PURE__ */ e("h2", { className: r.title, children: u }) }),
|
|
49
|
+
/* @__PURE__ */ s(m.Body, { className: r.body, children: [
|
|
50
|
+
c && /* @__PURE__ */ e("div", { className: r.error, children: c }),
|
|
51
|
+
/* @__PURE__ */ e("div", { className: r.formGroup, children: /* @__PURE__ */ e(
|
|
52
|
+
n,
|
|
53
|
+
{
|
|
54
|
+
label: "Agent Name",
|
|
55
|
+
type: "text",
|
|
56
|
+
placeholder: "e.g., Customer Support Bot",
|
|
57
|
+
value: t.name,
|
|
58
|
+
onChange: (a) => o("name", a.target.value),
|
|
59
|
+
disabled: l
|
|
60
|
+
}
|
|
61
|
+
) }),
|
|
62
|
+
/* @__PURE__ */ e("div", { className: r.formGroup, children: /* @__PURE__ */ e(
|
|
63
|
+
n,
|
|
64
|
+
{
|
|
65
|
+
label: "Description",
|
|
66
|
+
placeholder: "Brief description of the agent's purpose",
|
|
67
|
+
value: t.description,
|
|
68
|
+
onChange: (a) => o("description", a.target.value),
|
|
69
|
+
disabled: l
|
|
70
|
+
}
|
|
71
|
+
) }),
|
|
72
|
+
/* @__PURE__ */ s("div", { className: r.formRow, children: [
|
|
73
|
+
/* @__PURE__ */ s("div", { className: r.formGroup, children: [
|
|
74
|
+
/* @__PURE__ */ e("label", { htmlFor: "model", className: r.label, children: "Model" }),
|
|
75
|
+
/* @__PURE__ */ e(
|
|
76
|
+
"select",
|
|
77
|
+
{
|
|
78
|
+
id: "model",
|
|
79
|
+
className: r.select,
|
|
80
|
+
value: t.model,
|
|
81
|
+
onChange: (a) => o("model", a.target.value),
|
|
82
|
+
disabled: l,
|
|
83
|
+
children: i.map((a) => /* @__PURE__ */ e("option", { value: a, children: a }, a))
|
|
84
|
+
}
|
|
85
|
+
)
|
|
86
|
+
] }),
|
|
87
|
+
/* @__PURE__ */ e("div", { className: r.formGroup, children: /* @__PURE__ */ e(
|
|
88
|
+
n,
|
|
89
|
+
{
|
|
90
|
+
label: "Temperature",
|
|
91
|
+
type: "number",
|
|
92
|
+
min: "0",
|
|
93
|
+
max: "2",
|
|
94
|
+
step: "0.1",
|
|
95
|
+
value: t.temperature,
|
|
96
|
+
onChange: (a) => o("temperature", parseFloat(a.target.value)),
|
|
97
|
+
disabled: l
|
|
98
|
+
}
|
|
99
|
+
) })
|
|
100
|
+
] }),
|
|
101
|
+
/* @__PURE__ */ e("div", { className: r.formGroup, children: /* @__PURE__ */ e(
|
|
102
|
+
n,
|
|
103
|
+
{
|
|
104
|
+
label: "Max Tokens",
|
|
105
|
+
type: "number",
|
|
106
|
+
min: "1",
|
|
107
|
+
max: "32000",
|
|
108
|
+
value: t.maxTokens,
|
|
109
|
+
onChange: (a) => o("maxTokens", parseInt(a.target.value, 10)),
|
|
110
|
+
disabled: l
|
|
111
|
+
}
|
|
112
|
+
) }),
|
|
113
|
+
/* @__PURE__ */ s("div", { className: r.formGroup, children: [
|
|
114
|
+
/* @__PURE__ */ e("label", { htmlFor: "system-prompt", className: r.label, children: "System Prompt" }),
|
|
115
|
+
/* @__PURE__ */ e(
|
|
116
|
+
"textarea",
|
|
117
|
+
{
|
|
118
|
+
id: "system-prompt",
|
|
119
|
+
className: r.textarea,
|
|
120
|
+
placeholder: "Define the agent's behavior and instructions",
|
|
121
|
+
value: t.systemPrompt,
|
|
122
|
+
onChange: (a) => o("systemPrompt", a.target.value),
|
|
123
|
+
disabled: l,
|
|
124
|
+
rows: 6
|
|
125
|
+
}
|
|
126
|
+
)
|
|
127
|
+
] })
|
|
128
|
+
] }),
|
|
129
|
+
/* @__PURE__ */ s(m.Footer, { className: r.footer, children: [
|
|
130
|
+
/* @__PURE__ */ e(
|
|
131
|
+
h,
|
|
132
|
+
{
|
|
133
|
+
variant: "ghost",
|
|
134
|
+
onClick: f,
|
|
135
|
+
disabled: l,
|
|
136
|
+
children: "Cancel"
|
|
137
|
+
}
|
|
138
|
+
),
|
|
139
|
+
/* @__PURE__ */ e(
|
|
140
|
+
h,
|
|
141
|
+
{
|
|
142
|
+
variant: "primary",
|
|
143
|
+
onClick: x,
|
|
144
|
+
isLoading: l,
|
|
145
|
+
disabled: !t.name.trim(),
|
|
146
|
+
children: "Save Agent"
|
|
147
|
+
}
|
|
148
|
+
)
|
|
149
|
+
] })
|
|
150
|
+
] })
|
|
151
|
+
}
|
|
152
|
+
);
|
|
153
|
+
}
|
|
154
|
+
);
|
|
155
|
+
A.displayName = "AgentEditor";
|
|
156
|
+
export {
|
|
157
|
+
A as AgentEditor
|
|
158
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");require("lucide-react");const l=require("./index244.cjs"),o=require("./index245.cjs"),t=({agents:r,agentCount:n,...a})=>e.jsx(o.CollapsibleFolder,{...a,items:r,itemCount:n,itemLabel:"Agente",itemLabelPlural:"Agentes",emptyText:"No hay agentes en esta carpeta",sortLabel:"Ordenar",renderItem:i=>e.jsx(l.AgentCard,{...i})});t.displayName="AgentFolder";exports.AgentFolder=t;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import "lucide-react";
|
|
3
|
+
import { AgentCard as m } from "./index244.mjs";
|
|
4
|
+
import { CollapsibleFolder as l } from "./index245.mjs";
|
|
5
|
+
const s = ({
|
|
6
|
+
agents: t,
|
|
7
|
+
agentCount: r,
|
|
8
|
+
...a
|
|
9
|
+
}) => /* @__PURE__ */ e(
|
|
10
|
+
l,
|
|
11
|
+
{
|
|
12
|
+
...a,
|
|
13
|
+
items: t,
|
|
14
|
+
itemCount: r,
|
|
15
|
+
itemLabel: "Agente",
|
|
16
|
+
itemLabelPlural: "Agentes",
|
|
17
|
+
emptyText: "No hay agentes en esta carpeta",
|
|
18
|
+
sortLabel: "Ordenar",
|
|
19
|
+
renderItem: (o) => /* @__PURE__ */ e(m, { ...o })
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
s.displayName = "AgentFolder";
|
|
23
|
+
export {
|
|
24
|
+
s as AgentFolder
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),r=require("react"),i=require("lucide-react"),k=require("./index190.cjs"),j=require("./index191.cjs"),d=require("./index196.cjs"),a=require("./index219.cjs");function B(l){switch(l){case"active":return"success";case"inactive":return"info";case"error":return"error";default:return"info"}}function S(l){return l.charAt(0).toUpperCase()+l.slice(1)}const x=r.forwardRef(({title:l="Agent Workspace",agents:n=[],selectedAgentId:p,onSelectAgent:N,onCreateAgent:c,onDeleteAgent:o,onEditAgent:u,isLoading:m=!1,error:f,subtitle:h,className:g,...C},v)=>{const y=r.useCallback((t,s)=>{s.stopPropagation(),window.confirm("Are you sure you want to delete this agent?")&&o?.(t)},[o]),b=r.useCallback((t,s)=>{s.stopPropagation(),u?.(t)},[u]);return e.jsxs("div",{ref:v,className:[a.default.root,g].filter(Boolean).join(" "),...C,children:[e.jsxs("div",{className:a.default.header,children:[e.jsxs("div",{className:a.default.headerContent,children:[e.jsx("h1",{className:a.default.title,children:l}),h&&e.jsx("p",{className:a.default.subtitle,children:h})]}),e.jsx(j.Button,{variant:"primary",icon:e.jsx(i.Plus,{size:20}),onClick:c,disabled:m,children:"New Agent"})]}),f&&e.jsx("div",{className:a.default.error,children:f}),e.jsx("div",{className:a.default.grid,children:n.length===0?e.jsx(d.Card,{className:a.default.emptyState,children:e.jsxs(d.Card.Body,{className:a.default.emptyStateBody,children:[e.jsx("div",{className:a.default.emptyStateIcon,children:"📋"}),e.jsx("h3",{className:a.default.emptyStateTitle,children:"No agents yet"}),e.jsx("p",{className:a.default.emptyStateText,children:"Create your first agent to get started"}),e.jsx(j.Button,{variant:"primary",onClick:c,disabled:m,children:"Create Agent"})]})}):n.map(t=>e.jsx(d.Card,{className:[a.default.agentCard,p===t.id&&a.default.agentCardSelected].filter(Boolean).join(" "),onClick:()=>N?.(t.id),children:e.jsxs(d.Card.Body,{className:a.default.agentCardBody,children:[e.jsxs("div",{className:a.default.agentHeader,children:[e.jsxs("div",{className:a.default.agentInfo,children:[e.jsx("h3",{className:a.default.agentName,children:t.name}),e.jsx(k.Badge,{variant:B(t.status),size:"sm",children:S(t.status)})]}),e.jsxs("div",{className:a.default.agentActions,children:[e.jsx("button",{className:a.default.actionButton,onClick:s=>b(t.id,s),"aria-label":"Edit agent",title:"Edit agent",children:e.jsx(i.Edit2,{size:18})}),e.jsx("button",{className:[a.default.actionButton,a.default.actionButtonDanger].join(" "),onClick:s=>y(t.id,s),"aria-label":"Delete agent",title:"Delete agent",children:e.jsx(i.Trash2,{size:18})})]})]}),e.jsx("p",{className:a.default.agentDescription,children:t.description}),e.jsxs("div",{className:a.default.agentMeta,children:[e.jsxs("div",{className:a.default.metaItem,children:[e.jsx(i.Clock,{size:14}),e.jsxs("span",{className:a.default.metaLabel,children:["Updated"," ",new Date(t.lastUpdated).toLocaleDateString()]})]}),t.usageCount!==void 0&&e.jsx("div",{className:a.default.metaItem,children:e.jsxs("span",{className:a.default.metaLabel,children:[t.usageCount," uses"]})})]})]})},t.id))})]})});x.displayName="AgentWorkspace";exports.AgentWorkspace=x;
|