@red-hat-developer-hub/backstage-plugin-intelligent-assistant 5.0.2 → 5.2.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 +21 -0
- package/README.md +26 -3
- package/dist/alpha.d.ts +37 -7
- package/dist/api/LightspeedApiClient.esm.js +57 -0
- package/dist/api/LightspeedApiClient.esm.js.map +1 -1
- package/dist/api/api.esm.js.map +1 -1
- package/dist/components/DeleteModal.esm.js +2 -0
- package/dist/components/DeleteModal.esm.js.map +1 -1
- package/dist/components/DeleteSavedPromptModal.esm.js +75 -0
- package/dist/components/DeleteSavedPromptModal.esm.js.map +1 -0
- package/dist/components/LightSpeedChat.esm.js +296 -168
- package/dist/components/LightSpeedChat.esm.js.map +1 -1
- package/dist/components/LightspeedChatBoxHeader.esm.js +29 -1
- package/dist/components/LightspeedChatBoxHeader.esm.js.map +1 -1
- package/dist/components/LightspeedChatContainer.esm.js +38 -60
- package/dist/components/LightspeedChatContainer.esm.js.map +1 -1
- package/dist/components/LightspeedDrawerContext.esm.js.map +1 -1
- package/dist/components/LightspeedFABContent.esm.js +9 -0
- package/dist/components/LightspeedFABContent.esm.js.map +1 -1
- package/dist/components/LightspeedPage.esm.js +11 -2
- package/dist/components/LightspeedPage.esm.js.map +1 -1
- package/dist/components/McpConfigureServerModal.esm.js +2 -3
- package/dist/components/McpConfigureServerModal.esm.js.map +1 -1
- package/dist/components/McpServersSettings.esm.js +33 -60
- package/dist/components/McpServersSettings.esm.js.map +1 -1
- package/dist/components/SavedPromptCard.esm.js +100 -0
- package/dist/components/SavedPromptCard.esm.js.map +1 -0
- package/dist/components/SavedPromptKebabMenu.esm.js +87 -0
- package/dist/components/SavedPromptKebabMenu.esm.js.map +1 -0
- package/dist/components/SavedPromptMenuItems.esm.js +52 -0
- package/dist/components/SavedPromptMenuItems.esm.js.map +1 -0
- package/dist/components/SavedPromptsEmptyState.esm.js +63 -0
- package/dist/components/SavedPromptsEmptyState.esm.js.map +1 -0
- package/dist/components/SavedPromptsList.esm.js +63 -0
- package/dist/components/SavedPromptsList.esm.js.map +1 -0
- package/dist/components/SavedPromptsSettings.esm.js +285 -0
- package/dist/components/SavedPromptsSettings.esm.js.map +1 -0
- package/dist/components/SettingsPanel.esm.js +135 -0
- package/dist/components/SettingsPanel.esm.js.map +1 -0
- package/dist/hooks/useAllModels.esm.js +2 -1
- package/dist/hooks/useAllModels.esm.js.map +1 -1
- package/dist/hooks/useConversationHistoryGroups.esm.js +71 -0
- package/dist/hooks/useConversationHistoryGroups.esm.js.map +1 -0
- package/dist/hooks/useConversations.esm.js +2 -1
- package/dist/hooks/useConversations.esm.js.map +1 -1
- package/dist/hooks/useFeedbackActions.esm.js.map +1 -1
- package/dist/hooks/useIaChatPermission.esm.js +15 -0
- package/dist/hooks/useIaChatPermission.esm.js.map +1 -0
- package/dist/hooks/useIaMcpToolsPermission.esm.js +15 -0
- package/dist/hooks/useIaMcpToolsPermission.esm.js.map +1 -0
- package/dist/hooks/{notebooks/useLightspeedNotebooksPermission.esm.js → useIaNotebooksPermission.esm.js} +4 -5
- package/dist/hooks/useIaNotebooksPermission.esm.js.map +1 -0
- package/dist/hooks/useLightspeedProviderState.esm.js +19 -5
- package/dist/hooks/useLightspeedProviderState.esm.js.map +1 -1
- package/dist/hooks/useMcpConfigureModal.esm.js +5 -9
- package/dist/hooks/useMcpConfigureModal.esm.js.map +1 -1
- package/dist/hooks/useNotebookConversationIds.esm.js +2 -1
- package/dist/hooks/useNotebookConversationIds.esm.js.map +1 -1
- package/dist/hooks/useQuestionValidation.esm.js +3 -2
- package/dist/hooks/useQuestionValidation.esm.js.map +1 -1
- package/dist/hooks/useSavedPromptActions.esm.js +64 -0
- package/dist/hooks/useSavedPromptActions.esm.js.map +1 -0
- package/dist/hooks/useSavedPrompts.esm.js +75 -0
- package/dist/hooks/useSavedPrompts.esm.js.map +1 -0
- package/dist/hooks/useSavedPromptsSettings.esm.js +65 -0
- package/dist/hooks/useSavedPromptsSettings.esm.js.map +1 -0
- package/dist/hooks/useSettingsPanelUrlState.esm.js +95 -0
- package/dist/hooks/useSettingsPanelUrlState.esm.js.map +1 -0
- package/dist/hooks/useWelcomePrompts.esm.js +17 -6
- package/dist/hooks/useWelcomePrompts.esm.js.map +1 -1
- package/dist/translations/de.esm.js +40 -8
- package/dist/translations/de.esm.js.map +1 -1
- package/dist/translations/es.esm.js +40 -8
- package/dist/translations/es.esm.js.map +1 -1
- package/dist/translations/fr.esm.js +40 -8
- package/dist/translations/fr.esm.js.map +1 -1
- package/dist/translations/it.esm.js +40 -8
- package/dist/translations/it.esm.js.map +1 -1
- package/dist/translations/ja.esm.js +40 -8
- package/dist/translations/ja.esm.js.map +1 -1
- package/dist/translations/ref.esm.js +40 -10
- package/dist/translations/ref.esm.js.map +1 -1
- package/dist/utils/buildConversationHistoryGroups.esm.js +241 -0
- package/dist/utils/buildConversationHistoryGroups.esm.js.map +1 -0
- package/dist/utils/prompt-utils.esm.js +18 -1
- package/dist/utils/prompt-utils.esm.js.map +1 -1
- package/package.json +5 -14
- package/dist/components/PermissionRequiredIcon.esm.js +0 -18
- package/dist/components/PermissionRequiredIcon.esm.js.map +0 -1
- package/dist/components/PermissionRequiredState.esm.js +0 -88
- package/dist/components/PermissionRequiredState.esm.js.map +0 -1
- package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js.map +0 -1
- package/dist/hooks/useLightspeedDeletePermission.esm.js +0 -12
- package/dist/hooks/useLightspeedDeletePermission.esm.js.map +0 -1
- package/dist/hooks/useLightspeedUpdatePermission.esm.js +0 -12
- package/dist/hooks/useLightspeedUpdatePermission.esm.js.map +0 -1
- package/dist/hooks/useLightspeedViewPermission.esm.js +0 -16
- package/dist/hooks/useLightspeedViewPermission.esm.js.map +0 -1
- package/dist/images/permission-required.svg +0 -319
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
2
|
-
import { Fragment as Fragment$1 } from 'react';
|
|
3
|
-
import { EmptyState } from '@backstage/core-components';
|
|
4
|
-
import Box from '@mui/material/Box';
|
|
5
|
-
import { useTranslation } from '../hooks/useTranslation.esm.js';
|
|
6
|
-
import { PermissionRequiredIcon } from './PermissionRequiredIcon.esm.js';
|
|
7
|
-
import { Trans } from './Trans.esm.js';
|
|
8
|
-
|
|
9
|
-
const PermissionRequiredState = ({
|
|
10
|
-
subject,
|
|
11
|
-
permissions,
|
|
12
|
-
action
|
|
13
|
-
}) => {
|
|
14
|
-
const { t } = useTranslation();
|
|
15
|
-
const permissionsList = /* @__PURE__ */ jsx(Fragment, { children: permissions.map((perm, i) => /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
16
|
-
/* @__PURE__ */ jsx("b", { children: perm }),
|
|
17
|
-
i < permissions.length - 1 && " and "
|
|
18
|
-
] }, perm)) });
|
|
19
|
-
return /* @__PURE__ */ jsx(
|
|
20
|
-
Box,
|
|
21
|
-
{
|
|
22
|
-
sx: (theme) => ({
|
|
23
|
-
display: "flex",
|
|
24
|
-
flexDirection: "column",
|
|
25
|
-
width: "100%",
|
|
26
|
-
height: "100%",
|
|
27
|
-
minHeight: "100%",
|
|
28
|
-
flex: 1,
|
|
29
|
-
alignItems: "center",
|
|
30
|
-
justifyContent: "center",
|
|
31
|
-
backgroundColor: theme.palette.background.default,
|
|
32
|
-
containerType: "inline-size",
|
|
33
|
-
'& [class*="BackstageEmptyState-root"]': {
|
|
34
|
-
alignItems: "center",
|
|
35
|
-
padding: theme.spacing(4)
|
|
36
|
-
},
|
|
37
|
-
'& [class*="MuiTypography-h5"]': {
|
|
38
|
-
fontSize: "clamp(1.875rem, 3.75cqi, 3.125rem)",
|
|
39
|
-
fontWeight: 400
|
|
40
|
-
},
|
|
41
|
-
'& [class*="MuiTypography-body1"]': {
|
|
42
|
-
fontSize: "1em",
|
|
43
|
-
color: theme.palette.text.secondary,
|
|
44
|
-
"& b": {
|
|
45
|
-
fontWeight: 500,
|
|
46
|
-
color: theme.palette.text.primary
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"@container (max-width: 899px)": {
|
|
50
|
-
'& [class*="BackstageEmptyState-root"]': {
|
|
51
|
-
textAlign: "center"
|
|
52
|
-
},
|
|
53
|
-
'& [class*="MuiGrid-grid-md-6"]': {
|
|
54
|
-
maxWidth: "100%",
|
|
55
|
-
flexBasis: "100%"
|
|
56
|
-
},
|
|
57
|
-
'& [class*="BackstageEmptyState-imageContainer"]': {
|
|
58
|
-
order: -1,
|
|
59
|
-
display: "flex",
|
|
60
|
-
justifyContent: "center",
|
|
61
|
-
marginBottom: theme.spacing(-4)
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}),
|
|
65
|
-
children: /* @__PURE__ */ jsx(
|
|
66
|
-
EmptyState,
|
|
67
|
-
{
|
|
68
|
-
title: t("permission.required.title"),
|
|
69
|
-
description: /* @__PURE__ */ jsx(
|
|
70
|
-
Trans,
|
|
71
|
-
{
|
|
72
|
-
message: "permission.required.description",
|
|
73
|
-
components: {
|
|
74
|
-
"<subject/>": /* @__PURE__ */ jsx(Fragment, { children: subject }),
|
|
75
|
-
"<permissions/>": permissionsList
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
),
|
|
79
|
-
missing: { customImage: /* @__PURE__ */ jsx(PermissionRequiredIcon, {}) },
|
|
80
|
-
action
|
|
81
|
-
}
|
|
82
|
-
)
|
|
83
|
-
}
|
|
84
|
-
);
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
export { PermissionRequiredState as default };
|
|
88
|
-
//# sourceMappingURL=PermissionRequiredState.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PermissionRequiredState.esm.js","sources":["../../src/components/PermissionRequiredState.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 { Fragment } from 'react';\n\nimport { EmptyState } from '@backstage/core-components';\n\nimport Box from '@mui/material/Box';\n\nimport { useTranslation } from '../hooks/useTranslation';\nimport { PermissionRequiredIcon } from './PermissionRequiredIcon';\nimport { Trans } from './Trans';\n\ninterface PermissionRequiredStateProps {\n subject: string;\n permissions: string[];\n action: JSX.Element;\n}\n\nconst PermissionRequiredState = ({\n subject,\n permissions,\n action,\n}: PermissionRequiredStateProps) => {\n const { t } = useTranslation();\n\n const permissionsList = (\n <>\n {permissions.map((perm, i) => (\n <Fragment key={perm}>\n <b>{perm}</b>\n {i < permissions.length - 1 && ' and '}\n </Fragment>\n ))}\n </>\n );\n\n return (\n <Box\n sx={theme => ({\n display: 'flex',\n flexDirection: 'column',\n width: '100%',\n height: '100%',\n minHeight: '100%',\n flex: 1,\n alignItems: 'center',\n justifyContent: 'center',\n backgroundColor: theme.palette.background.default,\n containerType: 'inline-size',\n '& [class*=\"BackstageEmptyState-root\"]': {\n alignItems: 'center',\n padding: theme.spacing(4),\n },\n '& [class*=\"MuiTypography-h5\"]': {\n fontSize: 'clamp(1.875rem, 3.75cqi, 3.125rem)',\n fontWeight: 400,\n },\n '& [class*=\"MuiTypography-body1\"]': {\n fontSize: '1em',\n color: theme.palette.text.secondary,\n '& b': {\n fontWeight: 500,\n color: theme.palette.text.primary,\n },\n },\n '@container (max-width: 899px)': {\n '& [class*=\"BackstageEmptyState-root\"]': {\n textAlign: 'center',\n },\n '& [class*=\"MuiGrid-grid-md-6\"]': {\n maxWidth: '100%',\n flexBasis: '100%',\n },\n '& [class*=\"BackstageEmptyState-imageContainer\"]': {\n order: -1,\n display: 'flex',\n justifyContent: 'center',\n marginBottom: theme.spacing(-4),\n },\n },\n })}\n >\n <EmptyState\n title={t('permission.required.title')}\n description={\n <Trans\n message=\"permission.required.description\"\n components={{\n '<subject/>': <>{subject}</>,\n '<permissions/>': permissionsList,\n }}\n />\n }\n missing={{ customImage: <PermissionRequiredIcon /> }}\n action={action}\n />\n </Box>\n );\n};\nexport default PermissionRequiredState;\n"],"names":["Fragment"],"mappings":";;;;;;;;AAgCA,MAAM,0BAA0B,CAAC;AAAA,EAC/B,OAAA;AAAA,EACA,WAAA;AAAA,EACA;AACF,CAAA,KAAoC;AAClC,EAAA,MAAM,EAAE,CAAA,EAAE,GAAI,cAAA,EAAe;AAE7B,EAAA,MAAM,eAAA,mCAED,QAAA,EAAA,WAAA,CAAY,GAAA,CAAI,CAAC,IAAA,EAAM,CAAA,qBACtB,IAAA,CAACA,UAAAA,EAAA,EACC,QAAA,EAAA;AAAA,oBAAA,GAAA,CAAC,OAAG,QAAA,EAAA,IAAA,EAAK,CAAA;AAAA,IACR,CAAA,GAAI,WAAA,CAAY,MAAA,GAAS,CAAA,IAAK;AAAA,GAAA,EAAA,EAFlB,IAGf,CACD,CAAA,EACH,CAAA;AAGF,EAAA,uBACE,GAAA;AAAA,IAAC,GAAA;AAAA,IAAA;AAAA,MACC,IAAI,CAAA,KAAA,MAAU;AAAA,QACZ,OAAA,EAAS,MAAA;AAAA,QACT,aAAA,EAAe,QAAA;AAAA,QACf,KAAA,EAAO,MAAA;AAAA,QACP,MAAA,EAAQ,MAAA;AAAA,QACR,SAAA,EAAW,MAAA;AAAA,QACX,IAAA,EAAM,CAAA;AAAA,QACN,UAAA,EAAY,QAAA;AAAA,QACZ,cAAA,EAAgB,QAAA;AAAA,QAChB,eAAA,EAAiB,KAAA,CAAM,OAAA,CAAQ,UAAA,CAAW,OAAA;AAAA,QAC1C,aAAA,EAAe,aAAA;AAAA,QACf,uCAAA,EAAyC;AAAA,UACvC,UAAA,EAAY,QAAA;AAAA,UACZ,OAAA,EAAS,KAAA,CAAM,OAAA,CAAQ,CAAC;AAAA,SAC1B;AAAA,QACA,+BAAA,EAAiC;AAAA,UAC/B,QAAA,EAAU,oCAAA;AAAA,UACV,UAAA,EAAY;AAAA,SACd;AAAA,QACA,kCAAA,EAAoC;AAAA,UAClC,QAAA,EAAU,KAAA;AAAA,UACV,KAAA,EAAO,KAAA,CAAM,OAAA,CAAQ,IAAA,CAAK,SAAA;AAAA,UAC1B,KAAA,EAAO;AAAA,YACL,UAAA,EAAY,GAAA;AAAA,YACZ,KAAA,EAAO,KAAA,CAAM,OAAA,CAAQ,IAAA,CAAK;AAAA;AAC5B,SACF;AAAA,QACA,+BAAA,EAAiC;AAAA,UAC/B,uCAAA,EAAyC;AAAA,YACvC,SAAA,EAAW;AAAA,WACb;AAAA,UACA,gCAAA,EAAkC;AAAA,YAChC,QAAA,EAAU,MAAA;AAAA,YACV,SAAA,EAAW;AAAA,WACb;AAAA,UACA,iDAAA,EAAmD;AAAA,YACjD,KAAA,EAAO,EAAA;AAAA,YACP,OAAA,EAAS,MAAA;AAAA,YACT,cAAA,EAAgB,QAAA;AAAA,YAChB,YAAA,EAAc,KAAA,CAAM,OAAA,CAAQ,EAAE;AAAA;AAChC;AACF,OACF,CAAA;AAAA,MAEA,QAAA,kBAAA,GAAA;AAAA,QAAC,UAAA;AAAA,QAAA;AAAA,UACC,KAAA,EAAO,EAAE,2BAA2B,CAAA;AAAA,UACpC,WAAA,kBACE,GAAA;AAAA,YAAC,KAAA;AAAA,YAAA;AAAA,cACC,OAAA,EAAQ,iCAAA;AAAA,cACR,UAAA,EAAY;AAAA,gBACV,YAAA,kCAAiB,QAAA,EAAA,OAAA,EAAQ,CAAA;AAAA,gBACzB,gBAAA,EAAkB;AAAA;AACpB;AAAA,WACF;AAAA,UAEF,OAAA,EAAS,EAAE,WAAA,kBAAa,GAAA,CAAC,0BAAuB,CAAA,EAAG;AAAA,UACnD;AAAA;AAAA;AACF;AAAA,GACF;AAEJ;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLightspeedNotebooksPermission.esm.js","sources":["../../../src/hooks/notebooks/useLightspeedNotebooksPermission.ts"],"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 { usePermission } from '@backstage/plugin-permission-react';\n\nimport { iaNotebooksPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';\n\nexport const useLightspeedNotebooksPermission = () => {\n const result = usePermission({\n permission: iaNotebooksPermission,\n });\n\n return {\n loading: result.loading,\n allowed: result.allowed,\n iaNotebooksPermissionName: iaNotebooksPermission.name,\n };\n};\n"],"names":[],"mappings":";;;AAoBO,MAAM,mCAAmC,MAAM;AACpD,EAAA,MAAM,SAAS,aAAA,CAAc;AAAA,IAC3B,UAAA,EAAY;AAAA,GACb,CAAA;AAED,EAAA,OAAO;AAAA,IACL,SAAS,MAAA,CAAO,OAAA;AAAA,IAChB,SAAS,MAAA,CAAO,OAAA;AAAA,IAChB,2BAA2B,qBAAA,CAAsB;AAAA,GACnD;AACF;;;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { usePermission } from '@backstage/plugin-permission-react';
|
|
2
|
-
import { iaChatPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';
|
|
3
|
-
|
|
4
|
-
const useLightspeedDeletePermission = () => {
|
|
5
|
-
const lightspeedDeletePermissionResult = usePermission({
|
|
6
|
-
permission: iaChatPermission
|
|
7
|
-
});
|
|
8
|
-
return lightspeedDeletePermissionResult;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { useLightspeedDeletePermission };
|
|
12
|
-
//# sourceMappingURL=useLightspeedDeletePermission.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLightspeedDeletePermission.esm.js","sources":["../../src/hooks/useLightspeedDeletePermission.ts"],"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 { usePermission } from '@backstage/plugin-permission-react';\n\nimport { iaChatPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';\n\nexport const useLightspeedDeletePermission = () => {\n const lightspeedDeletePermissionResult = usePermission({\n permission: iaChatPermission,\n });\n\n return lightspeedDeletePermissionResult;\n};\n"],"names":[],"mappings":";;;AAoBO,MAAM,gCAAgC,MAAM;AACjD,EAAA,MAAM,mCAAmC,aAAA,CAAc;AAAA,IACrD,UAAA,EAAY;AAAA,GACb,CAAA;AAED,EAAA,OAAO,gCAAA;AACT;;;;"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { usePermission } from '@backstage/plugin-permission-react';
|
|
2
|
-
import { iaChatPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';
|
|
3
|
-
|
|
4
|
-
const useLightspeedUpdatePermission = () => {
|
|
5
|
-
const lightspeedUpdatePermissionResult = usePermission({
|
|
6
|
-
permission: iaChatPermission
|
|
7
|
-
});
|
|
8
|
-
return lightspeedUpdatePermissionResult;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { useLightspeedUpdatePermission };
|
|
12
|
-
//# sourceMappingURL=useLightspeedUpdatePermission.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLightspeedUpdatePermission.esm.js","sources":["../../src/hooks/useLightspeedUpdatePermission.ts"],"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 { usePermission } from '@backstage/plugin-permission-react';\n\nimport { iaChatPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';\n\nexport const useLightspeedUpdatePermission = () => {\n const lightspeedUpdatePermissionResult = usePermission({\n permission: iaChatPermission,\n });\n\n return lightspeedUpdatePermissionResult;\n};\n"],"names":[],"mappings":";;;AAoBO,MAAM,gCAAgC,MAAM;AACjD,EAAA,MAAM,mCAAmC,aAAA,CAAc;AAAA,IACrD,UAAA,EAAY;AAAA,GACb,CAAA;AAED,EAAA,OAAO,gCAAA;AACT;;;;"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { usePermission } from '@backstage/plugin-permission-react';
|
|
2
|
-
import { iaChatPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';
|
|
3
|
-
|
|
4
|
-
const useLightspeedViewPermission = () => {
|
|
5
|
-
const canUseChats = usePermission({
|
|
6
|
-
permission: iaChatPermission
|
|
7
|
-
});
|
|
8
|
-
return {
|
|
9
|
-
loading: canUseChats.loading,
|
|
10
|
-
allowed: canUseChats.allowed,
|
|
11
|
-
iaChatPermissionName: iaChatPermission.name
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export { useLightspeedViewPermission };
|
|
16
|
-
//# sourceMappingURL=useLightspeedViewPermission.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLightspeedViewPermission.esm.js","sources":["../../src/hooks/useLightspeedViewPermission.ts"],"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 { usePermission } from '@backstage/plugin-permission-react';\n\nimport { iaChatPermission } from '@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common';\n\nexport const useLightspeedViewPermission = (): {\n loading: boolean;\n allowed: boolean;\n iaChatPermissionName: string;\n} => {\n const canUseChats = usePermission({\n permission: iaChatPermission,\n });\n\n return {\n loading: canUseChats.loading,\n allowed: canUseChats.allowed,\n iaChatPermissionName: iaChatPermission.name,\n };\n};\n"],"names":[],"mappings":";;;AAoBO,MAAM,8BAA8B,MAItC;AACH,EAAA,MAAM,cAAc,aAAA,CAAc;AAAA,IAChC,UAAA,EAAY;AAAA,GACb,CAAA;AAED,EAAA,OAAO;AAAA,IACL,SAAS,WAAA,CAAY,OAAA;AAAA,IACrB,SAAS,WAAA,CAAY,OAAA;AAAA,IACrB,sBAAsB,gBAAA,CAAiB;AAAA,GACzC;AACF;;;;"}
|
|
@@ -1,319 +0,0 @@
|
|
|
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>
|