@payrails/web-sdk 5.31.0 → 5.31.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.31.0",
3
+ "version": "5.31.1",
4
4
  "description": "SDK providing tokenization options on the client for merchants",
5
5
  "main": "index.js",
6
6
  "types": "payrails.d.ts",
package/payrails.d.ts CHANGED
@@ -1422,6 +1422,7 @@ interface GenericRedirectButtonOptions {
1422
1422
  };
1423
1423
  events?: PaymentEvents;
1424
1424
  paymentMethod: BasePaymentMethodConfig;
1425
+ openInNewTab?: boolean;
1425
1426
  }
1426
1427
  declare class GenericRedirectButton extends PayrailsElement {
1427
1428
  protected options: GenericRedirectButtonOptions;
@@ -1452,6 +1453,7 @@ interface GenericRedirectDropinOptions {
1452
1453
  paymentMethod: StorablePaymentCompositionOption;
1453
1454
  config?: {
1454
1455
  showPaymentMethodLogo?: boolean;
1456
+ openInNewTab?: boolean;
1455
1457
  };
1456
1458
  styles?: {
1457
1459
  element?: DropinElementStyles;