@uipath/apollo-react 3.41.0 → 3.41.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.
@@ -111,8 +111,8 @@ function getIcon(iconId) {
111
111
  src: iconId,
112
112
  alt: "icon",
113
113
  style: {
114
- width: w ?? 24,
115
- height: h ?? 24
114
+ width: w,
115
+ height: h
116
116
  }
117
117
  });
118
118
  const icon = iconRegistry[iconId];
@@ -82,8 +82,8 @@ function getIcon(iconId) {
82
82
  src: iconId,
83
83
  alt: "icon",
84
84
  style: {
85
- width: w ?? 24,
86
- height: h ?? 24
85
+ width: w,
86
+ height: h
87
87
  }
88
88
  });
89
89
  const icon = iconRegistry[iconId];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "3.41.0",
3
+ "version": "3.41.1",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",