@thryveai/theme-interfaces 2.7.154 → 2.7.155

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.
@@ -680,8 +680,8 @@ export declare type ILabelConfig = {
680
680
  _type: "tprPromo";
681
681
  };
682
682
  export declare type IProductCardLayouts = {
683
- ContainersGrid: "default" | "pce-centered" | "prs-labels";
684
- ContainersCarousel: "default" | "pce-centered" | "prs-labels";
683
+ ContainersGrid: "default" | "pce-centered" | "prs-labels" | "dun-attributes";
684
+ ContainersCarousel: "default" | "pce-centered" | "prs-labels" | "dun-attributes";
685
685
  FlyerCard: "default" | "detailed";
686
686
  SimplifiedCarousel: "default";
687
687
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.154",
3
+ "version": "2.7.155",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",