@liquidcommerce/elements-sdk 2.2.0-beta.11 → 2.2.0-beta.13

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.
@@ -1,4 +1,4 @@
1
- import { BaseComponent, type IOnStoreChanged } from '@/core/base-component.service';
1
+ import { BaseComponent } from '@/core/base-component.service';
2
2
  import type { ICartComponent } from '@/interfaces/configs';
3
3
  export interface ICartComponentParams {
4
4
  isIndependentComponent: boolean;
@@ -6,6 +6,5 @@ export interface ICartComponentParams {
6
6
  export declare class CartComponent extends BaseComponent<ICartComponentParams, ICartComponent> {
7
7
  get hostClasses(): string[];
8
8
  constructor();
9
- onStoreWatch(changes: IOnStoreChanged[]): void;
10
9
  protected template(): HTMLElement[];
11
10
  }
@@ -1,4 +1,4 @@
1
- import { BaseComponent, type IOnStoreChanged } from '@/core/base-component.service';
1
+ import { BaseComponent } from '@/core/base-component.service';
2
2
  import type { ICheckoutComponent } from '@/interfaces/configs';
3
3
  export interface ICheckoutComponentParams {
4
4
  checkoutId: string;
@@ -6,6 +6,5 @@ export interface ICheckoutComponentParams {
6
6
  }
7
7
  export declare class CheckoutComponent extends BaseComponent<ICheckoutComponentParams, ICheckoutComponent> {
8
8
  constructor();
9
- onStoreWatch(changes: IOnStoreChanged[]): void;
10
9
  protected template(): HTMLElement[];
11
10
  }
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.11",
6
+ "version": "2.2.0-beta.13",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",