simpo-component-library 1.7.97 → 1.7.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,6 @@ import { Router } from '@angular/router';
9
9
  import { CartService } from '../../../services/cart.service';
10
10
  import { StorageServiceService } from '../../../services/storage.service';
11
11
  import { MessageService } from 'primeng/api';
12
- import { MatBottomSheet } from '@angular/material/bottom-sheet';
13
12
  import { ProductCardTheme } from '../../../styles/index';
14
13
  import * as i0 from "@angular/core";
15
14
  export declare class FeaturedProductsComponent extends BaseSection implements OnInit, OnDestroy, OnChanges, AfterViewInit {
@@ -18,7 +17,6 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
18
17
  private readonly restService;
19
18
  private readonly router;
20
19
  private readonly cartService;
21
- private readonly bottomSheet;
22
20
  private readonly storageService;
23
21
  private readonly messageService;
24
22
  data: FeaturedProductModal | null;
@@ -37,7 +35,7 @@ export declare class FeaturedProductsComponent extends BaseSection implements On
37
35
  viewAllButton?: ButtonModel;
38
36
  containerRef: ElementRef<HTMLDivElement> | undefined;
39
37
  private _eventSubscriber;
40
- constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService, bottomSheet: MatBottomSheet, storageService: StorageServiceService, messageService: MessageService);
38
+ constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, cartService: CartService, storageService: StorageServiceService, messageService: MessageService);
41
39
  screenWidth: number;
42
40
  private USER_CART;
43
41
  private USER_WISHLIST;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.7.97",
3
+ "version": "1.7.99",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file