@apexcura/ui-components 0.0.14-Beta87 → 0.0.14-Beta88
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 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1086,7 +1086,6 @@ var OtpElement = (props) => {
|
|
|
1086
1086
|
|
|
1087
1087
|
// src/Components/Donut.tsx
|
|
1088
1088
|
var import_react31 = __toESM(require("react"));
|
|
1089
|
-
var import_highcharts = __toESM(require("highcharts"));
|
|
1090
1089
|
var import_highcharts_react_official = __toESM(require("highcharts-react-official"));
|
|
1091
1090
|
var Donut = (props) => {
|
|
1092
1091
|
console.log(props);
|
|
@@ -1132,7 +1131,7 @@ var Donut = (props) => {
|
|
|
1132
1131
|
]
|
|
1133
1132
|
};
|
|
1134
1133
|
console.log(chartOptions);
|
|
1135
|
-
return /* @__PURE__ */ import_react31.default.createElement("div", null, /* @__PURE__ */ import_react31.default.createElement(import_highcharts_react_official.default,
|
|
1134
|
+
return /* @__PURE__ */ import_react31.default.createElement("div", null, /* @__PURE__ */ import_react31.default.createElement(import_highcharts_react_official.default, null));
|
|
1136
1135
|
};
|
|
1137
1136
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1138
1137
|
0 && (module.exports = {
|
package/dist/index.mjs
CHANGED
|
@@ -1025,7 +1025,6 @@ var OtpElement = (props) => {
|
|
|
1025
1025
|
|
|
1026
1026
|
// src/Components/Donut.tsx
|
|
1027
1027
|
import React31 from "react";
|
|
1028
|
-
import Highcharts from "highcharts";
|
|
1029
1028
|
import HighchartsReact from "highcharts-react-official";
|
|
1030
1029
|
var Donut = (props) => {
|
|
1031
1030
|
console.log(props);
|
|
@@ -1071,7 +1070,7 @@ var Donut = (props) => {
|
|
|
1071
1070
|
]
|
|
1072
1071
|
};
|
|
1073
1072
|
console.log(chartOptions);
|
|
1074
|
-
return /* @__PURE__ */ React31.createElement("div", null, /* @__PURE__ */ React31.createElement(HighchartsReact,
|
|
1073
|
+
return /* @__PURE__ */ React31.createElement("div", null, /* @__PURE__ */ React31.createElement(HighchartsReact, null));
|
|
1075
1074
|
};
|
|
1076
1075
|
export {
|
|
1077
1076
|
AddMoreTable,
|