@red-hat-developer-hub/backstage-plugin-intelligent-assistant 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +681 -0
- package/README.md +378 -0
- package/config.d.ts +70 -0
- package/dist/alpha.d.ts +285 -0
- package/dist/alpha.esm.js +3 -0
- package/dist/alpha.esm.js.map +1 -0
- package/dist/api/LightspeedApiClient.esm.js +234 -0
- package/dist/api/LightspeedApiClient.esm.js.map +1 -0
- package/dist/api/NotebooksApiClient.esm.js +179 -0
- package/dist/api/NotebooksApiClient.esm.js.map +1 -0
- package/dist/api/api.esm.js +8 -0
- package/dist/api/api.esm.js.map +1 -0
- package/dist/api/notebooksApi.esm.js +10 -0
- package/dist/api/notebooksApi.esm.js.map +1 -0
- package/dist/components/Attachment.esm.js +108 -0
- package/dist/components/Attachment.esm.js.map +1 -0
- package/dist/components/AttachmentContext.esm.js +125 -0
- package/dist/components/AttachmentContext.esm.js.map +1 -0
- package/dist/components/CollapsedHistoryStrip.esm.js +87 -0
- package/dist/components/CollapsedHistoryStrip.esm.js.map +1 -0
- package/dist/components/DeleteModal.esm.js +92 -0
- package/dist/components/DeleteModal.esm.js.map +1 -0
- package/dist/components/FilePreview.esm.js +49 -0
- package/dist/components/FilePreview.esm.js.map +1 -0
- package/dist/components/LightSpeedChat.esm.js +1898 -0
- package/dist/components/LightSpeedChat.esm.js.map +1 -0
- package/dist/components/LightspeedChatBox.esm.js +252 -0
- package/dist/components/LightspeedChatBox.esm.js.map +1 -0
- package/dist/components/LightspeedChatBoxHeader.esm.js +210 -0
- package/dist/components/LightspeedChatBoxHeader.esm.js.map +1 -0
- package/dist/components/LightspeedChatContainer.esm.js +162 -0
- package/dist/components/LightspeedChatContainer.esm.js.map +1 -0
- package/dist/components/LightspeedChatModelsState.esm.js +198 -0
- package/dist/components/LightspeedChatModelsState.esm.js.map +1 -0
- package/dist/components/LightspeedDrawerContext.esm.js +15 -0
- package/dist/components/LightspeedDrawerContext.esm.js.map +1 -0
- package/dist/components/LightspeedDrawerProvider.esm.js +44 -0
- package/dist/components/LightspeedDrawerProvider.esm.js.map +1 -0
- package/dist/components/LightspeedDrawerStateExposer.esm.js +34 -0
- package/dist/components/LightspeedDrawerStateExposer.esm.js.map +1 -0
- package/dist/components/LightspeedFAB.esm.js +6 -0
- package/dist/components/LightspeedFAB.esm.js.map +1 -0
- package/dist/components/LightspeedFABContent.esm.js +65 -0
- package/dist/components/LightspeedFABContent.esm.js.map +1 -0
- package/dist/components/LightspeedIcon.esm.js +46 -0
- package/dist/components/LightspeedIcon.esm.js.map +1 -0
- package/dist/components/LightspeedPage.esm.js +31 -0
- package/dist/components/LightspeedPage.esm.js.map +1 -0
- package/dist/components/McpServersSettings.esm.js +953 -0
- package/dist/components/McpServersSettings.esm.js.map +1 -0
- package/dist/components/McpSettingsIcon.esm.js +18 -0
- package/dist/components/McpSettingsIcon.esm.js.map +1 -0
- package/dist/components/MessageBarModelSelector.esm.js +92 -0
- package/dist/components/MessageBarModelSelector.esm.js.map +1 -0
- package/dist/components/PermissionRequiredIcon.esm.js +18 -0
- package/dist/components/PermissionRequiredIcon.esm.js.map +1 -0
- package/dist/components/PermissionRequiredState.esm.js +88 -0
- package/dist/components/PermissionRequiredState.esm.js.map +1 -0
- package/dist/components/RenameConversationModal.esm.js +157 -0
- package/dist/components/RenameConversationModal.esm.js.map +1 -0
- package/dist/components/Router.esm.js +35 -0
- package/dist/components/Router.esm.js.map +1 -0
- package/dist/components/SourcesChipModal.esm.js +124 -0
- package/dist/components/SourcesChipModal.esm.js.map +1 -0
- package/dist/components/ToolCallContent.esm.js +208 -0
- package/dist/components/ToolCallContent.esm.js.map +1 -0
- package/dist/components/Trans.esm.js +33 -0
- package/dist/components/Trans.esm.js.map +1 -0
- package/dist/components/notebooks/AddDocumentModal.esm.js +271 -0
- package/dist/components/notebooks/AddDocumentModal.esm.js.map +1 -0
- package/dist/components/notebooks/DeleteDocumentModal.esm.js +131 -0
- package/dist/components/notebooks/DeleteDocumentModal.esm.js.map +1 -0
- package/dist/components/notebooks/DeleteNotebookModal.esm.js +143 -0
- package/dist/components/notebooks/DeleteNotebookModal.esm.js.map +1 -0
- package/dist/components/notebooks/DocumentSidebar.esm.js +235 -0
- package/dist/components/notebooks/DocumentSidebar.esm.js.map +1 -0
- package/dist/components/notebooks/FileListItem.esm.js +94 -0
- package/dist/components/notebooks/FileListItem.esm.js.map +1 -0
- package/dist/components/notebooks/FileTypeIcon.esm.js +59 -0
- package/dist/components/notebooks/FileTypeIcon.esm.js.map +1 -0
- package/dist/components/notebooks/NotebookCard.esm.js +118 -0
- package/dist/components/notebooks/NotebookCard.esm.js.map +1 -0
- package/dist/components/notebooks/NotebookView.esm.js +681 -0
- package/dist/components/notebooks/NotebookView.esm.js.map +1 -0
- package/dist/components/notebooks/NotebooksTab.esm.js +71 -0
- package/dist/components/notebooks/NotebooksTab.esm.js.map +1 -0
- package/dist/components/notebooks/OverwriteConfirmModal.esm.js +142 -0
- package/dist/components/notebooks/OverwriteConfirmModal.esm.js.map +1 -0
- package/dist/components/notebooks/RenameNotebookModal.esm.js +187 -0
- package/dist/components/notebooks/RenameNotebookModal.esm.js.map +1 -0
- package/dist/components/notebooks/SidebarCollapseIcon.esm.js +50 -0
- package/dist/components/notebooks/SidebarCollapseIcon.esm.js.map +1 -0
- package/dist/components/notebooks/UploadResourceScreen.esm.js +79 -0
- package/dist/components/notebooks/UploadResourceScreen.esm.js.map +1 -0
- package/dist/const.esm.js +74 -0
- package/dist/const.esm.js.map +1 -0
- package/dist/dev.d.ts +2 -0
- package/dist/dev.esm.js +48 -0
- package/dist/dev.esm.js.map +1 -0
- package/dist/hooks/notebooks/useCreateNotebook.esm.js +19 -0
- package/dist/hooks/notebooks/useCreateNotebook.esm.js.map +1 -0
- package/dist/hooks/notebooks/useCreateNotebookMessage.esm.js +24 -0
- package/dist/hooks/notebooks/useCreateNotebookMessage.esm.js.map +1 -0
- package/dist/hooks/notebooks/useDeleteNotebook.esm.js +19 -0
- package/dist/hooks/notebooks/useDeleteNotebook.esm.js.map +1 -0
- package/dist/hooks/notebooks/useDocumentStatusPolling.esm.js +40 -0
- package/dist/hooks/notebooks/useDocumentStatusPolling.esm.js.map +1 -0
- package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js +15 -0
- package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js.map +1 -0
- package/dist/hooks/notebooks/useNotebookDocuments.esm.js +18 -0
- package/dist/hooks/notebooks/useNotebookDocuments.esm.js.map +1 -0
- package/dist/hooks/notebooks/useNotebookSession.esm.js +18 -0
- package/dist/hooks/notebooks/useNotebookSession.esm.js.map +1 -0
- package/dist/hooks/notebooks/useNotebookSessions.esm.js +18 -0
- package/dist/hooks/notebooks/useNotebookSessions.esm.js.map +1 -0
- package/dist/hooks/notebooks/useRenameNotebook.esm.js +19 -0
- package/dist/hooks/notebooks/useRenameNotebook.esm.js.map +1 -0
- package/dist/hooks/notebooks/useUploadDocument.esm.js +28 -0
- package/dist/hooks/notebooks/useUploadDocument.esm.js.map +1 -0
- package/dist/hooks/toolCallsCacheStore.esm.js +61 -0
- package/dist/hooks/toolCallsCacheStore.esm.js.map +1 -0
- package/dist/hooks/useAllModels.esm.js +20 -0
- package/dist/hooks/useAllModels.esm.js.map +1 -0
- package/dist/hooks/useAutoScroll.esm.js +78 -0
- package/dist/hooks/useAutoScroll.esm.js.map +1 -0
- package/dist/hooks/useBackstageUserIdentity.esm.js +14 -0
- package/dist/hooks/useBackstageUserIdentity.esm.js.map +1 -0
- package/dist/hooks/useBufferedMessages.esm.js +27 -0
- package/dist/hooks/useBufferedMessages.esm.js.map +1 -0
- package/dist/hooks/useCaptureFeedback.esm.js +21 -0
- package/dist/hooks/useCaptureFeedback.esm.js.map +1 -0
- package/dist/hooks/useConversationMessages.esm.js +544 -0
- package/dist/hooks/useConversationMessages.esm.js.map +1 -0
- package/dist/hooks/useConversations.esm.js +25 -0
- package/dist/hooks/useConversations.esm.js.map +1 -0
- package/dist/hooks/useCreateCoversationMessage.esm.js +33 -0
- package/dist/hooks/useCreateCoversationMessage.esm.js.map +1 -0
- package/dist/hooks/useDeleteConversation.esm.js +39 -0
- package/dist/hooks/useDeleteConversation.esm.js.map +1 -0
- package/dist/hooks/useDisplayModeSettings.esm.js +57 -0
- package/dist/hooks/useDisplayModeSettings.esm.js.map +1 -0
- package/dist/hooks/useFeedbackActions.esm.js +275 -0
- package/dist/hooks/useFeedbackActions.esm.js.map +1 -0
- package/dist/hooks/useFeedbackState.esm.js +93 -0
- package/dist/hooks/useFeedbackState.esm.js.map +1 -0
- package/dist/hooks/useFeedbackStatus.esm.js +14 -0
- package/dist/hooks/useFeedbackStatus.esm.js.map +1 -0
- package/dist/hooks/useIsMobile.esm.js +14 -0
- package/dist/hooks/useIsMobile.esm.js.map +1 -0
- package/dist/hooks/useLastOpenedConversation.esm.js +51 -0
- package/dist/hooks/useLastOpenedConversation.esm.js.map +1 -0
- package/dist/hooks/useLightspeedDeletePermission.esm.js +12 -0
- package/dist/hooks/useLightspeedDeletePermission.esm.js.map +1 -0
- package/dist/hooks/useLightspeedDrawerContext.esm.js +15 -0
- package/dist/hooks/useLightspeedDrawerContext.esm.js.map +1 -0
- package/dist/hooks/useLightspeedProviderState.esm.js +277 -0
- package/dist/hooks/useLightspeedProviderState.esm.js.map +1 -0
- package/dist/hooks/useLightspeedUpdatePermission.esm.js +12 -0
- package/dist/hooks/useLightspeedUpdatePermission.esm.js.map +1 -0
- package/dist/hooks/useLightspeedViewPermission.esm.js +18 -0
- package/dist/hooks/useLightspeedViewPermission.esm.js.map +1 -0
- package/dist/hooks/useNotebookConversationIds.esm.js +19 -0
- package/dist/hooks/useNotebookConversationIds.esm.js.map +1 -0
- package/dist/hooks/useNotebookWelcomePrompts.esm.js +14 -0
- package/dist/hooks/useNotebookWelcomePrompts.esm.js.map +1 -0
- package/dist/hooks/usePinnedChatsSettings.esm.js +118 -0
- package/dist/hooks/usePinnedChatsSettings.esm.js.map +1 -0
- package/dist/hooks/useQuestionValidation.esm.js +16 -0
- package/dist/hooks/useQuestionValidation.esm.js.map +1 -0
- package/dist/hooks/useRenameConversation.esm.js +44 -0
- package/dist/hooks/useRenameConversation.esm.js.map +1 -0
- package/dist/hooks/useSortSettings.esm.js +60 -0
- package/dist/hooks/useSortSettings.esm.js.map +1 -0
- package/dist/hooks/useStopConversation.esm.js +18 -0
- package/dist/hooks/useStopConversation.esm.js.map +1 -0
- package/dist/hooks/useTranslation.esm.js +7 -0
- package/dist/hooks/useTranslation.esm.js.map +1 -0
- package/dist/hooks/useWelcomePrompts.esm.js +36 -0
- package/dist/hooks/useWelcomePrompts.esm.js.map +1 -0
- package/dist/images/bot-avatar-dark.svg +4 -0
- package/dist/images/bot-avatar.svg +4 -0
- package/dist/images/permission-required.svg +319 -0
- package/dist/images/user-avatar.svg +4 -0
- package/dist/index.d.ts +113 -0
- package/dist/index.esm.js +137 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/intelligent-assistant-fab-module.d.ts +4 -0
- package/dist/intelligent-assistant-fab-module.esm.js +2 -0
- package/dist/intelligent-assistant-fab-module.esm.js.map +1 -0
- package/dist/intelligent-assistant-translations-module.d.ts +4 -0
- package/dist/intelligent-assistant-translations-module.esm.js +2 -0
- package/dist/intelligent-assistant-translations-module.esm.js.map +1 -0
- package/dist/legacy.d.ts +75 -0
- package/dist/legacy.esm.js +13 -0
- package/dist/legacy.esm.js.map +1 -0
- package/dist/plugin.esm.js +84 -0
- package/dist/plugin.esm.js.map +1 -0
- package/dist/routes.esm.js +23 -0
- package/dist/routes.esm.js.map +1 -0
- package/dist/translations/de.esm.js +278 -0
- package/dist/translations/de.esm.js.map +1 -0
- package/dist/translations/es.esm.js +278 -0
- package/dist/translations/es.esm.js.map +1 -0
- package/dist/translations/fr.esm.js +278 -0
- package/dist/translations/fr.esm.js.map +1 -0
- package/dist/translations/index.esm.js +16 -0
- package/dist/translations/index.esm.js.map +1 -0
- package/dist/translations/it.esm.js +278 -0
- package/dist/translations/it.esm.js.map +1 -0
- package/dist/translations/ja.esm.js +278 -0
- package/dist/translations/ja.esm.js.map +1 -0
- package/dist/translations/ref.esm.js +315 -0
- package/dist/translations/ref.esm.js.map +1 -0
- package/dist/types.esm.js +9 -0
- package/dist/types.esm.js.map +1 -0
- package/dist/utils/attachment-utils.esm.js +30 -0
- package/dist/utils/attachment-utils.esm.js.map +1 -0
- package/dist/utils/formatToolResponseForMarkdown.esm.js +98 -0
- package/dist/utils/formatToolResponseForMarkdown.esm.js.map +1 -0
- package/dist/utils/generateClassName.esm.js +12 -0
- package/dist/utils/generateClassName.esm.js.map +1 -0
- package/dist/utils/lightspeed-chatbox-utils.esm.js +232 -0
- package/dist/utils/lightspeed-chatbox-utils.esm.js.map +1 -0
- package/dist/utils/notebook-upload-utils.esm.js +48 -0
- package/dist/utils/notebook-upload-utils.esm.js.map +1 -0
- package/dist/utils/notebooks-utils.esm.js +25 -0
- package/dist/utils/notebooks-utils.esm.js.map +1 -0
- package/dist/utils/prompt-utils.esm.js +17 -0
- package/dist/utils/prompt-utils.esm.js.map +1 -0
- package/dist/utils/queryClient.esm.js +6 -0
- package/dist/utils/queryClient.esm.js.map +1 -0
- package/dist/utils/reasoningParser.esm.js +33 -0
- package/dist/utils/reasoningParser.esm.js.map +1 -0
- package/dist/utils/toolCallMapper.esm.js +15 -0
- package/dist/utils/toolCallMapper.esm.js.map +1 -0
- package/dist/utils/user-utils.esm.js +7 -0
- package/dist/utils/user-utils.esm.js.map +1 -0
- package/package.json +182 -0
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Illustration" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 108 108">
|
|
3
|
+
<title>Manage cloud services illustration - Gray</title>
|
|
4
|
+
<desc>cloud, public, private, data, applications, managed platform, hybrid cloud, connections</desc>
|
|
5
|
+
<metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
|
|
6
|
+
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 8.0-c001 1.000000, 0000/00/00-00:00:00 ">
|
|
7
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
8
|
+
<rdf:Description rdf:about=""
|
|
9
|
+
xmlns:xmp="http://ns.adobe.com/xap/1.0/"
|
|
10
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
11
|
+
xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
|
|
12
|
+
<xmp:brand-content-type>Illustration</xmp:brand-content-type>
|
|
13
|
+
<xmp:brand-image-use-case>Full</xmp:brand-image-use-case>
|
|
14
|
+
<xmp:brand-content-subtype>Illustration</xmp:brand-content-subtype>
|
|
15
|
+
<xmp:rhcc-uploaded-by>alwilker@redhat.com</xmp:rhcc-uploaded-by>
|
|
16
|
+
<xmp:CreateDate>2024-11-25T16:17:18.697Z</xmp:CreateDate>
|
|
17
|
+
<xmp:rhcc-effective-on>2024-11-25T16:17:18.697Z</xmp:rhcc-effective-on>
|
|
18
|
+
<xmp:rhcc-metadata-complete-moderator>pending</xmp:rhcc-metadata-complete-moderator>
|
|
19
|
+
<xmp:rhcc-translation-id>TRA267cb102-85d8-4bd4-8e0b-63d792ebcda0</xmp:rhcc-translation-id>
|
|
20
|
+
<xmp:rhcc-notify-portal-subscribers-on-change>yes</xmp:rhcc-notify-portal-subscribers-on-change>
|
|
21
|
+
<xmp:rhcc-effective-on-set-on-upload>true</xmp:rhcc-effective-on-set-on-upload>
|
|
22
|
+
<xmp:rhcc-metadata-complete-uploader>pending</xmp:rhcc-metadata-complete-uploader>
|
|
23
|
+
<xmp:rhcc-file-last-modified>2024-11-25T16:17:34.114Z</xmp:rhcc-file-last-modified>
|
|
24
|
+
<xmp:rhcc-audience>rhcc-audience:internal</xmp:rhcc-audience>
|
|
25
|
+
<xmp:brand-people>no</xmp:brand-people>
|
|
26
|
+
<xmp:rhcc-aspect-ratio>square</xmp:rhcc-aspect-ratio>
|
|
27
|
+
<xmp:brand-isolated-background>yes</xmp:brand-isolated-background>
|
|
28
|
+
<xmp:rhcc-derivative-id>DER267cb102-85d8-4bd4-8e0b-63d792ebcda0</xmp:rhcc-derivative-id>
|
|
29
|
+
<xmp:rhcc-rights-restricted>no</xmp:rhcc-rights-restricted>
|
|
30
|
+
<xmp:brand-colorway>
|
|
31
|
+
<rdf:Bag>
|
|
32
|
+
<rdf:li>colorway:gray</rdf:li>
|
|
33
|
+
<rdf:li>colorway:red</rdf:li>
|
|
34
|
+
</rdf:Bag>
|
|
35
|
+
</xmp:brand-colorway>
|
|
36
|
+
<dc:modified>2024-11-25T16:20:30.487Z</dc:modified>
|
|
37
|
+
<dc:format>image/svg+xml</dc:format>
|
|
38
|
+
<dc:title>
|
|
39
|
+
<rdf:Alt>
|
|
40
|
+
<rdf:li xml:lang="x-default">Manage cloud services illustration - Gray</rdf:li>
|
|
41
|
+
</rdf:Alt>
|
|
42
|
+
</dc:title>
|
|
43
|
+
<dc:description>
|
|
44
|
+
<rdf:Alt>
|
|
45
|
+
<rdf:li xml:lang="x-default">cloud, public, private, data, applications, managed platform, hybrid cloud, connections</rdf:li>
|
|
46
|
+
</rdf:Alt>
|
|
47
|
+
</dc:description>
|
|
48
|
+
<tiff:ImageLength>108</tiff:ImageLength>
|
|
49
|
+
<tiff:ImageWidth>108</tiff:ImageWidth>
|
|
50
|
+
</rdf:Description>
|
|
51
|
+
</rdf:RDF>
|
|
52
|
+
</x:xmpmeta>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<?xpacket end="w"?></metadata>
|
|
71
|
+
<defs>
|
|
72
|
+
<style>
|
|
73
|
+
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11 {
|
|
74
|
+
fill: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.cls-1, .cls-3, .cls-4, .cls-5, .cls-6, .cls-8, .cls-12, .cls-9, .cls-11 {
|
|
78
|
+
stroke-miterlimit: 10;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.cls-1, .cls-3, .cls-4, .cls-6, .cls-7, .cls-10 {
|
|
82
|
+
stroke-linecap: round;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.cls-1, .cls-9, .cls-11 {
|
|
86
|
+
stroke-width: .4px;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.cls-1, .cls-11 {
|
|
90
|
+
stroke: #c7c7c7;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.cls-13 {
|
|
94
|
+
clip-path: url(#clippath);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.cls-2, .cls-14, .cls-15, .cls-16, .cls-17, .cls-18, .cls-19 {
|
|
98
|
+
stroke-width: 0px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.cls-3, .cls-4, .cls-5, .cls-8, .cls-9 {
|
|
102
|
+
stroke: #e00;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.cls-3, .cls-6, .cls-7, .cls-8 {
|
|
106
|
+
stroke-width: .2px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.cls-20 {
|
|
110
|
+
clip-path: url(#clippath-1);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.cls-21 {
|
|
114
|
+
clip-path: url(#clippath-2);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.cls-14 {
|
|
118
|
+
fill: #e0e0e0;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.cls-15 {
|
|
122
|
+
fill: #000;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.cls-4, .cls-5, .cls-12 {
|
|
126
|
+
stroke-width: .3px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.cls-6, .cls-7, .cls-10 {
|
|
130
|
+
stroke: #fff;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.cls-7, .cls-10 {
|
|
134
|
+
stroke-linejoin: round;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.cls-16, .cls-12 {
|
|
138
|
+
fill: #c7c7c7;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.cls-17 {
|
|
142
|
+
fill: #e00;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.cls-12 {
|
|
146
|
+
stroke: #a3a3a3;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.cls-18 {
|
|
150
|
+
fill: #a3a3a3;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.cls-19 {
|
|
154
|
+
fill: #fff;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.cls-10 {
|
|
158
|
+
stroke-width: .18px;
|
|
159
|
+
}
|
|
160
|
+
</style>
|
|
161
|
+
<clipPath id="clippath">
|
|
162
|
+
<polygon class="cls-2" points="55.49 61.61 43.76 61.61 37.9 71.77 43.76 81.92 55.49 81.92 61.36 71.77 55.49 61.61"/>
|
|
163
|
+
</clipPath>
|
|
164
|
+
<clipPath id="clippath-1">
|
|
165
|
+
<polygon class="cls-2" points="24.42 30.62 10.81 30.62 4 42.4 10.81 54.19 24.42 54.19 31.22 42.4 24.42 30.62"/>
|
|
166
|
+
</clipPath>
|
|
167
|
+
<clipPath id="clippath-2">
|
|
168
|
+
<polygon class="cls-2" points="85.07 25.97 75.47 25.97 70.67 34.28 75.47 42.59 85.07 42.59 89.87 34.28 85.07 25.97"/>
|
|
169
|
+
</clipPath>
|
|
170
|
+
</defs>
|
|
171
|
+
<g id="Gray_20">
|
|
172
|
+
<circle id="Background" class="cls-14" cx="53.98" cy="54" r="33.56"/>
|
|
173
|
+
<g id="Lines">
|
|
174
|
+
<path class="cls-9" d="M86.39,38.48v-1.51c0-1.44-1.16-2.6-2.6-2.6h-28.27c-1.44,0-2.6,1.16-2.6,2.6v5.87"/>
|
|
175
|
+
<path class="cls-9" d="M16.06,60.93v8.29c0,1.44,1.16,2.6,2.6,2.6h28.27c1.44,0,2.6-1.16,2.6-2.6v-5.87"/>
|
|
176
|
+
</g>
|
|
177
|
+
<g id="Hex_center" data-name="Hex center">
|
|
178
|
+
<polygon class="cls-18" points="56.43 61.58 44.7 61.58 38.83 71.74 45.27 81.03 57 81.03 62.29 71.74 56.43 61.58"/>
|
|
179
|
+
<polygon class="cls-19" points="55.49 61.61 43.76 61.61 37.9 71.77 43.76 81.92 55.49 81.92 61.36 71.77 55.49 61.61"/>
|
|
180
|
+
<g class="cls-13">
|
|
181
|
+
<g>
|
|
182
|
+
<g>
|
|
183
|
+
<polygon class="cls-16" points="44.98 74.31 41.58 72.35 36.94 73.07 35.69 75.75 39.09 77.71 43.73 76.99 44.98 74.31"/>
|
|
184
|
+
<polygon class="cls-16" points="55.74 74.31 52.34 72.35 47.7 73.07 46.46 75.75 49.86 77.71 54.5 76.99 55.74 74.31"/>
|
|
185
|
+
<polygon class="cls-16" points="66.51 74.31 63.11 72.35 58.47 73.07 57.22 75.75 60.62 77.71 65.26 76.99 66.51 74.31"/>
|
|
186
|
+
</g>
|
|
187
|
+
<g>
|
|
188
|
+
<polygon class="cls-16" points="49.84 80.62 46.44 78.66 41.8 79.38 40.55 82.06 43.95 84.02 48.59 83.3 49.84 80.62"/>
|
|
189
|
+
<polygon class="cls-16" points="60.6 80.62 57.2 78.66 52.56 79.38 51.32 82.06 54.72 84.02 59.36 83.3 60.6 80.62"/>
|
|
190
|
+
</g>
|
|
191
|
+
<g>
|
|
192
|
+
<polygon class="cls-16" points="44.98 61.69 41.58 59.73 36.94 60.45 35.69 63.13 39.09 65.09 43.73 64.37 44.98 61.69"/>
|
|
193
|
+
<polygon class="cls-16" points="55.74 61.69 52.34 59.73 47.7 60.45 46.46 63.13 49.86 65.09 54.5 64.37 55.74 61.69"/>
|
|
194
|
+
<polygon class="cls-16" points="66.51 61.69 63.11 59.73 58.47 60.45 57.22 63.13 60.62 65.09 65.26 64.37 66.51 61.69"/>
|
|
195
|
+
</g>
|
|
196
|
+
<g>
|
|
197
|
+
<polygon class="cls-16" points="49.84 68 46.44 66.04 41.8 66.76 40.55 69.44 43.95 71.4 48.59 70.68 49.84 68"/>
|
|
198
|
+
<polygon class="cls-16" points="60.6 68 57.2 66.04 52.56 66.76 51.32 69.44 54.72 71.4 59.36 70.68 60.6 68"/>
|
|
199
|
+
</g>
|
|
200
|
+
</g>
|
|
201
|
+
</g>
|
|
202
|
+
<polygon class="cls-2" points="55.49 61.71 43.76 61.71 37.9 71.87 43.76 82.03 55.49 82.03 61.36 71.87 55.49 61.71"/>
|
|
203
|
+
<polygon class="cls-9" points="55.52 61.56 43.79 61.56 37.92 71.72 43.79 81.88 55.52 81.88 61.38 71.72 55.52 61.56"/>
|
|
204
|
+
</g>
|
|
205
|
+
<g id="Hex_left" data-name="Hex left">
|
|
206
|
+
<polygon class="cls-18" points="27.01 32.98 13.4 32.98 5.4 42.36 12.2 54.14 25.81 54.14 32.62 42.36 27.01 32.98"/>
|
|
207
|
+
<polygon class="cls-19" points="24.42 30.62 10.81 30.62 4 42.4 10.81 54.19 24.42 54.19 31.22 42.4 24.42 30.62"/>
|
|
208
|
+
<g class="cls-20">
|
|
209
|
+
<g>
|
|
210
|
+
<rect class="cls-19" x="10.22" y="48.79" width="9.22" height="8.31"/>
|
|
211
|
+
<path class="cls-16" d="M19.14,49.09v7.71h-8.62v-7.71h8.62M19.44,48.79h-9.22v8.31h9.22v-8.31h0Z"/>
|
|
212
|
+
<rect class="cls-16" x="10.22" y="47.82" width="9.22" height="1.56"/>
|
|
213
|
+
<line class="cls-6" x1="11.04" y1="48.6" x2="16.18" y2="48.6"/>
|
|
214
|
+
<circle class="cls-19" cx="17.96" cy="48.6" r=".19"/>
|
|
215
|
+
<circle class="cls-19" cx="18.54" cy="48.6" r=".19"/>
|
|
216
|
+
<rect class="cls-19" x="22.8" y="48.79" width="9.22" height="8.31"/>
|
|
217
|
+
<path class="cls-16" d="M31.71,49.09v7.71h-8.62v-7.71h8.62M32.01,48.79h-9.22v8.31h9.22v-8.31h0Z"/>
|
|
218
|
+
<rect class="cls-16" x="22.8" y="47.82" width="9.22" height="1.56"/>
|
|
219
|
+
<circle class="cls-19" cx="30.54" cy="48.6" r=".19"/>
|
|
220
|
+
<circle class="cls-19" cx="31.11" cy="48.6" r=".19"/>
|
|
221
|
+
<g>
|
|
222
|
+
<g>
|
|
223
|
+
<rect class="cls-19" x="10.22" y="25.42" width="9.22" height="8.31"/>
|
|
224
|
+
<path class="cls-16" d="M19.14,25.72v7.71h-8.62v-7.71h8.62M19.44,25.42h-9.22v8.31h9.22v-8.31h0Z"/>
|
|
225
|
+
<rect class="cls-16" x="10.22" y="24.45" width="9.22" height="1.56"/>
|
|
226
|
+
<line class="cls-6" x1="11.04" y1="25.22" x2="16.18" y2="25.22"/>
|
|
227
|
+
<circle class="cls-19" cx="17.96" cy="25.22" r=".19"/>
|
|
228
|
+
<circle class="cls-19" cx="18.54" cy="25.22" r=".19"/>
|
|
229
|
+
<rect class="cls-19" x="22.8" y="25.42" width="9.22" height="8.31"/>
|
|
230
|
+
<path class="cls-16" d="M31.71,25.72v7.71h-8.62v-7.71h8.62M32.01,25.42h-9.22v8.31h9.22v-8.31h0Z"/>
|
|
231
|
+
<rect class="cls-16" x="22.8" y="24.45" width="9.22" height="1.56"/>
|
|
232
|
+
<line class="cls-6" x1="23.61" y1="25.22" x2="28.75" y2="25.22"/>
|
|
233
|
+
</g>
|
|
234
|
+
<circle class="cls-19" cx="30.54" cy="25.22" r=".19"/>
|
|
235
|
+
<circle class="cls-19" cx="31.11" cy="25.22" r=".19"/>
|
|
236
|
+
<rect class="cls-19" x="3.58" y="37.1" width="9.22" height="8.31"/>
|
|
237
|
+
<path class="cls-16" d="M12.49,37.4v7.71H3.88v-7.71h8.62M12.79,37.1H3.58v8.31h9.22v-8.31h0Z"/>
|
|
238
|
+
<rect class="cls-16" x="3.58" y="36.13" width="9.22" height="1.56"/>
|
|
239
|
+
<line class="cls-6" x1="4.39" y1="36.91" x2="9.53" y2="36.91"/>
|
|
240
|
+
<circle class="cls-19" cx="11.32" cy="36.91" r=".19"/>
|
|
241
|
+
<circle class="cls-19" cx="11.89" cy="36.91" r=".19"/>
|
|
242
|
+
<rect class="cls-19" x="16.15" y="37.1" width="9.22" height="8.31"/>
|
|
243
|
+
<path class="cls-16" d="M25.07,37.4v7.71h-8.62v-7.71h8.62M25.37,37.1h-9.22v8.31h9.22v-8.31h0Z"/>
|
|
244
|
+
<rect class="cls-16" x="16.15" y="36.13" width="9.22" height="1.56"/>
|
|
245
|
+
<line class="cls-6" x1="16.97" y1="36.91" x2="22.1" y2="36.91"/>
|
|
246
|
+
<circle class="cls-19" cx="23.89" cy="36.91" r=".19"/>
|
|
247
|
+
<circle class="cls-19" cx="24.46" cy="36.91" r=".19"/>
|
|
248
|
+
<rect class="cls-19" x="28.72" y="37.1" width="9.22" height="8.31"/>
|
|
249
|
+
<path class="cls-16" d="M37.64,37.4v7.71h-8.62v-7.71h8.62M37.94,37.1h-9.22v8.31h9.22v-8.31h0Z"/>
|
|
250
|
+
<rect class="cls-16" x="28.72" y="36.13" width="9.22" height="1.56"/>
|
|
251
|
+
<line class="cls-6" x1="29.54" y1="36.91" x2="34.68" y2="36.91"/>
|
|
252
|
+
<circle class="cls-19" cx="36.46" cy="36.91" r=".19"/>
|
|
253
|
+
<circle class="cls-19" cx="37.04" cy="36.91" r=".19"/>
|
|
254
|
+
<line class="cls-3" x1="36.69" y1="38.24" x2="37.46" y2="38.24"/>
|
|
255
|
+
</g>
|
|
256
|
+
</g>
|
|
257
|
+
</g>
|
|
258
|
+
<polygon class="cls-2" points="24.42 30.62 10.81 30.62 4 42.4 10.81 54.19 24.42 54.19 31.22 42.4 24.42 30.62"/>
|
|
259
|
+
<polygon class="cls-9" points="24.42 30.62 10.81 30.62 4 42.4 10.81 54.19 24.42 54.19 31.22 42.4 24.42 30.62"/>
|
|
260
|
+
</g>
|
|
261
|
+
<g id="Hex_right" data-name="Hex right">
|
|
262
|
+
<polygon class="cls-18" points="86.3 26.48 76.7 26.48 71.9 33.84 76.7 42.16 86.3 42.16 90.82 34.13 86.3 26.48"/>
|
|
263
|
+
<g>
|
|
264
|
+
<g class="cls-21">
|
|
265
|
+
<polygon class="cls-19" points="85.07 25.97 75.47 25.97 70.67 34.28 75.47 42.59 85.07 42.59 89.87 34.28 85.07 25.97"/>
|
|
266
|
+
<g>
|
|
267
|
+
<path class="cls-16" d="M71.57,28.22c-.26,0-.47.21-.47.47v3.73c0,.26.21.47.47.47s.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47ZM76.54,27.28c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47ZM79.03,28.22c-.26,0-.47.21-.47.47v3.73c0,.26.21.47.47.47s.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47ZM82.6,24.95c0-1.29-1.05-2.33-2.33-2.33s-2.33,1.05-2.33,2.33,1.05,2.33,2.33,2.33,2.33-1.05,2.33-2.33ZM80.27,26.35c-.77,0-1.4-.63-1.4-1.4s.63-1.4,1.4-1.4,1.4.63,1.4,1.4-.63,1.4-1.4,1.4ZM81.51,28.22c-.26,0-.47.21-.47.47v3.73c0,.26.21.47.47.47s.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47ZM75.3,28.22c-1.28,0-2.33,1.05-2.33,2.33s1.05,2.33,2.33,2.33,2.33-1.05,2.33-2.33-1.05-2.33-2.33-2.33ZM75.3,31.95c-.77,0-1.4-.63-1.4-1.4s.63-1.4,1.4-1.4,1.4.63,1.4,1.4-.63,1.4-1.4,1.4Z"/>
|
|
268
|
+
<path class="cls-16" d="M83.28,30.55c0,1.29,1.05,2.33,2.33,2.33s2.33-1.05,2.33-2.33-1.05-2.33-2.33-2.33-2.33,1.05-2.33,2.33ZM85.61,29.15c.77,0,1.4.63,1.4,1.4s-.63,1.4-1.4,1.4-1.4-.63-1.4-1.4.63-1.4,1.4-1.4ZM84.36,27.28c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47Z"/>
|
|
269
|
+
<path class="cls-16" d="M72.47,36.61c0-1.29-1.05-2.33-2.33-2.33s-2.33,1.05-2.33,2.33,1.05,2.33,2.33,2.33,2.33-1.05,2.33-2.33ZM70.14,38.01c-.77,0-1.4-.63-1.4-1.4s.63-1.4,1.4-1.4,1.4.63,1.4,1.4-.63,1.4-1.4,1.4Z"/>
|
|
270
|
+
<path class="cls-16" d="M86.67,38.94c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47ZM84.18,38.94c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47ZM86.67,44.54c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47ZM79.21,39.87c-.26,0-.47.21-.47.47v3.73c0,.26.21.47.47.47s.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47ZM76.72,38.94c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47ZM80.61,42.21c0,1.29,1.05,2.33,2.33,2.33s2.33-1.05,2.33-2.33-1.05-2.33-2.33-2.33-2.33,1.05-2.33,2.33ZM82.94,40.81c.77,0,1.4.63,1.4,1.4s-.63,1.4-1.4,1.4-1.4-.63-1.4-1.4.63-1.4,1.4-1.4ZM73.15,42.21c0,1.29,1.05,2.33,2.33,2.33s2.33-1.05,2.33-2.33-1.05-2.33-2.33-2.33-2.33,1.05-2.33,2.33ZM75.48,40.81c.77,0,1.4.63,1.4,1.4s-.63,1.4-1.4,1.4-1.4-.63-1.4-1.4.63-1.4,1.4-1.4ZM74.24,38.94c.26,0,.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47s-.47.21-.47.47v3.73c0,.26.21.47.47.47ZM80.45,38.94c1.28,0,2.33-1.05,2.33-2.33s-1.05-2.33-2.33-2.33-2.33,1.05-2.33,2.33,1.05,2.33,2.33,2.33ZM80.45,35.21c.77,0,1.4.63,1.4,1.4s-.63,1.4-1.4,1.4-1.4-.63-1.4-1.4.63-1.4,1.4-1.4Z"/>
|
|
271
|
+
<path class="cls-16" d="M89.46,34.28c-.26,0-.47.21-.47.47v3.73c0,.26.21.47.47.47s.47-.21.47-.47v-3.73c0-.26-.21-.47-.47-.47Z"/>
|
|
272
|
+
</g>
|
|
273
|
+
</g>
|
|
274
|
+
<polygon class="cls-9" points="85.07 25.97 75.47 25.97 70.67 34.28 75.47 42.59 85.07 42.59 89.87 34.28 85.07 25.97"/>
|
|
275
|
+
</g>
|
|
276
|
+
</g>
|
|
277
|
+
<g id="Window_bottom" data-name="Window bottom">
|
|
278
|
+
<rect class="cls-19" x="73.65" y="69" width="9.22" height="8.31"/>
|
|
279
|
+
<path class="cls-14" d="M82.86,69.58s-1.1,5.98-9.15,7.73h9.15v-7.73Z"/>
|
|
280
|
+
<rect class="cls-17" x="73.71" y="68.03" width="9.15" height="1.54"/>
|
|
281
|
+
<line class="cls-10" x1="74.52" y1="68.8" x2="79.62" y2="68.8"/>
|
|
282
|
+
<circle class="cls-19" cx="81.39" cy="68.8" r=".19"/>
|
|
283
|
+
<circle class="cls-19" cx="81.96" cy="68.8" r=".19"/>
|
|
284
|
+
<polygon class="cls-5" points="82.86 73 82.86 68.03 73.71 68.03 73.71 77.31 76.96 77.31 82.86 77.31 82.86 73"/>
|
|
285
|
+
<line class="cls-4" x1="73.65" y1="70.16" x2="71.32" y2="70.16"/>
|
|
286
|
+
<line class="cls-4" x1="69.46" y1="74.74" x2="73.65" y2="74.74"/>
|
|
287
|
+
<line class="cls-4" x1="69.13" y1="70.16" x2="66.81" y2="70.16"/>
|
|
288
|
+
<line class="cls-4" x1="66.56" y1="74.74" x2="67.72" y2="74.74"/>
|
|
289
|
+
<line class="cls-4" x1="76.18" y1="72.45" x2="63.95" y2="72.45"/>
|
|
290
|
+
</g>
|
|
291
|
+
<g id="Window_top" data-name="Window top">
|
|
292
|
+
<rect class="cls-19" x="41.43" y="34.4" width="6.17" height="5.57"/>
|
|
293
|
+
<rect class="cls-17" x="41.47" y="33.75" width="6.13" height="1.03"/>
|
|
294
|
+
<path class="cls-14" d="M41.47,39.96s5.6-1.23,6.13-5.18v5.18h-6.13Z"/>
|
|
295
|
+
<line class="cls-7" x1="42.02" y1="34.27" x2="45.43" y2="34.27"/>
|
|
296
|
+
<circle class="cls-19" cx="46.61" cy="34.27" r=".13"/>
|
|
297
|
+
<circle class="cls-19" cx="47" cy="34.27" r=".13"/>
|
|
298
|
+
<polygon class="cls-8" points="47.6 37.08 47.6 33.75 41.47 33.75 41.47 39.96 43.65 39.96 47.6 39.96 47.6 37.08"/>
|
|
299
|
+
<line class="cls-3" x1="41.43" y1="35.17" x2="39.87" y2="35.17"/>
|
|
300
|
+
<line class="cls-3" x1="38.63" y1="38.24" x2="41.43" y2="38.24"/>
|
|
301
|
+
<line class="cls-3" x1="38.41" y1="35.17" x2="36.85" y2="35.17"/>
|
|
302
|
+
<line class="cls-3" x1="43.13" y1="36.71" x2="34.94" y2="36.71"/>
|
|
303
|
+
</g>
|
|
304
|
+
<g id="Cloud_left" data-name="Cloud left">
|
|
305
|
+
<path class="cls-12" d="M38.83,45.89c-.81,0-1.6.12-2.34.35-1.78-3.35-5.3-5.63-9.36-5.63-4.51,0-8.36,2.82-9.89,6.8-2.88.1-5.34,1.89-6.4,4.41-.4-.1-.83-.16-1.26-.16-2.8,0-5.07,2.27-5.07,5.07s2.27,5.07,5.07,5.07h29.25c4.39,0,7.95-3.56,7.95-7.95s-3.56-7.95-7.95-7.95Z"/>
|
|
306
|
+
<path class="cls-18" d="M17.24,47.58s3.68-.25,4.9,2.28c0,0-3.14-6.82,3.95-9.21,0,0-5.91.09-8.86,6.93Z"/>
|
|
307
|
+
</g>
|
|
308
|
+
<g id="Cloud_right" data-name="Cloud right">
|
|
309
|
+
<path class="cls-12" d="M96.05,45.88c-.81,0-1.6.12-2.34.35-1.78-3.35-5.3-5.63-9.36-5.63-4.51,0-8.36,2.82-9.89,6.8-2.88.1-5.34,1.89-6.4,4.41-.4-.1-.83-.16-1.26-.16-2.8,0-5.07,2.27-5.07,5.07s2.27,5.07,5.07,5.07h29.25c4.39,0,7.95-3.56,7.95-7.95s-3.56-7.95-7.95-7.95Z"/>
|
|
310
|
+
<path class="cls-18" d="M74.46,47.58s3.68-.25,4.9,2.28c0,0-3.14-6.82,3.95-9.21,0,0-5.91.09-8.86,6.93Z"/>
|
|
311
|
+
</g>
|
|
312
|
+
<g id="Cloud_center" data-name="Cloud center">
|
|
313
|
+
<path class="cls-19" d="M73.98,43.37c-1.16,0-2.29.18-3.34.5-2.54-4.78-7.58-8.04-13.37-8.04-6.45,0-11.95,4.03-14.13,9.71-4.12.14-7.63,2.69-9.14,6.3-.58-.15-1.18-.23-1.8-.23-4,0-7.25,3.24-7.25,7.25s3.24,7.25,7.25,7.25h41.79c6.28,0,11.37-5.09,11.37-11.37s-5.09-11.37-11.37-11.37Z"/>
|
|
314
|
+
<path class="cls-11" d="M73.98,43.37c-1.16,0-2.29.18-3.34.5-2.54-4.78-7.58-8.04-13.37-8.04-6.45,0-11.95,4.03-14.13,9.71-4.12.14-7.63,2.69-9.14,6.3-.58-.15-1.18-.23-1.8-.23-4,0-7.25,3.24-7.25,7.25s3.24,7.25,7.25,7.25h41.79c6.28,0,11.37-5.09,11.37-11.37s-5.09-11.37-11.37-11.37Z"/>
|
|
315
|
+
<path class="cls-15" d="M60.09,48.67c0-1.71-1.38-3.09-3.09-3.09s-3.09,1.38-3.09,3.09c0,1.2.69,2.24,1.69,2.75v3.06c0,.77.63,1.4,1.4,1.4s1.4-.63,1.4-1.4v-3.06c1-.51,1.69-1.55,1.69-2.75Z"/>
|
|
316
|
+
<path class="cls-1" d="M65.91,48.01c1.93-2.72,5.11-4.5,8.71-4.5.87,0,1.71.1,2.51.3"/>
|
|
317
|
+
</g>
|
|
318
|
+
</g>
|
|
319
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="24" cy="24" r="24" fill="white"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0625 23.5C27.7908 23.5 30.8125 20.4783 30.8125 16.75C30.8125 13.0217 27.7908 10 24.0625 10C20.3342 10 17.3125 13.0217 17.3125 16.75C17.3125 20.4783 20.3342 23.5 24.0625 23.5ZM33.3437 36.9999C34.7412 36.9999 35.8749 35.8661 35.8749 34.4687V32.275C35.8749 28.3621 32.7003 25.1875 28.7874 25.1875H27.9068C26.7361 25.7254 25.4336 26.0312 24.0625 26.0312C22.6914 26.0312 21.3941 25.7254 20.2181 25.1875H19.3375C15.4246 25.1875 12.25 28.3621 12.25 32.275V34.4687C12.25 35.8661 13.3838 36.9999 14.7812 36.9999H33.3437Z" fill="#1F1F1F"/>
|
|
4
|
+
</svg>
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import * as _red_hat_developer_hub_backstage_plugin_app_react from '@red-hat-developer-hub/backstage-plugin-app-react';
|
|
3
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
declare const intelligentAssistantRedirectModule: _backstage_frontend_plugin_api.FrontendModule;
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
declare const intelligentAssistantFABModule: _backstage_frontend_plugin_api.FrontendModule;
|
|
13
|
+
/**
|
|
14
|
+
* Translation wiring for the language selector (app-config `app.extensions`).
|
|
15
|
+
*
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
declare const intelligentAssistantTranslationsModule: _backstage_frontend_plugin_api.FrontendModule;
|
|
19
|
+
/**
|
|
20
|
+
* Lightspeed plugin for the Backstage new frontend system.
|
|
21
|
+
*
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin<{
|
|
25
|
+
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
26
|
+
lightspeedConversation: _backstage_frontend_plugin_api.SubRouteRef<{
|
|
27
|
+
conversationId: string;
|
|
28
|
+
}>;
|
|
29
|
+
}, {}, {
|
|
30
|
+
"api:intelligent-assistant/intelligent-assistant": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
31
|
+
kind: "api";
|
|
32
|
+
name: "intelligent-assistant";
|
|
33
|
+
config: {};
|
|
34
|
+
configInput: {};
|
|
35
|
+
output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
36
|
+
inputs: {};
|
|
37
|
+
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
38
|
+
}>;
|
|
39
|
+
"api:intelligent-assistant/notebooks": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
40
|
+
kind: "api";
|
|
41
|
+
name: "notebooks";
|
|
42
|
+
config: {};
|
|
43
|
+
configInput: {};
|
|
44
|
+
output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
|
|
45
|
+
inputs: {};
|
|
46
|
+
params: <TApi, TImpl extends TApi, TDeps extends { [name in string]: unknown; }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
|
|
47
|
+
}>;
|
|
48
|
+
"app-drawer-content:intelligent-assistant/intelligent-assistant": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
49
|
+
kind: "app-drawer-content";
|
|
50
|
+
name: "intelligent-assistant";
|
|
51
|
+
config: {
|
|
52
|
+
defaultWidth: number | undefined;
|
|
53
|
+
resizable: boolean | undefined;
|
|
54
|
+
priority: number | undefined;
|
|
55
|
+
};
|
|
56
|
+
configInput: {
|
|
57
|
+
defaultWidth?: number | undefined;
|
|
58
|
+
resizable?: boolean | undefined;
|
|
59
|
+
priority?: number | undefined;
|
|
60
|
+
};
|
|
61
|
+
output: _backstage_frontend_plugin_api.ExtensionDataRef<_red_hat_developer_hub_backstage_plugin_app_react.AppDrawerContent, "app.drawer.content", {}>;
|
|
62
|
+
inputs: {};
|
|
63
|
+
params: {
|
|
64
|
+
id: string;
|
|
65
|
+
element: React.ReactElement;
|
|
66
|
+
resizable?: boolean;
|
|
67
|
+
defaultWidth?: number;
|
|
68
|
+
priority?: number;
|
|
69
|
+
};
|
|
70
|
+
}>;
|
|
71
|
+
"page:intelligent-assistant": _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
|
|
72
|
+
kind: "page";
|
|
73
|
+
name: undefined;
|
|
74
|
+
config: {
|
|
75
|
+
path: string | undefined;
|
|
76
|
+
title: string | undefined;
|
|
77
|
+
};
|
|
78
|
+
configInput: {
|
|
79
|
+
path?: string | undefined;
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
};
|
|
82
|
+
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
83
|
+
optional: true;
|
|
84
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.title", {
|
|
85
|
+
optional: true;
|
|
86
|
+
}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
|
|
87
|
+
optional: true;
|
|
88
|
+
}>;
|
|
89
|
+
inputs: {
|
|
90
|
+
pages: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ConfigurableExtensionDataRef<react.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
91
|
+
optional: true;
|
|
92
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "core.title", {
|
|
93
|
+
optional: true;
|
|
94
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.IconElement, "core.icon", {
|
|
95
|
+
optional: true;
|
|
96
|
+
}>, {
|
|
97
|
+
singleton: false;
|
|
98
|
+
optional: false;
|
|
99
|
+
internal: false;
|
|
100
|
+
}>;
|
|
101
|
+
};
|
|
102
|
+
params: {
|
|
103
|
+
path: string;
|
|
104
|
+
title?: string;
|
|
105
|
+
icon?: _backstage_frontend_plugin_api.IconElement;
|
|
106
|
+
loader?: () => Promise<react.JSX.Element>;
|
|
107
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
108
|
+
noHeader?: boolean;
|
|
109
|
+
};
|
|
110
|
+
}>;
|
|
111
|
+
}>;
|
|
112
|
+
|
|
113
|
+
export { _default as default, intelligentAssistantFABModule, intelligentAssistantRedirectModule, intelligentAssistantTranslationsModule };
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
2
|
+
import { unstable_ClassNameGenerator } from '@mui/material/className';
|
|
3
|
+
import '@patternfly/react-core/dist/styles/base-no-reset.css';
|
|
4
|
+
import '@patternfly/chatbot/dist/css/main.css';
|
|
5
|
+
import { useEffect } from 'react';
|
|
6
|
+
import { useLocation, useNavigate } from 'react-router-dom';
|
|
7
|
+
import { createRouteRef, createSubRouteRef, ApiBlueprint, createApiFactory, fetchApiRef, configApiRef, PageBlueprint, createFrontendModule, createFrontendPlugin } from '@backstage/frontend-plugin-api';
|
|
8
|
+
import { AppRootWrapperBlueprint, TranslationBlueprint } from '@backstage/plugin-app-react';
|
|
9
|
+
import { AppDrawerContentBlueprint } from '@red-hat-developer-hub/backstage-plugin-app-react/alpha';
|
|
10
|
+
import { lightspeedApiRef } from './api/api.esm.js';
|
|
11
|
+
import { LightspeedApiClient } from './api/LightspeedApiClient.esm.js';
|
|
12
|
+
import { notebooksApiRef } from './api/notebooksApi.esm.js';
|
|
13
|
+
import { NotebooksApiClient } from './api/NotebooksApiClient.esm.js';
|
|
14
|
+
import { LightspeedChatContainer } from './components/LightspeedChatContainer.esm.js';
|
|
15
|
+
import { LightspeedDrawerProvider } from './components/LightspeedDrawerProvider.esm.js';
|
|
16
|
+
import { LightspeedFABContent } from './components/LightspeedFABContent.esm.js';
|
|
17
|
+
import { LIGHTSPEED_PATH, LIGHTSPEED_APP_DRAWER_ID, LIGHTSPEED_LEGACY_PATH } from './const.esm.js';
|
|
18
|
+
import { lightspeedTranslations } from './translations/index.esm.js';
|
|
19
|
+
|
|
20
|
+
unstable_ClassNameGenerator.configure(
|
|
21
|
+
(componentName) => componentName.startsWith("v5-") ? componentName : `v5-${componentName}`
|
|
22
|
+
);
|
|
23
|
+
const nfsRootRouteRef = createRouteRef();
|
|
24
|
+
const nfsConversationRouteRef = createSubRouteRef({
|
|
25
|
+
parent: nfsRootRouteRef,
|
|
26
|
+
path: "/conversation/:conversationId"
|
|
27
|
+
});
|
|
28
|
+
const intelligentAssistantApi = ApiBlueprint.make({
|
|
29
|
+
name: "intelligent-assistant",
|
|
30
|
+
params: (defineParams) => defineParams(
|
|
31
|
+
createApiFactory({
|
|
32
|
+
api: lightspeedApiRef,
|
|
33
|
+
deps: {
|
|
34
|
+
configApi: configApiRef,
|
|
35
|
+
fetchApi: fetchApiRef
|
|
36
|
+
},
|
|
37
|
+
factory: ({ configApi, fetchApi }) => new LightspeedApiClient({ configApi, fetchApi })
|
|
38
|
+
})
|
|
39
|
+
)
|
|
40
|
+
});
|
|
41
|
+
const notebooksApi = ApiBlueprint.make({
|
|
42
|
+
name: "notebooks",
|
|
43
|
+
params: (defineParams) => defineParams(
|
|
44
|
+
createApiFactory({
|
|
45
|
+
api: notebooksApiRef,
|
|
46
|
+
deps: {
|
|
47
|
+
configApi: configApiRef,
|
|
48
|
+
fetchApi: fetchApiRef
|
|
49
|
+
},
|
|
50
|
+
factory: ({ configApi, fetchApi }) => new NotebooksApiClient({ configApi, fetchApi })
|
|
51
|
+
})
|
|
52
|
+
)
|
|
53
|
+
});
|
|
54
|
+
const intelligentAssistantPage = PageBlueprint.make({
|
|
55
|
+
params: {
|
|
56
|
+
path: LIGHTSPEED_PATH,
|
|
57
|
+
routeRef: nfsRootRouteRef,
|
|
58
|
+
noHeader: true,
|
|
59
|
+
loader: () => import('./components/Router.esm.js').then((m) => /* @__PURE__ */ jsx(m.Router, {}))
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
const intelligentAssistantDrawer = AppDrawerContentBlueprint.make({
|
|
63
|
+
name: "intelligent-assistant",
|
|
64
|
+
params: {
|
|
65
|
+
id: LIGHTSPEED_APP_DRAWER_ID,
|
|
66
|
+
element: /* @__PURE__ */ jsx(LightspeedChatContainer, {}),
|
|
67
|
+
resizable: false,
|
|
68
|
+
defaultWidth: 400,
|
|
69
|
+
priority: 100
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
const LightspeedLegacyRedirect = ({ children }) => {
|
|
73
|
+
const location = useLocation();
|
|
74
|
+
const navigate = useNavigate();
|
|
75
|
+
useEffect(() => {
|
|
76
|
+
if (location.pathname.startsWith(LIGHTSPEED_LEGACY_PATH)) {
|
|
77
|
+
const newPath = location.pathname.replace(
|
|
78
|
+
LIGHTSPEED_LEGACY_PATH,
|
|
79
|
+
LIGHTSPEED_PATH
|
|
80
|
+
);
|
|
81
|
+
navigate(newPath + location.search + location.hash, {
|
|
82
|
+
replace: true
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
}, [location, navigate]);
|
|
86
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
87
|
+
};
|
|
88
|
+
const intelligentAssistantRedirect = AppRootWrapperBlueprint.make({
|
|
89
|
+
name: "intelligent-assistant-redirect",
|
|
90
|
+
params: {
|
|
91
|
+
component: LightspeedLegacyRedirect
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
const intelligentAssistantRedirectModule = createFrontendModule({
|
|
95
|
+
pluginId: "app",
|
|
96
|
+
extensions: [intelligentAssistantRedirect]
|
|
97
|
+
});
|
|
98
|
+
const intelligentAssistantFABExtension = AppRootWrapperBlueprint.make({
|
|
99
|
+
name: "intelligent-assistant-fab",
|
|
100
|
+
params: {
|
|
101
|
+
component: ({ children }) => /* @__PURE__ */ jsxs(LightspeedDrawerProvider, { children: [
|
|
102
|
+
/* @__PURE__ */ jsx(LightspeedFABContent, {}),
|
|
103
|
+
children
|
|
104
|
+
] })
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
const intelligentAssistantFABModule = createFrontendModule({
|
|
108
|
+
pluginId: "app",
|
|
109
|
+
extensions: [intelligentAssistantFABExtension, intelligentAssistantRedirect]
|
|
110
|
+
});
|
|
111
|
+
const intelligentAssistantTranslationsModule = createFrontendModule({
|
|
112
|
+
pluginId: "app",
|
|
113
|
+
extensions: [
|
|
114
|
+
TranslationBlueprint.make({
|
|
115
|
+
name: "intelligent-assistant-translations",
|
|
116
|
+
params: {
|
|
117
|
+
resource: lightspeedTranslations
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
]
|
|
121
|
+
});
|
|
122
|
+
var index = createFrontendPlugin({
|
|
123
|
+
pluginId: "intelligent-assistant",
|
|
124
|
+
extensions: [
|
|
125
|
+
intelligentAssistantApi,
|
|
126
|
+
notebooksApi,
|
|
127
|
+
intelligentAssistantPage,
|
|
128
|
+
intelligentAssistantDrawer
|
|
129
|
+
],
|
|
130
|
+
routes: {
|
|
131
|
+
root: nfsRootRouteRef,
|
|
132
|
+
lightspeedConversation: nfsConversationRouteRef
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
|
|
136
|
+
export { index as default, intelligentAssistantFABModule, intelligentAssistantRedirectModule, intelligentAssistantTranslationsModule };
|
|
137
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../src/index.tsx"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { unstable_ClassNameGenerator as ClassNameGenerator } from '@mui/material/className';\n\nimport '@patternfly/react-core/dist/styles/base-no-reset.css';\nimport '@patternfly/chatbot/dist/css/main.css';\n\nimport { useEffect, type ReactNode } from 'react';\nimport { useLocation, useNavigate } from 'react-router-dom';\n\nimport {\n ApiBlueprint,\n configApiRef,\n createApiFactory,\n createFrontendModule,\n createFrontendPlugin,\n createRouteRef,\n createSubRouteRef,\n fetchApiRef,\n PageBlueprint,\n} from '@backstage/frontend-plugin-api';\nimport {\n AppRootWrapperBlueprint,\n TranslationBlueprint,\n} from '@backstage/plugin-app-react';\n\nimport { AppDrawerContentBlueprint } from '@red-hat-developer-hub/backstage-plugin-app-react/alpha';\n\nimport { lightspeedApiRef } from './api/api';\nimport { LightspeedApiClient } from './api/LightspeedApiClient';\nimport { notebooksApiRef } from './api/notebooksApi';\nimport { NotebooksApiClient } from './api/NotebooksApiClient';\nimport { LightspeedChatContainer as LightspeedChatContainerElement } from './components/LightspeedChatContainer';\nimport { LightspeedDrawerProvider as LightspeedProvider } from './components/LightspeedDrawerProvider';\nimport { LightspeedFABContent as LightspeedFABComponent } from './components/LightspeedFABContent';\nimport {\n LIGHTSPEED_APP_DRAWER_ID,\n LIGHTSPEED_LEGACY_PATH,\n LIGHTSPEED_PATH,\n} from './const';\nimport { lightspeedTranslations } from './translations';\n\nClassNameGenerator.configure(componentName =>\n componentName.startsWith('v5-') ? componentName : `v5-${componentName}`,\n);\n\nconst nfsRootRouteRef = createRouteRef();\nconst nfsConversationRouteRef = createSubRouteRef({\n parent: nfsRootRouteRef,\n path: '/conversation/:conversationId',\n});\n\nconst intelligentAssistantApi = ApiBlueprint.make({\n name: 'intelligent-assistant',\n params: defineParams =>\n defineParams(\n createApiFactory({\n api: lightspeedApiRef,\n deps: {\n configApi: configApiRef,\n fetchApi: fetchApiRef,\n },\n factory: ({ configApi, fetchApi }) =>\n new LightspeedApiClient({ configApi, fetchApi }),\n }),\n ),\n});\n\nconst notebooksApi = ApiBlueprint.make({\n name: 'notebooks',\n params: defineParams =>\n defineParams(\n createApiFactory({\n api: notebooksApiRef,\n deps: {\n configApi: configApiRef,\n fetchApi: fetchApiRef,\n },\n factory: ({ configApi, fetchApi }) =>\n new NotebooksApiClient({ configApi, fetchApi }),\n }),\n ),\n});\n\nconst intelligentAssistantPage = PageBlueprint.make({\n params: {\n path: LIGHTSPEED_PATH,\n routeRef: nfsRootRouteRef,\n noHeader: true,\n loader: () => import('./components/Router').then(m => <m.Router />),\n },\n});\n\nconst intelligentAssistantDrawer = AppDrawerContentBlueprint.make({\n name: 'intelligent-assistant',\n params: {\n id: LIGHTSPEED_APP_DRAWER_ID,\n element: <LightspeedChatContainerElement />,\n resizable: false,\n defaultWidth: 400,\n priority: 100,\n },\n});\n\nconst LightspeedLegacyRedirect = ({ children }: { children: ReactNode }) => {\n const location = useLocation();\n const navigate = useNavigate();\n useEffect(() => {\n if (location.pathname.startsWith(LIGHTSPEED_LEGACY_PATH)) {\n const newPath = location.pathname.replace(\n LIGHTSPEED_LEGACY_PATH,\n LIGHTSPEED_PATH,\n );\n navigate(newPath + location.search + location.hash, {\n replace: true,\n });\n }\n }, [location, navigate]);\n return <>{children}</>;\n};\n\nconst intelligentAssistantRedirect = AppRootWrapperBlueprint.make({\n name: 'intelligent-assistant-redirect',\n params: {\n component: LightspeedLegacyRedirect,\n },\n});\n\n/**\n * @public\n */\nexport const intelligentAssistantRedirectModule = createFrontendModule({\n pluginId: 'app',\n extensions: [intelligentAssistantRedirect],\n});\n\n/**\n * Lightspeed FAB module\n * @public\n */\nconst intelligentAssistantFABExtension = AppRootWrapperBlueprint.make({\n name: 'intelligent-assistant-fab',\n params: {\n component: ({ children }) => (\n <LightspeedProvider>\n <LightspeedFABComponent />\n {children}\n </LightspeedProvider>\n ),\n },\n});\n\n/**\n * @public\n */\nexport const intelligentAssistantFABModule = createFrontendModule({\n pluginId: 'app',\n extensions: [intelligentAssistantFABExtension, intelligentAssistantRedirect],\n});\n\n/**\n * Translation wiring for the language selector (app-config `app.extensions`).\n *\n * @public\n */\nexport const intelligentAssistantTranslationsModule = createFrontendModule({\n pluginId: 'app',\n extensions: [\n TranslationBlueprint.make({\n name: 'intelligent-assistant-translations',\n params: {\n resource: lightspeedTranslations,\n },\n }),\n ],\n});\n\n/**\n * Lightspeed plugin for the Backstage new frontend system.\n *\n * @public\n */\nexport default createFrontendPlugin({\n pluginId: 'intelligent-assistant',\n extensions: [\n intelligentAssistantApi,\n notebooksApi,\n intelligentAssistantPage,\n intelligentAssistantDrawer,\n ],\n routes: {\n root: nfsRootRouteRef,\n lightspeedConversation: nfsConversationRouteRef,\n },\n});\n"],"names":["ClassNameGenerator","LightspeedChatContainerElement","LightspeedProvider","LightspeedFABComponent"],"mappings":";;;;;;;;;;;;;;;;;;;AAwDAA,2BAAA,CAAmB,SAAA;AAAA,EAAU,mBAC3B,aAAA,CAAc,UAAA,CAAW,KAAK,CAAA,GAAI,aAAA,GAAgB,MAAM,aAAa,CAAA;AACvE,CAAA;AAEA,MAAM,kBAAkB,cAAA,EAAe;AACvC,MAAM,0BAA0B,iBAAA,CAAkB;AAAA,EAChD,MAAA,EAAQ,eAAA;AAAA,EACR,IAAA,EAAM;AACR,CAAC,CAAA;AAED,MAAM,uBAAA,GAA0B,aAAa,IAAA,CAAK;AAAA,EAChD,IAAA,EAAM,uBAAA;AAAA,EACN,QAAQ,CAAA,YAAA,KACN,YAAA;AAAA,IACE,gBAAA,CAAiB;AAAA,MACf,GAAA,EAAK,gBAAA;AAAA,MACL,IAAA,EAAM;AAAA,QACJ,SAAA,EAAW,YAAA;AAAA,QACX,QAAA,EAAU;AAAA,OACZ;AAAA,MACA,OAAA,EAAS,CAAC,EAAE,SAAA,EAAW,QAAA,EAAS,KAC9B,IAAI,mBAAA,CAAoB,EAAE,SAAA,EAAW,QAAA,EAAU;AAAA,KAClD;AAAA;AAEP,CAAC,CAAA;AAED,MAAM,YAAA,GAAe,aAAa,IAAA,CAAK;AAAA,EACrC,IAAA,EAAM,WAAA;AAAA,EACN,QAAQ,CAAA,YAAA,KACN,YAAA;AAAA,IACE,gBAAA,CAAiB;AAAA,MACf,GAAA,EAAK,eAAA;AAAA,MACL,IAAA,EAAM;AAAA,QACJ,SAAA,EAAW,YAAA;AAAA,QACX,QAAA,EAAU;AAAA,OACZ;AAAA,MACA,OAAA,EAAS,CAAC,EAAE,SAAA,EAAW,QAAA,EAAS,KAC9B,IAAI,kBAAA,CAAmB,EAAE,SAAA,EAAW,QAAA,EAAU;AAAA,KACjD;AAAA;AAEP,CAAC,CAAA;AAED,MAAM,wBAAA,GAA2B,cAAc,IAAA,CAAK;AAAA,EAClD,MAAA,EAAQ;AAAA,IACN,IAAA,EAAM,eAAA;AAAA,IACN,QAAA,EAAU,eAAA;AAAA,IACV,QAAA,EAAU,IAAA;AAAA,IACV,MAAA,EAAQ,MAAM,OAAO,4BAAqB,CAAA,CAAE,IAAA,CAAK,CAAA,CAAA,qBAAK,GAAA,CAAC,CAAA,CAAE,MAAA,EAAF,EAAS,CAAE;AAAA;AAEtE,CAAC,CAAA;AAED,MAAM,0BAAA,GAA6B,0BAA0B,IAAA,CAAK;AAAA,EAChE,IAAA,EAAM,uBAAA;AAAA,EACN,MAAA,EAAQ;AAAA,IACN,EAAA,EAAI,wBAAA;AAAA,IACJ,OAAA,sBAAUC,uBAAA,EAAA,EAA+B,CAAA;AAAA,IACzC,SAAA,EAAW,KAAA;AAAA,IACX,YAAA,EAAc,GAAA;AAAA,IACd,QAAA,EAAU;AAAA;AAEd,CAAC,CAAA;AAED,MAAM,wBAAA,GAA2B,CAAC,EAAE,QAAA,EAAS,KAA+B;AAC1E,EAAA,MAAM,WAAW,WAAA,EAAY;AAC7B,EAAA,MAAM,WAAW,WAAA,EAAY;AAC7B,EAAA,SAAA,CAAU,MAAM;AACd,IAAA,IAAI,QAAA,CAAS,QAAA,CAAS,UAAA,CAAW,sBAAsB,CAAA,EAAG;AACxD,MAAA,MAAM,OAAA,GAAU,SAAS,QAAA,CAAS,OAAA;AAAA,QAChC,sBAAA;AAAA,QACA;AAAA,OACF;AACA,MAAA,QAAA,CAAS,OAAA,GAAU,QAAA,CAAS,MAAA,GAAS,QAAA,CAAS,IAAA,EAAM;AAAA,QAClD,OAAA,EAAS;AAAA,OACV,CAAA;AAAA,IACH;AAAA,EACF,CAAA,EAAG,CAAC,QAAA,EAAU,QAAQ,CAAC,CAAA;AACvB,EAAA,uCAAU,QAAA,EAAS,CAAA;AACrB,CAAA;AAEA,MAAM,4BAAA,GAA+B,wBAAwB,IAAA,CAAK;AAAA,EAChE,IAAA,EAAM,gCAAA;AAAA,EACN,MAAA,EAAQ;AAAA,IACN,SAAA,EAAW;AAAA;AAEf,CAAC,CAAA;AAKM,MAAM,qCAAqC,oBAAA,CAAqB;AAAA,EACrE,QAAA,EAAU,KAAA;AAAA,EACV,UAAA,EAAY,CAAC,4BAA4B;AAC3C,CAAC;AAMD,MAAM,gCAAA,GAAmC,wBAAwB,IAAA,CAAK;AAAA,EACpE,IAAA,EAAM,2BAAA;AAAA,EACN,MAAA,EAAQ;AAAA,IACN,WAAW,CAAC,EAAE,QAAA,EAAS,0BACpBC,wBAAA,EAAA,EACC,QAAA,EAAA;AAAA,sBAAA,GAAA,CAACC,oBAAA,EAAA,EAAuB,CAAA;AAAA,MACvB;AAAA,KAAA,EACH;AAAA;AAGN,CAAC,CAAA;AAKM,MAAM,gCAAgC,oBAAA,CAAqB;AAAA,EAChE,QAAA,EAAU,KAAA;AAAA,EACV,UAAA,EAAY,CAAC,gCAAA,EAAkC,4BAA4B;AAC7E,CAAC;AAOM,MAAM,yCAAyC,oBAAA,CAAqB;AAAA,EACzE,QAAA,EAAU,KAAA;AAAA,EACV,UAAA,EAAY;AAAA,IACV,qBAAqB,IAAA,CAAK;AAAA,MACxB,IAAA,EAAM,oCAAA;AAAA,MACN,MAAA,EAAQ;AAAA,QACN,QAAA,EAAU;AAAA;AACZ,KACD;AAAA;AAEL,CAAC;AAOD,YAAe,oBAAA,CAAqB;AAAA,EAClC,QAAA,EAAU,uBAAA;AAAA,EACV,UAAA,EAAY;AAAA,IACV,uBAAA;AAAA,IACA,YAAA;AAAA,IACA,wBAAA;AAAA,IACA;AAAA,GACF;AAAA,EACA,MAAA,EAAQ;AAAA,IACN,IAAA,EAAM,eAAA;AAAA,IACN,sBAAA,EAAwB;AAAA;AAE5B,CAAC,CAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intelligent-assistant-fab-module.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intelligent-assistant-translations-module.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|