@liquidcommerce/elements-sdk 2.1.0-beta.62 → 2.1.0-beta.63

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.
@@ -13,9 +13,9 @@ export declare const Z_INDEX: {
13
13
  readonly CAROUSEL_CONTROLS: 5580;
14
14
  readonly TOOLTIP: 5570;
15
15
  readonly PROGRESS_BAR: 5560;
16
- readonly CHECKOUT_HEADER: 5540;
17
- readonly INDEPENDENT_BUTTON: 5530;
18
- readonly CART_HEADER: 5540;
16
+ readonly CHECKOUT_HEADER: 5920;
17
+ readonly INDEPENDENT_BUTTON: 5910;
18
+ readonly CART_HEADER: 5920;
19
19
  readonly TOGGLE_SLIDER: 5150;
20
20
  readonly FORM_CONTROLS: 5130;
21
21
  readonly ADDRESS_ACTIONS: 5050;
@@ -8,6 +8,8 @@ export declare class CartItemComponent extends BaseComponent<ICartItemComponentP
8
8
  constructor();
9
9
  private getItemId;
10
10
  onStoreChanged(changes: IOnStoreChanged[]): boolean | undefined;
11
+ private handleEngravingElement;
11
12
  private updateShippingTime;
12
13
  protected template(): HTMLElement[];
14
+ afterRender(): void;
13
15
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "LiquidCommerce Elements SDK",
4
4
  "license": "UNLICENSED",
5
5
  "author": "LiquidCommerce Team",
6
- "version": "2.1.0-beta.62",
6
+ "version": "2.1.0-beta.63",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",