@cccsaurora/clue-ui 1.2.4-patch.275 → 1.2.5-dev.298
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-D6gYuFRR.js +5970 -0
- package/AnnotationDetails-Zx4pjBiN.js +175 -0
- package/AnnotationPreview-Dmz7taAU.js +188 -0
- package/ClueEnrichContext-CJEJxrgs.js +541 -0
- package/FlexOne-BSYAhhtG.js +9 -0
- package/_MapCache-WmuDdwuH.js +222 -0
- package/_Uint8Array-B7JqpgFX.js +128 -0
- package/_baseAssignValue-CGTuELqU.js +25 -0
- package/_baseClone-CkNrTyhm.js +283 -0
- package/_baseExtremum-kob8QXyt.js +18 -0
- package/_baseFlatten-jIR_sN_-.js +92 -0
- package/_baseGet-Bx3A4Qfp.js +108 -0
- package/_baseIsEqual-C5OTWzTk.js +208 -0
- package/_baseIteratee-avi7MX2o.js +126 -0
- package/_baseSlice-GAv_YFTT.js +20 -0
- package/_baseSum-D0WC1dN0.js +13 -0
- package/_baseUniq-BI9GIHMF.js +115 -0
- package/_commonjsHelpers-DWwsNxpa.js +8 -0
- package/_createAggregator-QD8MzKwe.js +63 -0
- package/_getPrototype-CU0j_POw.js +5 -0
- package/_getTag-Ckxxfr88.js +126 -0
- package/_isIterateeCall-Ds3sw2SF.js +17 -0
- package/_setToArray-CaPKQhcz.js +33 -0
- package/cloneDeep-DJrLSw8W.js +8 -0
- package/components/AnnotationBody.js +49 -35
- package/components/AnnotationDetailPopover.js +36 -30
- package/components/AnnotationDetails.js +7 -7
- package/components/AnnotationEntry.js +35 -35
- package/components/AnnotationPreview.js +5 -5
- package/components/ClassificationChip.js +44 -23
- package/components/CountBadge.js +31 -26
- package/components/EnrichedCard.js +110 -97
- package/components/EnrichedChip.js +130 -105
- package/components/EnrichedTypography.js +133 -107
- package/components/ErrorBoundary.js +28 -24
- package/components/RetryFailedEnrichments.js +10 -9
- package/components/SourcePicker.js +57 -49
- package/components/actions/ActionForm.js +4 -4
- package/components/actions/ExecutePopover.js +75 -59
- package/components/actions/ResultModal.js +4 -4
- package/components/actions/form/schemaAdapter.js +39 -23
- package/components/actions/formats/FileResult.js +86 -59
- package/components/actions/formats/index.js +21 -10
- package/components/display/graph/ExpandMoreButton.js +10 -10
- package/components/display/graph/elements/NodeCard.js +111 -91
- package/components/display/graph/elements/NodeTag.js +15 -13
- package/components/display/graph/index.js +261 -202
- package/components/display/graph/visualizations/Leaf.js +88 -69
- package/components/display/graph/visualizations/cloud/index.js +98 -81
- package/components/display/graph/visualizations/icons/BaseIcon.js +26 -21
- package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
- package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
- package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
- package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
- package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
- package/components/display/graph/visualizations/icons/index.js +14 -13
- package/components/display/graph/visualizations/panels/NodePanel.js +10 -8
- package/components/display/graph/visualizations/tree/BundleLine.js +108 -81
- package/components/display/graph/visualizations/tree/Triangle.js +13 -13
- package/components/display/graph/visualizations/tree/index.js +408 -306
- package/components/display/icons/Iconified.js +27 -12
- package/components/display/json/index.js +4 -4
- package/components/display/markdown/index.js +8678 -5770
- package/components/enrichment/EnrichPopover.js +54 -46
- package/components/fetchers/Fetcher.js +158 -119
- package/components/fetchers/PreviewModal.js +20 -17
- package/components/fetchers/StatusChip.js +21 -17
- package/components/group/Entry.js +13 -11
- package/components/group/Group.js +13 -10
- package/components/group/GroupControl.js +76 -65
- package/components/stats/QueryStatus.js +43 -33
- package/countBy-c6S3dvSW.js +14 -0
- package/data/event.js +6 -4
- package/database/index.js +2 -2
- package/debounce-bV0h5FC5.js +92 -0
- package/get-DSsNkRQs.js +8 -0
- package/groupBy-xqz-n0Vd.js +14 -0
- package/hooks/ClueActionContext.d.ts +10 -2
- package/hooks/ClueActionContext.js +6 -6
- package/hooks/ClueComponentContext.js +29 -23
- package/hooks/ClueConfigProvider.js +14 -12
- package/hooks/ClueDatabaseContext.js +19 -13
- package/hooks/ClueEnrichContext.js +8 -8
- package/hooks/ClueFetcherContext.js +83 -56
- package/hooks/ClueGroupContext.js +17 -14
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +12 -10
- package/hooks/selectors.js +7 -7
- package/hooks/useActionResult.d.ts +1 -0
- package/hooks/useActionResult.js +3 -3
- package/hooks/useAnnotations.js +47 -31
- package/hooks/useClue.js +6 -4
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +6 -4
- package/hooks/useClueTypeConfig.js +3 -3
- package/hooks/useComparator.js +722 -435
- package/hooks/useErrors.js +22 -18
- package/hooks/useFetcherResult.d.ts +1 -0
- package/hooks/useFetcherResult.js +33 -24
- package/hooks/useMyHighlights.js +66 -36
- package/hooks/useMyLocalStorage.js +66 -37
- package/iconify-CXMreGTg.js +1782 -0
- package/icons/Action.js +66 -49
- package/icons/Assessment.js +85 -69
- package/icons/Context.js +77 -63
- package/icons/Opinion.js +76 -60
- package/icons/iconMap.js +2 -2
- package/identity-CPGTqrE4.js +6 -0
- package/index-AMfoEg_6.js +696 -0
- package/index-B6C2a_Lg.js +1172 -0
- package/index-C12gPw2W.js +17698 -0
- package/index-DCKkHTvx.js +15750 -0
- package/index-JcKyZeoY.js +465 -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/last-CUCl67Im.js +7 -0
- package/main.js +60 -60
- package/maxBy-IKHzFrCS.js +8 -0
- package/package.json +1 -1
- package/sortBy-DfSj8IoJ.js +96 -0
- package/sumBy-D-hb_NY-.js +8 -0
- package/text/Frequency.js +42 -23
- package/toFinite-Bc55msYj.js +16 -0
- package/toNumber-DPxy1FBy.js +39 -0
- package/types/RunningActionData.d.ts +1 -0
- package/types/WithActionData.d.ts +1 -0
- package/useClueTypeConfig-Z1LFp01b.js +3289 -0
- package/utils/chain.js +92 -65
- package/utils/classificationParser.js +519 -256
- package/utils/constants.js +35 -10
- package/utils/graph.js +72 -45
- package/utils/hashUtil.js +7 -7
- package/utils/line.js +131 -81
- package/utils/loggerUtil.js +5 -3
- package/utils/sessionStorage.js +41 -27
- package/utils/time.js +423 -423
- package/utils/utils.js +9 -9
- package/utils/window.js +21 -10
- package/utils-HmNPuoDB.js +199 -0
- package/ActionForm-CwsfB99X.js +0 -4458
- package/AnnotationDetails-Bw2JdtTL.js +0 -160
- package/AnnotationPreview-BO7rVnOP.js +0 -140
- package/ClueEnrichContext-KqRuuWNS.js +0 -418
- package/FlexOne-BXWFOd1T.js +0 -6
- package/_MapCache-BiTi0iqu.js +0 -180
- package/_Uint8Array-BQNOM9Rr.js +0 -101
- package/_baseAssignValue-CNMLQZco.js +0 -20
- package/_baseClone-BnT-6pyM.js +0 -207
- package/_baseExtremum-Ca2EHgy2.js +0 -16
- package/_baseFlatten-Bfr_Molw.js +0 -72
- package/_baseGet-DSZygzyq.js +0 -79
- package/_baseIsEqual-VgvaAFZG.js +0 -147
- package/_baseIteratee-Dbfsw5z8.js +0 -95
- package/_baseSlice-M5RKzt1A.js +0 -10
- package/_baseSum-wEbgNeUs.js +0 -10
- package/_baseUniq-BJcj69PL.js +0 -79
- package/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/_createAggregator-k3TuAnxT.js +0 -53
- package/_getPrototype-Cr1Mk7BC.js +0 -5
- package/_getTag-CK2Sffaq.js +0 -90
- package/_isIterateeCall-DkJP7Rbx.js +0 -13
- package/_setToArray-C7yMOeww.js +0 -29
- package/cloneDeep-CF8TtLHr.js +0 -8
- package/countBy-CdYegFSu.js +0 -8
- package/debounce-DryYcbJ4.js +0 -56
- package/get-CH7kz5Ix.js +0 -8
- package/groupBy-br8xmD2R.js +0 -8
- package/iconify-BBckr5AQ.js +0 -1263
- package/identity-ByMq8VxU.js +0 -6
- package/index-BHAe_V9n.js +0 -12768
- package/index-BK-zfYhR.js +0 -358
- package/index-CA5CUNZO.js +0 -975
- package/index-Dj5C04IX.js +0 -568
- package/index-p5_wX7q1.js +0 -11729
- package/isNil-CjWwlQS3.js +0 -6
- package/isObject-B53jY8Qg.js +0 -7
- package/isObjectLike-BatpeCIi.js +0 -29
- package/isSymbol-C3_SC0Qp.js +0 -8
- package/last-7CdUxN0r.js +0 -7
- package/maxBy-Bc0dYHcO.js +0 -8
- package/sortBy-DY2JBf9n.js +0 -75
- package/sumBy-DuMASLPd.js +0 -8
- package/toFinite-BMy6GObD.js +0 -14
- package/toNumber-YVhnnJv4.js +0 -31
- package/useClueTypeConfig-Ct9Ygter.js +0 -2292
- package/utils-DmwSUrum.js +0 -129
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
const
|
|
7
|
-
bug:
|
|
8
|
-
target:
|
|
9
|
-
host:
|
|
10
|
-
network:
|
|
11
|
-
process:
|
|
12
|
-
}
|
|
1
|
+
import BugIcon from "./BugIcon.js";
|
|
2
|
+
import HostIcon from "./HostIcon.js";
|
|
3
|
+
import NetworkIcon from "./NetworkIcon.js";
|
|
4
|
+
import ProcessIcon from "./ProcessIcon.js";
|
|
5
|
+
import TargetIcon from "./TargetIcon.js";
|
|
6
|
+
const ICON_MAP = {
|
|
7
|
+
bug: BugIcon,
|
|
8
|
+
target: TargetIcon,
|
|
9
|
+
host: HostIcon,
|
|
10
|
+
network: NetworkIcon,
|
|
11
|
+
process: ProcessIcon
|
|
12
|
+
};
|
|
13
|
+
const getIcon = (icon) => ICON_MAP[icon];
|
|
13
14
|
export {
|
|
14
|
-
|
|
15
|
+
getIcon as default
|
|
15
16
|
};
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { Skeleton
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Skeleton } from "@mui/material";
|
|
3
|
+
import NodeCard from "../../elements/NodeCard.js";
|
|
4
|
+
const NodePanel = ({ selectedNodeIds, findNode }) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6
|
+
selectedNodeIds.map((selectedNodeId) => findNode(selectedNodeId)).filter((node) => !!node).map((node) => /* @__PURE__ */ jsx(NodeCard, { node }, node.id)),
|
|
7
|
+
selectedNodeIds.length < 1 && /* @__PURE__ */ jsx(Skeleton, { variant: "rounded", height: 150 })
|
|
8
|
+
] });
|
|
9
|
+
};
|
|
8
10
|
export {
|
|
9
|
-
|
|
11
|
+
NodePanel as default
|
|
10
12
|
};
|
|
@@ -1,94 +1,121 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { useTheme
|
|
3
|
-
import { d as
|
|
4
|
-
import { useMyLocalStorageItem
|
|
5
|
-
import { StorageKey
|
|
6
|
-
import { buildHorizontalLine
|
|
7
|
-
import { i as
|
|
8
|
-
import { useMemo
|
|
9
|
-
import { cyrb53
|
|
10
|
-
const
|
|
11
|
-
bundle
|
|
12
|
-
linesByLevel
|
|
13
|
-
paddingByLevel
|
|
14
|
-
maxArcRadius
|
|
15
|
-
lineWidth
|
|
16
|
-
linePaddingX
|
|
17
|
-
linePaddingY
|
|
18
|
-
highlightedPath
|
|
19
|
-
nodeLocations
|
|
20
|
-
inputsByNode
|
|
21
|
-
outputsByNode
|
|
22
|
-
lineDirection
|
|
23
|
-
colorTheme
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useTheme } from "@mui/material";
|
|
3
|
+
import { d as d3, S as Spectral } from "../../../../../index-DCKkHTvx.js";
|
|
4
|
+
import { useMyLocalStorageItem } from "../../../../../hooks/useMyLocalStorage.js";
|
|
5
|
+
import { StorageKey } from "../../../../../utils/constants.js";
|
|
6
|
+
import { buildHorizontalLine, buildVerticalLine } from "../../../../../utils/line.js";
|
|
7
|
+
import { i as isNil } from "../../../../../isNil-CIubwp4T.js";
|
|
8
|
+
import { useMemo } from "react";
|
|
9
|
+
import { cyrb53 } from "../../../../../utils/graph.js";
|
|
10
|
+
const BundleLine = ({
|
|
11
|
+
bundle,
|
|
12
|
+
linesByLevel,
|
|
13
|
+
paddingByLevel,
|
|
14
|
+
maxArcRadius,
|
|
15
|
+
lineWidth,
|
|
16
|
+
linePaddingX,
|
|
17
|
+
linePaddingY,
|
|
18
|
+
highlightedPath,
|
|
19
|
+
nodeLocations,
|
|
20
|
+
inputsByNode,
|
|
21
|
+
outputsByNode,
|
|
22
|
+
lineDirection,
|
|
23
|
+
colorTheme
|
|
24
24
|
}) => {
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
() =>
|
|
30
|
-
[
|
|
31
|
-
)
|
|
32
|
-
|
|
33
|
-
[
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
childHeight
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
arcRadius
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
25
|
+
const theme = useTheme();
|
|
26
|
+
const [colorSetting] = useMyLocalStorageItem(StorageKey.COLOR_SCHEME, "Spectral");
|
|
27
|
+
const [forceColorSetting] = useMyLocalStorageItem(StorageKey.FORCE_COLOR_SETTING, "Spectral");
|
|
28
|
+
const colorScheme = useMemo(
|
|
29
|
+
() => forceColorSetting ? colorSetting : colorTheme || colorSetting,
|
|
30
|
+
[colorSetting, colorTheme, forceColorSetting]
|
|
31
|
+
);
|
|
32
|
+
const color = useMemo(
|
|
33
|
+
() => (d3[`interpolate${colorScheme}`] ?? Spectral)(cyrb53(JSON.stringify(bundle))),
|
|
34
|
+
[bundle, colorScheme]
|
|
35
|
+
);
|
|
36
|
+
const opacities = useMemo(
|
|
37
|
+
() => (_bundle) => highlightedPath.size === 0 || _bundle.sources.some((source) => highlightedPath.has(source.id)) && _bundle.destinations.some((destination) => highlightedPath.has(destination.id)) ? 1 : 0.2,
|
|
38
|
+
[highlightedPath]
|
|
39
|
+
);
|
|
40
|
+
const arrows = [];
|
|
41
|
+
const d = bundle.sources.flatMap((source) => {
|
|
42
|
+
const result = bundle.destinations.flatMap((dest) => {
|
|
43
|
+
var _a, _b;
|
|
44
|
+
linesByLevel[dest.level].delete(bundle.id);
|
|
45
|
+
const [parentX, rawParentY] = nodeLocations[source.id];
|
|
46
|
+
const parentY = rawParentY + (((_a = outputsByNode[source.id]) == null ? void 0 : _a.size) ?? 0) * linePaddingY;
|
|
47
|
+
const [childX, rawChildY, childHeight] = nodeLocations[dest.id];
|
|
48
|
+
const childY = rawChildY + (((_b = inputsByNode[dest.id]) == null ? void 0 : _b.size) ?? 0 + +(source.id === dest.id)) * linePaddingY;
|
|
49
|
+
const distanceX = childX - parentX;
|
|
50
|
+
const distanceY = childY - parentY;
|
|
51
|
+
const arcRadius = Math.min(Math.abs(distanceY / 3), maxArcRadius);
|
|
52
|
+
if (lineDirection === "horizontal") {
|
|
53
|
+
return buildHorizontalLine({
|
|
54
|
+
paddingAtLevel: paddingByLevel[dest.level],
|
|
55
|
+
numLines: linesByLevel[dest.level].size,
|
|
56
|
+
nodeLocations,
|
|
57
|
+
dest,
|
|
58
|
+
distanceX,
|
|
59
|
+
distanceY,
|
|
60
|
+
childX,
|
|
61
|
+
childY,
|
|
62
|
+
childHeight,
|
|
63
|
+
parentX,
|
|
64
|
+
parentY,
|
|
65
|
+
linePaddingX,
|
|
66
|
+
arcRadius
|
|
67
|
+
});
|
|
68
|
+
} else {
|
|
69
|
+
return buildVerticalLine({
|
|
70
|
+
paddingAtLevel: paddingByLevel[dest.level],
|
|
71
|
+
numLines: linesByLevel[dest.level].size,
|
|
72
|
+
distanceX,
|
|
73
|
+
distanceY,
|
|
74
|
+
childX,
|
|
75
|
+
childY,
|
|
76
|
+
childHeight,
|
|
77
|
+
parentX,
|
|
78
|
+
parentY,
|
|
79
|
+
linePaddingX,
|
|
80
|
+
arcRadius
|
|
81
|
+
});
|
|
82
|
+
}
|
|
64
83
|
});
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
84
|
+
return result;
|
|
85
|
+
}).join("\n");
|
|
86
|
+
bundle.destinations.forEach((dest) => {
|
|
87
|
+
if (isNil(inputsByNode[dest.id])) {
|
|
88
|
+
inputsByNode[dest.id] = /* @__PURE__ */ new Set();
|
|
89
|
+
}
|
|
90
|
+
inputsByNode[dest.id].add(bundle.id);
|
|
91
|
+
});
|
|
92
|
+
bundle.sources.forEach((source) => {
|
|
93
|
+
if (isNil(outputsByNode[source.id])) {
|
|
94
|
+
outputsByNode[source.id] = /* @__PURE__ */ new Set();
|
|
95
|
+
}
|
|
96
|
+
outputsByNode[source.id].add(bundle.id);
|
|
97
|
+
});
|
|
98
|
+
return /* @__PURE__ */ jsxs("g", { className: "path", style: { opacity: opacities(bundle) }, children: [
|
|
99
|
+
/* @__PURE__ */ jsx(
|
|
73
100
|
"path",
|
|
74
101
|
{
|
|
75
|
-
d
|
|
76
|
-
style: { fill: "none", stroke:
|
|
102
|
+
d,
|
|
103
|
+
style: { fill: "none", stroke: theme.palette.background.paper, strokeWidth: lineWidth + 3 }
|
|
77
104
|
},
|
|
78
|
-
|
|
105
|
+
bundle.id + "-bg"
|
|
79
106
|
),
|
|
80
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ jsx(
|
|
81
108
|
"path",
|
|
82
109
|
{
|
|
83
|
-
d
|
|
84
|
-
strokeWidth:
|
|
85
|
-
style: { fill: "none", stroke:
|
|
110
|
+
d,
|
|
111
|
+
strokeWidth: lineWidth,
|
|
112
|
+
style: { fill: "none", stroke: color, strokeWidth: lineWidth }
|
|
86
113
|
},
|
|
87
|
-
|
|
114
|
+
bundle.id + "-fg"
|
|
88
115
|
),
|
|
89
|
-
|
|
90
|
-
] },
|
|
116
|
+
arrows
|
|
117
|
+
] }, bundle.id);
|
|
91
118
|
};
|
|
92
119
|
export {
|
|
93
|
-
|
|
120
|
+
BundleLine as default
|
|
94
121
|
};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { useTheme
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
return /* @__PURE__ */
|
|
6
|
-
/* @__PURE__ */
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useTheme } from "@mui/material";
|
|
3
|
+
const Triangle = ({ x, y, fill, lineWidth }) => {
|
|
4
|
+
const theme = useTheme();
|
|
5
|
+
return /* @__PURE__ */ jsxs("g", { className: "arrow", children: [
|
|
6
|
+
/* @__PURE__ */ jsx(
|
|
7
7
|
"polygon",
|
|
8
8
|
{
|
|
9
|
-
points: `${
|
|
10
|
-
style: { fill
|
|
11
|
-
stroke:
|
|
9
|
+
points: `${x},${y - 1.5 * lineWidth} ${x - 2 * lineWidth},${y + 1.5 * lineWidth} ${x + 2 * lineWidth},${y + 1.5 * lineWidth}`,
|
|
10
|
+
style: { fill },
|
|
11
|
+
stroke: theme.palette.background.paper,
|
|
12
12
|
strokeWidth: 2
|
|
13
13
|
}
|
|
14
14
|
),
|
|
15
|
-
/* @__PURE__ */
|
|
15
|
+
/* @__PURE__ */ jsx(
|
|
16
16
|
"polygon",
|
|
17
17
|
{
|
|
18
|
-
points: `${
|
|
19
|
-
style: { fill
|
|
18
|
+
points: `${x - lineWidth / 2},${y - 2 * lineWidth} ${x + lineWidth / 2},${y - 2 * lineWidth} ${x + lineWidth / 2},${y + 2 * lineWidth} ${x - lineWidth / 2},${y + 2 * lineWidth}`,
|
|
19
|
+
style: { fill }
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
] });
|
|
23
23
|
};
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
Triangle as default
|
|
26
26
|
};
|