@thryveai/theme-interfaces 2.8.62 → 2.8.64

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.
@@ -272,6 +272,7 @@ var DefaultConfigSFUI = {
272
272
  },
273
273
  productCard: {
274
274
  limitProductCardTitleHeight: true,
275
+ imageRendering: "auto",
275
276
  productCards: {
276
277
  carouselsRowLength: {
277
278
  desktop: 6,
@@ -64,6 +64,7 @@ var DefaultSharedSettingsConfig = {
64
64
  pastPurchases: {
65
65
  defaultDateFilterDays: "all",
66
66
  },
67
+ displayTimeslotProviders: null,
67
68
  },
68
69
  products: {
69
70
  productLabels: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.62",
3
+ "version": "2.8.64",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",