@thryveai/theme-interfaces 2.8.14 → 2.8.16

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.
@@ -417,6 +417,9 @@ var DefaultConfigSFUI = {
417
417
  skipConfirmation: false,
418
418
  confirmationDelay: 5000,
419
419
  },
420
+ carousel: {
421
+ showArrowsOnHoverOnly: true
422
+ }
420
423
  },
421
424
  welcomeModal: [],
422
425
  performance: {
@@ -32,8 +32,11 @@ var DefaultSharedSettingsConfig = {
32
32
  ageVerificationStatementName: "",
33
33
  },
34
34
  loyalty: {
35
- barcodeFormat: "UPC"
36
- }
35
+ barcodeFormat: "UPC",
36
+ },
37
+ idp: {
38
+ organization: "",
39
+ },
37
40
  },
38
41
  checkout: {
39
42
  preserveOrderNote: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.14",
3
+ "version": "2.8.16",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",