@adyen/adyen-web 5.35.0 → 5.36.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.
- package/dist/adyen.css +8 -7
- package/dist/adyen.css.map +1 -1
- package/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/adyen.css +8 -7
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +8 -7
- package/dist/es/adyen.css.map +1 -1
- package/dist/es/ar.js +1 -1
- package/dist/es/cs-CZ.js +1 -1
- package/dist/es/da-DK.js +1 -1
- package/dist/es/de-DE.js +1 -1
- package/dist/es/el-GR.js +1 -1
- package/dist/es/es-ES.js +1 -1
- package/dist/es/fi-FI.js +1 -1
- package/dist/es/fr-FR.js +1 -1
- package/dist/es/hr-HR.js +1 -1
- package/dist/es/hu-HU.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/it-IT.js +1 -1
- package/dist/es/ja-JP.js +1 -1
- package/dist/es/ko-KR.js +1 -1
- package/dist/es/nl-NL.js +1 -1
- package/dist/es/no-NO.js +1 -1
- package/dist/es/pl-PL.js +1 -1
- package/dist/es/pt-BR.js +1 -1
- package/dist/es/pt-PT.js +1 -1
- package/dist/es/ro-RO.js +1 -1
- package/dist/es/ru-RU.js +1 -1
- package/dist/es/sk-SK.js +1 -1
- package/dist/es/sl-SI.js +1 -1
- package/dist/es/sv-SE.js +1 -1
- package/dist/es/zh-CN.js +1 -1
- package/dist/es/zh-TW.js +1 -1
- package/dist/es.modern/adyen.css +8 -7
- package/dist/es.modern/adyen.css.map +1 -1
- package/dist/es.modern/ar.js +1 -1
- package/dist/es.modern/cs-CZ.js +1 -1
- package/dist/es.modern/da-DK.js +1 -1
- package/dist/es.modern/de-DE.js +1 -1
- package/dist/es.modern/el-GR.js +1 -1
- package/dist/es.modern/es-ES.js +1 -1
- package/dist/es.modern/fi-FI.js +1 -1
- package/dist/es.modern/fr-FR.js +1 -1
- package/dist/es.modern/hr-HR.js +1 -1
- package/dist/es.modern/hu-HU.js +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/es.modern/it-IT.js +1 -1
- package/dist/es.modern/ja-JP.js +1 -1
- package/dist/es.modern/ko-KR.js +1 -1
- package/dist/es.modern/nl-NL.js +1 -1
- package/dist/es.modern/no-NO.js +1 -1
- package/dist/es.modern/pl-PL.js +1 -1
- package/dist/es.modern/pt-BR.js +1 -1
- package/dist/es.modern/pt-PT.js +1 -1
- package/dist/es.modern/ro-RO.js +1 -1
- package/dist/es.modern/ru-RU.js +1 -1
- package/dist/es.modern/sk-SK.js +1 -1
- package/dist/es.modern/sl-SI.js +1 -1
- package/dist/es.modern/sv-SE.js +1 -1
- package/dist/es.modern/zh-CN.js +1 -1
- package/dist/es.modern/zh-TW.js +1 -1
- package/dist/types/components/Ach/Ach.d.ts +2 -0
- package/dist/types/components/Ach/types.d.ts +1 -0
- package/dist/types/components/ApplePay/ApplePayService.d.ts +4 -2
- package/dist/types/components/ApplePay/types.d.ts +2 -1
- package/dist/types/components/Dropin/components/PaymentMethod/PaymentMethodName.d.ts +8 -0
- package/dist/types/components/PayPal/Paypal.d.ts +8 -9
- package/dist/types/components/PayPal/components/PaypalButtons.d.ts +1 -1
- package/dist/types/components/PayPal/components/PaypalComponent.d.ts +1 -1
- package/dist/types/components/PayPal/types.d.ts +7 -2
- package/dist/types/components/PayPal/utils/create-shopper-details.d.ts +6 -0
- package/dist/types/components/internal/SecuredFields/SFP/SecuredFieldsProvider.d.ts +0 -1
- package/dist/types/components/internal/SecuredFields/SFP/defaultProps.d.ts +0 -1
- package/dist/types/components/internal/SecuredFields/SFP/types.d.ts +2 -0
- package/dist/types/components/internal/SecuredFields/lib/CSF/extensions/handleIOSTouchEvents.d.ts +1 -1
- package/dist/types/components/internal/SecuredFields/lib/CSF/types.d.ts +1 -0
- package/dist/types/components/internal/SecuredFields/lib/securedField/AbstractSecuredField.d.ts +1 -0
- package/dist/types/language/config.d.ts +1 -0
- package/dist/types/language/locales/index.d.ts +52 -0
- package/dist/types/types/index.d.ts +13 -1
- package/dist/types/utils/Storage.d.ts +1 -1
- package/package.json +11 -11
|
@@ -141,6 +141,7 @@ declare const _default: {
|
|
|
141
141
|
"ach.accountNumberField.invalid": string;
|
|
142
142
|
"ach.accountLocationField.title": string;
|
|
143
143
|
"ach.accountLocationField.invalid": string;
|
|
144
|
+
"ach.savedBankAccount": string;
|
|
144
145
|
"select.state": string;
|
|
145
146
|
"select.stateOrProvince": string;
|
|
146
147
|
"select.provinceOrTerritory": string;
|
|
@@ -423,6 +424,7 @@ declare const _default: {
|
|
|
423
424
|
"ach.accountNumberField.invalid": string;
|
|
424
425
|
"ach.accountLocationField.title": string;
|
|
425
426
|
"ach.accountLocationField.invalid": string;
|
|
427
|
+
"ach.savedBankAccount": string;
|
|
426
428
|
"select.state": string;
|
|
427
429
|
"select.stateOrProvince": string;
|
|
428
430
|
"select.provinceOrTerritory": string;
|
|
@@ -707,6 +709,7 @@ declare const _default: {
|
|
|
707
709
|
"ach.accountNumberField.invalid": string;
|
|
708
710
|
"ach.accountLocationField.title": string;
|
|
709
711
|
"ach.accountLocationField.invalid": string;
|
|
712
|
+
"ach.savedBankAccount": string;
|
|
710
713
|
"select.state": string;
|
|
711
714
|
"select.stateOrProvince": string;
|
|
712
715
|
"select.provinceOrTerritory": string;
|
|
@@ -988,6 +991,7 @@ declare const _default: {
|
|
|
988
991
|
"ach.accountNumberField.invalid": string;
|
|
989
992
|
"ach.accountLocationField.title": string;
|
|
990
993
|
"ach.accountLocationField.invalid": string;
|
|
994
|
+
"ach.savedBankAccount": string;
|
|
991
995
|
"select.state": string;
|
|
992
996
|
"select.stateOrProvince": string;
|
|
993
997
|
"select.provinceOrTerritory": string;
|
|
@@ -1272,6 +1276,7 @@ declare const _default: {
|
|
|
1272
1276
|
"ach.accountNumberField.invalid": string;
|
|
1273
1277
|
"ach.accountLocationField.title": string;
|
|
1274
1278
|
"ach.accountLocationField.invalid": string;
|
|
1279
|
+
"ach.savedBankAccount": string;
|
|
1275
1280
|
"select.state": string;
|
|
1276
1281
|
"select.stateOrProvince": string;
|
|
1277
1282
|
"select.provinceOrTerritory": string;
|
|
@@ -1554,6 +1559,7 @@ declare const _default: {
|
|
|
1554
1559
|
"ach.accountNumberField.invalid": string;
|
|
1555
1560
|
"ach.accountLocationField.title": string;
|
|
1556
1561
|
"ach.accountLocationField.invalid": string;
|
|
1562
|
+
"ach.savedBankAccount": string;
|
|
1557
1563
|
"select.state": string;
|
|
1558
1564
|
"select.stateOrProvince": string;
|
|
1559
1565
|
"select.provinceOrTerritory": string;
|
|
@@ -1837,6 +1843,7 @@ declare const _default: {
|
|
|
1837
1843
|
"ach.accountNumberField.invalid": string;
|
|
1838
1844
|
"ach.accountLocationField.title": string;
|
|
1839
1845
|
"ach.accountLocationField.invalid": string;
|
|
1846
|
+
"ach.savedBankAccount": string;
|
|
1840
1847
|
"select.state": string;
|
|
1841
1848
|
"select.stateOrProvince": string;
|
|
1842
1849
|
"select.provinceOrTerritory": string;
|
|
@@ -2118,6 +2125,7 @@ declare const _default: {
|
|
|
2118
2125
|
"ach.accountNumberField.invalid": string;
|
|
2119
2126
|
"ach.accountLocationField.title": string;
|
|
2120
2127
|
"ach.accountLocationField.invalid": string;
|
|
2128
|
+
"ach.savedBankAccount": string;
|
|
2121
2129
|
"select.state": string;
|
|
2122
2130
|
"select.stateOrProvince": string;
|
|
2123
2131
|
"select.provinceOrTerritory": string;
|
|
@@ -2401,6 +2409,7 @@ declare const _default: {
|
|
|
2401
2409
|
"ach.accountNumberField.invalid": string;
|
|
2402
2410
|
"ach.accountLocationField.title": string;
|
|
2403
2411
|
"ach.accountLocationField.invalid": string;
|
|
2412
|
+
"ach.savedBankAccount": string;
|
|
2404
2413
|
"select.state": string;
|
|
2405
2414
|
"select.stateOrProvince": string;
|
|
2406
2415
|
"select.provinceOrTerritory": string;
|
|
@@ -2682,6 +2691,7 @@ declare const _default: {
|
|
|
2682
2691
|
"ach.accountNumberField.invalid": string;
|
|
2683
2692
|
"ach.accountLocationField.title": string;
|
|
2684
2693
|
"ach.accountLocationField.invalid": string;
|
|
2694
|
+
"ach.savedBankAccount": string;
|
|
2685
2695
|
"select.state": string;
|
|
2686
2696
|
"select.stateOrProvince": string;
|
|
2687
2697
|
"select.provinceOrTerritory": string;
|
|
@@ -2966,6 +2976,7 @@ declare const _default: {
|
|
|
2966
2976
|
"ach.accountNumberField.invalid": string;
|
|
2967
2977
|
"ach.accountLocationField.title": string;
|
|
2968
2978
|
"ach.accountLocationField.invalid": string;
|
|
2979
|
+
"ach.savedBankAccount": string;
|
|
2969
2980
|
"select.state": string;
|
|
2970
2981
|
"select.stateOrProvince": string;
|
|
2971
2982
|
"select.provinceOrTerritory": string;
|
|
@@ -3249,6 +3260,7 @@ declare const _default: {
|
|
|
3249
3260
|
"ach.accountNumberField.invalid": string;
|
|
3250
3261
|
"ach.accountLocationField.title": string;
|
|
3251
3262
|
"ach.accountLocationField.invalid": string;
|
|
3263
|
+
"ach.savedBankAccount": string;
|
|
3252
3264
|
"select.state": string;
|
|
3253
3265
|
"select.stateOrProvince": string;
|
|
3254
3266
|
"select.provinceOrTerritory": string;
|
|
@@ -3530,6 +3542,7 @@ declare const _default: {
|
|
|
3530
3542
|
"ach.accountNumberField.invalid": string;
|
|
3531
3543
|
"ach.accountLocationField.title": string;
|
|
3532
3544
|
"ach.accountLocationField.invalid": string;
|
|
3545
|
+
"ach.savedBankAccount": string;
|
|
3533
3546
|
"select.state": string;
|
|
3534
3547
|
"select.stateOrProvince": string;
|
|
3535
3548
|
"select.provinceOrTerritory": string;
|
|
@@ -3806,6 +3819,7 @@ declare const _default: {
|
|
|
3806
3819
|
"ach.accountNumberField.invalid": string;
|
|
3807
3820
|
"ach.accountLocationField.title": string;
|
|
3808
3821
|
"ach.accountLocationField.invalid": string;
|
|
3822
|
+
"ach.savedBankAccount": string;
|
|
3809
3823
|
"select.state": string;
|
|
3810
3824
|
"select.stateOrProvince": string;
|
|
3811
3825
|
"select.provinceOrTerritory": string;
|
|
@@ -4087,6 +4101,7 @@ declare const _default: {
|
|
|
4087
4101
|
"ach.accountNumberField.invalid": string;
|
|
4088
4102
|
"ach.accountLocationField.title": string;
|
|
4089
4103
|
"ach.accountLocationField.invalid": string;
|
|
4104
|
+
"ach.savedBankAccount": string;
|
|
4090
4105
|
"select.state": string;
|
|
4091
4106
|
"select.stateOrProvince": string;
|
|
4092
4107
|
"select.provinceOrTerritory": string;
|
|
@@ -4368,6 +4383,7 @@ declare const _default: {
|
|
|
4368
4383
|
"ach.accountNumberField.invalid": string;
|
|
4369
4384
|
"ach.accountLocationField.title": string;
|
|
4370
4385
|
"ach.accountLocationField.invalid": string;
|
|
4386
|
+
"ach.savedBankAccount": string;
|
|
4371
4387
|
"select.state": string;
|
|
4372
4388
|
"select.stateOrProvince": string;
|
|
4373
4389
|
"select.provinceOrTerritory": string;
|
|
@@ -4651,6 +4667,7 @@ declare const _default: {
|
|
|
4651
4667
|
"ach.accountNumberField.invalid": string;
|
|
4652
4668
|
"ach.accountLocationField.title": string;
|
|
4653
4669
|
"ach.accountLocationField.invalid": string;
|
|
4670
|
+
"ach.savedBankAccount": string;
|
|
4654
4671
|
"select.state": string;
|
|
4655
4672
|
"select.stateOrProvince": string;
|
|
4656
4673
|
"select.provinceOrTerritory": string;
|
|
@@ -4932,6 +4949,7 @@ declare const _default: {
|
|
|
4932
4949
|
"ach.accountNumberField.invalid": string;
|
|
4933
4950
|
"ach.accountLocationField.title": string;
|
|
4934
4951
|
"ach.accountLocationField.invalid": string;
|
|
4952
|
+
"ach.savedBankAccount": string;
|
|
4935
4953
|
"select.state": string;
|
|
4936
4954
|
"select.stateOrProvince": string;
|
|
4937
4955
|
"select.provinceOrTerritory": string;
|
|
@@ -5215,6 +5233,7 @@ declare const _default: {
|
|
|
5215
5233
|
"ach.accountNumberField.invalid": string;
|
|
5216
5234
|
"ach.accountLocationField.title": string;
|
|
5217
5235
|
"ach.accountLocationField.invalid": string;
|
|
5236
|
+
"ach.savedBankAccount": string;
|
|
5218
5237
|
"select.state": string;
|
|
5219
5238
|
"select.stateOrProvince": string;
|
|
5220
5239
|
"select.provinceOrTerritory": string;
|
|
@@ -5496,6 +5515,7 @@ declare const _default: {
|
|
|
5496
5515
|
"ach.accountNumberField.invalid": string;
|
|
5497
5516
|
"ach.accountLocationField.title": string;
|
|
5498
5517
|
"ach.accountLocationField.invalid": string;
|
|
5518
|
+
"ach.savedBankAccount": string;
|
|
5499
5519
|
"select.state": string;
|
|
5500
5520
|
"select.stateOrProvince": string;
|
|
5501
5521
|
"select.provinceOrTerritory": string;
|
|
@@ -5779,6 +5799,7 @@ declare const _default: {
|
|
|
5779
5799
|
"ach.accountNumberField.invalid": string;
|
|
5780
5800
|
"ach.accountLocationField.title": string;
|
|
5781
5801
|
"ach.accountLocationField.invalid": string;
|
|
5802
|
+
"ach.savedBankAccount": string;
|
|
5782
5803
|
"select.state": string;
|
|
5783
5804
|
"select.stateOrProvince": string;
|
|
5784
5805
|
"select.provinceOrTerritory": string;
|
|
@@ -6060,6 +6081,7 @@ declare const _default: {
|
|
|
6060
6081
|
"ach.accountNumberField.invalid": string;
|
|
6061
6082
|
"ach.accountLocationField.title": string;
|
|
6062
6083
|
"ach.accountLocationField.invalid": string;
|
|
6084
|
+
"ach.savedBankAccount": string;
|
|
6063
6085
|
"select.state": string;
|
|
6064
6086
|
"select.stateOrProvince": string;
|
|
6065
6087
|
"select.provinceOrTerritory": string;
|
|
@@ -6341,6 +6363,7 @@ declare const _default: {
|
|
|
6341
6363
|
"ach.accountNumberField.invalid": string;
|
|
6342
6364
|
"ach.accountLocationField.title": string;
|
|
6343
6365
|
"ach.accountLocationField.invalid": string;
|
|
6366
|
+
"ach.savedBankAccount": string;
|
|
6344
6367
|
"select.state": string;
|
|
6345
6368
|
"select.stateOrProvince": string;
|
|
6346
6369
|
"select.provinceOrTerritory": string;
|
|
@@ -6620,6 +6643,7 @@ declare const _default: {
|
|
|
6620
6643
|
"ach.accountNumberField.invalid": string;
|
|
6621
6644
|
"ach.accountLocationField.title": string;
|
|
6622
6645
|
"ach.accountLocationField.invalid": string;
|
|
6646
|
+
"ach.savedBankAccount": string;
|
|
6623
6647
|
"select.state": string;
|
|
6624
6648
|
"select.stateOrProvince": string;
|
|
6625
6649
|
"select.provinceOrTerritory": string;
|
|
@@ -6903,6 +6927,7 @@ declare const _default: {
|
|
|
6903
6927
|
"ach.accountNumberField.invalid": string;
|
|
6904
6928
|
"ach.accountLocationField.title": string;
|
|
6905
6929
|
"ach.accountLocationField.invalid": string;
|
|
6930
|
+
"ach.savedBankAccount": string;
|
|
6906
6931
|
"select.state": string;
|
|
6907
6932
|
"select.stateOrProvince": string;
|
|
6908
6933
|
"select.provinceOrTerritory": string;
|
|
@@ -7184,6 +7209,7 @@ declare const _default: {
|
|
|
7184
7209
|
"ach.accountNumberField.invalid": string;
|
|
7185
7210
|
"ach.accountLocationField.title": string;
|
|
7186
7211
|
"ach.accountLocationField.invalid": string;
|
|
7212
|
+
"ach.savedBankAccount": string;
|
|
7187
7213
|
"select.state": string;
|
|
7188
7214
|
"select.stateOrProvince": string;
|
|
7189
7215
|
"select.provinceOrTerritory": string;
|
|
@@ -7467,6 +7493,7 @@ declare const _default: {
|
|
|
7467
7493
|
"ach.accountNumberField.invalid": string;
|
|
7468
7494
|
"ach.accountLocationField.title": string;
|
|
7469
7495
|
"ach.accountLocationField.invalid": string;
|
|
7496
|
+
"ach.savedBankAccount": string;
|
|
7470
7497
|
"select.state": string;
|
|
7471
7498
|
"select.stateOrProvince": string;
|
|
7472
7499
|
"select.provinceOrTerritory": string;
|
|
@@ -7748,6 +7775,7 @@ declare const _default: {
|
|
|
7748
7775
|
"ach.accountNumberField.invalid": string;
|
|
7749
7776
|
"ach.accountLocationField.title": string;
|
|
7750
7777
|
"ach.accountLocationField.invalid": string;
|
|
7778
|
+
"ach.savedBankAccount": string;
|
|
7751
7779
|
"select.state": string;
|
|
7752
7780
|
"select.stateOrProvince": string;
|
|
7753
7781
|
"select.provinceOrTerritory": string;
|
|
@@ -8031,6 +8059,7 @@ declare const _default: {
|
|
|
8031
8059
|
"ach.accountNumberField.invalid": string;
|
|
8032
8060
|
"ach.accountLocationField.title": string;
|
|
8033
8061
|
"ach.accountLocationField.invalid": string;
|
|
8062
|
+
"ach.savedBankAccount": string;
|
|
8034
8063
|
"select.state": string;
|
|
8035
8064
|
"select.stateOrProvince": string;
|
|
8036
8065
|
"select.provinceOrTerritory": string;
|
|
@@ -8312,6 +8341,7 @@ declare const _default: {
|
|
|
8312
8341
|
"ach.accountNumberField.invalid": string;
|
|
8313
8342
|
"ach.accountLocationField.title": string;
|
|
8314
8343
|
"ach.accountLocationField.invalid": string;
|
|
8344
|
+
"ach.savedBankAccount": string;
|
|
8315
8345
|
"select.state": string;
|
|
8316
8346
|
"select.stateOrProvince": string;
|
|
8317
8347
|
"select.provinceOrTerritory": string;
|
|
@@ -8595,6 +8625,7 @@ declare const _default: {
|
|
|
8595
8625
|
"ach.accountNumberField.invalid": string;
|
|
8596
8626
|
"ach.accountLocationField.title": string;
|
|
8597
8627
|
"ach.accountLocationField.invalid": string;
|
|
8628
|
+
"ach.savedBankAccount": string;
|
|
8598
8629
|
"select.state": string;
|
|
8599
8630
|
"select.stateOrProvince": string;
|
|
8600
8631
|
"select.provinceOrTerritory": string;
|
|
@@ -8876,6 +8907,7 @@ declare const _default: {
|
|
|
8876
8907
|
"ach.accountNumberField.invalid": string;
|
|
8877
8908
|
"ach.accountLocationField.title": string;
|
|
8878
8909
|
"ach.accountLocationField.invalid": string;
|
|
8910
|
+
"ach.savedBankAccount": string;
|
|
8879
8911
|
"select.state": string;
|
|
8880
8912
|
"select.stateOrProvince": string;
|
|
8881
8913
|
"select.provinceOrTerritory": string;
|
|
@@ -9159,6 +9191,7 @@ declare const _default: {
|
|
|
9159
9191
|
"ach.accountNumberField.invalid": string;
|
|
9160
9192
|
"ach.accountLocationField.title": string;
|
|
9161
9193
|
"ach.accountLocationField.invalid": string;
|
|
9194
|
+
"ach.savedBankAccount": string;
|
|
9162
9195
|
"select.state": string;
|
|
9163
9196
|
"select.stateOrProvince": string;
|
|
9164
9197
|
"select.provinceOrTerritory": string;
|
|
@@ -9440,6 +9473,7 @@ declare const _default: {
|
|
|
9440
9473
|
"ach.accountNumberField.invalid": string;
|
|
9441
9474
|
"ach.accountLocationField.title": string;
|
|
9442
9475
|
"ach.accountLocationField.invalid": string;
|
|
9476
|
+
"ach.savedBankAccount": string;
|
|
9443
9477
|
"select.state": string;
|
|
9444
9478
|
"select.stateOrProvince": string;
|
|
9445
9479
|
"select.provinceOrTerritory": string;
|
|
@@ -9720,6 +9754,7 @@ declare const _default: {
|
|
|
9720
9754
|
"ach.accountNumberField.invalid": string;
|
|
9721
9755
|
"ach.accountLocationField.title": string;
|
|
9722
9756
|
"ach.accountLocationField.invalid": string;
|
|
9757
|
+
"ach.savedBankAccount": string;
|
|
9723
9758
|
"select.state": string;
|
|
9724
9759
|
"select.stateOrProvince": string;
|
|
9725
9760
|
"select.provinceOrTerritory": string;
|
|
@@ -9999,6 +10034,7 @@ declare const _default: {
|
|
|
9999
10034
|
"ach.accountNumberField.invalid": string;
|
|
10000
10035
|
"ach.accountLocationField.title": string;
|
|
10001
10036
|
"ach.accountLocationField.invalid": string;
|
|
10037
|
+
"ach.savedBankAccount": string;
|
|
10002
10038
|
"select.state": string;
|
|
10003
10039
|
"select.stateOrProvince": string;
|
|
10004
10040
|
"select.provinceOrTerritory": string;
|
|
@@ -10284,6 +10320,7 @@ declare const _default: {
|
|
|
10284
10320
|
"ach.accountNumberField.invalid": string;
|
|
10285
10321
|
"ach.accountLocationField.title": string;
|
|
10286
10322
|
"ach.accountLocationField.invalid": string;
|
|
10323
|
+
"ach.savedBankAccount": string;
|
|
10287
10324
|
"select.state": string;
|
|
10288
10325
|
"select.stateOrProvince": string;
|
|
10289
10326
|
"select.provinceOrTerritory": string;
|
|
@@ -10567,6 +10604,7 @@ declare const _default: {
|
|
|
10567
10604
|
"ach.accountNumberField.invalid": string;
|
|
10568
10605
|
"ach.accountLocationField.title": string;
|
|
10569
10606
|
"ach.accountLocationField.invalid": string;
|
|
10607
|
+
"ach.savedBankAccount": string;
|
|
10570
10608
|
"select.state": string;
|
|
10571
10609
|
"select.stateOrProvince": string;
|
|
10572
10610
|
"select.provinceOrTerritory": string;
|
|
@@ -10851,6 +10889,7 @@ declare const _default: {
|
|
|
10851
10889
|
"ach.accountNumberField.invalid": string;
|
|
10852
10890
|
"ach.accountLocationField.title": string;
|
|
10853
10891
|
"ach.accountLocationField.invalid": string;
|
|
10892
|
+
"ach.savedBankAccount": string;
|
|
10854
10893
|
"select.state": string;
|
|
10855
10894
|
"select.stateOrProvince": string;
|
|
10856
10895
|
"select.provinceOrTerritory": string;
|
|
@@ -11132,6 +11171,7 @@ declare const _default: {
|
|
|
11132
11171
|
"ach.accountNumberField.invalid": string;
|
|
11133
11172
|
"ach.accountLocationField.title": string;
|
|
11134
11173
|
"ach.accountLocationField.invalid": string;
|
|
11174
|
+
"ach.savedBankAccount": string;
|
|
11135
11175
|
"select.state": string;
|
|
11136
11176
|
"select.stateOrProvince": string;
|
|
11137
11177
|
"select.provinceOrTerritory": string;
|
|
@@ -11414,6 +11454,7 @@ declare const _default: {
|
|
|
11414
11454
|
"ach.accountNumberField.invalid": string;
|
|
11415
11455
|
"ach.accountLocationField.title": string;
|
|
11416
11456
|
"ach.accountLocationField.invalid": string;
|
|
11457
|
+
"ach.savedBankAccount": string;
|
|
11417
11458
|
"select.state": string;
|
|
11418
11459
|
"select.stateOrProvince": string;
|
|
11419
11460
|
"select.provinceOrTerritory": string;
|
|
@@ -11692,6 +11733,7 @@ declare const _default: {
|
|
|
11692
11733
|
"ach.accountNumberField.invalid": string;
|
|
11693
11734
|
"ach.accountLocationField.title": string;
|
|
11694
11735
|
"ach.accountLocationField.invalid": string;
|
|
11736
|
+
"ach.savedBankAccount": string;
|
|
11695
11737
|
"select.state": string;
|
|
11696
11738
|
"select.stateOrProvince": string;
|
|
11697
11739
|
"select.provinceOrTerritory": string;
|
|
@@ -11973,6 +12015,7 @@ declare const _default: {
|
|
|
11973
12015
|
"ach.accountNumberField.invalid": string;
|
|
11974
12016
|
"ach.accountLocationField.title": string;
|
|
11975
12017
|
"ach.accountLocationField.invalid": string;
|
|
12018
|
+
"ach.savedBankAccount": string;
|
|
11976
12019
|
"select.state": string;
|
|
11977
12020
|
"select.stateOrProvince": string;
|
|
11978
12021
|
"select.provinceOrTerritory": string;
|
|
@@ -12254,6 +12297,7 @@ declare const _default: {
|
|
|
12254
12297
|
"ach.accountNumberField.invalid": string;
|
|
12255
12298
|
"ach.accountLocationField.title": string;
|
|
12256
12299
|
"ach.accountLocationField.invalid": string;
|
|
12300
|
+
"ach.savedBankAccount": string;
|
|
12257
12301
|
"select.state": string;
|
|
12258
12302
|
"select.stateOrProvince": string;
|
|
12259
12303
|
"select.provinceOrTerritory": string;
|
|
@@ -12537,6 +12581,7 @@ declare const _default: {
|
|
|
12537
12581
|
"ach.accountNumberField.invalid": string;
|
|
12538
12582
|
"ach.accountLocationField.title": string;
|
|
12539
12583
|
"ach.accountLocationField.invalid": string;
|
|
12584
|
+
"ach.savedBankAccount": string;
|
|
12540
12585
|
"select.state": string;
|
|
12541
12586
|
"select.stateOrProvince": string;
|
|
12542
12587
|
"select.provinceOrTerritory": string;
|
|
@@ -12818,6 +12863,7 @@ declare const _default: {
|
|
|
12818
12863
|
"ach.accountNumberField.invalid": string;
|
|
12819
12864
|
"ach.accountLocationField.title": string;
|
|
12820
12865
|
"ach.accountLocationField.invalid": string;
|
|
12866
|
+
"ach.savedBankAccount": string;
|
|
12821
12867
|
"select.state": string;
|
|
12822
12868
|
"select.stateOrProvince": string;
|
|
12823
12869
|
"select.provinceOrTerritory": string;
|
|
@@ -13101,6 +13147,7 @@ declare const _default: {
|
|
|
13101
13147
|
"ach.accountNumberField.invalid": string;
|
|
13102
13148
|
"ach.accountLocationField.title": string;
|
|
13103
13149
|
"ach.accountLocationField.invalid": string;
|
|
13150
|
+
"ach.savedBankAccount": string;
|
|
13104
13151
|
"select.state": string;
|
|
13105
13152
|
"select.stateOrProvince": string;
|
|
13106
13153
|
"select.provinceOrTerritory": string;
|
|
@@ -13382,6 +13429,7 @@ declare const _default: {
|
|
|
13382
13429
|
"ach.accountNumberField.invalid": string;
|
|
13383
13430
|
"ach.accountLocationField.title": string;
|
|
13384
13431
|
"ach.accountLocationField.invalid": string;
|
|
13432
|
+
"ach.savedBankAccount": string;
|
|
13385
13433
|
"select.state": string;
|
|
13386
13434
|
"select.stateOrProvince": string;
|
|
13387
13435
|
"select.provinceOrTerritory": string;
|
|
@@ -13664,6 +13712,7 @@ declare const _default: {
|
|
|
13664
13712
|
"ach.accountNumberField.invalid": string;
|
|
13665
13713
|
"ach.accountLocationField.title": string;
|
|
13666
13714
|
"ach.accountLocationField.invalid": string;
|
|
13715
|
+
"ach.savedBankAccount": string;
|
|
13667
13716
|
"select.state": string;
|
|
13668
13717
|
"select.stateOrProvince": string;
|
|
13669
13718
|
"select.provinceOrTerritory": string;
|
|
@@ -13944,6 +13993,7 @@ declare const _default: {
|
|
|
13944
13993
|
"ach.accountNumberField.invalid": string;
|
|
13945
13994
|
"ach.accountLocationField.title": string;
|
|
13946
13995
|
"ach.accountLocationField.invalid": string;
|
|
13996
|
+
"ach.savedBankAccount": string;
|
|
13947
13997
|
"select.state": string;
|
|
13948
13998
|
"select.stateOrProvince": string;
|
|
13949
13999
|
"select.provinceOrTerritory": string;
|
|
@@ -14227,6 +14277,7 @@ declare const _default: {
|
|
|
14227
14277
|
"ach.accountNumberField.invalid": string;
|
|
14228
14278
|
"ach.accountLocationField.title": string;
|
|
14229
14279
|
"ach.accountLocationField.invalid": string;
|
|
14280
|
+
"ach.savedBankAccount": string;
|
|
14230
14281
|
"select.state": string;
|
|
14231
14282
|
"select.stateOrProvince": string;
|
|
14232
14283
|
"select.provinceOrTerritory": string;
|
|
@@ -14508,6 +14559,7 @@ declare const _default: {
|
|
|
14508
14559
|
"ach.accountNumberField.invalid": string;
|
|
14509
14560
|
"ach.accountLocationField.title": string;
|
|
14510
14561
|
"ach.accountLocationField.invalid": string;
|
|
14562
|
+
"ach.savedBankAccount": string;
|
|
14511
14563
|
"select.state": string;
|
|
14512
14564
|
"select.stateOrProvince": string;
|
|
14513
14565
|
"select.provinceOrTerritory": string;
|
|
@@ -155,7 +155,19 @@ export interface PaymentAmountExtended extends PaymentAmount {
|
|
|
155
155
|
*/
|
|
156
156
|
currencyDisplay?: string;
|
|
157
157
|
}
|
|
158
|
-
export type
|
|
158
|
+
export type ShopperDetails = {
|
|
159
|
+
shopperName?: {
|
|
160
|
+
firstName?: string;
|
|
161
|
+
lastName?: string;
|
|
162
|
+
};
|
|
163
|
+
shopperEmail?: string;
|
|
164
|
+
countryCode?: string;
|
|
165
|
+
telephoneNumber?: string;
|
|
166
|
+
dateOfBirth?: string;
|
|
167
|
+
billingAddress?: Partial<AddressData>;
|
|
168
|
+
shippingAddress?: Partial<AddressData>;
|
|
169
|
+
};
|
|
170
|
+
export type AddressField = (typeof ADDRESS_SCHEMA)[number];
|
|
159
171
|
export type AddressData = {
|
|
160
172
|
[key in AddressField]?: string;
|
|
161
173
|
};
|
|
@@ -2,7 +2,7 @@ declare class Storage<T> {
|
|
|
2
2
|
private readonly prefix;
|
|
3
3
|
private readonly key;
|
|
4
4
|
private storage;
|
|
5
|
-
constructor(key: string,
|
|
5
|
+
constructor(key: string, storageType: 'sessionStorage' | 'localStorage');
|
|
6
6
|
get(): T;
|
|
7
7
|
set(value: T): void;
|
|
8
8
|
remove(): void;
|
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.
|
|
26
|
+
"version": "5.36.0",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"homepage": "https://docs.adyen.com/checkout",
|
|
29
29
|
"repository": "github:Adyen/adyen-web",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"@testing-library/preact-hooks": "1.1.0",
|
|
69
69
|
"@testing-library/user-event": "14.4.3",
|
|
70
70
|
"@types/jest": "29.4.0",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
72
|
-
"@typescript-eslint/parser": "5.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "5.52.0",
|
|
72
|
+
"@typescript-eslint/parser": "5.52.0",
|
|
73
73
|
"autoprefixer": "10.4.13",
|
|
74
|
-
"babel-jest": "29.4.
|
|
74
|
+
"babel-jest": "29.4.3",
|
|
75
75
|
"cross-env": "^7.0.3",
|
|
76
|
-
"cssnano": "5.1.
|
|
76
|
+
"cssnano": "5.1.15",
|
|
77
77
|
"dotenv": "^16.0.3",
|
|
78
78
|
"enzyme": "3.11.0",
|
|
79
79
|
"enzyme-adapter-preact-pure": "4.1.0",
|
|
80
|
-
"eslint": "8.
|
|
80
|
+
"eslint": "8.34.0",
|
|
81
81
|
"eslint-plugin-import": "^2.26.0",
|
|
82
82
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
83
83
|
"eslint-plugin-react": "^7.31.8",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"filesize": "^10.0.0",
|
|
87
87
|
"gzip-size": "^6.0.0",
|
|
88
88
|
"husky": "^8.0.1",
|
|
89
|
-
"jest": "29.4.
|
|
90
|
-
"jest-environment-jsdom": "29.4.
|
|
89
|
+
"jest": "29.4.3",
|
|
90
|
+
"jest-environment-jsdom": "29.4.3",
|
|
91
91
|
"jest-mock-extended": "^3.0.1",
|
|
92
92
|
"lint-staged": "^13.0.3",
|
|
93
93
|
"postcss": "8.4.21",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"rollup-plugin-stylelint": "1.0.0",
|
|
97
97
|
"rollup-plugin-terser": "^7.0.2",
|
|
98
98
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
99
|
-
"sass": "1.58.
|
|
100
|
-
"stylelint": "
|
|
101
|
-
"stylelint-config-standard-scss": "
|
|
99
|
+
"sass": "1.58.3",
|
|
100
|
+
"stylelint": "15.1.0",
|
|
101
|
+
"stylelint-config-standard-scss": "7.0.1",
|
|
102
102
|
"tslib": "^2.4.1",
|
|
103
103
|
"typescript": "4.9.5",
|
|
104
104
|
"whatwg-fetch": "^3.6.2"
|