@expedite-commerce/expedite-components 0.2.3 → 0.2.4
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.
|
@@ -25178,7 +25178,7 @@ function Hn() {
|
|
|
25178
25178
|
},
|
|
25179
25179
|
processSections: async (i, d, g) => {
|
|
25180
25180
|
const y = ro();
|
|
25181
|
-
if (
|
|
25181
|
+
if (d && i)
|
|
25182
25182
|
try {
|
|
25183
25183
|
const h = typeof i == "string" ? JSON.parse(i) : i;
|
|
25184
25184
|
y.pageBlocks = h;
|
|
@@ -25186,7 +25186,7 @@ function Hn() {
|
|
|
25186
25186
|
console.error("[ExpediteCart] Error parsing sections:", h);
|
|
25187
25187
|
}
|
|
25188
25188
|
else
|
|
25189
|
-
await y.fetchBlockInformationREST({
|
|
25189
|
+
d || await y.fetchBlockInformationREST({
|
|
25190
25190
|
templateId: g || Ti.value
|
|
25191
25191
|
});
|
|
25192
25192
|
}
|
|
@@ -30674,6 +30674,8 @@ const oo = (e) => (yt("data-v-975857d5"), e = e(), mt(), e), Av = ["data-test-id
|
|
|
30674
30674
|
composablesApiKey: n.composablesApiKey,
|
|
30675
30675
|
composablesOrgType: n.composablesOrgType
|
|
30676
30676
|
}), t.quoteId = n.quoteId, await s.processSections(n.sections, n.isPreview, n.templateId);
|
|
30677
|
+
}), He(() => [n.sections, n.isPreview], async () => {
|
|
30678
|
+
await s.processSections(n.sections, n.isPreview, n.templateId);
|
|
30677
30679
|
}), (r, i) => (N(), j(ve, null, [
|
|
30678
30680
|
oe(My, {
|
|
30679
30681
|
"organization-id": n.organizationId,
|