@thryveai/theme-interfaces 2.7.112 → 2.7.113

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.
@@ -639,10 +639,10 @@ export interface IProductCardV2PromotionLabelsSettings {
639
639
  labelsPriority: ILabelConfig[];
640
640
  }
641
641
  export declare type ILabelConfig = {
642
- type: "pointPromo" | "promo";
642
+ _type: "pointPromo" | "promo";
643
643
  limit: number;
644
644
  } | {
645
- type: "tprPromo";
645
+ _type: "tprPromo";
646
646
  };
647
647
  export declare type IProductCardLayouts = {
648
648
  ContainersGrid: "default" | "pce-centered" | "prs-labels";
@@ -265,9 +265,9 @@ var DefaultConfigSFUI = {
265
265
  labelSource: "name",
266
266
  labelsLimit: 1,
267
267
  labelsPriority: [
268
- { type: "tprPromo" },
269
- { type: "pointPromo", limit: 1 },
270
- { type: "promo", limit: 1 },
268
+ { _type: "tprPromo" },
269
+ { _type: "pointPromo", limit: 1 },
270
+ { _type: "promo", limit: 1 },
271
271
  ],
272
272
  },
273
273
  recommendedLabel: { enabled: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.112",
3
+ "version": "2.7.113",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",