@expedite-commerce/expedite-components 0.2.13 → 0.2.14

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.
@@ -25198,7 +25198,7 @@ function Hn() {
25198
25198
  } catch (v) {
25199
25199
  return console.error("[ExpediteCart] Error parsing theme:", v), null;
25200
25200
  }
25201
- else if (!u.value)
25201
+ else if (!u)
25202
25202
  try {
25203
25203
  return await t();
25204
25204
  } catch (v) {