@uipath/apollo-react 3.62.0-pr418.33cb947 → 3.62.0-pr418.cbad7a6

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.
@@ -56,7 +56,7 @@ const TASK_ICON_GRADIENTS = {
56
56
  [external_TaskIcon_types_cjs_namespaceObject.TaskItemTypeValues.Connector]: TaskIcon_styles_CategoryColor.Grey,
57
57
  [external_TaskIcon_types_cjs_namespaceObject.TaskItemTypeValues.ExternalAgent]: TaskIcon_styles_CategoryColor.Purple,
58
58
  [external_TaskIcon_types_cjs_namespaceObject.TaskItemTypeValues.Timer]: TaskIcon_styles_CategoryColor.Grey,
59
- [external_TaskIcon_types_cjs_namespaceObject.TaskItemTypeValues.CaseManagement]: TaskIcon_styles_CategoryColor.Grey
59
+ [external_TaskIcon_types_cjs_namespaceObject.TaskItemTypeValues.CaseManagement]: TaskIcon_styles_CategoryColor.Purple
60
60
  };
61
61
  const TaskIconContainer = styled_default().div`
62
62
  display: flex;
@@ -16,7 +16,7 @@ const TASK_ICON_GRADIENTS = {
16
16
  [TaskItemTypeValues.Connector]: TaskIcon_styles_CategoryColor.Grey,
17
17
  [TaskItemTypeValues.ExternalAgent]: TaskIcon_styles_CategoryColor.Purple,
18
18
  [TaskItemTypeValues.Timer]: TaskIcon_styles_CategoryColor.Grey,
19
- [TaskItemTypeValues.CaseManagement]: TaskIcon_styles_CategoryColor.Grey
19
+ [TaskItemTypeValues.CaseManagement]: TaskIcon_styles_CategoryColor.Purple
20
20
  };
21
21
  const TaskIconContainer = styled.div`
22
22
  display: flex;
@@ -28,49 +28,27 @@ __webpack_require__.d(__webpack_exports__, {
28
28
  });
29
29
  const jsx_runtime_namespaceObject = require("react/jsx-runtime");
30
30
  const CaseManagementProject = ({ w = 22, h = 22 })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ id: "case-management-project",
31
33
  width: w,
32
34
  height: h,
33
- viewBox: "0 0 48 48",
34
35
  fill: "none",
35
- xmlns: "http://www.w3.org/2000/svg",
36
+ viewBox: "0 0 24 24",
36
37
  children: [
37
38
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
38
- d: "M0 6.66667C0 2.98477 2.98477 0 6.66667 0H41.3333C45.0152 0 48 2.98477 48 6.66667V41.3333C48 45.0152 45.0152 48 41.3333 48H6.66667C2.98477 48 0 45.0152 0 41.3333V6.66667Z",
39
- fill: "url(#paint0_linear_16383_103120)"
40
- }),
41
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
42
- d: "M28.466 19.5C27.643 16.237 25.952 14 24 14C21.239 14 19 18.477 19 24C19 29.523 21.239 34 24 34C24.342 34 24.677 33.931 25 33.8",
43
- stroke: "#273139",
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",
44
41
  "stroke-width": "2",
45
42
  "stroke-linecap": "round",
46
43
  "stroke-linejoin": "round"
47
44
  }),
48
45
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
49
- d: "M24 18C26.5294 18 28.8808 18.4476 30.749 19.2197C32.5787 19.976 34.115 21.1186 34.7266 22.624C34.9341 23.1355 34.6881 23.7189 34.1768 23.9268C33.6651 24.1346 33.0809 23.8877 32.873 23.376C32.5574 22.5996 31.6129 21.7414 29.9844 21.0684C28.3939 20.4111 26.3085 20 24 20C21.3601 20 19.0195 20.5376 17.376 21.3594C15.6728 22.2111 15 23.2024 15 24C15 24.7976 15.6728 25.7889 17.376 26.6406C19.0195 27.4624 21.3601 28 24 28C24.6959 28 25.3706 27.9607 26.0176 27.8906C26.0783 28.5962 26.3009 29.2553 26.6494 29.8301C25.7983 29.9406 24.9105 30 24 30C21.1169 30 18.4572 29.4176 16.4814 28.4297C14.5656 27.4717 13 25.9633 13 24C13 22.0367 14.5656 20.5283 16.4814 19.5703C18.4572 18.5824 21.1169 18 24 18Z",
50
- fill: "#273139"
46
+ fill: "currentColor",
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
- d: "M29.8761 24.4344C30.0904 23.8552 30.9096 23.8552 31.1239 24.4344L31.7834 26.2166L33.5656 26.8761C34.1448 27.0904 34.1448 27.9096 33.5656 28.1239L31.7834 28.7834L31.1239 30.5656C30.9096 31.1448 30.0904 31.1448 29.8761 30.5656L29.2166 28.7834L27.4344 28.1239C26.8552 27.9096 26.8552 27.0904 27.4344 26.8761L29.2166 26.2166L29.8761 24.4344Z",
54
- fill: "#0067DF"
55
- }),
56
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("defs", {
57
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("linearGradient", {
58
- id: "paint0_linear_16383_103120",
59
- x1: "1.97746",
60
- y1: "2.64412",
61
- x2: "46.3559",
62
- y2: "47.0225",
63
- gradientUnits: "userSpaceOnUse",
64
- children: [
65
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("stop", {
66
- "stop-color": "#FFE0FF"
67
- }),
68
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("stop", {
69
- offset: "1",
70
- "stop-color": "#CFD9FF"
71
- })
72
- ]
73
- })
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"
74
52
  })
75
53
  ]
76
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,4CAmCA,CAAC"}
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"}
@@ -1,48 +1,26 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  const CaseManagementProject = ({ w = 22, h = 22 })=>/*#__PURE__*/ jsxs("svg", {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ id: "case-management-project",
3
5
  width: w,
4
6
  height: h,
5
- viewBox: "0 0 48 48",
6
7
  fill: "none",
7
- xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 24 24",
8
9
  children: [
9
10
  /*#__PURE__*/ jsx("path", {
10
- d: "M0 6.66667C0 2.98477 2.98477 0 6.66667 0H41.3333C45.0152 0 48 2.98477 48 6.66667V41.3333C48 45.0152 45.0152 48 41.3333 48H6.66667C2.98477 48 0 45.0152 0 41.3333V6.66667Z",
11
- fill: "url(#paint0_linear_16383_103120)"
12
- }),
13
- /*#__PURE__*/ jsx("path", {
14
- d: "M28.466 19.5C27.643 16.237 25.952 14 24 14C21.239 14 19 18.477 19 24C19 29.523 21.239 34 24 34C24.342 34 24.677 33.931 25 33.8",
15
- stroke: "#273139",
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",
16
13
  "stroke-width": "2",
17
14
  "stroke-linecap": "round",
18
15
  "stroke-linejoin": "round"
19
16
  }),
20
17
  /*#__PURE__*/ jsx("path", {
21
- d: "M24 18C26.5294 18 28.8808 18.4476 30.749 19.2197C32.5787 19.976 34.115 21.1186 34.7266 22.624C34.9341 23.1355 34.6881 23.7189 34.1768 23.9268C33.6651 24.1346 33.0809 23.8877 32.873 23.376C32.5574 22.5996 31.6129 21.7414 29.9844 21.0684C28.3939 20.4111 26.3085 20 24 20C21.3601 20 19.0195 20.5376 17.376 21.3594C15.6728 22.2111 15 23.2024 15 24C15 24.7976 15.6728 25.7889 17.376 26.6406C19.0195 27.4624 21.3601 28 24 28C24.6959 28 25.3706 27.9607 26.0176 27.8906C26.0783 28.5962 26.3009 29.2553 26.6494 29.8301C25.7983 29.9406 24.9105 30 24 30C21.1169 30 18.4572 29.4176 16.4814 28.4297C14.5656 27.4717 13 25.9633 13 24C13 22.0367 14.5656 20.5283 16.4814 19.5703C18.4572 18.5824 21.1169 18 24 18Z",
22
- fill: "#273139"
18
+ fill: "currentColor",
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
- d: "M29.8761 24.4344C30.0904 23.8552 30.9096 23.8552 31.1239 24.4344L31.7834 26.2166L33.5656 26.8761C34.1448 27.0904 34.1448 27.9096 33.5656 28.1239L31.7834 28.7834L31.1239 30.5656C30.9096 31.1448 30.0904 31.1448 29.8761 30.5656L29.2166 28.7834L27.4344 28.1239C26.8552 27.9096 26.8552 27.0904 27.4344 26.8761L29.2166 26.2166L29.8761 24.4344Z",
26
- fill: "#0067DF"
27
- }),
28
- /*#__PURE__*/ jsx("defs", {
29
- children: /*#__PURE__*/ jsxs("linearGradient", {
30
- id: "paint0_linear_16383_103120",
31
- x1: "1.97746",
32
- y1: "2.64412",
33
- x2: "46.3559",
34
- y2: "47.0225",
35
- gradientUnits: "userSpaceOnUse",
36
- children: [
37
- /*#__PURE__*/ jsx("stop", {
38
- "stop-color": "#FFE0FF"
39
- }),
40
- /*#__PURE__*/ jsx("stop", {
41
- offset: "1",
42
- "stop-color": "#CFD9FF"
43
- })
44
- ]
45
- })
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"
46
24
  })
47
25
  ]
48
26
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.62.0-pr418.33cb947",
3
+ "version": "3.62.0-pr418.cbad7a6",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",