@spiffcommerce/core 32.2.4-beta.2a1f0ff0-c7c4-56e0-afbf-fd744926c42c → 32.2.4-beta.37bc688d-3d85-536a-ba61-02a441df130e

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
@@ -13829,10 +13829,7 @@ class Ka extends er {
13829
13829
  * @param variant The variant to select.
13830
13830
  */
13831
13831
  async selectVariant(t, e) {
13832
- await Promise.all([
13833
- this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t.getId(), {}, e),
13834
- this.applyColorVariant(t, void 0, e)
13835
- ]);
13832
+ await this.bundle.getGlobalPropertyStateManager().setAspect(this.property.name, t.getId(), void 0, e);
13836
13833
  }
13837
13834
  async applyGlobalState(t) {
13838
13835
  const e = this.getStateValue();
@@ -15975,7 +15972,7 @@ class pd {
15975
15972
  } catch (a) {
15976
15973
  throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
15977
15974
  }
15978
- }, this.options = t, this.options.applicationKey && Vr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.2.4"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15975
+ }, this.options = t, this.options.applicationKey && Vr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.2.4-beta.2a1f0ff0-c7c4-56e0-afbf-fd744926c42c"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
15979
15976
  }
15980
15977
  configure(t) {
15981
15978
  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 && Gr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);