simpo-component-library 1.6.34 → 1.6.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,7 @@ export declare class SmallProductListingComponent implements OnInit {
14
14
  isCategoryProductList: boolean;
15
15
  ngOnInit(): void;
16
16
  addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
17
+ removeDefault(event: PointerEvent | MouseEvent): void;
17
18
  getItemVarient(product: Product, varientId: string): ItemVariant | null;
18
19
  getPercentage(product: Product): string;
19
20
  goToProductDetail(product: Product): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.34",
3
+ "version": "1.6.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",