@cccsaurora/clue-ui 0.15.0-dev.28 → 0.15.0-dev.29
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/ActionForm-DgfJwTzt.js +436 -0
- package/AnnotationPreview-BvNpZOP0.js +188 -0
- package/ClueEnrichContext-DXwLVp0M.js +518 -0
- package/FlexOne-BSYAhhtG.js +9 -0
- package/_Map-kgDsDYxq.js +64 -0
- package/_MapCache-DabaaWfq.js +161 -0
- package/_Uint8Array-BlVVH1tp.js +129 -0
- package/_baseAssignValue-CNbcU6Nb.js +25 -0
- package/_baseClone-D3a8Pa4T.js +284 -0
- package/_baseExtremum-B1o1zHjR.js +33 -0
- package/_baseFlatten-D4huXoEI.js +92 -0
- package/_baseGet-BSK_nnoz.js +109 -0
- package/_baseIsEqual-B5xLoweL.js +238 -0
- package/_baseIteratee-p6Nj07-n.js +126 -0
- package/_baseSlice-GAv_YFTT.js +20 -0
- package/_baseSum-D0WC1dN0.js +13 -0
- package/_baseUniq-CpupKWcL.js +89 -0
- package/_commonjsHelpers-CUmg6egw.js +6 -0
- package/_createAggregator-BpVy5xMi.js +63 -0
- package/_getPrototype-D1LAdQKO.js +5 -0
- package/_getTag-D3ToyefI.js +126 -0
- package/api/lookup/enrich.d.ts +10 -0
- package/api/lookup/index.d.ts +5 -0
- package/api/lookup/types.d.ts +5 -0
- package/api/lookup/types_detection.d.ts +5 -0
- package/cloneDeep-CjP5k9zW.js +8 -0
- package/components/AnnotationBody.d.ts +6 -0
- package/components/AnnotationBody.js +56 -0
- package/components/AnnotationDetailPopover.d.ts +14 -0
- package/components/AnnotationDetailPopover.js +61 -0
- package/components/AnnotationDetails.d.ts +8 -0
- package/components/AnnotationDetails.js +172 -0
- package/components/AnnotationEntry.d.ts +6 -0
- package/components/AnnotationEntry.js +59 -0
- package/components/AnnotationPreview.d.ts +14 -0
- package/components/AnnotationPreview.js +11 -0
- package/components/ClassificationChip.d.ts +11 -0
- package/components/ClassificationChip.js +52 -0
- package/components/CountBadge.d.ts +8 -0
- package/components/CountBadge.js +34 -0
- package/components/EnrichedCard.d.ts +14 -0
- package/components/EnrichedCard.js +162 -0
- package/components/EnrichedChip.d.ts +9 -0
- package/components/EnrichedChip.js +176 -0
- package/components/EnrichedTypography.d.ts +16 -0
- package/components/EnrichedTypography.js +178 -0
- package/components/ErrorBoundary.d.ts +15 -0
- package/components/ErrorBoundary.js +36 -0
- package/components/RetryFailedEnrichments.d.ts +2 -0
- package/components/RetryFailedEnrichments.js +13 -0
- package/components/SourcePicker.d.ts +2 -0
- package/components/SourcePicker.js +98 -0
- package/components/actions/ActionForm.d.ts +6 -0
- package/components/actions/ActionForm.js +16 -0
- package/components/actions/ExecutePopover.d.ts +10 -0
- package/components/actions/ExecutePopover.js +93 -0
- package/components/actions/ResultModal.d.ts +9 -0
- package/components/actions/ResultModal.js +46 -0
- package/components/actions/form/schemaAdapter.d.ts +3 -0
- package/components/actions/form/schemaAdapter.js +47 -0
- package/components/display/graph/ExpandMoreButton.d.ts +7 -0
- package/components/display/graph/ExpandMoreButton.js +18 -0
- package/components/display/graph/elements/NodeCard.d.ts +10 -0
- package/components/display/graph/elements/NodeCard.js +146 -0
- package/components/display/graph/elements/NodeTag.d.ts +9 -0
- package/components/display/graph/elements/NodeTag.js +17 -0
- package/components/display/graph/index.d.ts +9 -0
- package/components/display/graph/index.js +438 -0
- package/components/display/graph/visualizations/Leaf.d.ts +25 -0
- package/components/display/graph/visualizations/Leaf.js +125 -0
- package/components/display/graph/visualizations/cloud/index.d.ts +24 -0
- package/components/display/graph/visualizations/cloud/index.js +141 -0
- package/components/display/graph/visualizations/icons/BaseIcon.d.ts +12 -0
- package/components/display/graph/visualizations/icons/BaseIcon.js +37 -0
- package/components/display/graph/visualizations/icons/BugIcon.d.ts +5 -0
- package/components/display/graph/visualizations/icons/BugIcon.js +18 -0
- package/components/display/graph/visualizations/icons/HostIcon.d.ts +5 -0
- package/components/display/graph/visualizations/icons/HostIcon.js +24 -0
- package/components/display/graph/visualizations/icons/NetworkIcon.d.ts +5 -0
- package/components/display/graph/visualizations/icons/NetworkIcon.js +24 -0
- package/components/display/graph/visualizations/icons/ProcessIcon.d.ts +5 -0
- package/components/display/graph/visualizations/icons/ProcessIcon.js +18 -0
- package/components/display/graph/visualizations/icons/TargetIcon.d.ts +5 -0
- package/components/display/graph/visualizations/icons/TargetIcon.js +19 -0
- package/components/display/graph/visualizations/icons/index.d.ts +2 -0
- package/components/display/graph/visualizations/icons/index.js +16 -0
- package/components/display/graph/visualizations/panels/NodePanel.d.ts +8 -0
- package/components/display/graph/visualizations/panels/NodePanel.js +12 -0
- package/components/display/graph/visualizations/tree/BundleLine.d.ts +29 -0
- package/components/display/graph/visualizations/tree/BundleLine.js +121 -0
- package/components/display/graph/visualizations/tree/Triangle.d.ts +9 -0
- package/components/display/graph/visualizations/tree/Triangle.js +26 -0
- package/components/display/graph/visualizations/tree/index.d.ts +36 -0
- package/components/display/graph/visualizations/tree/index.js +485 -0
- package/components/display/graph/visualizations/tree/types.d.ts +11 -0
- package/components/display/graph/visualizations/tree/types.js +1 -0
- package/components/display/icons/Iconified.d.ts +9 -0
- package/components/display/icons/Iconified.js +29 -0
- package/components/display/json/index.d.ts +14 -0
- package/components/display/json/index.js +12 -0
- package/components/display/markdown/DynamicTabs.d.ts +8 -0
- package/components/display/markdown/DynamicTabs.js +26 -0
- package/components/display/markdown/index.d.ts +9 -0
- package/components/display/markdown/index.js +13389 -0
- package/components/display/markdown/markdownPlugins/tabs.d.ts +3 -0
- package/components/display/markdown/markdownPlugins/tabs.js +4 -0
- package/components/enrichment/EnrichPopover.d.ts +10 -0
- package/components/enrichment/EnrichPopover.js +88 -0
- package/components/fetchers/Fetcher.d.ts +17 -0
- package/components/fetchers/Fetcher.js +188 -0
- package/components/fetchers/PreviewModal.d.ts +8 -0
- package/components/fetchers/PreviewModal.js +22 -0
- package/components/fetchers/StatusChip.d.ts +8 -0
- package/components/fetchers/StatusChip.js +30 -0
- package/components/group/Entry.d.ts +8 -0
- package/components/group/Entry.js +15 -0
- package/components/group/Group.d.ts +12 -0
- package/components/group/Group.js +15 -0
- package/components/group/GroupControl.d.ts +4 -0
- package/components/group/GroupControl.js +103 -0
- package/components/stats/QueryStatus.d.ts +4 -0
- package/components/stats/QueryStatus.js +61 -0
- package/countBy-C69WslUA.js +14 -0
- package/data/event.d.ts +12 -0
- package/data/event.js +8 -0
- package/database/index.d.ts +4 -0
- package/database/index.js +4 -0
- package/database/selector.schema.json.d.ts +119 -0
- package/database/status.schema.json.d.ts +38 -0
- package/database/types.d.ts +64 -0
- package/debounce-bV0h5FC5.js +92 -0
- package/en/translation.json +135 -0
- package/fr/translation.json +135 -0
- package/get-D3C3lEU3.js +8 -0
- package/groupBy-DC2oOuBN.js +14 -0
- package/hooks/ClueActionContext.d.ts +86 -0
- package/hooks/ClueActionContext.js +18 -0
- package/hooks/ClueComponentContext.d.ts +10 -0
- package/hooks/ClueComponentContext.js +40 -0
- package/hooks/ClueConfigProvider.d.ts +12 -0
- package/hooks/ClueConfigProvider.js +23 -0
- package/hooks/ClueDatabaseContext.d.ts +10 -0
- package/hooks/ClueDatabaseContext.js +23 -0
- package/hooks/ClueEnrichContext.d.ts +6 -0
- package/hooks/ClueEnrichContext.js +15 -0
- package/hooks/ClueEnrichContextType.d.ts +113 -0
- package/hooks/ClueEnrichProps.d.ts +81 -0
- package/hooks/ClueFetcherContext.d.ts +35 -0
- package/hooks/ClueFetcherContext.js +88 -0
- package/hooks/ClueGroupContext.d.ts +14 -0
- package/hooks/ClueGroupContext.js +23 -0
- package/hooks/CluePopupContext.d.ts +24 -0
- package/hooks/CluePopupContext.js +12 -0
- package/hooks/ClueProvider.d.ts +9 -0
- package/hooks/ClueProvider.js +14 -0
- package/hooks/selectors.d.ts +10 -0
- package/hooks/selectors.js +24 -0
- package/hooks/useAnnotations.d.ts +24 -0
- package/hooks/useAnnotations.js +69 -0
- package/hooks/useClue.d.ts +4 -0
- package/hooks/useClue.js +8 -0
- package/hooks/useClueActions.d.ts +4 -0
- package/hooks/useClueActions.js +5 -0
- package/hooks/useClueConfig.d.ts +1 -0
- package/hooks/useClueConfig.js +8 -0
- package/hooks/useClueTypeConfig.d.ts +17 -0
- package/hooks/useClueTypeConfig.js +7 -0
- package/hooks/useComparator.d.ts +16 -0
- package/hooks/useComparator.js +1060 -0
- package/hooks/useErrors.d.ts +17 -0
- package/hooks/useErrors.js +35 -0
- package/hooks/useMyHighlights.d.ts +11 -0
- package/hooks/useMyHighlights.js +74 -0
- package/hooks/useMyLocalStorage.d.ts +16 -0
- package/hooks/useMyLocalStorage.js +80 -0
- package/iconify-CXMreGTg.js +1782 -0
- package/icons/Action.d.ts +9 -0
- package/icons/Action.js +90 -0
- package/icons/Assessment.d.ts +11 -0
- package/icons/Assessment.js +123 -0
- package/icons/Context.d.ts +12 -0
- package/icons/Context.js +83 -0
- package/icons/Opinion.d.ts +11 -0
- package/icons/Opinion.js +125 -0
- package/icons/iconMap.d.ts +7 -0
- package/icons/iconMap.js +10 -0
- package/identity-CPGTqrE4.js +6 -0
- package/index-BDVjGvMI.js +696 -0
- package/index-BDrtH5ec.js +465 -0
- package/index-C9lySIVX.js +1172 -0
- package/index-DJYqRcxJ.js +15750 -0
- package/index-Dn2NHyXg.js +17654 -0
- package/index.css +21 -0
- package/isEmpty-BQkZubqU.js +29 -0
- package/isNil-CIubwp4T.js +6 -0
- package/isObject-FTY-5JQX.js +7 -0
- package/isObjectLike-OAgjjZye.js +48 -0
- package/isSymbol-Xd2FsJyp.js +8 -0
- package/isUndefined-CE8h73dH.js +10 -0
- package/last-CUCl67Im.js +7 -0
- package/main.d.ts +42 -0
- package/main.js +70 -0
- package/package.json +31 -33
- package/public/manifest.json +16 -0
- package/public/robots.txt +3 -0
- package/public/svg/dark/clue-h.svg +52 -0
- package/public/svg/dark/clue-icon1-simple.svg +33 -0
- package/public/svg/dark/clue-icon1.svg +44 -0
- package/public/svg/dark/clue-icon2-simple.svg +26 -0
- package/public/svg/dark/clue-icon2.svg +37 -0
- package/public/svg/dark/clue-name.svg +14 -0
- package/public/svg/dark/clue-v.svg +52 -0
- package/public/svg/light/clue-h.svg +60 -0
- package/public/svg/light/clue-icon1-simple.svg +37 -0
- package/public/svg/light/clue-icon1.svg +48 -0
- package/public/svg/light/clue-icon2-simple.svg +30 -0
- package/public/svg/light/clue-icon2.svg +41 -0
- package/public/svg/light/clue-name.svg +14 -0
- package/public/svg/light/clue-v.svg +60 -0
- package/sortBy-B-UKp4GT.js +100 -0
- package/sumBy-MYkDPHZL.js +8 -0
- package/tabs-xGuUGsJd.js +254 -0
- package/text/Frequency.d.ts +9 -0
- package/text/Frequency.js +49 -0
- package/toFinite-CArjry_l.js +16 -0
- package/toNumber-DPxy1FBy.js +39 -0
- package/types/EnrichmentProps.d.ts +73 -0
- package/types/RunningActionData.d.ts +15 -0
- package/types/WithActionData.d.ts +9 -0
- package/types/action.d.ts +25 -0
- package/types/config.d.ts +16 -0
- package/types/fetcher.d.ts +60 -0
- package/types/graph.d.ts +101 -0
- package/types/lookup.d.ts +62 -0
- package/types/network.d.ts +9 -0
- package/useClueTypeConfig-D9ZSxa4F.js +3096 -0
- package/utils/chain.d.ts +14 -0
- package/utils/chain.js +106 -0
- package/utils/classificationParser.d.ts +195 -0
- package/utils/classificationParser.js +553 -0
- package/utils/constants.d.ts +26 -0
- package/utils/constants.js +36 -0
- package/utils/graph.d.ts +13 -0
- package/utils/graph.js +79 -0
- package/utils/hashUtil.d.ts +6 -0
- package/utils/hashUtil.js +11 -0
- package/utils/line.d.ts +28 -0
- package/utils/line.js +136 -0
- package/utils/loggerUtil.d.ts +6 -0
- package/utils/loggerUtil.js +8 -0
- package/utils/sessionStorage.d.ts +9 -0
- package/utils/sessionStorage.js +51 -0
- package/utils/utils.d.ts +13 -0
- package/utils/utils.js +11 -0
- package/utils/window.d.ts +3 -0
- package/utils/window.js +24 -0
- package/utils-CxIhC2xH.js +4182 -0
package/index.css
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
body {
|
|
2
|
+
margin: 0;
|
|
3
|
+
font-family:
|
|
4
|
+
'Roboto',
|
|
5
|
+
-apple-system,
|
|
6
|
+
BlinkMacSystemFont,
|
|
7
|
+
'Segoe UI',
|
|
8
|
+
'Oxygen',
|
|
9
|
+
'Ubuntu',
|
|
10
|
+
'Cantarell',
|
|
11
|
+
'Fira Sans',
|
|
12
|
+
'Droid Sans',
|
|
13
|
+
'Helvetica Neue',
|
|
14
|
+
sans-serif;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
code {
|
|
20
|
+
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
21
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { i as isArrayLike, a as isBuffer, b as isTypedArray, c as isArguments, g as getTag, d as isPrototype, e as baseKeys } from "./_getTag-D3ToyefI.js";
|
|
2
|
+
import { i as isArray } from "./_Map-kgDsDYxq.js";
|
|
3
|
+
var mapTag = "[object Map]", setTag = "[object Set]";
|
|
4
|
+
var objectProto = Object.prototype;
|
|
5
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
6
|
+
function isEmpty(value) {
|
|
7
|
+
if (value == null) {
|
|
8
|
+
return true;
|
|
9
|
+
}
|
|
10
|
+
if (isArrayLike(value) && (isArray(value) || typeof value == "string" || typeof value.splice == "function" || isBuffer(value) || isTypedArray(value) || isArguments(value))) {
|
|
11
|
+
return !value.length;
|
|
12
|
+
}
|
|
13
|
+
var tag = getTag(value);
|
|
14
|
+
if (tag == mapTag || tag == setTag) {
|
|
15
|
+
return !value.size;
|
|
16
|
+
}
|
|
17
|
+
if (isPrototype(value)) {
|
|
18
|
+
return !baseKeys(value).length;
|
|
19
|
+
}
|
|
20
|
+
for (var key in value) {
|
|
21
|
+
if (hasOwnProperty.call(value, key)) {
|
|
22
|
+
return false;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
isEmpty as i
|
|
29
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
|
2
|
+
var freeSelf = typeof self == "object" && self && self.Object === Object && self;
|
|
3
|
+
var root = freeGlobal || freeSelf || Function("return this")();
|
|
4
|
+
var Symbol$1 = root.Symbol;
|
|
5
|
+
var objectProto$1 = Object.prototype;
|
|
6
|
+
var hasOwnProperty = objectProto$1.hasOwnProperty;
|
|
7
|
+
var nativeObjectToString$1 = objectProto$1.toString;
|
|
8
|
+
var symToStringTag$1 = Symbol$1 ? Symbol$1.toStringTag : void 0;
|
|
9
|
+
function getRawTag(value) {
|
|
10
|
+
var isOwn = hasOwnProperty.call(value, symToStringTag$1), tag = value[symToStringTag$1];
|
|
11
|
+
try {
|
|
12
|
+
value[symToStringTag$1] = void 0;
|
|
13
|
+
var unmasked = true;
|
|
14
|
+
} catch (e) {
|
|
15
|
+
}
|
|
16
|
+
var result = nativeObjectToString$1.call(value);
|
|
17
|
+
if (unmasked) {
|
|
18
|
+
if (isOwn) {
|
|
19
|
+
value[symToStringTag$1] = tag;
|
|
20
|
+
} else {
|
|
21
|
+
delete value[symToStringTag$1];
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
return result;
|
|
25
|
+
}
|
|
26
|
+
var objectProto = Object.prototype;
|
|
27
|
+
var nativeObjectToString = objectProto.toString;
|
|
28
|
+
function objectToString(value) {
|
|
29
|
+
return nativeObjectToString.call(value);
|
|
30
|
+
}
|
|
31
|
+
var nullTag = "[object Null]", undefinedTag = "[object Undefined]";
|
|
32
|
+
var symToStringTag = Symbol$1 ? Symbol$1.toStringTag : void 0;
|
|
33
|
+
function baseGetTag(value) {
|
|
34
|
+
if (value == null) {
|
|
35
|
+
return value === void 0 ? undefinedTag : nullTag;
|
|
36
|
+
}
|
|
37
|
+
return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
|
|
38
|
+
}
|
|
39
|
+
function isObjectLike(value) {
|
|
40
|
+
return value != null && typeof value == "object";
|
|
41
|
+
}
|
|
42
|
+
export {
|
|
43
|
+
Symbol$1 as S,
|
|
44
|
+
baseGetTag as b,
|
|
45
|
+
freeGlobal as f,
|
|
46
|
+
isObjectLike as i,
|
|
47
|
+
root as r
|
|
48
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { i as isObjectLike, b as baseGetTag } from "./isObjectLike-OAgjjZye.js";
|
|
2
|
+
var symbolTag = "[object Symbol]";
|
|
3
|
+
function isSymbol(value) {
|
|
4
|
+
return typeof value == "symbol" || isObjectLike(value) && baseGetTag(value) == symbolTag;
|
|
5
|
+
}
|
|
6
|
+
export {
|
|
7
|
+
isSymbol as i
|
|
8
|
+
};
|
package/last-CUCl67Im.js
ADDED
package/main.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ClueDatabase, ClueDatabaseCollections, SelectorCollection, SelectorCollectionMethods, SelectorDocMethods, SelectorDocType, SelectorDocument, StatusCollection, StatusCollectionMethods, StatusDocMethods, StatusDocType, StatusDocument } from "./database/types";
|
|
2
|
+
import { ActionDefinition, ActionDefinitionsResponse, ActionResult } from "./types/action";
|
|
3
|
+
import { default as EnrichmentProps } from "./types/EnrichmentProps";
|
|
4
|
+
import { FetcherDefinition, FetcherDefinitionsResponse, FetcherResult } from "./types/fetcher";
|
|
5
|
+
import { Annotation, BulkEnrichRequest, BulkEnrichResponses, Enrichment, EnrichResponse, EnrichResponses, FailedRequest, Selector, TypesDetectionResponse, TypesResponse, WithExtra } from "./types/lookup";
|
|
6
|
+
import { ClueResponse } from "./types/network";
|
|
7
|
+
import { default as RunningActionData } from "./types/RunningActionData";
|
|
8
|
+
import { default as ActionForm } from './components/actions/ActionForm';
|
|
9
|
+
import { default as AnnotationDetailPopover } from './components/AnnotationDetailPopover';
|
|
10
|
+
import { default as AnnotationDetails } from './components/AnnotationDetails';
|
|
11
|
+
import { default as AnnotationEntry } from './components/AnnotationEntry';
|
|
12
|
+
import { default as AnnotationPreview } from './components/AnnotationPreview';
|
|
13
|
+
import { default as CountBadge } from './components/CountBadge';
|
|
14
|
+
import { default as EnrichedCard, EnrichedCardProps } from './components/EnrichedCard';
|
|
15
|
+
import { default as EnrichedChip } from './components/EnrichedChip';
|
|
16
|
+
import { default as EnrichedTypography, EnrichedTypographyProps } from './components/EnrichedTypography';
|
|
17
|
+
import { default as Fetcher } from './components/fetchers/Fetcher';
|
|
18
|
+
import { default as StatusChip } from './components/fetchers/StatusChip';
|
|
19
|
+
import { default as Entry } from './components/group/Entry';
|
|
20
|
+
import { default as Group } from './components/group/Group';
|
|
21
|
+
import { default as GroupControl } from './components/group/GroupControl';
|
|
22
|
+
import { default as SourcePicker } from './components/SourcePicker';
|
|
23
|
+
import { SNACKBAR_EVENT_ID, SnackbarEvents } from './data/event';
|
|
24
|
+
import { default as buildDatabase } from './database';
|
|
25
|
+
import { ClueComponentContext } from './hooks/ClueComponentContext';
|
|
26
|
+
import { ClueConfigContextProps } from './hooks/ClueConfigProvider';
|
|
27
|
+
import { ClueDatabaseContext, ClueDatabaseContextProps } from './hooks/ClueDatabaseContext';
|
|
28
|
+
import { ClueEnrichContext } from './hooks/ClueEnrichContext';
|
|
29
|
+
import { CluePopupContext } from './hooks/CluePopupContext';
|
|
30
|
+
import { ClueProvider } from './hooks/ClueProvider';
|
|
31
|
+
import { useClueActionsSelector, useClueEnrichSelector, useClueFetcherSelector } from './hooks/selectors';
|
|
32
|
+
import { default as useClue } from './hooks/useClue';
|
|
33
|
+
import { default as useClueActions } from './hooks/useClueActions';
|
|
34
|
+
import { default as AssessmentIcon } from './icons/Assessment';
|
|
35
|
+
import { default as ContextIcon } from './icons/Context';
|
|
36
|
+
import { default as OpinionIcon } from './icons/Opinion';
|
|
37
|
+
import { default as FrequencyText } from './text/Frequency';
|
|
38
|
+
|
|
39
|
+
export { ActionForm, AnnotationDetailPopover, AnnotationDetails, AnnotationEntry, AnnotationPreview, AssessmentIcon, buildDatabase, ClueComponentContext, ClueDatabaseContext, ClueEnrichContext, CluePopupContext, ClueProvider, ContextIcon, CountBadge, EnrichedCard, EnrichedChip, EnrichedTypography, Entry, Fetcher, FrequencyText, Group, GroupControl, OpinionIcon, SNACKBAR_EVENT_ID, SourcePicker, StatusChip, useClue, useClueActions, useClueActionsSelector, useClueEnrichSelector, useClueFetcherSelector };
|
|
40
|
+
export { ClueComponentContext as BorealisComponentContext, ClueDatabaseContext as BorealisDatabaseContext, ClueEnrichContext as BorealisEnrichContext, CluePopupContext as BorealisPopupContext, ClueProvider as BorealisProvider, useClue as useBorealis, useClueActions as useBorealisActions, useClueActionsSelector as useBorealisActionsSelector, useClueEnrichSelector as useBorealisEnrichSelector, useClueFetcherSelector as useBorealisFetcherSelector };
|
|
41
|
+
export type { ActionDefinition, ActionDefinitionsResponse, ActionResult, Annotation, BulkEnrichRequest, BulkEnrichResponses, ClueConfigContextProps, ClueDatabase, ClueDatabaseCollections, ClueDatabaseContextProps, ClueResponse, EnrichedCardProps, EnrichedTypographyProps, Enrichment, EnrichmentProps, EnrichResponse, EnrichResponses, FailedRequest, FetcherDefinition, FetcherDefinitionsResponse, FetcherResult, RunningActionData, Selector, SelectorCollection, SelectorCollectionMethods, SelectorDocMethods, SelectorDocType, SelectorDocument, SnackbarEvents, StatusCollection, StatusCollectionMethods, StatusDocMethods, StatusDocType, StatusDocument, TypesDetectionResponse, TypesResponse, WithExtra };
|
|
42
|
+
export type { ClueConfigContextProps as BorealisConfigContextProps, ClueDatabase as BorealisDatabase, ClueDatabaseCollections as BorealisDatabaseCollections, ClueDatabaseContextProps as BorealisDatabaseContextProps, ClueResponse as BorealisResponse };
|
package/main.js
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { A, u, u as u2 } from "./ActionForm-DgfJwTzt.js";
|
|
2
|
+
import { default as default2 } from "./components/AnnotationDetailPopover.js";
|
|
3
|
+
import { default as default3 } from "./components/AnnotationDetails.js";
|
|
4
|
+
import { default as default4 } from "./components/AnnotationEntry.js";
|
|
5
|
+
import { A as A2, C, C as C2 } from "./AnnotationPreview-BvNpZOP0.js";
|
|
6
|
+
import { default as default5 } from "./components/CountBadge.js";
|
|
7
|
+
import { default as default6 } from "./components/EnrichedCard.js";
|
|
8
|
+
import { default as default7 } from "./components/EnrichedChip.js";
|
|
9
|
+
import { default as default8 } from "./components/EnrichedTypography.js";
|
|
10
|
+
import { default as default9 } from "./components/fetchers/Fetcher.js";
|
|
11
|
+
import { default as default10 } from "./components/fetchers/StatusChip.js";
|
|
12
|
+
import { default as default11 } from "./components/group/Entry.js";
|
|
13
|
+
import { default as default12 } from "./components/group/Group.js";
|
|
14
|
+
import { default as default13 } from "./components/group/GroupControl.js";
|
|
15
|
+
import { default as default14 } from "./components/SourcePicker.js";
|
|
16
|
+
import { SNACKBAR_EVENT_ID } from "./data/event.js";
|
|
17
|
+
import { b } from "./index-Dn2NHyXg.js";
|
|
18
|
+
import { ClueComponentContext, ClueComponentContext as ClueComponentContext2 } from "./hooks/ClueComponentContext.js";
|
|
19
|
+
import { ClueDatabaseContext, ClueDatabaseContext as ClueDatabaseContext2 } from "./hooks/ClueDatabaseContext.js";
|
|
20
|
+
import { C as C3, C as C4 } from "./ClueEnrichContext-DXwLVp0M.js";
|
|
21
|
+
import { ClueProvider, ClueProvider as ClueProvider2 } from "./hooks/ClueProvider.js";
|
|
22
|
+
import { useClueActionsSelector, useClueEnrichSelector, useClueFetcherSelector, useClueActionsSelector as useClueActionsSelector2, useClueEnrichSelector as useClueEnrichSelector2, useClueFetcherSelector as useClueFetcherSelector2 } from "./hooks/selectors.js";
|
|
23
|
+
import { default as default15, default as default16 } from "./hooks/useClue.js";
|
|
24
|
+
import { default as default17 } from "./icons/Assessment.js";
|
|
25
|
+
import { default as default18 } from "./icons/Context.js";
|
|
26
|
+
import { default as default19 } from "./icons/Opinion.js";
|
|
27
|
+
import { default as default20 } from "./text/Frequency.js";
|
|
28
|
+
export {
|
|
29
|
+
A as ActionForm,
|
|
30
|
+
default2 as AnnotationDetailPopover,
|
|
31
|
+
default3 as AnnotationDetails,
|
|
32
|
+
default4 as AnnotationEntry,
|
|
33
|
+
A2 as AnnotationPreview,
|
|
34
|
+
default17 as AssessmentIcon,
|
|
35
|
+
ClueComponentContext as BorealisComponentContext,
|
|
36
|
+
ClueDatabaseContext as BorealisDatabaseContext,
|
|
37
|
+
C3 as BorealisEnrichContext,
|
|
38
|
+
C as BorealisPopupContext,
|
|
39
|
+
ClueProvider as BorealisProvider,
|
|
40
|
+
ClueComponentContext2 as ClueComponentContext,
|
|
41
|
+
ClueDatabaseContext2 as ClueDatabaseContext,
|
|
42
|
+
C4 as ClueEnrichContext,
|
|
43
|
+
C2 as CluePopupContext,
|
|
44
|
+
ClueProvider2 as ClueProvider,
|
|
45
|
+
default18 as ContextIcon,
|
|
46
|
+
default5 as CountBadge,
|
|
47
|
+
default6 as EnrichedCard,
|
|
48
|
+
default7 as EnrichedChip,
|
|
49
|
+
default8 as EnrichedTypography,
|
|
50
|
+
default11 as Entry,
|
|
51
|
+
default9 as Fetcher,
|
|
52
|
+
default20 as FrequencyText,
|
|
53
|
+
default12 as Group,
|
|
54
|
+
default13 as GroupControl,
|
|
55
|
+
default19 as OpinionIcon,
|
|
56
|
+
SNACKBAR_EVENT_ID,
|
|
57
|
+
default14 as SourcePicker,
|
|
58
|
+
default10 as StatusChip,
|
|
59
|
+
b as buildDatabase,
|
|
60
|
+
default15 as useBorealis,
|
|
61
|
+
u as useBorealisActions,
|
|
62
|
+
useClueActionsSelector as useBorealisActionsSelector,
|
|
63
|
+
useClueEnrichSelector as useBorealisEnrichSelector,
|
|
64
|
+
useClueFetcherSelector as useBorealisFetcherSelector,
|
|
65
|
+
default16 as useClue,
|
|
66
|
+
u2 as useClueActions,
|
|
67
|
+
useClueActionsSelector2 as useClueActionsSelector,
|
|
68
|
+
useClueEnrichSelector2 as useClueEnrichSelector,
|
|
69
|
+
useClueFetcherSelector2 as useClueFetcherSelector
|
|
70
|
+
};
|
package/package.json
CHANGED
|
@@ -40,9 +40,6 @@
|
|
|
40
40
|
"react-app"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
|
-
"files": [
|
|
44
|
-
"dist"
|
|
45
|
-
],
|
|
46
43
|
"jest": {
|
|
47
44
|
"transformIgnorePatterns": [
|
|
48
45
|
"!node_modules/url-join"
|
|
@@ -53,7 +50,7 @@
|
|
|
53
50
|
"prettier --write --config .prettierrc"
|
|
54
51
|
]
|
|
55
52
|
},
|
|
56
|
-
"main": "
|
|
53
|
+
"main": "main.js",
|
|
57
54
|
"name": "@cccsaurora/clue-ui",
|
|
58
55
|
"peerDependencies": {
|
|
59
56
|
"@emotion/react": "^11.11.1",
|
|
@@ -64,43 +61,44 @@
|
|
|
64
61
|
"react-dom": "^18.2.0"
|
|
65
62
|
},
|
|
66
63
|
"type": "module",
|
|
67
|
-
"types": "
|
|
68
|
-
"version": "0.15.0-dev.
|
|
64
|
+
"types": "main.d.ts",
|
|
65
|
+
"version": "0.15.0-dev.29",
|
|
69
66
|
"exports": {
|
|
70
67
|
"./index.css": "./index.css",
|
|
71
|
-
"
|
|
72
|
-
"./
|
|
73
|
-
"./
|
|
74
|
-
"./
|
|
75
|
-
"./
|
|
76
|
-
"./
|
|
77
|
-
"./
|
|
78
|
-
"./
|
|
79
|
-
"./
|
|
68
|
+
"././*": "././*.js",
|
|
69
|
+
"./icons/*": "./icons/*.js",
|
|
70
|
+
"./types/*": "./types/*.js",
|
|
71
|
+
"./utils/*": "./utils/*.js",
|
|
72
|
+
"./utils/*.json": "./utils/*.json",
|
|
73
|
+
"./components/*": "./components/*.js",
|
|
74
|
+
"./hooks/*": "./hooks/*.js",
|
|
75
|
+
"./text/*": "./text/*.js",
|
|
76
|
+
"./data/*": "./data/*.js",
|
|
77
|
+
"./database/*": "./database/*.js",
|
|
80
78
|
"./lib/database": "./lib/database/index.js",
|
|
81
|
-
"./
|
|
82
|
-
"./
|
|
83
|
-
"./
|
|
84
|
-
"./
|
|
85
|
-
"./
|
|
86
|
-
"./
|
|
87
|
-
"./
|
|
88
|
-
"./
|
|
79
|
+
"./components/group/*": "./components/group/*.js",
|
|
80
|
+
"./components/enrichment/*": "./components/enrichment/*.js",
|
|
81
|
+
"./components/fetchers/*": "./components/fetchers/*.js",
|
|
82
|
+
"./components/stats/*": "./components/stats/*.js",
|
|
83
|
+
"./components/display/*": "./components/display/*.js",
|
|
84
|
+
"./components/actions/*": "./components/actions/*.js",
|
|
85
|
+
"./components/display/icons/*": "./components/display/icons/*.js",
|
|
86
|
+
"./components/display/graph/*": "./components/display/graph/*.js",
|
|
89
87
|
"./lib/components/display/graph": "./lib/components/display/graph/index.js",
|
|
90
|
-
"./
|
|
88
|
+
"./components/display/json/*": "./components/display/json/*.js",
|
|
91
89
|
"./lib/components/display/json": "./lib/components/display/json/index.js",
|
|
92
|
-
"./
|
|
90
|
+
"./components/display/markdown/*.md": "./components/display/markdown/*.md.js",
|
|
93
91
|
"./lib/components/display/markdown": "./lib/components/display/markdown/index.js",
|
|
94
|
-
"./
|
|
95
|
-
"./
|
|
96
|
-
"./
|
|
92
|
+
"./components/display/graph/elements/*": "./components/display/graph/elements/*.js",
|
|
93
|
+
"./components/display/graph/visualizations/*": "./components/display/graph/visualizations/*.js",
|
|
94
|
+
"./components/display/graph/visualizations/icons/*": "./components/display/graph/visualizations/icons/*.js",
|
|
97
95
|
"./lib/components/display/graph/visualizations/icons": "./lib/components/display/graph/visualizations/icons/index.js",
|
|
98
|
-
"./
|
|
96
|
+
"./components/display/graph/visualizations/cloud/*": "./components/display/graph/visualizations/cloud/*.js",
|
|
99
97
|
"./lib/components/display/graph/visualizations/cloud": "./lib/components/display/graph/visualizations/cloud/index.js",
|
|
100
|
-
"./
|
|
98
|
+
"./components/display/graph/visualizations/tree/*": "./components/display/graph/visualizations/tree/*.js",
|
|
101
99
|
"./lib/components/display/graph/visualizations/tree": "./lib/components/display/graph/visualizations/tree/index.js",
|
|
102
|
-
"./
|
|
103
|
-
"./
|
|
104
|
-
"./
|
|
100
|
+
"./components/display/graph/visualizations/panels/*": "./components/display/graph/visualizations/panels/*.js",
|
|
101
|
+
"./components/display/markdown/markdownPlugins/*.md": "./components/display/markdown/markdownPlugins/*.md.js",
|
|
102
|
+
"./components/actions/form/*": "./components/actions/form/*.js"
|
|
105
103
|
}
|
|
106
104
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Clue",
|
|
3
|
+
"short_name": "Clue",
|
|
4
|
+
"start_url": ".",
|
|
5
|
+
"display": "standalone",
|
|
6
|
+
"background_color": "#fff",
|
|
7
|
+
"description": "Clue",
|
|
8
|
+
"icons": [
|
|
9
|
+
{
|
|
10
|
+
"src": "favicon.ico",
|
|
11
|
+
"sizes": "48x48 72x72 96x96 128x128 256x256",
|
|
12
|
+
"type": "image/png"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"related_applications": []
|
|
16
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 184 72.11">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: url(#radial-gradient);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-3 {
|
|
14
|
+
fill: #7da1db;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-4 {
|
|
18
|
+
fill: #bcbcbc;
|
|
19
|
+
}
|
|
20
|
+
</style>
|
|
21
|
+
<radialGradient id="radial-gradient" cx="38.88" cy="32.04" fx="38.88" fy="32.04" r="32.04" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop offset="0" stop-color="#b1c6e9"/>
|
|
23
|
+
<stop offset="1" stop-color="#7da1db"/>
|
|
24
|
+
</radialGradient>
|
|
25
|
+
</defs>
|
|
26
|
+
<g>
|
|
27
|
+
<path class="cls-2" d="M54.11,55.81c1.91-1.7,4.38-2.64,6.94-2.64h0c.59,0,1.18.06,1.76.16,5.04-5.66,8.11-13.12,8.11-21.29C70.92,14.34,56.57,0,38.88,0S6.84,14.34,6.84,32.04s14.34,32.04,32.04,32.04c4.21,0,8.22-.82,11.9-2.29.4-2.23,1.51-4.36,3.33-5.98Z"/>
|
|
28
|
+
<g>
|
|
29
|
+
<path class="cls-4" d="M58.76,64.46c-.63-.63-.95-1.46-.95-2.29s.32-1.65.95-2.29c.63-.63,1.46-.95,2.29-.95s1.65.32,2.29.95c.63.63.95,1.46.95,2.29s-.32,1.65-.95,2.29l-1.07,1.07h-.34v-3.94c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2s.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v2.87l.41-.41c.52-.52.78-1.19.78-1.87s-.26-1.35-.78-1.87c-.52-.52-1.19-.78-1.87-.78s-1.35.26-1.87.78c-.52.52-.78,1.19-.78,1.87s.26,1.35.78,1.87l.41.41v-.58c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2s.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v1.66h-.34l-1.07-1.07h0ZM62.37,60.81h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0ZM60.03,63.1h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0ZM61.05,61.42c.19,0,.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v2.8h-.59v-2.8c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2ZM61.2,61.95h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0Z"/>
|
|
30
|
+
<path class="cls-4" d="M59.79,65.91h2.52c.17,0,.3.13.3.3h0c0,.16-.14.3-.3.3h-2.52c-.17,0-.3-.13-.3-.3h0c0-.16.14-.3.3-.3Z"/>
|
|
31
|
+
<path class="cls-4" d="M59.96,66.8h2.17c.14,0,.26.13.26.3h0c0,.16-.12.3-.26.3h-2.17c-.14,0-.26-.13-.26-.3h0c0-.16.12-.3.26-.3Z"/>
|
|
32
|
+
<path class="cls-4" d="M60.35,67.71h1.4c-.06.34-.35.59-.7.59s-.64-.25-.7-.59Z"/>
|
|
33
|
+
</g>
|
|
34
|
+
<path class="cls-3" d="M67.39,57.98c-1.61-1.81-3.92-2.85-6.35-2.85-2.08,0-4.08.76-5.64,2.14-2.68,2.38-3.49,6.1-2.32,9.28-6.51,2.61-13.64,3.32-20.69,1.98-9.74-1.86-18.17-7.4-23.74-15.59C2.63,44.05.74,33,3.48,22.61c.16-.6-.2-1.22-.8-1.37-.6-.16-1.22.2-1.37.8-2.9,11.02-.9,22.74,5.5,32.16,5.91,8.7,14.85,14.57,25.17,16.54,2.49.47,4.98.71,7.46.71,5.06,0,10.03-.99,14.7-2.9.17.24.36.48.56.71,1.61,1.81,3.92,2.85,6.35,2.85,2.08,0,4.08-.76,5.63-2.14,1.69-1.51,2.7-3.58,2.84-5.84.13-2.26-.62-4.44-2.13-6.14ZM66.1,67.39c-.25.34-.54.65-.86.94-.28.25-.58.47-.89.66-.03.02-.06.04-.08.05-.3.18-.61.32-.92.44-.05.02-.09.04-.14.05-.31.11-.63.2-.95.26-.05.01-.11.02-.16.03-.32.05-.64.08-.97.09-.08,0-.16,0-.24,0-.12,0-.23,0-.35-.02-.09,0-.19-.02-.28-.03-.12-.01-.23-.03-.35-.05-.09-.02-.18-.04-.28-.06-.11-.03-.23-.06-.34-.09-.09-.03-.18-.05-.27-.08-.11-.04-.22-.08-.33-.13-.09-.03-.17-.07-.26-.11-.11-.05-.22-.11-.33-.17-.08-.04-.16-.08-.24-.13-.11-.07-.22-.14-.33-.21-.07-.05-.14-.09-.21-.14-.12-.09-.23-.18-.34-.28-.06-.05-.11-.09-.17-.14-.16-.15-.32-.31-.47-.48-1.3-1.46-1.79-3.36-1.51-5.16.03-.2.07-.4.12-.59.3-1.18.94-2.28,1.92-3.14,0,0,0,0,0,0,.28-.25.58-.47.89-.66.03-.02.06-.04.09-.06.3-.18.61-.32.92-.44.05-.02.09-.04.14-.05.31-.11.63-.2.95-.26.05-.01.11-.02.16-.03.32-.05.64-.08.97-.09.08,0,.16,0,.24,0,.12,0,.23,0,.35.02.09,0,.19.02.28.03.12.01.23.03.35.05.09.02.18.04.28.06.11.03.23.06.34.09.09.03.18.05.27.08.11.04.22.08.33.13.09.03.17.07.26.11.11.05.22.11.33.16.08.04.16.08.24.13.11.07.22.14.33.21.07.05.14.09.21.14.12.09.23.18.34.28.06.05.11.09.17.14.16.15.32.31.47.48,1.01,1.14,1.53,2.54,1.59,3.95.05,1.41-.37,2.83-1.25,4Z"/>
|
|
35
|
+
<g>
|
|
36
|
+
<path id="Puzzle" class="cls-1" d="M47.94,26c1.46-.17,2.93.19,4.13,1.01.66.45,1.38.69,2.07.69h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-1.06.95-1.67,2.31-1.67,3.74,0,1.04.32,2.04.92,2.89.54.76.82,1.7.82,2.72,0,.91-.74,1.65-1.65,1.65h-7.48c-.79,0-1.43.64-1.43,1.43v7.48c0,.91-.74,1.65-1.65,1.65h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-2.29.26-4.14,2.12-4.39,4.41-.16,1.45.28,2.84,1.25,3.92.95,1.06,2.31,1.67,3.74,1.67,1.04,0,2.04-.32,2.89-.92.76-.54,1.61-.82,2.46-.82h.26c.91,0,1.65.74,1.65,1.65v7.48c0,.79.64,1.43,1.43,1.43h7.48c.91,0,1.65.74,1.65,1.65v.12c0,.91-.3,1.84-.87,2.67-.69,1-.97,2.18-.83,3.41.26,2.29,2.12,4.14,4.41,4.39,1.45.16,2.84-.28,3.92-1.25,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72,0-.91.74-1.65,1.65-1.65h7.48c.79,0,1.43-.64,1.43-1.43v-7.48c0-.32-.26-.58-.58-.58-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.31-2.78,2.55-5.03,5.33-5.35Z"/>
|
|
37
|
+
<g>
|
|
38
|
+
<path class="cls-4" d="M18.56,27.92c1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-1.45.17-2.72.98-3.53,2.13.75-.68,1.7-1.15,2.76-1.27Z"/>
|
|
39
|
+
<path class="cls-4" d="M27.83,19.07h7.48c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-7.48c-.63,0-1.16.41-1.35.98.18-.08.37-.12.58-.12Z"/>
|
|
40
|
+
<path class="cls-4" d="M54.26,36.38c-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.12-1.06.52-2.05,1.13-2.88-1.03.97-1.74,2.27-1.9,3.74-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.16-.03.3-.08.44.5-.22.85-.72.85-1.3v-7.48c0-.32-.26-.58-.58-.58Z"/>
|
|
41
|
+
<path class="cls-4" d="M44.28,47.52c0-.21.04-.41.12-.59-.52.28-.89.82-.89,1.45,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89s-.33,2.06-.93,2.9c.01,0,.02-.01.03-.02,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72Z"/>
|
|
42
|
+
<path class="cls-4" d="M53.41,18.21h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-.28.25-.52.53-.74.83,1.07-.94,2.45-1.38,3.88-1.22,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.2s.05,0,.07,0h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43Z"/>
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
</g>
|
|
46
|
+
<g>
|
|
47
|
+
<path class="cls-4" d="M88.53,32.66v-.09c0-9.03,6.81-16.43,16.57-16.43,5.99,0,9.58,2,12.53,4.9l-4.45,5.13c-2.45-2.22-4.95-3.59-8.13-3.59-5.36,0-9.21,4.45-9.21,9.9v.09c0,5.45,3.77,9.99,9.21,9.99,3.63,0,5.86-1.45,8.35-3.72l4.45,4.49c-3.27,3.5-6.9,5.67-13.03,5.67-9.35,0-16.3-7.22-16.3-16.34Z"/>
|
|
48
|
+
<path class="cls-4" d="M121.9,15.32h6.9v33.14h-6.9V15.32Z"/>
|
|
49
|
+
<path class="cls-4" d="M133.98,39.88v-15.75h6.9v13.57c0,3.27,1.54,4.95,4.18,4.95s4.31-1.68,4.31-4.95v-13.57h6.9v24.33h-6.9v-3.45c-1.59,2.04-3.63,3.9-7.13,3.9-5.22,0-8.26-3.45-8.26-9.03Z"/>
|
|
50
|
+
<path class="cls-4" d="M160.13,36.43v-.09c0-6.95,4.95-12.67,12.03-12.67,8.13,0,11.85,6.31,11.85,13.21,0,.54-.04,1.18-.09,1.82h-16.93c.68,3.13,2.86,4.77,5.95,4.77,2.32,0,4-.73,5.9-2.5l3.95,3.5c-2.27,2.81-5.54,4.54-9.94,4.54-7.31,0-12.71-5.13-12.71-12.57ZM177.29,34.39c-.41-3.09-2.22-5.18-5.13-5.18s-4.72,2.04-5.27,5.18h10.4Z"/>
|
|
51
|
+
</g>
|
|
52
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64.08 64.08">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: url(#radial-gradient);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-3 {
|
|
14
|
+
fill: #bcbcbc;
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
<radialGradient id="radial-gradient" cx="32.04" cy="32.04" fx="32.04" fy="32.04" r="32.04" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0" stop-color="#b1c6e9"/>
|
|
19
|
+
<stop offset="1" stop-color="#7da1db"/>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
<circle class="cls-2" cx="32.04" cy="32.04" r="32.04"/>
|
|
23
|
+
<g>
|
|
24
|
+
<path id="Puzzle" class="cls-1" d="M41.1,26c1.46-.17,2.93.19,4.13,1.01.66.45,1.38.69,2.07.69h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-1.06.95-1.67,2.31-1.67,3.74,0,1.04.32,2.04.92,2.89.54.76.82,1.7.82,2.72,0,.91-.74,1.65-1.65,1.65h-7.48c-.79,0-1.43.64-1.43,1.43v7.48c0,.91-.74,1.65-1.65,1.65h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-2.29.26-4.14,2.12-4.39,4.41-.16,1.45.28,2.84,1.25,3.92.95,1.06,2.31,1.67,3.74,1.67,1.04,0,2.04-.32,2.89-.92.76-.54,1.61-.82,2.46-.82h.26c.91,0,1.65.74,1.65,1.65v7.48c0,.79.64,1.43,1.43,1.43h7.48c.91,0,1.65.74,1.65,1.65v.12c0,.91-.3,1.84-.87,2.67-.69,1-.97,2.18-.83,3.41.26,2.29,2.12,4.14,4.41,4.39,1.45.16,2.84-.28,3.92-1.25,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72,0-.91.74-1.65,1.65-1.65h7.48c.79,0,1.43-.64,1.43-1.43v-7.48c0-.32-.26-.58-.58-.58-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.31-2.78,2.55-5.03,5.33-5.35Z"/>
|
|
25
|
+
<g>
|
|
26
|
+
<path class="cls-3" d="M11.72,27.92c1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-1.45.17-2.72.98-3.53,2.13.75-.68,1.7-1.15,2.76-1.27Z"/>
|
|
27
|
+
<path class="cls-3" d="M20.99,19.07h7.48c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-7.48c-.63,0-1.16.41-1.35.98.18-.08.37-.12.58-.12Z"/>
|
|
28
|
+
<path class="cls-3" d="M47.42,36.38c-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.12-1.06.52-2.05,1.13-2.88-1.03.97-1.74,2.27-1.9,3.74-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.16-.03.3-.08.44.5-.22.85-.72.85-1.3v-7.48c0-.32-.26-.58-.58-.58Z"/>
|
|
29
|
+
<path class="cls-3" d="M37.45,47.52c0-.21.04-.41.12-.59-.52.28-.89.82-.89,1.45,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89s-.33,2.06-.93,2.9c.01,0,.02-.01.03-.02,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72Z"/>
|
|
30
|
+
<path class="cls-3" d="M46.58,18.21h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-.28.25-.52.53-.74.83,1.07-.94,2.45-1.38,3.88-1.22,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.2s.05,0,.07,0h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43Z"/>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
</svg>
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70.92 72.11">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: #fff;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: url(#radial-gradient);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-3 {
|
|
14
|
+
fill: #7da1db;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-4 {
|
|
18
|
+
fill: #bcbcbc;
|
|
19
|
+
}
|
|
20
|
+
</style>
|
|
21
|
+
<radialGradient id="radial-gradient" cx="38.88" cy="32.04" fx="38.88" fy="32.04" r="32.04" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop offset="0" stop-color="#b1c6e9"/>
|
|
23
|
+
<stop offset="1" stop-color="#7da1db"/>
|
|
24
|
+
</radialGradient>
|
|
25
|
+
</defs>
|
|
26
|
+
<path class="cls-2" d="M54.11,55.81c1.91-1.7,4.38-2.64,6.94-2.64h0c.59,0,1.18.06,1.76.16,5.04-5.66,8.11-13.12,8.11-21.29C70.92,14.34,56.57,0,38.88,0S6.84,14.34,6.84,32.04s14.34,32.04,32.04,32.04c4.21,0,8.22-.82,11.9-2.29.4-2.23,1.51-4.36,3.33-5.98Z"/>
|
|
27
|
+
<g>
|
|
28
|
+
<path class="cls-4" d="M58.76,64.46c-.63-.63-.95-1.46-.95-2.29s.32-1.65.95-2.29c.63-.63,1.46-.95,2.29-.95s1.65.32,2.29.95c.63.63.95,1.46.95,2.29s-.32,1.65-.95,2.29l-1.07,1.07h-.34v-3.94c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2s.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v2.87l.41-.41c.52-.52.78-1.19.78-1.87s-.26-1.35-.78-1.87c-.52-.52-1.19-.78-1.87-.78s-1.35.26-1.87.78c-.52.52-.78,1.19-.78,1.87s.26,1.35.78,1.87l.41.41v-.58c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2s.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v1.66h-.34l-1.07-1.07h0ZM62.37,60.81h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0ZM60.03,63.1h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0ZM61.05,61.42c.19,0,.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v2.8h-.59v-2.8c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2ZM61.2,61.95h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0Z"/>
|
|
29
|
+
<path class="cls-4" d="M59.79,65.91h2.52c.17,0,.3.13.3.3h0c0,.16-.14.3-.3.3h-2.52c-.17,0-.3-.13-.3-.3h0c0-.16.14-.3.3-.3Z"/>
|
|
30
|
+
<path class="cls-4" d="M59.96,66.8h2.17c.14,0,.26.13.26.3h0c0,.16-.12.3-.26.3h-2.17c-.14,0-.26-.13-.26-.3h0c0-.16.12-.3.26-.3Z"/>
|
|
31
|
+
<path class="cls-4" d="M60.35,67.71h1.4c-.06.34-.35.59-.7.59s-.64-.25-.7-.59Z"/>
|
|
32
|
+
</g>
|
|
33
|
+
<path class="cls-3" d="M67.39,57.98c-1.61-1.81-3.92-2.85-6.35-2.85-2.08,0-4.08.76-5.64,2.14-2.68,2.38-3.49,6.1-2.32,9.28-6.51,2.61-13.64,3.32-20.69,1.98-9.74-1.86-18.17-7.4-23.74-15.59C2.63,44.05.74,33,3.48,22.61c.16-.6-.2-1.22-.8-1.37-.6-.16-1.22.2-1.37.8-2.9,11.02-.9,22.74,5.5,32.16,5.91,8.7,14.85,14.57,25.17,16.54,2.49.47,4.98.71,7.46.71,5.06,0,10.03-.99,14.7-2.9.17.24.36.48.56.71,1.61,1.81,3.92,2.85,6.35,2.85,2.08,0,4.08-.76,5.63-2.14,1.69-1.51,2.7-3.58,2.84-5.84.13-2.26-.62-4.44-2.13-6.14ZM66.1,67.39c-.25.34-.54.65-.86.94-.28.25-.58.47-.89.66-.03.02-.06.04-.08.05-.3.18-.61.32-.92.44-.05.02-.09.04-.14.05-.31.11-.63.2-.95.26-.05.01-.11.02-.16.03-.32.05-.64.08-.97.09-.08,0-.16,0-.24,0-.12,0-.23,0-.35-.02-.09,0-.19-.02-.28-.03-.12-.01-.23-.03-.35-.05-.09-.02-.18-.04-.28-.06-.11-.03-.23-.06-.34-.09-.09-.03-.18-.05-.27-.08-.11-.04-.22-.08-.33-.13-.09-.03-.17-.07-.26-.11-.11-.05-.22-.11-.33-.17-.08-.04-.16-.08-.24-.13-.11-.07-.22-.14-.33-.21-.07-.05-.14-.09-.21-.14-.12-.09-.23-.18-.34-.28-.06-.05-.11-.09-.17-.14-.16-.15-.32-.31-.47-.48-1.3-1.46-1.79-3.36-1.51-5.16.03-.2.07-.4.12-.59.3-1.18.94-2.28,1.92-3.14,0,0,0,0,0,0,.28-.25.58-.47.89-.66.03-.02.06-.04.09-.06.3-.18.61-.32.92-.44.05-.02.09-.04.14-.05.31-.11.63-.2.95-.26.05-.01.11-.02.16-.03.32-.05.64-.08.97-.09.08,0,.16,0,.24,0,.12,0,.23,0,.35.02.09,0,.19.02.28.03.12.01.23.03.35.05.09.02.18.04.28.06.11.03.23.06.34.09.09.03.18.05.27.08.11.04.22.08.33.13.09.03.17.07.26.11.11.05.22.11.33.16.08.04.16.08.24.13.11.07.22.14.33.21.07.05.14.09.21.14.12.09.23.18.34.28.06.05.11.09.17.14.16.15.32.31.47.48,1.01,1.14,1.53,2.54,1.59,3.95.05,1.41-.37,2.83-1.25,4Z"/>
|
|
34
|
+
<g>
|
|
35
|
+
<path id="Puzzle" class="cls-1" d="M47.94,26c1.46-.17,2.93.19,4.13,1.01.66.45,1.38.69,2.07.69h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-1.06.95-1.67,2.31-1.67,3.74,0,1.04.32,2.04.92,2.89.54.76.82,1.7.82,2.72,0,.91-.74,1.65-1.65,1.65h-7.48c-.79,0-1.43.64-1.43,1.43v7.48c0,.91-.74,1.65-1.65,1.65h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-2.29.26-4.14,2.12-4.39,4.41-.16,1.45.28,2.84,1.25,3.92.95,1.06,2.31,1.67,3.74,1.67,1.04,0,2.04-.32,2.89-.92.76-.54,1.61-.82,2.46-.82h.26c.91,0,1.65.74,1.65,1.65v7.48c0,.79.64,1.43,1.43,1.43h7.48c.91,0,1.65.74,1.65,1.65v.12c0,.91-.3,1.84-.87,2.67-.69,1-.97,2.18-.83,3.41.26,2.29,2.12,4.14,4.41,4.39,1.45.16,2.84-.28,3.92-1.25,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72,0-.91.74-1.65,1.65-1.65h7.48c.79,0,1.43-.64,1.43-1.43v-7.48c0-.32-.26-.58-.58-.58-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.31-2.78,2.55-5.03,5.33-5.35Z"/>
|
|
36
|
+
<g>
|
|
37
|
+
<path class="cls-4" d="M18.56,27.92c1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-1.45.17-2.72.98-3.53,2.13.75-.68,1.7-1.15,2.76-1.27Z"/>
|
|
38
|
+
<path class="cls-4" d="M27.83,19.07h7.48c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-7.48c-.63,0-1.16.41-1.35.98.18-.08.37-.12.58-.12Z"/>
|
|
39
|
+
<path class="cls-4" d="M54.26,36.38c-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.12-1.06.52-2.05,1.13-2.88-1.03.97-1.74,2.27-1.9,3.74-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.16-.03.3-.08.44.5-.22.85-.72.85-1.3v-7.48c0-.32-.26-.58-.58-.58Z"/>
|
|
40
|
+
<path class="cls-4" d="M44.28,47.52c0-.21.04-.41.12-.59-.52.28-.89.82-.89,1.45,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89s-.33,2.06-.93,2.9c.01,0,.02-.01.03-.02,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72Z"/>
|
|
41
|
+
<path class="cls-4" d="M53.41,18.21h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-.28.25-.52.53-.74.83,1.07-.94,2.45-1.38,3.88-1.22,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.2s.05,0,.07,0h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43Z"/>
|
|
42
|
+
</g>
|
|
43
|
+
</g>
|
|
44
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64.08 64.08">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: url(#radial-gradient);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: #bcbcbc;
|
|
11
|
+
}
|
|
12
|
+
</style>
|
|
13
|
+
<radialGradient id="radial-gradient" cx="32.04" cy="32.04" fx="32.04" fy="32.04" r="32.04" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop offset="0" stop-color="#b1c6e9"/>
|
|
15
|
+
<stop offset="1" stop-color="#7da1db"/>
|
|
16
|
+
</radialGradient>
|
|
17
|
+
</defs>
|
|
18
|
+
<path class="cls-1" d="M32.04,0C14.34,0,0,14.34,0,32.04s14.34,32.04,32.04,32.04,32.04-14.34,32.04-32.04S49.74,0,32.04,0ZM48,27.12c0,.32-.26.58-.58.58h-.12c-.7,0-1.42-.24-2.07-.69-1.2-.82-2.67-1.18-4.13-1.01-2.78.32-5.02,2.57-5.33,5.35-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.79-.64,1.43-1.43,1.43h-7.48c-.91,0-1.65.74-1.65,1.65,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89,0,1.42-.61,2.79-1.67,3.74-1.08.96-2.47,1.41-3.92,1.25-2.29-.25-4.15-2.1-4.41-4.39-.14-1.22.15-2.4.83-3.41.57-.84.87-1.76.87-2.67v-.12c0-.91-.74-1.65-1.65-1.65h-7.48c-.79,0-1.43-.64-1.43-1.43v-7.48c0-.91-.74-1.65-1.65-1.65h-.26c-.85,0-1.7.28-2.46.82-.85.6-1.85.92-2.89.92-1.42,0-2.79-.61-3.74-1.67-.96-1.08-1.41-2.47-1.25-3.92.25-2.29,2.1-4.15,4.39-4.41,1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.91,0,1.65-.74,1.65-1.65v-7.48c0-.79.64-1.43,1.43-1.43h7.48c.91,0,1.65-.74,1.65-1.65,0-1.02-.28-1.96-.82-2.72-.6-.85-.92-1.85-.92-2.89,0-1.42.61-2.79,1.67-3.74,1.08-.96,2.47-1.41,3.92-1.25,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.48Z"/>
|
|
19
|
+
<g>
|
|
20
|
+
<path class="cls-2" d="M11.72,27.92c1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-1.45.17-2.72.98-3.53,2.13.75-.68,1.7-1.15,2.76-1.27Z"/>
|
|
21
|
+
<path class="cls-2" d="M20.99,19.07h7.48c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-7.48c-.63,0-1.16.41-1.35.98.18-.08.37-.12.58-.12Z"/>
|
|
22
|
+
<path class="cls-2" d="M47.42,36.38c-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.12-1.06.52-2.05,1.13-2.88-1.03.97-1.74,2.27-1.9,3.74-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.16-.03.3-.08.44.5-.22.85-.72.85-1.3v-7.48c0-.32-.26-.58-.58-.58Z"/>
|
|
23
|
+
<path class="cls-2" d="M37.45,47.52c0-.21.04-.41.12-.59-.52.28-.89.82-.89,1.45,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89s-.33,2.06-.93,2.9c.01,0,.02-.01.03-.02,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72Z"/>
|
|
24
|
+
<path class="cls-2" d="M46.58,18.21h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-.28.25-.52.53-.74.83,1.07-.94,2.45-1.38,3.88-1.22,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.2s.05,0,.07,0h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43Z"/>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="artwork" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70.92 72.11">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: url(#radial-gradient);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-2 {
|
|
10
|
+
fill: #7da1db;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-3 {
|
|
14
|
+
fill: #bcbcbc;
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
<radialGradient id="radial-gradient" cx="38.88" cy="32.04" fx="38.88" fy="32.04" r="32.04" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop offset="0" stop-color="#b1c6e9"/>
|
|
19
|
+
<stop offset="1" stop-color="#7da1db"/>
|
|
20
|
+
</radialGradient>
|
|
21
|
+
</defs>
|
|
22
|
+
<g>
|
|
23
|
+
<path class="cls-3" d="M58.76,64.46c-.63-.63-.95-1.46-.95-2.29s.32-1.65.95-2.29c.63-.63,1.46-.95,2.29-.95s1.65.32,2.29.95c.63.63.95,1.46.95,2.29s-.32,1.65-.95,2.29l-1.07,1.07h-.34v-3.94c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2s.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v2.87l.41-.41c.52-.52.78-1.19.78-1.87s-.26-1.35-.78-1.87c-.52-.52-1.19-.78-1.87-.78s-1.35.26-1.87.78c-.52.52-.78,1.19-.78,1.87s.26,1.35.78,1.87l.41.41v-.58c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2s.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v1.66h-.34l-1.07-1.07h0ZM62.37,60.81h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0ZM60.03,63.1h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0ZM61.05,61.42c.19,0,.36.08.48.2h0c.12.12.2.3.2.48s-.08.36-.2.48c-.06.06-.12.1-.19.13v2.8h-.59v-2.8c-.07-.03-.14-.08-.19-.13h0c-.12-.12-.2-.3-.2-.48s.08-.36.2-.48h0c.12-.12.29-.2.48-.2ZM61.2,61.95h0s-.09-.06-.15-.06-.11.02-.15.06c-.04.04-.06.09-.06.15s.02.11.06.15h0s.09.06.15.06.11-.02.15-.06c.04-.04.06-.09.06-.15s-.02-.11-.06-.15h0Z"/>
|
|
24
|
+
<path class="cls-3" d="M59.79,65.91h2.52c.17,0,.3.13.3.3h0c0,.16-.14.3-.3.3h-2.52c-.17,0-.3-.13-.3-.3h0c0-.16.14-.3.3-.3Z"/>
|
|
25
|
+
<path class="cls-3" d="M59.97,66.8h2.17c.14,0,.26.13.26.3h0c0,.16-.12.3-.26.3h-2.17c-.14,0-.26-.13-.26-.3h0c0-.16.12-.3.26-.3Z"/>
|
|
26
|
+
<path class="cls-3" d="M60.35,67.71h1.4c-.06.34-.35.59-.7.59s-.64-.25-.7-.59Z"/>
|
|
27
|
+
</g>
|
|
28
|
+
<path class="cls-2" d="M67.39,57.98c-1.61-1.81-3.92-2.85-6.35-2.85-2.08,0-4.08.76-5.64,2.14-2.68,2.38-3.49,6.1-2.32,9.28-6.51,2.61-13.64,3.32-20.69,1.98-9.74-1.86-18.17-7.4-23.74-15.59C2.63,44.05.74,33,3.48,22.61c.16-.6-.2-1.22-.8-1.37-.6-.16-1.22.2-1.37.8-2.9,11.02-.9,22.74,5.5,32.16,5.91,8.7,14.85,14.57,25.17,16.54,2.49.47,4.98.71,7.46.71,5.06,0,10.03-.99,14.7-2.9.17.24.36.48.56.71,1.61,1.81,3.92,2.85,6.35,2.85,2.08,0,4.08-.76,5.63-2.14,1.69-1.51,2.7-3.58,2.84-5.84.13-2.26-.62-4.44-2.13-6.14ZM66.1,67.39c-.25.34-.54.65-.86.94-.28.25-.58.47-.89.66-.03.02-.06.04-.08.05-.3.18-.61.32-.92.44-.05.02-.09.04-.14.05-.31.11-.63.2-.95.26-.05.01-.11.02-.16.03-.32.05-.64.08-.97.09-.08,0-.16,0-.24,0-.12,0-.23,0-.35-.02-.09,0-.19-.02-.28-.03-.12-.01-.23-.03-.35-.05-.09-.02-.18-.04-.28-.06-.11-.03-.23-.06-.34-.09-.09-.03-.18-.05-.27-.08-.11-.04-.22-.08-.33-.13-.09-.03-.17-.07-.26-.11-.11-.05-.22-.11-.33-.17-.08-.04-.16-.08-.24-.13-.11-.07-.22-.14-.33-.21-.07-.05-.14-.09-.21-.14-.12-.09-.23-.18-.34-.28-.06-.05-.11-.09-.17-.14-.16-.15-.32-.31-.47-.48-1.3-1.46-1.79-3.36-1.51-5.16.03-.2.07-.4.12-.59.3-1.18.94-2.28,1.92-3.14,0,0,0,0,0,0,.28-.25.58-.47.89-.66.03-.02.06-.04.09-.06.3-.18.61-.32.92-.44.05-.02.09-.04.14-.05.31-.11.63-.2.95-.26.05-.01.11-.02.16-.03.32-.05.64-.08.97-.09.08,0,.16,0,.24,0,.12,0,.23,0,.35.02.09,0,.19.02.28.03.12.01.23.03.35.05.09.02.18.04.28.06.11.03.23.06.34.09.09.03.18.05.27.08.11.04.22.08.33.13.09.03.17.07.26.11.11.05.22.11.33.16.08.04.16.08.24.13.11.07.22.14.33.21.07.05.14.09.21.14.12.09.23.18.34.28.06.05.11.09.17.14.16.15.32.31.47.48,1.01,1.14,1.53,2.54,1.59,3.95.05,1.41-.37,2.83-1.25,4Z"/>
|
|
29
|
+
<path class="cls-1" d="M38.88,0C21.18,0,6.84,14.34,6.84,32.04s14.34,32.04,32.04,32.04c4.21,0,8.22-.82,11.9-2.29.4-2.23,1.51-4.36,3.33-5.98,1.91-1.7,4.38-2.64,6.94-2.64h0c.59,0,1.18.06,1.76.16,5.04-5.66,8.11-13.12,8.11-21.29C70.92,14.34,56.57,0,38.88,0ZM54.84,27.12c0,.32-.26.58-.58.58h-.12c-.7,0-1.42-.24-2.07-.69-1.2-.82-2.67-1.18-4.13-1.01-2.78.32-5.02,2.57-5.33,5.35-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.79-.64,1.43-1.43,1.43h-7.48c-.91,0-1.65.74-1.65,1.65,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89,0,1.42-.61,2.79-1.67,3.74-1.08.96-2.47,1.41-3.92,1.25-2.29-.25-4.15-2.1-4.41-4.39-.14-1.22.15-2.4.83-3.41.57-.84.87-1.76.87-2.67v-.12c0-.91-.74-1.65-1.65-1.65h-7.48c-.79,0-1.43-.64-1.43-1.43v-7.48c0-.91-.74-1.65-1.65-1.65h-.26c-.85,0-1.7.28-2.46.82-.85.6-1.85.92-2.89.92-1.42,0-2.79-.61-3.74-1.67-.96-1.08-1.41-2.47-1.25-3.92.25-2.29,2.1-4.15,4.39-4.41,1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.91,0,1.65-.74,1.65-1.65v-7.48c0-.79.64-1.43,1.43-1.43h7.48c.91,0,1.65-.74,1.65-1.65,0-1.02-.28-1.96-.82-2.72-.6-.85-.92-1.85-.92-2.89,0-1.42.61-2.79,1.67-3.74,1.08-.96,2.47-1.41,3.92-1.25,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.48Z"/>
|
|
30
|
+
<g>
|
|
31
|
+
<path class="cls-3" d="M18.56,27.92c1.22-.14,2.4.15,3.41.83.84.57,1.76.87,2.67.87h.12c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-.12c-.91,0-1.84-.3-2.67-.87-1.01-.69-2.18-.97-3.41-.83-1.45.17-2.72.98-3.53,2.13.75-.68,1.7-1.15,2.76-1.27Z"/>
|
|
32
|
+
<path class="cls-3" d="M27.83,19.07h7.48c.7,0,1.29-.44,1.53-1.05-.23.12-.49.2-.76.2h-7.48c-.63,0-1.16.41-1.35.98.18-.08.37-.12.58-.12Z"/>
|
|
33
|
+
<path class="cls-3" d="M54.26,36.38c-.8,0-1.52.22-2.1.63-1.03.73-2.24,1.12-3.5,1.12-1.73,0-3.38-.74-4.53-2.02-1.15-1.29-1.7-3.01-1.51-4.74.12-1.06.52-2.05,1.13-2.88-1.03.97-1.74,2.27-1.9,3.74-.19,1.73.36,3.46,1.51,4.74,1.15,1.29,2.8,2.02,4.53,2.02,1.26,0,2.47-.39,3.5-1.12.58-.41,1.3-.63,2.1-.63.32,0,.58.26.58.58v7.48c0,.16-.03.3-.08.44.5-.22.85-.72.85-1.3v-7.48c0-.32-.26-.58-.58-.58Z"/>
|
|
34
|
+
<path class="cls-3" d="M44.28,47.52c0-.21.04-.41.12-.59-.52.28-.89.82-.89,1.45,0,1.02.28,1.96.82,2.72.6.85.92,1.85.92,2.89s-.33,2.06-.93,2.9c.01,0,.02-.01.03-.02,1.06-.95,1.67-2.31,1.67-3.74,0-1.04-.32-2.04-.92-2.89-.54-.76-.82-1.7-.82-2.72Z"/>
|
|
35
|
+
<path class="cls-3" d="M53.41,18.21h-7.48c-.91,0-1.65-.74-1.65-1.65v-.12c0-.91.3-1.84.87-2.67.69-1.01.97-2.18.83-3.41-.26-2.29-2.12-4.14-4.41-4.39-1.45-.16-2.84.28-3.92,1.25-.28.25-.52.53-.74.83,1.07-.94,2.45-1.38,3.88-1.22,2.29.25,4.15,2.1,4.41,4.39.14,1.22-.15,2.4-.83,3.41-.57.84-.87,1.76-.87,2.67v.12c0,.91.74,1.65,1.65,1.65h7.48c.79,0,1.43.64,1.43,1.43v7.2s.05,0,.07,0h.12c.32,0,.58-.26.58-.58v-7.48c0-.79-.64-1.43-1.43-1.43Z"/>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|