@uipath/apollo-react 3.66.0 → 3.66.1
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.
|
@@ -93,7 +93,7 @@ const StageContainer = styled_default().div`
|
|
|
93
93
|
border-color: var(--uix-canvas-info-icon);
|
|
94
94
|
`}
|
|
95
95
|
|
|
96
|
-
${({ status })=>
|
|
96
|
+
${({ status })=>'Paused' === status && (0, react_namespaceObject.css)`
|
|
97
97
|
border-color: var(--uix-canvas-warning-icon);
|
|
98
98
|
`}
|
|
99
99
|
|
|
@@ -220,7 +220,7 @@ const StageTask = styled_default().div`
|
|
|
220
220
|
border-color: var(--uix-canvas-success-icon);
|
|
221
221
|
`}
|
|
222
222
|
|
|
223
|
-
${({ status })=>
|
|
223
|
+
${({ status })=>'Paused' === status && (0, react_namespaceObject.css)`
|
|
224
224
|
border-color: var(--uix-canvas-warning-icon);
|
|
225
225
|
`}
|
|
226
226
|
|
|
@@ -33,7 +33,7 @@ const StageContainer = styled.div`
|
|
|
33
33
|
border-color: var(--uix-canvas-info-icon);
|
|
34
34
|
`}
|
|
35
35
|
|
|
36
|
-
${({ status })=>
|
|
36
|
+
${({ status })=>'Paused' === status && css`
|
|
37
37
|
border-color: var(--uix-canvas-warning-icon);
|
|
38
38
|
`}
|
|
39
39
|
|
|
@@ -160,7 +160,7 @@ const StageTask = styled.div`
|
|
|
160
160
|
border-color: var(--uix-canvas-success-icon);
|
|
161
161
|
`}
|
|
162
162
|
|
|
163
|
-
${({ status })=>
|
|
163
|
+
${({ status })=>'Paused' === status && css`
|
|
164
164
|
border-color: var(--uix-canvas-warning-icon);
|
|
165
165
|
`}
|
|
166
166
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-react",
|
|
3
|
-
"version": "3.66.
|
|
3
|
+
"version": "3.66.1",
|
|
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-core": "5.9.0",
|
|
204
|
+
"@uipath/apollo-wind": "2.0.0"
|
|
205
205
|
},
|
|
206
206
|
"devDependencies": {
|
|
207
207
|
"@lingui/cli": "^5.6.1",
|