@expedite-commerce/expedite-components 0.2.46 → 0.2.48
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.
|
@@ -13515,7 +13515,7 @@ function rn() {
|
|
|
13515
13515
|
processTheme: async (a, s) => {
|
|
13516
13516
|
if (console.log("[COMPOSABLECATALOG:processTheme] isPreview", a), console.log("[COMPOSABLECATALOG:processTheme] theme", s), a && s)
|
|
13517
13517
|
try {
|
|
13518
|
-
return s;
|
|
13518
|
+
return JSON.parse(s);
|
|
13519
13519
|
} catch (l) {
|
|
13520
13520
|
return console.error("[ExpediteCart] Error parsing theme:", l), null;
|
|
13521
13521
|
}
|