@soma-vertical-web/multi-lib 1.0.7 → 1.0.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.
@@ -33,6 +33,7 @@ export interface IRecomendationShelf extends ProductCarouselConstants {
33
33
  export interface ICommonShelf extends ProductCarouselConstants {
34
34
  collectionSearch?: ICollectionSearch;
35
35
  title?: string;
36
+ searchModal?: boolean;
36
37
  }
37
38
  export interface ProductCarouselSectionType extends ISectionResponseBase {
38
39
  data: {
@@ -49,6 +50,7 @@ export interface ProductCarouselSectionType extends ISectionResponseBase {
49
50
  sort: string;
50
51
  }[];
51
52
  };
53
+ searchModal?: boolean;
52
54
  }
53
55
  export interface ProductCarouselProps extends ProductCarouselSectionType, ProductCarouselConstants {
54
56
  }
@@ -29,6 +29,7 @@ export type ProductCarouselConstants = {
29
29
  Z_INDEX_WAR: Z_INDEX_WARType;
30
30
  StoreConfig_MainSellerId: StoreConfigType['mainSeller']['id'];
31
31
  };
32
+ searchModal?: boolean;
32
33
  };
33
34
  export type PDPProductCarouselConstants = ProductCarouselConstants;
34
35
  export type BennefitsBarConstants = {