andoncloud-sdk 1.7.27 → 1.7.28
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 +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44,6 +44,7 @@ import Typography$1 from "@mui/material/Typography";
|
|
|
44
44
|
import useMediaQuery from "@mui/material/useMediaQuery";
|
|
45
45
|
import { deepmerge } from "@mui/utils";
|
|
46
46
|
import CloseIcon from "@mui/icons-material/Close";
|
|
47
|
+
import HelpOutlineIcon$1 from "@mui/icons-material/HelpOutlined";
|
|
47
48
|
//#region src/utils/text.js
|
|
48
49
|
const toCamelCase = (str) => str.replace(/_([a-z])/g, (_, letter) => letter.toUpperCase());
|
|
49
50
|
//#endregion
|
|
@@ -4249,7 +4250,7 @@ async function authFetch(url, options = {}) {
|
|
|
4249
4250
|
toast$1.error(createElement(Fragment, null, createElement(Typography, { mr: textResponse ? 2 : 0 }, i18n_default.t("somethingWentWrongMessage")), textResponse && createElement(Tooltip, {
|
|
4250
4251
|
title: textResponse,
|
|
4251
4252
|
arrow: true,
|
|
4252
|
-
children: createElement(HelpOutlineIcon)
|
|
4253
|
+
children: createElement(HelpOutlineIcon$1)
|
|
4253
4254
|
})));
|
|
4254
4255
|
break;
|
|
4255
4256
|
default: break;
|