simpo-component-library 1.8.1 → 1.8.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
22
22
  constructor(_eventService: EventsService);
23
23
  ngOnInit(): void;
24
24
  get animationDuration(): logoSpeed;
25
- get animationDirection(): logoDirection;
25
+ get animationDirection(): logoDirection.Left | "reverse" | "normal";
26
26
  screenWidth: number;
27
27
  getScreenSize(event?: number): void;
28
28
  editSection(): void;
@@ -139,8 +139,8 @@ export declare enum showCaseType {
139
139
  Grid = "Grid"
140
140
  }
141
141
  export declare enum logoSpeed {
142
- Slow = "1s",
143
- Normal = "4s",
142
+ Slow = "4s",
143
+ Normal = "3s",
144
144
  Fast = "2s",
145
145
  VeryFast = "1s"
146
146
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file