@spiffcommerce/core 26.22.0 → 26.22.1-beta.74fe4a0b-e1d1-5b17-b292-b5246f337d10
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.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -3
package/dist/index.mjs
CHANGED
|
@@ -4602,6 +4602,7 @@ const X = new li(), vn = y`
|
|
|
4602
4602
|
width
|
|
4603
4603
|
index
|
|
4604
4604
|
name
|
|
4605
|
+
title
|
|
4605
4606
|
useEditableArea
|
|
4606
4607
|
transparentBackground
|
|
4607
4608
|
previewRegion {
|
|
@@ -4633,6 +4634,7 @@ const X = new li(), vn = y`
|
|
|
4633
4634
|
stepTitle
|
|
4634
4635
|
helpText
|
|
4635
4636
|
mandatory
|
|
4637
|
+
relevantPanelName
|
|
4636
4638
|
silent
|
|
4637
4639
|
conditions {
|
|
4638
4640
|
requiredVariantSelections
|
|
@@ -15215,7 +15217,7 @@ class kc {
|
|
|
15215
15217
|
} catch (a) {
|
|
15216
15218
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15217
15219
|
}
|
|
15218
|
-
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.22.
|
|
15220
|
+
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.22.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15219
15221
|
}
|
|
15220
15222
|
configure(t) {
|
|
15221
15223
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && kr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|