@liquidcommerce/elements-sdk 2.6.0-beta.43 → 2.6.0-beta.44

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.
@@ -35,8 +35,8 @@ export declare abstract class ElementsBaseClient {
35
35
  protected readonly logger: ReturnType<typeof LoggerFactory.get>;
36
36
  protected clientPrepared: boolean;
37
37
  protected componentFactoryInitialized: boolean;
38
- protected cartDrawerCreated: boolean;
39
- protected modalCreated: boolean;
38
+ protected cartDrawerElement: HTMLElement | null;
39
+ protected modalElement: HTMLElement | null;
40
40
  protected injectedComponents: Map<string, IInjectedComponent>;
41
41
  constructor(clientConfigs: IClientConfigs);
42
42
  prepare(): Promise<void>;
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.6.0-beta.43",
6
+ "version": "2.6.0-beta.44",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",