simpo-component-library 3.6.586 → 3.6.588

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.
@@ -11,11 +11,11 @@ export declare class ImageBackgroundComponent extends BaseSection {
11
11
  customClass?: string;
12
12
  delete?: boolean;
13
13
  styles?: ImageBackgroudStylesModal;
14
- content?: ImageBackgroundContentModal;
15
- heading: string;
16
- subText: string;
14
+ content: ImageBackgroundContentModal | any;
15
+ screenWidth: any;
17
16
  constructor();
18
17
  ngOnInit(): void;
18
+ getScreenSize(): void;
19
19
  get stylesLayout(): LayOutModel;
20
20
  get headingSpace(): SPACING;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageBackgroundComponent, never>;
@@ -11,15 +11,15 @@ export declare class OverlappingImageComponent extends BaseSection {
11
11
  customClass?: string;
12
12
  delete?: boolean;
13
13
  styles?: OverlappingImagestyleModal;
14
- content?: OverlappingImageContentModal;
15
- heading: string;
16
- subText: string;
14
+ content: OverlappingImageContentModal | any;
15
+ screenWidth: any;
17
16
  constructor();
18
17
  ngOnInit(): void;
18
+ getScreenSize(): void;
19
19
  get stylesLayout(): LayOutModel;
20
20
  get headingSpace(): SPACING;
21
21
  getGradientDirection(direction: string | undefined): string;
22
- getAccentBackground(): string;
22
+ get accentBackground(): string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<OverlappingImageComponent, never>;
24
24
  static ɵcmp: i0.ɵɵComponentDeclaration<OverlappingImageComponent, "simpo-overlapping-image", never, { "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.586",
3
+ "version": "3.6.588",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file