simpo-component-library 3.6.579 → 3.6.581

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.
@@ -47,7 +47,6 @@ export declare class HeaderSectionComponent implements OnInit {
47
47
  goToAccount(redirectTo: any): void;
48
48
  get loggedIn(): boolean;
49
49
  get getUserName(): string | undefined;
50
- changePlaceholder(): void;
51
50
  goToWishlist(): void;
52
51
  goToCart(): void;
53
52
  applyFilter(value: any, type: string): void;
@@ -40,6 +40,4 @@ export interface HeaderStyleModel {
40
40
  color: string;
41
41
  headlineAnimationType: headlineAnimationType;
42
42
  };
43
- searchBarPlaceholderList?: any;
44
- smartSearchBar?: boolean;
45
43
  }
@@ -23,7 +23,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
23
23
  constructor(_eventService: EventsService);
24
24
  ngOnInit(): void;
25
25
  get stylesLayout(): LayOutModel;
26
- get animationDuration(): "3s" | "6s" | "5s" | "4s" | logoSpeed.Normal;
26
+ get animationDuration(): "6s" | "5s" | "4s" | "3s" | logoSpeed.Normal;
27
27
  get animationDirection(): "reverse" | "normal" | logoDirection.Left;
28
28
  get isMobile(): boolean;
29
29
  get getPositionLayout(): PositionLayoutModal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.579",
3
+ "version": "3.6.581",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file