sag_components 1.0.463 → 1.0.464

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.
@@ -344,9 +344,7 @@ const PerformanceAnalytics = props => {
344
344
  iconType: "Square",
345
345
  title: "% Incremental Growth"
346
346
  }, {
347
- iconColor: {
348
- colorGraphROI
349
- },
347
+ iconColor: colorGraphROI,
350
348
  iconType: "LegendUnionIcon",
351
349
  title: "Incremental Sales ROI"
352
350
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.463",
3
+ "version": "1.0.464",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {