@liquidcommerce/elements-sdk 2.2.0-beta.6 → 2.2.0-beta.8

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.
@@ -25,7 +25,6 @@ export interface ICheckoutGiftRecipientStore {
25
25
  phone: string;
26
26
  birthDate: string;
27
27
  addressTwo: string | null;
28
- company: string | null;
29
28
  message: string | null;
30
29
  }
31
30
  export interface ICheckoutCustomerStore {
@@ -11,7 +11,6 @@ export declare class AddressCommands extends BaseCommand {
11
11
  setSelectedAddress(addressData: IAddressData): Promise<void>;
12
12
  setAddressManually(address: Omit<IAddress, 'id'>, coordinates: ICoords): Promise<void>;
13
13
  clearSelectedAddress(): Promise<void>;
14
- private shouldResetCartForAddressChange;
15
14
  private persistSessionData;
16
15
  getDetails(): IAddressData | null;
17
16
  }
@@ -15,7 +15,6 @@ export declare const giftFormFields: {
15
15
  readonly phone: "phone";
16
16
  readonly birthDate: "birthDate";
17
17
  readonly addressTwo: "addressTwo";
18
- readonly company: "company";
19
18
  readonly message: "message";
20
19
  };
21
20
  export declare const billingFormFields: {
@@ -9,6 +9,7 @@ export declare class ProductAddToCartSectionComponent extends BaseComponent<IAdd
9
9
  private qtyDecreaseButton;
10
10
  private quantityText;
11
11
  get hostClasses(): string[];
12
+ get hostAttributes(): Record<string, string>;
12
13
  constructor();
13
14
  private getProductId;
14
15
  private getAvailableQuantity;
@@ -5,6 +5,7 @@ export interface IProductPriceComponentParams {
5
5
  }
6
6
  export declare class ProductPriceComponent extends BaseComponent<IProductPriceComponentParams, IProductComponent> {
7
7
  get hostClasses(): string[];
8
+ get hostAttributes(): Record<string, string>;
8
9
  constructor();
9
10
  private getProductId;
10
11
  protected template(): string;
@@ -6,6 +6,7 @@ export interface IProductRetailersComponent {
6
6
  export declare class ProductRetailersComponent extends BaseComponent<IProductRetailersComponent, IProductComponent> {
7
7
  get hostClasses(): string[];
8
8
  constructor();
9
+ get hostAttributes(): Record<string, string>;
9
10
  private getProductId;
10
11
  protected template(): HTMLElement | HTMLElement[];
11
12
  }
@@ -4,7 +4,6 @@ export * from './checkbox.icon';
4
4
  export * from './chevron-down.icon';
5
5
  export * from './chevron-left.icon';
6
6
  export * from './close.icon';
7
- export * from './completed.icon';
8
7
  export * from './error-info.icon';
9
8
  export * from './icon.types';
10
9
  export * from './info.icon';
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.2.0-beta.6",
6
+ "version": "2.2.0-beta.8",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",