@apexcura/ui-components 0.0.15-Beta → 0.0.15-Beta0
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
|
@@ -1091,7 +1091,7 @@ var OtpElement = (props) => {
|
|
|
1091
1091
|
var import_react31 = __toESM(require("react"));
|
|
1092
1092
|
var import_highcharts = __toESM(require("highcharts"));
|
|
1093
1093
|
var import_highcharts_react_official = __toESM(require("highcharts-react-official"));
|
|
1094
|
-
var import_exporting = __toESM(require("highcharts/modules/exporting"));
|
|
1094
|
+
var import_exporting = __toESM(require("highcharts/modules/exporting.js"));
|
|
1095
1095
|
if (typeof import_highcharts.default === "object") {
|
|
1096
1096
|
(0, import_exporting.default)(import_highcharts.default);
|
|
1097
1097
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -1030,7 +1030,7 @@ var OtpElement = (props) => {
|
|
|
1030
1030
|
import React31 from "react";
|
|
1031
1031
|
import Highcharts from "highcharts";
|
|
1032
1032
|
import HighchartsReact from "highcharts-react-official";
|
|
1033
|
-
import HighchartsExporting from "highcharts/modules/exporting";
|
|
1033
|
+
import HighchartsExporting from "highcharts/modules/exporting.js";
|
|
1034
1034
|
if (typeof Highcharts === "object") {
|
|
1035
1035
|
HighchartsExporting(Highcharts);
|
|
1036
1036
|
}
|