@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.
@@ -9049,7 +9049,7 @@ function Pt() {
9049
9049
  processTheme: async (i, l) => {
9050
9050
  if (console.log("[COMPOSABLECATALOG:processTheme] isPreview", i), console.log("[COMPOSABLECATALOG:processTheme] theme", l), i && l)
9051
9051
  try {
9052
- return l;
9052
+ return JSON.parse(l);
9053
9053
  } catch (u) {
9054
9054
  return console.error("[ExpediteCart] Error parsing theme:", u), null;
9055
9055
  }