simpo-component-library 3.6.97 → 3.6.98

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.
@@ -24,7 +24,8 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
24
24
  ngOnInit(): void;
25
25
  get stylesLayout(): LayOutModel;
26
26
  get animationDuration(): logoSpeed;
27
- get animationDirection(): logoDirection.Left | "reverse" | "normal";
27
+ get animationDirection(): "reverse" | "normal" | logoDirection.Left;
28
+ get isMobile(): boolean;
28
29
  screenWidth: number;
29
30
  getScreenSize(event?: number): void;
30
31
  editSection(): void;
@@ -34,4 +34,6 @@ export interface LogoShowcaseStylesModel extends StylesModel {
34
34
  logoDirection: logoDirection;
35
35
  showCaseType: showCaseType;
36
36
  contentAlignment: AlignContent;
37
+ containerHeight: number;
38
+ containerWidth: number;
37
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.97",
3
+ "version": "3.6.98",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file