@altimateai/ui-components 0.0.79 → 0.0.80
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/0~315.js +46635 -0
- package/dist/0~315.js.LICENSE.txt +73 -0
- package/dist/0~315.js.map +1 -0
- package/dist/131.js +14352 -0
- package/dist/131.js.map +1 -0
- package/dist/3~315.js +46635 -0
- package/dist/3~315.js.LICENSE.txt +73 -0
- package/dist/3~315.js.map +1 -0
- package/dist/582.js +1299 -0
- package/dist/582.js.map +1 -0
- package/dist/assets/icons/index.d.ts +45 -110
- package/dist/assets/icons/index.d.ts.map +1 -0
- package/dist/chatbotV2.js +5233 -0
- package/dist/chatbotV2.js.map +1 -0
- package/dist/components/api/index.d.ts +7 -0
- package/dist/components/api/index.d.ts.map +1 -0
- package/dist/components/api/useMutation.d.ts +12 -0
- package/dist/components/api/useMutation.d.ts.map +1 -0
- package/dist/components/api/useQuery.d.ts +12 -0
- package/dist/components/api/useQuery.d.ts.map +1 -0
- package/dist/components/chatbotV2/ChatProvider.d.ts +17 -0
- package/dist/components/chatbotV2/ChatProvider.d.ts.map +1 -0
- package/dist/components/chatbotV2/Chatbot.d.ts +4 -0
- package/dist/components/chatbotV2/Chatbot.d.ts.map +1 -0
- package/dist/components/chatbotV2/HelloMessageSample.d.ts +3 -0
- package/dist/components/chatbotV2/HelloMessageSample.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/action-buttons/DownloadMessage.d.ts +9 -0
- package/dist/components/chatbotV2/components/action-buttons/DownloadMessage.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/action-buttons/ShareMessage.d.ts +9 -0
- package/dist/components/chatbotV2/components/action-buttons/ShareMessage.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/artifacts/Artifacts.d.ts +8 -0
- package/dist/components/chatbotV2/components/artifacts/Artifacts.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/artifacts/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/artifacts/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/attachmentList/AttachmentList.d.ts +8 -0
- package/dist/components/chatbotV2/components/attachmentList/AttachmentList.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/attachmentList/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/attachmentList/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/CancelGenerationButton.d.ts +3 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/CancelGenerationButton.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatFeedbackActions.d.ts +8 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatFeedbackActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatLastMessageActions.d.ts +8 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatLastMessageActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageActions.d.ts +10 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageEndActions.d.ts +9 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageEndActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/index.d.ts +4 -0
- package/dist/components/chatbotV2/components/chatMessageActions/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatTriggerLink/ChatTriggerLink.d.ts +7 -0
- package/dist/components/chatbotV2/components/chatTriggerLink/ChatTriggerLink.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/citations/Citations.d.ts +28 -0
- package/dist/components/chatbotV2/components/citations/Citations.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/coachAI/CoachAI.d.ts +2 -0
- package/dist/components/chatbotV2/components/coachAI/CoachAI.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/coachAI/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/coachAI/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/contextPanel/ContextPanel.d.ts +13 -0
- package/dist/components/chatbotV2/components/contextPanel/ContextPanel.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/contextPanel/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/contextPanel/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/emailDialog/EmailDialog.d.ts +10 -0
- package/dist/components/chatbotV2/components/emailDialog/EmailDialog.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/entityItem/EntityItem.d.ts +7 -0
- package/dist/components/chatbotV2/components/entityItem/EntityItem.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/entityItem/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/entityItem/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/followup/Followup.d.ts +3 -0
- package/dist/components/chatbotV2/components/followup/Followup.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/index.d.ts +18 -0
- package/dist/components/chatbotV2/components/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/interactionPrompt/InteractionPrompt.d.ts +8 -0
- package/dist/components/chatbotV2/components/interactionPrompt/InteractionPrompt.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/interactionPrompt/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/interactionPrompt/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/loadingIndicator/LoadingIndicator.d.ts +3 -0
- package/dist/components/chatbotV2/components/loadingIndicator/LoadingIndicator.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/loadingIndicator/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/loadingIndicator/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageItem/MessageItem.d.ts +12 -0
- package/dist/components/chatbotV2/components/messageItem/MessageItem.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageItem/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/messageItem/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageList/MessageList.d.ts +11 -0
- package/dist/components/chatbotV2/components/messageList/MessageList.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageList/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/messageList/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/questionForm/QuestionForm.d.ts +15 -0
- package/dist/components/chatbotV2/components/questionForm/QuestionForm.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/questionForm/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/questionForm/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/refetchSession/RefetchSession.d.ts +8 -0
- package/dist/components/chatbotV2/components/refetchSession/RefetchSession.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/regenerateButton/RegenerateButton.d.ts +7 -0
- package/dist/components/chatbotV2/components/regenerateButton/RegenerateButton.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/regenerateButton/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/regenerateButton/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/selectedContexts/SelectedContexts.d.ts +8 -0
- package/dist/components/chatbotV2/components/selectedContexts/SelectedContexts.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/statusUpdates/StatusUpdates.d.ts +10 -0
- package/dist/components/chatbotV2/components/statusUpdates/StatusUpdates.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/statusUpdates/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/statusUpdates/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/todoProgress/TodoProgress.d.ts +8 -0
- package/dist/components/chatbotV2/components/todoProgress/TodoProgress.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/todoProgress/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/todoProgress/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/transports.d.ts +126 -0
- package/dist/components/chatbotV2/hooks/transports.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useAgentChat.d.ts +41 -0
- package/dist/components/chatbotV2/hooks/useAgentChat.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useEntityDetection.d.ts +4 -0
- package/dist/components/chatbotV2/hooks/useEntityDetection.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useFeedback.d.ts +5 -0
- package/dist/components/chatbotV2/hooks/useFeedback.d.ts.map +1 -0
- package/dist/components/chatbotV2/index.d.ts +22 -0
- package/dist/components/chatbotV2/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/store/chatSlice.d.ts +65 -0
- package/dist/components/chatbotV2/store/chatSlice.d.ts.map +1 -0
- package/dist/components/chatbotV2/store/index.d.ts +10 -0
- package/dist/components/chatbotV2/store/index.d.ts.map +1 -0
- package/dist/{types-ByRPUpXR.d.ts → components/chatbotV2/types.d.ts} +77 -195
- package/dist/components/chatbotV2/types.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils/entityDetection.d.ts +12 -0
- package/dist/components/chatbotV2/utils/entityDetection.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils/streamProcessor.d.ts +98 -0
- package/dist/components/chatbotV2/utils/streamProcessor.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils.d.ts +3 -0
- package/dist/components/chatbotV2/utils.d.ts.map +1 -0
- package/dist/components/dbtDocs/api/index.d.ts +16 -0
- package/dist/components/dbtDocs/api/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationHighlighter.d.ts +6 -0
- package/dist/components/dbtDocs/collaboration/ConversationHighlighter.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationInputForm.d.ts +13 -0
- package/dist/components/dbtDocs/collaboration/ConversationInputForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationsHighlighter.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/ConversationsHighlighter.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationComponents.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationComponents.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationProvider.d.ts +22 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationProvider.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsConversationsRightPanel.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsConversationsRightPanel.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsReducer.d.ts +1931 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsReducer.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HighlightAnchor.d.ts +12 -0
- package/dist/components/dbtDocs/collaboration/HighlightAnchor.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HighlightBlocker.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/HighlightBlocker.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HotspotButton.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/HotspotButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/NewConversationForm.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/NewConversationForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ShowConversationsButton.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/ShowConversationsButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/constants.d.ts +20 -0
- package/dist/components/dbtDocs/collaboration/constants.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/Conversation.d.ts +9 -0
- package/dist/components/dbtDocs/collaboration/conversations/Conversation.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroup.d.ts +10 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroup.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroups.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroups.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHeader.d.ts +13 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHeader.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHighlightText.d.ts +6 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHighlightText.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationReplyForm.d.ts +9 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationReplyForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ResolveButton.d.ts +8 -0
- package/dist/components/dbtDocs/collaboration/conversations/ResolveButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/ConversationsProvider.d.ts +18 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/ConversationsProvider.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/types.d.ts +44 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/types.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/useConversations.d.ts +5 -0
- package/dist/components/dbtDocs/collaboration/conversations/useConversations.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/highlightUtils.d.ts +28 -0
- package/dist/components/dbtDocs/collaboration/highlightUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/mentions/MentionsInput.d.ts +11 -0
- package/dist/components/dbtDocs/collaboration/mentions/MentionsInput.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/mentions/index.d.ts +32 -0
- package/dist/components/dbtDocs/collaboration/mentions/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/newConversationUtils.d.ts +15 -0
- package/dist/components/dbtDocs/collaboration/newConversationUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/selectionEndEvent.d.ts +17 -0
- package/dist/components/dbtDocs/collaboration/selectionEndEvent.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/types.d.ts +15 -0
- package/dist/components/dbtDocs/collaboration/types.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useConversationUsers.d.ts +5 -0
- package/dist/components/dbtDocs/collaboration/useConversationUsers.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useDbtDocsCollaboration.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/useDbtDocsCollaboration.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useHighlight.d.ts +12 -0
- package/dist/components/dbtDocs/collaboration/useHighlight.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentOnCodeButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentOnCodeButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentOnModelDescriptionButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentOnModelDescriptionButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocs.d.ts +10 -0
- package/dist/components/dbtDocs/details/DbtDocs.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocsDetails.d.ts +3 -0
- package/dist/components/dbtDocs/details/DbtDocsDetails.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocsRenderer.d.ts +8 -0
- package/dist/components/dbtDocs/details/DbtDocsRenderer.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/dbtDocsUtils.d.ts +5 -0
- package/dist/components/dbtDocs/details/dbtDocsUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/index.d.ts +8 -0
- package/dist/components/dbtDocs/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/resources/dbtDocsAngularApp.d.ts +3 -0
- package/dist/components/dbtDocs/resources/dbtDocsAngularApp.d.ts.map +1 -0
- package/dist/components/lineage/api/index.d.ts +65 -0
- package/dist/components/lineage/api/index.d.ts.map +1 -0
- package/dist/components/lineage/assets/icons/index.d.ts +61 -0
- package/dist/components/lineage/assets/icons/index.d.ts.map +1 -0
- package/dist/components/lineage/cllUtils.d.ts +17 -0
- package/dist/components/lineage/cllUtils.d.ts.map +1 -0
- package/dist/components/lineage/components/AutoExpansionPopover.d.ts +3 -0
- package/dist/components/lineage/components/AutoExpansionPopover.d.ts.map +1 -0
- package/dist/components/lineage/components/BetterPopover.d.ts +14 -0
- package/dist/components/lineage/components/BetterPopover.d.ts.map +1 -0
- package/dist/components/lineage/components/Chip.d.ts +6 -0
- package/dist/components/lineage/components/Chip.d.ts.map +1 -0
- package/dist/components/lineage/components/Column.d.ts +52 -0
- package/dist/components/lineage/components/Column.d.ts.map +1 -0
- package/dist/components/lineage/components/ColumnRow.d.ts +8 -0
- package/dist/components/lineage/components/ColumnRow.d.ts.map +1 -0
- package/dist/components/lineage/components/CustomNodes.d.ts +16 -0
- package/dist/components/lineage/components/CustomNodes.d.ts.map +1 -0
- package/dist/components/lineage/components/DashboardDetails.d.ts +12 -0
- package/dist/components/lineage/components/DashboardDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/DynamicLineage.d.ts +9 -0
- package/dist/components/lineage/components/DynamicLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/ExpandWithConfidenceCard.d.ts +3 -0
- package/dist/components/lineage/components/ExpandWithConfidenceCard.d.ts.map +1 -0
- package/dist/components/lineage/components/ExportButton.d.ts +6 -0
- package/dist/components/lineage/components/ExportButton.d.ts.map +1 -0
- package/dist/components/lineage/components/ExportFinalLineageModal.d.ts +5 -0
- package/dist/components/lineage/components/ExportFinalLineageModal.d.ts.map +1 -0
- package/dist/components/lineage/components/ExposureDetails.d.ts +6 -0
- package/dist/components/lineage/components/ExposureDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/Feedback.d.ts +5 -0
- package/dist/components/lineage/components/Feedback.d.ts.map +1 -0
- package/dist/components/lineage/components/Form.d.ts +5 -0
- package/dist/components/lineage/components/Form.d.ts.map +1 -0
- package/dist/components/lineage/components/FunctionDetails.d.ts +3 -0
- package/dist/components/lineage/components/FunctionDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/LineageLegend.d.ts +3 -0
- package/dist/components/lineage/components/LineageLegend.d.ts.map +1 -0
- package/dist/components/lineage/components/LineageModals.d.ts +3 -0
- package/dist/components/lineage/components/LineageModals.d.ts.map +1 -0
- package/dist/components/lineage/components/Loader/index.d.ts +7 -0
- package/dist/components/lineage/components/Loader/index.d.ts.map +1 -0
- package/dist/components/lineage/components/MoreTables.d.ts +11 -0
- package/dist/components/lineage/components/MoreTables.d.ts.map +1 -0
- package/dist/components/lineage/components/Purpose.d.ts +6 -0
- package/dist/components/lineage/components/Purpose.d.ts.map +1 -0
- package/dist/components/lineage/components/ResetButton.d.ts +6 -0
- package/dist/components/lineage/components/ResetButton.d.ts.map +1 -0
- package/dist/components/lineage/components/Settings.d.ts +6 -0
- package/dist/components/lineage/components/Settings.d.ts.map +1 -0
- package/dist/components/lineage/components/SettingsButton.d.ts +3 -0
- package/dist/components/lineage/components/SettingsButton.d.ts.map +1 -0
- package/dist/components/lineage/components/SidebarErrorBoundary.d.ts +13 -0
- package/dist/components/lineage/components/SidebarErrorBoundary.d.ts.map +1 -0
- package/dist/components/lineage/components/SnowflakeStageDetails.d.ts +3 -0
- package/dist/components/lineage/components/SnowflakeStageDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/SqlLineage.d.ts +12 -0
- package/dist/components/lineage/components/SqlLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/StaticLineage.d.ts +17 -0
- package/dist/components/lineage/components/StaticLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/TableDetails.d.ts +53 -0
- package/dist/components/lineage/components/TableDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/Tags/index.d.ts +5 -0
- package/dist/components/lineage/components/Tags/index.d.ts.map +1 -0
- package/dist/components/lineage/components/ViewsTypeBadge.d.ts +5 -0
- package/dist/components/lineage/components/ViewsTypeBadge.d.ts.map +1 -0
- package/dist/components/lineage/components/sidebarModal/SidebarModal.d.ts +9 -0
- package/dist/components/lineage/components/sidebarModal/SidebarModal.d.ts.map +1 -0
- package/dist/components/lineage/constants.d.ts +12 -0
- package/dist/components/lineage/constants.d.ts.map +1 -0
- package/dist/components/lineage/context/LineageProvider.d.ts +35 -0
- package/dist/components/lineage/context/LineageProvider.d.ts.map +1 -0
- package/dist/components/lineage/context/LineageSlice.d.ts +4673 -0
- package/dist/components/lineage/context/LineageSlice.d.ts.map +1 -0
- package/dist/components/lineage/context/types.d.ts +57 -0
- package/dist/components/lineage/context/types.d.ts.map +1 -0
- package/dist/components/lineage/graph.d.ts +43 -0
- package/dist/components/lineage/graph.d.ts.map +1 -0
- package/dist/components/lineage/index.d.ts +8 -0
- package/dist/components/lineage/index.d.ts.map +1 -0
- package/dist/{lineage/index.d.ts → components/lineage/types.d.ts} +59 -92
- package/dist/components/lineage/types.d.ts.map +1 -0
- package/dist/components/lineage/utils.d.ts +100 -0
- package/dist/components/lineage/utils.d.ts.map +1 -0
- package/dist/components/shared/index.d.ts +2 -0
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/types.d.ts +18 -0
- package/dist/components/shared/types.d.ts.map +1 -0
- package/dist/components/teammate/AddLearningForm.d.ts +13 -0
- package/dist/components/teammate/AddLearningForm.d.ts.map +1 -0
- package/dist/components/teammate/CoachForm.d.ts +10 -0
- package/dist/components/teammate/CoachForm.d.ts.map +1 -0
- package/dist/components/teammate/CoachFormButton.d.ts +3 -0
- package/dist/components/teammate/CoachFormButton.d.ts.map +1 -0
- package/dist/components/teammate/CoachFormInput.d.ts +8 -0
- package/dist/components/teammate/CoachFormInput.d.ts.map +1 -0
- package/dist/components/teammate/LearningRow.d.ts +10 -0
- package/dist/components/teammate/LearningRow.d.ts.map +1 -0
- package/dist/components/teammate/LearningsList.d.ts +11 -0
- package/dist/components/teammate/LearningsList.d.ts.map +1 -0
- package/dist/components/teammate/TeamMateProvider.d.ts +8 -0
- package/dist/components/teammate/TeamMateProvider.d.ts.map +1 -0
- package/dist/components/teammate/TeamMates.d.ts +10 -0
- package/dist/components/teammate/TeamMates.d.ts.map +1 -0
- package/dist/components/teammate/TeamMatesCard.d.ts +10 -0
- package/dist/components/teammate/TeamMatesCard.d.ts.map +1 -0
- package/dist/components/teammate/alertManager/AlertManagerDisplay.d.ts +4 -0
- package/dist/components/teammate/alertManager/AlertManagerDisplay.d.ts.map +1 -0
- package/dist/components/teammate/assets/index.d.ts +8 -0
- package/dist/components/teammate/assets/index.d.ts.map +1 -0
- package/dist/components/teammate/index.d.ts +11 -0
- package/dist/components/teammate/index.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ChecksInput.d.ts +7 -0
- package/dist/components/teammate/projectGovernor/ChecksInput.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernanceCheck.d.ts +8 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernanceCheck.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorDisplay.d.ts +3 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorDisplay.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorForm.d.ts +7 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorForm.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/types.d.ts +48 -0
- package/dist/components/teammate/projectGovernor/types.d.ts.map +1 -0
- package/dist/components/teammate/teamMateSlice.d.ts +15 -0
- package/dist/components/teammate/teamMateSlice.d.ts.map +1 -0
- package/dist/components/teammate/teamMatesConfig.d.ts +3 -0
- package/dist/components/teammate/teamMatesConfig.d.ts.map +1 -0
- package/dist/components/teammate/teradata/HelloMessage.d.ts +3 -0
- package/dist/components/teammate/teradata/HelloMessage.d.ts.map +1 -0
- package/dist/components/teammate/teradata/MigratorDisplay.d.ts +4 -0
- package/dist/components/teammate/teradata/MigratorDisplay.d.ts.map +1 -0
- package/dist/components/teammate/types.d.ts +113 -0
- package/dist/components/teammate/types.d.ts.map +1 -0
- package/dist/components/teammate/useTeamMateContext.d.ts +3 -0
- package/dist/components/teammate/useTeamMateContext.d.ts.map +1 -0
- package/dist/components/user/ProfileImageByUser.d.ts +7 -0
- package/dist/components/user/ProfileImageByUser.d.ts.map +1 -0
- package/dist/components/user/index.d.ts +3 -0
- package/dist/components/user/index.d.ts.map +1 -0
- package/dist/components/user/types.d.ts +7 -0
- package/dist/components/user/types.d.ts.map +1 -0
- package/dist/dbtDocs.css +297 -0
- package/dist/dbtDocs.css.map +1 -0
- package/dist/dbtDocs.js +1 -0
- package/dist/index.d.ts +14 -285
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -40
- package/dist/lineage.css +1221 -0
- package/dist/lineage.css.map +1 -0
- package/dist/lineage.js +7267 -0
- package/dist/lineage.js.map +1 -0
- package/dist/rslib-runtime.js +20 -0
- package/dist/rslib-runtime.js.map +1 -0
- package/dist/shared/AutosizeTextarea.d.ts +19 -0
- package/dist/shared/AutosizeTextarea.d.ts.map +1 -0
- package/dist/shared/Collapse.d.ts +7 -0
- package/dist/shared/Collapse.d.ts.map +1 -0
- package/dist/shared/Table.d.ts +4 -0
- package/dist/shared/Table.d.ts.map +1 -0
- package/dist/shared/index.d.ts +3 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/utils.d.ts +3 -0
- package/dist/shared/utils.d.ts.map +1 -0
- package/dist/static/image/postgres.png +0 -0
- package/dist/static/image/s3.png +0 -0
- package/dist/static/image/snowflake.png +0 -0
- package/dist/static/svg/botIcon.svg +15 -0
- package/dist/static/svg/brackets.svg +5 -0
- package/dist/static/svg/case-sensitive.svg +5 -0
- package/dist/static/svg/docgen.svg +23 -0
- package/dist/static/svg/half-circle.svg +5 -0
- package/dist/static/svg/opportunities.svg +25 -0
- package/dist/static/svg/split-horizontal.svg +5 -0
- package/dist/static/svg/sqlExpert.svg +24 -0
- package/dist/static/svg/summary.svg +25 -0
- package/dist/styles.css +1638 -0
- package/dist/styles.css.map +1 -0
- package/dist/teammate.css +124 -0
- package/dist/teammate.css.map +1 -0
- package/dist/teammate.js +5655 -0
- package/dist/teammate.js.map +1 -0
- package/dist/user.css +14 -0
- package/dist/user.css.map +1 -0
- package/dist/user.js +13 -0
- package/dist/user.js.map +1 -0
- package/package.json +116 -34
- package/dist/Button-42Dj_nRE.d.ts +0 -28
- package/dist/CoachForm.css +0 -1
- package/dist/CoachForm.js +0 -44445
- package/dist/DbtDocsRenderer.js +0 -45647
- package/dist/IconEye.js +0 -11
- package/dist/Stack.js +0 -7170
- package/dist/Switch.js +0 -128
- package/dist/ToggleGroup.js +0 -8543
- package/dist/_basePickBy.js +0 -151
- package/dist/_baseUniq.js +0 -615
- package/dist/arc.js +0 -83
- package/dist/architecture-U656AL7Q.js +0 -5
- package/dist/architectureDiagram-VXUJARFQ.js +0 -4666
- package/dist/assets/icons/index.js +0 -56
- package/dist/blockDiagram-VD42YOAC.js +0 -2266
- package/dist/c4Diagram-YG6GDRKO.js +0 -1582
- package/dist/channel.js +0 -5
- package/dist/chatbotV2/index.d.ts +0 -359
- package/dist/chatbotV2/index.js +0 -58
- package/dist/chunk-4BX2VUAB.js +0 -9
- package/dist/chunk-55IACEB6.js +0 -9
- package/dist/chunk-B4BG7PRW.js +0 -1377
- package/dist/chunk-DI55MBZ5.js +0 -1382
- package/dist/chunk-FMBD7UC4.js +0 -19
- package/dist/chunk-QN33PNHL.js +0 -20
- package/dist/chunk-QZHKN3VN.js +0 -15
- package/dist/chunk-TZMSLE5B.js +0 -64
- package/dist/classDiagram-2ON5EDUG.js +0 -17
- package/dist/classDiagram-v2-WZHVMYZB.js +0 -17
- package/dist/clone.js +0 -8
- package/dist/cose-bilkent-S5V4N54A.js +0 -2606
- package/dist/cytoscape.esm.js +0 -18731
- package/dist/dagre-6UL2VRFP.js +0 -447
- package/dist/dayjs.min.js +0 -302
- package/dist/defaultLocale.js +0 -171
- package/dist/diagram-PSM6KHXK.js +0 -535
- package/dist/diagram-QEK2KX5R.js +0 -221
- package/dist/diagram-S2PKOQOG.js +0 -143
- package/dist/erDiagram-Q2GNP2WA.js +0 -843
- package/dist/flowDiagram-NV44I4VS.js +0 -1628
- package/dist/ganttDiagram-LVOFAZNH.js +0 -2500
- package/dist/gitGraph-F6HP7TQM.js +0 -5
- package/dist/gitGraphDiagram-NY62KEGX.js +0 -713
- package/dist/graph.js +0 -247
- package/dist/index.css +0 -1
- package/dist/index2.js +0 -689
- package/dist/info-NVLQJR56.js +0 -5
- package/dist/infoDiagram-F6ZHWCRC.js +0 -24
- package/dist/init.js +0 -16
- package/dist/journeyDiagram-XKPGCS4Q.js +0 -837
- package/dist/kanban-definition-3W4ZIXB7.js +0 -720
- package/dist/katex.js +0 -11691
- package/dist/layout.js +0 -1324
- package/dist/lineage/index.js +0 -7328
- package/dist/linear.js +0 -259
- package/dist/main.css +0 -1
- package/dist/main.js +0 -4566
- package/dist/mermaid-parser.core.js +0 -12921
- package/dist/mindmap-definition-VGOIOE7T.js +0 -786
- package/dist/ordinal.js +0 -61
- package/dist/packet-BFZMPI3H.js +0 -5
- package/dist/pie-7BOR55EZ.js +0 -5
- package/dist/pieDiagram-ADFJNKIX.js +0 -163
- package/dist/quadrantDiagram-AYHSOK5B.js +0 -1025
- package/dist/radar-NHE76QYJ.js +0 -5
- package/dist/redux-toolkit.css +0 -1
- package/dist/redux-toolkit.modern.js +0 -12525
- package/dist/requirementDiagram-UZGBJVZJ.js +0 -852
- package/dist/sankeyDiagram-TZEHDZUN.js +0 -811
- package/dist/sequenceDiagram-WL72ISMW.js +0 -2523
- package/dist/shadcn/index.d.ts +0 -761
- package/dist/shadcn/index.js +0 -8680
- package/dist/stateDiagram-FKZM4ZOC.js +0 -264
- package/dist/stateDiagram-v2-4FDKWEC3.js +0 -17
- package/dist/storybook/Accordion.stories.tsx +0 -52
- package/dist/storybook/Alert.stories.tsx +0 -101
- package/dist/storybook/AlertDialog.stories.tsx +0 -161
- package/dist/storybook/AutosizeTextarea.stories.tsx +0 -52
- package/dist/storybook/Avatar.stories.tsx +0 -58
- package/dist/storybook/Badge.stories.tsx +0 -43
- package/dist/storybook/Button.stories.tsx +0 -67
- package/dist/storybook/Calendar.stories.tsx +0 -103
- package/dist/storybook/Card.stories.tsx +0 -69
- package/dist/storybook/Carousel.stories.tsx +0 -274
- package/dist/storybook/Checkbox.stories.tsx +0 -65
- package/dist/storybook/Combobox.stories.tsx +0 -1629
- package/dist/storybook/Command.stories.tsx +0 -35
- package/dist/storybook/DateRange.stories.tsx +0 -540
- package/dist/storybook/DebouncedInput.stories.tsx +0 -179
- package/dist/storybook/DropdownMenu.stories.tsx +0 -36
- package/dist/storybook/Form.stories.tsx +0 -114
- package/dist/storybook/HoverCard.stories.tsx +0 -99
- package/dist/storybook/Input.stories.tsx +0 -156
- package/dist/storybook/InputGroup.stories.tsx +0 -352
- package/dist/storybook/Label.stories.tsx +0 -42
- package/dist/storybook/Menubar.stories.tsx +0 -159
- package/dist/storybook/Pagination.stories.tsx +0 -152
- package/dist/storybook/Popover.stories.tsx +0 -23
- package/dist/storybook/Progress.stories.tsx +0 -89
- package/dist/storybook/RadioGroup.stories.tsx +0 -58
- package/dist/storybook/Resizable.stories.tsx +0 -119
- package/dist/storybook/ScrollArea.stories.tsx +0 -101
- package/dist/storybook/Select.stories.tsx +0 -145
- package/dist/storybook/Sheet.stories.tsx +0 -69
- package/dist/storybook/Sidebar.stories.tsx +0 -97
- package/dist/storybook/Slider.stories.tsx +0 -79
- package/dist/storybook/Switch.stories.tsx +0 -90
- package/dist/storybook/Tabs.stories.tsx +0 -147
- package/dist/storybook/TagsInput.stories.tsx +0 -261
- package/dist/storybook/Textarea.stories.tsx +0 -50
- package/dist/storybook/Toast.stories.tsx +0 -107
- package/dist/storybook/Toggle.stories.tsx +0 -106
- package/dist/storybook/ToggleGroup.stories.tsx +0 -178
- package/dist/storybook/Tooltip.stories.tsx +0 -25
- package/dist/storybook/Typography.stories.tsx +0 -231
- package/dist/storybook/drag-and-drop-file-upload.stories.tsx +0 -99
- package/dist/timeline-definition-IT6M3QCI.js +0 -802
- package/dist/treemap-KMMF4GRG.js +0 -5
- package/dist/xychartDiagram-PRI3JC2R.js +0 -1341
- package/readme.md +0 -11
package/dist/lineage.css
ADDED
|
@@ -0,0 +1,1221 @@
|
|
|
1
|
+
.table_node-HZasbd {
|
|
2
|
+
cursor: default;
|
|
3
|
+
width: 300px;
|
|
4
|
+
color: var(--text-color);
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
display: flex;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.table_node-HZasbd .header-EsFnof {
|
|
10
|
+
background: var(--table-node-expand-bg);
|
|
11
|
+
border-top: 2px solid var(--table-node-border-color);
|
|
12
|
+
border-left: 2px solid var(--table-node-border-color);
|
|
13
|
+
border-right: 2px solid var(--table-node-border-color);
|
|
14
|
+
border-radius: .25em .25em 0 0;
|
|
15
|
+
padding: .25em;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.table_node-HZasbd .header-EsFnof.collapse-kaHZJ2 {
|
|
19
|
+
background: var(--table-node-collapse-bg);
|
|
20
|
+
border-bottom: 2px solid var(--table-node-border-color);
|
|
21
|
+
border-radius: .25em;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.table_node-HZasbd .header-EsFnof.selected-aXy70D {
|
|
25
|
+
border-color: #e38e00;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.table_node-HZasbd .content-bkoNoL {
|
|
29
|
+
background: var(--table-node-content-bg);
|
|
30
|
+
border-bottom: 2px solid var(--table-node-border-color);
|
|
31
|
+
border-left: 2px solid var(--table-node-border-color);
|
|
32
|
+
border-right: 2px solid var(--table-node-border-color);
|
|
33
|
+
border-radius: 0 0 .25em .25em;
|
|
34
|
+
flex-grow: 1;
|
|
35
|
+
padding: .25em;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.table_node-HZasbd .content-bkoNoL.selected-aXy70D {
|
|
39
|
+
border-color: #e38e00;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.table_header-h7SLMC {
|
|
43
|
+
border: 1px solid var(--table-node-border-color);
|
|
44
|
+
border-radius: .25em;
|
|
45
|
+
grid-template-columns: 3.2em 1fr 2em;
|
|
46
|
+
align-items: center;
|
|
47
|
+
gap: 0 .5em;
|
|
48
|
+
width: 100%;
|
|
49
|
+
height: 3.2em;
|
|
50
|
+
display: grid;
|
|
51
|
+
overflow-x: hidden;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.table_header-h7SLMC .seed-Ydi9CF {
|
|
55
|
+
color: #01cd8c;
|
|
56
|
+
background-color: #01cd8c1a;
|
|
57
|
+
border: 1px solid #01cd8c4d;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.table_header-h7SLMC .model-SOXlD8 {
|
|
61
|
+
border: 1px solid rgba(var(--node-model-color), .3);
|
|
62
|
+
color: rgba(var(--node-model-color), 1);
|
|
63
|
+
background-color: rgba(var(--node-model-color), .1);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.table_header-h7SLMC .source-jFNX0O {
|
|
67
|
+
color: #bce2e4;
|
|
68
|
+
background-color: #bce2e41a;
|
|
69
|
+
border: 1px solid #bce2e44d;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.table_header-h7SLMC .exposure-KWo0IA {
|
|
73
|
+
color: #f1b497;
|
|
74
|
+
background-color: #f1b4971a;
|
|
75
|
+
border: 1px solid #f1b4974d;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.table_header-h7SLMC .snapshot-in_UPD {
|
|
79
|
+
color: #f5c5f0;
|
|
80
|
+
background-color: #f5c5f01a;
|
|
81
|
+
border: 1px solid #f5c5f04d;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.table_header-h7SLMC .metrics-xAyaQS {
|
|
85
|
+
color: #c7f3c0;
|
|
86
|
+
background-color: #c7f3c01a;
|
|
87
|
+
border: 1px solid #c7f3c04d;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.table_header-h7SLMC .macros-UnHe_G {
|
|
91
|
+
color: #dd9da5;
|
|
92
|
+
background-color: #dd9da51a;
|
|
93
|
+
border: 1px solid #dd9da54d;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.table_header-h7SLMC .analysis-VEMRfe {
|
|
97
|
+
color: #ff8488;
|
|
98
|
+
background-color: #ff84881a;
|
|
99
|
+
border: 1px solid #ff84884d;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.table_header-h7SLMC .dashboard-bq_grI {
|
|
103
|
+
color: #3b82f6;
|
|
104
|
+
background-color: #3b82f61a;
|
|
105
|
+
border: 1px solid #3b82f64d;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.table_header-h7SLMC .function_node-og3pSu {
|
|
109
|
+
color: #a78bfa;
|
|
110
|
+
background-color: #a78bfa1a;
|
|
111
|
+
border: 1px solid #a78bfa4d;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.table_header-h7SLMC .node_icon-GCPtEs {
|
|
115
|
+
border-radius: .25em;
|
|
116
|
+
flex-direction: column;
|
|
117
|
+
align-items: center;
|
|
118
|
+
padding: .15em .5em;
|
|
119
|
+
display: flex;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.table_header-h7SLMC .node_icon-GCPtEs svg {
|
|
123
|
+
width: 2em;
|
|
124
|
+
height: 2em;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.table_header-h7SLMC .node_icon-GCPtEs {
|
|
128
|
+
font-size: .75em;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.table_header-h7SLMC .dialect_icon-q66s69 {
|
|
132
|
+
flex-direction: column;
|
|
133
|
+
justify-self: center;
|
|
134
|
+
align-items: center;
|
|
135
|
+
width: 2em;
|
|
136
|
+
height: 2em;
|
|
137
|
+
display: flex;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.table_handle-VNQhFj {
|
|
141
|
+
background-color: var(--primary-accent);
|
|
142
|
+
color: #fff;
|
|
143
|
+
cursor: default;
|
|
144
|
+
border: 1px solid #d6e7ff;
|
|
145
|
+
border-radius: 50%;
|
|
146
|
+
justify-content: center;
|
|
147
|
+
align-items: end;
|
|
148
|
+
width: 1.2em;
|
|
149
|
+
height: 1.2em;
|
|
150
|
+
line-height: 1.2em;
|
|
151
|
+
display: flex;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.see_more_node-ZO0lv_ {
|
|
155
|
+
background: var(--table-node-collapse-bg);
|
|
156
|
+
border: 1px solid var(--table-node-border-color);
|
|
157
|
+
cursor: default;
|
|
158
|
+
width: 300px;
|
|
159
|
+
color: var(--text-color);
|
|
160
|
+
border-radius: .5em;
|
|
161
|
+
padding: .5em;
|
|
162
|
+
display: flex;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.table_card-NQQBnN {
|
|
166
|
+
border: 1px solid var(--card-border-color);
|
|
167
|
+
cursor: pointer;
|
|
168
|
+
background-color: var(--card-bg);
|
|
169
|
+
border-radius: .25em;
|
|
170
|
+
width: 100%;
|
|
171
|
+
padding: .25em;
|
|
172
|
+
overflow-x: hidden;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.table_card-NQQBnN.selected-aXy70D {
|
|
176
|
+
border-color: #e38e00;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.table_card-NQQBnN.disabled-Tpd9YG {
|
|
180
|
+
cursor: default;
|
|
181
|
+
background-color: #e5e6e7;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.column_card-jHEwxl {
|
|
185
|
+
border: 1px solid var(--card-border-color);
|
|
186
|
+
background-color: var(--card-bg);
|
|
187
|
+
border-radius: .6em;
|
|
188
|
+
flex-direction: column;
|
|
189
|
+
gap: .5em;
|
|
190
|
+
padding: .8em;
|
|
191
|
+
display: flex;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.column_card-jHEwxl.selected-aXy70D {
|
|
195
|
+
border-color: #e38e00;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.edit_icon-TaMt42 {
|
|
199
|
+
color: #8390a3;
|
|
200
|
+
width: 1.2rem;
|
|
201
|
+
height: 1.2rem;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.edit_icon-TaMt42:hover, .edit_icon-TaMt42.active-HrsGi3 {
|
|
205
|
+
color: var(--primary-accent);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.expand_lineage_icon-VX8baJ {
|
|
209
|
+
background-color: var(--primary-accent);
|
|
210
|
+
border-radius: .25rem;
|
|
211
|
+
justify-content: center;
|
|
212
|
+
align-items: center;
|
|
213
|
+
padding: .25rem;
|
|
214
|
+
display: flex;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.expand_lineage_icon-VX8baJ svg {
|
|
218
|
+
width: 1rem;
|
|
219
|
+
height: 1rem;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.processing_div-sU7CZh {
|
|
223
|
+
background-color: #fff;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.processing_div-sU7CZh .gif_img-C9jw5n {
|
|
227
|
+
max-width: 100%;
|
|
228
|
+
max-height: 90%;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.card-Z7RjN7 {
|
|
232
|
+
background-color: #fff;
|
|
233
|
+
border-radius: .5rem;
|
|
234
|
+
padding: .5rem;
|
|
235
|
+
box-shadow: 0 1px 2px #38414a26;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.card-Z7RjN7 .card {
|
|
239
|
+
background-color: var(--background--01);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.card-Z7RjN7 .card pre {
|
|
243
|
+
border: none !important;
|
|
244
|
+
margin: 0 !important;
|
|
245
|
+
padding: 6px !important;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.column_node-cZSan4 {
|
|
249
|
+
border: 1px solid var(--primary-accent);
|
|
250
|
+
width: 276px;
|
|
251
|
+
color: var(--column-node-color);
|
|
252
|
+
border-radius: .25em;
|
|
253
|
+
padding: 4px 8px;
|
|
254
|
+
position: relative;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.column_node-cZSan4.default-NvTGqD {
|
|
258
|
+
background: var(--column-node-bg);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.column_node-cZSan4 .column_name-eI8nyT {
|
|
262
|
+
text-overflow: ellipsis;
|
|
263
|
+
white-space: nowrap;
|
|
264
|
+
overflow: hidden;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.column_node-cZSan4 .column_top_right-HuJzaQ {
|
|
268
|
+
gap: .25rem;
|
|
269
|
+
display: flex;
|
|
270
|
+
position: absolute;
|
|
271
|
+
top: -6px;
|
|
272
|
+
right: 4px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.divider-PDv5xe {
|
|
276
|
+
background-color: var(--card-border-color);
|
|
277
|
+
width: 100%;
|
|
278
|
+
height: 2px;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.table_details_header-sHSEq1 {
|
|
282
|
+
grid-template-columns: 1.5rem 1fr;
|
|
283
|
+
align-items: center;
|
|
284
|
+
gap: 0 .5em;
|
|
285
|
+
width: 100%;
|
|
286
|
+
display: grid;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.verticle_divider-a2wwX_ {
|
|
290
|
+
background-color: #c4cad2;
|
|
291
|
+
width: 2px;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.low_confidence-BR7DRM {
|
|
295
|
+
color: #fff;
|
|
296
|
+
background: #ff754c;
|
|
297
|
+
border-radius: .375rem;
|
|
298
|
+
padding: .125em .75em;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.high_confidence-e61FlL {
|
|
302
|
+
color: #fff;
|
|
303
|
+
background: #327e36;
|
|
304
|
+
border-radius: .375rem;
|
|
305
|
+
padding: .125em .75em;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.alert_icon-SQQhdn {
|
|
309
|
+
width: 1rem;
|
|
310
|
+
height: 1rem;
|
|
311
|
+
display: flex;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.menu_card-oNPIOq {
|
|
315
|
+
font-size: .875em;
|
|
316
|
+
padding: .275em !important;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.menu_card_container-JQeVLV {
|
|
320
|
+
background-color: var(--background--02);
|
|
321
|
+
border-color: var(--stroke--disable);
|
|
322
|
+
border-radius: 6px;
|
|
323
|
+
padding: 1px;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.table_details_tabs-zIUxNq {
|
|
327
|
+
background-color: var(--column-section-bg);
|
|
328
|
+
border-radius: .5em;
|
|
329
|
+
width: 100%;
|
|
330
|
+
padding: .25em;
|
|
331
|
+
display: flex;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.table_details_tabs-zIUxNq .tab-UFR0vo {
|
|
335
|
+
width: 100%;
|
|
336
|
+
color: var(--text-color);
|
|
337
|
+
text-align: center;
|
|
338
|
+
cursor: pointer;
|
|
339
|
+
border-radius: .5em;
|
|
340
|
+
padding: .5em;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.table_details_tabs-zIUxNq .tab-UFR0vo.selected-aXy70D {
|
|
344
|
+
background-color: var(--primary-accent);
|
|
345
|
+
color: #fff;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.table_node_pill-jHPFnf {
|
|
349
|
+
background-color: var(--tag-bg);
|
|
350
|
+
color: var(--text-color);
|
|
351
|
+
border-radius: .5em;
|
|
352
|
+
align-items: center;
|
|
353
|
+
gap: .25em;
|
|
354
|
+
padding: .125em .325em;
|
|
355
|
+
font-size: .8em;
|
|
356
|
+
display: flex;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.table_node_pill-jHPFnf .icon-vsMnWn {
|
|
360
|
+
align-items: center;
|
|
361
|
+
width: 1rem;
|
|
362
|
+
height: 1rem;
|
|
363
|
+
display: flex;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.node-checkbox-AVY0v0, .non_select_node_checkbox-migo1T, .select_node_checkbox-Wm4MGe {
|
|
367
|
+
border-radius: .5em;
|
|
368
|
+
align-items: start;
|
|
369
|
+
gap: .5em;
|
|
370
|
+
padding: .125em .5em;
|
|
371
|
+
display: flex;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.select_node_checkbox-Wm4MGe {
|
|
375
|
+
border: 2px solid var(--card-border-color);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.non_select_node_checkbox-migo1T {
|
|
379
|
+
border: 2px dashed var(--card-border-color);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.node_extra_info-qk6aaB {
|
|
383
|
+
height: 1.6em;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.help_body-NH8ylK, .feedback_body-HUrd6c {
|
|
387
|
+
color: var(--text-grey2-color);
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.feedback_body-HUrd6c .cancel_btn-C218Iw {
|
|
391
|
+
color: var(--text-grey-color);
|
|
392
|
+
text-decoration: none;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.expand_nav-ATZTAG {
|
|
396
|
+
border: var(--table-node-border-color) solid 1px;
|
|
397
|
+
background-color: var(--background--01);
|
|
398
|
+
color: var(--text-color);
|
|
399
|
+
border-radius: 4px;
|
|
400
|
+
align-items: center;
|
|
401
|
+
display: flex;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.expand_nav-ATZTAG .expand_nav_btn-holMPO {
|
|
405
|
+
background-color: var(--popover-bg);
|
|
406
|
+
border-radius: 4px;
|
|
407
|
+
align-items: center;
|
|
408
|
+
margin: .125em;
|
|
409
|
+
display: flex;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.expand_nav-ATZTAG .expand_nav_btn-holMPO .divider-PDv5xe {
|
|
413
|
+
background-color: var(--divider-color);
|
|
414
|
+
width: 1px;
|
|
415
|
+
height: 1.75em;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.expand_nav-ATZTAG .expand_nav_btn-holMPO .icon-vsMnWn svg {
|
|
419
|
+
width: 1.5em;
|
|
420
|
+
height: 1.5em;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.expand_nav-ATZTAG .expand_nav_btn-holMPO .icon-vsMnWn {
|
|
424
|
+
cursor: pointer;
|
|
425
|
+
padding: .125em;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.expand_nav-ATZTAG.disabled-Tpd9YG {
|
|
429
|
+
opacity: .5;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.expand_nav-ATZTAG.disabled-Tpd9YG .icon-vsMnWn {
|
|
433
|
+
cursor: default;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.column_legend-WEW67H .popover {
|
|
437
|
+
--bs-popover-bg: --popover-bg;
|
|
438
|
+
background-color: var(--popover-bg);
|
|
439
|
+
text-transform: capitalize;
|
|
440
|
+
border: 1px solid #d5dbe4;
|
|
441
|
+
border-radius: 2px;
|
|
442
|
+
color: var(--text-color) !important;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.column_legend-WEW67H .popover .popover-body {
|
|
446
|
+
padding: .5rem 1rem;
|
|
447
|
+
color: var(--text-color) !important;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.column_legend-WEW67H .popover .popover-body > div {
|
|
451
|
+
margin-bottom: 1rem;
|
|
452
|
+
font-size: 10px;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.column_legend-WEW67H .dot-Y9ikcu {
|
|
456
|
+
vertical-align: text-bottom;
|
|
457
|
+
color: #fff;
|
|
458
|
+
text-align: center;
|
|
459
|
+
border-radius: 50%;
|
|
460
|
+
width: .75rem;
|
|
461
|
+
height: .75rem;
|
|
462
|
+
margin-right: .4rem;
|
|
463
|
+
font-size: 8px;
|
|
464
|
+
display: inline-block;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.model_views_type-Y8oeBi {
|
|
468
|
+
background-color: var(--column-section-bg);
|
|
469
|
+
border-radius: 6px;
|
|
470
|
+
align-items: center;
|
|
471
|
+
gap: .5rem;
|
|
472
|
+
padding: .5rem;
|
|
473
|
+
display: flex;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.close_button-tD_u_4 {
|
|
477
|
+
background-color: var(--primary-accent);
|
|
478
|
+
cursor: pointer;
|
|
479
|
+
padding: .5rem;
|
|
480
|
+
position: absolute;
|
|
481
|
+
top: 0;
|
|
482
|
+
right: 0;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.close_button-tD_u_4 svg {
|
|
486
|
+
width: 1rem;
|
|
487
|
+
height: 1rem;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.op_node-A_hzkb {
|
|
491
|
+
background: var(--table-node-content-bg);
|
|
492
|
+
border: 2px solid var(--table-node-border-color);
|
|
493
|
+
border-radius: 2rem;
|
|
494
|
+
align-items: center;
|
|
495
|
+
gap: .25rem;
|
|
496
|
+
padding: .25rem;
|
|
497
|
+
display: flex;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.op_node-A_hzkb .node_icon-GCPtEs {
|
|
501
|
+
border: 2px solid var(--table-node-border-color);
|
|
502
|
+
border-radius: 50%;
|
|
503
|
+
justify-content: center;
|
|
504
|
+
align-items: center;
|
|
505
|
+
width: 2.5rem;
|
|
506
|
+
height: 2.5rem;
|
|
507
|
+
padding: .1rem;
|
|
508
|
+
display: flex;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.op_node-A_hzkb .node_icon-GCPtEs.light_mode-JH0Zpb {
|
|
512
|
+
background-color: #eaf3ff;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.op_node-A_hzkb .node_icon-GCPtEs.dark_mode-JhEmfP {
|
|
516
|
+
background-color: #d3e5ff;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.op_node-A_hzkb.highlighted-S5Gm1b {
|
|
520
|
+
background-color: #fbe16b;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.op_node-A_hzkb.selected-aXy70D {
|
|
524
|
+
border-color: #e38e00;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.op_node-A_hzkb .cost_data-Ust0EF {
|
|
528
|
+
color: #374c6a;
|
|
529
|
+
letter-spacing: -.05em;
|
|
530
|
+
background-color: #ffefeb;
|
|
531
|
+
border: 1px solid #ff754c;
|
|
532
|
+
border-radius: 2rem;
|
|
533
|
+
flex-direction: column;
|
|
534
|
+
justify-content: center;
|
|
535
|
+
align-items: center;
|
|
536
|
+
height: 2.5rem;
|
|
537
|
+
padding: 0 .25rem;
|
|
538
|
+
font-size: .8em;
|
|
539
|
+
line-height: .75rem;
|
|
540
|
+
display: flex;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.op_node-A_hzkb .op_type_text-zT3J7f {
|
|
544
|
+
color: var(--primary-accent);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.op_node-A_hzkb .op_type_text-zT3J7f .node_stats-uZ7tTI {
|
|
548
|
+
gap: .25em;
|
|
549
|
+
display: flex;
|
|
550
|
+
position: absolute;
|
|
551
|
+
top: -.45rem;
|
|
552
|
+
right: 20%;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.node_stats-uZ7tTI {
|
|
556
|
+
gap: .25em;
|
|
557
|
+
display: flex;
|
|
558
|
+
position: absolute;
|
|
559
|
+
top: -.45rem;
|
|
560
|
+
right: 5%;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.savings-performance-yvA0hz, .performance-ocbi9R, .savings-XoEs9e {
|
|
564
|
+
text-wrap: nowrap;
|
|
565
|
+
border-radius: 1rem;
|
|
566
|
+
align-items: center;
|
|
567
|
+
gap: .25rem;
|
|
568
|
+
padding: 0 .125rem;
|
|
569
|
+
font-size: .65rem;
|
|
570
|
+
line-height: .75rem;
|
|
571
|
+
display: flex;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.savings-XoEs9e {
|
|
575
|
+
background: #dcfae6;
|
|
576
|
+
border: 1px solid #ade4cb;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.savings-XoEs9e .value-U5QTm0 {
|
|
580
|
+
color: #374c6a;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.savings-XoEs9e .percent-hc11lh {
|
|
584
|
+
color: #079455;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.performance-ocbi9R {
|
|
588
|
+
background: #fff1d7;
|
|
589
|
+
border: 1px solid #e7a427;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.performance-ocbi9R .value-U5QTm0 {
|
|
593
|
+
color: #374c6a;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.performance-ocbi9R .percent-hc11lh {
|
|
597
|
+
color: #e7a427;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.static_table_node-wgYPzr {
|
|
601
|
+
cursor: default;
|
|
602
|
+
width: 300px;
|
|
603
|
+
color: var(--text-color);
|
|
604
|
+
flex-direction: column;
|
|
605
|
+
display: flex;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.static_table_node-wgYPzr .header-EsFnof {
|
|
609
|
+
background: var(--table-node-expand-bg);
|
|
610
|
+
border-top: 2px solid var(--table-node-border-color);
|
|
611
|
+
border-left: 2px solid var(--table-node-border-color);
|
|
612
|
+
border-right: 2px solid var(--table-node-border-color);
|
|
613
|
+
border-radius: .25em .25em 0 0;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.static_table_node-wgYPzr .header-EsFnof.collapse-kaHZJ2 {
|
|
617
|
+
background: var(--table-node-collapse-bg);
|
|
618
|
+
border-bottom: 2px solid var(--table-node-border-color);
|
|
619
|
+
border-radius: .25em;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.static_table_node-wgYPzr .header-EsFnof.selected-aXy70D {
|
|
623
|
+
border-color: #e38e00;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.static_table_node-wgYPzr .header-EsFnof.highlighted-S5Gm1b {
|
|
627
|
+
background-color: #fbe16b;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.static_table_node-wgYPzr .node_icon-GCPtEs {
|
|
631
|
+
flex-direction: column;
|
|
632
|
+
align-items: center;
|
|
633
|
+
margin-top: .25rem;
|
|
634
|
+
margin-bottom: .25rem;
|
|
635
|
+
display: flex;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.static_table_node-wgYPzr .node_icon-GCPtEs svg {
|
|
639
|
+
width: 2.8rem;
|
|
640
|
+
height: 2.8rem;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.static_table_node-wgYPzr .cost_data-Ust0EF {
|
|
644
|
+
color: #374c6a;
|
|
645
|
+
letter-spacing: -.05em;
|
|
646
|
+
background-color: #ffefeb;
|
|
647
|
+
border: 1px solid #ff754c;
|
|
648
|
+
border-radius: .375rem;
|
|
649
|
+
flex-direction: column;
|
|
650
|
+
justify-content: center;
|
|
651
|
+
align-items: center;
|
|
652
|
+
height: 100%;
|
|
653
|
+
margin-top: .25rem;
|
|
654
|
+
margin-bottom: .25rem;
|
|
655
|
+
padding: .325rem .3rem;
|
|
656
|
+
font-size: .8em;
|
|
657
|
+
display: flex;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.static_table_node-wgYPzr .content-bkoNoL {
|
|
661
|
+
background: var(--table-node-content-bg);
|
|
662
|
+
border-bottom: 2px solid var(--table-node-border-color);
|
|
663
|
+
border-left: 2px solid var(--table-node-border-color);
|
|
664
|
+
border-right: 2px solid var(--table-node-border-color);
|
|
665
|
+
border-radius: 0 0 .25em .25em;
|
|
666
|
+
flex-grow: 1;
|
|
667
|
+
padding: .25em;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.static_table_node-wgYPzr .content-bkoNoL.selected-aXy70D {
|
|
671
|
+
border-color: #e38e00;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.static_table_node-wgYPzr .details_btn-p_k6sY {
|
|
675
|
+
border-radius: 50%;
|
|
676
|
+
justify-content: center;
|
|
677
|
+
align-items: center;
|
|
678
|
+
width: 1.25rem;
|
|
679
|
+
height: 1.25rem;
|
|
680
|
+
padding: .2rem;
|
|
681
|
+
display: flex;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.static_table_node-wgYPzr .details_btn-p_k6sY.enable-zjV1J8 {
|
|
685
|
+
background-color: var(--primary-accent);
|
|
686
|
+
cursor: pointer;
|
|
687
|
+
color: #fff;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.static_table_node-wgYPzr .details_btn-p_k6sY.disable-mMWEBh {
|
|
691
|
+
background-color: var(--btn-disable);
|
|
692
|
+
color: var(--btn-disable-text);
|
|
693
|
+
cursor: not-allowed;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.code_editor_container-l8Jz9w {
|
|
697
|
+
flex-grow: 1;
|
|
698
|
+
background-color: var(--code-bg) !important;
|
|
699
|
+
margin: 0 !important;
|
|
700
|
+
padding: .25rem !important;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.code_editor-NCl4Dj {
|
|
704
|
+
width: 100%;
|
|
705
|
+
padding: .5rem;
|
|
706
|
+
background-color: var(--code-bg) !important;
|
|
707
|
+
line-height: 2 !important;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.tooltip_container-CRWMSg {
|
|
711
|
+
align-items: center;
|
|
712
|
+
display: flex;
|
|
713
|
+
position: relative;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.tooltip_container-CRWMSg:hover .tooltip_text-SYu0GE {
|
|
717
|
+
display: block;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.tooltip_text-SYu0GE {
|
|
721
|
+
color: #fff;
|
|
722
|
+
white-space: nowrap;
|
|
723
|
+
background: #082247;
|
|
724
|
+
border-radius: 4px;
|
|
725
|
+
padding: 8px;
|
|
726
|
+
display: none;
|
|
727
|
+
position: absolute;
|
|
728
|
+
bottom: 125%;
|
|
729
|
+
left: 50%;
|
|
730
|
+
transform: translateX(-50%);
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.views_type_badge-t9r656 {
|
|
734
|
+
color: #fff;
|
|
735
|
+
cursor: default;
|
|
736
|
+
border-radius: 6px;
|
|
737
|
+
justify-content: center;
|
|
738
|
+
align-items: center;
|
|
739
|
+
width: 12px;
|
|
740
|
+
height: 12px;
|
|
741
|
+
padding: 2px;
|
|
742
|
+
font-size: 8px;
|
|
743
|
+
display: flex;
|
|
744
|
+
background-color: var(--views-color) !important;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.lineage_legend-EO_VCR {
|
|
748
|
+
z-index: 4;
|
|
749
|
+
position: absolute;
|
|
750
|
+
bottom: 1rem;
|
|
751
|
+
left: 3.5rem;
|
|
752
|
+
background-color: var(--card-bg) !important;
|
|
753
|
+
color: var(--text-color) !important;
|
|
754
|
+
border: 1px solid var(--input-border-color) !important;
|
|
755
|
+
border-radius: 5px !important;
|
|
756
|
+
padding: 6px !important;
|
|
757
|
+
font-size: 10px !important;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.lineage_legend-EO_VCR svg {
|
|
761
|
+
vertical-align: baseline;
|
|
762
|
+
margin-left: .6rem;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.column_code_icon-U9iaFg {
|
|
766
|
+
cursor: pointer;
|
|
767
|
+
color: #fff;
|
|
768
|
+
border-radius: 6px;
|
|
769
|
+
justify-content: center;
|
|
770
|
+
align-items: center;
|
|
771
|
+
width: 12px;
|
|
772
|
+
height: 12px;
|
|
773
|
+
padding: 2px;
|
|
774
|
+
display: flex;
|
|
775
|
+
background-color: #082247 !important;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
.column_code_icon-U9iaFg .codicon {
|
|
779
|
+
font-size: 10px !important;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.edge_select-O3X0VW {
|
|
783
|
+
align-items: center;
|
|
784
|
+
display: flex;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.edge_select-O3X0VW div {
|
|
788
|
+
border-top: 2px solid #e38e00;
|
|
789
|
+
width: 12px;
|
|
790
|
+
height: 2px;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.edge_non_select-njevKn {
|
|
794
|
+
align-items: center;
|
|
795
|
+
display: flex;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.edge_non_select-njevKn div {
|
|
799
|
+
border-top: 1px dashed #e38e00;
|
|
800
|
+
width: 12px;
|
|
801
|
+
height: 2px;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.modal_views_code_container-hRDFwN {
|
|
805
|
+
background-color: var(--card-bg);
|
|
806
|
+
border-radius: 6px;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.custom_node_code_block-kYkJoY .tooltip {
|
|
810
|
+
--bs-tooltip-max-width: none;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.custom_node_code_block-kYkJoY .tooltip .card {
|
|
814
|
+
background-color: #0000;
|
|
815
|
+
border: none;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.custom_node_code_block-kYkJoY .tooltip .card pre {
|
|
819
|
+
white-space: nowrap !important;
|
|
820
|
+
padding: 0 !important;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.reset_btn-sxy4vp {
|
|
824
|
+
align-items: center;
|
|
825
|
+
gap: 4px;
|
|
826
|
+
display: flex;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.error_tooltip-MEczjk {
|
|
830
|
+
color: #fff;
|
|
831
|
+
background: #082247;
|
|
832
|
+
border-radius: 4px;
|
|
833
|
+
padding: 8px;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
:root {
|
|
837
|
+
--border-radius: 8px;
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.tableWrapper-bjPDSp {
|
|
841
|
+
width: 100%;
|
|
842
|
+
max-width: 800px;
|
|
843
|
+
margin: 0 auto;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.dataTable-uBNuzX {
|
|
847
|
+
background-color: var(--background--02);
|
|
848
|
+
color: var(--text-color--paragraph);
|
|
849
|
+
border-radius: var(--border-radius);
|
|
850
|
+
overflow: hidden;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.dataTable-uBNuzX.table {
|
|
854
|
+
border: 1px solid var(--gray--gray-01);
|
|
855
|
+
margin-bottom: 0;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.dataTable-uBNuzX td {
|
|
859
|
+
background-color: var(--background--02);
|
|
860
|
+
border-color: var(--gray--gray-01) !important;
|
|
861
|
+
padding: .25rem .5rem !important;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.dataTable-uBNuzX thead th {
|
|
865
|
+
background-color: var(--background--04);
|
|
866
|
+
border-bottom-width: 2px;
|
|
867
|
+
font-weight: 500;
|
|
868
|
+
border-color: var(--gray--gray-01) !important;
|
|
869
|
+
padding: .25rem .5rem !important;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.dataTable-uBNuzX thead th:first-child {
|
|
873
|
+
border-top-left-radius: calc(var(--border-radius) - 1px);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.dataTable-uBNuzX thead th:last-child {
|
|
877
|
+
border-top-right-radius: calc(var(--border-radius) - 1px);
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.dataTable-uBNuzX tbody tr:last-child td:first-child {
|
|
881
|
+
border-bottom-left-radius: calc(var(--border-radius) - 1px);
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.dataTable-uBNuzX tbody tr:last-child td:last-child {
|
|
885
|
+
border-bottom-right-radius: calc(var(--border-radius) - 1px);
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
#lineage-sidebar .sidebar-modal {
|
|
889
|
+
height: calc(100% + 1px);
|
|
890
|
+
box-shadow: none;
|
|
891
|
+
z-index: 997;
|
|
892
|
+
color: var(--text-color);
|
|
893
|
+
background-color: #0000;
|
|
894
|
+
width: 100vw;
|
|
895
|
+
transition: transform .3s ease-in-out;
|
|
896
|
+
position: fixed;
|
|
897
|
+
top: -1px;
|
|
898
|
+
left: 0;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
#lineage-sidebar .sidebar-background-screen {
|
|
902
|
+
z-index: 998;
|
|
903
|
+
background-color: #08224780;
|
|
904
|
+
width: 100vw;
|
|
905
|
+
height: 100%;
|
|
906
|
+
display: block;
|
|
907
|
+
position: absolute;
|
|
908
|
+
top: 0;
|
|
909
|
+
left: 0;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
#lineage-sidebar .sidebar-modal-content {
|
|
913
|
+
background-color: var(--card-bg);
|
|
914
|
+
z-index: 998;
|
|
915
|
+
border-radius: 0;
|
|
916
|
+
min-width: 400px;
|
|
917
|
+
max-width: 600px;
|
|
918
|
+
height: 100%;
|
|
919
|
+
position: absolute;
|
|
920
|
+
right: 0;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
#lineage-sidebar .sidebar-close-button {
|
|
924
|
+
background: 1px solid #e7e8ea;
|
|
925
|
+
cursor: pointer;
|
|
926
|
+
z-index: 999;
|
|
927
|
+
background: var(--primary-accent, #247efe);
|
|
928
|
+
justify-content: center;
|
|
929
|
+
align-items: center;
|
|
930
|
+
width: 32px;
|
|
931
|
+
height: 32px;
|
|
932
|
+
padding: 8px;
|
|
933
|
+
display: inline-flex;
|
|
934
|
+
position: absolute;
|
|
935
|
+
top: 0;
|
|
936
|
+
right: 100%;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.component-A82MOD {
|
|
940
|
+
border: 4px solid #0000001a;
|
|
941
|
+
border-left-color: var(--primary-color);
|
|
942
|
+
border-radius: 50%;
|
|
943
|
+
flex-direction: column;
|
|
944
|
+
justify-content: center;
|
|
945
|
+
align-items: center;
|
|
946
|
+
width: 40px;
|
|
947
|
+
height: 40px;
|
|
948
|
+
margin: 0 auto;
|
|
949
|
+
animation: 1s linear infinite spin-mK3tpt;
|
|
950
|
+
display: flex;
|
|
951
|
+
position: absolute;
|
|
952
|
+
transform: translate(-50%, -50%);
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
@keyframes spin-mK3tpt {
|
|
956
|
+
0% {
|
|
957
|
+
transform: rotate(0);
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
100% {
|
|
961
|
+
transform: rotate(360deg);
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.level_tag-lfobAk {
|
|
966
|
+
white-space: nowrap;
|
|
967
|
+
text-overflow: ellipsis;
|
|
968
|
+
background-color: var(--tag-bg);
|
|
969
|
+
width: min-content;
|
|
970
|
+
color: var(--tag-text-color);
|
|
971
|
+
border-radius: 30px;
|
|
972
|
+
align-items: center;
|
|
973
|
+
padding: 2px 8px;
|
|
974
|
+
font-size: .8em;
|
|
975
|
+
font-weight: 500;
|
|
976
|
+
display: flex;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.lineage-component {
|
|
980
|
+
--primary-color: #247efe;
|
|
981
|
+
--bg-color: #f5f5f7;
|
|
982
|
+
--primary-accent: #247efe;
|
|
983
|
+
--column-node-bg: #e9f2ff;
|
|
984
|
+
--column-node-color: var(--primary-accent);
|
|
985
|
+
--text-color: #000;
|
|
986
|
+
--card-bg: #fff;
|
|
987
|
+
--card-border-color: #e7e8ea;
|
|
988
|
+
--table-node-border-color: #a7b2c14d;
|
|
989
|
+
--table-node-expand-bg: #eaf3ff;
|
|
990
|
+
--table-node-collapse-bg: #fff;
|
|
991
|
+
--table-node-content-bg: #fff;
|
|
992
|
+
--text-grey-color: #8390a3;
|
|
993
|
+
--text-grey2-color: #c4cad2;
|
|
994
|
+
--purpose-section-bg: #eaf3ff;
|
|
995
|
+
--column-section-bg: #f5f6f7;
|
|
996
|
+
--tag-bg: #f5f6f7;
|
|
997
|
+
--tag-text-color: #082247;
|
|
998
|
+
--input-placeholder-color: #08224780;
|
|
999
|
+
--input-bg: #fff;
|
|
1000
|
+
--input-text-color: #212529;
|
|
1001
|
+
--input-border-color: #dee2e6;
|
|
1002
|
+
--modal-bg: #fff;
|
|
1003
|
+
--popover-bg: #fff;
|
|
1004
|
+
--divider-color: #e8e8e8;
|
|
1005
|
+
--code-bg: #082247;
|
|
1006
|
+
--node-model-color: 36, 126, 254;
|
|
1007
|
+
line-height: var(--bs-body-line-height);
|
|
1008
|
+
height: 100%;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.vscode-dark .lineage-component {
|
|
1012
|
+
--bg-color: #1e1e1e;
|
|
1013
|
+
--primary-accent: #247efe;
|
|
1014
|
+
--column-node-bg: #8390a333;
|
|
1015
|
+
--column-node-color: #fff;
|
|
1016
|
+
--text-color: #fff;
|
|
1017
|
+
--card-bg: #252526;
|
|
1018
|
+
--card-border-color: #d5dbe433;
|
|
1019
|
+
--table-node-border-color: #d5dbe41a;
|
|
1020
|
+
--table-node-expand-bg: #494e56;
|
|
1021
|
+
--table-node-collapse-bg: #3a3d41;
|
|
1022
|
+
--table-node-content-bg: #3a3d41;
|
|
1023
|
+
--text-grey-color: #66768d;
|
|
1024
|
+
--text-grey2-color: #c4cad2;
|
|
1025
|
+
--purpose-section-bg: #3c3c3c;
|
|
1026
|
+
--column-section-bg: #3c3c3c;
|
|
1027
|
+
--tag-bg: #4a4d51;
|
|
1028
|
+
--tag-text-color: #fff;
|
|
1029
|
+
--input-placeholder-color: #fff;
|
|
1030
|
+
--input-bg: #8390a333;
|
|
1031
|
+
--input-text-color: #fff;
|
|
1032
|
+
--input-border-color: #8390a31a;
|
|
1033
|
+
--modal-bg: #484e55;
|
|
1034
|
+
--popover-bg: #28292c;
|
|
1035
|
+
--divider-color: #424750;
|
|
1036
|
+
--code-bg: #171717;
|
|
1037
|
+
--node-model-color: 202, 232, 249;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
body.lineage .popover {
|
|
1041
|
+
--bs-popover-bg: var(--background--02);
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
body.vscode-dark .bs-modal {
|
|
1045
|
+
--bs-modal-bg: #252526 !important;
|
|
1046
|
+
--bs-modal-color: #fff !important;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.position-relative {
|
|
1050
|
+
position: relative;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.gap-xxs {
|
|
1054
|
+
gap: .25rem;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.gap-xs {
|
|
1058
|
+
gap: .5rem;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.gap-sm {
|
|
1062
|
+
gap: .75rem;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
.gap-md {
|
|
1066
|
+
gap: 1rem;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
.gap-lg {
|
|
1070
|
+
gap: 1.25rem;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.gap-xl {
|
|
1074
|
+
gap: 2rem;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
.overflow-y {
|
|
1078
|
+
overflow-y: auto;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
.overflow-x {
|
|
1082
|
+
overflow-x: auto;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
.lines-2 {
|
|
1086
|
+
text-overflow: ellipsis;
|
|
1087
|
+
-webkit-line-clamp: 2;
|
|
1088
|
+
word-break: break-word;
|
|
1089
|
+
-webkit-box-orient: vertical;
|
|
1090
|
+
display: -webkit-box;
|
|
1091
|
+
overflow: hidden;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.text-blue {
|
|
1095
|
+
color: var(--primary-accent);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.text-grey {
|
|
1099
|
+
color: var(--text-grey-color);
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.text-overflow {
|
|
1103
|
+
text-overflow: ellipsis;
|
|
1104
|
+
white-space: nowrap;
|
|
1105
|
+
overflow-x: hidden;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.invisible {
|
|
1109
|
+
visibility: hidden;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.spacer {
|
|
1113
|
+
flex-grow: 1;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.fw-semibold {
|
|
1117
|
+
font-weight: 600;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.top-right-container {
|
|
1121
|
+
z-index: 1;
|
|
1122
|
+
align-items: center;
|
|
1123
|
+
gap: 8px;
|
|
1124
|
+
display: flex;
|
|
1125
|
+
position: absolute;
|
|
1126
|
+
top: 16px;
|
|
1127
|
+
right: 16px;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.fs-xxs {
|
|
1131
|
+
font-size: .875rem;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.purpose-section {
|
|
1135
|
+
background-color: var(--purpose-section-bg);
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.column-section {
|
|
1139
|
+
background-color: var(--column-section-bg);
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.custom-input {
|
|
1143
|
+
background-color: var(--input-bg) !important;
|
|
1144
|
+
color: var(--input-text-color) !important;
|
|
1145
|
+
border-color: var(--input-border-color) !important;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
.custom-input::-moz-placeholder {
|
|
1149
|
+
color: var(--input-placeholder-color) !important;
|
|
1150
|
+
opacity: 1 !important;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
.custom-input::placeholder {
|
|
1154
|
+
color: var(--input-placeholder-color) !important;
|
|
1155
|
+
opacity: 1 !important;
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.cursor-pointer {
|
|
1159
|
+
cursor: pointer;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.tooltip-container {
|
|
1163
|
+
align-items: center;
|
|
1164
|
+
display: flex;
|
|
1165
|
+
position: relative;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.tooltip-container:hover .tooltip-text {
|
|
1169
|
+
display: block;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.tooltip-text {
|
|
1173
|
+
color: #082247;
|
|
1174
|
+
white-space: nowrap;
|
|
1175
|
+
background: #ffce73;
|
|
1176
|
+
border-radius: 4px;
|
|
1177
|
+
padding: 8px;
|
|
1178
|
+
display: none;
|
|
1179
|
+
position: absolute;
|
|
1180
|
+
bottom: 125%;
|
|
1181
|
+
left: 50%;
|
|
1182
|
+
transform: translateX(-50%);
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.bottom-right-container {
|
|
1186
|
+
z-index: 100;
|
|
1187
|
+
align-items: center;
|
|
1188
|
+
gap: 8px;
|
|
1189
|
+
display: flex;
|
|
1190
|
+
position: absolute;
|
|
1191
|
+
bottom: 16px;
|
|
1192
|
+
right: 16px;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.normal-text {
|
|
1196
|
+
color: var(--text-color);
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.theme-bg {
|
|
1200
|
+
background-color: var(--bg-color) !important;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
.cursor-disable {
|
|
1204
|
+
cursor: not-allowed;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
pre[class*="language-"], code[class*="language-"] {
|
|
1208
|
+
word-break: break-word;
|
|
1209
|
+
overflow: auto;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.text-primary {
|
|
1213
|
+
color: var(--primary-accent);
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
.text-white {
|
|
1217
|
+
color: #fff;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
/*# sourceMappingURL=lineage.css.map*/
|