@orion-ds/react 4.2.1 → 4.2.4
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.d.ts +4 -0
- package/dist/ComponentShowcase.d.ts.map +1 -0
- package/dist/client.d.ts +21 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.d.ts +4 -0
- package/dist/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.module.css +1 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +17 -0
- package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/components/Accordion/Accordion.types.d.ts +88 -0
- package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/components/Accordion/index.d.ts +21 -0
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.d.ts +4 -0
- package/dist/components/ActivityFeed/ActivityFeed.d.ts.map +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.module.css +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.stories.d.ts +16 -0
- package/dist/components/ActivityFeed/ActivityFeed.stories.d.ts.map +1 -0
- package/dist/components/ActivityFeed/ActivityFeed.types.d.ts +155 -0
- package/dist/components/ActivityFeed/ActivityFeed.types.d.ts.map +1 -0
- package/dist/components/ActivityFeed/index.d.ts +3 -0
- package/dist/components/ActivityFeed/index.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCard.d.ts +5 -0
- package/dist/components/AgentCard/AgentCard.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCard.module.css +1 -0
- package/dist/components/AgentCard/AgentCard.stories.d.ts +16 -0
- package/dist/components/AgentCard/AgentCard.stories.d.ts.map +1 -0
- package/dist/components/AgentCard/AgentCard.types.d.ts +83 -0
- package/dist/components/AgentCard/AgentCard.types.d.ts.map +1 -0
- package/dist/components/AgentCard/index.d.ts +8 -0
- package/dist/components/AgentCard/index.d.ts.map +1 -0
- package/dist/components/Alert/Alert.d.ts +5 -0
- package/dist/components/Alert/Alert.d.ts.map +1 -0
- package/dist/components/Alert/Alert.module.css +1 -0
- package/dist/components/Alert/Alert.stories.d.ts +26 -0
- package/dist/components/Alert/Alert.stories.d.ts.map +1 -0
- package/dist/components/Alert/Alert.types.d.ts +49 -0
- package/dist/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/components/Alert/index.d.ts +16 -0
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts +10 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.module.css +1 -0
- package/dist/components/AlertDialog/AlertDialog.stories.d.ts +13 -0
- package/dist/components/AlertDialog/AlertDialog.stories.d.ts.map +1 -0
- package/dist/components/AlertDialog/AlertDialog.types.d.ts +90 -0
- package/dist/components/AlertDialog/AlertDialog.types.d.ts.map +1 -0
- package/dist/components/AlertDialog/index.d.ts +21 -0
- package/dist/components/AlertDialog/index.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts +5 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.module.css +1 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +51 -0
- package/dist/components/Avatar/Avatar.stories.d.ts.map +1 -0
- package/dist/components/Avatar/Avatar.types.d.ts +50 -0
- package/dist/components/Avatar/Avatar.types.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +15 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.d.ts +5 -0
- package/dist/components/Badge/Badge.d.ts.map +1 -0
- package/dist/components/Badge/Badge.module.css +1 -0
- package/dist/components/Badge/Badge.stories.d.ts +38 -0
- package/dist/components/Badge/Badge.stories.d.ts.map +1 -0
- package/dist/components/Badge/Badge.types.d.ts +42 -0
- package/dist/components/Badge/Badge.types.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +16 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Banner/Banner.d.ts +8 -0
- package/dist/components/Banner/Banner.d.ts.map +1 -0
- package/dist/components/Banner/Banner.module.css +1 -0
- package/dist/components/Banner/Banner.stories.d.ts +33 -0
- package/dist/components/Banner/Banner.stories.d.ts.map +1 -0
- package/dist/components/Banner/Banner.types.d.ts +101 -0
- package/dist/components/Banner/Banner.types.d.ts.map +1 -0
- package/dist/components/Banner/index.d.ts +3 -0
- package/dist/components/Banner/index.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +5 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.module.css +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +52 -0
- package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +88 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts.map +1 -0
- package/dist/components/Breadcrumb/index.d.ts +20 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +4 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.module.css +1 -0
- package/dist/components/Button/Button.stories.d.ts +56 -0
- package/dist/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/components/Button/Button.types.d.ts +196 -0
- package/dist/components/Button/Button.types.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +16 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.d.ts +5 -0
- package/dist/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.module.css +1 -0
- package/dist/components/Calendar/Calendar.stories.d.ts +37 -0
- package/dist/components/Calendar/Calendar.stories.d.ts.map +1 -0
- package/dist/components/Calendar/Calendar.types.d.ts +74 -0
- package/dist/components/Calendar/Calendar.types.d.ts.map +1 -0
- package/dist/components/Calendar/index.d.ts +14 -0
- package/dist/components/Calendar/index.d.ts.map +1 -0
- package/dist/components/Card/Card.d.ts +13 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/Card.module.css +1 -0
- package/dist/components/Card/Card.stories.d.ts +33 -0
- package/dist/components/Card/Card.stories.d.ts.map +1 -0
- package/dist/components/Card/Card.types.d.ts +104 -0
- package/dist/components/Card/Card.types.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +19 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.d.ts +4 -0
- package/dist/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.module.css +1 -0
- package/dist/components/Carousel/Carousel.stories.d.ts +92 -0
- package/dist/components/Carousel/Carousel.stories.d.ts.map +1 -0
- package/dist/components/Carousel/Carousel.types.d.ts +184 -0
- package/dist/components/Carousel/Carousel.types.d.ts.map +1 -0
- package/dist/components/Carousel/CarouselCard.d.ts +7 -0
- package/dist/components/Carousel/CarouselCard.d.ts.map +1 -0
- package/dist/components/Carousel/index.d.ts +25 -0
- package/dist/components/Carousel/index.d.ts.map +1 -0
- package/dist/components/Chart/Chart.d.ts +35 -0
- package/dist/components/Chart/Chart.d.ts.map +1 -0
- package/dist/components/Chart/Chart.module.css +1 -0
- package/dist/components/Chart/Chart.stories.d.ts +36 -0
- package/dist/components/Chart/Chart.stories.d.ts.map +1 -0
- package/dist/components/Chart/Chart.types.d.ts +135 -0
- package/dist/components/Chart/Chart.types.d.ts.map +1 -0
- package/dist/components/Chart/index.d.ts +22 -0
- package/dist/components/Chart/index.d.ts.map +1 -0
- package/dist/components/Chart/useResolvedChartColors.d.ts +7 -0
- package/dist/components/Chart/useResolvedChartColors.d.ts.map +1 -0
- package/dist/components/Chat/Chat.d.ts +22 -0
- package/dist/components/Chat/Chat.d.ts.map +1 -0
- package/dist/components/Chat/Chat.module.css +1 -0
- package/dist/components/Chat/Chat.stories.d.ts +24 -0
- package/dist/components/Chat/Chat.stories.d.ts.map +1 -0
- package/dist/components/Chat/Chat.types.d.ts +387 -0
- package/dist/components/Chat/Chat.types.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatAttachment.d.ts +5 -0
- package/dist/components/Chat/components/ChatAttachment.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatAudioPlayer.d.ts +5 -0
- package/dist/components/Chat/components/ChatAudioPlayer.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatCodeBlock.d.ts +5 -0
- package/dist/components/Chat/components/ChatCodeBlock.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatFileUpload.d.ts +5 -0
- package/dist/components/Chat/components/ChatFileUpload.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatHeader.d.ts +5 -0
- package/dist/components/Chat/components/ChatHeader.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatImagePreview.d.ts +5 -0
- package/dist/components/Chat/components/ChatImagePreview.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatInput.d.ts +5 -0
- package/dist/components/Chat/components/ChatInput.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatLightbox.d.ts +5 -0
- package/dist/components/Chat/components/ChatLightbox.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatMarkdown.d.ts +5 -0
- package/dist/components/Chat/components/ChatMarkdown.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatMessage.d.ts +5 -0
- package/dist/components/Chat/components/ChatMessage.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatMessages.d.ts +5 -0
- package/dist/components/Chat/components/ChatMessages.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatSidebar.d.ts +5 -0
- package/dist/components/Chat/components/ChatSidebar.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatTypingIndicator.d.ts +5 -0
- package/dist/components/Chat/components/ChatTypingIndicator.d.ts.map +1 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.d.ts +5 -0
- package/dist/components/Chat/components/ChatVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/components/index.d.ts +18 -0
- package/dist/components/Chat/components/index.d.ts.map +1 -0
- package/dist/components/Chat/hooks/index.d.ts +12 -0
- package/dist/components/Chat/hooks/index.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useAutoScroll.d.ts +24 -0
- package/dist/components/Chat/hooks/useAutoScroll.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useChatInput.d.ts +43 -0
- package/dist/components/Chat/hooks/useChatInput.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useStreamingText.d.ts +22 -0
- package/dist/components/Chat/hooks/useStreamingText.d.ts.map +1 -0
- package/dist/components/Chat/hooks/useVoiceRecorder.d.ts +26 -0
- package/dist/components/Chat/hooks/useVoiceRecorder.d.ts.map +1 -0
- package/dist/components/Chat/index.d.ts +28 -0
- package/dist/components/Chat/index.d.ts.map +1 -0
- package/dist/components/Chat/utils.d.ts +16 -0
- package/dist/components/Chat/utils.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.d.ts +5 -0
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.module.css +1 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +42 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts +64 -0
- package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +15 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/Chip/Chip.d.ts +4 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -0
- package/dist/components/Chip/Chip.module.css +1 -0
- package/dist/components/Chip/Chip.stories.d.ts +17 -0
- package/dist/components/Chip/Chip.stories.d.ts.map +1 -0
- package/dist/components/Chip/Chip.types.d.ts +64 -0
- package/dist/components/Chip/Chip.types.d.ts.map +1 -0
- package/dist/components/Chip/index.d.ts +16 -0
- package/dist/components/Chip/index.d.ts.map +1 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts +24 -0
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -0
- package/dist/components/CodeEditor/CodeEditor.module.css +1 -0
- package/dist/components/CodeEditor/CodeEditor.stories.d.ts +35 -0
- package/dist/components/CodeEditor/CodeEditor.stories.d.ts.map +1 -0
- package/dist/components/CodeEditor/CodeEditor.types.d.ts +49 -0
- package/dist/components/CodeEditor/CodeEditor.types.d.ts.map +1 -0
- package/dist/components/CodeEditor/index.d.ts +3 -0
- package/dist/components/CodeEditor/index.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.d.ts +7 -0
- package/dist/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.module.css +1 -0
- package/dist/components/Collapsible/Collapsible.stories.d.ts +33 -0
- package/dist/components/Collapsible/Collapsible.stories.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.types.d.ts +31 -0
- package/dist/components/Collapsible/Collapsible.types.d.ts.map +1 -0
- package/dist/components/Collapsible/index.d.ts +3 -0
- package/dist/components/Collapsible/index.d.ts.map +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.d.ts +10 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.d.ts.map +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.module.css +1 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.types.d.ts +157 -0
- package/dist/components/CollapsibleFolder/CollapsibleFolder.types.d.ts.map +1 -0
- package/dist/components/CollapsibleFolder/index.d.ts +8 -0
- package/dist/components/CollapsibleFolder/index.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.d.ts +4 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.module.css +1 -0
- package/dist/components/Combobox/Combobox.stories.d.ts +26 -0
- package/dist/components/Combobox/Combobox.stories.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.types.d.ts +149 -0
- package/dist/components/Combobox/Combobox.types.d.ts.map +1 -0
- package/dist/components/Combobox/index.d.ts +22 -0
- package/dist/components/Combobox/index.d.ts.map +1 -0
- package/dist/components/Command/Command.d.ts +14 -0
- package/dist/components/Command/Command.d.ts.map +1 -0
- package/dist/components/Command/Command.module.css +1 -0
- package/dist/components/Command/Command.stories.d.ts +13 -0
- package/dist/components/Command/Command.stories.d.ts.map +1 -0
- package/dist/components/Command/Command.types.d.ts +150 -0
- package/dist/components/Command/Command.types.d.ts.map +1 -0
- package/dist/components/Command/index.d.ts +21 -0
- package/dist/components/Command/index.d.ts.map +1 -0
- package/dist/components/CommandBar/CommandBar.d.ts +4 -0
- package/dist/components/CommandBar/CommandBar.d.ts.map +1 -0
- package/dist/components/CommandBar/CommandBar.module.css +1 -0
- package/dist/components/CommandBar/CommandBar.stories.d.ts +12 -0
- package/dist/components/CommandBar/CommandBar.stories.d.ts.map +1 -0
- package/dist/components/CommandBar/CommandBar.types.d.ts +108 -0
- package/dist/components/CommandBar/CommandBar.types.d.ts.map +1 -0
- package/dist/components/CommandBar/index.d.ts +3 -0
- package/dist/components/CommandBar/index.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.d.ts +8 -0
- package/dist/components/DataTable/DataTable.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.module.css +1 -0
- package/dist/components/DataTable/DataTable.stories.d.ts +21 -0
- package/dist/components/DataTable/DataTable.stories.d.ts.map +1 -0
- package/dist/components/DataTable/DataTable.types.d.ts +363 -0
- package/dist/components/DataTable/DataTable.types.d.ts.map +1 -0
- package/dist/components/DataTable/index.d.ts +3 -0
- package/dist/components/DataTable/index.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.d.ts +5 -0
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.module.css +1 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts +36 -0
- package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts +75 -0
- package/dist/components/DatePicker/DatePicker.types.d.ts.map +1 -0
- package/dist/components/DatePicker/index.d.ts +14 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DetailPanel/DetailPanel.d.ts +4 -0
- package/dist/components/DetailPanel/DetailPanel.d.ts.map +1 -0
- package/dist/components/DetailPanel/DetailPanel.module.css +1 -0
- package/dist/components/DetailPanel/DetailPanel.stories.d.ts +14 -0
- package/dist/components/DetailPanel/DetailPanel.stories.d.ts.map +1 -0
- package/dist/components/DetailPanel/DetailPanel.types.d.ts +95 -0
- package/dist/components/DetailPanel/DetailPanel.types.d.ts.map +1 -0
- package/dist/components/DetailPanel/index.d.ts +3 -0
- package/dist/components/DetailPanel/index.d.ts.map +1 -0
- package/dist/components/Divider/Divider.d.ts +4 -0
- package/dist/components/Divider/Divider.d.ts.map +1 -0
- package/dist/components/Divider/Divider.module.css +1 -0
- package/dist/components/Divider/Divider.stories.d.ts +16 -0
- package/dist/components/Divider/Divider.stories.d.ts.map +1 -0
- package/dist/components/Divider/Divider.types.d.ts +42 -0
- package/dist/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/components/Divider/index.d.ts +16 -0
- package/dist/components/Divider/index.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.d.ts +8 -0
- package/dist/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.module.css +1 -0
- package/dist/components/Drawer/Drawer.stories.d.ts +19 -0
- package/dist/components/Drawer/Drawer.stories.d.ts.map +1 -0
- package/dist/components/Drawer/Drawer.types.d.ts +79 -0
- package/dist/components/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/components/Drawer/index.d.ts +21 -0
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.d.ts +4 -0
- package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.module.css +1 -0
- package/dist/components/Dropdown/Dropdown.stories.d.ts +18 -0
- package/dist/components/Dropdown/Dropdown.stories.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts +115 -0
- package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
- package/dist/components/Dropdown/index.d.ts +22 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.d.ts +4 -0
- package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.module.css +1 -0
- package/dist/components/EmptyState/EmptyState.stories.d.ts +18 -0
- package/dist/components/EmptyState/EmptyState.stories.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts +47 -0
- package/dist/components/EmptyState/EmptyState.types.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +19 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +12 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.module.css +1 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.types.d.ts +17 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.types.d.ts.map +1 -0
- package/dist/components/ErrorBoundary/index.d.ts +3 -0
- package/dist/components/ErrorBoundary/index.d.ts.map +1 -0
- package/dist/components/Field/Field.d.ts +4 -0
- package/dist/components/Field/Field.d.ts.map +1 -0
- package/dist/components/Field/Field.module.css +1 -0
- package/dist/components/Field/Field.stories.d.ts +60 -0
- package/dist/components/Field/Field.stories.d.ts.map +1 -0
- package/dist/components/Field/Field.types.d.ts +190 -0
- package/dist/components/Field/Field.types.d.ts.map +1 -0
- package/dist/components/Field/index.d.ts +16 -0
- package/dist/components/Field/index.d.ts.map +1 -0
- package/dist/components/FileUploader/FileUploader.d.ts +4 -0
- package/dist/components/FileUploader/FileUploader.d.ts.map +1 -0
- package/dist/components/FileUploader/FileUploader.module.css +1 -0
- package/dist/components/FileUploader/FileUploader.stories.d.ts +59 -0
- package/dist/components/FileUploader/FileUploader.stories.d.ts.map +1 -0
- package/dist/components/FileUploader/FileUploader.types.d.ts +124 -0
- package/dist/components/FileUploader/FileUploader.types.d.ts.map +1 -0
- package/dist/components/FileUploader/index.d.ts +3 -0
- package/dist/components/FileUploader/index.d.ts.map +1 -0
- package/dist/components/FilterBar/FilterBar.d.ts +4 -0
- package/dist/components/FilterBar/FilterBar.d.ts.map +1 -0
- package/dist/components/FilterBar/FilterBar.module.css +1 -0
- package/dist/components/FilterBar/FilterBar.stories.d.ts +13 -0
- package/dist/components/FilterBar/FilterBar.stories.d.ts.map +1 -0
- package/dist/components/FilterBar/FilterBar.types.d.ts +139 -0
- package/dist/components/FilterBar/FilterBar.types.d.ts.map +1 -0
- package/dist/components/FilterBar/index.d.ts +3 -0
- package/dist/components/FilterBar/index.d.ts.map +1 -0
- package/dist/components/FontLoader/FontLoader.d.ts +64 -0
- package/dist/components/FontLoader/FontLoader.d.ts.map +1 -0
- package/dist/components/FontLoader/index.d.ts +21 -0
- package/dist/components/FontLoader/index.d.ts.map +1 -0
- package/dist/components/FormSection/FormSection.d.ts +7 -0
- package/dist/components/FormSection/FormSection.d.ts.map +1 -0
- package/dist/components/FormSection/FormSection.module.css +1 -0
- package/dist/components/FormSection/FormSection.stories.d.ts +15 -0
- package/dist/components/FormSection/FormSection.stories.d.ts.map +1 -0
- package/dist/components/FormSection/FormSection.types.d.ts +107 -0
- package/dist/components/FormSection/FormSection.types.d.ts.map +1 -0
- package/dist/components/FormSection/index.d.ts +3 -0
- package/dist/components/FormSection/index.d.ts.map +1 -0
- package/dist/components/Icon/Icon.d.ts +4 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -0
- package/dist/components/Icon/Icon.module.css +1 -0
- package/dist/components/Icon/Icon.stories.d.ts +69 -0
- package/dist/components/Icon/Icon.stories.d.ts.map +1 -0
- package/dist/components/Icon/Icon.types.d.ts +95 -0
- package/dist/components/Icon/Icon.types.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts +21 -0
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.d.ts +5 -0
- package/dist/components/IconGallery/IconGallery.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.module.css +1 -0
- package/dist/components/IconGallery/IconGallery.stories.d.ts +8 -0
- package/dist/components/IconGallery/IconGallery.stories.d.ts.map +1 -0
- package/dist/components/IconGallery/IconGallery.types.d.ts +19 -0
- package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -0
- package/dist/components/IconGallery/index.d.ts +19 -0
- package/dist/components/IconGallery/index.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.d.ts +8 -0
- package/dist/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.module.css +1 -0
- package/dist/components/InputOTP/InputOTP.stories.d.ts +48 -0
- package/dist/components/InputOTP/InputOTP.stories.d.ts.map +1 -0
- package/dist/components/InputOTP/InputOTP.types.d.ts +44 -0
- package/dist/components/InputOTP/InputOTP.types.d.ts.map +1 -0
- package/dist/components/InputOTP/index.d.ts +3 -0
- package/dist/components/InputOTP/index.d.ts.map +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.d.ts +4 -0
- package/dist/components/KanbanBoard/KanbanBoard.d.ts.map +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.module.css +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.stories.d.ts +35 -0
- package/dist/components/KanbanBoard/KanbanBoard.stories.d.ts.map +1 -0
- package/dist/components/KanbanBoard/KanbanBoard.types.d.ts +185 -0
- package/dist/components/KanbanBoard/KanbanBoard.types.d.ts.map +1 -0
- package/dist/components/KanbanBoard/index.d.ts +3 -0
- package/dist/components/KanbanBoard/index.d.ts.map +1 -0
- package/dist/components/Link/Link.d.ts +4 -0
- package/dist/components/Link/Link.d.ts.map +1 -0
- package/dist/components/Link/Link.module.css +1 -0
- package/dist/components/Link/Link.stories.d.ts +22 -0
- package/dist/components/Link/Link.stories.d.ts.map +1 -0
- package/dist/components/Link/Link.types.d.ts +72 -0
- package/dist/components/Link/Link.types.d.ts.map +1 -0
- package/dist/components/Link/index.d.ts +16 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/List/List.d.ts +4 -0
- package/dist/components/List/List.d.ts.map +1 -0
- package/dist/components/List/List.module.css +1 -0
- package/dist/components/List/List.stories.d.ts +22 -0
- package/dist/components/List/List.stories.d.ts.map +1 -0
- package/dist/components/List/List.types.d.ts +113 -0
- package/dist/components/List/List.types.d.ts.map +1 -0
- package/dist/components/List/index.d.ts +20 -0
- package/dist/components/List/index.d.ts.map +1 -0
- package/dist/components/MetricCards/MetricCards.d.ts +6 -0
- package/dist/components/MetricCards/MetricCards.d.ts.map +1 -0
- package/dist/components/MetricCards/MetricCards.module.css +1 -0
- package/dist/components/MetricCards/MetricCards.stories.d.ts +16 -0
- package/dist/components/MetricCards/MetricCards.stories.d.ts.map +1 -0
- package/dist/components/MetricCards/MetricCards.types.d.ts +134 -0
- package/dist/components/MetricCards/MetricCards.types.d.ts.map +1 -0
- package/dist/components/MetricCards/index.d.ts +3 -0
- package/dist/components/MetricCards/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.d.ts +9 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -0
- package/dist/components/Modal/Modal.module.css +1 -0
- package/dist/components/Modal/Modal.stories.d.ts +16 -0
- package/dist/components/Modal/Modal.stories.d.ts.map +1 -0
- package/dist/components/Modal/Modal.types.d.ts +80 -0
- package/dist/components/Modal/Modal.types.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +20 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/NavTree/NavTree.d.ts +7 -0
- package/dist/components/NavTree/NavTree.d.ts.map +1 -0
- package/dist/components/NavTree/NavTree.module.css +1 -0
- package/dist/components/NavTree/NavTree.stories.d.ts +27 -0
- package/dist/components/NavTree/NavTree.stories.d.ts.map +1 -0
- package/dist/components/NavTree/NavTree.types.d.ts +140 -0
- package/dist/components/NavTree/NavTree.types.d.ts.map +1 -0
- package/dist/components/NavTree/index.d.ts +27 -0
- package/dist/components/NavTree/index.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +21 -0
- package/dist/components/Navbar/Navbar.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.module.css +1 -0
- package/dist/components/Navbar/Navbar.stories.d.ts +23 -0
- package/dist/components/Navbar/Navbar.stories.d.ts.map +1 -0
- package/dist/components/Navbar/Navbar.types.d.ts +134 -0
- package/dist/components/Navbar/Navbar.types.d.ts.map +1 -0
- package/dist/components/Navbar/index.d.ts +25 -0
- package/dist/components/Navbar/index.d.ts.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.d.ts +4 -0
- package/dist/components/NotificationCenter/NotificationCenter.d.ts.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.module.css +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.stories.d.ts +43 -0
- package/dist/components/NotificationCenter/NotificationCenter.stories.d.ts.map +1 -0
- package/dist/components/NotificationCenter/NotificationCenter.types.d.ts +121 -0
- package/dist/components/NotificationCenter/NotificationCenter.types.d.ts.map +1 -0
- package/dist/components/NotificationCenter/index.d.ts +3 -0
- package/dist/components/NotificationCenter/index.d.ts.map +1 -0
- package/dist/components/PageHeader/PageHeader.d.ts +4 -0
- package/dist/components/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/components/PageHeader/PageHeader.module.css +1 -0
- package/dist/components/PageHeader/PageHeader.stories.d.ts +15 -0
- package/dist/components/PageHeader/PageHeader.stories.d.ts.map +1 -0
- package/dist/components/PageHeader/PageHeader.types.d.ts +130 -0
- package/dist/components/PageHeader/PageHeader.types.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +4 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.module.css +1 -0
- package/dist/components/Pagination/Pagination.stories.d.ts +20 -0
- package/dist/components/Pagination/Pagination.stories.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.types.d.ts +58 -0
- package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +18 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.d.ts +4 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -0
- package/dist/components/Popover/Popover.module.css +1 -0
- package/dist/components/Popover/Popover.stories.d.ts +19 -0
- package/dist/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/components/Popover/Popover.types.d.ts +103 -0
- package/dist/components/Popover/Popover.types.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +22 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.module.css +1 -0
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +30 -0
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts +57 -0
- package/dist/components/ProgressBar/ProgressBar.types.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +15 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -0
- package/dist/components/QuickActions/QuickActions.d.ts +4 -0
- package/dist/components/QuickActions/QuickActions.d.ts.map +1 -0
- package/dist/components/QuickActions/QuickActions.module.css +1 -0
- package/dist/components/QuickActions/QuickActions.stories.d.ts +20 -0
- package/dist/components/QuickActions/QuickActions.stories.d.ts.map +1 -0
- package/dist/components/QuickActions/QuickActions.types.d.ts +107 -0
- package/dist/components/QuickActions/QuickActions.types.d.ts.map +1 -0
- package/dist/components/QuickActions/index.d.ts +3 -0
- package/dist/components/QuickActions/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.d.ts +4 -0
- package/dist/components/Radio/Radio.d.ts.map +1 -0
- package/dist/components/Radio/Radio.module.css +1 -0
- package/dist/components/Radio/Radio.stories.d.ts +54 -0
- package/dist/components/Radio/Radio.stories.d.ts.map +1 -0
- package/dist/components/Radio/Radio.types.d.ts +58 -0
- package/dist/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +15 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +4 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.module.css +1 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +18 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts +69 -0
- package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +15 -0
- package/dist/components/SearchInput/index.d.ts.map +1 -0
- package/dist/components/Select/Select.d.ts +4 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/Select.module.css +1 -0
- package/dist/components/Select/Select.stories.d.ts +23 -0
- package/dist/components/Select/Select.stories.d.ts.map +1 -0
- package/dist/components/Select/Select.types.d.ts +67 -0
- package/dist/components/Select/Select.types.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +22 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +8 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.module.css +1 -0
- package/dist/components/Sidebar/Sidebar.stories.d.ts +19 -0
- package/dist/components/Sidebar/Sidebar.stories.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts +162 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +3 -0
- package/dist/components/Sidebar/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.css +1 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts +20 -0
- package/dist/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts +52 -0
- package/dist/components/Skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +15 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/Slider/Slider.d.ts +4 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.module.css +1 -0
- package/dist/components/Slider/Slider.stories.d.ts +24 -0
- package/dist/components/Slider/Slider.stories.d.ts.map +1 -0
- package/dist/components/Slider/Slider.types.d.ts +94 -0
- package/dist/components/Slider/Slider.types.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts +15 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.d.ts +5 -0
- package/dist/components/Spinner/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.module.css +1 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +52 -0
- package/dist/components/Spinner/Spinner.stories.d.ts.map +1 -0
- package/dist/components/Spinner/Spinner.types.d.ts +43 -0
- package/dist/components/Spinner/Spinner.types.d.ts.map +1 -0
- package/dist/components/Spinner/index.d.ts +15 -0
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.d.ts +4 -0
- package/dist/components/Stepper/Stepper.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.module.css +1 -0
- package/dist/components/Stepper/Stepper.stories.d.ts +37 -0
- package/dist/components/Stepper/Stepper.stories.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.types.d.ts +138 -0
- package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
- package/dist/components/Stepper/index.d.ts +20 -0
- package/dist/components/Stepper/index.d.ts.map +1 -0
- package/dist/components/Switch/Switch.d.ts +4 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -0
- package/dist/components/Switch/Switch.module.css +1 -0
- package/dist/components/Switch/Switch.stories.d.ts +39 -0
- package/dist/components/Switch/Switch.stories.d.ts.map +1 -0
- package/dist/components/Switch/Switch.types.d.ts +57 -0
- package/dist/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/components/Switch/index.d.ts +15 -0
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/components/Table/Table.d.ts +7 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.module.css +1 -0
- package/dist/components/Table/Table.stories.d.ts +56 -0
- package/dist/components/Table/Table.stories.d.ts.map +1 -0
- package/dist/components/Table/Table.types.d.ts +142 -0
- package/dist/components/Table/Table.types.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +23 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +5 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.module.css +1 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +41 -0
- package/dist/components/Tabs/Tabs.stories.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.types.d.ts +73 -0
- package/dist/components/Tabs/Tabs.types.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +20 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.d.ts +5 -0
- package/dist/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.module.css +1 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +74 -0
- package/dist/components/Textarea/Textarea.stories.d.ts.map +1 -0
- package/dist/components/Textarea/Textarea.types.d.ts +86 -0
- package/dist/components/Textarea/Textarea.types.d.ts.map +1 -0
- package/dist/components/Textarea/index.d.ts +15 -0
- package/dist/components/Textarea/index.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.d.ts +5 -0
- package/dist/components/ThemeController/ThemeController.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.stories.d.ts +21 -0
- package/dist/components/ThemeController/ThemeController.stories.d.ts.map +1 -0
- package/dist/components/ThemeController/ThemeController.types.d.ts +53 -0
- package/dist/components/ThemeController/ThemeController.types.d.ts.map +1 -0
- package/dist/components/ThemeController/index.d.ts +20 -0
- package/dist/components/ThemeController/index.d.ts.map +1 -0
- package/dist/components/Toast/Toast.d.ts +14 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -0
- package/dist/components/Toast/Toast.module.css +1 -0
- package/dist/components/Toast/Toast.stories.d.ts +20 -0
- package/dist/components/Toast/Toast.stories.d.ts.map +1 -0
- package/dist/components/Toast/Toast.types.d.ts +122 -0
- package/dist/components/Toast/Toast.types.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +27 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.d.ts +4 -0
- package/dist/components/Toggle/Toggle.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.module.css +1 -0
- package/dist/components/Toggle/Toggle.stories.d.ts +45 -0
- package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.types.d.ts +18 -0
- package/dist/components/Toggle/Toggle.types.d.ts.map +1 -0
- package/dist/components/Toggle/index.d.ts +3 -0
- package/dist/components/Toggle/index.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +6 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts +45 -0
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts +36 -0
- package/dist/components/ToggleGroup/ToggleGroup.types.d.ts.map +1 -0
- package/dist/components/ToggleGroup/index.d.ts +3 -0
- package/dist/components/ToggleGroup/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts +5 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.css +1 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +42 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts +46 -0
- package/dist/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +19 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/UserMenu/UserMenu.d.ts +4 -0
- package/dist/components/UserMenu/UserMenu.d.ts.map +1 -0
- package/dist/components/UserMenu/UserMenu.module.css +1 -0
- package/dist/components/UserMenu/UserMenu.stories.d.ts +47 -0
- package/dist/components/UserMenu/UserMenu.stories.d.ts.map +1 -0
- package/dist/components/UserMenu/UserMenu.types.d.ts +153 -0
- package/dist/components/UserMenu/UserMenu.types.d.ts.map +1 -0
- package/dist/components/UserMenu/index.d.ts +3 -0
- package/dist/components/UserMenu/index.d.ts.map +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts +4 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.d.ts.map +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.module.css +1 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts +32 -0
- package/dist/components/WorkspaceSwitcher/WorkspaceSwitcher.types.d.ts.map +1 -0
- package/dist/components/WorkspaceSwitcher/index.d.ts +3 -0
- package/dist/components/WorkspaceSwitcher/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +149 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/contexts/ThemeContext.d.ts +70 -0
- package/dist/contexts/ThemeContext.d.ts.map +1 -0
- package/dist/contexts/index.d.ts +8 -0
- package/dist/contexts/index.d.ts.map +1 -0
- package/dist/docs/DocComponents.d.ts +61 -0
- package/dist/docs/DocComponents.d.ts.map +1 -0
- package/dist/examples/LandingPage.example.d.ts +47 -0
- package/dist/examples/LandingPage.example.d.ts.map +1 -0
- package/dist/examples/index.d.ts +22 -0
- package/dist/examples/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +20 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useClickOutside.d.ts +19 -0
- package/dist/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/hooks/useCopyToClipboard.d.ts +72 -0
- package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/dist/hooks/useDebounce.d.ts +58 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useDisclosure.d.ts +74 -0
- package/dist/hooks/useDisclosure.d.ts.map +1 -0
- package/dist/hooks/useKeyboard.d.ts +101 -0
- package/dist/hooks/useKeyboard.d.ts.map +1 -0
- package/dist/hooks/useLocalStorage.d.ts +48 -0
- package/dist/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery.d.ts +43 -0
- package/dist/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/hooks/useTheme.d.ts +73 -0
- package/dist/hooks/useTheme.d.ts.map +1 -0
- package/dist/index.d.ts +169 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index10.cjs +1 -1
- package/dist/index10.mjs +1 -1
- package/dist/index100.cjs +1 -1
- package/dist/index100.mjs +30 -36
- package/dist/index101.cjs +1 -1
- package/dist/index101.mjs +40 -30
- package/dist/index102.cjs +1 -1
- package/dist/index102.mjs +44 -60
- package/dist/index103.cjs +1 -1
- package/dist/index103.mjs +24 -44
- package/dist/index104.cjs +1 -1
- package/dist/index104.mjs +12 -46
- package/dist/index105.cjs +1 -1
- package/dist/index105.mjs +44 -40
- package/dist/index106.cjs +1 -1
- package/dist/index106.mjs +22 -30
- package/dist/index107.cjs +1 -1
- package/dist/index107.mjs +38 -28
- package/dist/index108.cjs +1 -1
- package/dist/index108.mjs +13 -29
- package/dist/index109.cjs +1 -1
- package/dist/index109.mjs +18 -32
- package/dist/index110.cjs +1 -1
- package/dist/index110.mjs +28 -42
- package/dist/index111.cjs +1 -1
- package/dist/index111.mjs +30 -52
- package/dist/index112.cjs +1 -1
- package/dist/index112.mjs +52 -18
- package/dist/index113.cjs +1 -1
- package/dist/index113.mjs +37 -29
- package/dist/index114.cjs +1 -1
- package/dist/index114.mjs +28 -64
- package/dist/index115.cjs +1 -1
- package/dist/index115.mjs +40 -106
- package/dist/index116.cjs +1 -1
- package/dist/index116.mjs +45 -66
- package/dist/index118.cjs +1 -1
- package/dist/index118.mjs +22 -18
- package/dist/index119.cjs +1 -1
- package/dist/index119.mjs +28 -30
- package/dist/index12.cjs +1 -1
- package/dist/index12.mjs +1 -1
- package/dist/index120.cjs +1 -1
- package/dist/index120.mjs +62 -76
- package/dist/index121.cjs +1 -1
- package/dist/index121.mjs +33 -37
- package/dist/index122.cjs +1 -1
- package/dist/index122.mjs +45 -28
- package/dist/index123.cjs +1 -1
- package/dist/index123.mjs +28 -46
- package/dist/index124.cjs +1 -1
- package/dist/index124.mjs +33 -28
- package/dist/index125.cjs +1 -1
- package/dist/index125.mjs +38 -12
- package/dist/index126.cjs +1 -1
- package/dist/index126.mjs +32 -24
- package/dist/index127.cjs +1 -1
- package/dist/index127.mjs +42 -24
- package/dist/index128.cjs +1 -1
- package/dist/index128.mjs +40 -33
- package/dist/index129.cjs +1 -1
- package/dist/index129.mjs +30 -42
- package/dist/index13.cjs +1 -1
- package/dist/index13.mjs +1 -1
- package/dist/index130.cjs +1 -1
- package/dist/index130.mjs +62 -64
- package/dist/index131.cjs +1 -1
- package/dist/index131.mjs +106 -18
- package/dist/index132.cjs +1 -1
- package/dist/index132.mjs +57 -32
- package/dist/index133.cjs +1 -1
- package/dist/index133.mjs +24 -28
- package/dist/index134.cjs +1 -1
- package/dist/index134.mjs +30 -40
- package/dist/index135.cjs +1 -1
- package/dist/index135.mjs +16 -24
- package/dist/index136.cjs +1 -1
- package/dist/index136.mjs +52 -20
- package/dist/index137.cjs +1 -1
- package/dist/index137.mjs +30 -42
- package/dist/index138.cjs +1 -1
- package/dist/index138.mjs +28 -46
- package/dist/index139.cjs +1 -1
- package/dist/index139.mjs +42 -50
- package/dist/index14.cjs +1 -1
- package/dist/index14.mjs +1 -1
- package/dist/index140.cjs +1 -1
- package/dist/index140.mjs +18 -22
- package/dist/index141.cjs +1 -1
- package/dist/index141.mjs +43 -37
- package/dist/index142.cjs +1 -1
- package/dist/index142.mjs +65 -30
- package/dist/index143.cjs +1 -1
- package/dist/index143.mjs +20 -30
- package/dist/index144.cjs +1 -1
- package/dist/index144.mjs +33 -12
- package/dist/index145.cjs +1 -1
- package/dist/index145.mjs +76 -44
- package/dist/index146.cjs +1 -1
- package/dist/index146.mjs +64 -53
- package/dist/index147.cjs +1 -1
- package/dist/index147.mjs +64 -36
- package/dist/index148.cjs +1 -1
- package/dist/index148.mjs +18 -55
- package/dist/index149.cjs +1 -1
- package/dist/index149.mjs +20 -14
- package/dist/index15.cjs +1 -1
- package/dist/index15.mjs +1 -1
- package/dist/index150.cjs +1 -1
- package/dist/index150.mjs +55 -61
- package/dist/index151.cjs +1 -1
- package/dist/index151.mjs +24 -22
- package/dist/index152.cjs +1 -1
- package/dist/index152.mjs +53 -20
- package/dist/index153.cjs +1 -1
- package/dist/index153.mjs +26 -33
- package/dist/index154.cjs +1 -1
- package/dist/index154.mjs +27 -56
- package/dist/index155.cjs +1 -1
- package/dist/index155.mjs +46 -234
- package/dist/index156.cjs +1 -1
- package/dist/index156.mjs +43 -34
- package/dist/index157.cjs +1 -1
- package/dist/index157.mjs +31 -44
- package/dist/index158.cjs +1 -1
- package/dist/index158.mjs +54 -169
- package/dist/index159.cjs +1 -1
- package/dist/index159.mjs +17 -186
- package/dist/index16.cjs +1 -1
- package/dist/index16.mjs +1 -1
- package/dist/index160.cjs +1 -1
- package/dist/index160.mjs +13 -29
- package/dist/index161.cjs +1 -1
- package/dist/index161.mjs +50 -90
- package/dist/index162.cjs +1 -1
- package/dist/index162.mjs +21 -53
- package/dist/index163.cjs +1 -1
- package/dist/index163.mjs +33 -66
- package/dist/index164.cjs +1 -1
- package/dist/index164.mjs +36 -124
- package/dist/index165.cjs +1 -1
- package/dist/index165.mjs +67 -108
- package/dist/index166.cjs +1 -1
- package/dist/index166.mjs +28 -111
- package/dist/index167.cjs +1 -1
- package/dist/index167.mjs +18 -122
- package/dist/index168.cjs +1 -1
- package/dist/index168.mjs +234 -214
- package/dist/index169.cjs +1 -1
- package/dist/index169.mjs +34 -66
- package/dist/index17.cjs +1 -1
- package/dist/index17.mjs +1 -1
- package/dist/index170.cjs +1 -1
- package/dist/index170.mjs +44 -58
- package/dist/index171.cjs +1 -1
- package/dist/index171.mjs +170 -18
- package/dist/index172.cjs +1 -1
- package/dist/index172.mjs +186 -29
- package/dist/index173.cjs +1 -1
- package/dist/index173.mjs +29 -28
- package/dist/index174.cjs +1 -1
- package/dist/index174.mjs +90 -52
- package/dist/index175.cjs +1 -1
- package/dist/index175.mjs +53 -19
- package/dist/index176.cjs +1 -1
- package/dist/index176.mjs +66 -38
- package/dist/index177.cjs +1 -1
- package/dist/index177.mjs +124 -40
- package/dist/index178.cjs +1 -1
- package/dist/index178.mjs +108 -45
- package/dist/index179.cjs +1 -1
- package/dist/index179.mjs +111 -20
- package/dist/index18.cjs +1 -1
- package/dist/index18.mjs +1 -1
- package/dist/index180.cjs +1 -1
- package/dist/index180.mjs +122 -18
- package/dist/index181.cjs +1 -1
- package/dist/index181.mjs +214 -24
- package/dist/index182.cjs +1 -1
- package/dist/index182.mjs +18 -18
- package/dist/index183.cjs +1 -1
- package/dist/index183.mjs +18 -33
- package/dist/index185.cjs +1 -1
- package/dist/index185.mjs +1 -1
- package/dist/index19.cjs +1 -1
- package/dist/index19.mjs +2 -2
- package/dist/index20.cjs +1 -1
- package/dist/index20.mjs +14 -14
- package/dist/index21.cjs +1 -1
- package/dist/index21.mjs +1 -1
- package/dist/index22.cjs +1 -1
- package/dist/index22.mjs +1 -1
- package/dist/index23.cjs +1 -1
- package/dist/index23.mjs +1 -1
- package/dist/index24.cjs +1 -1
- package/dist/index24.mjs +1 -1
- package/dist/index25.cjs +1 -1
- package/dist/index25.mjs +1 -1
- package/dist/index26.cjs +1 -1
- package/dist/index26.mjs +1 -1
- package/dist/index27.cjs +1 -1
- package/dist/index27.mjs +1 -1
- package/dist/index28.cjs +1 -1
- package/dist/index28.mjs +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.mjs +1 -1
- package/dist/index30.cjs +1 -1
- package/dist/index30.mjs +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.mjs +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.mjs +1 -1
- package/dist/index33.cjs +1 -1
- package/dist/index33.mjs +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.mjs +1 -1
- package/dist/index35.cjs +1 -1
- package/dist/index35.mjs +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.mjs +1 -1
- package/dist/index37.cjs +1 -1
- package/dist/index37.mjs +1 -1
- package/dist/index38.cjs +1 -1
- package/dist/index38.mjs +1 -1
- package/dist/index39.cjs +1 -1
- package/dist/index39.mjs +1 -1
- package/dist/index40.cjs +1 -1
- package/dist/index40.mjs +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.mjs +1 -1
- package/dist/index43.cjs +1 -1
- package/dist/index43.mjs +1 -1
- package/dist/index44.cjs +1 -1
- package/dist/index44.mjs +1 -1
- package/dist/index46.cjs +1 -1
- package/dist/index46.mjs +1 -1
- package/dist/index47.cjs +1 -1
- package/dist/index47.mjs +1 -1
- package/dist/index49.cjs +1 -1
- package/dist/index49.mjs +1 -1
- package/dist/index5.cjs +1 -1
- package/dist/index5.mjs +1 -1
- package/dist/index50.cjs +1 -1
- package/dist/index50.mjs +1 -1
- package/dist/index51.cjs +1 -1
- package/dist/index51.mjs +1 -1
- package/dist/index52.cjs +1 -1
- package/dist/index52.mjs +1 -1
- package/dist/index53.cjs +1 -1
- package/dist/index53.mjs +1 -1
- package/dist/index54.cjs +1 -1
- package/dist/index54.mjs +1 -1
- package/dist/index55.cjs +1 -1
- package/dist/index55.mjs +1 -1
- package/dist/index56.cjs +1 -1
- package/dist/index56.mjs +1 -1
- package/dist/index57.cjs +1 -1
- package/dist/index57.mjs +1 -1
- package/dist/index58.cjs +1 -1
- package/dist/index58.mjs +1 -1
- package/dist/index59.cjs +1 -1
- package/dist/index59.mjs +1 -1
- package/dist/index6.cjs +1 -1
- package/dist/index6.mjs +1 -1
- package/dist/index60.cjs +1 -1
- package/dist/index60.mjs +1 -1
- package/dist/index61.cjs +1 -1
- package/dist/index61.mjs +1 -1
- package/dist/index62.cjs +1 -1
- package/dist/index62.mjs +1 -1
- package/dist/index63.cjs +1 -1
- package/dist/index63.mjs +1 -1
- package/dist/index64.cjs +1 -1
- package/dist/index64.mjs +1 -1
- package/dist/index65.cjs +1 -1
- package/dist/index65.mjs +1 -1
- package/dist/index66.cjs +1 -1
- package/dist/index66.mjs +1 -1
- package/dist/index67.cjs +1 -1
- package/dist/index67.mjs +1 -1
- package/dist/index68.cjs +1 -1
- package/dist/index68.mjs +1 -1
- package/dist/index69.cjs +1 -1
- package/dist/index69.mjs +1 -1
- package/dist/index7.cjs +1 -1
- package/dist/index7.mjs +1 -1
- package/dist/index70.cjs +1 -1
- package/dist/index70.mjs +1 -1
- package/dist/index71.cjs +1 -1
- package/dist/index71.mjs +1 -1
- package/dist/index72.cjs +1 -1
- package/dist/index72.mjs +1 -1
- package/dist/index73.cjs +1 -1
- package/dist/index73.mjs +1 -1
- package/dist/index76.cjs +1 -1
- package/dist/index76.mjs +1 -1
- package/dist/index77.cjs +1 -1
- package/dist/index77.mjs +1 -1
- package/dist/index78.cjs +1 -1
- package/dist/index78.mjs +1 -1
- package/dist/index79.cjs +1 -1
- package/dist/index79.mjs +1 -1
- package/dist/index8.cjs +1 -1
- package/dist/index8.mjs +1 -1
- package/dist/index80.cjs +1 -1
- package/dist/index80.mjs +1 -1
- package/dist/index81.cjs +1 -1
- package/dist/index81.mjs +1 -1
- package/dist/index9.cjs +1 -1
- package/dist/index9.mjs +1 -1
- package/dist/index99.cjs +1 -1
- package/dist/index99.mjs +35 -15
- package/dist/main.d.ts +2 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/sections/Container/Container.d.ts +4 -0
- package/dist/sections/Container/Container.d.ts.map +1 -0
- package/dist/sections/Container/Container.module.css +1 -0
- package/dist/sections/Container/Container.stories.d.ts +29 -0
- package/dist/sections/Container/Container.stories.d.ts.map +1 -0
- package/dist/sections/Container/Container.types.d.ts +43 -0
- package/dist/sections/Container/Container.types.d.ts.map +1 -0
- package/dist/sections/Container/index.d.ts +6 -0
- package/dist/sections/Container/index.d.ts.map +1 -0
- package/dist/sections/Section/Section.d.ts +4 -0
- package/dist/sections/Section/Section.d.ts.map +1 -0
- package/dist/sections/Section/Section.module.css +1 -0
- package/dist/sections/Section/Section.stories.d.ts +41 -0
- package/dist/sections/Section/Section.stories.d.ts.map +1 -0
- package/dist/sections/Section/Section.types.d.ts +64 -0
- package/dist/sections/Section/Section.types.d.ts.map +1 -0
- package/dist/sections/Section/index.d.ts +6 -0
- package/dist/sections/Section/index.d.ts.map +1 -0
- package/dist/sections/index.d.ts +29 -0
- package/dist/sections/index.d.ts.map +1 -0
- package/dist/styles/marker.css +1 -0
- package/dist/styles.css +141 -1
- package/dist/test/a11y.d.ts +8 -0
- package/dist/test/a11y.d.ts.map +1 -0
- package/dist/test/performance.bench.d.ts +11 -0
- package/dist/test/performance.bench.d.ts.map +1 -0
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/tokens/brands.d.ts +5 -0
- package/dist/tokens/brands.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +11 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/primitives.d.ts +5 -0
- package/dist/tokens/primitives.d.ts.map +1 -0
- package/dist/tokens/themes.d.ts +9 -0
- package/dist/tokens/themes.d.ts.map +1 -0
- package/dist/tokens/types.d.ts +365 -0
- package/dist/tokens/types.d.ts.map +1 -0
- package/dist/tokens/utils.d.ts +42 -0
- package/dist/tokens/utils.d.ts.map +1 -0
- package/dist/utils/fonts.d.ts +46 -0
- package/dist/utils/fonts.d.ts.map +1 -0
- package/dist/utils/icons.d.ts +61 -0
- package/dist/utils/icons.d.ts.map +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/validation.d.ts +94 -0
- package/dist/utils/validation.d.ts.map +1 -0
- package/package.json +2 -1
- package/dist/react.css +0 -1
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Configuration for a single data series in a chart
|
|
5
|
+
*/
|
|
6
|
+
export interface ChartConfigItem {
|
|
7
|
+
/**
|
|
8
|
+
* Display label for the series
|
|
9
|
+
*/
|
|
10
|
+
label: string;
|
|
11
|
+
/**
|
|
12
|
+
* CSS color value or token variable (e.g., 'var(--color-brand-500)')
|
|
13
|
+
*/
|
|
14
|
+
color: string;
|
|
15
|
+
/**
|
|
16
|
+
* Optional icon for the legend
|
|
17
|
+
*/
|
|
18
|
+
icon?: ReactNode;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Chart configuration object — maps data keys to display settings
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* const config: ChartConfig = {
|
|
26
|
+
* revenue: { label: 'Revenue', color: 'var(--color-brand-500)' },
|
|
27
|
+
* expenses: { label: 'Expenses', color: 'var(--status-error)' },
|
|
28
|
+
* };
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export type ChartConfig = Record<string, ChartConfigItem>;
|
|
32
|
+
/**
|
|
33
|
+
* ChartContainer props — wraps Recharts with CSS variable injection
|
|
34
|
+
*/
|
|
35
|
+
export interface ChartContainerProps extends HTMLAttributes<HTMLDivElement> {
|
|
36
|
+
/**
|
|
37
|
+
* Chart configuration mapping data keys to colors/labels
|
|
38
|
+
*/
|
|
39
|
+
config: ChartConfig;
|
|
40
|
+
/**
|
|
41
|
+
* The Recharts chart element
|
|
42
|
+
*/
|
|
43
|
+
children: ReactNode;
|
|
44
|
+
/**
|
|
45
|
+
* Additional class name
|
|
46
|
+
*/
|
|
47
|
+
className?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* ChartTooltipContent props
|
|
51
|
+
*/
|
|
52
|
+
export interface ChartTooltipContentProps {
|
|
53
|
+
/**
|
|
54
|
+
* Whether to show the color indicator dot
|
|
55
|
+
* @default true
|
|
56
|
+
*/
|
|
57
|
+
indicator?: "dot" | "line" | "dashed";
|
|
58
|
+
/**
|
|
59
|
+
* Hide the label text
|
|
60
|
+
* @default false
|
|
61
|
+
*/
|
|
62
|
+
hideLabel?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Hide the indicator
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
hideIndicator?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* Custom label formatter
|
|
70
|
+
*/
|
|
71
|
+
labelFormatter?: (label: string) => string;
|
|
72
|
+
/**
|
|
73
|
+
* Custom value formatter
|
|
74
|
+
*/
|
|
75
|
+
formatter?: (value: number, name: string) => string;
|
|
76
|
+
/**
|
|
77
|
+
* Additional class name
|
|
78
|
+
*/
|
|
79
|
+
className?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Recharts injected props (passed automatically)
|
|
82
|
+
*/
|
|
83
|
+
active?: boolean;
|
|
84
|
+
payload?: Array<{
|
|
85
|
+
name: string;
|
|
86
|
+
value: number;
|
|
87
|
+
dataKey: string;
|
|
88
|
+
color: string;
|
|
89
|
+
payload: Record<string, unknown>;
|
|
90
|
+
}>;
|
|
91
|
+
label?: string;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* ChartGradient props — SVG linearGradient helper for area charts
|
|
95
|
+
*/
|
|
96
|
+
export interface ChartGradientProps {
|
|
97
|
+
/**
|
|
98
|
+
* Unique ID for the gradient (referenced via `fill="url(#id)"`)
|
|
99
|
+
*/
|
|
100
|
+
id: string;
|
|
101
|
+
/**
|
|
102
|
+
* CSS color value or token variable
|
|
103
|
+
*/
|
|
104
|
+
color: string;
|
|
105
|
+
/**
|
|
106
|
+
* Opacity at the top of the gradient
|
|
107
|
+
* @default 0.4
|
|
108
|
+
*/
|
|
109
|
+
startOpacity?: number;
|
|
110
|
+
/**
|
|
111
|
+
* Opacity at the bottom of the gradient
|
|
112
|
+
* @default 0.05
|
|
113
|
+
*/
|
|
114
|
+
endOpacity?: number;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* ChartLegendContent props
|
|
118
|
+
*/
|
|
119
|
+
export interface ChartLegendContentProps {
|
|
120
|
+
/**
|
|
121
|
+
* Additional class name
|
|
122
|
+
*/
|
|
123
|
+
className?: string;
|
|
124
|
+
/**
|
|
125
|
+
* Recharts injected props (passed automatically)
|
|
126
|
+
*/
|
|
127
|
+
payload?: Array<{
|
|
128
|
+
value: string;
|
|
129
|
+
type: string;
|
|
130
|
+
id: string;
|
|
131
|
+
color: string;
|
|
132
|
+
dataKey: string;
|
|
133
|
+
}>;
|
|
134
|
+
}
|
|
135
|
+
//# sourceMappingURL=Chart.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chart.types.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/Chart.types.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACzE;;OAEG;IACH,MAAM,EAAE,WAAW,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC;IAEtC;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAE3C;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;IAEpD;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,KAAK,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KAClC,CAAC,CAAC;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;CACJ"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Chart Component - Orion-themed wrappers for Recharts.
|
|
3
|
+
*
|
|
4
|
+
* @example
|
|
5
|
+
* ```tsx
|
|
6
|
+
* import { ChartContainer, ChartTooltipContent, ChartLegendContent } from '@orion-ds/react';
|
|
7
|
+
* import { BarChart, Bar, XAxis, YAxis, Tooltip, Legend } from 'recharts';
|
|
8
|
+
*
|
|
9
|
+
* <ChartContainer config={config}>
|
|
10
|
+
* <BarChart data={data}>
|
|
11
|
+
* <XAxis dataKey="month" />
|
|
12
|
+
* <YAxis />
|
|
13
|
+
* <Tooltip content={<ChartTooltipContent />} />
|
|
14
|
+
* <Legend content={<ChartLegendContent />} />
|
|
15
|
+
* <Bar dataKey="revenue" fill="var(--color-revenue)" />
|
|
16
|
+
* </BarChart>
|
|
17
|
+
* </ChartContainer>
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export { ChartContainer, ChartTooltipContent, ChartLegendContent, ChartGradient, ChartTooltip, ChartLegend, } from './Chart';
|
|
21
|
+
export type { ChartConfig, ChartConfigItem, ChartContainerProps, ChartTooltipContentProps, ChartLegendContentProps, ChartGradientProps, } from './Chart.types';
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,aAAa,EACb,YAAY,EACZ,WAAW,GACZ,MAAM,SAAS,CAAC;AACjB,YAAY,EACV,WAAW,EACX,eAAe,EACf,mBAAmB,EACnB,wBAAwB,EACxB,uBAAuB,EACvB,kBAAkB,GACnB,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useResolvedChartColors.d.ts","sourceRoot":"","sources":["../../../src/components/Chart/useResolvedChartColors.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAoCjD,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,WAAW;;;EAqCzD"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ChatProps } from './Chat.types';
|
|
3
|
+
import { ChatMessage, ChatMessages, ChatInput, ChatHeader, ChatTypingIndicator, ChatCodeBlock, ChatMarkdown, ChatImagePreview, ChatAudioPlayer, ChatVoiceRecorder, ChatFileUpload, ChatAttachment, ChatSidebar } from './components';
|
|
4
|
+
|
|
5
|
+
type ChatComponent = React.FC<ChatProps> & {
|
|
6
|
+
Header: typeof ChatHeader;
|
|
7
|
+
Messages: typeof ChatMessages;
|
|
8
|
+
Message: typeof ChatMessage;
|
|
9
|
+
Input: typeof ChatInput;
|
|
10
|
+
TypingIndicator: typeof ChatTypingIndicator;
|
|
11
|
+
CodeBlock: typeof ChatCodeBlock;
|
|
12
|
+
Markdown: typeof ChatMarkdown;
|
|
13
|
+
ImagePreview: typeof ChatImagePreview;
|
|
14
|
+
AudioPlayer: typeof ChatAudioPlayer;
|
|
15
|
+
VoiceRecorder: typeof ChatVoiceRecorder;
|
|
16
|
+
FileUpload: typeof ChatFileUpload;
|
|
17
|
+
Attachment: typeof ChatAttachment;
|
|
18
|
+
Sidebar: typeof ChatSidebar;
|
|
19
|
+
};
|
|
20
|
+
export declare const Chat: ChatComponent;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=Chat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chat.d.ts","sourceRoot":"","sources":["../../../src/components/Chat/Chat.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EACL,WAAW,EACX,YAAY,EACZ,SAAS,EACT,UAAU,EACV,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,WAAW,EACZ,MAAM,cAAc,CAAC;AAoBtB,KAAK,aAAa,GAAG,KAAK,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG;IACzC,MAAM,EAAE,OAAO,UAAU,CAAC;IAC1B,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,OAAO,EAAE,OAAO,WAAW,CAAC;IAC5B,KAAK,EAAE,OAAO,SAAS,CAAC;IACxB,eAAe,EAAE,OAAO,mBAAmB,CAAC;IAC5C,SAAS,EAAE,OAAO,aAAa,CAAC;IAChC,QAAQ,EAAE,OAAO,YAAY,CAAC;IAC9B,YAAY,EAAE,OAAO,gBAAgB,CAAC;IACtC,WAAW,EAAE,OAAO,eAAe,CAAC;IACpC,aAAa,EAAE,OAAO,iBAAiB,CAAC;IACxC,UAAU,EAAE,OAAO,cAAc,CAAC;IAClC,UAAU,EAAE,OAAO,cAAc,CAAC;IAClC,OAAO,EAAE,OAAO,WAAW,CAAC;CAC7B,CAAC;AAGF,eAAO,MAAM,IAAI,EAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._chat_ytosv_12{display:flex;flex-direction:column;height:100%;flex:1;min-height:0;background:var(--surface-base);border-radius:var(--radius-container);overflow:hidden;position:relative}._header_ytosv_28{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3) var(--spacing-4);background:var(--surface-base);border-bottom:1px solid var(--border-subtle);flex-shrink:0}._headerAvatar_ytosv_38{flex-shrink:0}._headerContent_ytosv_42{flex:1;min-width:0}._headerTitle_ytosv_47{font-size:var(--font-size-16);font-weight:var(--font-weight-semibold);color:var(--text-primary);line-height:var(--line-height-tight);margin:0}._headerSubtitle_ytosv_55{font-size:var(--font-size-14);color:var(--text-secondary);line-height:var(--line-height-normal);margin:0}._headerActions_ytosv_62{display:flex;align-items:center;gap:var(--spacing-2);flex-shrink:0}._messages_ytosv_73{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:var(--spacing-4);padding-bottom:var(--spacing-32);display:flex;flex-direction:column;gap:var(--spacing-4);scroll-behavior:smooth}._messagesInner_ytosv_86{display:flex;flex-direction:column;flex-shrink:0;gap:var(--spacing-4);max-width:var(--chat-max-width);width:100%;margin:0 auto}._message_ytosv_73{display:flex;gap:var(--spacing-3);max-width:100%;animation:_messageIn_ytosv_1 var(--transition-spring)}@keyframes _messageIn_ytosv_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){._message_ytosv_73{animation:none}}._messageUser_ytosv_124{flex-direction:row-reverse}._messageUser_ytosv_124 ._messageContent_ytosv_129{flex:0 1 auto;max-width:75%;align-items:flex-end}._messageAssistant_ytosv_128 ._messageContent_ytosv_129{flex:0 1 auto;max-width:90%}._messageAvatar_ytosv_144{flex-shrink:0;width:var(--size-avatar-md);height:var(--size-avatar-md);border-radius:var(--radius-full);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-subtle);color:var(--text-secondary);font-size:var(--font-size-14)}._messageAvatarUser_ytosv_158{background:var(--interactive-primary);color:var(--interactive-primary-text)}._messageAvatarAssistant_ytosv_163{background:var(--surface-layer);color:var(--text-brand)}._messageContent_ytosv_129{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--spacing-2)}._messageBubble_ytosv_176{padding:var(--spacing-3) var(--spacing-4);border-radius:var(--chat-bubble-radius);line-height:var(--line-height-relaxed);overflow-wrap:break-word}._messageBubbleUser_ytosv_183{background:var(--interactive-primary);color:var(--text-on-brand-primary);box-shadow:var(--shadow-sm);width:fit-content;max-width:100%}._messageBubbleAssistant_ytosv_191{background:var(--surface-layer);color:var(--text-primary);width:fit-content;max-width:100%}._messageBubbleSystem_ytosv_198{background:var(--surface-layer);color:var(--text-secondary);font-size:var(--font-size-14);text-align:center;border-radius:var(--chat-bubble-radius);padding:var(--spacing-2) var(--spacing-3)}._messageAttachments_ytosv_207{display:flex;flex-wrap:wrap;gap:var(--spacing-2);margin-top:var(--spacing-2)}._messageUser_ytosv_124 ._messageAttachments_ytosv_207{justify-content:flex-end}._messageFooter_ytosv_218{display:flex;align-items:center;gap:var(--spacing-2);padding:0 var(--spacing-1)}._messageUser_ytosv_124 ._messageFooter_ytosv_218{justify-content:flex-end}._messageTimestamp_ytosv_229{font-size:var(--font-size-12);color:var(--text-tertiary)}._messageStatus_ytosv_234{display:flex;align-items:center;gap:var(--spacing-1);font-size:var(--font-size-12);color:var(--text-tertiary)}._messageStatusError_ytosv_242{color:var(--status-error)}._messageActions_ytosv_246{display:flex;align-items:center;gap:var(--spacing-1);opacity:0;transition:opacity var(--transition-fast)}._message_ytosv_73:hover ._messageActions_ytosv_246{opacity:1}._streamingCursor_ytosv_259{display:inline-block;width:var(--spacing-05);height:1.1em;background:currentColor;margin-left:var(--spacing-05);border-radius:1px;vertical-align:text-bottom;animation:_cursorPulse_ytosv_1 1.2s ease-in-out infinite}@keyframes _cursorPulse_ytosv_1{0%,to{opacity:1}50%{opacity:.15}}._thinkingBubble_ytosv_288{display:flex;align-items:center;justify-content:center;min-height:40px;min-width:56px}._thinkingSpinner_ytosv_296{display:block;width:20px;height:20px;border-radius:var(--radius-full);background:conic-gradient(from 0deg,transparent 0%,transparent 10%,var(--text-tertiary) 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),var(--text-primary) calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),var(--text-primary) calc(100% - 2px));animation:_thinkingSpin_ytosv_296 1.2s linear infinite}@keyframes _thinkingSpin_ytosv_296{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){._thinkingSpinner_ytosv_296{animation:none;background:none;-webkit-mask:none;mask:none;border:2px solid var(--border-subtle);border-top-color:var(--text-tertiary)}}._inputContainer_ytosv_341{position:absolute;bottom:0;left:0;right:0;padding:var(--spacing-10) var(--spacing-4) var(--spacing-4);background:linear-gradient(to bottom,transparent 0%,var(--surface-base) 50%);pointer-events:none;z-index:var(--z-dropdown)}._inputWrapper_ytosv_356{display:flex;flex-direction:column;gap:var(--spacing-2);max-width:var(--chat-max-width);margin:0 auto;pointer-events:auto}._inputBox_ytosv_365{display:flex;align-items:flex-end;gap:var(--spacing-2);background:var(--surface-base);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--spacing-3) var(--spacing-4);box-shadow:var(--shadow-card-sm);transition:all var(--transition-fast)}._inputBox_ytosv_365:focus-within{border-color:var(--interactive-primary);box-shadow:var(--shadow-md)}._inputActions_ytosv_382{display:flex;align-items:center;gap:var(--spacing-1);flex-shrink:0}._inputTextarea_ytosv_389{flex:1;min-height:var(--chat-textarea-min-height);max-height:var(--chat-textarea-max-height);padding:var(--spacing-1) 0;background:transparent;border:none;outline:none;font-family:var(--font-secondary);font-size:var(--font-size-16);color:var(--text-primary);line-height:var(--line-height-relaxed);resize:none;overflow-y:auto}._inputTextarea_ytosv_389::placeholder{color:var(--text-tertiary)}._inputSendButton_ytosv_409{flex-shrink:0}._inputButton_ytosv_413{display:flex;align-items:center;justify-content:center;width:var(--size-avatar-md);height:var(--size-avatar-md);padding:0;background:transparent;border:none;border-radius:var(--radius-control);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}._inputButton_ytosv_413:hover:not(:disabled){background:var(--surface-layer);color:var(--text-primary)}._inputButton_ytosv_413:disabled{opacity:.5;cursor:not-allowed}._inputButtonPrimary_ytosv_438{background:var(--interactive-primary);color:var(--interactive-primary-text);border-radius:var(--radius-full)}._inputButtonPrimary_ytosv_438:hover:not(:disabled){background:var(--interactive-primary-hover);color:var(--interactive-primary-text)}._pendingAttachments_ytosv_450{display:flex;flex-wrap:wrap;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);background:var(--surface-subtle);border-radius:var(--chat-bubble-radius)}._pendingAttachment_ytosv_450{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-1) var(--spacing-2);background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:var(--chat-bubble-radius);font-size:var(--font-size-14);color:var(--text-primary)}._pendingAttachmentRemove_ytosv_471{display:flex;align-items:center;justify-content:center;width:var(--size-icon-md);height:var(--size-icon-md);padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast)}._pendingAttachmentRemove_ytosv_471:hover{background:var(--surface-subtle);color:var(--status-error)}._codeBlock_ytosv_495{position:relative;margin:var(--spacing-2) 0;border-radius:var(--chat-bubble-radius);overflow:hidden;background:var(--surface-sunken)}._codeBlockHeader_ytosv_503{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-2) var(--spacing-3);background:var(--surface-layer);border-bottom:1px solid var(--border-subtle)}._codeBlockLanguage_ytosv_512{font-size:var(--font-size-12);font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase}._codeBlockCopy_ytosv_519{display:flex;align-items:center;gap:var(--spacing-1);padding:var(--spacing-1) var(--spacing-2);background:transparent;border:none;border-radius:var(--radius-sm);font-size:var(--font-size-12);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}._codeBlockCopy_ytosv_519:hover{background:var(--surface-subtle);color:var(--text-primary)}._codeBlockCopied_ytosv_538{color:var(--status-success)}._codeBlockContent_ytosv_542{overflow-x:auto;padding:var(--spacing-3);font-family:var(--font-mono);font-size:var(--font-size-14);line-height:var(--line-height-relaxed)}._markdown_ytosv_554{font-family:var(--font-secondary);font-size:var(--font-size-16);line-height:var(--line-height-relaxed);color:inherit}._markdown_ytosv_554 p{margin:0 0 var(--spacing-2)}._markdown_ytosv_554 p:last-child{margin-bottom:0}._markdown_ytosv_554 strong{font-weight:var(--font-weight-semibold)}._markdown_ytosv_554 em{font-style:italic}._markdown_ytosv_554 a{color:var(--text-brand);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color var(--transition-fast)}._markdown_ytosv_554 a:hover{text-decoration-color:currentColor}._markdown_ytosv_554 ul,._markdown_ytosv_554 ol{margin:var(--spacing-2) 0;padding-left:var(--spacing-6)}._markdown_ytosv_554 li{margin:var(--spacing-1) 0}._markdown_ytosv_554 h1,._markdown_ytosv_554 h2,._markdown_ytosv_554 h3,._markdown_ytosv_554 h4,._markdown_ytosv_554 h5,._markdown_ytosv_554 h6{font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);margin:var(--spacing-4) 0 var(--spacing-2)}._markdown_ytosv_554 h1:first-child,._markdown_ytosv_554 h2:first-child,._markdown_ytosv_554 h3:first-child{margin-top:0}._markdown_ytosv_554 h1{font-size:var(--font-size-24)}._markdown_ytosv_554 h2{font-size:var(--font-size-20)}._markdown_ytosv_554 h3{font-size:var(--font-size-18)}._markdown_ytosv_554 h4{font-size:var(--font-size-16)}._markdown_ytosv_554 blockquote{margin:var(--spacing-3) 0;padding:var(--spacing-2) var(--spacing-4);border-left:3px solid var(--border-strong);background:var(--surface-layer);color:var(--text-secondary)}._markdown_ytosv_554 hr{margin:var(--spacing-4) 0;border:none;border-top:1px solid var(--border-subtle)}._markdown_ytosv_554 table{width:100%;margin:var(--spacing-3) 0;border-collapse:collapse;font-size:var(--font-size-14)}._markdown_ytosv_554 th,._markdown_ytosv_554 td{padding:var(--spacing-2) var(--spacing-3);border:1px solid var(--border-subtle);text-align:left}._markdown_ytosv_554 th{background:var(--surface-layer);font-weight:var(--font-weight-medium)}._markdown_ytosv_554 code{padding:var(--spacing-05) var(--spacing-2);background:var(--surface-layer);border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:.9em}._markdown_ytosv_554 pre{margin:var(--spacing-3) 0;padding:0;background:transparent;border-radius:var(--radius-sm);overflow:hidden}._markdown_ytosv_554 pre code{padding:0;background:transparent;border-radius:0}._markdownUser_ytosv_684 a{color:inherit;opacity:.9}._markdownUser_ytosv_684 code{background:var(--overlay-light)}._imagePreview_ytosv_698{position:relative;border-radius:var(--chat-bubble-radius);overflow:hidden;cursor:pointer;transition:transform var(--transition-fast)}._imagePreview_ytosv_698:hover{transform:scale(1.02)}._imagePreviewImg_ytosv_710{display:block;max-width:var(--chat-image-max-width);max-height:var(--chat-image-max-height);width:auto;height:auto;object-fit:cover;border-radius:var(--chat-bubble-radius)}._audioPlayer_ytosv_721{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);background:var(--surface-layer);border-radius:var(--chat-bubble-radius);min-width:200px}._audioPlayerButton_ytosv_731{display:flex;align-items:center;justify-content:center;width:var(--size-avatar-sm);height:var(--size-avatar-sm);padding:0;background:var(--interactive-primary);border:none;border-radius:var(--radius-full);color:var(--interactive-primary-text);cursor:pointer;transition:all var(--transition-fast)}._audioPlayerButton_ytosv_731:hover{background:var(--interactive-primary-hover)}._audioPlayerProgress_ytosv_750{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1)}._audioPlayerTrack_ytosv_757{height:4px;background:var(--surface-subtle);border-radius:var(--radius-full);overflow:hidden}._audioPlayerFill_ytosv_764{height:100%;background:var(--interactive-primary);transition:width .1s linear}._audioPlayerTime_ytosv_770{display:flex;justify-content:space-between;font-size:var(--font-size-12);color:var(--text-tertiary);font-family:var(--font-mono)}._voiceRecorder_ytosv_779{display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3);background:var(--surface-layer);border-radius:var(--chat-bubble-radius)}._voiceRecorderButton_ytosv_788{display:flex;align-items:center;justify-content:center;width:var(--size-avatar-lg);height:var(--size-avatar-lg);padding:0;background:var(--status-error);border:none;border-radius:var(--radius-full);color:var(--color-neutral-0);cursor:pointer;transition:all var(--transition-fast)}._voiceRecorderButton_ytosv_788:hover{opacity:.9}._voiceRecorderButtonIdle_ytosv_807{background:var(--interactive-primary)}._voiceRecorderInfo_ytosv_811{flex:1;display:flex;flex-direction:column;gap:var(--spacing-1)}._voiceRecorderDuration_ytosv_818{font-size:var(--font-size-18);font-family:var(--font-mono);color:var(--text-primary)}._voiceRecorderLabel_ytosv_824{font-size:var(--font-size-14);color:var(--text-secondary)}._voiceRecorderWaveform_ytosv_829{display:flex;align-items:center;gap:var(--spacing-05);height:32px}._voiceRecorderBar_ytosv_836{width:3px;background:var(--status-error);border-radius:var(--radius-full);animation:_waveform_ytosv_1 .5s ease-in-out infinite}._voiceRecorderBar_ytosv_836:nth-child(2){animation-delay:.1s}._voiceRecorderBar_ytosv_836:nth-child(3){animation-delay:.2s}._voiceRecorderBar_ytosv_836:nth-child(4){animation-delay:.3s}._voiceRecorderBar_ytosv_836:nth-child(5){animation-delay:.4s}@keyframes _waveform_ytosv_1{0%,to{height:8px}50%{height:24px}}._voiceRecorderActions_ytosv_866{display:flex;gap:var(--spacing-2)}._fileUpload_ytosv_872{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-6);border:2px dashed var(--border-default);border-radius:var(--radius-container);background:var(--surface-subtle);cursor:pointer;transition:all var(--transition-fast)}._fileUpload_ytosv_872:hover{border-color:var(--interactive-primary);background:var(--surface-layer)}._fileUploadDragging_ytosv_890{border-color:var(--interactive-primary);background:var(--interactive-primary-subtle)}._fileUploadIcon_ytosv_895{color:var(--text-tertiary);margin-bottom:var(--spacing-2)}._fileUploadText_ytosv_900{font-size:var(--font-size-14);color:var(--text-secondary);text-align:center}._fileUploadHint_ytosv_906{font-size:var(--font-size-12);color:var(--text-tertiary);margin-top:var(--spacing-1)}._attachmentPreview_ytosv_913{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2);background:var(--surface-layer);border:1px solid var(--border-subtle);border-radius:var(--chat-bubble-radius);cursor:pointer;transition:all var(--transition-fast)}._attachmentPreview_ytosv_913:hover{border-color:var(--border-default)}._attachmentPreviewIcon_ytosv_929{display:flex;align-items:center;justify-content:center;width:var(--size-avatar-sm);height:var(--size-avatar-sm);background:var(--surface-subtle);border-radius:var(--radius-sm);color:var(--text-secondary)}._attachmentPreviewInfo_ytosv_940{flex:1;min-width:0}._attachmentPreviewName_ytosv_945{font-size:var(--font-size-14);color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._attachmentPreviewMeta_ytosv_953{font-size:var(--font-size-12);color:var(--text-tertiary)}._attachmentPreviewRemove_ytosv_958{display:flex;align-items:center;justify-content:center;width:var(--size-icon-lg);height:var(--size-icon-lg);padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast)}._attachmentPreviewRemove_ytosv_958:hover{background:var(--surface-subtle);color:var(--status-error)}._lightbox_ytosv_982{position:fixed;inset:0;z-index:var(--z-toast);display:flex;align-items:center;justify-content:center;padding:var(--spacing-4);background:var(--overlay-dark-heavy);animation:_lightboxIn_ytosv_1 .2s ease-out}@keyframes _lightboxIn_ytosv_1{0%{opacity:0}to{opacity:1}}._lightboxImage_ytosv_1003{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-sm)}._lightboxClose_ytosv_1010{position:absolute;top:var(--spacing-4);right:var(--spacing-4);display:flex;align-items:center;justify-content:center;width:var(--size-avatar-md);height:var(--size-avatar-md);padding:0;background:var(--overlay-light-subtle);border:none;border-radius:var(--radius-full);color:var(--color-neutral-0);cursor:pointer;transition:all var(--transition-fast)}._lightboxClose_ytosv_1010:hover{background:var(--overlay-light)}._sidebar_ytosv_1036{display:flex;flex-direction:column;width:var(--size-sidebar-width);flex-shrink:0;height:100%;background:var(--surface-sunken);border-right:1px solid var(--border-subtle);overflow:hidden}._sidebarHeader_ytosv_1047{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-4);border-bottom:1px solid var(--border-subtle)}._sidebarNewButton_ytosv_1055{flex:1}._sidebarSearch_ytosv_1059{padding:var(--spacing-2) var(--spacing-4)}._sidebarSearchInput_ytosv_1063{width:100%;padding:var(--spacing-2) var(--spacing-3);background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:var(--font-size-14);color:var(--text-primary);outline:none;transition:all var(--transition-fast)}._sidebarSearchInput_ytosv_1063::placeholder{color:var(--text-tertiary)}._sidebarSearchInput_ytosv_1063:focus{border-color:var(--interactive-primary)}._sidebarList_ytosv_1083{flex:1;overflow-y:auto;padding:var(--spacing-2)}._sidebarItem_ytosv_1089{display:flex;align-items:flex-start;gap:var(--spacing-3);width:100%;padding:var(--spacing-3);background:transparent;border:none;border-radius:var(--radius-sm);text-align:left;cursor:pointer;transition:all var(--transition-fast)}._sidebarItem_ytosv_1089:hover,._sidebarItemActive_ytosv_1107{background:var(--surface-base)}._sidebarItemContent_ytosv_1111{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._sidebarItemTitle_ytosv_1119{display:block;font-size:var(--font-size-14);font-weight:var(--font-weight-medium);color:var(--text-primary);line-height:var(--line-height-tight);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sidebarItemPreview_ytosv_1130{display:block;font-size:var(--font-size-12);color:var(--text-tertiary);line-height:var(--line-height-normal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sidebarItemDelete_ytosv_1140{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--size-icon-lg);height:var(--size-icon-lg);padding:0;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;opacity:0;transition:all var(--transition-fast)}._sidebarItem_ytosv_1089:hover ._sidebarItemDelete_ytosv_1140{opacity:1}._sidebarItemDelete_ytosv_1140:hover{background:var(--surface-subtle);color:var(--status-error)}._sidebarFooter_ytosv_1166{padding:var(--spacing-3) var(--spacing-4);border-top:1px solid var(--border-subtle)}._sidebarEmpty_ytosv_1171{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-8);color:var(--text-tertiary);text-align:center}._sidebarEmptyIcon_ytosv_1181{margin-bottom:var(--spacing-2)}._sidebarGroupHeader_ytosv_1186{padding:var(--spacing-2) var(--spacing-3);margin-top:var(--spacing-3);font-size:var(--font-size-10);font-weight:var(--font-weight-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}._sidebarGroupHeader_ytosv_1186:first-child{margin-top:0}._sidebarCollapsed_ytosv_1201{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);z-index:var(--z-sticky);box-shadow:var(--shadow-lg)}._sidebarCollapsed_ytosv_1201._sidebarOpen_ytosv_1211{transform:translate(0)}._section_ytosv_1219{display:flex;height:100%;background:var(--surface-base);overflow:hidden}._sectionMain_ytosv_1226{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}._pageTemplate_ytosv_1239{display:flex;height:100vh;background:var(--surface-base);overflow:hidden}._pageTemplateHeader_ytosv_1246{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-3) var(--spacing-4);background:var(--surface-base);border-bottom:1px solid var(--border-subtle)}._pageTemplateLogo_ytosv_1255{display:flex;align-items:center;gap:var(--spacing-2);font-weight:var(--font-weight-semibold);color:var(--text-primary)}._pageTemplateUser_ytosv_1263{display:flex;align-items:center;gap:var(--spacing-2)}._scrollToBottomWrapper_ytosv_1273{position:sticky;bottom:var(--spacing-20);display:flex;justify-content:center;pointer-events:none;z-index:var(--z-dropdown)}._scrollToBottomButton_ytosv_1282{pointer-events:auto;box-shadow:var(--shadow-md)}@keyframes _spin_ytosv_1{to{transform:rotate(360deg)}}._inputSpinner_ytosv_1297{display:inline-block;width:20px;height:20px;border:2px solid currentColor;border-top-color:transparent;border-radius:var(--radius-full);animation:_spin_ytosv_1 1s linear infinite}._pendingAttachmentSize_ytosv_1311{color:var(--text-tertiary)}._voiceRecorderError_ytosv_1319{color:var(--status-error)}._headerAvatarDefault_ytosv_1327{background:var(--surface-layer);color:var(--text-brand)}._sidebarOverlay_ytosv_1336{position:fixed;inset:0;background:var(--overlay-dark-heavy);z-index:var(--z-dropdown);display:none}._sidebarNewButtonInner_ytosv_1344{display:flex;align-items:center;gap:var(--spacing-2);width:100%;justify-content:center}._sidebarCloseButton_ytosv_1352{display:none}._sidebarSearchWrapper_ytosv_1356{position:relative}._sidebarSearchIcon_ytosv_1360{position:absolute;left:var(--spacing-3);top:50%;transform:translateY(-50%);color:var(--text-tertiary);pointer-events:none}._sidebarSearchInputWithIcon_ytosv_1369{padding-left:var(--spacing-8)}._sidebarItemIcon_ytosv_1373{flex-shrink:0;color:var(--text-tertiary);margin-top:2px}._sidebarItemDate_ytosv_1379{font-size:var(--font-size-12);color:var(--text-tertiary);flex-shrink:0;margin-top:2px;white-space:nowrap}._sidebarItemDeleteConfirm_ytosv_1388{font-size:var(--font-size-12);color:var(--status-error);font-weight:var(--font-weight-medium)}._messageRetry_ytosv_1398{display:inline-flex;align-items:center;gap:var(--spacing-1);padding:var(--spacing-1) var(--spacing-2);margin-left:var(--spacing-2);background:transparent;border:1px solid var(--status-error);border-radius:var(--radius-sm);color:var(--status-error);font-size:var(--font-size-12);cursor:pointer;transition:all var(--transition-fast)}._messageRetry_ytosv_1398:hover{background:var(--status-error);color:var(--color-neutral-0)}._messageReactions_ytosv_1422{display:flex;align-items:center;gap:var(--spacing-1);opacity:0;transition:opacity var(--transition-fast)}._message_ytosv_73:hover ._messageReactions_ytosv_1422{opacity:1}._messageReactionButton_ytosv_1434{display:flex;align-items:center;justify-content:center;width:var(--size-icon-lg);height:var(--size-icon-lg);padding:0;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast)}._messageReactionButton_ytosv_1434:hover{background:var(--surface-layer);color:var(--text-primary)}._messageReactionActive_ytosv_1454{color:var(--interactive-primary);opacity:1}._messageReactionsVisible_ytosv_1460{opacity:1}._emptyState_ytosv_1468{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:var(--spacing-4);color:var(--text-tertiary);text-align:center;padding:var(--spacing-8)}._emptyStateIcon_ytosv_1480{width:64px;height:64px;border-radius:var(--radius-full);background:var(--surface-subtle);display:flex;align-items:center;justify-content:center}._emptyStateTitle_ytosv_1490{font-size:var(--font-size-20);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin-bottom:var(--spacing-2)}._emptyStateText_ytosv_1497{font-size:var(--font-size-14)}._pageTemplateSidebarHeader_ytosv_1505{display:flex;align-items:center;gap:var(--spacing-2);width:100%}._pageTemplateSidebarHeaderLogo_ytosv_1512{flex:1}._pageTemplateSidebarHeaderLogoText_ytosv_1516{font-weight:var(--font-weight-semibold);color:var(--text-primary);font-size:var(--font-size-18)}._pageTemplateUserButton_ytosv_1526{display:flex;align-items:center;gap:var(--spacing-2);width:100%;padding:var(--spacing-2);background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast)}._pageTemplateUserButtonActive_ytosv_1539{background:var(--surface-base)}._pageTemplateUserAvatar_ytosv_1543{width:32px;height:32px;border-radius:var(--radius-full);object-fit:cover}._pageTemplateUserAvatarFallback_ytosv_1550{width:32px;height:32px;border-radius:var(--radius-full);background:var(--interactive-primary);color:var(--interactive-primary-text);display:flex;align-items:center;justify-content:center}._pageTemplateUserName_ytosv_1561{flex:1;text-align:left;color:var(--text-primary);font-weight:var(--font-weight-medium)}._pageTemplateUserMenu_ytosv_1572{position:absolute;bottom:100%;left:0;right:0;margin-bottom:var(--spacing-2);background:var(--surface-base);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);overflow:hidden}._pageTemplateMenuItem_ytosv_1585{display:flex;align-items:center;gap:var(--spacing-2);width:100%;padding:var(--spacing-2) var(--spacing-3);background:transparent;border:none;color:var(--text-primary);cursor:pointer;text-align:left;font-size:var(--font-size-14);transition:background var(--transition-fast)}._pageTemplateMenuItem_ytosv_1585:hover{background:var(--surface-subtle)}._pageTemplateMenuItemDanger_ytosv_1604{color:var(--status-error)}._pageTemplateMenuItemDanger_ytosv_1604:hover{background:var(--surface-subtle)}._pageTemplateMenuOverlay_ytosv_1613{position:fixed;inset:0;z-index:var(--z-dropdown)}@media(max-width:768px){._sidebar_ytosv_1036{position:fixed;left:0;top:0;bottom:0;z-index:var(--z-sticky);transform:translate(-100%);transition:transform var(--transition-smooth);box-shadow:var(--shadow-lg)}._sidebar_ytosv_1036._sidebarOpen_ytosv_1211{transform:translate(0)}._sidebarOverlay_ytosv_1336{display:block}._sidebarCloseButton_ytosv_1352{display:flex}._messages_ytosv_73{padding:var(--spacing-3);padding-bottom:var(--spacing-24)}._inputContainer_ytosv_341{padding:var(--spacing-8) var(--spacing-3) var(--spacing-3)}._messageAvatar_ytosv_144{width:var(--size-avatar-sm);height:var(--size-avatar-sm)}._messageBubble_ytosv_176{padding:var(--spacing-2) var(--spacing-3)}._messageUser_ytosv_124 ._messageContent_ytosv_129{max-width:85%}._messageAssistant_ytosv_128 ._messageContent_ytosv_129{max-width:100%}._imagePreviewImg_ytosv_710{max-width:var(--chat-image-max-width-mobile);max-height:var(--chat-image-max-height-mobile)}._section_ytosv_1219>._sidebar_ytosv_1036{position:fixed;left:0;top:0;bottom:0;z-index:var(--z-sticky);transform:translate(-100%);transition:transform var(--transition-smooth);box-shadow:var(--shadow-lg)}._section_ytosv_1219>._sidebar_ytosv_1036._sidebarOpen_ytosv_1211{transform:translate(0)}._sectionMobileMenuButton_ytosv_1694{display:flex!important}._pageTemplate_ytosv_1239>._sidebar_ytosv_1036{position:fixed;left:0;top:0;bottom:0;z-index:var(--z-sticky);transform:translate(-100%);transition:transform var(--transition-smooth);box-shadow:var(--shadow-lg)}._pageTemplate_ytosv_1239>._sidebar_ytosv_1036:not(._sidebarCollapsed_ytosv_1201){transform:translate(0)}}@media(min-width:769px){._sectionMobileMenuButton_ytosv_1694{display:none!important}}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { Chat } from './Chat';
|
|
3
|
+
|
|
4
|
+
declare const meta: Meta<typeof Chat>;
|
|
5
|
+
export default meta;
|
|
6
|
+
type Story = StoryObj<typeof meta>;
|
|
7
|
+
export declare const Default: Story;
|
|
8
|
+
export declare const WithMessages: Story;
|
|
9
|
+
export declare const WithTypingIndicator: Story;
|
|
10
|
+
export declare const StreamingMessage: Story;
|
|
11
|
+
export declare const MessageStates: Story;
|
|
12
|
+
export declare const CodeBlocks: Story;
|
|
13
|
+
export declare const MarkdownFormatting: Story;
|
|
14
|
+
export declare const WithAttachments: Story;
|
|
15
|
+
export declare const CodeAttachment: Story;
|
|
16
|
+
export declare const Interactive: Story;
|
|
17
|
+
export declare const InputVariations: Story;
|
|
18
|
+
export declare const WithSidebar: Story;
|
|
19
|
+
export declare const TypingIndicator: Story;
|
|
20
|
+
export declare const CodeBlockStandalone: Story;
|
|
21
|
+
export declare const AudioPlayer: Story;
|
|
22
|
+
export declare const FileUploadZone: Story;
|
|
23
|
+
export declare const DarkMode: Story;
|
|
24
|
+
//# sourceMappingURL=Chat.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Chat.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Chat/Chat.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAgB9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAcC,CAAC;AAE9B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAuGnC,eAAO,MAAM,OAAO,EAAE,KAmDrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAiB1B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAWjC,CAAC;AAsBF,eAAO,MAAM,gBAAgB,EAAE,KAmB9B,CAAC;AAMF,eAAO,MAAM,aAAa,EAAE,KAiE3B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAwCxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAkDhC,CAAC;AAkDF,eAAO,MAAM,eAAe,EAAE,KAuB7B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAqC5B,CAAC;AAMF,eAAO,MAAM,WAAW,EAAE,KA2GzB,CAAC;AAMF,eAAO,MAAM,eAAe,EAAE,KAqE7B,CAAC;AAMF,eAAO,MAAM,WAAW,EAAE,KAoDzB,CAAC;AAMF,eAAO,MAAM,eAAe,EAAE,KA4B7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KA+CjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAqBzB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAmB5B,CAAC;AAMF,eAAO,MAAM,QAAQ,EAAE,KAkCtB,CAAC"}
|