@uipath/apollo-react 6.19.1 → 6.19.2
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.
|
@@ -42,14 +42,17 @@ function TaskMockedChipInner({ mocked, taskId }) {
|
|
|
42
42
|
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_CanvasTooltip_cjs_namespaceObject.CanvasTooltip, {
|
|
43
43
|
content: label,
|
|
44
44
|
placement: "top",
|
|
45
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
45
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
46
|
+
className: "absolute -top-1.5 -right-1.5 z-10 flex",
|
|
47
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(apollo_wind_namespaceObject.Badge, {
|
|
48
|
+
variant: "outline",
|
|
49
|
+
role: "img",
|
|
50
|
+
"aria-label": label,
|
|
51
|
+
className: "h-3.5 w-3.5 justify-center rounded-full border-0 bg-primary p-0 text-primary-foreground [&>svg]:size-2.5",
|
|
52
|
+
"data-testid": `stage-task-mocked-${taskId}`,
|
|
53
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.FlaskConical, {
|
|
54
|
+
"aria-hidden": true
|
|
55
|
+
})
|
|
53
56
|
})
|
|
54
57
|
})
|
|
55
58
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TaskMockedChip.d.ts","sourceRoot":"","sources":["../../../../../src/canvas/components/StageNode/tasks/TaskMockedChip.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,mBAAmB;IAElC,MAAM,EAAE,OAAO,CAAC;IAEhB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,iBAAS,mBAAmB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"TaskMockedChip.d.ts","sourceRoot":"","sources":["../../../../../src/canvas/components/StageNode/tasks/TaskMockedChip.tsx"],"names":[],"mappings":"AAMA,MAAM,WAAW,mBAAmB;IAElC,MAAM,EAAE,OAAO,CAAC;IAEhB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,iBAAS,mBAAmB,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,mBAAmB,kDAyBnE;AAED,eAAO,MAAM,cAAc,iEAA4B,CAAC"}
|
|
@@ -14,14 +14,17 @@ function TaskMockedChipInner({ mocked, taskId }) {
|
|
|
14
14
|
return /*#__PURE__*/ jsx(CanvasTooltip, {
|
|
15
15
|
content: label,
|
|
16
16
|
placement: "top",
|
|
17
|
-
children: /*#__PURE__*/ jsx(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
17
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
18
|
+
className: "absolute -top-1.5 -right-1.5 z-10 flex",
|
|
19
|
+
children: /*#__PURE__*/ jsx(Badge, {
|
|
20
|
+
variant: "outline",
|
|
21
|
+
role: "img",
|
|
22
|
+
"aria-label": label,
|
|
23
|
+
className: "h-3.5 w-3.5 justify-center rounded-full border-0 bg-primary p-0 text-primary-foreground [&>svg]:size-2.5",
|
|
24
|
+
"data-testid": `stage-task-mocked-${taskId}`,
|
|
25
|
+
children: /*#__PURE__*/ jsx(FlaskConical, {
|
|
26
|
+
"aria-hidden": true
|
|
27
|
+
})
|
|
25
28
|
})
|
|
26
29
|
})
|
|
27
30
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/apollo-react",
|
|
3
|
-
"version": "6.19.
|
|
3
|
+
"version": "6.19.2",
|
|
4
4
|
"description": "Apollo Design System - React component library with Material UI theming",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -128,7 +128,9 @@
|
|
|
128
128
|
},
|
|
129
129
|
"sideEffects": [
|
|
130
130
|
"**/*.css",
|
|
131
|
-
"dist/**/*.css"
|
|
131
|
+
"dist/**/*.css",
|
|
132
|
+
"dist/canvas/index.js",
|
|
133
|
+
"dist/canvas/index.cjs"
|
|
132
134
|
],
|
|
133
135
|
"files": [
|
|
134
136
|
"dist"
|
|
@@ -218,8 +220,8 @@
|
|
|
218
220
|
"use-sync-external-store": "^1.2.0",
|
|
219
221
|
"zod": "^4.3.5",
|
|
220
222
|
"zustand": "^5.0.9",
|
|
221
|
-
"@uipath/apollo-
|
|
222
|
-
"@uipath/apollo-
|
|
223
|
+
"@uipath/apollo-wind": "2.32.1",
|
|
224
|
+
"@uipath/apollo-core": "5.12.1"
|
|
223
225
|
},
|
|
224
226
|
"devDependencies": {
|
|
225
227
|
"@lingui/cli": "^5.6.1",
|