@uipath/apollo-react 3.65.1 → 3.65.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.
@@ -38,9 +38,9 @@ const CaseManagementProject = ({ w = 22, h = 22 })=>/*#__PURE__*/ (0, jsx_runtim
38
38
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
39
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
40
  stroke: "currentColor",
41
- "stroke-width": "2",
42
- "stroke-linecap": "round",
43
- "stroke-linejoin": "round"
41
+ strokeWidth: "2",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round"
44
44
  }),
45
45
  /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
46
46
  fill: "currentColor",
@@ -10,9 +10,9 @@ const CaseManagementProject = ({ w = 22, h = 22 })=>/*#__PURE__*/ jsxs("svg", {
10
10
  /*#__PURE__*/ jsx("path", {
11
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
12
  stroke: "currentColor",
13
- "stroke-width": "2",
14
- "stroke-linecap": "round",
15
- "stroke-linejoin": "round"
13
+ strokeWidth: "2",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round"
16
16
  }),
17
17
  /*#__PURE__*/ jsx("path", {
18
18
  fill: "currentColor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.65.1",
3
+ "version": "3.65.2",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",