@adyen/adyen-web 5.11.0 → 5.12.0

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.
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  enableStoreDetails: boolean;
8
8
  hasCVC: boolean;
9
9
  showBrandIcon: boolean;
10
+ showBrandsUnderCardNumber: boolean;
10
11
  positionHolderNameOnTop: boolean;
11
12
  billingAddressRequired: boolean;
12
13
  billingAddressRequiredFields: string[];
@@ -149,6 +149,7 @@ export interface PaypalSettings {
149
149
  vault?: boolean;
150
150
  'client-id': string;
151
151
  'integration-date': string;
152
+ 'enable-funding': string;
152
153
  components: string;
153
154
  }
154
155
  export declare type SupportedLocale = typeof SUPPORTED_LOCALES[number];
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "./dist/adyen.css": "./dist/adyen.css",
24
24
  "./package.json": "./package.json"
25
25
  },
26
- "version": "5.11.0",
26
+ "version": "5.12.0",
27
27
  "license": "MIT",
28
28
  "homepage": "https://docs.adyen.com/checkout",
29
29
  "repository": "github:Adyen/adyen-web",