@thryveai/theme-interfaces 1.5.17 → 1.5.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "1.5.17",
3
+ "version": "1.5.18",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -369,6 +369,9 @@ export interface IProductCardsProps {
369
369
  gridRowLength: {
370
370
  [key in IScreenType]: number;
371
371
  };
372
+ carouselsRowLength: {
373
+ [key in IScreenType]: number;
374
+ };
372
375
  productCard: {
373
376
  enabled: boolean;
374
377
  layouts: IProductCardLayouts;