@uipath/apollo-react 3.42.3 → 3.42.4-pr250.3dbc7e4
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/AddNodePanel/AddNodePanel.stories.cjs +15 -7
- package/dist/canvas/components/AddNodePanel/AddNodePanel.stories.d.ts.map +1 -1
- package/dist/canvas/components/AddNodePanel/AddNodePanel.stories.js +15 -7
- package/dist/canvas/components/ButtonHandle/ButtonHandle.cjs +1 -1
- package/dist/canvas/components/ButtonHandle/ButtonHandle.js +1 -1
- package/dist/canvas/components/StageNode/StageNode.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -194,14 +194,22 @@ function createInitialNodes() {
|
|
|
194
194
|
function StandalonePanelWrapper({ children }) {
|
|
195
195
|
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
196
196
|
style: {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
backgroundColor: 'var(--
|
|
200
|
-
|
|
201
|
-
borderRadius: '8px',
|
|
202
|
-
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)'
|
|
197
|
+
height: '100vh',
|
|
198
|
+
width: '100vw',
|
|
199
|
+
backgroundColor: 'var(--color-background-secondary)',
|
|
200
|
+
paddingTop: '40px'
|
|
203
201
|
},
|
|
204
|
-
children:
|
|
202
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
203
|
+
style: {
|
|
204
|
+
width: '320px',
|
|
205
|
+
margin: '0 auto',
|
|
206
|
+
backgroundColor: 'var(--uix-canvas-background)',
|
|
207
|
+
border: '1px solid var(--uix-canvas-border-de-emp)',
|
|
208
|
+
borderRadius: '8px',
|
|
209
|
+
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)'
|
|
210
|
+
},
|
|
211
|
+
children: children
|
|
212
|
+
})
|
|
205
213
|
});
|
|
206
214
|
}
|
|
207
215
|
function PreviewSelectionStory() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddNodePanel.stories.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/AddNodePanel/AddNodePanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAkB5D,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AASjC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAUnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"AddNodePanel.stories.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/AddNodePanel/AddNodePanel.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAkB5D,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AASjC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAUnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAgQ3C,eAAO,MAAM,gBAAgB,EAAE,KAG9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAG/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAYlC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,KAmBvC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAepC,CAAC"}
|
|
@@ -161,14 +161,22 @@ function createInitialNodes() {
|
|
|
161
161
|
function StandalonePanelWrapper({ children }) {
|
|
162
162
|
return /*#__PURE__*/ jsx("div", {
|
|
163
163
|
style: {
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
backgroundColor: 'var(--
|
|
167
|
-
|
|
168
|
-
borderRadius: '8px',
|
|
169
|
-
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)'
|
|
164
|
+
height: '100vh',
|
|
165
|
+
width: '100vw',
|
|
166
|
+
backgroundColor: 'var(--color-background-secondary)',
|
|
167
|
+
paddingTop: '40px'
|
|
170
168
|
},
|
|
171
|
-
children:
|
|
169
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
170
|
+
style: {
|
|
171
|
+
width: '320px',
|
|
172
|
+
margin: '0 auto',
|
|
173
|
+
backgroundColor: 'var(--uix-canvas-background)',
|
|
174
|
+
border: '1px solid var(--uix-canvas-border-de-emp)',
|
|
175
|
+
borderRadius: '8px',
|
|
176
|
+
boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)'
|
|
177
|
+
},
|
|
178
|
+
children: children
|
|
179
|
+
})
|
|
172
180
|
});
|
|
173
181
|
}
|
|
174
182
|
function PreviewSelectionStory() {
|
|
@@ -126,7 +126,6 @@ const ButtonHandleBase = ({ id, nodeId, type, position, handleType, label, label
|
|
|
126
126
|
type: type,
|
|
127
127
|
position: position,
|
|
128
128
|
id: id,
|
|
129
|
-
isConnectable: 'artifact' !== handleType,
|
|
130
129
|
$positionPercent: positionPercent,
|
|
131
130
|
$total: total,
|
|
132
131
|
$visible: visible,
|
|
@@ -139,6 +138,7 @@ const ButtonHandleBase = ({ id, nodeId, type, position, handleType, label, label
|
|
|
139
138
|
$position: position,
|
|
140
139
|
$backgroundColor: labelBackgroundColor,
|
|
141
140
|
$shouldTruncate: shouldTruncateLabel,
|
|
141
|
+
onClick: (e)=>e.stopPropagation(),
|
|
142
142
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
|
|
143
143
|
align: "center",
|
|
144
144
|
gap: 4,
|
|
@@ -97,7 +97,6 @@ const ButtonHandleBase = ({ id, nodeId, type, position, handleType, label, label
|
|
|
97
97
|
type: type,
|
|
98
98
|
position: position,
|
|
99
99
|
id: id,
|
|
100
|
-
isConnectable: 'artifact' !== handleType,
|
|
101
100
|
$positionPercent: positionPercent,
|
|
102
101
|
$total: total,
|
|
103
102
|
$visible: visible,
|
|
@@ -110,6 +109,7 @@ const ButtonHandleBase = ({ id, nodeId, type, position, handleType, label, label
|
|
|
110
109
|
$position: position,
|
|
111
110
|
$backgroundColor: labelBackgroundColor,
|
|
112
111
|
$shouldTruncate: shouldTruncateLabel,
|
|
112
|
+
onClick: (e)=>e.stopPropagation(),
|
|
113
113
|
children: /*#__PURE__*/ jsxs(Row, {
|
|
114
114
|
align: "center",
|
|
115
115
|
gap: 4,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StageNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/StageNode/StageNode.tsx"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"StageNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/StageNode/StageNode.tsx"],"names":[],"mappings":"AAsDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AA4oBxD,eAAO,MAAM,SAAS,8CAloBa,cAAc,6CAkoBA,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-react",
|
|
3
|
-
"version": "3.42.
|
|
3
|
+
"version": "3.42.4-pr250.3dbc7e4",
|
|
4
4
|
"description": "Apollo Design System - React component library with Material UI theming",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -198,8 +198,8 @@
|
|
|
198
198
|
"use-sync-external-store": "^1.2.0",
|
|
199
199
|
"zod": "^4.3.5",
|
|
200
200
|
"zustand": "^5.0.9",
|
|
201
|
-
"@uipath/apollo-
|
|
202
|
-
"@uipath/apollo-
|
|
201
|
+
"@uipath/apollo-wind": "0.10.0",
|
|
202
|
+
"@uipath/apollo-core": "5.7.0"
|
|
203
203
|
},
|
|
204
204
|
"devDependencies": {
|
|
205
205
|
"@lingui/cli": "^5.6.1",
|