@payrails/web-sdk 5.39.1 → 5.39.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.39.1",
3
+ "version": "5.39.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
@@ -1364,6 +1364,7 @@ declare class CardForm extends PayrailsElementWithStoreInstrumentCheckbox {
1364
1364
  update(options: Partial<Pick<CardFormOptions, 'styles' | 'translations' | 'events'>>): void;
1365
1365
  updateInstallmentConfig(installmentConfig?: InstallmentUpdateConfig): void;
1366
1366
  private createFormField;
1367
+ private isFieldRequired;
1367
1368
  private initializeCustomLayout;
1368
1369
  private hasFieldBeenUsed;
1369
1370
  private initializeDefaultLayout;