@mx-cartographer/experiences 7.0.5 → 7.0.6-alpha.al0

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.
@@ -161,7 +161,7 @@ const Ne = ({ selectedTab: n, onTabChange: o }) => /* @__PURE__ */ e(
161
161
  top_level_category_guid: I
162
162
  });
163
163
  const v = Q(new Date(H, x - 1), z.MONTH_SHORT);
164
- return f[A][v] || (f[A][v] = 0), f[A][v] = f[A][v] + E, f;
164
+ return f[A][v] || (f[A][v] = 0), f[A][v] = f[A][v] + Math.abs(E), f;
165
165
  },
166
166
  {}
167
167
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.5",
3
+ "version": "7.0.6-alpha.al0",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",