@spiffcommerce/core 26.22.1 → 26.23.0

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.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
@@ -15191,6 +15193,7 @@ const Ya = y`
15191
15193
  id: Q(),
15192
15194
  panelId: t.name,
15193
15195
  name: t.name,
15196
+ title: t.title,
15194
15197
  index: t.index,
15195
15198
  createdAt: /* @__PURE__ */ new Date(),
15196
15199
  updatedAt: /* @__PURE__ */ new Date(),
@@ -15215,7 +15218,7 @@ class kc {
15215
15218
  } catch (a) {
15216
15219
  throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
15217
15220
  }
15218
- }, 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("------------------------");
15221
+ }, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.23.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15219
15222
  }
15220
15223
  configure(t) {
15221
15224
  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();