simpo-component-library 3.6.223 → 3.6.225

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.
@@ -20,6 +20,7 @@ export declare class ImageEditorComponent {
20
20
  addLink: boolean;
21
21
  max: number;
22
22
  min: number;
23
+ imgLoader: boolean;
23
24
  updateImage(): Promise<void>;
24
25
  horizontalPosition(): void;
25
26
  deleteImage(): void;
@@ -27,6 +27,7 @@ export declare class LinkEditorComponent {
27
27
  addNewLink(): void;
28
28
  buttonStyles: any;
29
29
  changeButtonStyle(): void;
30
+ getContrastTextColor(backgroundHex: any): void;
30
31
  backgroundType: string[];
31
32
  setBorderRadius(): "0px" | "99px" | "7px";
32
33
  setBorder(): string;
@@ -28,6 +28,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
28
28
  get getBackgroundOpacity(): "0" | "0.7" | "0.5" | "0.3" | "0.2";
29
29
  opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
30
30
  editSection(): void;
31
+ getScreenSize(): number;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
32
33
  static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
33
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.223",
3
+ "version": "3.6.225",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file