@expedite-commerce/expedite-components 0.2.79 → 0.2.80
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.
|
@@ -13415,9 +13415,9 @@ function Kt() {
|
|
|
13415
13415
|
console.log("[COMPOSABLECATALOG:getTheme] Error getting theme data", u);
|
|
13416
13416
|
}
|
|
13417
13417
|
}, t = async () => {
|
|
13418
|
-
var s;
|
|
13418
|
+
var s, l, u;
|
|
13419
13419
|
try {
|
|
13420
|
-
const
|
|
13420
|
+
const c = await dn({
|
|
13421
13421
|
action: "retrieveMeta",
|
|
13422
13422
|
data: {
|
|
13423
13423
|
salesforceOrgId: ni.value,
|
|
@@ -13428,10 +13428,10 @@ function Kt() {
|
|
|
13428
13428
|
config: {
|
|
13429
13429
|
pathKey: "retrieveMeta"
|
|
13430
13430
|
}
|
|
13431
|
-
}),
|
|
13432
|
-
return console.log("[COMPOSABLECATALOG:fetchThemeREST] themeData",
|
|
13433
|
-
} catch (
|
|
13434
|
-
throw console.log("[COMPOSABLECATALOG:fetchThemeREST] Error getting theme data",
|
|
13431
|
+
}), h = ((l = (s = c == null ? void 0 : c.data) == null ? void 0 : s[0]) == null ? void 0 : l.value) ?? ((u = c == null ? void 0 : c.data) == null ? void 0 : u.value);
|
|
13432
|
+
return console.log("[COMPOSABLECATALOG:fetchThemeREST] themeData", h), h ?? null;
|
|
13433
|
+
} catch (c) {
|
|
13434
|
+
throw console.log("[COMPOSABLECATALOG:fetchThemeREST] Error getting theme data", c), c;
|
|
13435
13435
|
}
|
|
13436
13436
|
};
|
|
13437
13437
|
return {
|