@apexcura/ui-components 0.0.14-Beta90 → 0.0.14-Beta91
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1132,7 +1132,7 @@ var Donut = (props) => {
|
|
|
1132
1132
|
]
|
|
1133
1133
|
};
|
|
1134
1134
|
console.log(chartOptions);
|
|
1135
|
-
return /* @__PURE__ */ import_react31.default.createElement(
|
|
1135
|
+
return /* @__PURE__ */ import_react31.default.createElement(import_react31.default.Fragment, null, /* @__PURE__ */ import_react31.default.createElement(import_highcharts_react_official.default, { highcharts: import_highcharts.default, options: chartOptions }));
|
|
1136
1136
|
};
|
|
1137
1137
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1138
1138
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
|
@@ -1071,7 +1071,7 @@ var Donut = (props) => {
|
|
|
1071
1071
|
]
|
|
1072
1072
|
};
|
|
1073
1073
|
console.log(chartOptions);
|
|
1074
|
-
return /* @__PURE__ */ React31.createElement(
|
|
1074
|
+
return /* @__PURE__ */ React31.createElement(React31.Fragment, null, /* @__PURE__ */ React31.createElement(HighchartsReact, { highcharts: Highcharts, options: chartOptions }));
|
|
1075
1075
|
};
|
|
1076
1076
|
export {
|
|
1077
1077
|
AddMoreTable,
|