@liquidcommerce/elements-sdk 2.2.0-beta.25 → 2.2.0-beta.26

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.
@@ -16,5 +16,6 @@ export declare class CartFooterComponent extends BaseComponent<ICartFooterCompon
16
16
  private shouldDisableCheckout;
17
17
  private updateCheckoutButtonState;
18
18
  private updateSubtotalItemsCount;
19
+ private handleCheckout;
19
20
  protected template(): HTMLElement[];
20
21
  }
@@ -6,5 +6,6 @@ export declare class CartItemComponent extends BaseComponent<ICartItemComponentP
6
6
  get hostClasses(): string[];
7
7
  get hostAttributes(): Record<string, string>;
8
8
  constructor();
9
+ private handleOpenEngravingForm;
9
10
  protected template(): HTMLElement[];
10
11
  }
@@ -9,5 +9,6 @@ export declare class EngravingViewComponent extends BaseComponent<IEngravingView
9
9
  private engravingQuantityFee;
10
10
  private engravingLines;
11
11
  private handleEdit;
12
+ private handleRemove;
12
13
  protected template(): HTMLElement | HTMLElement[] | string;
13
14
  }