@spiffcommerce/core 26.4.2 → 26.4.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.
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5737,7 +5737,7 @@ const vi = (n) => n.substring(0, 5).toLowerCase().trim() === "data:", Ne = /* @_
|
|
|
5737
5737
|
const p = C.getPath(g.innerHTML, parseFloat(g.getAttribute("x") ?? "0") - m, parseFloat(g.getAttribute("y") ?? "0"), parseInt(d.getAttribute("font-size") ?? "72"), {
|
|
5738
5738
|
fill: w
|
|
5739
5739
|
}).toSVG(2), F = t.parseFromString(p, "image/svg+xml").firstElementChild;
|
|
5740
|
-
|
|
5740
|
+
B.appendChild(F);
|
|
5741
5741
|
}
|
|
5742
5742
|
return e.querySelectorAll("text").forEach((l) => l.remove()), xt().serializeToString(A);
|
|
5743
5743
|
}, Be = (n, t, e, A) => Math.max(bi(n.join(`
|
|
@@ -16154,7 +16154,7 @@ class gc {
|
|
|
16154
16154
|
} catch (A) {
|
|
16155
16155
|
throw console.error(A), new rt("Critical - Unable to synchronize workflow state with server.");
|
|
16156
16156
|
}
|
|
16157
|
-
}, this.options = t, this.options.applicationKey && Dn(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.4.
|
|
16157
|
+
}, this.options = t, this.options.applicationKey && Dn(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.4.4"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16158
16158
|
}
|
|
16159
16159
|
configure(t) {
|
|
16160
16160
|
ut.setHubUrl(t.hubUrl), ut.setServerUrl(t.serverUrl), ut.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && Fn(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|