@adyen/adyen-web 5.66.1 → 5.67.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/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/index.js +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/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/Card/Bancontact.d.ts +3 -7
- package/dist/types/components/Card/Card.d.ts +3 -10
- package/dist/types/components/Card/components/CardInput/defaultProps.d.ts +26 -16
- package/dist/types/components/Card/types.d.ts +6 -1
- package/dist/types/components/GooglePay/components/GooglePayButton.d.ts +1 -0
- package/dist/types/components/GooglePay/types.d.ts +1 -0
- package/dist/types/components/Riverty/config.d.ts +16 -0
- package/dist/types/components/SecuredFields/SecuredFields.d.ts +2 -0
- package/dist/types/components/internal/DisclaimerMessage/DisclaimerMessage.d.ts +1 -0
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +1 -0
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +2 -0
- package/dist/types/core/Analytics/types.d.ts +50 -0
- package/dist/types/core/Analytics/utils.d.ts +3 -1
- package/dist/types/core/RiskModule/RiskModule.d.ts +1 -0
- package/dist/types/language/config.d.ts +1 -0
- package/dist/types/language/locales/index.d.ts +52 -0
- package/package.json +2 -2
|
@@ -96,6 +96,7 @@ declare const _default: {
|
|
|
96
96
|
"issuerList.wallet.placeholder": string;
|
|
97
97
|
privacyPolicy: string;
|
|
98
98
|
"afterPay.agreement": string;
|
|
99
|
+
"riverty.termsAndConditions": string;
|
|
99
100
|
paymentConditions: string;
|
|
100
101
|
openApp: string;
|
|
101
102
|
"voucher.readInstructions": string;
|
|
@@ -416,6 +417,7 @@ declare const _default: {
|
|
|
416
417
|
"issuerList.wallet.placeholder": string;
|
|
417
418
|
privacyPolicy: string;
|
|
418
419
|
"afterPay.agreement": string;
|
|
420
|
+
"riverty.termsAndConditions": string;
|
|
419
421
|
paymentConditions: string;
|
|
420
422
|
openApp: string;
|
|
421
423
|
"voucher.readInstructions": string;
|
|
@@ -738,6 +740,7 @@ declare const _default: {
|
|
|
738
740
|
"issuerList.wallet.placeholder": string;
|
|
739
741
|
privacyPolicy: string;
|
|
740
742
|
"afterPay.agreement": string;
|
|
743
|
+
"riverty.termsAndConditions": string;
|
|
741
744
|
paymentConditions: string;
|
|
742
745
|
openApp: string;
|
|
743
746
|
"voucher.readInstructions": string;
|
|
@@ -1054,6 +1057,7 @@ declare const _default: {
|
|
|
1054
1057
|
"issuerList.wallet.placeholder": string;
|
|
1055
1058
|
privacyPolicy: string;
|
|
1056
1059
|
"afterPay.agreement": string;
|
|
1060
|
+
"riverty.termsAndConditions": string;
|
|
1057
1061
|
paymentConditions: string;
|
|
1058
1062
|
openApp: string;
|
|
1059
1063
|
"voucher.readInstructions": string;
|
|
@@ -1372,6 +1376,7 @@ declare const _default: {
|
|
|
1372
1376
|
"issuerList.wallet.placeholder": string;
|
|
1373
1377
|
privacyPolicy: string;
|
|
1374
1378
|
"afterPay.agreement": string;
|
|
1379
|
+
"riverty.termsAndConditions": string;
|
|
1375
1380
|
paymentConditions: string;
|
|
1376
1381
|
openApp: string;
|
|
1377
1382
|
"voucher.readInstructions": string;
|
|
@@ -1689,6 +1694,7 @@ declare const _default: {
|
|
|
1689
1694
|
"issuerList.wallet.placeholder": string;
|
|
1690
1695
|
privacyPolicy: string;
|
|
1691
1696
|
"afterPay.agreement": string;
|
|
1697
|
+
"riverty.termsAndConditions": string;
|
|
1692
1698
|
paymentConditions: string;
|
|
1693
1699
|
openApp: string;
|
|
1694
1700
|
"voucher.readInstructions": string;
|
|
@@ -2008,6 +2014,7 @@ declare const _default: {
|
|
|
2008
2014
|
"issuerList.wallet.placeholder": string;
|
|
2009
2015
|
privacyPolicy: string;
|
|
2010
2016
|
"afterPay.agreement": string;
|
|
2017
|
+
"riverty.termsAndConditions": string;
|
|
2011
2018
|
paymentConditions: string;
|
|
2012
2019
|
openApp: string;
|
|
2013
2020
|
"voucher.readInstructions": string;
|
|
@@ -2324,6 +2331,7 @@ declare const _default: {
|
|
|
2324
2331
|
"issuerList.wallet.placeholder": string;
|
|
2325
2332
|
privacyPolicy: string;
|
|
2326
2333
|
"afterPay.agreement": string;
|
|
2334
|
+
"riverty.termsAndConditions": string;
|
|
2327
2335
|
paymentConditions: string;
|
|
2328
2336
|
openApp: string;
|
|
2329
2337
|
"voucher.readInstructions": string;
|
|
@@ -2642,6 +2650,7 @@ declare const _default: {
|
|
|
2642
2650
|
"issuerList.wallet.placeholder": string;
|
|
2643
2651
|
privacyPolicy: string;
|
|
2644
2652
|
"afterPay.agreement": string;
|
|
2653
|
+
"riverty.termsAndConditions": string;
|
|
2645
2654
|
paymentConditions: string;
|
|
2646
2655
|
openApp: string;
|
|
2647
2656
|
"voucher.readInstructions": string;
|
|
@@ -2961,6 +2970,7 @@ declare const _default: {
|
|
|
2961
2970
|
"issuerList.wallet.placeholder": string;
|
|
2962
2971
|
privacyPolicy: string;
|
|
2963
2972
|
"afterPay.agreement": string;
|
|
2973
|
+
"riverty.termsAndConditions": string;
|
|
2964
2974
|
paymentConditions: string;
|
|
2965
2975
|
openApp: string;
|
|
2966
2976
|
"voucher.readInstructions": string;
|
|
@@ -3282,6 +3292,7 @@ declare const _default: {
|
|
|
3282
3292
|
"issuerList.wallet.placeholder": string;
|
|
3283
3293
|
privacyPolicy: string;
|
|
3284
3294
|
"afterPay.agreement": string;
|
|
3295
|
+
"riverty.termsAndConditions": string;
|
|
3285
3296
|
paymentConditions: string;
|
|
3286
3297
|
openApp: string;
|
|
3287
3298
|
"voucher.readInstructions": string;
|
|
@@ -3603,6 +3614,7 @@ declare const _default: {
|
|
|
3603
3614
|
"issuerList.wallet.placeholder": string;
|
|
3604
3615
|
privacyPolicy: string;
|
|
3605
3616
|
"afterPay.agreement": string;
|
|
3617
|
+
"riverty.termsAndConditions": string;
|
|
3606
3618
|
paymentConditions: string;
|
|
3607
3619
|
openApp: string;
|
|
3608
3620
|
"voucher.readInstructions": string;
|
|
@@ -3924,6 +3936,7 @@ declare const _default: {
|
|
|
3924
3936
|
"issuerList.wallet.placeholder": string;
|
|
3925
3937
|
privacyPolicy: string;
|
|
3926
3938
|
"afterPay.agreement": string;
|
|
3939
|
+
"riverty.termsAndConditions": string;
|
|
3927
3940
|
paymentConditions: string;
|
|
3928
3941
|
openApp: string;
|
|
3929
3942
|
"voucher.readInstructions": string;
|
|
@@ -4235,6 +4248,7 @@ declare const _default: {
|
|
|
4235
4248
|
"issuerList.wallet.placeholder": string;
|
|
4236
4249
|
privacyPolicy: string;
|
|
4237
4250
|
"afterPay.agreement": string;
|
|
4251
|
+
"riverty.termsAndConditions": string;
|
|
4238
4252
|
paymentConditions: string;
|
|
4239
4253
|
openApp: string;
|
|
4240
4254
|
"voucher.readInstructions": string;
|
|
@@ -4550,6 +4564,7 @@ declare const _default: {
|
|
|
4550
4564
|
"issuerList.wallet.placeholder": string;
|
|
4551
4565
|
privacyPolicy: string;
|
|
4552
4566
|
"afterPay.agreement": string;
|
|
4567
|
+
"riverty.termsAndConditions": string;
|
|
4553
4568
|
paymentConditions: string;
|
|
4554
4569
|
openApp: string;
|
|
4555
4570
|
"voucher.readInstructions": string;
|
|
@@ -4866,6 +4881,7 @@ declare const _default: {
|
|
|
4866
4881
|
"issuerList.wallet.placeholder": string;
|
|
4867
4882
|
privacyPolicy: string;
|
|
4868
4883
|
"afterPay.agreement": string;
|
|
4884
|
+
"riverty.termsAndConditions": string;
|
|
4869
4885
|
paymentConditions: string;
|
|
4870
4886
|
openApp: string;
|
|
4871
4887
|
"voucher.readInstructions": string;
|
|
@@ -5184,6 +5200,7 @@ declare const _default: {
|
|
|
5184
5200
|
"issuerList.wallet.placeholder": string;
|
|
5185
5201
|
privacyPolicy: string;
|
|
5186
5202
|
"afterPay.agreement": string;
|
|
5203
|
+
"riverty.termsAndConditions": string;
|
|
5187
5204
|
paymentConditions: string;
|
|
5188
5205
|
openApp: string;
|
|
5189
5206
|
"voucher.readInstructions": string;
|
|
@@ -5503,6 +5520,7 @@ declare const _default: {
|
|
|
5503
5520
|
"issuerList.wallet.placeholder": string;
|
|
5504
5521
|
privacyPolicy: string;
|
|
5505
5522
|
"afterPay.agreement": string;
|
|
5523
|
+
"riverty.termsAndConditions": string;
|
|
5506
5524
|
paymentConditions: string;
|
|
5507
5525
|
openApp: string;
|
|
5508
5526
|
"voucher.readInstructions": string;
|
|
@@ -5824,6 +5842,7 @@ declare const _default: {
|
|
|
5824
5842
|
"issuerList.wallet.placeholder": string;
|
|
5825
5843
|
privacyPolicy: string;
|
|
5826
5844
|
"afterPay.agreement": string;
|
|
5845
|
+
"riverty.termsAndConditions": string;
|
|
5827
5846
|
paymentConditions: string;
|
|
5828
5847
|
openApp: string;
|
|
5829
5848
|
"voucher.readInstructions": string;
|
|
@@ -6143,6 +6162,7 @@ declare const _default: {
|
|
|
6143
6162
|
"issuerList.wallet.placeholder": string;
|
|
6144
6163
|
privacyPolicy: string;
|
|
6145
6164
|
"afterPay.agreement": string;
|
|
6165
|
+
"riverty.termsAndConditions": string;
|
|
6146
6166
|
paymentConditions: string;
|
|
6147
6167
|
openApp: string;
|
|
6148
6168
|
"voucher.readInstructions": string;
|
|
@@ -6464,6 +6484,7 @@ declare const _default: {
|
|
|
6464
6484
|
"issuerList.wallet.placeholder": string;
|
|
6465
6485
|
privacyPolicy: string;
|
|
6466
6486
|
"afterPay.agreement": string;
|
|
6487
|
+
"riverty.termsAndConditions": string;
|
|
6467
6488
|
paymentConditions: string;
|
|
6468
6489
|
openApp: string;
|
|
6469
6490
|
"voucher.readInstructions": string;
|
|
@@ -6783,6 +6804,7 @@ declare const _default: {
|
|
|
6783
6804
|
"issuerList.wallet.placeholder": string;
|
|
6784
6805
|
privacyPolicy: string;
|
|
6785
6806
|
"afterPay.agreement": string;
|
|
6807
|
+
"riverty.termsAndConditions": string;
|
|
6786
6808
|
paymentConditions: string;
|
|
6787
6809
|
openApp: string;
|
|
6788
6810
|
"voucher.readInstructions": string;
|
|
@@ -7102,6 +7124,7 @@ declare const _default: {
|
|
|
7102
7124
|
"issuerList.wallet.placeholder": string;
|
|
7103
7125
|
privacyPolicy: string;
|
|
7104
7126
|
"afterPay.agreement": string;
|
|
7127
|
+
"riverty.termsAndConditions": string;
|
|
7105
7128
|
paymentConditions: string;
|
|
7106
7129
|
openApp: string;
|
|
7107
7130
|
"voucher.readInstructions": string;
|
|
@@ -7419,6 +7442,7 @@ declare const _default: {
|
|
|
7419
7442
|
"issuerList.wallet.placeholder": string;
|
|
7420
7443
|
privacyPolicy: string;
|
|
7421
7444
|
"afterPay.agreement": string;
|
|
7445
|
+
"riverty.termsAndConditions": string;
|
|
7422
7446
|
paymentConditions: string;
|
|
7423
7447
|
openApp: string;
|
|
7424
7448
|
"voucher.readInstructions": string;
|
|
@@ -7740,6 +7764,7 @@ declare const _default: {
|
|
|
7740
7764
|
"issuerList.wallet.placeholder": string;
|
|
7741
7765
|
privacyPolicy: string;
|
|
7742
7766
|
"afterPay.agreement": string;
|
|
7767
|
+
"riverty.termsAndConditions": string;
|
|
7743
7768
|
paymentConditions: string;
|
|
7744
7769
|
openApp: string;
|
|
7745
7770
|
"voucher.readInstructions": string;
|
|
@@ -8059,6 +8084,7 @@ declare const _default: {
|
|
|
8059
8084
|
"issuerList.wallet.placeholder": string;
|
|
8060
8085
|
privacyPolicy: string;
|
|
8061
8086
|
"afterPay.agreement": string;
|
|
8087
|
+
"riverty.termsAndConditions": string;
|
|
8062
8088
|
paymentConditions: string;
|
|
8063
8089
|
openApp: string;
|
|
8064
8090
|
"voucher.readInstructions": string;
|
|
@@ -8380,6 +8406,7 @@ declare const _default: {
|
|
|
8380
8406
|
"issuerList.wallet.placeholder": string;
|
|
8381
8407
|
privacyPolicy: string;
|
|
8382
8408
|
"afterPay.agreement": string;
|
|
8409
|
+
"riverty.termsAndConditions": string;
|
|
8383
8410
|
paymentConditions: string;
|
|
8384
8411
|
openApp: string;
|
|
8385
8412
|
"voucher.readInstructions": string;
|
|
@@ -8699,6 +8726,7 @@ declare const _default: {
|
|
|
8699
8726
|
"issuerList.wallet.placeholder": string;
|
|
8700
8727
|
privacyPolicy: string;
|
|
8701
8728
|
"afterPay.agreement": string;
|
|
8729
|
+
"riverty.termsAndConditions": string;
|
|
8702
8730
|
paymentConditions: string;
|
|
8703
8731
|
openApp: string;
|
|
8704
8732
|
"voucher.readInstructions": string;
|
|
@@ -9020,6 +9048,7 @@ declare const _default: {
|
|
|
9020
9048
|
"issuerList.wallet.placeholder": string;
|
|
9021
9049
|
privacyPolicy: string;
|
|
9022
9050
|
"afterPay.agreement": string;
|
|
9051
|
+
"riverty.termsAndConditions": string;
|
|
9023
9052
|
paymentConditions: string;
|
|
9024
9053
|
openApp: string;
|
|
9025
9054
|
"voucher.readInstructions": string;
|
|
@@ -9336,6 +9365,7 @@ declare const _default: {
|
|
|
9336
9365
|
"issuerList.wallet.placeholder": string;
|
|
9337
9366
|
privacyPolicy: string;
|
|
9338
9367
|
"afterPay.agreement": string;
|
|
9368
|
+
"riverty.termsAndConditions": string;
|
|
9339
9369
|
paymentConditions: string;
|
|
9340
9370
|
openApp: string;
|
|
9341
9371
|
"voucher.readInstructions": string;
|
|
@@ -9654,6 +9684,7 @@ declare const _default: {
|
|
|
9654
9684
|
"issuerList.wallet.placeholder": string;
|
|
9655
9685
|
privacyPolicy: string;
|
|
9656
9686
|
"afterPay.agreement": string;
|
|
9687
|
+
"riverty.termsAndConditions": string;
|
|
9657
9688
|
paymentConditions: string;
|
|
9658
9689
|
openApp: string;
|
|
9659
9690
|
"voucher.readInstructions": string;
|
|
@@ -9970,6 +10001,7 @@ declare const _default: {
|
|
|
9970
10001
|
"issuerList.wallet.placeholder": string;
|
|
9971
10002
|
privacyPolicy: string;
|
|
9972
10003
|
"afterPay.agreement": string;
|
|
10004
|
+
"riverty.termsAndConditions": string;
|
|
9973
10005
|
paymentConditions: string;
|
|
9974
10006
|
openApp: string;
|
|
9975
10007
|
"voucher.readInstructions": string;
|
|
@@ -10288,6 +10320,7 @@ declare const _default: {
|
|
|
10288
10320
|
"issuerList.wallet.placeholder": string;
|
|
10289
10321
|
privacyPolicy: string;
|
|
10290
10322
|
"afterPay.agreement": string;
|
|
10323
|
+
"riverty.termsAndConditions": string;
|
|
10291
10324
|
paymentConditions: string;
|
|
10292
10325
|
openApp: string;
|
|
10293
10326
|
"voucher.readInstructions": string;
|
|
@@ -10607,6 +10640,7 @@ declare const _default: {
|
|
|
10607
10640
|
"issuerList.wallet.placeholder": string;
|
|
10608
10641
|
privacyPolicy: string;
|
|
10609
10642
|
"afterPay.agreement": string;
|
|
10643
|
+
"riverty.termsAndConditions": string;
|
|
10610
10644
|
paymentConditions: string;
|
|
10611
10645
|
openApp: string;
|
|
10612
10646
|
"voucher.readInstructions": string;
|
|
@@ -10926,6 +10960,7 @@ declare const _default: {
|
|
|
10926
10960
|
"issuerList.wallet.placeholder": string;
|
|
10927
10961
|
privacyPolicy: string;
|
|
10928
10962
|
"afterPay.agreement": string;
|
|
10963
|
+
"riverty.termsAndConditions": string;
|
|
10929
10964
|
paymentConditions: string;
|
|
10930
10965
|
openApp: string;
|
|
10931
10966
|
"voucher.readInstructions": string;
|
|
@@ -11243,6 +11278,7 @@ declare const _default: {
|
|
|
11243
11278
|
"issuerList.wallet.placeholder": string;
|
|
11244
11279
|
privacyPolicy: string;
|
|
11245
11280
|
"afterPay.agreement": string;
|
|
11281
|
+
"riverty.termsAndConditions": string;
|
|
11246
11282
|
paymentConditions: string;
|
|
11247
11283
|
openApp: string;
|
|
11248
11284
|
"voucher.readInstructions": string;
|
|
@@ -11564,6 +11600,7 @@ declare const _default: {
|
|
|
11564
11600
|
"issuerList.wallet.placeholder": string;
|
|
11565
11601
|
privacyPolicy: string;
|
|
11566
11602
|
"afterPay.agreement": string;
|
|
11603
|
+
"riverty.termsAndConditions": string;
|
|
11567
11604
|
paymentConditions: string;
|
|
11568
11605
|
openApp: string;
|
|
11569
11606
|
"voucher.readInstructions": string;
|
|
@@ -11885,6 +11922,7 @@ declare const _default: {
|
|
|
11885
11922
|
"issuerList.wallet.placeholder": string;
|
|
11886
11923
|
privacyPolicy: string;
|
|
11887
11924
|
"afterPay.agreement": string;
|
|
11925
|
+
"riverty.termsAndConditions": string;
|
|
11888
11926
|
paymentConditions: string;
|
|
11889
11927
|
openApp: string;
|
|
11890
11928
|
"voucher.readInstructions": string;
|
|
@@ -12208,6 +12246,7 @@ declare const _default: {
|
|
|
12208
12246
|
"issuerList.wallet.placeholder": string;
|
|
12209
12247
|
privacyPolicy: string;
|
|
12210
12248
|
"afterPay.agreement": string;
|
|
12249
|
+
"riverty.termsAndConditions": string;
|
|
12211
12250
|
paymentConditions: string;
|
|
12212
12251
|
openApp: string;
|
|
12213
12252
|
"voucher.readInstructions": string;
|
|
@@ -12527,6 +12566,7 @@ declare const _default: {
|
|
|
12527
12566
|
"issuerList.wallet.placeholder": string;
|
|
12528
12567
|
privacyPolicy: string;
|
|
12529
12568
|
"afterPay.agreement": string;
|
|
12569
|
+
"riverty.termsAndConditions": string;
|
|
12530
12570
|
paymentConditions: string;
|
|
12531
12571
|
openApp: string;
|
|
12532
12572
|
"voucher.readInstructions": string;
|
|
@@ -12848,6 +12888,7 @@ declare const _default: {
|
|
|
12848
12888
|
"issuerList.wallet.placeholder": string;
|
|
12849
12889
|
privacyPolicy: string;
|
|
12850
12890
|
"afterPay.agreement": string;
|
|
12891
|
+
"riverty.termsAndConditions": string;
|
|
12851
12892
|
paymentConditions: string;
|
|
12852
12893
|
openApp: string;
|
|
12853
12894
|
"voucher.readInstructions": string;
|
|
@@ -13164,6 +13205,7 @@ declare const _default: {
|
|
|
13164
13205
|
"issuerList.wallet.placeholder": string;
|
|
13165
13206
|
privacyPolicy: string;
|
|
13166
13207
|
"afterPay.agreement": string;
|
|
13208
|
+
"riverty.termsAndConditions": string;
|
|
13167
13209
|
paymentConditions: string;
|
|
13168
13210
|
openApp: string;
|
|
13169
13211
|
"voucher.readInstructions": string;
|
|
@@ -13482,6 +13524,7 @@ declare const _default: {
|
|
|
13482
13524
|
"issuerList.wallet.placeholder": string;
|
|
13483
13525
|
privacyPolicy: string;
|
|
13484
13526
|
"afterPay.agreement": string;
|
|
13527
|
+
"riverty.termsAndConditions": string;
|
|
13485
13528
|
paymentConditions: string;
|
|
13486
13529
|
openApp: string;
|
|
13487
13530
|
"voucher.readInstructions": string;
|
|
@@ -13801,6 +13844,7 @@ declare const _default: {
|
|
|
13801
13844
|
"issuerList.wallet.placeholder": string;
|
|
13802
13845
|
privacyPolicy: string;
|
|
13803
13846
|
"afterPay.agreement": string;
|
|
13847
|
+
"riverty.termsAndConditions": string;
|
|
13804
13848
|
paymentConditions: string;
|
|
13805
13849
|
openApp: string;
|
|
13806
13850
|
"voucher.readInstructions": string;
|
|
@@ -14122,6 +14166,7 @@ declare const _default: {
|
|
|
14122
14166
|
"issuerList.wallet.placeholder": string;
|
|
14123
14167
|
privacyPolicy: string;
|
|
14124
14168
|
"afterPay.agreement": string;
|
|
14169
|
+
"riverty.termsAndConditions": string;
|
|
14125
14170
|
paymentConditions: string;
|
|
14126
14171
|
openApp: string;
|
|
14127
14172
|
"voucher.readInstructions": string;
|
|
@@ -14441,6 +14486,7 @@ declare const _default: {
|
|
|
14441
14486
|
"issuerList.wallet.placeholder": string;
|
|
14442
14487
|
privacyPolicy: string;
|
|
14443
14488
|
"afterPay.agreement": string;
|
|
14489
|
+
"riverty.termsAndConditions": string;
|
|
14444
14490
|
paymentConditions: string;
|
|
14445
14491
|
openApp: string;
|
|
14446
14492
|
"voucher.readInstructions": string;
|
|
@@ -14762,6 +14808,7 @@ declare const _default: {
|
|
|
14762
14808
|
"issuerList.wallet.placeholder": string;
|
|
14763
14809
|
privacyPolicy: string;
|
|
14764
14810
|
"afterPay.agreement": string;
|
|
14811
|
+
"riverty.termsAndConditions": string;
|
|
14765
14812
|
paymentConditions: string;
|
|
14766
14813
|
openApp: string;
|
|
14767
14814
|
"voucher.readInstructions": string;
|
|
@@ -15079,6 +15126,7 @@ declare const _default: {
|
|
|
15079
15126
|
"issuerList.wallet.placeholder": string;
|
|
15080
15127
|
privacyPolicy: string;
|
|
15081
15128
|
"afterPay.agreement": string;
|
|
15129
|
+
"riverty.termsAndConditions": string;
|
|
15082
15130
|
paymentConditions: string;
|
|
15083
15131
|
openApp: string;
|
|
15084
15132
|
"voucher.readInstructions": string;
|
|
@@ -15398,6 +15446,7 @@ declare const _default: {
|
|
|
15398
15446
|
"issuerList.wallet.placeholder": string;
|
|
15399
15447
|
privacyPolicy: string;
|
|
15400
15448
|
"afterPay.agreement": string;
|
|
15449
|
+
"riverty.termsAndConditions": string;
|
|
15401
15450
|
paymentConditions: string;
|
|
15402
15451
|
openApp: string;
|
|
15403
15452
|
"voucher.readInstructions": string;
|
|
@@ -15716,6 +15765,7 @@ declare const _default: {
|
|
|
15716
15765
|
"issuerList.wallet.placeholder": string;
|
|
15717
15766
|
privacyPolicy: string;
|
|
15718
15767
|
"afterPay.agreement": string;
|
|
15768
|
+
"riverty.termsAndConditions": string;
|
|
15719
15769
|
paymentConditions: string;
|
|
15720
15770
|
openApp: string;
|
|
15721
15771
|
"voucher.readInstructions": string;
|
|
@@ -16036,6 +16086,7 @@ declare const _default: {
|
|
|
16036
16086
|
"issuerList.wallet.placeholder": string;
|
|
16037
16087
|
privacyPolicy: string;
|
|
16038
16088
|
"afterPay.agreement": string;
|
|
16089
|
+
"riverty.termsAndConditions": string;
|
|
16039
16090
|
paymentConditions: string;
|
|
16040
16091
|
openApp: string;
|
|
16041
16092
|
"voucher.readInstructions": string;
|
|
@@ -16355,6 +16406,7 @@ declare const _default: {
|
|
|
16355
16406
|
"issuerList.wallet.placeholder": string;
|
|
16356
16407
|
privacyPolicy: string;
|
|
16357
16408
|
"afterPay.agreement": string;
|
|
16409
|
+
"riverty.termsAndConditions": string;
|
|
16358
16410
|
paymentConditions: string;
|
|
16359
16411
|
openApp: string;
|
|
16360
16412
|
"voucher.readInstructions": string;
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
|
-
"version": "5.
|
|
28
|
+
"version": "5.67.1",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"homepage": "https://docs.adyen.com/checkout",
|
|
31
31
|
"repository": "github:Adyen/adyen-web",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@babel/runtime": "^7.15.4",
|
|
126
126
|
"@babel/runtime-corejs3": "^7.20.1",
|
|
127
127
|
"@types/applepayjs": "14.0.6",
|
|
128
|
-
"@types/googlepay": "
|
|
128
|
+
"@types/googlepay": "0.7.6",
|
|
129
129
|
"classnames": "^2.3.1",
|
|
130
130
|
"core-js-pure": "^3.25.3",
|
|
131
131
|
"preact": "10.13.2"
|