@hisptz/dhis2-analytics 1.0.42 → 1.0.43

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.
@@ -57,4 +57,15 @@ Object.keys(_CustomPivotTable).forEach(function (key) {
57
57
  return _CustomPivotTable[key];
58
58
  }
59
59
  });
60
+ });
61
+ var _Visualization = require("./components/Visualization");
62
+ Object.keys(_Visualization).forEach(function (key) {
63
+ if (key === "default" || key === "__esModule") return;
64
+ if (key in exports && exports[key] === _Visualization[key]) return;
65
+ Object.defineProperty(exports, key, {
66
+ enumerable: true,
67
+ get: function () {
68
+ return _Visualization[key];
69
+ }
70
+ });
60
71
  });
package/build/es/index.js CHANGED
@@ -3,4 +3,5 @@ export * from "./components/CircularProgressDashboard";
3
3
  export * from "./components/ChartAnalytics";
4
4
  export * from "./components/SingleValueContainer";
5
5
  export * from "./components/CustomPivotTable";
6
+ export * from "./components/Visualization";
6
7
  export {};
@@ -3,3 +3,4 @@ export * from "./components/CircularProgressDashboard";
3
3
  export * from "./components/ChartAnalytics";
4
4
  export * from "./components/SingleValueContainer";
5
5
  export * from "./components/CustomPivotTable";
6
+ export * from "./components/Visualization";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hisptz/dhis2-analytics",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "A collection of reusable react components for visualizing analytics data from DHIS2",
5
5
  "license": "BSD-3-Clause",
6
6
  "scripts": {
@@ -81,5 +81,5 @@
81
81
  "peerDependencies": {
82
82
  "lodash": "^4"
83
83
  },
84
- "gitHead": "dcbb64418e4f7ba3132cb7788abe9f19451aafdc"
84
+ "gitHead": "47134169b6b51d2234d15a3a07503abdaaaff9b0"
85
85
  }