simpo-component-library 1.5.46 → 1.5.47

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  import { InputTextModel, StylesModel } from "../../../styles/style.model";
2
+ import { Display } from "../featured-products/featured-products.modal";
2
3
  export interface FeaturedCategoryModal {
3
4
  id: string;
4
5
  sectionType: string;
@@ -10,6 +11,7 @@ export interface FeaturedCategoryContentModal {
10
11
  inputText: InputTextModel[];
11
12
  collectionId?: string;
12
13
  collectionIds?: string[];
14
+ display: Display;
13
15
  }
14
16
  export interface FeaturedCategoryStylesModel extends StylesModel {
15
17
  maximumProduct: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.5.46",
3
+ "version": "1.5.47",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file