@bygd/nc-report-ui 0.1.7 → 0.1.8

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.
@@ -1053,6 +1053,4 @@ var index = {
1053
1053
  Dashboard
1054
1054
  };
1055
1055
 
1056
- exports.Chart = Chart;
1057
- exports.Dashboard = Dashboard;
1058
1056
  exports.default = index;
@@ -1009,4 +1009,4 @@ var index = {
1009
1009
  Dashboard
1010
1010
  };
1011
1011
 
1012
- export { Chart, Dashboard, index as default };
1012
+ export { index as default };
@@ -1,4 +1,4 @@
1
- var _BYGD_NC_REPORT_UI = (function (exports) {
1
+ var _BYGD_NC_REPORT_UI = (function () {
2
2
  'use strict';
3
3
 
4
4
  function _mergeNamespaces(n, m) {
@@ -45075,12 +45075,6 @@ export default theme;`;
45075
45075
  Dashboard
45076
45076
  };
45077
45077
 
45078
- exports.Chart = Chart;
45079
- exports.Dashboard = Dashboard;
45080
- exports.default = index;
45078
+ return index;
45081
45079
 
45082
- Object.defineProperty(exports, '__esModule', { value: true });
45083
-
45084
- return exports;
45085
-
45086
- })({});
45080
+ })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bygd/nc-report-ui",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "fnet/input.yaml",