@liquidcommerce/elements-sdk 2.5.6-beta.19 → 2.5.6-beta.20

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.
@@ -20,6 +20,7 @@ export interface IClientConfigs {
20
20
  clientPrepared: boolean;
21
21
  promoTicker: IPromoTicker[] | null;
22
22
  paymentMethodId?: string;
23
+ openShadowDom?: boolean;
23
24
  }
24
25
  export interface IClientConfigInput {
25
26
  env?: ElementsEnv;
@@ -31,6 +32,7 @@ export interface IClientConfigInput {
31
32
  development?: {
32
33
  customApiUrl?: string;
33
34
  paymentMethodId?: string;
35
+ openShadowDom?: boolean;
34
36
  };
35
37
  }
36
38
  export declare class ClientConfigService {
@@ -101,6 +101,8 @@ export interface ICheckoutBillingStore {
101
101
  export interface ICheckoutPaymentCardStore {
102
102
  brand: string;
103
103
  last4: string;
104
+ expMonth: string;
105
+ expYear: string;
104
106
  }
105
107
  export interface ICheckoutPaymentMethodStore {
106
108
  id: string;
@@ -14,6 +14,7 @@ export interface IElementsProxyConfig {
14
14
  export interface ILiquidCommerceElementsDevelopmentConfig {
15
15
  customApiUrl?: string;
16
16
  paymentMethodId?: string;
17
+ openShadowDom?: boolean;
17
18
  }
18
19
  export interface IClientCustomThemeConfig {
19
20
  global?: UpdateComponentGlobalConfigs;
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.5.6-beta.19",
6
+ "version": "2.5.6-beta.20",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",
@@ -91,7 +91,7 @@
91
91
  "conventional-changelog-cli": "^5.0.0",
92
92
  "husky": "^9.1.7",
93
93
  "process": "^0.11.10",
94
- "rollup": "^4.53.2",
94
+ "rollup": "^4.53.3",
95
95
  "rollup-obfuscator": "^4.1.1",
96
96
  "rollup-plugin-typescript2": "^0.36.0",
97
97
  "semantic-release": "^25.0.2",