@payrails/web-sdk 5.37.1-RC.0 → 5.37.1-RC.2

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.37.1-RC.0",
3
+ "version": "5.37.1-RC.2",
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
@@ -1493,6 +1493,7 @@ declare class GenericRedirectButton extends PayrailsElement {
1493
1493
  private setStyles;
1494
1494
  private removeStyles;
1495
1495
  private triggerLoading;
1496
+ private isSafari;
1496
1497
  private onClick;
1497
1498
  private handleAuthorizationResult;
1498
1499
  private createPopupWithTimeout;