@liquidcommerce/elements-sdk 2.2.0-beta.7 → 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: {
@@ -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.7",
6
+ "version": "2.2.0-beta.8",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",