@thryveai/theme-interfaces 2.7.103 → 2.7.105

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.
@@ -374,7 +374,9 @@ var DefaultConfigSFUI = {
374
374
  percentOffset: { bottom: 15, right: 2 },
375
375
  },
376
376
  clientRenderCoupons: true,
377
- showShopAllLink: false,
377
+ showShopAllLink: {
378
+ enabled: false,
379
+ },
378
380
  },
379
381
  welcomeModal: [],
380
382
  performance: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.103",
3
+ "version": "2.7.105",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",