@orion-ds/react 4.9.0 → 4.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ComponentShowcase.cjs +1 -0
- package/dist/ComponentShowcase.mjs +600 -0
- package/dist/blocks/index.cjs +1 -0
- package/dist/blocks/index.mjs +74 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.cjs +1 -0
- package/dist/blocks/sections/ActivityFeed/ActivityFeed.mjs +77 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.cjs +1 -0
- package/dist/blocks/sections/AgentFolder/AgentFolder.mjs +25 -0
- package/dist/blocks/sections/AppDownload/AppDownload.cjs +1 -0
- package/dist/blocks/sections/AppDownload/AppDownload.mjs +108 -0
- package/dist/blocks/sections/Blog/Blog.cjs +1 -0
- package/dist/blocks/sections/Blog/Blog.mjs +85 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.cjs +1 -0
- package/dist/blocks/sections/Breadcrumbs/Breadcrumbs.mjs +35 -0
- package/dist/blocks/sections/CTA/CTA.cjs +1 -0
- package/dist/blocks/sections/CTA/CTA.mjs +27 -0
- package/dist/blocks/sections/CarouselSection/CarouselCard.cjs +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselCard.mjs +18 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.cjs +1 -0
- package/dist/blocks/sections/CarouselSection/CarouselSection.mjs +104 -0
- package/dist/blocks/sections/Chat/Chat.cjs +1 -0
- package/dist/blocks/sections/Chat/Chat.mjs +93 -0
- package/dist/blocks/sections/Comparison/Comparison.cjs +1 -0
- package/dist/blocks/sections/Comparison/Comparison.mjs +47 -0
- package/dist/blocks/sections/Contact/Contact.cjs +1 -0
- package/dist/blocks/sections/Contact/Contact.mjs +27 -0
- package/dist/blocks/sections/EmptyState/EmptyState.cjs +1 -0
- package/dist/blocks/sections/EmptyState/EmptyState.mjs +21 -0
- package/dist/blocks/sections/FAQ/FAQ.cjs +1 -0
- package/dist/blocks/sections/FAQ/FAQ.mjs +37 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.cjs +1 -0
- package/dist/blocks/sections/FAQ/FAQItemCard.mjs +58 -0
- package/dist/blocks/sections/Features/FeatureCard.cjs +1 -0
- package/dist/blocks/sections/Features/FeatureCard.mjs +16 -0
- package/dist/blocks/sections/Features/Features.cjs +1 -0
- package/dist/blocks/sections/Features/Features.mjs +28 -0
- package/dist/blocks/sections/Footer/Footer.cjs +1 -0
- package/dist/blocks/sections/Footer/Footer.mjs +98 -0
- package/dist/blocks/sections/Gallery/Gallery.cjs +1 -0
- package/dist/blocks/sections/Gallery/Gallery.mjs +34 -0
- package/dist/blocks/sections/Hero/Hero.cjs +1 -0
- package/dist/blocks/sections/Hero/Hero.mjs +37 -0
- package/dist/blocks/sections/Hero/HeroHighlight.cjs +1 -0
- package/dist/blocks/sections/Hero/HeroHighlight.mjs +10 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.cjs +1 -0
- package/dist/blocks/sections/LogoCloud/LogoCloud.mjs +31 -0
- package/dist/blocks/sections/Newsletter/Newsletter.cjs +1 -0
- package/dist/blocks/sections/Newsletter/Newsletter.mjs +50 -0
- package/dist/blocks/sections/Pricing/Pricing.cjs +1 -0
- package/dist/blocks/sections/Pricing/Pricing.mjs +18 -0
- package/dist/blocks/sections/Pricing/PricingCard.cjs +1 -0
- package/dist/blocks/sections/Pricing/PricingCard.mjs +49 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.cjs +1 -0
- package/dist/blocks/sections/SettingsLayout/SettingsLayout.mjs +54 -0
- package/dist/blocks/sections/SocialProof/SocialProof.cjs +1 -0
- package/dist/blocks/sections/SocialProof/SocialProof.mjs +40 -0
- package/dist/blocks/sections/Stats/StatItemCard.cjs +1 -0
- package/dist/blocks/sections/Stats/StatItemCard.mjs +18 -0
- package/dist/blocks/sections/Stats/Stats.cjs +1 -0
- package/dist/blocks/sections/Stats/Stats.mjs +25 -0
- package/dist/blocks/sections/Stepper/Stepper.cjs +1 -0
- package/dist/blocks/sections/Stepper/Stepper.mjs +87 -0
- package/dist/blocks/sections/Team/Team.cjs +1 -0
- package/dist/blocks/sections/Team/Team.mjs +21 -0
- package/dist/blocks/sections/Team/TeamMemberCard.cjs +1 -0
- package/dist/blocks/sections/Team/TeamMemberCard.mjs +19 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.cjs +1 -0
- package/dist/blocks/sections/Testimonials/TestimonialCard.mjs +47 -0
- package/dist/blocks/sections/Testimonials/Testimonials.cjs +1 -0
- package/dist/blocks/sections/Testimonials/Testimonials.mjs +28 -0
- package/dist/blocks/sections/Timeline/Timeline.cjs +1 -0
- package/dist/blocks/sections/Timeline/Timeline.mjs +53 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.cjs +1 -0
- package/dist/blocks/templates/app/AgentEditor/AgentEditor.mjs +158 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.cjs +1 -0
- package/dist/blocks/templates/app/AgentWorkspace/AgentWorkspace.mjs +153 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.cjs +1 -0
- package/dist/blocks/templates/app/ChatPageTemplate/ChatPageTemplate.mjs +192 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.cjs +1 -0
- package/dist/blocks/templates/app/DashboardTemplate/DashboardTemplate.mjs +102 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.cjs +1 -0
- package/dist/blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.mjs +142 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.cjs +1 -0
- package/dist/blocks/templates/app/LoginTemplate/LoginTemplate.mjs +143 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.cjs +1 -0
- package/dist/blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.mjs +194 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.cjs +1 -0
- package/dist/blocks/templates/app/SettingsTemplate/SettingsTemplate.mjs +105 -0
- package/dist/calendar.cjs +1 -0
- package/dist/calendar.mjs +6 -0
- package/dist/chart.cjs +1 -0
- package/dist/chart.mjs +9 -0
- package/dist/client.cjs +1 -0
- package/dist/client.mjs +247 -0
- package/dist/components/Accordion/Accordion.cjs +1 -0
- package/dist/components/Accordion/Accordion.mjs +94 -0
- package/dist/components/ActivityFeed/ActivityFeed.cjs +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.mjs +128 -0
- package/dist/components/AgentCard/AgentCard.cjs +1 -0
- package/dist/components/AgentCard/AgentCard.mjs +120 -0
- package/dist/components/Alert/Alert.cjs +1 -0
- package/dist/components/Alert/Alert.mjs +51 -0
- package/dist/components/AlertDialog/AlertDialog.cjs +1 -0
- package/dist/components/AlertDialog/AlertDialog.mjs +91 -0
- package/dist/components/Avatar/Avatar.cjs +1 -0
- package/dist/components/Avatar/Avatar.mjs +77 -0
- package/dist/components/Badge/Badge.cjs +1 -0
- package/dist/components/Badge/Badge.mjs +20 -0
- package/dist/components/Banner/Banner.cjs +1 -0
- package/dist/components/Banner/Banner.mjs +107 -0
- package/dist/components/Breadcrumb/Breadcrumb.cjs +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.mjs +84 -0
- package/dist/components/Button/Button.cjs +1 -0
- package/dist/components/Button/Button.mjs +71 -0
- package/dist/components/Calendar/Calendar.cjs +1 -0
- package/dist/components/Calendar/Calendar.mjs +135 -0
- package/dist/components/Card/Card.cjs +1 -0
- package/dist/components/Card/Card.mjs +106 -0
- package/dist/components/Carousel/Carousel.cjs +1 -0
- package/dist/components/Carousel/Carousel.mjs +178 -0
- package/dist/components/Carousel/CarouselCard.cjs +1 -0
- package/dist/components/Carousel/CarouselCard.mjs +38 -0
- package/dist/components/Chart/Chart.cjs +1 -0
- package/dist/components/Chart/Chart.mjs +103 -0
- package/dist/components/Chat/Chat.cjs +1 -0
- package/dist/components/Chat/Chat.mjs +56 -0
- package/dist/components/Chat/components/ChatAttachment.cjs +1 -0
- package/dist/components/Chat/components/ChatAttachment.mjs +125 -0
- package/dist/components/Chat/components/ChatAudioPlayer.cjs +1 -0
- package/dist/components/Chat/components/ChatAudioPlayer.mjs +127 -0
- package/dist/components/Chat/components/ChatCodeBlock.cjs +1 -0
- package/dist/components/Chat/components/ChatCodeBlock.mjs +93 -0
- package/dist/components/Chat/components/ChatFileUpload.cjs +1 -0
- package/dist/components/Chat/components/ChatFileUpload.mjs +114 -0
- package/dist/components/Chat/components/ChatHeader.cjs +1 -0
- package/dist/components/Chat/components/ChatHeader.mjs +36 -0
- package/dist/components/Chat/components/ChatImagePreview.cjs +1 -0
- package/dist/components/Chat/components/ChatImagePreview.mjs +69 -0
- package/dist/components/Chat/components/ChatInput.cjs +1 -0
- package/dist/components/Chat/components/ChatInput.mjs +188 -0
- package/dist/components/Chat/components/ChatLightbox.cjs +1 -0
- package/dist/components/Chat/components/ChatLightbox.mjs +57 -0
- package/dist/components/Chat/components/ChatMarkdown.cjs +1 -0
- package/dist/components/Chat/components/ChatMarkdown.mjs +55 -0
- package/dist/components/Chat/components/ChatMessage.cjs +1 -0
- package/dist/components/Chat/components/ChatMessage.mjs +173 -0
- package/dist/components/Chat/components/ChatMessages.cjs +1 -0
- package/dist/components/Chat/components/ChatMessages.mjs +46 -0
- package/dist/components/Chat/components/ChatSidebar.cjs +1 -0
- package/dist/components/Chat/components/ChatSidebar.mjs +217 -0
- package/dist/components/Chat/components/ChatTypingIndicator.cjs +1 -0
- package/dist/components/Chat/components/ChatTypingIndicator.mjs +31 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.cjs +1 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.mjs +111 -0
- package/dist/components/Checkbox/Checkbox.cjs +1 -0
- package/dist/components/Checkbox/Checkbox.mjs +84 -0
- package/dist/components/Chip/Chip.cjs +1 -0
- package/dist/components/Chip/Chip.mjs +86 -0
- package/dist/components/CodeEditor/CodeEditor.cjs +6 -0
- package/dist/components/CodeEditor/CodeEditor.mjs +255 -0
- package/dist/components/Collapsible/Collapsible.cjs +1 -0
- package/dist/components/Collapsible/Collapsible.mjs +114 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.cjs +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.mjs +196 -0
- package/dist/components/Combobox/Combobox.cjs +1 -0
- package/dist/components/Combobox/Combobox.mjs +271 -0
- package/dist/components/Command/Command.cjs +1 -0
- package/dist/components/Command/Command.mjs +248 -0
- package/dist/components/CommandBar/CommandBar.cjs +1 -0
- package/dist/components/CommandBar/CommandBar.mjs +193 -0
- package/dist/components/DataTable/DataTable.cjs +1 -0
- package/dist/components/DataTable/DataTable.mjs +339 -0
- package/dist/components/DatePicker/DatePicker.cjs +1 -0
- package/dist/components/DatePicker/DatePicker.mjs +104 -0
- package/dist/components/DetailPanel/DetailPanel.cjs +1 -0
- package/dist/components/DetailPanel/DetailPanel.mjs +103 -0
- package/dist/components/Divider/Divider.cjs +1 -0
- package/dist/components/Divider/Divider.mjs +48 -0
- package/dist/components/Drawer/Drawer.cjs +1 -0
- package/dist/components/Drawer/Drawer.mjs +132 -0
- package/dist/components/Dropdown/Dropdown.cjs +1 -0
- package/dist/components/Dropdown/Dropdown.mjs +176 -0
- package/dist/components/EmptyState/EmptyState.cjs +1 -0
- package/dist/components/EmptyState/EmptyState.mjs +30 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.cjs +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.mjs +43 -0
- package/dist/components/Field/Field.cjs +1 -0
- package/dist/components/Field/Field.mjs +107 -0
- package/dist/components/FileUploader/FileUploader.cjs +1 -0
- package/dist/components/FileUploader/FileUploader.mjs +202 -0
- package/dist/components/FilterBar/FilterBar.cjs +1 -0
- package/dist/components/FilterBar/FilterBar.mjs +164 -0
- package/dist/components/FontLoader/FontLoader.cjs +1 -0
- package/dist/components/FontLoader/FontLoader.mjs +47 -0
- package/dist/components/FormSection/FormSection.cjs +1 -0
- package/dist/components/FormSection/FormSection.mjs +84 -0
- package/dist/components/Icon/Icon.cjs +1 -0
- package/dist/components/Icon/Icon.mjs +54 -0
- package/dist/components/IconGallery/IconGallery.cjs +3 -0
- package/dist/components/IconGallery/IconGallery.mjs +205 -0
- package/dist/components/InputOTP/InputOTP.cjs +1 -0
- package/dist/components/InputOTP/InputOTP.mjs +143 -0
- package/dist/components/KanbanBoard/KanbanBoard.cjs +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.mjs +190 -0
- package/dist/components/Link/Link.cjs +1 -0
- package/dist/components/Link/Link.mjs +82 -0
- package/dist/components/List/List.cjs +1 -0
- package/dist/components/List/List.mjs +95 -0
- package/dist/components/MetricCards/MetricCards.cjs +1 -0
- package/dist/components/MetricCards/MetricCards.mjs +125 -0
- package/dist/components/Modal/Modal.cjs +1 -0
- package/dist/components/Modal/Modal.mjs +72 -0
- package/dist/components/NavTree/NavTree.cjs +1 -0
- package/dist/components/NavTree/NavTree.mjs +273 -0
- package/dist/components/Navbar/Navbar.cjs +1 -0
- package/dist/components/Navbar/Navbar.mjs +129 -0
- package/dist/components/NotificationCenter/NotificationCenter.cjs +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.mjs +172 -0
- package/dist/components/PageHeader/PageHeader.cjs +1 -0
- package/dist/components/PageHeader/PageHeader.mjs +105 -0
- package/dist/components/Pagination/Pagination.cjs +1 -0
- package/dist/components/Pagination/Pagination.mjs +136 -0
- package/dist/components/Popover/Popover.cjs +1 -0
- package/dist/components/Popover/Popover.mjs +191 -0
- package/dist/components/ProgressBar/ProgressBar.cjs +1 -0
- package/dist/components/ProgressBar/ProgressBar.mjs +54 -0
- package/dist/components/QuickActions/QuickActions.cjs +1 -0
- package/dist/components/QuickActions/QuickActions.mjs +148 -0
- package/dist/components/Radio/Radio.cjs +1 -0
- package/dist/components/Radio/Radio.mjs +76 -0
- package/dist/components/SearchInput/SearchInput.cjs +1 -0
- package/dist/components/SearchInput/SearchInput.mjs +87 -0
- package/dist/components/Select/Select.cjs +1 -0
- package/dist/components/Select/Select.mjs +84 -0
- package/dist/components/Sidebar/Sidebar.cjs +1 -0
- package/dist/components/Sidebar/Sidebar.mjs +153 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -0
- package/dist/components/Skeleton/Skeleton.mjs +54 -0
- package/dist/components/Slider/Slider.cjs +1 -0
- package/dist/components/Slider/Slider.mjs +109 -0
- package/dist/components/Spinner/Spinner.cjs +1 -0
- package/dist/components/Spinner/Spinner.mjs +28 -0
- package/dist/components/Stack/Stack.cjs +1 -0
- package/dist/components/Stack/Stack.mjs +31 -0
- package/dist/components/Stepper/Stepper.cjs +1 -0
- package/dist/components/Stepper/Stepper.mjs +133 -0
- package/dist/components/Switch/Switch.cjs +1 -0
- package/dist/components/Switch/Switch.mjs +80 -0
- package/dist/components/Table/Table.cjs +1 -0
- package/dist/components/Table/Table.mjs +101 -0
- package/dist/components/Tabs/Tabs.cjs +1 -0
- package/dist/components/Tabs/Tabs.mjs +97 -0
- package/dist/components/Textarea/Textarea.cjs +1 -0
- package/dist/components/Textarea/Textarea.mjs +118 -0
- package/dist/components/ThemeController/ThemeController.cjs +1 -0
- package/dist/components/ThemeController/ThemeController.mjs +389 -0
- package/dist/components/Toast/Toast.cjs +1 -0
- package/dist/components/Toast/Toast.mjs +225 -0
- package/dist/components/Toggle/Toggle.cjs +1 -0
- package/dist/components/Toggle/Toggle.mjs +48 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.mjs +101 -0
- package/dist/components/Tooltip/Tooltip.cjs +1 -0
- package/dist/components/Tooltip/Tooltip.mjs +39 -0
- package/dist/components/UserMenu/UserMenu.cjs +1 -0
- package/dist/components/UserMenu/UserMenu.mjs +161 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.cjs +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.mjs +119 -0
- package/dist/contexts/ThemeContext.cjs +38 -0
- package/dist/contexts/ThemeContext.mjs +98 -0
- package/dist/dist/index19.cjs +1 -0
- package/dist/dist/index19.mjs +120 -0
- package/dist/dist/index22.cjs +1 -0
- package/dist/dist/index22.mjs +77 -0
- package/dist/dist/index23.cjs +1 -0
- package/dist/dist/index23.mjs +20 -0
- package/dist/dist/index26.cjs +1 -0
- package/dist/dist/index26.mjs +71 -0
- package/dist/dist/index28.cjs +1 -0
- package/dist/dist/index28.mjs +106 -0
- package/dist/dist/index36.cjs +1 -0
- package/dist/dist/index36.mjs +114 -0
- package/dist/dist/index37.cjs +1 -0
- package/dist/dist/index37.mjs +196 -0
- package/dist/dist/index47.cjs +1 -0
- package/dist/dist/index47.mjs +176 -0
- package/dist/dist/index50.cjs +1 -0
- package/dist/dist/index50.mjs +107 -0
- package/dist/dnd.cjs +1 -0
- package/dist/dnd.mjs +4 -0
- package/dist/editor.cjs +1 -0
- package/dist/editor.mjs +4 -0
- package/dist/examples/LandingPage.example.cjs +1 -0
- package/dist/examples/LandingPage.example.mjs +106 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +96 -96
- package/dist/rich.cjs +1 -0
- package/dist/rich.mjs +4 -0
- package/dist/sections/Container/Container.cjs +1 -0
- package/dist/sections/Container/Container.mjs +26 -0
- package/dist/sections/Section/Section.cjs +1 -0
- package/dist/sections/Section/Section.mjs +36 -0
- package/dist/sections/index.cjs +1 -0
- package/dist/sections/index.mjs +43 -0
- package/dist/templates/index.cjs +1 -0
- package/dist/templates/index.mjs +18 -0
- package/dist/tokens/index.cjs +1 -0
- package/dist/tokens/index.mjs +24 -0
- package/dist/tokens/utils.cjs +1 -0
- package/dist/tokens/utils.mjs +45 -0
- package/package.json +1 -1
- package/dist/index10.cjs +0 -1
- package/dist/index10.mjs +0 -4
- package/dist/index11.cjs +0 -1
- package/dist/index11.mjs +0 -4
- package/dist/index110.cjs +0 -1
- package/dist/index110.mjs +0 -77
- package/dist/index111.cjs +0 -1
- package/dist/index111.mjs +0 -158
- package/dist/index112.cjs +0 -1
- package/dist/index112.mjs +0 -25
- package/dist/index113.cjs +0 -1
- package/dist/index113.mjs +0 -153
- package/dist/index114.cjs +0 -1
- package/dist/index114.mjs +0 -108
- package/dist/index115.cjs +0 -1
- package/dist/index115.mjs +0 -85
- package/dist/index116.cjs +0 -1
- package/dist/index116.mjs +0 -35
- package/dist/index117.cjs +0 -1
- package/dist/index117.mjs +0 -27
- package/dist/index118.cjs +0 -1
- package/dist/index118.mjs +0 -18
- package/dist/index119.cjs +0 -1
- package/dist/index119.mjs +0 -104
- package/dist/index120.cjs +0 -1
- package/dist/index120.mjs +0 -192
- package/dist/index121.cjs +0 -1
- package/dist/index121.mjs +0 -93
- package/dist/index122.cjs +0 -1
- package/dist/index122.mjs +0 -47
- package/dist/index123.cjs +0 -1
- package/dist/index123.mjs +0 -27
- package/dist/index124.cjs +0 -1
- package/dist/index124.mjs +0 -102
- package/dist/index125.cjs +0 -1
- package/dist/index125.mjs +0 -21
- package/dist/index126.cjs +0 -1
- package/dist/index126.mjs +0 -37
- package/dist/index127.cjs +0 -1
- package/dist/index127.mjs +0 -28
- package/dist/index128.cjs +0 -1
- package/dist/index128.mjs +0 -98
- package/dist/index129.cjs +0 -1
- package/dist/index129.mjs +0 -34
- package/dist/index130.cjs +0 -1
- package/dist/index130.mjs +0 -37
- package/dist/index131.cjs +0 -1
- package/dist/index131.mjs +0 -10
- package/dist/index132.cjs +0 -1
- package/dist/index132.mjs +0 -142
- package/dist/index133.cjs +0 -1
- package/dist/index133.mjs +0 -143
- package/dist/index134.cjs +0 -1
- package/dist/index134.mjs +0 -31
- package/dist/index135.cjs +0 -1
- package/dist/index135.mjs +0 -50
- package/dist/index136.cjs +0 -1
- package/dist/index136.mjs +0 -18
- package/dist/index137.cjs +0 -1
- package/dist/index137.mjs +0 -194
- package/dist/index138.cjs +0 -1
- package/dist/index138.mjs +0 -54
- package/dist/index139.cjs +0 -1
- package/dist/index139.mjs +0 -105
- package/dist/index14.cjs +0 -1
- package/dist/index14.mjs +0 -45
- package/dist/index140.cjs +0 -1
- package/dist/index140.mjs +0 -40
- package/dist/index141.cjs +0 -1
- package/dist/index141.mjs +0 -25
- package/dist/index142.cjs +0 -1
- package/dist/index142.mjs +0 -87
- package/dist/index143.cjs +0 -1
- package/dist/index143.mjs +0 -21
- package/dist/index144.cjs +0 -1
- package/dist/index144.mjs +0 -28
- package/dist/index145.cjs +0 -1
- package/dist/index145.mjs +0 -53
- package/dist/index15.cjs +0 -1
- package/dist/index15.mjs +0 -600
- package/dist/index17.cjs +0 -1
- package/dist/index17.mjs +0 -94
- package/dist/index178.cjs +0 -1
- package/dist/index178.mjs +0 -20
- package/dist/index179.cjs +0 -1
- package/dist/index179.mjs +0 -106
- package/dist/index18.cjs +0 -1
- package/dist/index18.mjs +0 -128
- package/dist/index187.cjs +0 -1
- package/dist/index187.mjs +0 -71
- package/dist/index189.cjs +0 -1
- package/dist/index189.mjs +0 -107
- package/dist/index19.cjs +0 -1
- package/dist/index19.mjs +0 -120
- package/dist/index2.cjs +0 -1
- package/dist/index2.mjs +0 -247
- package/dist/index20.cjs +0 -1
- package/dist/index20.mjs +0 -51
- package/dist/index21.cjs +0 -1
- package/dist/index21.mjs +0 -91
- package/dist/index22.cjs +0 -1
- package/dist/index22.mjs +0 -77
- package/dist/index221.cjs +0 -1
- package/dist/index221.mjs +0 -36
- package/dist/index222.cjs +0 -1
- package/dist/index222.mjs +0 -46
- package/dist/index223.cjs +0 -1
- package/dist/index223.mjs +0 -173
- package/dist/index224.cjs +0 -1
- package/dist/index224.mjs +0 -188
- package/dist/index225.cjs +0 -1
- package/dist/index225.mjs +0 -31
- package/dist/index226.cjs +0 -1
- package/dist/index226.mjs +0 -93
- package/dist/index227.cjs +0 -1
- package/dist/index227.mjs +0 -55
- package/dist/index228.cjs +0 -1
- package/dist/index228.mjs +0 -69
- package/dist/index229.cjs +0 -1
- package/dist/index229.mjs +0 -127
- package/dist/index23.cjs +0 -1
- package/dist/index23.mjs +0 -20
- package/dist/index230.cjs +0 -1
- package/dist/index230.mjs +0 -111
- package/dist/index231.cjs +0 -1
- package/dist/index231.mjs +0 -114
- package/dist/index232.cjs +0 -1
- package/dist/index232.mjs +0 -125
- package/dist/index233.cjs +0 -1
- package/dist/index233.mjs +0 -217
- package/dist/index24.cjs +0 -1
- package/dist/index24.mjs +0 -107
- package/dist/index244.cjs +0 -1
- package/dist/index244.mjs +0 -16
- package/dist/index25.cjs +0 -1
- package/dist/index25.mjs +0 -84
- package/dist/index256.cjs +0 -1
- package/dist/index256.mjs +0 -47
- package/dist/index258.cjs +0 -1
- package/dist/index258.mjs +0 -120
- package/dist/index259.cjs +0 -1
- package/dist/index259.mjs +0 -196
- package/dist/index26.cjs +0 -1
- package/dist/index26.mjs +0 -71
- package/dist/index262.cjs +0 -1
- package/dist/index262.mjs +0 -18
- package/dist/index264.cjs +0 -1
- package/dist/index264.mjs +0 -58
- package/dist/index27.cjs +0 -1
- package/dist/index27.mjs +0 -135
- package/dist/index272.cjs +0 -1
- package/dist/index272.mjs +0 -49
- package/dist/index275.cjs +0 -1
- package/dist/index275.mjs +0 -19
- package/dist/index278.cjs +0 -1
- package/dist/index278.mjs +0 -77
- package/dist/index279.cjs +0 -1
- package/dist/index279.mjs +0 -176
- package/dist/index28.cjs +0 -1
- package/dist/index28.mjs +0 -106
- package/dist/index284.cjs +0 -1
- package/dist/index284.mjs +0 -114
- package/dist/index29.cjs +0 -1
- package/dist/index29.mjs +0 -178
- package/dist/index290.cjs +0 -1
- package/dist/index290.mjs +0 -57
- package/dist/index3.cjs +0 -1
- package/dist/index3.mjs +0 -24
- package/dist/index30.cjs +0 -1
- package/dist/index30.mjs +0 -38
- package/dist/index31.cjs +0 -1
- package/dist/index31.mjs +0 -103
- package/dist/index32.cjs +0 -1
- package/dist/index32.mjs +0 -56
- package/dist/index33.cjs +0 -1
- package/dist/index33.mjs +0 -84
- package/dist/index34.cjs +0 -1
- package/dist/index34.mjs +0 -86
- package/dist/index35.cjs +0 -6
- package/dist/index35.mjs +0 -255
- package/dist/index36.cjs +0 -1
- package/dist/index36.mjs +0 -114
- package/dist/index37.cjs +0 -1
- package/dist/index37.mjs +0 -196
- package/dist/index38.cjs +0 -1
- package/dist/index38.mjs +0 -271
- package/dist/index39.cjs +0 -1
- package/dist/index39.mjs +0 -248
- package/dist/index4.cjs +0 -1
- package/dist/index4.mjs +0 -43
- package/dist/index40.cjs +0 -1
- package/dist/index40.mjs +0 -193
- package/dist/index41.cjs +0 -1
- package/dist/index41.mjs +0 -26
- package/dist/index42.cjs +0 -1
- package/dist/index42.mjs +0 -339
- package/dist/index43.cjs +0 -1
- package/dist/index43.mjs +0 -104
- package/dist/index44.cjs +0 -1
- package/dist/index44.mjs +0 -103
- package/dist/index45.cjs +0 -1
- package/dist/index45.mjs +0 -48
- package/dist/index46.cjs +0 -1
- package/dist/index46.mjs +0 -132
- package/dist/index47.cjs +0 -1
- package/dist/index47.mjs +0 -176
- package/dist/index48.cjs +0 -1
- package/dist/index48.mjs +0 -30
- package/dist/index49.cjs +0 -1
- package/dist/index49.mjs +0 -43
- package/dist/index5.cjs +0 -1
- package/dist/index5.mjs +0 -74
- package/dist/index50.cjs +0 -1
- package/dist/index50.mjs +0 -107
- package/dist/index51.cjs +0 -1
- package/dist/index51.mjs +0 -202
- package/dist/index52.cjs +0 -1
- package/dist/index52.mjs +0 -164
- package/dist/index53.cjs +0 -1
- package/dist/index53.mjs +0 -47
- package/dist/index54.cjs +0 -1
- package/dist/index54.mjs +0 -84
- package/dist/index55.cjs +0 -1
- package/dist/index55.mjs +0 -54
- package/dist/index56.cjs +0 -3
- package/dist/index56.mjs +0 -205
- package/dist/index58.cjs +0 -1
- package/dist/index58.mjs +0 -143
- package/dist/index59.cjs +0 -1
- package/dist/index59.mjs +0 -190
- package/dist/index6.cjs +0 -1
- package/dist/index6.mjs +0 -18
- package/dist/index60.cjs +0 -1
- package/dist/index60.mjs +0 -106
- package/dist/index61.cjs +0 -1
- package/dist/index61.mjs +0 -82
- package/dist/index62.cjs +0 -1
- package/dist/index62.mjs +0 -95
- package/dist/index63.cjs +0 -1
- package/dist/index63.mjs +0 -125
- package/dist/index64.cjs +0 -1
- package/dist/index64.mjs +0 -72
- package/dist/index65.cjs +0 -1
- package/dist/index65.mjs +0 -273
- package/dist/index66.cjs +0 -1
- package/dist/index66.mjs +0 -129
- package/dist/index67.cjs +0 -1
- package/dist/index67.mjs +0 -172
- package/dist/index68.cjs +0 -1
- package/dist/index68.mjs +0 -105
- package/dist/index69.cjs +0 -1
- package/dist/index69.mjs +0 -136
- package/dist/index7.cjs +0 -1
- package/dist/index7.mjs +0 -9
- package/dist/index70.cjs +0 -1
- package/dist/index70.mjs +0 -191
- package/dist/index71.cjs +0 -1
- package/dist/index71.mjs +0 -54
- package/dist/index72.cjs +0 -1
- package/dist/index72.mjs +0 -148
- package/dist/index73.cjs +0 -1
- package/dist/index73.mjs +0 -76
- package/dist/index74.cjs +0 -1
- package/dist/index74.mjs +0 -87
- package/dist/index75.cjs +0 -1
- package/dist/index75.mjs +0 -36
- package/dist/index76.cjs +0 -1
- package/dist/index76.mjs +0 -84
- package/dist/index77.cjs +0 -1
- package/dist/index77.mjs +0 -153
- package/dist/index78.cjs +0 -1
- package/dist/index78.mjs +0 -54
- package/dist/index79.cjs +0 -1
- package/dist/index79.mjs +0 -109
- package/dist/index8.cjs +0 -1
- package/dist/index8.mjs +0 -6
- package/dist/index80.cjs +0 -1
- package/dist/index80.mjs +0 -28
- package/dist/index81.cjs +0 -1
- package/dist/index81.mjs +0 -31
- package/dist/index82.cjs +0 -1
- package/dist/index82.mjs +0 -133
- package/dist/index83.cjs +0 -1
- package/dist/index83.mjs +0 -80
- package/dist/index84.cjs +0 -1
- package/dist/index84.mjs +0 -101
- package/dist/index85.cjs +0 -1
- package/dist/index85.mjs +0 -97
- package/dist/index86.cjs +0 -1
- package/dist/index86.mjs +0 -118
- package/dist/index87.cjs +0 -1
- package/dist/index87.mjs +0 -389
- package/dist/index88.cjs +0 -38
- package/dist/index88.mjs +0 -98
- package/dist/index89.cjs +0 -1
- package/dist/index89.mjs +0 -225
- package/dist/index9.cjs +0 -1
- package/dist/index9.mjs +0 -4
- package/dist/index90.cjs +0 -1
- package/dist/index90.mjs +0 -48
- package/dist/index91.cjs +0 -1
- package/dist/index91.mjs +0 -101
- package/dist/index92.cjs +0 -1
- package/dist/index92.mjs +0 -39
- package/dist/index93.cjs +0 -1
- package/dist/index93.mjs +0 -161
- package/dist/index94.cjs +0 -1
- package/dist/index94.mjs +0 -119
- /package/dist/{index248.cjs → blocks/sections/ActivityFeed/ActivityFeed.module.css.cjs} +0 -0
- /package/dist/{index248.mjs → blocks/sections/ActivityFeed/ActivityFeed.module.css.mjs} +0 -0
- /package/dist/{index255.cjs → blocks/sections/AppDownload/AppDownload.module.css.cjs} +0 -0
- /package/dist/{index255.mjs → blocks/sections/AppDownload/AppDownload.module.css.mjs} +0 -0
- /package/dist/{index250.cjs → blocks/sections/Blog/Blog.module.css.cjs} +0 -0
- /package/dist/{index250.mjs → blocks/sections/Blog/Blog.module.css.mjs} +0 -0
- /package/dist/{index251.cjs → blocks/sections/Breadcrumbs/Breadcrumbs.module.css.cjs} +0 -0
- /package/dist/{index251.mjs → blocks/sections/Breadcrumbs/Breadcrumbs.module.css.mjs} +0 -0
- /package/dist/{index274.cjs → blocks/sections/CTA/CTA.module.css.cjs} +0 -0
- /package/dist/{index274.mjs → blocks/sections/CTA/CTA.module.css.mjs} +0 -0
- /package/dist/{index268.cjs → blocks/sections/CarouselSection/CarouselSection.module.css.cjs} +0 -0
- /package/dist/{index268.mjs → blocks/sections/CarouselSection/CarouselSection.module.css.mjs} +0 -0
- /package/dist/{index266.cjs → blocks/sections/Chat/Chat.module.css.cjs} +0 -0
- /package/dist/{index266.mjs → blocks/sections/Chat/Chat.module.css.mjs} +0 -0
- /package/dist/{index271.cjs → blocks/sections/Comparison/Comparison.module.css.cjs} +0 -0
- /package/dist/{index271.mjs → blocks/sections/Comparison/Comparison.module.css.mjs} +0 -0
- /package/dist/{index253.cjs → blocks/sections/Contact/Contact.module.css.cjs} +0 -0
- /package/dist/{index253.mjs → blocks/sections/Contact/Contact.module.css.mjs} +0 -0
- /package/dist/{index246.cjs → blocks/sections/EmptyState/EmptyState.module.css.cjs} +0 -0
- /package/dist/{index246.mjs → blocks/sections/EmptyState/EmptyState.module.css.mjs} +0 -0
- /package/dist/{index265.cjs → blocks/sections/FAQ/FAQ.module.css.cjs} +0 -0
- /package/dist/{index265.mjs → blocks/sections/FAQ/FAQ.module.css.mjs} +0 -0
- /package/dist/{index245.cjs → blocks/sections/Features/Features.module.css.cjs} +0 -0
- /package/dist/{index245.mjs → blocks/sections/Features/Features.module.css.mjs} +0 -0
- /package/dist/{index269.cjs → blocks/sections/Footer/Footer.module.css.cjs} +0 -0
- /package/dist/{index269.mjs → blocks/sections/Footer/Footer.module.css.mjs} +0 -0
- /package/dist/{index247.cjs → blocks/sections/Gallery/Gallery.module.css.cjs} +0 -0
- /package/dist/{index247.mjs → blocks/sections/Gallery/Gallery.module.css.mjs} +0 -0
- /package/dist/{index249.cjs → blocks/sections/Hero/Hero.module.css.cjs} +0 -0
- /package/dist/{index249.mjs → blocks/sections/Hero/Hero.module.css.mjs} +0 -0
- /package/dist/{index261.cjs → blocks/sections/LogoCloud/LogoCloud.module.css.cjs} +0 -0
- /package/dist/{index261.mjs → blocks/sections/LogoCloud/LogoCloud.module.css.mjs} +0 -0
- /package/dist/{index270.cjs → blocks/sections/Newsletter/Newsletter.module.css.cjs} +0 -0
- /package/dist/{index270.mjs → blocks/sections/Newsletter/Newsletter.module.css.mjs} +0 -0
- /package/dist/{index273.cjs → blocks/sections/Pricing/Pricing.module.css.cjs} +0 -0
- /package/dist/{index273.mjs → blocks/sections/Pricing/Pricing.module.css.mjs} +0 -0
- /package/dist/{index267.cjs → blocks/sections/SettingsLayout/SettingsLayout.module.css.cjs} +0 -0
- /package/dist/{index267.mjs → blocks/sections/SettingsLayout/SettingsLayout.module.css.mjs} +0 -0
- /package/dist/{index254.cjs → blocks/sections/SocialProof/SocialProof.module.css.cjs} +0 -0
- /package/dist/{index254.mjs → blocks/sections/SocialProof/SocialProof.module.css.mjs} +0 -0
- /package/dist/{index263.cjs → blocks/sections/Stats/Stats.module.css.cjs} +0 -0
- /package/dist/{index263.mjs → blocks/sections/Stats/Stats.module.css.mjs} +0 -0
- /package/dist/{index260.cjs → blocks/sections/Stepper/Stepper.module.css.cjs} +0 -0
- /package/dist/{index260.mjs → blocks/sections/Stepper/Stepper.module.css.mjs} +0 -0
- /package/dist/{index276.cjs → blocks/sections/Team/Team.module.css.cjs} +0 -0
- /package/dist/{index276.mjs → blocks/sections/Team/Team.module.css.mjs} +0 -0
- /package/dist/{index257.cjs → blocks/sections/Testimonials/Testimonials.module.css.cjs} +0 -0
- /package/dist/{index257.mjs → blocks/sections/Testimonials/Testimonials.module.css.mjs} +0 -0
- /package/dist/{index252.cjs → blocks/sections/Timeline/Timeline.module.css.cjs} +0 -0
- /package/dist/{index252.mjs → blocks/sections/Timeline/Timeline.module.css.mjs} +0 -0
- /package/dist/{index203.cjs → blocks/templates/app/AgentEditor/AgentEditor.module.css.cjs} +0 -0
- /package/dist/{index203.mjs → blocks/templates/app/AgentEditor/AgentEditor.module.css.mjs} +0 -0
- /package/dist/{index206.cjs → blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css.cjs} +0 -0
- /package/dist/{index206.mjs → blocks/templates/app/AgentWorkspace/AgentWorkspace.module.css.mjs} +0 -0
- /package/dist/{index213.cjs → blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css.cjs} +0 -0
- /package/dist/{index213.mjs → blocks/templates/app/ChatPageTemplate/ChatPageTemplate.module.css.mjs} +0 -0
- /package/dist/{index180.cjs → blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css.cjs} +0 -0
- /package/dist/{index180.mjs → blocks/templates/app/DashboardTemplate/DashboardTemplate.module.css.mjs} +0 -0
- /package/dist/{index211.cjs → blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css.cjs} +0 -0
- /package/dist/{index211.mjs → blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.module.css.mjs} +0 -0
- /package/dist/{index190.cjs → blocks/templates/app/LoginTemplate/LoginTemplate.module.css.cjs} +0 -0
- /package/dist/{index190.mjs → blocks/templates/app/LoginTemplate/LoginTemplate.module.css.mjs} +0 -0
- /package/dist/{index208.cjs → blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css.cjs} +0 -0
- /package/dist/{index208.mjs → blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.module.css.mjs} +0 -0
- /package/dist/{index188.cjs → blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css.cjs} +0 -0
- /package/dist/{index188.mjs → blocks/templates/app/SettingsTemplate/SettingsTemplate.module.css.mjs} +0 -0
- /package/dist/{index195.cjs → components/Accordion/Accordion.module.css.cjs} +0 -0
- /package/dist/{index195.mjs → components/Accordion/Accordion.module.css.mjs} +0 -0
- /package/dist/{index239.cjs → components/ActivityFeed/ActivityFeed.module.css.cjs} +0 -0
- /package/dist/{index239.mjs → components/ActivityFeed/ActivityFeed.module.css.mjs} +0 -0
- /package/dist/{index152.cjs → components/AgentCard/AgentCard.module.css.cjs} +0 -0
- /package/dist/{index152.mjs → components/AgentCard/AgentCard.module.css.mjs} +0 -0
- /package/dist/{index200.cjs → components/Alert/Alert.module.css.cjs} +0 -0
- /package/dist/{index200.mjs → components/Alert/Alert.module.css.mjs} +0 -0
- /package/dist/{index212.cjs → components/AlertDialog/AlertDialog.module.css.cjs} +0 -0
- /package/dist/{index212.mjs → components/AlertDialog/AlertDialog.module.css.mjs} +0 -0
- /package/dist/{index184.cjs → components/Avatar/Avatar.module.css.cjs} +0 -0
- /package/dist/{index184.mjs → components/Avatar/Avatar.module.css.mjs} +0 -0
- /package/dist/{index194.cjs → components/Badge/Badge.module.css.cjs} +0 -0
- /package/dist/{index194.mjs → components/Badge/Badge.module.css.mjs} +0 -0
- /package/dist/{index207.cjs → components/Banner/Banner.module.css.cjs} +0 -0
- /package/dist/{index207.mjs → components/Banner/Banner.module.css.mjs} +0 -0
- /package/dist/{index201.cjs → components/Breadcrumb/Breadcrumb.module.css.cjs} +0 -0
- /package/dist/{index201.mjs → components/Breadcrumb/Breadcrumb.module.css.mjs} +0 -0
- /package/dist/{index156.cjs → components/Button/Button.module.css.cjs} +0 -0
- /package/dist/{index156.mjs → components/Button/Button.module.css.mjs} +0 -0
- /package/dist/{index209.cjs → components/Calendar/Calendar.module.css.cjs} +0 -0
- /package/dist/{index209.mjs → components/Calendar/Calendar.module.css.mjs} +0 -0
- /package/dist/{index175.cjs → components/Card/Card.module.css.cjs} +0 -0
- /package/dist/{index175.mjs → components/Card/Card.module.css.mjs} +0 -0
- /package/dist/{index171.cjs → components/Carousel/Carousel.module.css.cjs} +0 -0
- /package/dist/{index171.mjs → components/Carousel/Carousel.module.css.mjs} +0 -0
- /package/dist/{index155.cjs → components/Chart/Chart.module.css.cjs} +0 -0
- /package/dist/{index155.mjs → components/Chart/Chart.module.css.mjs} +0 -0
- /package/dist/{index154.cjs → components/Chart/useResolvedChartColors.cjs} +0 -0
- /package/dist/{index154.mjs → components/Chart/useResolvedChartColors.mjs} +0 -0
- /package/dist/{index220.cjs → components/Chat/Chat.module.css.cjs} +0 -0
- /package/dist/{index220.mjs → components/Chat/Chat.module.css.mjs} +0 -0
- /package/dist/{index95.cjs → components/Chat/hooks/useAutoScroll.cjs} +0 -0
- /package/dist/{index95.mjs → components/Chat/hooks/useAutoScroll.mjs} +0 -0
- /package/dist/{index96.cjs → components/Chat/hooks/useChatInput.cjs} +0 -0
- /package/dist/{index96.mjs → components/Chat/hooks/useChatInput.mjs} +0 -0
- /package/dist/{index104.cjs → components/Chat/hooks/useStreamingText.cjs} +0 -0
- /package/dist/{index104.mjs → components/Chat/hooks/useStreamingText.mjs} +0 -0
- /package/dist/{index106.cjs → components/Chat/hooks/useVoiceRecorder.cjs} +0 -0
- /package/dist/{index106.mjs → components/Chat/hooks/useVoiceRecorder.mjs} +0 -0
- /package/dist/{index289.cjs → components/Chat/utils.cjs} +0 -0
- /package/dist/{index289.mjs → components/Chat/utils.mjs} +0 -0
- /package/dist/{index170.cjs → components/Checkbox/Checkbox.module.css.cjs} +0 -0
- /package/dist/{index170.mjs → components/Checkbox/Checkbox.module.css.mjs} +0 -0
- /package/dist/{index153.cjs → components/Chip/Chip.module.css.cjs} +0 -0
- /package/dist/{index153.mjs → components/Chip/Chip.module.css.mjs} +0 -0
- /package/dist/{index147.cjs → components/CodeEditor/CodeEditor.module.css.cjs} +0 -0
- /package/dist/{index147.mjs → components/CodeEditor/CodeEditor.module.css.mjs} +0 -0
- /package/dist/{index148.cjs → components/Collapsible/Collapsible.module.css.cjs} +0 -0
- /package/dist/{index148.mjs → components/Collapsible/Collapsible.module.css.mjs} +0 -0
- /package/dist/{index151.cjs → components/CollapsibleFolder/CollapsibleFolder.module.css.cjs} +0 -0
- /package/dist/{index151.mjs → components/CollapsibleFolder/CollapsibleFolder.module.css.mjs} +0 -0
- /package/dist/{index172.cjs → components/Combobox/Combobox.module.css.cjs} +0 -0
- /package/dist/{index172.mjs → components/Combobox/Combobox.module.css.mjs} +0 -0
- /package/dist/{index199.cjs → components/Command/Command.module.css.cjs} +0 -0
- /package/dist/{index199.mjs → components/Command/Command.module.css.mjs} +0 -0
- /package/dist/{index238.cjs → components/CommandBar/CommandBar.module.css.cjs} +0 -0
- /package/dist/{index238.mjs → components/CommandBar/CommandBar.module.css.mjs} +0 -0
- /package/dist/{index215.cjs → components/DataTable/DataTable.module.css.cjs} +0 -0
- /package/dist/{index215.mjs → components/DataTable/DataTable.module.css.mjs} +0 -0
- /package/dist/{index157.cjs → components/DatePicker/DatePicker.module.css.cjs} +0 -0
- /package/dist/{index157.mjs → components/DatePicker/DatePicker.module.css.mjs} +0 -0
- /package/dist/{index236.cjs → components/DetailPanel/DetailPanel.module.css.cjs} +0 -0
- /package/dist/{index236.mjs → components/DetailPanel/DetailPanel.module.css.mjs} +0 -0
- /package/dist/{index192.cjs → components/Divider/Divider.module.css.cjs} +0 -0
- /package/dist/{index192.mjs → components/Divider/Divider.module.css.mjs} +0 -0
- /package/dist/{index241.cjs → components/Drawer/Drawer.module.css.cjs} +0 -0
- /package/dist/{index241.mjs → components/Drawer/Drawer.module.css.mjs} +0 -0
- /package/dist/{index167.cjs → components/Dropdown/Dropdown.module.css.cjs} +0 -0
- /package/dist/{index167.mjs → components/Dropdown/Dropdown.module.css.mjs} +0 -0
- /package/dist/{index168.cjs → components/EmptyState/EmptyState.module.css.cjs} +0 -0
- /package/dist/{index168.mjs → components/EmptyState/EmptyState.module.css.mjs} +0 -0
- /package/dist/{index202.cjs → components/ErrorBoundary/ErrorBoundary.module.css.cjs} +0 -0
- /package/dist/{index202.mjs → components/ErrorBoundary/ErrorBoundary.module.css.mjs} +0 -0
- /package/dist/{index191.cjs → components/Field/Field.module.css.cjs} +0 -0
- /package/dist/{index191.mjs → components/Field/Field.module.css.mjs} +0 -0
- /package/dist/{index216.cjs → components/FileUploader/FileUploader.module.css.cjs} +0 -0
- /package/dist/{index216.mjs → components/FileUploader/FileUploader.module.css.mjs} +0 -0
- /package/dist/{index163.cjs → components/FilterBar/FilterBar.module.css.cjs} +0 -0
- /package/dist/{index163.mjs → components/FilterBar/FilterBar.module.css.mjs} +0 -0
- /package/dist/{index242.cjs → components/FormSection/FormSection.module.css.cjs} +0 -0
- /package/dist/{index242.mjs → components/FormSection/FormSection.module.css.mjs} +0 -0
- /package/dist/{index146.cjs → components/Icon/Icon.module.css.cjs} +0 -0
- /package/dist/{index146.mjs → components/Icon/Icon.module.css.mjs} +0 -0
- /package/dist/{index218.cjs → components/IconGallery/IconGallery.module.css.cjs} +0 -0
- /package/dist/{index218.mjs → components/IconGallery/IconGallery.module.css.mjs} +0 -0
- /package/dist/{index197.cjs → components/InputOTP/InputOTP.module.css.cjs} +0 -0
- /package/dist/{index197.mjs → components/InputOTP/InputOTP.module.css.mjs} +0 -0
- /package/dist/{index243.cjs → components/KanbanBoard/KanbanBoard.module.css.cjs} +0 -0
- /package/dist/{index243.mjs → components/KanbanBoard/KanbanBoard.module.css.mjs} +0 -0
- /package/dist/{index205.cjs → components/Link/Link.module.css.cjs} +0 -0
- /package/dist/{index205.mjs → components/Link/Link.module.css.mjs} +0 -0
- /package/dist/{index169.cjs → components/List/List.module.css.cjs} +0 -0
- /package/dist/{index169.mjs → components/List/List.module.css.mjs} +0 -0
- /package/dist/{index196.cjs → components/MetricCards/MetricCards.module.css.cjs} +0 -0
- /package/dist/{index196.mjs → components/MetricCards/MetricCards.module.css.mjs} +0 -0
- /package/dist/{index186.cjs → components/Modal/Modal.module.css.cjs} +0 -0
- /package/dist/{index186.mjs → components/Modal/Modal.module.css.mjs} +0 -0
- /package/dist/{index177.cjs → components/NavTree/NavTree.module.css.cjs} +0 -0
- /package/dist/{index177.mjs → components/NavTree/NavTree.module.css.mjs} +0 -0
- /package/dist/{index166.cjs → components/Navbar/Navbar.module.css.cjs} +0 -0
- /package/dist/{index166.mjs → components/Navbar/Navbar.module.css.mjs} +0 -0
- /package/dist/{index204.cjs → components/NotificationCenter/NotificationCenter.module.css.cjs} +0 -0
- /package/dist/{index204.mjs → components/NotificationCenter/NotificationCenter.module.css.mjs} +0 -0
- /package/dist/{index235.cjs → components/PageHeader/PageHeader.module.css.cjs} +0 -0
- /package/dist/{index235.mjs → components/PageHeader/PageHeader.module.css.mjs} +0 -0
- /package/dist/{index183.cjs → components/Pagination/Pagination.module.css.cjs} +0 -0
- /package/dist/{index183.mjs → components/Pagination/Pagination.module.css.mjs} +0 -0
- /package/dist/{index240.cjs → components/Popover/Popover.module.css.cjs} +0 -0
- /package/dist/{index240.mjs → components/Popover/Popover.module.css.mjs} +0 -0
- /package/dist/{index237.cjs → components/ProgressBar/ProgressBar.module.css.cjs} +0 -0
- /package/dist/{index237.mjs → components/ProgressBar/ProgressBar.module.css.mjs} +0 -0
- /package/dist/{index219.cjs → components/QuickActions/QuickActions.module.css.cjs} +0 -0
- /package/dist/{index219.mjs → components/QuickActions/QuickActions.module.css.mjs} +0 -0
- /package/dist/{index198.cjs → components/Radio/Radio.module.css.cjs} +0 -0
- /package/dist/{index198.mjs → components/Radio/Radio.module.css.mjs} +0 -0
- /package/dist/{index185.cjs → components/SearchInput/SearchInput.module.css.cjs} +0 -0
- /package/dist/{index185.mjs → components/SearchInput/SearchInput.module.css.mjs} +0 -0
- /package/dist/{index159.cjs → components/Select/Select.module.css.cjs} +0 -0
- /package/dist/{index159.mjs → components/Select/Select.module.css.mjs} +0 -0
- /package/dist/{index214.cjs → components/Sidebar/Sidebar.module.css.cjs} +0 -0
- /package/dist/{index214.mjs → components/Sidebar/Sidebar.module.css.mjs} +0 -0
- /package/dist/{index173.cjs → components/Skeleton/Skeleton.module.css.cjs} +0 -0
- /package/dist/{index173.mjs → components/Skeleton/Skeleton.module.css.mjs} +0 -0
- /package/dist/{index161.cjs → components/Slider/Slider.module.css.cjs} +0 -0
- /package/dist/{index161.mjs → components/Slider/Slider.module.css.mjs} +0 -0
- /package/dist/{index164.cjs → components/Spinner/Spinner.module.css.cjs} +0 -0
- /package/dist/{index164.mjs → components/Spinner/Spinner.module.css.mjs} +0 -0
- /package/dist/{index193.cjs → components/Stack/Stack.module.css.cjs} +0 -0
- /package/dist/{index193.mjs → components/Stack/Stack.module.css.mjs} +0 -0
- /package/dist/{index162.cjs → components/Stepper/Stepper.module.css.cjs} +0 -0
- /package/dist/{index162.mjs → components/Stepper/Stepper.module.css.mjs} +0 -0
- /package/dist/{index150.cjs → components/Switch/Switch.module.css.cjs} +0 -0
- /package/dist/{index150.mjs → components/Switch/Switch.module.css.mjs} +0 -0
- /package/dist/{index165.cjs → components/Table/Table.module.css.cjs} +0 -0
- /package/dist/{index165.mjs → components/Table/Table.module.css.mjs} +0 -0
- /package/dist/{index181.cjs → components/Tabs/Tabs.module.css.cjs} +0 -0
- /package/dist/{index181.mjs → components/Tabs/Tabs.module.css.mjs} +0 -0
- /package/dist/{index182.cjs → components/Textarea/Textarea.module.css.cjs} +0 -0
- /package/dist/{index182.mjs → components/Textarea/Textarea.module.css.mjs} +0 -0
- /package/dist/{index234.cjs → components/Toast/Toast.module.css.cjs} +0 -0
- /package/dist/{index234.mjs → components/Toast/Toast.module.css.mjs} +0 -0
- /package/dist/{index158.cjs → components/Toggle/Toggle.module.css.cjs} +0 -0
- /package/dist/{index158.mjs → components/Toggle/Toggle.module.css.mjs} +0 -0
- /package/dist/{index174.cjs → components/ToggleGroup/ToggleGroup.module.css.cjs} +0 -0
- /package/dist/{index174.mjs → components/ToggleGroup/ToggleGroup.module.css.mjs} +0 -0
- /package/dist/{index176.cjs → components/Tooltip/Tooltip.module.css.cjs} +0 -0
- /package/dist/{index176.mjs → components/Tooltip/Tooltip.module.css.mjs} +0 -0
- /package/dist/{index210.cjs → components/UserMenu/UserMenu.module.css.cjs} +0 -0
- /package/dist/{index210.mjs → components/UserMenu/UserMenu.module.css.mjs} +0 -0
- /package/dist/{index217.cjs → components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.cjs} +0 -0
- /package/dist/{index217.mjs → components/WorkspaceSwitcher/WorkspaceSwitcher.module.css.mjs} +0 -0
- /package/dist/{index286.cjs → dist/index146.cjs} +0 -0
- /package/dist/{index286.mjs → dist/index146.mjs} +0 -0
- /package/dist/{index283.cjs → dist/index149.cjs} +0 -0
- /package/dist/{index283.mjs → dist/index149.mjs} +0 -0
- /package/dist/{index277.cjs → dist/index172.cjs} +0 -0
- /package/dist/{index277.mjs → dist/index172.mjs} +0 -0
- /package/dist/{index280.cjs → dist/index175.cjs} +0 -0
- /package/dist/{index280.mjs → dist/index175.mjs} +0 -0
- /package/dist/{index287.cjs → dist/index180.cjs} +0 -0
- /package/dist/{index287.mjs → dist/index180.mjs} +0 -0
- /package/dist/{index288.cjs → dist/index189.cjs} +0 -0
- /package/dist/{index288.mjs → dist/index189.mjs} +0 -0
- /package/dist/{index282.cjs → dist/index225.cjs} +0 -0
- /package/dist/{index282.mjs → dist/index225.mjs} +0 -0
- /package/dist/{index281.cjs → dist/index232.cjs} +0 -0
- /package/dist/{index281.mjs → dist/index232.mjs} +0 -0
- /package/dist/{index285.cjs → dist/index240.cjs} +0 -0
- /package/dist/{index285.mjs → dist/index240.mjs} +0 -0
- /package/dist/{index97.cjs → hooks/useClickOutside.cjs} +0 -0
- /package/dist/{index97.mjs → hooks/useClickOutside.mjs} +0 -0
- /package/dist/{index98.cjs → hooks/useCopyToClipboard.cjs} +0 -0
- /package/dist/{index98.mjs → hooks/useCopyToClipboard.mjs} +0 -0
- /package/dist/{index99.cjs → hooks/useDebounce.cjs} +0 -0
- /package/dist/{index99.mjs → hooks/useDebounce.mjs} +0 -0
- /package/dist/{index100.cjs → hooks/useDisclosure.cjs} +0 -0
- /package/dist/{index100.mjs → hooks/useDisclosure.mjs} +0 -0
- /package/dist/{index102.cjs → hooks/useKeyboard.cjs} +0 -0
- /package/dist/{index102.mjs → hooks/useKeyboard.mjs} +0 -0
- /package/dist/{index103.cjs → hooks/useLocalStorage.cjs} +0 -0
- /package/dist/{index103.mjs → hooks/useLocalStorage.mjs} +0 -0
- /package/dist/{index101.cjs → hooks/useMediaQuery.cjs} +0 -0
- /package/dist/{index101.mjs → hooks/useMediaQuery.mjs} +0 -0
- /package/dist/{index105.cjs → hooks/useTheme.cjs} +0 -0
- /package/dist/{index105.mjs → hooks/useTheme.mjs} +0 -0
- /package/dist/{index149.cjs → sections/Container/Container.module.css.cjs} +0 -0
- /package/dist/{index149.mjs → sections/Container/Container.module.css.mjs} +0 -0
- /package/dist/{index160.cjs → sections/Section/Section.module.css.cjs} +0 -0
- /package/dist/{index160.mjs → sections/Section/Section.module.css.mjs} +0 -0
- /package/dist/{index109.cjs → tokens/brands.cjs} +0 -0
- /package/dist/{index109.mjs → tokens/brands.mjs} +0 -0
- /package/dist/{index13.cjs → tokens/primitives.cjs} +0 -0
- /package/dist/{index13.mjs → tokens/primitives.mjs} +0 -0
- /package/dist/{index108.cjs → tokens/themes.cjs} +0 -0
- /package/dist/{index108.mjs → tokens/themes.mjs} +0 -0
- /package/dist/{index16.cjs → utils/fonts.cjs} +0 -0
- /package/dist/{index16.mjs → utils/fonts.mjs} +0 -0
- /package/dist/{index57.cjs → utils/icons.cjs} +0 -0
- /package/dist/{index57.mjs → utils/icons.mjs} +0 -0
- /package/dist/{index107.cjs → utils/validation.cjs} +0 -0
- /package/dist/{index107.mjs → utils/validation.mjs} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const u=require("./index13.cjs"),a=require("./index14.cjs"),m=require("./index15.cjs"),e=require("lucide-react"),r=require("./index16.cjs"),q=require("./index17.cjs"),P=require("./index18.cjs"),S=require("./index19.cjs"),y=require("./index20.cjs"),h=require("./index21.cjs"),T=require("./index22.cjs"),O=require("./index23.cjs"),f=require("./index24.cjs"),j=require("./index25.cjs"),F=require("./index26.cjs"),w=require("./index27.cjs"),L=require("./index28.cjs"),D=require("./index29.cjs"),k=require("./index30.cjs"),o=require("./index31.cjs"),A=require("./index32.cjs"),B=require("./index33.cjs"),M=require("./index34.cjs"),v=require("./index35.cjs"),I=require("./index36.cjs"),E=require("./index37.cjs"),N=require("./index38.cjs"),R=require("./index39.cjs"),x=require("./index40.cjs"),U=require("./index41.cjs"),G=require("./index42.cjs"),_=require("./index43.cjs"),H=require("./index44.cjs"),K=require("./index45.cjs"),V=require("./index46.cjs"),Q=require("./index47.cjs"),X=require("./index48.cjs"),W=require("./index49.cjs"),z=require("./index50.cjs"),J=require("./index51.cjs"),Y=require("./index52.cjs"),Z=require("./index53.cjs"),$=require("./index54.cjs"),ee=require("./index55.cjs"),re=require("./index56.cjs"),te=require("./index57.cjs"),oe=require("./index58.cjs"),ne=require("./index59.cjs"),ie=require("./index60.cjs"),ae=require("./index61.cjs"),ue=require("./index62.cjs"),s=require("./index63.cjs"),se=require("./index64.cjs"),ce=require("./index65.cjs"),le=require("./index66.cjs"),de=require("./index67.cjs"),be=require("./index68.cjs"),pe=require("./index69.cjs"),Ce=require("./index70.cjs"),ge=require("./index71.cjs"),me=require("./index72.cjs"),qe=require("./index73.cjs"),Pe=require("./index74.cjs"),Se=require("./index75.cjs"),ye=require("./index76.cjs"),he=require("./index77.cjs"),Te=require("./index78.cjs"),Oe=require("./index79.cjs"),fe=require("./index80.cjs"),je=require("./index81.cjs"),Fe=require("./index82.cjs"),we=require("./index83.cjs"),Le=require("./index84.cjs"),De=require("./index85.cjs"),ke=require("./index86.cjs"),Ae=require("./index87.cjs"),c=require("./index88.cjs"),l=require("./index89.cjs"),Be=require("./index90.cjs"),Me=require("./index91.cjs"),ve=require("./index92.cjs"),Ie=require("./index93.cjs"),Ee=require("./index94.cjs"),Ne=require("./index95.cjs"),Re=require("./index96.cjs"),d=require("./index97.cjs"),b=require("./index98.cjs"),p=require("./index99.cjs"),xe=require("./index100.cjs"),n=require("./index101.cjs"),C=require("./index102.cjs"),g=require("./index103.cjs"),Ue=require("./index104.cjs"),Ge=require("./index105.cjs"),_e=require("./index106.cjs"),t=require("./index107.cjs");exports.primitives=u.primitives;exports.spacing=u.spacing;exports.getBrand=a.getBrand;exports.getSemanticToken=a.getSemanticToken;exports.getToken=a.getToken;exports.ComponentShowcase=m.ComponentShowcase;Object.defineProperty(exports,"AlertCircle",{enumerable:!0,get:()=>e.AlertCircle});Object.defineProperty(exports,"ArrowDown",{enumerable:!0,get:()=>e.ArrowDown});Object.defineProperty(exports,"ArrowLeft",{enumerable:!0,get:()=>e.ArrowLeft});Object.defineProperty(exports,"ArrowRight",{enumerable:!0,get:()=>e.ArrowRight});Object.defineProperty(exports,"ArrowUp",{enumerable:!0,get:()=>e.ArrowUp});Object.defineProperty(exports,"Bell",{enumerable:!0,get:()=>e.Bell});Object.defineProperty(exports,"Check",{enumerable:!0,get:()=>e.Check});Object.defineProperty(exports,"CheckCircle",{enumerable:!0,get:()=>e.CheckCircle});Object.defineProperty(exports,"ChevronDown",{enumerable:!0,get:()=>e.ChevronDown});Object.defineProperty(exports,"ChevronLeft",{enumerable:!0,get:()=>e.ChevronLeft});Object.defineProperty(exports,"ChevronRight",{enumerable:!0,get:()=>e.ChevronRight});Object.defineProperty(exports,"ChevronUp",{enumerable:!0,get:()=>e.ChevronUp});Object.defineProperty(exports,"Copy",{enumerable:!0,get:()=>e.Copy});Object.defineProperty(exports,"CreditCard",{enumerable:!0,get:()=>e.CreditCard});Object.defineProperty(exports,"DollarSign",{enumerable:!0,get:()=>e.DollarSign});Object.defineProperty(exports,"Download",{enumerable:!0,get:()=>e.Download});Object.defineProperty(exports,"Edit",{enumerable:!0,get:()=>e.Edit});Object.defineProperty(exports,"Eye",{enumerable:!0,get:()=>e.Eye});Object.defineProperty(exports,"EyeOff",{enumerable:!0,get:()=>e.EyeOff});Object.defineProperty(exports,"File",{enumerable:!0,get:()=>e.File});Object.defineProperty(exports,"FileText",{enumerable:!0,get:()=>e.FileText});Object.defineProperty(exports,"Heart",{enumerable:!0,get:()=>e.Heart});Object.defineProperty(exports,"HelpCircle",{enumerable:!0,get:()=>e.HelpCircle});Object.defineProperty(exports,"Home",{enumerable:!0,get:()=>e.Home});Object.defineProperty(exports,"Image",{enumerable:!0,get:()=>e.Image});Object.defineProperty(exports,"Info",{enumerable:!0,get:()=>e.Info});Object.defineProperty(exports,"LogIn",{enumerable:!0,get:()=>e.LogIn});Object.defineProperty(exports,"LogOut",{enumerable:!0,get:()=>e.LogOut});Object.defineProperty(exports,"Mail",{enumerable:!0,get:()=>e.Mail});Object.defineProperty(exports,"Menu",{enumerable:!0,get:()=>e.Menu});Object.defineProperty(exports,"MessageSquare",{enumerable:!0,get:()=>e.MessageSquare});Object.defineProperty(exports,"Minus",{enumerable:!0,get:()=>e.Minus});Object.defineProperty(exports,"Music",{enumerable:!0,get:()=>e.Music});Object.defineProperty(exports,"Plus",{enumerable:!0,get:()=>e.Plus});Object.defineProperty(exports,"Search",{enumerable:!0,get:()=>e.Search});Object.defineProperty(exports,"Settings",{enumerable:!0,get:()=>e.Settings});Object.defineProperty(exports,"Share2",{enumerable:!0,get:()=>e.Share2});Object.defineProperty(exports,"ShoppingCart",{enumerable:!0,get:()=>e.ShoppingCart});Object.defineProperty(exports,"Star",{enumerable:!0,get:()=>e.Star});Object.defineProperty(exports,"Trash2",{enumerable:!0,get:()=>e.Trash2});Object.defineProperty(exports,"Upload",{enumerable:!0,get:()=>e.Upload});Object.defineProperty(exports,"User",{enumerable:!0,get:()=>e.User});Object.defineProperty(exports,"Video",{enumerable:!0,get:()=>e.Video});Object.defineProperty(exports,"X",{enumerable:!0,get:()=>e.X});Object.defineProperty(exports,"XCircle",{enumerable:!0,get:()=>e.XCircle});exports.ALL_FONTS=r.ALL_FONTS;exports.BRAND_FONTS=r.BRAND_FONTS;exports.FONT_PRECONNECT_URLS=r.FONT_PRECONNECT_URLS;exports.GOOGLE_FONTS_URL=r.GOOGLE_FONTS_URL;exports.areBrandFontsLoaded=r.areBrandFontsLoaded;exports.getFontLinkTags=r.getFontLinkTags;exports.getMissingFonts=r.getMissingFonts;exports.isFontLoaded=r.isFontLoaded;exports.waitForFonts=r.waitForFonts;exports.Accordion=q.Accordion;exports.ActivityFeed=P.ActivityFeed;exports.AgentCard=S.AgentCard;exports.Alert=y.Alert;exports.AlertDialog=h.AlertDialog;exports.Avatar=T.Avatar;exports.Badge=O.Badge;exports.Banner=f.Banner;exports.Breadcrumb=j.Breadcrumb;exports.Button=F.Button;exports.Calendar=w.Calendar;exports.Card=L.Card;exports.Carousel=D.Carousel;exports.CarouselCard=k.CarouselCard;exports.ChartContainer=o.ChartContainer;exports.ChartGradient=o.ChartGradient;exports.ChartLegend=o.ChartLegend;exports.ChartLegendContent=o.ChartLegendContent;exports.ChartTooltip=o.ChartTooltip;exports.ChartTooltipContent=o.ChartTooltipContent;exports.Chat=A.Chat;exports.Checkbox=B.Checkbox;exports.Chip=M.Chip;exports.CodeEditor=v.CodeEditor;exports.Collapsible=I.Collapsible;exports.CollapsibleFolder=E.CollapsibleFolder;exports.Combobox=N.Combobox;exports.Command=R.Command;exports.CommandBar=x.CommandBar;exports.Container=U.Container;exports.DataTable=G.DataTable;exports.DatePicker=_.DatePicker;exports.DetailPanel=H.DetailPanel;exports.Divider=K.Divider;exports.Drawer=V.Drawer;exports.Dropdown=Q.Dropdown;exports.EmptyState=X.EmptyState;exports.ErrorBoundary=W.ErrorBoundary;exports.Field=z.Field;exports.FileUploader=J.FileUploader;exports.FilterBar=Y.FilterBar;exports.FontLoader=Z.FontLoader;exports.FormSection=$.FormSection;exports.Icon=ee.Icon;exports.IconGallery=re.IconGallery;exports.Icons=te.Icons;exports.InputOTP=oe.InputOTP;exports.KanbanBoard=ne.KanbanBoard;exports.LandingPageExample=ie.LandingPageExample;exports.Link=ae.Link;exports.List=ue.List;exports.MetricCard=s.MetricCard;exports.MetricCards=s.MetricCards;exports.Modal=se.Modal;exports.NavTree=ce.NavTree;exports.Navbar=le.Navbar;exports.NotificationCenter=de.NotificationCenter;exports.PageHeader=be.PageHeader;exports.Pagination=pe.Pagination;exports.Popover=Ce.Popover;exports.ProgressBar=ge.ProgressBar;exports.QuickActions=me.QuickActions;exports.Radio=qe.Radio;exports.SearchInput=Pe.SearchInput;exports.Section=Se.Section;exports.Select=ye.Select;exports.Sidebar=he.Sidebar;exports.Skeleton=Te.Skeleton;exports.Slider=Oe.Slider;exports.Spinner=fe.Spinner;exports.Stack=je.Stack;exports.Stepper=Fe.Stepper;exports.Switch=we.Switch;exports.Table=Le.Table;exports.Tabs=De.Tabs;exports.Textarea=ke.Textarea;exports.ThemeController=Ae.ThemeController;exports.ThemeProvider=c.ThemeProvider;exports.useThemeContext=c.useThemeContext;exports.ToastProvider=l.ToastProvider;exports.useToast=l.useToast;exports.Toggle=Be.Toggle;exports.ToggleGroup=Me.ToggleGroup;exports.Tooltip=ve.Tooltip;exports.UserMenu=Ie.UserMenu;exports.WorkspaceSwitcher=Ee.WorkspaceSwitcher;exports.useAutoScroll=Ne.useAutoScroll;exports.useChatInput=Re.useChatInput;exports.useClickOutside=d.useClickOutside;exports.useClickOutsideMultiple=d.useClickOutsideMultiple;exports.useCopy=b.useCopy;exports.useCopyToClipboard=b.useCopyToClipboard;exports.useDebounce=p.useDebounce;exports.useDebouncedCallback=p.useDebouncedCallback;exports.useDisclosure=xe.useDisclosure;exports.useIsDesktop=n.useIsDesktop;exports.useIsMobile=n.useIsMobile;exports.useIsTablet=n.useIsTablet;exports.useMediaQuery=n.useMediaQuery;exports.usePrefersDarkMode=n.usePrefersDarkMode;exports.usePrefersReducedMotion=n.usePrefersReducedMotion;exports.useKeyboard=C.useKeyboard;exports.useKeyboardShortcuts=C.useKeyboardShortcuts;exports.useLocalStorage=g.useLocalStorage;exports.useSessionStorage=g.useSessionStorage;exports.useStreamingText=Ue.useStreamingText;exports.useTheme=Ge.useTheme;exports.useVoiceRecorder=_e.useVoiceRecorder;exports.warnBrandProp=t.warnBrandProp;exports.warnFieldChildren=t.warnFieldChildren;exports.warnGlassVariant=t.warnGlassVariant;exports.warnHardcodedColors=t.warnHardcodedColors;exports.warnMissingAriaLabel=t.warnMissingAriaLabel;exports.warnThemeProp=t.warnThemeProp;exports.warnUsePrebuiltSection=t.warnUsePrebuiltSection;Object.keys(e).forEach(i=>{i!=="default"&&!Object.prototype.hasOwnProperty.call(exports,i)&&Object.defineProperty(exports,i,{enumerable:!0,get:()=>e[i]})});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const u=require("./tokens/primitives.cjs"),a=require("./tokens/utils.cjs"),m=require("./ComponentShowcase.cjs"),e=require("lucide-react"),r=require("./utils/fonts.cjs"),q=require("./components/Accordion/Accordion.cjs"),P=require("./components/ActivityFeed/ActivityFeed.cjs"),S=require("./components/AgentCard/AgentCard.cjs"),y=require("./components/Alert/Alert.cjs"),h=require("./components/AlertDialog/AlertDialog.cjs"),T=require("./components/Avatar/Avatar.cjs"),O=require("./components/Badge/Badge.cjs"),f=require("./components/Banner/Banner.cjs"),j=require("./components/Breadcrumb/Breadcrumb.cjs"),F=require("./components/Button/Button.cjs"),w=require("./components/Calendar/Calendar.cjs"),L=require("./components/Card/Card.cjs"),D=require("./components/Carousel/Carousel.cjs"),k=require("./components/Carousel/CarouselCard.cjs"),o=require("./components/Chart/Chart.cjs"),A=require("./components/Chat/Chat.cjs"),B=require("./components/Checkbox/Checkbox.cjs"),M=require("./components/Chip/Chip.cjs"),v=require("./components/CodeEditor/CodeEditor.cjs"),I=require("./components/Collapsible/Collapsible.cjs"),E=require("./components/CollapsibleFolder/CollapsibleFolder.cjs"),N=require("./components/Combobox/Combobox.cjs"),R=require("./components/Command/Command.cjs"),x=require("./components/CommandBar/CommandBar.cjs"),U=require("./sections/Container/Container.cjs"),G=require("./components/DataTable/DataTable.cjs"),_=require("./components/DatePicker/DatePicker.cjs"),H=require("./components/DetailPanel/DetailPanel.cjs"),K=require("./components/Divider/Divider.cjs"),V=require("./components/Drawer/Drawer.cjs"),Q=require("./components/Dropdown/Dropdown.cjs"),X=require("./components/EmptyState/EmptyState.cjs"),W=require("./components/ErrorBoundary/ErrorBoundary.cjs"),z=require("./components/Field/Field.cjs"),J=require("./components/FileUploader/FileUploader.cjs"),Y=require("./components/FilterBar/FilterBar.cjs"),Z=require("./components/FontLoader/FontLoader.cjs"),$=require("./components/FormSection/FormSection.cjs"),ee=require("./components/Icon/Icon.cjs"),re=require("./components/IconGallery/IconGallery.cjs"),te=require("./utils/icons.cjs"),oe=require("./components/InputOTP/InputOTP.cjs"),ne=require("./components/KanbanBoard/KanbanBoard.cjs"),ie=require("./examples/LandingPage.example.cjs"),ae=require("./components/Link/Link.cjs"),ue=require("./components/List/List.cjs"),s=require("./components/MetricCards/MetricCards.cjs"),se=require("./components/Modal/Modal.cjs"),ce=require("./components/NavTree/NavTree.cjs"),le=require("./components/Navbar/Navbar.cjs"),de=require("./components/NotificationCenter/NotificationCenter.cjs"),be=require("./components/PageHeader/PageHeader.cjs"),pe=require("./components/Pagination/Pagination.cjs"),Ce=require("./components/Popover/Popover.cjs"),ge=require("./components/ProgressBar/ProgressBar.cjs"),me=require("./components/QuickActions/QuickActions.cjs"),qe=require("./components/Radio/Radio.cjs"),Pe=require("./components/SearchInput/SearchInput.cjs"),Se=require("./sections/Section/Section.cjs"),ye=require("./components/Select/Select.cjs"),he=require("./components/Sidebar/Sidebar.cjs"),Te=require("./components/Skeleton/Skeleton.cjs"),Oe=require("./components/Slider/Slider.cjs"),fe=require("./components/Spinner/Spinner.cjs"),je=require("./components/Stack/Stack.cjs"),Fe=require("./components/Stepper/Stepper.cjs"),we=require("./components/Switch/Switch.cjs"),Le=require("./components/Table/Table.cjs"),De=require("./components/Tabs/Tabs.cjs"),ke=require("./components/Textarea/Textarea.cjs"),Ae=require("./components/ThemeController/ThemeController.cjs"),c=require("./contexts/ThemeContext.cjs"),l=require("./components/Toast/Toast.cjs"),Be=require("./components/Toggle/Toggle.cjs"),Me=require("./components/ToggleGroup/ToggleGroup.cjs"),ve=require("./components/Tooltip/Tooltip.cjs"),Ie=require("./components/UserMenu/UserMenu.cjs"),Ee=require("./components/WorkspaceSwitcher/WorkspaceSwitcher.cjs"),Ne=require("./components/Chat/hooks/useAutoScroll.cjs"),Re=require("./components/Chat/hooks/useChatInput.cjs"),d=require("./hooks/useClickOutside.cjs"),b=require("./hooks/useCopyToClipboard.cjs"),p=require("./hooks/useDebounce.cjs"),xe=require("./hooks/useDisclosure.cjs"),n=require("./hooks/useMediaQuery.cjs"),C=require("./hooks/useKeyboard.cjs"),g=require("./hooks/useLocalStorage.cjs"),Ue=require("./components/Chat/hooks/useStreamingText.cjs"),Ge=require("./hooks/useTheme.cjs"),_e=require("./components/Chat/hooks/useVoiceRecorder.cjs"),t=require("./utils/validation.cjs");exports.primitives=u.primitives;exports.spacing=u.spacing;exports.getBrand=a.getBrand;exports.getSemanticToken=a.getSemanticToken;exports.getToken=a.getToken;exports.ComponentShowcase=m.ComponentShowcase;Object.defineProperty(exports,"AlertCircle",{enumerable:!0,get:()=>e.AlertCircle});Object.defineProperty(exports,"ArrowDown",{enumerable:!0,get:()=>e.ArrowDown});Object.defineProperty(exports,"ArrowLeft",{enumerable:!0,get:()=>e.ArrowLeft});Object.defineProperty(exports,"ArrowRight",{enumerable:!0,get:()=>e.ArrowRight});Object.defineProperty(exports,"ArrowUp",{enumerable:!0,get:()=>e.ArrowUp});Object.defineProperty(exports,"Bell",{enumerable:!0,get:()=>e.Bell});Object.defineProperty(exports,"Check",{enumerable:!0,get:()=>e.Check});Object.defineProperty(exports,"CheckCircle",{enumerable:!0,get:()=>e.CheckCircle});Object.defineProperty(exports,"ChevronDown",{enumerable:!0,get:()=>e.ChevronDown});Object.defineProperty(exports,"ChevronLeft",{enumerable:!0,get:()=>e.ChevronLeft});Object.defineProperty(exports,"ChevronRight",{enumerable:!0,get:()=>e.ChevronRight});Object.defineProperty(exports,"ChevronUp",{enumerable:!0,get:()=>e.ChevronUp});Object.defineProperty(exports,"Copy",{enumerable:!0,get:()=>e.Copy});Object.defineProperty(exports,"CreditCard",{enumerable:!0,get:()=>e.CreditCard});Object.defineProperty(exports,"DollarSign",{enumerable:!0,get:()=>e.DollarSign});Object.defineProperty(exports,"Download",{enumerable:!0,get:()=>e.Download});Object.defineProperty(exports,"Edit",{enumerable:!0,get:()=>e.Edit});Object.defineProperty(exports,"Eye",{enumerable:!0,get:()=>e.Eye});Object.defineProperty(exports,"EyeOff",{enumerable:!0,get:()=>e.EyeOff});Object.defineProperty(exports,"File",{enumerable:!0,get:()=>e.File});Object.defineProperty(exports,"FileText",{enumerable:!0,get:()=>e.FileText});Object.defineProperty(exports,"Heart",{enumerable:!0,get:()=>e.Heart});Object.defineProperty(exports,"HelpCircle",{enumerable:!0,get:()=>e.HelpCircle});Object.defineProperty(exports,"Home",{enumerable:!0,get:()=>e.Home});Object.defineProperty(exports,"Image",{enumerable:!0,get:()=>e.Image});Object.defineProperty(exports,"Info",{enumerable:!0,get:()=>e.Info});Object.defineProperty(exports,"LogIn",{enumerable:!0,get:()=>e.LogIn});Object.defineProperty(exports,"LogOut",{enumerable:!0,get:()=>e.LogOut});Object.defineProperty(exports,"Mail",{enumerable:!0,get:()=>e.Mail});Object.defineProperty(exports,"Menu",{enumerable:!0,get:()=>e.Menu});Object.defineProperty(exports,"MessageSquare",{enumerable:!0,get:()=>e.MessageSquare});Object.defineProperty(exports,"Minus",{enumerable:!0,get:()=>e.Minus});Object.defineProperty(exports,"Music",{enumerable:!0,get:()=>e.Music});Object.defineProperty(exports,"Plus",{enumerable:!0,get:()=>e.Plus});Object.defineProperty(exports,"Search",{enumerable:!0,get:()=>e.Search});Object.defineProperty(exports,"Settings",{enumerable:!0,get:()=>e.Settings});Object.defineProperty(exports,"Share2",{enumerable:!0,get:()=>e.Share2});Object.defineProperty(exports,"ShoppingCart",{enumerable:!0,get:()=>e.ShoppingCart});Object.defineProperty(exports,"Star",{enumerable:!0,get:()=>e.Star});Object.defineProperty(exports,"Trash2",{enumerable:!0,get:()=>e.Trash2});Object.defineProperty(exports,"Upload",{enumerable:!0,get:()=>e.Upload});Object.defineProperty(exports,"User",{enumerable:!0,get:()=>e.User});Object.defineProperty(exports,"Video",{enumerable:!0,get:()=>e.Video});Object.defineProperty(exports,"X",{enumerable:!0,get:()=>e.X});Object.defineProperty(exports,"XCircle",{enumerable:!0,get:()=>e.XCircle});exports.ALL_FONTS=r.ALL_FONTS;exports.BRAND_FONTS=r.BRAND_FONTS;exports.FONT_PRECONNECT_URLS=r.FONT_PRECONNECT_URLS;exports.GOOGLE_FONTS_URL=r.GOOGLE_FONTS_URL;exports.areBrandFontsLoaded=r.areBrandFontsLoaded;exports.getFontLinkTags=r.getFontLinkTags;exports.getMissingFonts=r.getMissingFonts;exports.isFontLoaded=r.isFontLoaded;exports.waitForFonts=r.waitForFonts;exports.Accordion=q.Accordion;exports.ActivityFeed=P.ActivityFeed;exports.AgentCard=S.AgentCard;exports.Alert=y.Alert;exports.AlertDialog=h.AlertDialog;exports.Avatar=T.Avatar;exports.Badge=O.Badge;exports.Banner=f.Banner;exports.Breadcrumb=j.Breadcrumb;exports.Button=F.Button;exports.Calendar=w.Calendar;exports.Card=L.Card;exports.Carousel=D.Carousel;exports.CarouselCard=k.CarouselCard;exports.ChartContainer=o.ChartContainer;exports.ChartGradient=o.ChartGradient;exports.ChartLegend=o.ChartLegend;exports.ChartLegendContent=o.ChartLegendContent;exports.ChartTooltip=o.ChartTooltip;exports.ChartTooltipContent=o.ChartTooltipContent;exports.Chat=A.Chat;exports.Checkbox=B.Checkbox;exports.Chip=M.Chip;exports.CodeEditor=v.CodeEditor;exports.Collapsible=I.Collapsible;exports.CollapsibleFolder=E.CollapsibleFolder;exports.Combobox=N.Combobox;exports.Command=R.Command;exports.CommandBar=x.CommandBar;exports.Container=U.Container;exports.DataTable=G.DataTable;exports.DatePicker=_.DatePicker;exports.DetailPanel=H.DetailPanel;exports.Divider=K.Divider;exports.Drawer=V.Drawer;exports.Dropdown=Q.Dropdown;exports.EmptyState=X.EmptyState;exports.ErrorBoundary=W.ErrorBoundary;exports.Field=z.Field;exports.FileUploader=J.FileUploader;exports.FilterBar=Y.FilterBar;exports.FontLoader=Z.FontLoader;exports.FormSection=$.FormSection;exports.Icon=ee.Icon;exports.IconGallery=re.IconGallery;exports.Icons=te.Icons;exports.InputOTP=oe.InputOTP;exports.KanbanBoard=ne.KanbanBoard;exports.LandingPageExample=ie.LandingPageExample;exports.Link=ae.Link;exports.List=ue.List;exports.MetricCard=s.MetricCard;exports.MetricCards=s.MetricCards;exports.Modal=se.Modal;exports.NavTree=ce.NavTree;exports.Navbar=le.Navbar;exports.NotificationCenter=de.NotificationCenter;exports.PageHeader=be.PageHeader;exports.Pagination=pe.Pagination;exports.Popover=Ce.Popover;exports.ProgressBar=ge.ProgressBar;exports.QuickActions=me.QuickActions;exports.Radio=qe.Radio;exports.SearchInput=Pe.SearchInput;exports.Section=Se.Section;exports.Select=ye.Select;exports.Sidebar=he.Sidebar;exports.Skeleton=Te.Skeleton;exports.Slider=Oe.Slider;exports.Spinner=fe.Spinner;exports.Stack=je.Stack;exports.Stepper=Fe.Stepper;exports.Switch=we.Switch;exports.Table=Le.Table;exports.Tabs=De.Tabs;exports.Textarea=ke.Textarea;exports.ThemeController=Ae.ThemeController;exports.ThemeProvider=c.ThemeProvider;exports.useThemeContext=c.useThemeContext;exports.ToastProvider=l.ToastProvider;exports.useToast=l.useToast;exports.Toggle=Be.Toggle;exports.ToggleGroup=Me.ToggleGroup;exports.Tooltip=ve.Tooltip;exports.UserMenu=Ie.UserMenu;exports.WorkspaceSwitcher=Ee.WorkspaceSwitcher;exports.useAutoScroll=Ne.useAutoScroll;exports.useChatInput=Re.useChatInput;exports.useClickOutside=d.useClickOutside;exports.useClickOutsideMultiple=d.useClickOutsideMultiple;exports.useCopy=b.useCopy;exports.useCopyToClipboard=b.useCopyToClipboard;exports.useDebounce=p.useDebounce;exports.useDebouncedCallback=p.useDebouncedCallback;exports.useDisclosure=xe.useDisclosure;exports.useIsDesktop=n.useIsDesktop;exports.useIsMobile=n.useIsMobile;exports.useIsTablet=n.useIsTablet;exports.useMediaQuery=n.useMediaQuery;exports.usePrefersDarkMode=n.usePrefersDarkMode;exports.usePrefersReducedMotion=n.usePrefersReducedMotion;exports.useKeyboard=C.useKeyboard;exports.useKeyboardShortcuts=C.useKeyboardShortcuts;exports.useLocalStorage=g.useLocalStorage;exports.useSessionStorage=g.useSessionStorage;exports.useStreamingText=Ue.useStreamingText;exports.useTheme=Ge.useTheme;exports.useVoiceRecorder=_e.useVoiceRecorder;exports.warnBrandProp=t.warnBrandProp;exports.warnFieldChildren=t.warnFieldChildren;exports.warnGlassVariant=t.warnGlassVariant;exports.warnHardcodedColors=t.warnHardcodedColors;exports.warnMissingAriaLabel=t.warnMissingAriaLabel;exports.warnThemeProp=t.warnThemeProp;exports.warnUsePrebuiltSection=t.warnUsePrebuiltSection;Object.keys(e).forEach(i=>{i!=="default"&&!Object.prototype.hasOwnProperty.call(exports,i)&&Object.defineProperty(exports,i,{enumerable:!0,get:()=>e[i]})});
|
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 "./tokens/primitives.mjs";
|
|
3
|
+
import { getBrand as m, getSemanticToken as f, getToken as x } from "./tokens/utils.mjs";
|
|
4
|
+
import { ComponentShowcase as i } from "./ComponentShowcase.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 "./utils/fonts.mjs";
|
|
8
|
+
import { Accordion as ur } from "./components/Accordion/Accordion.mjs";
|
|
9
|
+
import { ActivityFeed as gr } from "./components/ActivityFeed/ActivityFeed.mjs";
|
|
10
|
+
import { AgentCard as Sr } from "./components/AgentCard/AgentCard.mjs";
|
|
11
|
+
import { Alert as br } from "./components/Alert/Alert.mjs";
|
|
12
|
+
import { AlertDialog as Fr } from "./components/AlertDialog/AlertDialog.mjs";
|
|
13
|
+
import { Avatar as kr } from "./components/Avatar/Avatar.mjs";
|
|
14
|
+
import { Badge as Pr } from "./components/Badge/Badge.mjs";
|
|
15
|
+
import { Banner as Mr } from "./components/Banner/Banner.mjs";
|
|
16
|
+
import { Breadcrumb as vr } from "./components/Breadcrumb/Breadcrumb.mjs";
|
|
17
|
+
import { Button as Ir } from "./components/Button/Button.mjs";
|
|
18
|
+
import { Calendar as Er } from "./components/Calendar/Calendar.mjs";
|
|
19
|
+
import { Card as Rr } from "./components/Card/Card.mjs";
|
|
20
|
+
import { Carousel as Gr } from "./components/Carousel/Carousel.mjs";
|
|
21
|
+
import { CarouselCard as Hr } from "./components/Carousel/CarouselCard.mjs";
|
|
22
|
+
import { ChartContainer as Vr, ChartGradient as Qr, ChartLegend as Xr, ChartLegendContent as qr, ChartTooltip as Wr, ChartTooltipContent as jr } from "./components/Chart/Chart.mjs";
|
|
23
|
+
import { Chat as Jr } from "./components/Chat/Chat.mjs";
|
|
24
|
+
import { Checkbox as Zr } from "./components/Checkbox/Checkbox.mjs";
|
|
25
|
+
import { Chip as ro } from "./components/Chip/Chip.mjs";
|
|
26
|
+
import { CodeEditor as eo } from "./components/CodeEditor/CodeEditor.mjs";
|
|
27
|
+
import { Collapsible as po } from "./components/Collapsible/Collapsible.mjs";
|
|
28
|
+
import { CollapsibleFolder as mo } from "./components/CollapsibleFolder/CollapsibleFolder.mjs";
|
|
29
|
+
import { Combobox as xo } from "./components/Combobox/Combobox.mjs";
|
|
30
|
+
import { Command as io } from "./components/Command/Command.mjs";
|
|
31
|
+
import { CommandBar as lo } from "./components/CommandBar/CommandBar.mjs";
|
|
32
|
+
import { Container as uo } from "./sections/Container/Container.mjs";
|
|
33
|
+
import { DataTable as go } from "./components/DataTable/DataTable.mjs";
|
|
34
|
+
import { DatePicker as So } from "./components/DatePicker/DatePicker.mjs";
|
|
35
|
+
import { DetailPanel as bo } from "./components/DetailPanel/DetailPanel.mjs";
|
|
36
|
+
import { Divider as Fo } from "./components/Divider/Divider.mjs";
|
|
37
|
+
import { Drawer as ko } from "./components/Drawer/Drawer.mjs";
|
|
38
|
+
import { Dropdown as Po } from "./components/Dropdown/Dropdown.mjs";
|
|
39
|
+
import { EmptyState as Mo } from "./components/EmptyState/EmptyState.mjs";
|
|
40
|
+
import { ErrorBoundary as vo } from "./components/ErrorBoundary/ErrorBoundary.mjs";
|
|
41
|
+
import { Field as Io } from "./components/Field/Field.mjs";
|
|
42
|
+
import { FileUploader as Eo } from "./components/FileUploader/FileUploader.mjs";
|
|
43
|
+
import { FilterBar as Ro } from "./components/FilterBar/FilterBar.mjs";
|
|
44
|
+
import { FontLoader as Go } from "./components/FontLoader/FontLoader.mjs";
|
|
45
|
+
import { FormSection as Ho } from "./components/FormSection/FormSection.mjs";
|
|
46
|
+
import { Icon as Vo } from "./components/Icon/Icon.mjs";
|
|
47
|
+
import { IconGallery as Xo } from "./components/IconGallery/IconGallery.mjs";
|
|
48
|
+
import { Icons as Wo } from "./utils/icons.mjs";
|
|
49
|
+
import { InputOTP as zo } from "./components/InputOTP/InputOTP.mjs";
|
|
50
|
+
import { KanbanBoard as Yo } from "./components/KanbanBoard/KanbanBoard.mjs";
|
|
51
|
+
import { LandingPageExample as $o } from "./examples/LandingPage.example.mjs";
|
|
52
|
+
import { Link as oe } from "./components/Link/Link.mjs";
|
|
53
|
+
import { List as te } from "./components/List/List.mjs";
|
|
54
|
+
import { MetricCard as ae, MetricCards as me } from "./components/MetricCards/MetricCards.mjs";
|
|
55
|
+
import { Modal as xe } from "./components/Modal/Modal.mjs";
|
|
56
|
+
import { NavTree as ie } from "./components/NavTree/NavTree.mjs";
|
|
57
|
+
import { Navbar as le } from "./components/Navbar/Navbar.mjs";
|
|
58
|
+
import { NotificationCenter as Ce } from "./components/NotificationCenter/NotificationCenter.mjs";
|
|
59
|
+
import { PageHeader as ce } from "./components/PageHeader/PageHeader.mjs";
|
|
60
|
+
import { Pagination as he } from "./components/Pagination/Pagination.mjs";
|
|
61
|
+
import { Popover as Te } from "./components/Popover/Popover.mjs";
|
|
62
|
+
import { ProgressBar as we } from "./components/ProgressBar/ProgressBar.mjs";
|
|
63
|
+
import { QuickActions as Le } from "./components/QuickActions/QuickActions.mjs";
|
|
64
|
+
import { Radio as De } from "./components/Radio/Radio.mjs";
|
|
65
|
+
import { SearchInput as Ae } from "./components/SearchInput/SearchInput.mjs";
|
|
66
|
+
import { Section as Be } from "./sections/Section/Section.mjs";
|
|
67
|
+
import { Select as ye } from "./components/Select/Select.mjs";
|
|
68
|
+
import { Sidebar as Oe } from "./components/Sidebar/Sidebar.mjs";
|
|
69
|
+
import { Skeleton as Ne } from "./components/Skeleton/Skeleton.mjs";
|
|
70
|
+
import { Slider as Ue } from "./components/Slider/Slider.mjs";
|
|
71
|
+
import { Spinner as _e } from "./components/Spinner/Spinner.mjs";
|
|
72
|
+
import { Stack as Ke } from "./components/Stack/Stack.mjs";
|
|
73
|
+
import { Stepper as Qe } from "./components/Stepper/Stepper.mjs";
|
|
74
|
+
import { Switch as qe } from "./components/Switch/Switch.mjs";
|
|
75
|
+
import { Table as je } from "./components/Table/Table.mjs";
|
|
76
|
+
import { Tabs as Je } from "./components/Tabs/Tabs.mjs";
|
|
77
|
+
import { Textarea as Ze } from "./components/Textarea/Textarea.mjs";
|
|
78
|
+
import { ThemeController as rt } from "./components/ThemeController/ThemeController.mjs";
|
|
79
|
+
import { ThemeProvider as et, useThemeContext as tt } from "./contexts/ThemeContext.mjs";
|
|
80
|
+
import { ToastProvider as at, useToast as mt } from "./components/Toast/Toast.mjs";
|
|
81
|
+
import { Toggle as xt } from "./components/Toggle/Toggle.mjs";
|
|
82
|
+
import { ToggleGroup as it } from "./components/ToggleGroup/ToggleGroup.mjs";
|
|
83
|
+
import { Tooltip as lt } from "./components/Tooltip/Tooltip.mjs";
|
|
84
|
+
import { UserMenu as Ct } from "./components/UserMenu/UserMenu.mjs";
|
|
85
|
+
import { WorkspaceSwitcher as ct } from "./components/WorkspaceSwitcher/WorkspaceSwitcher.mjs";
|
|
86
|
+
import { useAutoScroll as ht } from "./components/Chat/hooks/useAutoScroll.mjs";
|
|
87
|
+
import { useChatInput as Tt } from "./components/Chat/hooks/useChatInput.mjs";
|
|
88
|
+
import { useClickOutside as wt, useClickOutsideMultiple as Ft } from "./hooks/useClickOutside.mjs";
|
|
89
|
+
import { useCopy as kt, useCopyToClipboard as Dt } from "./hooks/useCopyToClipboard.mjs";
|
|
90
|
+
import { useDebounce as At, useDebouncedCallback as Mt } from "./hooks/useDebounce.mjs";
|
|
91
|
+
import { useDisclosure as vt } from "./hooks/useDisclosure.mjs";
|
|
92
|
+
import { useIsDesktop as It, useIsMobile as Ot, useIsTablet as Et, useMediaQuery as Nt, usePrefersDarkMode as Rt, usePrefersReducedMotion as Ut } from "./hooks/useMediaQuery.mjs";
|
|
93
|
+
import { useKeyboard as _t, useKeyboardShortcuts as Ht } from "./hooks/useKeyboard.mjs";
|
|
94
|
+
import { useLocalStorage as Vt, useSessionStorage as Qt } from "./hooks/useLocalStorage.mjs";
|
|
95
|
+
import { useStreamingText as qt } from "./components/Chat/hooks/useStreamingText.mjs";
|
|
96
|
+
import { useTheme as jt } from "./hooks/useTheme.mjs";
|
|
97
|
+
import { useVoiceRecorder as Jt } from "./components/Chat/hooks/useVoiceRecorder.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 "./utils/validation.mjs";
|
|
99
99
|
export {
|
|
100
100
|
ar as ALL_FONTS,
|
|
101
101
|
ur as Accordion,
|
package/dist/rich.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./components/Chat/Chat.cjs");exports.Chat=t.Chat;
|
package/dist/rich.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react/jsx-runtime"),c=require("react"),e=require("./Container.module.css.cjs"),t=c.forwardRef(({size:r="lg",centered:n=!0,padded:a=!0,className:o,children:i,...s},u)=>{const d=[e.default.container,e.default[r],n&&e.default.centered,a&&e.default.padded,o].filter(Boolean).join(" ");return l.jsx("div",{ref:u,className:d,...s,children:i})});t.displayName="Container";exports.Container=t;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as l } from "react";
|
|
3
|
+
import e from "./Container.module.css.mjs";
|
|
4
|
+
const c = l(
|
|
5
|
+
({
|
|
6
|
+
size: r = "lg",
|
|
7
|
+
centered: o = !0,
|
|
8
|
+
padded: t = !0,
|
|
9
|
+
className: a,
|
|
10
|
+
children: n,
|
|
11
|
+
...s
|
|
12
|
+
}, i) => {
|
|
13
|
+
const m = [
|
|
14
|
+
e.container,
|
|
15
|
+
e[r],
|
|
16
|
+
o && e.centered,
|
|
17
|
+
t && e.padded,
|
|
18
|
+
a
|
|
19
|
+
].filter(Boolean).join(" ");
|
|
20
|
+
return /* @__PURE__ */ d("div", { ref: i, className: m, ...s, children: n });
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
c.displayName = "Container";
|
|
24
|
+
export {
|
|
25
|
+
c as Container
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),e=require("./Section.module.css.cjs"),o=t.forwardRef(({as:a="section",spacing:n="lg",background:l="none",borderTop:r=!1,borderBottom:c=!1,className:s,children:i,...d},u)=>{const f=[e.default.section,e.default[`spacing-${n}`],e.default[`bg-${l}`],r&&e.default.borderTop,c&&e.default.borderBottom,s].filter(Boolean).join(" ");return t.createElement(a,{ref:u,className:f,...d},i)});o.displayName="Section";exports.Section=o;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef as f, createElement as p } from "react";
|
|
2
|
+
import e from "./Section.module.css.mjs";
|
|
3
|
+
const d = f(
|
|
4
|
+
({
|
|
5
|
+
as: o = "section",
|
|
6
|
+
spacing: t = "lg",
|
|
7
|
+
background: r = "none",
|
|
8
|
+
borderTop: s = !1,
|
|
9
|
+
borderBottom: n = !1,
|
|
10
|
+
className: a,
|
|
11
|
+
children: c,
|
|
12
|
+
...i
|
|
13
|
+
}, l) => {
|
|
14
|
+
const m = [
|
|
15
|
+
e.section,
|
|
16
|
+
e[`spacing-${t}`],
|
|
17
|
+
e[`bg-${r}`],
|
|
18
|
+
s && e.borderTop,
|
|
19
|
+
n && e.borderBottom,
|
|
20
|
+
a
|
|
21
|
+
].filter(Boolean).join(" ");
|
|
22
|
+
return p(
|
|
23
|
+
o,
|
|
24
|
+
{
|
|
25
|
+
ref: l,
|
|
26
|
+
className: m,
|
|
27
|
+
...i
|
|
28
|
+
},
|
|
29
|
+
c
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
d.displayName = "Section";
|
|
34
|
+
export {
|
|
35
|
+
d as Section
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../components/ActivityFeed/ActivityFeed.cjs"),i=require("../components/Banner/Banner.cjs"),a=require("../components/CollapsibleFolder/CollapsibleFolder.cjs"),t=require("../components/CommandBar/CommandBar.cjs"),n=require("./Container/Container.cjs"),o=require("../components/DataTable/DataTable.cjs"),c=require("../components/DetailPanel/DetailPanel.cjs"),s=require("../components/FileUploader/FileUploader.cjs"),l=require("../components/FilterBar/FilterBar.cjs"),u=require("../components/FormSection/FormSection.cjs"),d=require("../components/KanbanBoard/KanbanBoard.cjs"),e=require("../components/MetricCards/MetricCards.cjs"),q=require("../components/NavTree/NavTree.cjs"),C=require("../components/NotificationCenter/NotificationCenter.cjs"),F=require("../components/PageHeader/PageHeader.cjs"),b=require("../components/QuickActions/QuickActions.cjs"),S=require("./Section/Section.cjs"),B=require("../components/Sidebar/Sidebar.cjs"),m=require("../components/UserMenu/UserMenu.cjs"),p=require("../components/WorkspaceSwitcher/WorkspaceSwitcher.cjs");exports.ActivityFeed=r.ActivityFeed;exports.Banner=i.Banner;exports.CollapsibleFolder=a.CollapsibleFolder;exports.CommandBar=t.CommandBar;exports.Container=n.Container;exports.DataTable=o.DataTable;exports.DetailPanel=c.DetailPanel;exports.FileUploader=s.FileUploader;exports.FilterBar=l.FilterBar;exports.FormSection=u.FormSection;exports.KanbanBoard=d.KanbanBoard;exports.MetricCard=e.MetricCard;exports.MetricCards=e.MetricCards;exports.NavTree=q.NavTree;exports.NotificationCenter=C.NotificationCenter;exports.PageHeader=F.PageHeader;exports.QuickActions=b.QuickActions;exports.Section=S.Section;exports.Sidebar=B.Sidebar;exports.UserMenu=m.UserMenu;exports.WorkspaceSwitcher=p.WorkspaceSwitcher;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ActivityFeed as e } from "../components/ActivityFeed/ActivityFeed.mjs";
|
|
2
|
+
import { Banner as a } from "../components/Banner/Banner.mjs";
|
|
3
|
+
import { CollapsibleFolder as p } from "../components/CollapsibleFolder/CollapsibleFolder.mjs";
|
|
4
|
+
import { CommandBar as x } from "../components/CommandBar/CommandBar.mjs";
|
|
5
|
+
import { Container as n } from "./Container/Container.mjs";
|
|
6
|
+
import { DataTable as l } from "../components/DataTable/DataTable.mjs";
|
|
7
|
+
import { DetailPanel as C } from "../components/DetailPanel/DetailPanel.mjs";
|
|
8
|
+
import { FileUploader as F } from "../components/FileUploader/FileUploader.mjs";
|
|
9
|
+
import { FilterBar as B } from "../components/FilterBar/FilterBar.mjs";
|
|
10
|
+
import { FormSection as M } from "../components/FormSection/FormSection.mjs";
|
|
11
|
+
import { KanbanBoard as u } from "../components/KanbanBoard/KanbanBoard.mjs";
|
|
12
|
+
import { MetricCard as A, MetricCards as D } from "../components/MetricCards/MetricCards.mjs";
|
|
13
|
+
import { NavTree as P } from "../components/NavTree/NavTree.mjs";
|
|
14
|
+
import { NotificationCenter as U } from "../components/NotificationCenter/NotificationCenter.mjs";
|
|
15
|
+
import { PageHeader as h } from "../components/PageHeader/PageHeader.mjs";
|
|
16
|
+
import { QuickActions as y } from "../components/QuickActions/QuickActions.mjs";
|
|
17
|
+
import { Section as K } from "./Section/Section.mjs";
|
|
18
|
+
import { Sidebar as W } from "../components/Sidebar/Sidebar.mjs";
|
|
19
|
+
import { UserMenu as q } from "../components/UserMenu/UserMenu.mjs";
|
|
20
|
+
import { WorkspaceSwitcher as E } from "../components/WorkspaceSwitcher/WorkspaceSwitcher.mjs";
|
|
21
|
+
export {
|
|
22
|
+
e as ActivityFeed,
|
|
23
|
+
a as Banner,
|
|
24
|
+
p as CollapsibleFolder,
|
|
25
|
+
x as CommandBar,
|
|
26
|
+
n as Container,
|
|
27
|
+
l as DataTable,
|
|
28
|
+
C as DetailPanel,
|
|
29
|
+
F as FileUploader,
|
|
30
|
+
B as FilterBar,
|
|
31
|
+
M as FormSection,
|
|
32
|
+
u as KanbanBoard,
|
|
33
|
+
A as MetricCard,
|
|
34
|
+
D as MetricCards,
|
|
35
|
+
P as NavTree,
|
|
36
|
+
U as NotificationCenter,
|
|
37
|
+
h as PageHeader,
|
|
38
|
+
y as QuickActions,
|
|
39
|
+
K as Section,
|
|
40
|
+
W as Sidebar,
|
|
41
|
+
q as UserMenu,
|
|
42
|
+
E as WorkspaceSwitcher
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../blocks/templates/app/AgentEditor/AgentEditor.cjs"),t=require("../blocks/templates/app/AgentWorkspace/AgentWorkspace.cjs"),a=require("../blocks/templates/app/ChatPageTemplate/ChatPageTemplate.cjs"),r=require("../blocks/templates/app/DashboardTemplate/DashboardTemplate.cjs"),n=require("../blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.cjs"),o=require("../blocks/templates/app/LoginTemplate/LoginTemplate.cjs"),l=require("../blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.cjs"),g=require("../blocks/templates/app/SettingsTemplate/SettingsTemplate.cjs");exports.AgentEditor=e.AgentEditor;exports.AgentWorkspace=t.AgentWorkspace;exports.ChatPageTemplate=a.ChatPageTemplate;exports.DashboardTemplate=r.DashboardTemplate;exports.KanbanPageTemplate=n.KanbanPageTemplate;exports.LoginTemplate=o.LoginTemplate;exports.ProfilePageTemplate=l.ProfilePageTemplate;exports.SettingsTemplate=g.SettingsTemplate;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AgentEditor as r } from "../blocks/templates/app/AgentEditor/AgentEditor.mjs";
|
|
2
|
+
import { AgentWorkspace as a } from "../blocks/templates/app/AgentWorkspace/AgentWorkspace.mjs";
|
|
3
|
+
import { ChatPageTemplate as m } from "../blocks/templates/app/ChatPageTemplate/ChatPageTemplate.mjs";
|
|
4
|
+
import { DashboardTemplate as x } from "../blocks/templates/app/DashboardTemplate/DashboardTemplate.mjs";
|
|
5
|
+
import { KanbanPageTemplate as l } from "../blocks/templates/app/KanbanPageTemplate/KanbanPageTemplate.mjs";
|
|
6
|
+
import { LoginTemplate as T } from "../blocks/templates/app/LoginTemplate/LoginTemplate.mjs";
|
|
7
|
+
import { ProfilePageTemplate as P } from "../blocks/templates/app/ProfilePageTemplate/ProfilePageTemplate.mjs";
|
|
8
|
+
import { SettingsTemplate as b } from "../blocks/templates/app/SettingsTemplate/SettingsTemplate.mjs";
|
|
9
|
+
export {
|
|
10
|
+
r as AgentEditor,
|
|
11
|
+
a as AgentWorkspace,
|
|
12
|
+
m as ChatPageTemplate,
|
|
13
|
+
x as DashboardTemplate,
|
|
14
|
+
l as KanbanPageTemplate,
|
|
15
|
+
T as LoginTemplate,
|
|
16
|
+
P as ProfilePageTemplate,
|
|
17
|
+
b as SettingsTemplate
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./primitives.cjs"),r=require("./themes.cjs"),t=require("./brands.cjs"),i=require("./utils.cjs");exports.blur=e.blur;exports.color=e.color;exports.icon=e.icon;exports.primitives=e.primitives;exports.radius=e.radius;exports.spacing=e.spacing;exports.typography=e.typography;exports.darkTheme=r.darkTheme;exports.lightTheme=r.lightTheme;exports.themes=r.themes;exports.brands=t.brands;exports.defaultBrand=t.defaultBrand;exports.getBrand=i.getBrand;exports.getSemanticToken=i.getSemanticToken;exports.getToken=i.getToken;exports.isValidBrand=i.isValidBrand;exports.isValidTheme=i.isValidTheme;exports.toCSSVariable=i.toCSSVariable;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { blur as o, color as a, icon as t, primitives as i, radius as m, spacing as d, typography as n } from "./primitives.mjs";
|
|
2
|
+
import { darkTheme as l, lightTheme as s, themes as g } from "./themes.mjs";
|
|
3
|
+
import { brands as f, defaultBrand as T } from "./brands.mjs";
|
|
4
|
+
import { getBrand as x, getSemanticToken as b, getToken as k, isValidBrand as u, isValidTheme as B, toCSSVariable as S } from "./utils.mjs";
|
|
5
|
+
export {
|
|
6
|
+
o as blur,
|
|
7
|
+
f as brands,
|
|
8
|
+
a as color,
|
|
9
|
+
l as darkTheme,
|
|
10
|
+
T as defaultBrand,
|
|
11
|
+
x as getBrand,
|
|
12
|
+
b as getSemanticToken,
|
|
13
|
+
k as getToken,
|
|
14
|
+
t as icon,
|
|
15
|
+
u as isValidBrand,
|
|
16
|
+
B as isValidTheme,
|
|
17
|
+
s as lightTheme,
|
|
18
|
+
i as primitives,
|
|
19
|
+
m as radius,
|
|
20
|
+
d as spacing,
|
|
21
|
+
g as themes,
|
|
22
|
+
S as toCSSVariable,
|
|
23
|
+
n as typography
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./primitives.cjs"),c=require("./themes.cjs"),o=require("./brands.cjs");function s(e){const r=e.split(".");let n=a.primitives;for(const t of r)if(n=n[t],n===void 0)throw new Error(`Token path "${e}" not found`);return n}function u(e,r){const n=r.split(".");let t=c.themes[e].semantic;for(const i of n)if(t=t[i],t===void 0)throw new Error(`Semantic token path "${r}" not found in ${e} theme`);if(typeof t=="string"&&t.startsWith("{")&&t.endsWith("}")){const i=t.slice(1,-1);return s(i)}return t}function d(e){return o.brands[e]}function f(e){return`--${e.replace(/\./g,"-")}`}function l(e){return e==="light"||e==="dark"}function g(e){return e in o.brands}exports.getBrand=d;exports.getSemanticToken=u;exports.getToken=s;exports.isValidBrand=g;exports.isValidTheme=l;exports.toCSSVariable=f;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { primitives as f } from "./primitives.mjs";
|
|
2
|
+
import { themes as s } from "./themes.mjs";
|
|
3
|
+
import { brands as i } from "./brands.mjs";
|
|
4
|
+
function c(t) {
|
|
5
|
+
const e = t.split(".");
|
|
6
|
+
let r = f;
|
|
7
|
+
for (const n of e)
|
|
8
|
+
if (r = r[n], r === void 0)
|
|
9
|
+
throw new Error(`Token path "${t}" not found`);
|
|
10
|
+
return r;
|
|
11
|
+
}
|
|
12
|
+
function d(t, e) {
|
|
13
|
+
const r = e.split(".");
|
|
14
|
+
let n = s[t].semantic;
|
|
15
|
+
for (const o of r)
|
|
16
|
+
if (n = n[o], n === void 0)
|
|
17
|
+
throw new Error(
|
|
18
|
+
`Semantic token path "${e}" not found in ${t} theme`
|
|
19
|
+
);
|
|
20
|
+
if (typeof n == "string" && n.startsWith("{") && n.endsWith("}")) {
|
|
21
|
+
const o = n.slice(1, -1);
|
|
22
|
+
return c(o);
|
|
23
|
+
}
|
|
24
|
+
return n;
|
|
25
|
+
}
|
|
26
|
+
function l(t) {
|
|
27
|
+
return i[t];
|
|
28
|
+
}
|
|
29
|
+
function k(t) {
|
|
30
|
+
return `--${t.replace(/\./g, "-")}`;
|
|
31
|
+
}
|
|
32
|
+
function p(t) {
|
|
33
|
+
return t === "light" || t === "dark";
|
|
34
|
+
}
|
|
35
|
+
function h(t) {
|
|
36
|
+
return t in i;
|
|
37
|
+
}
|
|
38
|
+
export {
|
|
39
|
+
l as getBrand,
|
|
40
|
+
d as getSemanticToken,
|
|
41
|
+
c as getToken,
|
|
42
|
+
h as isValidBrand,
|
|
43
|
+
p as isValidTheme,
|
|
44
|
+
k as toCSSVariable
|
|
45
|
+
};
|
package/package.json
CHANGED
package/dist/index10.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index37.cjs");exports.CollapsibleFolder=e.CollapsibleFolder;
|
package/dist/index10.mjs
DELETED
package/dist/index11.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./index32.cjs");exports.Chat=t.Chat;
|
package/dist/index11.mjs
DELETED
package/dist/index110.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),i=require("react"),a=require("./index248.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;
|
package/dist/index110.mjs
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import A, { useState as C } from "react";
|
|
3
|
-
import a from "./index248.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
|
-
};
|