@spiffcommerce/core 33.5.0 → 33.5.1-beta.1fb35423-3f68-54fa-867f-335b86e505e9

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
@@ -3349,7 +3349,7 @@ const de = (n) => {
3349
3349
  wa(e);
3350
3350
  const a = {};
3351
3351
  xt(e, (s) => {
3352
- di.includes(s.tagName) && !s.attributes.getNamedItem("fill") && s.setAttribute("fill", "black");
3352
+ di.includes(s.tagName) && !s.attributes.getNamedItem("fill") && console.log("fillable", s.tagName);
3353
3353
  const o = s.attributes.getNamedItem("fill");
3354
3354
  if (o && o.value !== "none" && !o.value.startsWith("url(")) {
3355
3355
  const c = La(o.value), d = c.browserValue.replace(/\W/g, ""), A = `spiff-fill-${d}`;
@@ -3997,6 +3997,7 @@ const H = new Fi(), Fn = C`
3997
3997
  transactionOwnerId
3998
3998
  workflowId
3999
3999
  customLogoLink
4000
+ quantity
4000
4001
  workflowFooterLogoLink
4001
4002
  restApiIntegrationLink
4002
4003
  workflowState
@@ -16189,7 +16190,7 @@ class Fd {
16189
16190
  } catch (a) {
16190
16191
  throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
16191
16192
  }
16192
- }, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16193
+ }, this.options = t, this.options.applicationKey && Jr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 33.5.1"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16193
16194
  }
16194
16195
  configure(t) {
16195
16196
  gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && _r(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);