@spiffcommerce/core 34.0.0-beta.c6fd98dc-c442-53b2-b921-8f53e4fd56f9 → 34.0.0-beta.eb70dc77-1c26-5362-97cc-339b6daa5bc7

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,10 +3349,7 @@ const de = (n) => {
3349
3349
  Pa(e);
3350
3350
  const a = {};
3351
3351
  Dt(e, (o) => {
3352
- if (fr.includes(o.tagName) && !o.attributes.getNamedItem("fill")) {
3353
- const c = "spiff-fill-none";
3354
- o.setAttribute("spiff-fill", "none"), o.classList.add(c);
3355
- }
3352
+ fr.includes(o.tagName) && !o.attributes.getNamedItem("fill") && o.setAttribute("spiff-fill", "none");
3356
3353
  const s = o.attributes.getNamedItem("fill");
3357
3354
  if (s && s.value !== "none" && !s.value.startsWith("url(")) {
3358
3355
  const c = Ya(s.value), d = c.browserValue.replace(/\W/g, ""), A = `spiff-fill-${d}`;
@@ -16125,7 +16122,7 @@ class Rd {
16125
16122
  } catch (a) {
16126
16123
  throw console.error(a), new gt("Critical - Unable to synchronize workflow state with server.");
16127
16124
  }
16128
- }, this.options = t, this.options.applicationKey && ar(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 34.0.0-beta.eb70dc77-1c26-5362-97cc-339b6daa5bc7"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16125
+ }, this.options = t, this.options.applicationKey && ar(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 34.0.0"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
16129
16126
  }
16130
16127
  configure(t) {
16131
16128
  pt.setHubUrl(t.hubUrl), pt.setServerUrl(t.serverUrl), pt.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 && ir(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);