@forgedevstack/bear 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/components/ApprovalCard/ApprovalCard.cjs +1 -0
- package/dist/components/ApprovalCard/ApprovalCard.const.cjs +1 -0
- package/dist/components/ApprovalCard/ApprovalCard.const.d.ts +2 -0
- package/dist/components/ApprovalCard/ApprovalCard.const.js +8 -0
- package/dist/components/ApprovalCard/ApprovalCard.d.ts +2 -0
- package/dist/components/ApprovalCard/ApprovalCard.js +25 -0
- package/dist/components/ApprovalCard/ApprovalCard.types.d.ts +15 -0
- package/dist/components/ApprovalCard/index.d.ts +2 -0
- package/dist/components/ArtifactCard/ArtifactCard.cjs +1 -0
- package/dist/components/ArtifactCard/ArtifactCard.const.cjs +1 -0
- package/dist/components/ArtifactCard/ArtifactCard.const.d.ts +3 -0
- package/dist/components/ArtifactCard/ArtifactCard.const.js +8 -0
- package/dist/components/ArtifactCard/ArtifactCard.d.ts +2 -0
- package/dist/components/ArtifactCard/ArtifactCard.js +43 -0
- package/dist/components/ArtifactCard/ArtifactCard.types.d.ts +15 -0
- package/dist/components/ArtifactCard/index.d.ts +2 -0
- package/dist/components/Banner/Banner.const.cjs +1 -1
- package/dist/components/Banner/Banner.const.js +9 -8
- package/dist/components/Chart/BarChart.cjs +1 -1
- package/dist/components/Chart/BarChart.js +65 -72
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.js +21 -18
- package/dist/components/Chart/Chart.types.d.ts +1 -1
- package/dist/components/Chart/FunnelChart.cjs +1 -1
- package/dist/components/Chart/FunnelChart.js +38 -36
- package/dist/components/Chart/LineChart.cjs +1 -1
- package/dist/components/Chart/LineChart.js +74 -60
- package/dist/components/Chart/PieChart.cjs +1 -1
- package/dist/components/Chart/PieChart.js +102 -82
- package/dist/components/Chart/RadarChart.cjs +1 -1
- package/dist/components/Chart/RadarChart.d.ts +1 -1
- package/dist/components/Chart/RadarChart.js +116 -93
- package/dist/components/Chat/Chat.cjs +1 -1
- package/dist/components/Chat/Chat.const.cjs +1 -1
- package/dist/components/Chat/Chat.const.d.ts +9 -22
- package/dist/components/Chat/Chat.const.js +18 -26
- package/dist/components/Chat/Chat.d.ts +1 -20
- package/dist/components/Chat/Chat.js +107 -162
- package/dist/components/Chat/Chat.types.d.ts +20 -27
- package/dist/components/Chat/Chat.utils.cjs +1 -0
- package/dist/components/Chat/Chat.utils.d.ts +2 -0
- package/dist/components/Chat/Chat.utils.js +10 -0
- package/dist/components/Chat/helpers/ChatTypingIndicator.cjs +1 -0
- package/dist/components/Chat/helpers/ChatTypingIndicator.d.ts +3 -0
- package/dist/components/Chat/helpers/ChatTypingIndicator.js +14 -0
- package/dist/components/Chat/index.d.ts +2 -1
- package/dist/components/ChatBubble/ChatBubble.cjs +1 -0
- package/dist/components/ChatBubble/ChatBubble.const.cjs +1 -0
- package/dist/components/ChatBubble/ChatBubble.const.d.ts +13 -0
- package/dist/components/ChatBubble/ChatBubble.const.js +17 -0
- package/dist/components/ChatBubble/ChatBubble.d.ts +2 -0
- package/dist/components/ChatBubble/ChatBubble.js +32 -0
- package/dist/components/ChatBubble/ChatBubble.types.d.ts +12 -0
- package/dist/components/ChatBubble/ChatBubble.utils.cjs +1 -0
- package/dist/components/ChatBubble/ChatBubble.utils.d.ts +6 -0
- package/dist/components/ChatBubble/ChatBubble.utils.js +15 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleSystem.cjs +1 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleSystem.d.ts +2 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleSystem.js +21 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleThread.cjs +1 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleThread.d.ts +4 -0
- package/dist/components/ChatBubble/helpers/ChatBubbleThread.js +63 -0
- package/dist/components/ChatBubble/index.d.ts +2 -0
- package/dist/components/ChatError/ChatError.cjs +1 -0
- package/dist/components/ChatError/ChatError.const.cjs +1 -0
- package/dist/components/ChatError/ChatError.const.d.ts +2 -0
- package/dist/components/ChatError/ChatError.const.js +8 -0
- package/dist/components/ChatError/ChatError.d.ts +2 -0
- package/dist/components/ChatError/ChatError.js +32 -0
- package/dist/components/ChatError/ChatError.types.d.ts +14 -0
- package/dist/components/ChatError/index.d.ts +2 -0
- package/dist/components/CitationList/CitationList.cjs +1 -0
- package/dist/components/CitationList/CitationList.d.ts +2 -0
- package/dist/components/CitationList/CitationList.js +30 -0
- package/dist/components/CitationList/CitationList.types.d.ts +15 -0
- package/dist/components/CitationList/helpers/CitationListTitle.cjs +1 -0
- package/dist/components/CitationList/helpers/CitationListTitle.d.ts +2 -0
- package/dist/components/CitationList/helpers/CitationListTitle.js +10 -0
- package/dist/components/CitationList/helpers/index.d.ts +1 -0
- package/dist/components/CitationList/index.d.ts +2 -0
- package/dist/components/ContextMeter/ContextMeter.cjs +1 -0
- package/dist/components/ContextMeter/ContextMeter.const.cjs +1 -0
- package/dist/components/ContextMeter/ContextMeter.const.d.ts +6 -0
- package/dist/components/ContextMeter/ContextMeter.const.js +11 -0
- package/dist/components/ContextMeter/ContextMeter.d.ts +2 -0
- package/dist/components/ContextMeter/ContextMeter.js +49 -0
- package/dist/components/ContextMeter/ContextMeter.types.d.ts +11 -0
- package/dist/components/ContextMeter/ContextMeter.utils.cjs +1 -0
- package/dist/components/ContextMeter/ContextMeter.utils.d.ts +2 -0
- package/dist/components/ContextMeter/ContextMeter.utils.js +12 -0
- package/dist/components/ContextMeter/index.d.ts +2 -0
- package/dist/components/Drawer/Drawer.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.cjs +1 -1
- package/dist/components/Drawer/Drawer.const.d.ts +2 -1
- package/dist/components/Drawer/Drawer.const.js +7 -6
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/Drawer.js +93 -83
- package/dist/components/Drawer/Drawer.types.d.ts +4 -1
- package/dist/components/Drawer/hooks/useDrawer.cjs +1 -1
- package/dist/components/Drawer/hooks/useDrawer.js +33 -34
- package/dist/components/Drawer/index.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.cjs +1 -1
- package/dist/components/EmptyState/EmptyState.const.cjs +1 -1
- package/dist/components/EmptyState/EmptyState.const.d.ts +8 -6
- package/dist/components/EmptyState/EmptyState.const.js +15 -8
- package/dist/components/EmptyState/EmptyState.d.ts +1 -2
- package/dist/components/EmptyState/EmptyState.js +39 -43
- package/dist/components/EmptyState/EmptyState.types.d.ts +2 -0
- package/dist/components/EmptyState/helpers/EmptyStateErrorSvg.cjs +1 -0
- package/dist/components/EmptyState/helpers/EmptyStateErrorSvg.d.ts +3 -0
- package/dist/components/EmptyState/helpers/EmptyStateErrorSvg.js +8 -0
- package/dist/components/EmptyState/helpers/EmptyStateInboxSvg.cjs +1 -0
- package/dist/components/EmptyState/helpers/EmptyStateInboxSvg.d.ts +3 -0
- package/dist/components/EmptyState/helpers/EmptyStateInboxSvg.js +8 -0
- package/dist/components/EmptyState/helpers/EmptyStateSearchSvg.cjs +1 -0
- package/dist/components/EmptyState/helpers/EmptyStateSearchSvg.d.ts +3 -0
- package/dist/components/EmptyState/helpers/EmptyStateSearchSvg.js +8 -0
- package/dist/components/EmptyState/helpers/index.d.ts +3 -0
- package/dist/components/EmptyState/index.d.ts +1 -1
- package/dist/components/FloatingChat/FloatingChat.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.const.cjs +1 -1
- package/dist/components/FloatingChat/FloatingChat.const.d.ts +12 -1
- package/dist/components/FloatingChat/FloatingChat.const.js +25 -7
- package/dist/components/FloatingChat/FloatingChat.d.ts +1 -18
- package/dist/components/FloatingChat/FloatingChat.js +93 -124
- package/dist/components/FloatingChat/FloatingChat.types.d.ts +11 -22
- package/dist/components/FloatingChat/FloatingChat.utils.cjs +1 -0
- package/dist/components/FloatingChat/FloatingChat.utils.d.ts +2 -0
- package/dist/components/FloatingChat/FloatingChat.utils.js +12 -0
- package/dist/components/FloatingChat/helpers/FloatingChatHeader.cjs +1 -0
- package/dist/components/FloatingChat/helpers/FloatingChatHeader.d.ts +9 -0
- package/dist/components/FloatingChat/helpers/FloatingChatHeader.js +21 -0
- package/dist/components/FloatingChat/helpers/FloatingChatTrigger.cjs +1 -0
- package/dist/components/FloatingChat/helpers/FloatingChatTrigger.d.ts +9 -0
- package/dist/components/FloatingChat/helpers/FloatingChatTrigger.js +17 -0
- package/dist/components/FloatingChat/index.d.ts +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.cjs +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.d.ts +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.js +35 -24
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/Icon/productIcons.cjs +1 -0
- package/dist/components/Icon/productIcons.d.ts +7 -0
- package/dist/components/Icon/productIcons.js +25 -0
- package/dist/components/MessageActions/MessageActions.cjs +1 -0
- package/dist/components/MessageActions/MessageActions.const.cjs +1 -0
- package/dist/components/MessageActions/MessageActions.const.d.ts +2 -0
- package/dist/components/MessageActions/MessageActions.const.js +10 -0
- package/dist/components/MessageActions/MessageActions.d.ts +2 -0
- package/dist/components/MessageActions/MessageActions.js +31 -0
- package/dist/components/MessageActions/MessageActions.types.d.ts +16 -0
- package/dist/components/MessageActions/index.d.ts +2 -0
- package/dist/components/Modal/Modal.cjs +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/ModelSelect/ModelSelect.cjs +1 -0
- package/dist/components/ModelSelect/ModelSelect.const.cjs +1 -0
- package/dist/components/ModelSelect/ModelSelect.const.d.ts +1 -0
- package/dist/components/ModelSelect/ModelSelect.const.js +4 -0
- package/dist/components/ModelSelect/ModelSelect.d.ts +2 -0
- package/dist/components/ModelSelect/ModelSelect.js +41 -0
- package/dist/components/ModelSelect/ModelSelect.types.d.ts +16 -0
- package/dist/components/ModelSelect/index.d.ts +2 -0
- package/dist/components/OverlayPortal/OverlayPortal.const.cjs +1 -1
- package/dist/components/OverlayPortal/OverlayPortal.const.js +6 -5
- package/dist/components/PasswordInput/PasswordInput.cjs +1 -1
- package/dist/components/PasswordInput/PasswordInput.js +5 -5
- package/dist/components/PromptComposer/PromptComposer.cjs +1 -0
- package/dist/components/PromptComposer/PromptComposer.const.cjs +1 -0
- package/dist/components/PromptComposer/PromptComposer.const.d.ts +6 -0
- package/dist/components/PromptComposer/PromptComposer.const.js +14 -0
- package/dist/components/PromptComposer/PromptComposer.d.ts +2 -0
- package/dist/components/PromptComposer/PromptComposer.js +132 -0
- package/dist/components/PromptComposer/PromptComposer.types.d.ts +45 -0
- package/dist/components/PromptComposer/PromptComposer.utils.cjs +1 -0
- package/dist/components/PromptComposer/PromptComposer.utils.d.ts +5 -0
- package/dist/components/PromptComposer/PromptComposer.utils.js +16 -0
- package/dist/components/PromptComposer/helpers/PromptComposerAttachSvg.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerAttachSvg.d.ts +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerAttachSvg.js +6 -0
- package/dist/components/PromptComposer/helpers/PromptComposerFileChip.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerFileChip.d.ts +2 -0
- package/dist/components/PromptComposer/helpers/PromptComposerFileChip.js +18 -0
- package/dist/components/PromptComposer/helpers/PromptComposerSendSvg.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerSendSvg.d.ts +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerSendSvg.js +9 -0
- package/dist/components/PromptComposer/helpers/PromptComposerStopSvg.cjs +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerStopSvg.d.ts +1 -0
- package/dist/components/PromptComposer/helpers/PromptComposerStopSvg.js +6 -0
- package/dist/components/PromptComposer/helpers/index.d.ts +4 -0
- package/dist/components/PromptComposer/index.d.ts +2 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.cjs +1 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.d.ts +2 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.js +39 -0
- package/dist/components/PromptSuggestions/PromptSuggestions.types.d.ts +13 -0
- package/dist/components/PromptSuggestions/index.d.ts +2 -0
- package/dist/components/RichEditor/helpers/IconRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/IconRender.js +16 -16
- package/dist/components/RichEditor/helpers/toolbarItemRender.cjs +1 -1
- package/dist/components/RichEditor/helpers/toolbarItemRender.js +23 -23
- package/dist/components/Select/Select.cjs +1 -1
- package/dist/components/Select/Select.js +23 -23
- package/dist/components/Select/helpers/SelectCheckSvg.cjs +1 -0
- package/dist/components/Select/helpers/SelectCheckSvg.d.ts +3 -0
- package/dist/components/Select/helpers/SelectCheckSvg.js +8 -0
- package/dist/components/Select/helpers/SelectChevronDownSvg.cjs +1 -0
- package/dist/components/Select/helpers/SelectChevronDownSvg.d.ts +3 -0
- package/dist/components/Select/helpers/SelectChevronDownSvg.js +8 -0
- package/dist/components/Select/helpers/index.d.ts +2 -0
- package/dist/components/Skeleton/Skeleton.cjs +1 -1
- package/dist/components/Skeleton/Skeleton.const.cjs +2 -2
- package/dist/components/Skeleton/Skeleton.const.js +5 -6
- package/dist/components/Skeleton/Skeleton.js +59 -59
- package/dist/components/StatCard/StatCard.cjs +1 -1
- package/dist/components/StatCard/StatCard.const.cjs +1 -1
- package/dist/components/StatCard/StatCard.const.d.ts +0 -7
- package/dist/components/StatCard/StatCard.const.js +5 -12
- package/dist/components/StatCard/StatCard.d.ts +1 -2
- package/dist/components/StatCard/StatCard.js +48 -37
- package/dist/components/StatCard/StatCard.utils.cjs +1 -0
- package/dist/components/StatCard/StatCard.utils.d.ts +2 -0
- package/dist/components/StatCard/StatCard.utils.js +7 -0
- package/dist/components/StreamingMessage/StreamingMessage.cjs +1 -0
- package/dist/components/StreamingMessage/StreamingMessage.const.cjs +1 -0
- package/dist/components/StreamingMessage/StreamingMessage.const.d.ts +5 -0
- package/dist/components/StreamingMessage/StreamingMessage.const.js +10 -0
- package/dist/components/StreamingMessage/StreamingMessage.d.ts +2 -0
- package/dist/components/StreamingMessage/StreamingMessage.js +48 -0
- package/dist/components/StreamingMessage/StreamingMessage.types.d.ts +15 -0
- package/dist/components/StreamingMessage/index.d.ts +2 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.cjs +1 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.const.cjs +1 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.const.d.ts +7 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.const.js +14 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.d.ts +2 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.js +39 -0
- package/dist/components/ThemeSwitcher/ThemeSwitcher.types.d.ts +14 -0
- package/dist/components/ThemeSwitcher/index.d.ts +2 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.cjs +1 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.const.cjs +1 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.const.d.ts +4 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.const.js +9 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.d.ts +2 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.js +45 -0
- package/dist/components/ThinkingBlock/ThinkingBlock.types.d.ts +16 -0
- package/dist/components/ThinkingBlock/index.d.ts +2 -0
- package/dist/components/ToolCall/ToolCall.cjs +1 -0
- package/dist/components/ToolCall/ToolCall.const.cjs +1 -0
- package/dist/components/ToolCall/ToolCall.const.d.ts +5 -0
- package/dist/components/ToolCall/ToolCall.const.js +17 -0
- package/dist/components/ToolCall/ToolCall.d.ts +2 -0
- package/dist/components/ToolCall/ToolCall.js +43 -0
- package/dist/components/ToolCall/ToolCall.types.d.ts +20 -0
- package/dist/components/ToolCall/index.d.ts +2 -0
- package/dist/components/Transition/Transition.const.cjs +1 -1
- package/dist/components/Transition/Transition.const.js +12 -6
- package/dist/components/Transition/Transition.types.d.ts +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.ts +37 -9
- package/dist/components/index.js +455 -423
- package/dist/constants/generals.const.cjs +1 -1
- package/dist/constants/generals.const.d.ts +46 -0
- package/dist/constants/generals.const.js +158 -115
- package/dist/constants/keys.const.cjs +1 -1
- package/dist/constants/keys.const.js +2 -1
- package/dist/constants/numbers.const.cjs +1 -1
- package/dist/constants/numbers.const.d.ts +7 -0
- package/dist/constants/numbers.const.js +60 -52
- package/dist/context/BearProvider.cjs +1 -1
- package/dist/context/BearProvider.d.ts +19 -44
- package/dist/context/BearProvider.js +223 -208
- package/dist/context/bearProvider.types.d.ts +4 -0
- package/dist/context/index.d.ts +1 -1
- package/dist/hooks/useFixedAnchorPosition/index.d.ts +1 -1
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.cjs +1 -1
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.d.ts +2 -1
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.const.js +12 -11
- package/dist/hooks/useFixedAnchorPosition/useFixedAnchorPosition.types.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +595 -563
- package/dist/styles/_ai-chat.css +487 -0
- package/dist/styles/_base.css +2 -0
- package/dist/styles/_chart.css +144 -0
- package/dist/styles/_effects.css +8 -4
- package/dist/styles/_skeleton.css +90 -0
- package/dist/styles/main.css +3 -0
- package/dist/styles.css +734 -32
- package/package.json +1 -1
- package/dist/components/FormSkeleton/FormSkeleton.const.cjs +0 -1
- package/dist/components/FormSkeleton/FormSkeleton.const.d.ts +0 -5
- package/dist/components/FormSkeleton/FormSkeleton.const.js +0 -8
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.const.js +0 -14
- package/dist/node_modules/@forgedevstack/bear-icons/dist/Icon.js +0 -35
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/action.js +0 -26
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/cn.utils.js +0 -4
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/editor.js +0 -130
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/misc.js +0 -12
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/navigation.js +0 -18
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.cjs +0 -1
- package/dist/node_modules/@forgedevstack/bear-icons/dist/status.js +0 -6
package/dist/styles.css
CHANGED
|
@@ -169390,18 +169390,6 @@
|
|
|
169390
169390
|
border-radius: inherit;
|
|
169391
169391
|
}
|
|
169392
169392
|
|
|
169393
|
-
.bear-bg-\[var\(--bear-primary-500\)\] {
|
|
169394
|
-
background-color: var(--bear-primary-500);
|
|
169395
|
-
}
|
|
169396
|
-
|
|
169397
|
-
.bear-\!min-w-\[20px\] {
|
|
169398
|
-
min-width: 20px !important;
|
|
169399
|
-
}
|
|
169400
|
-
|
|
169401
|
-
.bear-max-w-\[70\%\] {
|
|
169402
|
-
max-width: 70%;
|
|
169403
|
-
}
|
|
169404
|
-
|
|
169405
169393
|
.bear-z-\[11500\] {
|
|
169406
169394
|
z-index: 11500;
|
|
169407
169395
|
}
|
|
@@ -169453,9 +169441,11 @@
|
|
|
169453
169441
|
|
|
169454
169442
|
/* Danger colors */
|
|
169455
169443
|
--bear-danger-50: #fef2f2;
|
|
169444
|
+
--bear-danger-200: #fecaca;
|
|
169456
169445
|
--bear-danger-500: #ef4444;
|
|
169457
169446
|
--bear-danger-600: #dc2626;
|
|
169458
169447
|
--bear-danger-700: #b91c1c;
|
|
169448
|
+
--bear-danger-800: #991b1b;
|
|
169459
169449
|
|
|
169460
169450
|
/* Info colors */
|
|
169461
169451
|
--bear-info-50: #eff6ff;
|
|
@@ -169862,13 +169852,13 @@
|
|
|
169862
169852
|
}
|
|
169863
169853
|
|
|
169864
169854
|
@keyframes grow-up {
|
|
169865
|
-
from {
|
|
169866
|
-
to { opacity: 1; }
|
|
169855
|
+
from { transform: scaleY(0); opacity: 0; }
|
|
169856
|
+
to { transform: scaleY(1); opacity: 1; }
|
|
169867
169857
|
}
|
|
169868
169858
|
|
|
169869
169859
|
@keyframes grow-right {
|
|
169870
|
-
from {
|
|
169871
|
-
to { opacity: 1; }
|
|
169860
|
+
from { transform: scaleX(0); opacity: 0; }
|
|
169861
|
+
to { transform: scaleX(1); opacity: 1; }
|
|
169872
169862
|
}
|
|
169873
169863
|
|
|
169874
169864
|
@keyframes draw-line {
|
|
@@ -169904,10 +169894,14 @@
|
|
|
169904
169894
|
/* Animation utility classes */
|
|
169905
169895
|
|
|
169906
169896
|
.animate-grow-up {
|
|
169897
|
+
transform-origin: bottom center;
|
|
169898
|
+
transform-box: fill-box;
|
|
169907
169899
|
animation: grow-up 0.5s ease-out forwards;
|
|
169908
169900
|
}
|
|
169909
169901
|
|
|
169910
169902
|
.animate-grow-right {
|
|
169903
|
+
transform-origin: left center;
|
|
169904
|
+
transform-box: fill-box;
|
|
169911
169905
|
animation: grow-right 0.5s ease-out forwards;
|
|
169912
169906
|
}
|
|
169913
169907
|
|
|
@@ -170562,6 +170556,730 @@
|
|
|
170562
170556
|
}
|
|
170563
170557
|
}
|
|
170564
170558
|
|
|
170559
|
+
.Bear-Chat {
|
|
170560
|
+
display: flex;
|
|
170561
|
+
flex-direction: column;
|
|
170562
|
+
overflow: hidden;
|
|
170563
|
+
height: var(--Bear-Chat-height, 400px);
|
|
170564
|
+
background-color: var(--bear-bg-primary);
|
|
170565
|
+
border: 1px solid var(--bear-border-default);
|
|
170566
|
+
border-radius: var(--bear-radius-lg, 0.75rem);
|
|
170567
|
+
}
|
|
170568
|
+
|
|
170569
|
+
.Bear-Chat__header,
|
|
170570
|
+
.Bear-Chat__footer,
|
|
170571
|
+
.Bear-Chat__composer {
|
|
170572
|
+
flex-shrink: 0;
|
|
170573
|
+
border-color: var(--bear-border-default);
|
|
170574
|
+
}
|
|
170575
|
+
|
|
170576
|
+
.Bear-Chat__header {
|
|
170577
|
+
padding: 0.75rem 1rem;
|
|
170578
|
+
border-bottom: 1px solid var(--bear-border-default);
|
|
170579
|
+
}
|
|
170580
|
+
|
|
170581
|
+
.Bear-Chat__messages {
|
|
170582
|
+
position: relative;
|
|
170583
|
+
flex: 1 1 auto;
|
|
170584
|
+
min-height: 0;
|
|
170585
|
+
overflow-y: auto;
|
|
170586
|
+
padding: 1rem;
|
|
170587
|
+
}
|
|
170588
|
+
|
|
170589
|
+
.Bear-Chat__live {
|
|
170590
|
+
position: absolute;
|
|
170591
|
+
width: 1px;
|
|
170592
|
+
height: 1px;
|
|
170593
|
+
overflow: hidden;
|
|
170594
|
+
clip: rect(0 0 0 0);
|
|
170595
|
+
}
|
|
170596
|
+
|
|
170597
|
+
.Bear-Chat__composer {
|
|
170598
|
+
padding: 0.75rem;
|
|
170599
|
+
border-top: 1px solid var(--bear-border-default);
|
|
170600
|
+
}
|
|
170601
|
+
|
|
170602
|
+
.Bear-Chat__new-messages {
|
|
170603
|
+
position: sticky;
|
|
170604
|
+
bottom: 0.5rem;
|
|
170605
|
+
margin-inline: auto;
|
|
170606
|
+
}
|
|
170607
|
+
|
|
170608
|
+
.Bear-ChatBubble {
|
|
170609
|
+
display: flex;
|
|
170610
|
+
gap: 0.5rem;
|
|
170611
|
+
margin-bottom: 0.75rem;
|
|
170612
|
+
}
|
|
170613
|
+
|
|
170614
|
+
.Bear-ChatBubble--user {
|
|
170615
|
+
flex-direction: row-reverse;
|
|
170616
|
+
}
|
|
170617
|
+
|
|
170618
|
+
.Bear-ChatBubble--system {
|
|
170619
|
+
justify-content: center;
|
|
170620
|
+
}
|
|
170621
|
+
|
|
170622
|
+
.Bear-ChatBubble__body {
|
|
170623
|
+
display: flex;
|
|
170624
|
+
flex-direction: column;
|
|
170625
|
+
max-width: 70%;
|
|
170626
|
+
}
|
|
170627
|
+
|
|
170628
|
+
.Bear-ChatBubble--user .Bear-ChatBubble__body {
|
|
170629
|
+
align-items: flex-end;
|
|
170630
|
+
}
|
|
170631
|
+
|
|
170632
|
+
.Bear-ChatBubble--bot .Bear-ChatBubble__body,
|
|
170633
|
+
.Bear-ChatBubble--assistant .Bear-ChatBubble__body {
|
|
170634
|
+
align-items: flex-start;
|
|
170635
|
+
}
|
|
170636
|
+
|
|
170637
|
+
.Bear-ChatBubble__bubble {
|
|
170638
|
+
padding: 0.5rem 1rem;
|
|
170639
|
+
border-radius: 1rem;
|
|
170640
|
+
background-color: var(--bear-bg-secondary);
|
|
170641
|
+
color: var(--bear-text-primary);
|
|
170642
|
+
}
|
|
170643
|
+
|
|
170644
|
+
.Bear-ChatBubble--user .Bear-ChatBubble__bubble {
|
|
170645
|
+
background-color: var(--bear-primary-500);
|
|
170646
|
+
color: var(--bear-text-inverted, #fff);
|
|
170647
|
+
border-bottom-right-radius: 0.25rem;
|
|
170648
|
+
}
|
|
170649
|
+
|
|
170650
|
+
.Bear-ChatBubble--bot .Bear-ChatBubble__bubble,
|
|
170651
|
+
.Bear-ChatBubble--assistant .Bear-ChatBubble__bubble {
|
|
170652
|
+
border-bottom-left-radius: 0.25rem;
|
|
170653
|
+
}
|
|
170654
|
+
|
|
170655
|
+
.Bear-ChatBubble--system .Bear-ChatBubble__bubble {
|
|
170656
|
+
background-color: transparent;
|
|
170657
|
+
color: var(--bear-text-muted);
|
|
170658
|
+
padding: 0.25rem 0.75rem;
|
|
170659
|
+
}
|
|
170660
|
+
|
|
170661
|
+
.Bear-ChatBubble__meta {
|
|
170662
|
+
display: flex;
|
|
170663
|
+
align-items: center;
|
|
170664
|
+
gap: 0.25rem;
|
|
170665
|
+
margin-top: 0.25rem;
|
|
170666
|
+
}
|
|
170667
|
+
|
|
170668
|
+
.Bear-ChatBubble__status--read {
|
|
170669
|
+
color: var(--bear-info-500);
|
|
170670
|
+
}
|
|
170671
|
+
|
|
170672
|
+
.Bear-ChatBubble__status--error {
|
|
170673
|
+
color: var(--bear-danger-500);
|
|
170674
|
+
}
|
|
170675
|
+
|
|
170676
|
+
.Bear-ChatTyping {
|
|
170677
|
+
display: flex;
|
|
170678
|
+
align-items: center;
|
|
170679
|
+
gap: 0.5rem;
|
|
170680
|
+
margin-bottom: 0.75rem;
|
|
170681
|
+
}
|
|
170682
|
+
|
|
170683
|
+
.Bear-ChatTyping__dots {
|
|
170684
|
+
display: flex;
|
|
170685
|
+
gap: 0.25rem;
|
|
170686
|
+
padding: 0.75rem 1rem;
|
|
170687
|
+
border-radius: 1rem;
|
|
170688
|
+
border-bottom-left-radius: 0.25rem;
|
|
170689
|
+
background-color: var(--bear-bg-secondary);
|
|
170690
|
+
}
|
|
170691
|
+
|
|
170692
|
+
.Bear-ChatTyping__dot {
|
|
170693
|
+
width: 0.5rem;
|
|
170694
|
+
height: 0.5rem;
|
|
170695
|
+
border-radius: 999px;
|
|
170696
|
+
background-color: var(--bear-text-muted);
|
|
170697
|
+
animation: Bear-ChatTyping-bounce 1s ease-in-out infinite;
|
|
170698
|
+
}
|
|
170699
|
+
|
|
170700
|
+
.Bear-ChatTyping__dot:nth-child(2) {
|
|
170701
|
+
animation-delay: 150ms;
|
|
170702
|
+
}
|
|
170703
|
+
|
|
170704
|
+
.Bear-ChatTyping__dot:nth-child(3) {
|
|
170705
|
+
animation-delay: 300ms;
|
|
170706
|
+
}
|
|
170707
|
+
|
|
170708
|
+
@keyframes Bear-ChatTyping-bounce {
|
|
170709
|
+
0%,
|
|
170710
|
+
80%,
|
|
170711
|
+
100% {
|
|
170712
|
+
transform: translateY(0);
|
|
170713
|
+
opacity: 0.45;
|
|
170714
|
+
}
|
|
170715
|
+
40% {
|
|
170716
|
+
transform: translateY(-3px);
|
|
170717
|
+
opacity: 1;
|
|
170718
|
+
}
|
|
170719
|
+
}
|
|
170720
|
+
|
|
170721
|
+
.bear-reduced-motion .Bear-ChatTyping__dot {
|
|
170722
|
+
animation: none;
|
|
170723
|
+
}
|
|
170724
|
+
|
|
170725
|
+
.Bear-PromptComposer {
|
|
170726
|
+
display: flex;
|
|
170727
|
+
flex-direction: column;
|
|
170728
|
+
gap: 0.5rem;
|
|
170729
|
+
}
|
|
170730
|
+
|
|
170731
|
+
.Bear-PromptComposer__files {
|
|
170732
|
+
display: flex;
|
|
170733
|
+
flex-wrap: wrap;
|
|
170734
|
+
gap: 0.5rem;
|
|
170735
|
+
}
|
|
170736
|
+
|
|
170737
|
+
.Bear-PromptComposer__row {
|
|
170738
|
+
display: flex;
|
|
170739
|
+
align-items: flex-end;
|
|
170740
|
+
gap: 0.5rem;
|
|
170741
|
+
}
|
|
170742
|
+
|
|
170743
|
+
.Bear-PromptComposer__field {
|
|
170744
|
+
flex: 1 1 auto;
|
|
170745
|
+
min-width: 0;
|
|
170746
|
+
}
|
|
170747
|
+
|
|
170748
|
+
.Bear-PromptComposer__textarea {
|
|
170749
|
+
display: block;
|
|
170750
|
+
width: 100%;
|
|
170751
|
+
min-height: 2.75rem;
|
|
170752
|
+
max-height: 10rem;
|
|
170753
|
+
resize: none;
|
|
170754
|
+
padding: 0.625rem 0.75rem;
|
|
170755
|
+
border: 1px solid var(--bear-border-default);
|
|
170756
|
+
border-radius: var(--bear-radius-md, 0.5rem);
|
|
170757
|
+
background-color: var(--bear-bg-secondary);
|
|
170758
|
+
color: var(--bear-text-primary);
|
|
170759
|
+
font: inherit;
|
|
170760
|
+
}
|
|
170761
|
+
|
|
170762
|
+
.Bear-PromptComposer__textarea:focus {
|
|
170763
|
+
outline: 2px solid var(--bear-primary-500);
|
|
170764
|
+
outline-offset: 1px;
|
|
170765
|
+
}
|
|
170766
|
+
|
|
170767
|
+
.Bear-PromptComposer__textarea:disabled {
|
|
170768
|
+
opacity: 0.6;
|
|
170769
|
+
}
|
|
170770
|
+
|
|
170771
|
+
.Bear-StreamingMessage {
|
|
170772
|
+
display: flex;
|
|
170773
|
+
flex-direction: column;
|
|
170774
|
+
gap: 0.25rem;
|
|
170775
|
+
}
|
|
170776
|
+
|
|
170777
|
+
.Bear-StreamingMessage__cursor {
|
|
170778
|
+
display: inline-block;
|
|
170779
|
+
width: 0.45em;
|
|
170780
|
+
margin-inline-start: 0.1em;
|
|
170781
|
+
background-color: currentColor;
|
|
170782
|
+
animation: Bear-StreamingMessage-blink 1s step-end infinite;
|
|
170783
|
+
}
|
|
170784
|
+
|
|
170785
|
+
@keyframes Bear-StreamingMessage-blink {
|
|
170786
|
+
50% {
|
|
170787
|
+
opacity: 0;
|
|
170788
|
+
}
|
|
170789
|
+
}
|
|
170790
|
+
|
|
170791
|
+
.bear-reduced-motion .Bear-StreamingMessage__cursor {
|
|
170792
|
+
animation: none;
|
|
170793
|
+
}
|
|
170794
|
+
|
|
170795
|
+
.Bear-ThinkingBlock {
|
|
170796
|
+
border: 1px solid var(--bear-border-subtle);
|
|
170797
|
+
border-radius: var(--bear-radius-md, 0.5rem);
|
|
170798
|
+
background-color: var(--bear-bg-secondary);
|
|
170799
|
+
overflow: hidden;
|
|
170800
|
+
}
|
|
170801
|
+
|
|
170802
|
+
.Bear-ThinkingBlock__trigger {
|
|
170803
|
+
width: 100%;
|
|
170804
|
+
text-align: start;
|
|
170805
|
+
}
|
|
170806
|
+
|
|
170807
|
+
.Bear-ThinkingBlock__body {
|
|
170808
|
+
padding: 0 0.75rem 0.75rem;
|
|
170809
|
+
color: var(--bear-text-secondary);
|
|
170810
|
+
}
|
|
170811
|
+
|
|
170812
|
+
.Bear-PromptSuggestions {
|
|
170813
|
+
display: flex;
|
|
170814
|
+
flex-wrap: wrap;
|
|
170815
|
+
gap: 0.5rem;
|
|
170816
|
+
}
|
|
170817
|
+
|
|
170818
|
+
.Bear-MessageActions {
|
|
170819
|
+
display: flex;
|
|
170820
|
+
flex-wrap: wrap;
|
|
170821
|
+
gap: 0.25rem;
|
|
170822
|
+
}
|
|
170823
|
+
|
|
170824
|
+
.Bear-ChatError {
|
|
170825
|
+
border: 1px solid var(--bear-danger-500);
|
|
170826
|
+
background-color: color-mix(in srgb, var(--bear-danger-500) 12%, var(--bear-bg-primary));
|
|
170827
|
+
color: var(--bear-danger-700);
|
|
170828
|
+
border-radius: var(--bear-radius-md, 0.5rem);
|
|
170829
|
+
padding: 0.75rem 1rem;
|
|
170830
|
+
}
|
|
170831
|
+
|
|
170832
|
+
.Bear-ChatError .Bear-Typography,
|
|
170833
|
+
.Bear-ChatError .Bear-Button {
|
|
170834
|
+
color: inherit;
|
|
170835
|
+
}
|
|
170836
|
+
|
|
170837
|
+
.dark .Bear-ChatError,
|
|
170838
|
+
.bear-dark .Bear-ChatError {
|
|
170839
|
+
background-color: color-mix(in srgb, var(--bear-danger-500) 20%, var(--bear-bg-secondary));
|
|
170840
|
+
color: var(--bear-danger-200);
|
|
170841
|
+
border-color: var(--bear-danger-500);
|
|
170842
|
+
}
|
|
170843
|
+
|
|
170844
|
+
.Bear-ToolCall {
|
|
170845
|
+
border: 1px solid var(--bear-border-default);
|
|
170846
|
+
border-radius: var(--bear-radius-md, 0.5rem);
|
|
170847
|
+
background-color: var(--bear-bg-secondary);
|
|
170848
|
+
padding: 0.75rem 1rem;
|
|
170849
|
+
}
|
|
170850
|
+
|
|
170851
|
+
.Bear-ToolCall--running {
|
|
170852
|
+
border-color: var(--bear-info-500);
|
|
170853
|
+
}
|
|
170854
|
+
|
|
170855
|
+
.Bear-ToolCall--success {
|
|
170856
|
+
border-color: var(--bear-success-500);
|
|
170857
|
+
}
|
|
170858
|
+
|
|
170859
|
+
.Bear-ToolCall--error {
|
|
170860
|
+
border-color: var(--bear-danger-500);
|
|
170861
|
+
}
|
|
170862
|
+
|
|
170863
|
+
.Bear-CitationList {
|
|
170864
|
+
display: flex;
|
|
170865
|
+
flex-direction: column;
|
|
170866
|
+
gap: 0.5rem;
|
|
170867
|
+
}
|
|
170868
|
+
|
|
170869
|
+
.Bear-CitationList__item {
|
|
170870
|
+
border: 1px solid var(--bear-border-subtle);
|
|
170871
|
+
border-radius: var(--bear-radius-md, 0.5rem);
|
|
170872
|
+
padding: 0.5rem 0.75rem;
|
|
170873
|
+
background-color: var(--bear-bg-secondary);
|
|
170874
|
+
}
|
|
170875
|
+
|
|
170876
|
+
.Bear-ApprovalCard,
|
|
170877
|
+
.Bear-ArtifactCard {
|
|
170878
|
+
border: 1px solid var(--bear-border-default);
|
|
170879
|
+
border-radius: var(--bear-radius-md, 0.5rem);
|
|
170880
|
+
background-color: var(--bear-bg-primary);
|
|
170881
|
+
padding: 0.75rem 1rem;
|
|
170882
|
+
}
|
|
170883
|
+
|
|
170884
|
+
.Bear-ContextMeter {
|
|
170885
|
+
display: flex;
|
|
170886
|
+
flex-direction: column;
|
|
170887
|
+
gap: 0.25rem;
|
|
170888
|
+
}
|
|
170889
|
+
|
|
170890
|
+
.Bear-ContextMeter__track {
|
|
170891
|
+
height: 0.375rem;
|
|
170892
|
+
overflow: hidden;
|
|
170893
|
+
border-radius: 999px;
|
|
170894
|
+
background-color: var(--bear-bg-tertiary);
|
|
170895
|
+
}
|
|
170896
|
+
|
|
170897
|
+
.Bear-ContextMeter__fill {
|
|
170898
|
+
height: 100%;
|
|
170899
|
+
width: var(--Bear-ContextMeter-percent, 0%);
|
|
170900
|
+
background-color: var(--bear-primary-500);
|
|
170901
|
+
}
|
|
170902
|
+
|
|
170903
|
+
.Bear-ContextMeter--warn .Bear-ContextMeter__fill {
|
|
170904
|
+
background-color: var(--bear-warning-500);
|
|
170905
|
+
}
|
|
170906
|
+
|
|
170907
|
+
.Bear-ContextMeter--danger .Bear-ContextMeter__fill {
|
|
170908
|
+
background-color: var(--bear-danger-500);
|
|
170909
|
+
}
|
|
170910
|
+
|
|
170911
|
+
.Bear-ModelSelect {
|
|
170912
|
+
min-width: 10rem;
|
|
170913
|
+
}
|
|
170914
|
+
|
|
170915
|
+
.Bear-ThemeSwitcher {
|
|
170916
|
+
display: inline-flex;
|
|
170917
|
+
}
|
|
170918
|
+
|
|
170919
|
+
.Bear-FloatingChat {
|
|
170920
|
+
position: fixed;
|
|
170921
|
+
z-index: var(--bear-z-overlay, 11000);
|
|
170922
|
+
inset-inline-end: var(--Bear-FloatingChat-side, 24px);
|
|
170923
|
+
bottom: var(--Bear-FloatingChat-bottom, 24px);
|
|
170924
|
+
}
|
|
170925
|
+
|
|
170926
|
+
.Bear-FloatingChat--left {
|
|
170927
|
+
inset-inline-end: auto;
|
|
170928
|
+
inset-inline-start: var(--Bear-FloatingChat-side, 24px);
|
|
170929
|
+
}
|
|
170930
|
+
|
|
170931
|
+
.Bear-FloatingChat__window {
|
|
170932
|
+
position: absolute;
|
|
170933
|
+
bottom: calc(var(--Bear-FloatingChat-trigger, 3.5rem) + 0.75rem);
|
|
170934
|
+
inset-inline-end: 0;
|
|
170935
|
+
width: var(--Bear-FloatingChat-width, 360px);
|
|
170936
|
+
height: var(--Bear-FloatingChat-height, 520px);
|
|
170937
|
+
overflow: hidden;
|
|
170938
|
+
border: 1px solid var(--bear-border-default);
|
|
170939
|
+
border-radius: 1rem;
|
|
170940
|
+
background-color: var(--bear-bg-primary);
|
|
170941
|
+
box-shadow: var(--bear-shadow-xl, 0 25px 50px -12px rgb(15 23 42 / 0.25));
|
|
170942
|
+
}
|
|
170943
|
+
|
|
170944
|
+
.Bear-FloatingChat--left .Bear-FloatingChat__window {
|
|
170945
|
+
inset-inline-end: auto;
|
|
170946
|
+
inset-inline-start: 0;
|
|
170947
|
+
}
|
|
170948
|
+
|
|
170949
|
+
.Bear-FloatingChat__window--closed {
|
|
170950
|
+
opacity: 0;
|
|
170951
|
+
pointer-events: none;
|
|
170952
|
+
}
|
|
170953
|
+
|
|
170954
|
+
.Bear-FloatingChat__header {
|
|
170955
|
+
display: flex;
|
|
170956
|
+
align-items: center;
|
|
170957
|
+
gap: 0.75rem;
|
|
170958
|
+
padding: 0.75rem 1rem;
|
|
170959
|
+
background-color: var(--bear-primary-500);
|
|
170960
|
+
color: var(--bear-text-inverted, #fff);
|
|
170961
|
+
}
|
|
170962
|
+
|
|
170963
|
+
.Bear-FloatingChat__title,
|
|
170964
|
+
.Bear-FloatingChat__subtitle {
|
|
170965
|
+
color: inherit;
|
|
170966
|
+
}
|
|
170967
|
+
|
|
170968
|
+
.Bear-FloatingChat__trigger {
|
|
170969
|
+
position: relative;
|
|
170970
|
+
}
|
|
170971
|
+
|
|
170972
|
+
.Bear-FloatingChat__badge {
|
|
170973
|
+
position: absolute;
|
|
170974
|
+
top: -0.25rem;
|
|
170975
|
+
inset-inline-end: -0.25rem;
|
|
170976
|
+
}
|
|
170977
|
+
|
|
170978
|
+
.Bear-FloatingChat__powered {
|
|
170979
|
+
padding: 0.5rem 0.75rem;
|
|
170980
|
+
text-align: center;
|
|
170981
|
+
border-top: 1px solid var(--bear-border-default);
|
|
170982
|
+
}
|
|
170983
|
+
|
|
170984
|
+
.Bear-Drawer--persistent,
|
|
170985
|
+
.Bear-Drawer--permanent {
|
|
170986
|
+
pointer-events: none;
|
|
170987
|
+
}
|
|
170988
|
+
|
|
170989
|
+
.Bear-Drawer--persistent .Bear-Drawer__panel,
|
|
170990
|
+
.Bear-Drawer--permanent .Bear-Drawer__panel {
|
|
170991
|
+
pointer-events: auto;
|
|
170992
|
+
}
|
|
170993
|
+
|
|
170994
|
+
.Bear-Drawer--permanent {
|
|
170995
|
+
position: relative;
|
|
170996
|
+
inset: auto;
|
|
170997
|
+
z-index: auto;
|
|
170998
|
+
isolation: auto;
|
|
170999
|
+
width: max-content;
|
|
171000
|
+
max-width: 100%;
|
|
171001
|
+
pointer-events: auto;
|
|
171002
|
+
}
|
|
171003
|
+
|
|
171004
|
+
.Bear-Drawer--permanent .Bear-Drawer__panel {
|
|
171005
|
+
position: relative;
|
|
171006
|
+
transform: none;
|
|
171007
|
+
opacity: 1;
|
|
171008
|
+
box-shadow: none;
|
|
171009
|
+
}
|
|
171010
|
+
|
|
171011
|
+
.Bear-EmptyState {
|
|
171012
|
+
display: flex;
|
|
171013
|
+
flex-direction: column;
|
|
171014
|
+
align-items: center;
|
|
171015
|
+
text-align: center;
|
|
171016
|
+
}
|
|
171017
|
+
|
|
171018
|
+
.Bear-EmptyState--card {
|
|
171019
|
+
background-color: var(--bear-bg-secondary);
|
|
171020
|
+
border: 1px solid var(--bear-border-default);
|
|
171021
|
+
border-radius: 0.75rem;
|
|
171022
|
+
}
|
|
171023
|
+
|
|
171024
|
+
.Bear-EmptyState__icon {
|
|
171025
|
+
color: var(--bear-text-muted);
|
|
171026
|
+
margin-bottom: 1rem;
|
|
171027
|
+
}
|
|
171028
|
+
|
|
171029
|
+
.Bear-EmptyState__title {
|
|
171030
|
+
font-weight: 600;
|
|
171031
|
+
color: var(--bear-text-primary);
|
|
171032
|
+
margin-bottom: 0.5rem;
|
|
171033
|
+
}
|
|
171034
|
+
|
|
171035
|
+
.Bear-EmptyState__description {
|
|
171036
|
+
color: var(--bear-text-secondary);
|
|
171037
|
+
max-width: 28rem;
|
|
171038
|
+
margin-bottom: 1.5rem;
|
|
171039
|
+
}
|
|
171040
|
+
|
|
171041
|
+
.Bear-EmptyState__actions {
|
|
171042
|
+
display: flex;
|
|
171043
|
+
align-items: center;
|
|
171044
|
+
gap: 0.75rem;
|
|
171045
|
+
}
|
|
171046
|
+
|
|
171047
|
+
.Bear-Chart {
|
|
171048
|
+
width: 100%;
|
|
171049
|
+
}
|
|
171050
|
+
|
|
171051
|
+
.Bear-Chart--bar,
|
|
171052
|
+
.Bear-Chart--line,
|
|
171053
|
+
.Bear-Chart--radar,
|
|
171054
|
+
.Bear-Chart--funnel {
|
|
171055
|
+
height: var(--Bear-Chart-height, 200px);
|
|
171056
|
+
}
|
|
171057
|
+
|
|
171058
|
+
.Bear-Chart__track {
|
|
171059
|
+
height: 100%;
|
|
171060
|
+
display: flex;
|
|
171061
|
+
align-items: stretch;
|
|
171062
|
+
justify-content: space-between;
|
|
171063
|
+
gap: var(--Bear-Chart-gap, 0.2rem);
|
|
171064
|
+
}
|
|
171065
|
+
|
|
171066
|
+
.Bear-Chart--horizontal .Bear-Chart__track {
|
|
171067
|
+
flex-direction: column;
|
|
171068
|
+
align-items: stretch;
|
|
171069
|
+
}
|
|
171070
|
+
|
|
171071
|
+
.Bear-Chart__col {
|
|
171072
|
+
flex: 1;
|
|
171073
|
+
display: flex;
|
|
171074
|
+
flex-direction: column;
|
|
171075
|
+
align-items: center;
|
|
171076
|
+
min-width: 0;
|
|
171077
|
+
min-height: 0;
|
|
171078
|
+
height: 100%;
|
|
171079
|
+
gap: 0.25rem;
|
|
171080
|
+
}
|
|
171081
|
+
|
|
171082
|
+
.Bear-Chart--horizontal .Bear-Chart__col {
|
|
171083
|
+
flex-direction: row;
|
|
171084
|
+
align-items: center;
|
|
171085
|
+
gap: 0.5rem;
|
|
171086
|
+
}
|
|
171087
|
+
|
|
171088
|
+
.Bear-Chart__plot {
|
|
171089
|
+
width: 100%;
|
|
171090
|
+
flex: 1 1 auto;
|
|
171091
|
+
display: flex;
|
|
171092
|
+
align-items: flex-end;
|
|
171093
|
+
min-height: 0;
|
|
171094
|
+
}
|
|
171095
|
+
|
|
171096
|
+
.Bear-Chart--horizontal .Bear-Chart__plot {
|
|
171097
|
+
height: 100%;
|
|
171098
|
+
align-items: center;
|
|
171099
|
+
}
|
|
171100
|
+
|
|
171101
|
+
.Bear-Chart__stack {
|
|
171102
|
+
display: flex;
|
|
171103
|
+
width: 100%;
|
|
171104
|
+
height: var(--Bear-Chart-size);
|
|
171105
|
+
flex-direction: column-reverse;
|
|
171106
|
+
transform-origin: bottom center;
|
|
171107
|
+
}
|
|
171108
|
+
|
|
171109
|
+
.Bear-Chart--horizontal .Bear-Chart__stack {
|
|
171110
|
+
width: var(--Bear-Chart-size);
|
|
171111
|
+
height: 75%;
|
|
171112
|
+
flex-direction: row;
|
|
171113
|
+
transform-origin: left center;
|
|
171114
|
+
}
|
|
171115
|
+
|
|
171116
|
+
.Bear-Chart__segment {
|
|
171117
|
+
background-color: var(--Bear-Chart-color);
|
|
171118
|
+
opacity: 0.9;
|
|
171119
|
+
border-radius: var(--Bear-Chart-radius, 0);
|
|
171120
|
+
}
|
|
171121
|
+
|
|
171122
|
+
.Bear-Chart--vertical .Bear-Chart__segment {
|
|
171123
|
+
width: 100%;
|
|
171124
|
+
height: var(--Bear-Chart-segment);
|
|
171125
|
+
}
|
|
171126
|
+
|
|
171127
|
+
.Bear-Chart--horizontal .Bear-Chart__segment {
|
|
171128
|
+
height: 100%;
|
|
171129
|
+
width: var(--Bear-Chart-segment);
|
|
171130
|
+
}
|
|
171131
|
+
|
|
171132
|
+
.Bear-Chart__svg {
|
|
171133
|
+
width: 100%;
|
|
171134
|
+
height: 100%;
|
|
171135
|
+
}
|
|
171136
|
+
|
|
171137
|
+
.Bear-Chart__labels {
|
|
171138
|
+
display: flex;
|
|
171139
|
+
justify-content: space-between;
|
|
171140
|
+
margin-top: 0.5rem;
|
|
171141
|
+
}
|
|
171142
|
+
|
|
171143
|
+
.Bear-Chart__label,
|
|
171144
|
+
.Bear-Chart__value {
|
|
171145
|
+
max-width: 100%;
|
|
171146
|
+
overflow: hidden;
|
|
171147
|
+
text-overflow: ellipsis;
|
|
171148
|
+
white-space: nowrap;
|
|
171149
|
+
font-size: 0.75rem;
|
|
171150
|
+
color: var(--bear-text-secondary, #4b5563);
|
|
171151
|
+
}
|
|
171152
|
+
|
|
171153
|
+
.Bear-Chart--horizontal .Bear-Chart__label {
|
|
171154
|
+
width: 4rem;
|
|
171155
|
+
flex-shrink: 0;
|
|
171156
|
+
}
|
|
171157
|
+
|
|
171158
|
+
.Bear-Chart--pie {
|
|
171159
|
+
position: relative;
|
|
171160
|
+
max-width: 100%;
|
|
171161
|
+
}
|
|
171162
|
+
|
|
171163
|
+
.Bear-Chart__pie-canvas {
|
|
171164
|
+
flex-shrink: 0;
|
|
171165
|
+
min-width: 0;
|
|
171166
|
+
width: var(--Bear-Chart-height, 200px);
|
|
171167
|
+
height: var(--Bear-Chart-height, 200px);
|
|
171168
|
+
}
|
|
171169
|
+
|
|
171170
|
+
.Bear-Chart__swatch {
|
|
171171
|
+
width: 0.75rem;
|
|
171172
|
+
height: 0.75rem;
|
|
171173
|
+
border-radius: 999px;
|
|
171174
|
+
background-color: var(--Bear-Chart-color);
|
|
171175
|
+
}
|
|
171176
|
+
|
|
171177
|
+
.Bear-Chart__funnel-step {
|
|
171178
|
+
width: var(--Bear-Chart-size);
|
|
171179
|
+
min-height: 18px;
|
|
171180
|
+
height: var(--Bear-Chart-step-height);
|
|
171181
|
+
background-color: var(--Bear-Chart-color);
|
|
171182
|
+
transform-origin: left center;
|
|
171183
|
+
}
|
|
171184
|
+
|
|
171185
|
+
.Bear-Chart--empty {
|
|
171186
|
+
display: flex;
|
|
171187
|
+
align-items: center;
|
|
171188
|
+
justify-content: center;
|
|
171189
|
+
min-height: var(--Bear-Chart-height, 200px);
|
|
171190
|
+
}
|
|
171191
|
+
|
|
171192
|
+
.Bear-Skeleton {
|
|
171193
|
+
display: block;
|
|
171194
|
+
background-color: var(--bear-bg-tertiary, #e5e7eb);
|
|
171195
|
+
border-radius: 0.25rem;
|
|
171196
|
+
}
|
|
171197
|
+
|
|
171198
|
+
.dark .Bear-Skeleton,
|
|
171199
|
+
.bear-dark .Bear-Skeleton {
|
|
171200
|
+
background-color: var(--bear-neutral-700, #3f3f46);
|
|
171201
|
+
}
|
|
171202
|
+
|
|
171203
|
+
.Bear-Skeleton--pulse {
|
|
171204
|
+
animation: bear-skeleton-pulse 1.5s ease-in-out infinite;
|
|
171205
|
+
}
|
|
171206
|
+
|
|
171207
|
+
@keyframes bear-skeleton-pulse {
|
|
171208
|
+
0%,
|
|
171209
|
+
100% {
|
|
171210
|
+
opacity: 1;
|
|
171211
|
+
}
|
|
171212
|
+
50% {
|
|
171213
|
+
opacity: 0.4;
|
|
171214
|
+
}
|
|
171215
|
+
}
|
|
171216
|
+
|
|
171217
|
+
.bear-reduced-motion .Bear-Skeleton--pulse {
|
|
171218
|
+
animation: none;
|
|
171219
|
+
}
|
|
171220
|
+
|
|
171221
|
+
.Bear-FormSkeleton {
|
|
171222
|
+
display: flex;
|
|
171223
|
+
flex-direction: column;
|
|
171224
|
+
gap: 1rem;
|
|
171225
|
+
width: 100%;
|
|
171226
|
+
}
|
|
171227
|
+
|
|
171228
|
+
.Bear-FormSkeleton__field {
|
|
171229
|
+
display: flex;
|
|
171230
|
+
flex-direction: column;
|
|
171231
|
+
gap: 0.5rem;
|
|
171232
|
+
}
|
|
171233
|
+
|
|
171234
|
+
.Bear-FormSkeleton__label {
|
|
171235
|
+
width: 30%;
|
|
171236
|
+
}
|
|
171237
|
+
|
|
171238
|
+
.Bear-FormSkeleton__control {
|
|
171239
|
+
width: 100%;
|
|
171240
|
+
}
|
|
171241
|
+
|
|
171242
|
+
.Bear-StatCard {
|
|
171243
|
+
position: relative;
|
|
171244
|
+
overflow: hidden;
|
|
171245
|
+
border-radius: 1rem;
|
|
171246
|
+
padding: 1.5rem;
|
|
171247
|
+
border: 1px solid var(--bear-border-default);
|
|
171248
|
+
color: #fff;
|
|
171249
|
+
}
|
|
171250
|
+
|
|
171251
|
+
.Bear-StatCard__decoration {
|
|
171252
|
+
position: absolute;
|
|
171253
|
+
top: 0;
|
|
171254
|
+
right: 0;
|
|
171255
|
+
width: 8rem;
|
|
171256
|
+
height: 8rem;
|
|
171257
|
+
margin-top: -2rem;
|
|
171258
|
+
margin-right: -2rem;
|
|
171259
|
+
border-radius: 999px;
|
|
171260
|
+
background: #fff;
|
|
171261
|
+
opacity: 0.2;
|
|
171262
|
+
}
|
|
171263
|
+
|
|
171264
|
+
.Bear-StatCard__body {
|
|
171265
|
+
position: relative;
|
|
171266
|
+
z-index: 1;
|
|
171267
|
+
}
|
|
171268
|
+
|
|
171269
|
+
.Bear-StatCard__title {
|
|
171270
|
+
margin: 0 0 0.25rem;
|
|
171271
|
+
font-size: 0.875rem;
|
|
171272
|
+
font-weight: 500;
|
|
171273
|
+
color: rgba(255, 255, 255, 0.8);
|
|
171274
|
+
}
|
|
171275
|
+
|
|
171276
|
+
.Bear-StatCard__value {
|
|
171277
|
+
margin: 0 0 1rem;
|
|
171278
|
+
font-size: 1.875rem;
|
|
171279
|
+
font-weight: 700;
|
|
171280
|
+
color: #fff;
|
|
171281
|
+
}
|
|
171282
|
+
|
|
170565
171283
|
.dark .dark\:bear-bg-zinc-900, .bear-dark .dark\:bear-bg-zinc-900 {
|
|
170566
171284
|
background-color: #18181b;
|
|
170567
171285
|
}
|
|
@@ -170809,10 +171527,6 @@
|
|
|
170809
171527
|
scale: 1.05;
|
|
170810
171528
|
}
|
|
170811
171529
|
|
|
170812
|
-
.hover\:bear-bg-white\/30:hover {
|
|
170813
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
170814
|
-
}
|
|
170815
|
-
|
|
170816
171530
|
.dark .dark\:bear-bg-yellow-800, .bear-dark .dark\:bear-bg-yellow-800 {
|
|
170817
171531
|
background-color: #854d0e;
|
|
170818
171532
|
}
|
|
@@ -171440,10 +172154,6 @@
|
|
|
171440
172154
|
color: #94a3b8;
|
|
171441
172155
|
}
|
|
171442
172156
|
|
|
171443
|
-
.dark .dark\:bear-text-slate-300, .bear-dark .dark\:bear-text-slate-300 {
|
|
171444
|
-
color: #cbd5e1;
|
|
171445
|
-
}
|
|
171446
|
-
|
|
171447
172157
|
.last\:bear-border-r-0:last-child {
|
|
171448
172158
|
border-right-width: 0px;
|
|
171449
172159
|
border-style: solid;
|
|
@@ -171835,14 +172545,6 @@
|
|
|
171835
172545
|
color: transparent;
|
|
171836
172546
|
}
|
|
171837
172547
|
|
|
171838
|
-
.bear-text-white\/80 {
|
|
171839
|
-
color: rgba(255, 255, 255, 0.8);
|
|
171840
|
-
}
|
|
171841
|
-
|
|
171842
|
-
.bear-bg-white\/20 {
|
|
171843
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
171844
|
-
}
|
|
171845
|
-
|
|
171846
172548
|
.bear-bg-black\/50 {
|
|
171847
172549
|
background-color: rgba(0, 0, 0, 0.5);
|
|
171848
172550
|
}
|