@uipath/apollo-react 3.62.0 → 3.63.0-pr431.329c320
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas/components/CanvasPerformance.stories.cjs +360 -0
- package/dist/canvas/components/CanvasPerformance.stories.d.ts +6 -0
- package/dist/canvas/components/CanvasPerformance.stories.d.ts.map +1 -0
- package/dist/canvas/components/CanvasPerformance.stories.js +323 -0
- package/dist/canvas/components/NodePropertiesPanel/hooks/index.cjs +4 -1
- package/dist/canvas/components/NodePropertiesPanel/hooks/index.d.ts +1 -1
- package/dist/canvas/components/NodePropertiesPanel/hooks/index.d.ts.map +1 -1
- package/dist/canvas/components/NodePropertiesPanel/hooks/index.js +2 -2
- package/dist/canvas/components/NodePropertiesPanel/hooks/useNodeSelection.cjs +27 -6
- package/dist/canvas/components/NodePropertiesPanel/hooks/useNodeSelection.d.ts +3 -0
- package/dist/canvas/components/NodePropertiesPanel/hooks/useNodeSelection.d.ts.map +1 -1
- package/dist/canvas/components/NodePropertiesPanel/hooks/useNodeSelection.js +23 -5
- package/dist/canvas/components/StageNode/DraggableTask.cjs +6 -4
- package/dist/canvas/components/StageNode/DraggableTask.d.ts +1 -1
- package/dist/canvas/components/StageNode/DraggableTask.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/DraggableTask.js +6 -4
- package/dist/canvas/components/StageNode/DraggableTask.types.d.ts +1 -2
- package/dist/canvas/components/StageNode/DraggableTask.types.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/StageEdge.cjs +34 -11
- package/dist/canvas/components/StageNode/StageEdge.d.ts +2 -1
- package/dist/canvas/components/StageNode/StageEdge.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/StageEdge.js +35 -12
- package/dist/canvas/components/StageNode/StageNode.cjs +71 -38
- package/dist/canvas/components/StageNode/StageNode.d.ts +1 -1
- package/dist/canvas/components/StageNode/StageNode.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/StageNode.js +73 -40
- package/dist/canvas/components/StageNode/StageNode.stories.cjs +118 -135
- package/dist/canvas/components/StageNode/StageNode.stories.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/StageNode.stories.js +115 -132
- package/dist/canvas/components/StageNode/StageNode.stories.utils.cjs +42 -0
- package/dist/canvas/components/StageNode/StageNode.stories.utils.d.ts +3 -0
- package/dist/canvas/components/StageNode/StageNode.stories.utils.d.ts.map +1 -0
- package/dist/canvas/components/StageNode/StageNode.stories.utils.js +8 -0
- package/dist/canvas/components/StageNode/StageNode.types.d.ts +9 -1
- package/dist/canvas/components/StageNode/StageNode.types.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/TaskMenu.cjs +13 -15
- package/dist/canvas/components/StageNode/TaskMenu.d.ts +1 -1
- package/dist/canvas/components/StageNode/TaskMenu.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/TaskMenu.js +14 -16
- package/dist/canvas/components/TaskIcon/TaskIcon.styles.cjs +1 -1
- package/dist/canvas/components/TaskIcon/TaskIcon.styles.js +1 -1
- package/dist/canvas/icons/CaseManagementProject.cjs +9 -18
- package/dist/canvas/icons/CaseManagementProject.d.ts.map +1 -1
- package/dist/canvas/icons/CaseManagementProject.js +9 -18
- package/package.json +3 -3
|
@@ -33,31 +33,22 @@ const CaseManagementProject = ({ w = 22, h = 22 })=>/*#__PURE__*/ (0, jsx_runtim
|
|
|
33
33
|
width: w,
|
|
34
34
|
height: h,
|
|
35
35
|
fill: "none",
|
|
36
|
-
viewBox: "0 0
|
|
36
|
+
viewBox: "0 0 24 24",
|
|
37
37
|
children: [
|
|
38
38
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
45
|
-
fill: "currentColor",
|
|
46
|
-
d: "M4.833 12.45a.83.83 0 0 1-.588-.23.73.73 0 0 1-.245-.554V7.353q0-.324.245-.554a.83.83 0 0 1 .588-.23H6.5v-.785q0-.323.245-.554A.83.83 0 0 1 7.333 5H9q.344 0 .589.23a.73.73 0 0 1 .244.554v.784H11.5q.344 0 .588.23a.73.73 0 0 1 .245.555v4.313q0 .323-.245.554a.83.83 0 0 1-.588.23zm0-.784H11.5V7.353H4.833zm2.5-5.098H9v-.784H7.333z"
|
|
39
|
+
d: "M16.466 7.5C15.643 4.237 13.952 2 12 2C9.239 2 7 6.477 7 12C7 17.523 9.239 22 12 22C12.342 22 12.677 21.931 13 21.8",
|
|
40
|
+
stroke: "currentColor",
|
|
41
|
+
"stroke-width": "2",
|
|
42
|
+
"stroke-linecap": "round",
|
|
43
|
+
"stroke-linejoin": "round"
|
|
47
44
|
}),
|
|
48
45
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
49
46
|
fill: "currentColor",
|
|
50
|
-
d: "
|
|
47
|
+
d: "M12 6C14.5294 6 16.8808 6.44759 18.749 7.21973C20.5787 7.976 22.115 9.11858 22.7266 10.624C22.9341 11.1355 22.6881 11.7189 22.1768 11.9268C21.6651 12.1346 21.0809 11.8877 20.873 11.376C20.5574 10.5996 19.6129 9.74145 17.9844 9.06836C16.3939 8.41106 14.3085 8 12 8C9.36011 8 7.01949 8.53756 5.37598 9.35938C3.67279 10.2111 3 11.2024 3 12C3 12.7976 3.67279 13.7889 5.37598 14.6406C7.01949 15.4624 9.36011 16 12 16C12.6959 16 13.3706 15.9607 14.0176 15.8906C14.0783 16.5962 14.3009 17.2553 14.6494 17.8301C13.7983 17.9406 12.9105 18 12 18C9.11689 18 6.45718 17.4176 4.48145 16.4297C2.56565 15.4717 1 13.9633 1 12C1 10.0367 2.56565 8.52833 4.48145 7.57031C6.45718 6.58238 9.11689 6 12 6Z"
|
|
51
48
|
}),
|
|
52
49
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
d: "M4.833 12.45a.83.83 0 0 1-.588-.23.73.73 0 0 1-.245-.554V7.353q0-.324.245-.554a.83.83 0 0 1 .588-.23H6.5v-.785q0-.323.245-.554A.83.83 0 0 1 7.333 5H9q.344 0 .589.23a.73.73 0 0 1 .244.554v.784H11.5q.344 0 .588.23a.73.73 0 0 1 .245.555v4.313q0 .323-.245.554a.83.83 0 0 1-.588.23zm0-.784H11.5V7.353H4.833zm2.5-5.098H9v-.784H7.333z"
|
|
56
|
-
}),
|
|
57
|
-
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
58
|
-
stroke: "currentColor",
|
|
59
|
-
strokeWidth: ".15",
|
|
60
|
-
d: "M4.417 8.529h7.5v.784h-7.5z"
|
|
50
|
+
fill: "var(--color-primary)",
|
|
51
|
+
d: "M17.8761 12.4344C18.0904 11.8552 18.9096 11.8552 19.1239 12.4344L19.7834 14.2166L21.5656 14.8761C22.1448 15.0904 22.1448 15.9096 21.5656 16.1239L19.7834 16.7834L19.1239 18.5656C18.9096 19.1448 18.0904 19.1448 17.8761 18.5656L17.2166 16.7834L15.4344 16.1239C14.8552 15.9096 14.8552 15.0904 15.4344 14.8761L17.2166 14.2166L17.8761 12.4344Z"
|
|
61
52
|
})
|
|
62
53
|
]
|
|
63
54
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseManagementProject.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/CaseManagementProject.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,GAAI,WAGnC;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACrB,
|
|
1
|
+
{"version":3,"file":"CaseManagementProject.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/CaseManagementProject.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,GAAI,WAGnC;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACrB,4CAyBA,CAAC"}
|
|
@@ -5,31 +5,22 @@ const CaseManagementProject = ({ w = 22, h = 22 })=>/*#__PURE__*/ jsxs("svg", {
|
|
|
5
5
|
width: w,
|
|
6
6
|
height: h,
|
|
7
7
|
fill: "none",
|
|
8
|
-
viewBox: "0 0
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
9
|
children: [
|
|
10
10
|
/*#__PURE__*/ jsx("path", {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/*#__PURE__*/ jsx("path", {
|
|
17
|
-
fill: "currentColor",
|
|
18
|
-
d: "M4.833 12.45a.83.83 0 0 1-.588-.23.73.73 0 0 1-.245-.554V7.353q0-.324.245-.554a.83.83 0 0 1 .588-.23H6.5v-.785q0-.323.245-.554A.83.83 0 0 1 7.333 5H9q.344 0 .589.23a.73.73 0 0 1 .244.554v.784H11.5q.344 0 .588.23a.73.73 0 0 1 .245.555v4.313q0 .323-.245.554a.83.83 0 0 1-.588.23zm0-.784H11.5V7.353H4.833zm2.5-5.098H9v-.784H7.333z"
|
|
11
|
+
d: "M16.466 7.5C15.643 4.237 13.952 2 12 2C9.239 2 7 6.477 7 12C7 17.523 9.239 22 12 22C12.342 22 12.677 21.931 13 21.8",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-width": "2",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round"
|
|
19
16
|
}),
|
|
20
17
|
/*#__PURE__*/ jsx("path", {
|
|
21
18
|
fill: "currentColor",
|
|
22
|
-
d: "
|
|
19
|
+
d: "M12 6C14.5294 6 16.8808 6.44759 18.749 7.21973C20.5787 7.976 22.115 9.11858 22.7266 10.624C22.9341 11.1355 22.6881 11.7189 22.1768 11.9268C21.6651 12.1346 21.0809 11.8877 20.873 11.376C20.5574 10.5996 19.6129 9.74145 17.9844 9.06836C16.3939 8.41106 14.3085 8 12 8C9.36011 8 7.01949 8.53756 5.37598 9.35938C3.67279 10.2111 3 11.2024 3 12C3 12.7976 3.67279 13.7889 5.37598 14.6406C7.01949 15.4624 9.36011 16 12 16C12.6959 16 13.3706 15.9607 14.0176 15.8906C14.0783 16.5962 14.3009 17.2553 14.6494 17.8301C13.7983 17.9406 12.9105 18 12 18C9.11689 18 6.45718 17.4176 4.48145 16.4297C2.56565 15.4717 1 13.9633 1 12C1 10.0367 2.56565 8.52833 4.48145 7.57031C6.45718 6.58238 9.11689 6 12 6Z"
|
|
23
20
|
}),
|
|
24
21
|
/*#__PURE__*/ jsx("path", {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
d: "M4.833 12.45a.83.83 0 0 1-.588-.23.73.73 0 0 1-.245-.554V7.353q0-.324.245-.554a.83.83 0 0 1 .588-.23H6.5v-.785q0-.323.245-.554A.83.83 0 0 1 7.333 5H9q.344 0 .589.23a.73.73 0 0 1 .244.554v.784H11.5q.344 0 .588.23a.73.73 0 0 1 .245.555v4.313q0 .323-.245.554a.83.83 0 0 1-.588.23zm0-.784H11.5V7.353H4.833zm2.5-5.098H9v-.784H7.333z"
|
|
28
|
-
}),
|
|
29
|
-
/*#__PURE__*/ jsx("path", {
|
|
30
|
-
stroke: "currentColor",
|
|
31
|
-
strokeWidth: ".15",
|
|
32
|
-
d: "M4.417 8.529h7.5v.784h-7.5z"
|
|
22
|
+
fill: "var(--color-primary)",
|
|
23
|
+
d: "M17.8761 12.4344C18.0904 11.8552 18.9096 11.8552 19.1239 12.4344L19.7834 14.2166L21.5656 14.8761C22.1448 15.0904 22.1448 15.9096 21.5656 16.1239L19.7834 16.7834L19.1239 18.5656C18.9096 19.1448 18.0904 19.1448 17.8761 18.5656L17.2166 16.7834L15.4344 16.1239C14.8552 15.9096 14.8552 15.0904 15.4344 14.8761L17.2166 14.2166L17.8761 12.4344Z"
|
|
33
24
|
})
|
|
34
25
|
]
|
|
35
26
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.63.0-pr431.329c320",
|
|
4
4
|
"description": "Apollo Design System - React component library with Material UI theming",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
"use-sync-external-store": "^1.2.0",
|
|
201
201
|
"zod": "^4.3.5",
|
|
202
202
|
"zustand": "^5.0.9",
|
|
203
|
-
"@uipath/apollo-
|
|
204
|
-
"@uipath/apollo-
|
|
203
|
+
"@uipath/apollo-wind": "1.5.0",
|
|
204
|
+
"@uipath/apollo-core": "5.9.0"
|
|
205
205
|
},
|
|
206
206
|
"devDependencies": {
|
|
207
207
|
"@lingui/cli": "^5.6.1",
|