@aclymatepackages/modules 2.0.11 → 2.0.13

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.
@@ -96,7 +96,7 @@ const AccountingChart = _ref2 => {
96
96
  pledgeYears,
97
97
  baselineDate,
98
98
  pledgeTons,
99
- baselineTons,
99
+ baselineTonsCo2e,
100
100
  convertCarbonUnits = tons => tons,
101
101
  displayUnitLabel = "tons",
102
102
  card
@@ -190,7 +190,7 @@ const AccountingChart = _ref2 => {
190
190
  color: palette.error.main
191
191
  }, {
192
192
  dataKey: "future",
193
- color: (0, _converters.hexToRgba)(palette.backgroundGray.main, 0.8)
193
+ color: (0, _converters.hexToRgba)(palette.backgroundGray.dark, 0.95)
194
194
  }];
195
195
  return /*#__PURE__*/_react.default.createElement(_material.Box, {
196
196
  position: "relative",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -100,7 +100,7 @@ const AccountingChart = ({
100
100
  pledgeYears,
101
101
  baselineDate,
102
102
  pledgeTons,
103
- baselineTons,
103
+ baselineTonsCo2e,
104
104
  convertCarbonUnits = (tons) => tons,
105
105
  displayUnitLabel = "tons",
106
106
  card,
@@ -194,7 +194,7 @@ const AccountingChart = ({
194
194
  { dataKey: "underEmitted", color: palette.secondary.main },
195
195
  { dataKey: "expectedPercentage", color: palette.backgroundGray.dark },
196
196
  { dataKey: "overEmitted", color: palette.error.main },
197
- { dataKey: "future", color: hexToRgba(palette.backgroundGray.main, 0.8) },
197
+ { dataKey: "future", color: hexToRgba(palette.backgroundGray.dark, 0.95) },
198
198
  ];
199
199
 
200
200
  return (