@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.
|
@@ -8949,9 +8949,9 @@ function Tt() {
|
|
|
8949
8949
|
console.log("[COMPOSABLECATALOG:getTheme] Error getting theme data", s);
|
|
8950
8950
|
}
|
|
8951
8951
|
}, t = async () => {
|
|
8952
|
-
var l;
|
|
8952
|
+
var l, u, s;
|
|
8953
8953
|
try {
|
|
8954
|
-
const
|
|
8954
|
+
const c = await zt({
|
|
8955
8955
|
action: "retrieveMeta",
|
|
8956
8956
|
data: {
|
|
8957
8957
|
salesforceOrgId: Xr.value,
|
|
@@ -8962,10 +8962,10 @@ function Tt() {
|
|
|
8962
8962
|
config: {
|
|
8963
8963
|
pathKey: "retrieveMeta"
|
|
8964
8964
|
}
|
|
8965
|
-
}),
|
|
8966
|
-
return console.log("[COMPOSABLECATALOG:fetchThemeREST] themeData",
|
|
8967
|
-
} catch (
|
|
8968
|
-
throw console.log("[COMPOSABLECATALOG:fetchThemeREST] Error getting theme data",
|
|
8965
|
+
}), p = ((u = (l = c == null ? void 0 : c.data) == null ? void 0 : l[0]) == null ? void 0 : u.value) ?? ((s = c == null ? void 0 : c.data) == null ? void 0 : s.value);
|
|
8966
|
+
return console.log("[COMPOSABLECATALOG:fetchThemeREST] themeData", p), p ?? null;
|
|
8967
|
+
} catch (c) {
|
|
8968
|
+
throw console.log("[COMPOSABLECATALOG:fetchThemeREST] Error getting theme data", c), c;
|
|
8969
8969
|
}
|
|
8970
8970
|
};
|
|
8971
8971
|
return {
|