@thryveai/theme-interfaces 2.5.8 → 2.5.9

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.
@@ -523,8 +523,8 @@ export interface IProductCardV2PromotionLabelsSettings {
523
523
  showLines: number;
524
524
  }
525
525
  export declare type IProductCardLayouts = {
526
- ContainersGrid: "default" | "pce-centered";
527
- ContainersCarousel: "default" | "pce-centered";
526
+ ContainersGrid: "default" | "pce-centered" | "prs-labels";
527
+ ContainersCarousel: "default" | "pce-centered" | "prs-labels";
528
528
  };
529
529
  export declare type IProductCardLayoutObjects<T> = {
530
530
  [Place in keyof IProductCardLayouts]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",