simpo-component-library 3.6.611 → 3.6.613

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.
@@ -106,7 +106,7 @@ export declare class ProductDescComponent extends BaseSection {
106
106
  get isItemLowStock(): boolean;
107
107
  get isMobile(): boolean;
108
108
  getCarat(carat: any): "24 Carats" | "22 Carats" | "18 Carats" | "14 Carats" | "10 Carats" | "99.9% Pure" | "92.5% Pure" | "90% Pure" | "Very Slightly Included" | "Slightly Included";
109
- getPricePerGram(weight: any, price: any, materialType: string): any;
109
+ getPricePerGram(price: any, materialType: string): any;
110
110
  isDescriptionCollapsed: boolean;
111
111
  toggleDescription(): void;
112
112
  isPriceBreakup: boolean;
@@ -37,7 +37,7 @@ export declare class ImageGridHotspotComponent extends BaseSection {
37
37
  onScroll(): void;
38
38
  scrollLeft(): void;
39
39
  dragging: boolean;
40
- dragHotspot(event: any, spot: any, img: any): void;
40
+ dragHotspot(event: any, spot: any): void;
41
41
  openedHotspotId: string | null;
42
42
  toggleHotspot(event: MouseEvent, spot: any): void;
43
43
  closeHotspot(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.611",
3
+ "version": "3.6.613",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file