@thryveai/theme-interfaces 2.8.39 → 2.8.41

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.
@@ -312,6 +312,17 @@ var DefaultConfigSFUI = {
312
312
  siteSettings: {
313
313
  advertProductView: false,
314
314
  clientSideOrderModify: true,
315
+ cms: {
316
+ productCardStory: {
317
+ imageSpaceRatios: {
318
+ "30": "3/4.5",
319
+ "40": "1/1",
320
+ "50": "5/4",
321
+ "60": "6/3.5",
322
+ "70": "9/5",
323
+ },
324
+ },
325
+ },
315
326
  cmsLazyLoadRows: 0,
316
327
  anonymousCart: false,
317
328
  ctaButtons: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.39",
3
+ "version": "2.8.41",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",