@thryveai/theme-interfaces 2.8.7 → 2.8.8

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.
@@ -1931,6 +1931,9 @@ export declare const JSONSchemas: {
1931
1931
  Sale: {
1932
1932
  type: string;
1933
1933
  };
1934
+ PromotionsGallery: {
1935
+ type: string;
1936
+ };
1934
1937
  SmallBannerWithBackgroundImage: {
1935
1938
  type: string;
1936
1939
  };
@@ -2842,6 +2842,9 @@ exports.JSONSchemas = {
2842
2842
  "Sale": {
2843
2843
  "type": "boolean"
2844
2844
  },
2845
+ "PromotionsGallery": {
2846
+ "type": "boolean"
2847
+ },
2845
2848
  "SmallBannerWithBackgroundImage": {
2846
2849
  "type": "boolean"
2847
2850
  },
@@ -396,6 +396,7 @@ var CommonConfigSFUI = {
396
396
  TwoBannerContainer: false,
397
397
  Video: false,
398
398
  VideoWithContent: false,
399
+ PromotionsGallery: false,
399
400
  },
400
401
  isLegacyProductURL: false,
401
402
  headerLinks: { dimension: 0, enabled: false },
@@ -12,6 +12,7 @@ export declare const CMSComponentNames: {
12
12
  ProductCardStory: string;
13
13
  Recipe: string;
14
14
  Sale: string;
15
+ PromotionsGallery: string;
15
16
  SmallBannerWithBackgroundImage: string;
16
17
  SmallBannerWithSupportingImage: string;
17
18
  SmallCarousel: string;
@@ -15,6 +15,7 @@ exports.CMSComponentNames = {
15
15
  ProductCardStory: "ProductCardStory",
16
16
  Recipe: "Recipe",
17
17
  Sale: "Sale",
18
+ PromotionsGallery: "PromotionsGallery",
18
19
  SmallBannerWithBackgroundImage: "StandardContentBlock1",
19
20
  SmallBannerWithSupportingImage: "StandardContentBlock2",
20
21
  SmallCarousel: "CarouselSmall",