@spiffcommerce/core 26.7.2 → 26.7.3
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4677,6 +4677,7 @@ const $ = new An(), da = I`
|
|
|
4677
4677
|
...OptionFields
|
|
4678
4678
|
}
|
|
4679
4679
|
colorPickerEnabled
|
|
4680
|
+
pmsPickerEnabled
|
|
4680
4681
|
displayColorsOnFinishStep
|
|
4681
4682
|
displaySelectionOnFinishStep
|
|
4682
4683
|
hideColorsInCart
|
|
@@ -12206,6 +12207,9 @@ class _s extends At {
|
|
|
12206
12207
|
isColorPickerEnabled() {
|
|
12207
12208
|
return this.step.data.colorPickerEnabled ?? !1;
|
|
12208
12209
|
}
|
|
12210
|
+
isPMSPickerEnabled() {
|
|
12211
|
+
return this.step.data.pmsPickerEnabled ?? !1;
|
|
12212
|
+
}
|
|
12209
12213
|
}
|
|
12210
12214
|
class to extends At {
|
|
12211
12215
|
constructor(t, e, A) {
|
|
@@ -16111,7 +16115,7 @@ class Cc {
|
|
|
16111
16115
|
} catch (A) {
|
|
16112
16116
|
throw console.error(A), new rt("Critical - Unable to synchronize workflow state with server.");
|
|
16113
16117
|
}
|
|
16114
|
-
}, this.options = t, this.options.applicationKey && Ii(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.
|
|
16118
|
+
}, this.options = t, this.options.applicationKey && Ii(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.7.3"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
16115
16119
|
}
|
|
16116
16120
|
configure(t) {
|
|
16117
16121
|
ut.setHubUrl(t.hubUrl), ut.setServerUrl(t.serverUrl), ut.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && yi(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|