@uipath/apollo-react 3.61.1 → 3.61.3
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/FloatingCanvasPanel/FloatingCanvasPanel.cjs +2 -2
- package/dist/canvas/components/FloatingCanvasPanel/FloatingCanvasPanel.js +2 -2
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.styles.cjs +31 -0
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.styles.d.ts.map +1 -1
- package/dist/canvas/components/StickyNoteNode/StickyNoteNode.styles.js +31 -0
- package/dist/canvas/storybook-utils/manifests/node-definitions.cjs +4 -0
- package/dist/canvas/storybook-utils/manifests/node-definitions.d.ts.map +1 -1
- package/dist/canvas/storybook-utils/manifests/node-definitions.js +4 -0
- package/package.json +1 -1
|
@@ -120,7 +120,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
120
120
|
style: {
|
|
121
121
|
position: 'fixed',
|
|
122
122
|
...screenPosition,
|
|
123
|
-
zIndex:
|
|
123
|
+
zIndex: 1100,
|
|
124
124
|
pointerEvents: 'auto'
|
|
125
125
|
},
|
|
126
126
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_PanelChrome_cjs_namespaceObject.PanelChrome, {
|
|
@@ -147,7 +147,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
147
147
|
position: isPinned ? 'fixed' : 'absolute',
|
|
148
148
|
right: isPinned ? 0 : void 0,
|
|
149
149
|
top: isPinned ? 0 : void 0,
|
|
150
|
-
zIndex:
|
|
150
|
+
zIndex: 1100,
|
|
151
151
|
pointerEvents: 'auto'
|
|
152
152
|
},
|
|
153
153
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_PanelChrome_cjs_namespaceObject.PanelChrome, {
|
|
@@ -82,7 +82,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
82
82
|
style: {
|
|
83
83
|
position: 'fixed',
|
|
84
84
|
...screenPosition,
|
|
85
|
-
zIndex:
|
|
85
|
+
zIndex: 1100,
|
|
86
86
|
pointerEvents: 'auto'
|
|
87
87
|
},
|
|
88
88
|
children: /*#__PURE__*/ jsx(PanelChrome, {
|
|
@@ -109,7 +109,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
109
109
|
position: isPinned ? 'fixed' : 'absolute',
|
|
110
110
|
right: isPinned ? 0 : void 0,
|
|
111
111
|
top: isPinned ? 0 : void 0,
|
|
112
|
-
zIndex:
|
|
112
|
+
zIndex: 1100,
|
|
113
113
|
pointerEvents: 'auto'
|
|
114
114
|
},
|
|
115
115
|
children: /*#__PURE__*/ jsx(PanelChrome, {
|
|
@@ -181,6 +181,14 @@ const StickyNoteMarkdown = styled_default().div`
|
|
|
181
181
|
padding-left: 20px;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
+
ul {
|
|
185
|
+
list-style: disc;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
ol {
|
|
189
|
+
list-style: decimal;
|
|
190
|
+
}
|
|
191
|
+
|
|
184
192
|
li {
|
|
185
193
|
margin: 4px 0;
|
|
186
194
|
}
|
|
@@ -218,6 +226,29 @@ const StickyNoteMarkdown = styled_default().div`
|
|
|
218
226
|
font-size: 1.1em;
|
|
219
227
|
}
|
|
220
228
|
|
|
229
|
+
table {
|
|
230
|
+
border-collapse: collapse;
|
|
231
|
+
width: 100%;
|
|
232
|
+
margin: 8px 0;
|
|
233
|
+
font-size: 0.9em;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
th,
|
|
237
|
+
td {
|
|
238
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
239
|
+
padding: 6px 10px;
|
|
240
|
+
text-align: left;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
th {
|
|
244
|
+
font-weight: 600;
|
|
245
|
+
background: rgba(0, 0, 0, 0.05);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
tr:nth-of-type(even) {
|
|
249
|
+
background: rgba(0, 0, 0, 0.02);
|
|
250
|
+
}
|
|
251
|
+
|
|
221
252
|
blockquote {
|
|
222
253
|
border-left: 3px solid rgba(0, 0, 0, 0.2);
|
|
223
254
|
padding-left: 12px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StickyNoteNode.styles.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/StickyNoteNode/StickyNoteNode.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,MAAM,CAAC;AA4BlD,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C,eAAO,MAAM,sBAAsB,2CAUlC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;yGAI7B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;iBACjB,MAAM;qBACF,MAAM;eACZ,OAAO;eACP,OAAO;yGAqBnB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;eAAgC,OAAO;2HAoBrE,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;
|
|
1
|
+
{"version":3,"file":"StickyNoteNode.styles.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/StickyNoteNode/StickyNoteNode.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,8BAA8B,MAAM,CAAC;AA4BlD,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAE1C,eAAO,MAAM,sBAAsB,2CAUlC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;yGAI7B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;iBACjB,MAAM;qBACF,MAAM;eACZ,OAAO;eACP,OAAO;yGAqBnB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;eAAgC,OAAO;2HAoBrE,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;yGA4H9B,CAAC;AAEF,eAAO,MAAM,YAAY;;;;eAA2B,OAAO;aAAW,MAAM;yGAW3E,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;eAA2B,OAAO;yGA+BjE,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;eAA2B,OAAO;yGA+BpE,CAAC;AAEF,eAAO,MAAM,gBAAgB;;UAa5B,CAAC;AAEF,eAAO,MAAM,WAAW;;;;WAA0B,MAAM;gBAAc,OAAO;qHAkB5E,CAAC"}
|
|
@@ -132,6 +132,14 @@ const StickyNoteMarkdown = styled.div`
|
|
|
132
132
|
padding-left: 20px;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
ul {
|
|
136
|
+
list-style: disc;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
ol {
|
|
140
|
+
list-style: decimal;
|
|
141
|
+
}
|
|
142
|
+
|
|
135
143
|
li {
|
|
136
144
|
margin: 4px 0;
|
|
137
145
|
}
|
|
@@ -169,6 +177,29 @@ const StickyNoteMarkdown = styled.div`
|
|
|
169
177
|
font-size: 1.1em;
|
|
170
178
|
}
|
|
171
179
|
|
|
180
|
+
table {
|
|
181
|
+
border-collapse: collapse;
|
|
182
|
+
width: 100%;
|
|
183
|
+
margin: 8px 0;
|
|
184
|
+
font-size: 0.9em;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
th,
|
|
188
|
+
td {
|
|
189
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
190
|
+
padding: 6px 10px;
|
|
191
|
+
text-align: left;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
th {
|
|
195
|
+
font-weight: 600;
|
|
196
|
+
background: rgba(0, 0, 0, 0.05);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
tr:nth-of-type(even) {
|
|
200
|
+
background: rgba(0, 0, 0, 0.02);
|
|
201
|
+
}
|
|
202
|
+
|
|
172
203
|
blockquote {
|
|
173
204
|
border-left: 3px solid rgba(0, 0, 0, 0.2);
|
|
174
205
|
padding-left: 12px;
|
|
@@ -94,6 +94,7 @@ const allNodeManifests = [
|
|
|
94
94
|
'loop'
|
|
95
95
|
],
|
|
96
96
|
sortOrder: 20,
|
|
97
|
+
description: 'Pause workflow execution for a specified duration before continuing to the next step',
|
|
97
98
|
display: {
|
|
98
99
|
label: 'Delay',
|
|
99
100
|
icon: 'timer'
|
|
@@ -160,6 +161,7 @@ const allNodeManifests = [
|
|
|
160
161
|
'switch'
|
|
161
162
|
],
|
|
162
163
|
sortOrder: 1,
|
|
164
|
+
description: 'Evaluate a condition and branch the workflow into true or false paths',
|
|
163
165
|
display: {
|
|
164
166
|
label: 'Decision',
|
|
165
167
|
icon: 'decision'
|
|
@@ -779,6 +781,7 @@ const allNodeManifests = [
|
|
|
779
781
|
'agent'
|
|
780
782
|
],
|
|
781
783
|
sortOrder: 1,
|
|
784
|
+
description: 'Autonomous AI agent that orchestrates tools, memory, and escalations to complete complex tasks',
|
|
782
785
|
display: {
|
|
783
786
|
label: 'Agent',
|
|
784
787
|
icon: 'agent',
|
|
@@ -1046,6 +1049,7 @@ const allNodeManifests = [
|
|
|
1046
1049
|
'subprocess'
|
|
1047
1050
|
],
|
|
1048
1051
|
sortOrder: 1,
|
|
1052
|
+
description: 'Invoke another workflow as a subprocess and pass input/output parameters between them',
|
|
1049
1053
|
display: {
|
|
1050
1054
|
label: 'Call Workflow',
|
|
1051
1055
|
icon: 'rpa'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-definitions.d.ts","sourceRoot":"","sources":["../../../../src/canvas/storybook-utils/manifests/node-definitions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE,eAAO,MAAM,gBAAgB,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"node-definitions.d.ts","sourceRoot":"","sources":["../../../../src/canvas/storybook-utils/manifests/node-definitions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE,eAAO,MAAM,gBAAgB,EAAE,YAAY,EAg2B1C,CAAC"}
|
|
@@ -66,6 +66,7 @@ const allNodeManifests = [
|
|
|
66
66
|
'loop'
|
|
67
67
|
],
|
|
68
68
|
sortOrder: 20,
|
|
69
|
+
description: 'Pause workflow execution for a specified duration before continuing to the next step',
|
|
69
70
|
display: {
|
|
70
71
|
label: 'Delay',
|
|
71
72
|
icon: 'timer'
|
|
@@ -132,6 +133,7 @@ const allNodeManifests = [
|
|
|
132
133
|
'switch'
|
|
133
134
|
],
|
|
134
135
|
sortOrder: 1,
|
|
136
|
+
description: 'Evaluate a condition and branch the workflow into true or false paths',
|
|
135
137
|
display: {
|
|
136
138
|
label: 'Decision',
|
|
137
139
|
icon: 'decision'
|
|
@@ -751,6 +753,7 @@ const allNodeManifests = [
|
|
|
751
753
|
'agent'
|
|
752
754
|
],
|
|
753
755
|
sortOrder: 1,
|
|
756
|
+
description: 'Autonomous AI agent that orchestrates tools, memory, and escalations to complete complex tasks',
|
|
754
757
|
display: {
|
|
755
758
|
label: 'Agent',
|
|
756
759
|
icon: 'agent',
|
|
@@ -1018,6 +1021,7 @@ const allNodeManifests = [
|
|
|
1018
1021
|
'subprocess'
|
|
1019
1022
|
],
|
|
1020
1023
|
sortOrder: 1,
|
|
1024
|
+
description: 'Invoke another workflow as a subprocess and pass input/output parameters between them',
|
|
1021
1025
|
display: {
|
|
1022
1026
|
label: 'Call Workflow',
|
|
1023
1027
|
icon: 'rpa'
|