@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260425064141 → 0.8.1-dev.20260425114015
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.
|
@@ -274,10 +274,6 @@ var ServiceClient = class {
|
|
|
274
274
|
}
|
|
275
275
|
handleFetchError(error) {
|
|
276
276
|
console.log(error);
|
|
277
|
-
const serverApiError = error;
|
|
278
|
-
if (serverApiError) {
|
|
279
|
-
return serverApiError.data;
|
|
280
|
-
}
|
|
281
277
|
return {
|
|
282
278
|
message: "There is some error. Please try after sometime.",
|
|
283
279
|
isSuccessful: false
|
package/dist/index.js
CHANGED
|
@@ -631,10 +631,6 @@ var init_ServiceClient = __esm({
|
|
|
631
631
|
}
|
|
632
632
|
handleFetchError(error) {
|
|
633
633
|
console.log(error);
|
|
634
|
-
const serverApiError = error;
|
|
635
|
-
if (serverApiError) {
|
|
636
|
-
return serverApiError.data;
|
|
637
|
-
}
|
|
638
634
|
return {
|
|
639
635
|
message: "There is some error. Please try after sometime.",
|
|
640
636
|
isSuccessful: false
|
package/dist/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ServiceClient_default,
|
|
8
8
|
ToastService_default,
|
|
9
9
|
buttonClasses
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-MCGXO6OE.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/controls/view/ViewControl.tsx
|
|
13
13
|
import React10 from "react";
|
|
@@ -2051,7 +2051,7 @@ function Hyperlink(props) {
|
|
|
2051
2051
|
// src/components/pageRenderingEngine/nodes/LinkNode.tsx
|
|
2052
2052
|
import dynamic2 from "next/dynamic";
|
|
2053
2053
|
import { Fragment as Fragment3, jsx as jsx33, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
2054
|
-
var LinkNodeButton = dynamic2(() => import("./LinkNodeButton-
|
|
2054
|
+
var LinkNodeButton = dynamic2(() => import("./LinkNodeButton-SSV4NINC.mjs"), {
|
|
2055
2055
|
ssr: false
|
|
2056
2056
|
});
|
|
2057
2057
|
var LinkNode = (props) => {
|
package/package.json
CHANGED