simpo-component-library 1.6.81 → 1.6.83

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,10 @@
1
- import { ActionModel, AnimationModel, BackgroundModel, LayOutModel } from "../../../styles/style.model";
1
+ import { ActionModel, AnimationModel, BackgroundModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
2
+ import { ImageModel } from "../cart/cart.modal";
2
3
  export interface ProductCategoryListModal {
3
4
  id: string;
4
5
  sectionType: string;
5
6
  sectionName: string;
6
- content: null;
7
+ content: ProductCategoryListContentModal;
7
8
  styles: ProductCategoryListStylesModal;
8
9
  action: ActionModel;
9
10
  }
@@ -13,6 +14,8 @@ export interface ProductCategoryListStylesModal {
13
14
  animation: AnimationModel;
14
15
  }
15
16
  export interface ProductCategoryListContentModal {
17
+ inputText: InputTextModel[];
18
+ image: ImageModel;
16
19
  display: Display;
17
20
  button: string;
18
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.81",
3
+ "version": "1.6.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file