@adyen/adyen-web 5.53.2 → 5.53.3
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/AfterPay/config.d.ts +12 -5
- package/dist/types/language/config.d.ts +2 -0
- package/dist/types/language/locales/index.d.ts +106 -0
- package/package.json +11 -11
|
@@ -260,6 +260,8 @@ declare const _default: {
|
|
|
260
260
|
"ctp.otp.codeResent": string;
|
|
261
261
|
"ctp.otp.title": string;
|
|
262
262
|
"ctp.otp.subtitle": string;
|
|
263
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
264
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
263
265
|
"ctp.emptyProfile.message": string;
|
|
264
266
|
"ctp.separatorText": string;
|
|
265
267
|
"ctp.cards.title": string;
|
|
@@ -560,6 +562,8 @@ declare const _default: {
|
|
|
560
562
|
"ctp.otp.codeResent": string;
|
|
561
563
|
"ctp.otp.title": string;
|
|
562
564
|
"ctp.otp.subtitle": string;
|
|
565
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
566
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
563
567
|
"ctp.emptyProfile.message": string;
|
|
564
568
|
"ctp.separatorText": string;
|
|
565
569
|
"ctp.cards.title": string;
|
|
@@ -861,6 +865,8 @@ declare const _default: {
|
|
|
861
865
|
"ctp.otp.codeResent": string;
|
|
862
866
|
"ctp.otp.title": string;
|
|
863
867
|
"ctp.otp.subtitle": string;
|
|
868
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
869
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
864
870
|
"ctp.emptyProfile.message": string;
|
|
865
871
|
"ctp.separatorText": string;
|
|
866
872
|
"ctp.cards.title": string;
|
|
@@ -1157,6 +1163,8 @@ declare const _default: {
|
|
|
1157
1163
|
"ctp.otp.codeResent": string;
|
|
1158
1164
|
"ctp.otp.title": string;
|
|
1159
1165
|
"ctp.otp.subtitle": string;
|
|
1166
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1167
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1160
1168
|
"ctp.emptyProfile.message": string;
|
|
1161
1169
|
"ctp.separatorText": string;
|
|
1162
1170
|
"ctp.cards.title": string;
|
|
@@ -1456,6 +1464,8 @@ declare const _default: {
|
|
|
1456
1464
|
"ctp.otp.codeResent": string;
|
|
1457
1465
|
"ctp.otp.title": string;
|
|
1458
1466
|
"ctp.otp.subtitle": string;
|
|
1467
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1468
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1459
1469
|
"ctp.emptyProfile.message": string;
|
|
1460
1470
|
"ctp.separatorText": string;
|
|
1461
1471
|
"ctp.cards.title": string;
|
|
@@ -1753,6 +1763,8 @@ declare const _default: {
|
|
|
1753
1763
|
"ctp.otp.codeResent": string;
|
|
1754
1764
|
"ctp.otp.title": string;
|
|
1755
1765
|
"ctp.otp.subtitle": string;
|
|
1766
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1767
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1756
1768
|
"ctp.emptyProfile.message": string;
|
|
1757
1769
|
"ctp.separatorText": string;
|
|
1758
1770
|
"ctp.cards.title": string;
|
|
@@ -2051,6 +2063,8 @@ declare const _default: {
|
|
|
2051
2063
|
"ctp.otp.codeResent": string;
|
|
2052
2064
|
"ctp.otp.title": string;
|
|
2053
2065
|
"ctp.otp.subtitle": string;
|
|
2066
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2067
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2054
2068
|
"ctp.emptyProfile.message": string;
|
|
2055
2069
|
"ctp.separatorText": string;
|
|
2056
2070
|
"ctp.cards.title": string;
|
|
@@ -2347,6 +2361,8 @@ declare const _default: {
|
|
|
2347
2361
|
"ctp.otp.codeResent": string;
|
|
2348
2362
|
"ctp.otp.title": string;
|
|
2349
2363
|
"ctp.otp.subtitle": string;
|
|
2364
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2365
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2350
2366
|
"ctp.emptyProfile.message": string;
|
|
2351
2367
|
"ctp.separatorText": string;
|
|
2352
2368
|
"ctp.cards.title": string;
|
|
@@ -2645,6 +2661,8 @@ declare const _default: {
|
|
|
2645
2661
|
"ctp.otp.codeResent": string;
|
|
2646
2662
|
"ctp.otp.title": string;
|
|
2647
2663
|
"ctp.otp.subtitle": string;
|
|
2664
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2665
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2648
2666
|
"ctp.emptyProfile.message": string;
|
|
2649
2667
|
"ctp.separatorText": string;
|
|
2650
2668
|
"ctp.cards.title": string;
|
|
@@ -2944,6 +2962,8 @@ declare const _default: {
|
|
|
2944
2962
|
"ctp.otp.codeResent": string;
|
|
2945
2963
|
"ctp.otp.title": string;
|
|
2946
2964
|
"ctp.otp.subtitle": string;
|
|
2965
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2966
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2947
2967
|
"ctp.emptyProfile.message": string;
|
|
2948
2968
|
"ctp.separatorText": string;
|
|
2949
2969
|
"ctp.cards.title": string;
|
|
@@ -3247,6 +3267,8 @@ declare const _default: {
|
|
|
3247
3267
|
"ctp.otp.codeResent": string;
|
|
3248
3268
|
"ctp.otp.title": string;
|
|
3249
3269
|
"ctp.otp.subtitle": string;
|
|
3270
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3271
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3250
3272
|
"ctp.emptyProfile.message": string;
|
|
3251
3273
|
"ctp.separatorText": string;
|
|
3252
3274
|
"ctp.cards.title": string;
|
|
@@ -3548,6 +3570,8 @@ declare const _default: {
|
|
|
3548
3570
|
"ctp.otp.codeResent": string;
|
|
3549
3571
|
"ctp.otp.title": string;
|
|
3550
3572
|
"ctp.otp.subtitle": string;
|
|
3573
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3574
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3551
3575
|
"ctp.emptyProfile.message": string;
|
|
3552
3576
|
"ctp.separatorText": string;
|
|
3553
3577
|
"ctp.cards.title": string;
|
|
@@ -3844,6 +3868,8 @@ declare const _default: {
|
|
|
3844
3868
|
"ctp.otp.codeResent": string;
|
|
3845
3869
|
"ctp.otp.title": string;
|
|
3846
3870
|
"ctp.otp.subtitle": string;
|
|
3871
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3872
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3847
3873
|
"ctp.emptyProfile.message": string;
|
|
3848
3874
|
"ctp.separatorText": string;
|
|
3849
3875
|
"ctp.cards.title": string;
|
|
@@ -4135,6 +4161,8 @@ declare const _default: {
|
|
|
4135
4161
|
"ctp.otp.codeResent": string;
|
|
4136
4162
|
"ctp.otp.title": string;
|
|
4137
4163
|
"ctp.otp.subtitle": string;
|
|
4164
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4165
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4138
4166
|
"ctp.emptyProfile.message": string;
|
|
4139
4167
|
"ctp.separatorText": string;
|
|
4140
4168
|
"ctp.cards.title": string;
|
|
@@ -4433,6 +4461,8 @@ declare const _default: {
|
|
|
4433
4461
|
"ctp.otp.codeResent": string;
|
|
4434
4462
|
"ctp.otp.title": string;
|
|
4435
4463
|
"ctp.otp.subtitle": string;
|
|
4464
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4465
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4436
4466
|
"ctp.emptyProfile.message": string;
|
|
4437
4467
|
"ctp.separatorText": string;
|
|
4438
4468
|
"ctp.cards.title": string;
|
|
@@ -4729,6 +4759,8 @@ declare const _default: {
|
|
|
4729
4759
|
"ctp.otp.codeResent": string;
|
|
4730
4760
|
"ctp.otp.title": string;
|
|
4731
4761
|
"ctp.otp.subtitle": string;
|
|
4762
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4763
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4732
4764
|
"ctp.emptyProfile.message": string;
|
|
4733
4765
|
"ctp.separatorText": string;
|
|
4734
4766
|
"ctp.cards.title": string;
|
|
@@ -5027,6 +5059,8 @@ declare const _default: {
|
|
|
5027
5059
|
"ctp.otp.codeResent": string;
|
|
5028
5060
|
"ctp.otp.title": string;
|
|
5029
5061
|
"ctp.otp.subtitle": string;
|
|
5062
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5063
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5030
5064
|
"ctp.emptyProfile.message": string;
|
|
5031
5065
|
"ctp.separatorText": string;
|
|
5032
5066
|
"ctp.cards.title": string;
|
|
@@ -5326,6 +5360,8 @@ declare const _default: {
|
|
|
5326
5360
|
"ctp.otp.codeResent": string;
|
|
5327
5361
|
"ctp.otp.title": string;
|
|
5328
5362
|
"ctp.otp.subtitle": string;
|
|
5363
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5364
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5329
5365
|
"ctp.emptyProfile.message": string;
|
|
5330
5366
|
"ctp.separatorText": string;
|
|
5331
5367
|
"ctp.cards.title": string;
|
|
@@ -5627,6 +5663,8 @@ declare const _default: {
|
|
|
5627
5663
|
"ctp.otp.codeResent": string;
|
|
5628
5664
|
"ctp.otp.title": string;
|
|
5629
5665
|
"ctp.otp.subtitle": string;
|
|
5666
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5667
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5630
5668
|
"ctp.emptyProfile.message": string;
|
|
5631
5669
|
"ctp.separatorText": string;
|
|
5632
5670
|
"ctp.cards.title": string;
|
|
@@ -5926,6 +5964,8 @@ declare const _default: {
|
|
|
5926
5964
|
"ctp.otp.codeResent": string;
|
|
5927
5965
|
"ctp.otp.title": string;
|
|
5928
5966
|
"ctp.otp.subtitle": string;
|
|
5967
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5968
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5929
5969
|
"ctp.emptyProfile.message": string;
|
|
5930
5970
|
"ctp.separatorText": string;
|
|
5931
5971
|
"ctp.cards.title": string;
|
|
@@ -6227,6 +6267,8 @@ declare const _default: {
|
|
|
6227
6267
|
"ctp.otp.codeResent": string;
|
|
6228
6268
|
"ctp.otp.title": string;
|
|
6229
6269
|
"ctp.otp.subtitle": string;
|
|
6270
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6271
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6230
6272
|
"ctp.emptyProfile.message": string;
|
|
6231
6273
|
"ctp.separatorText": string;
|
|
6232
6274
|
"ctp.cards.title": string;
|
|
@@ -6526,6 +6568,8 @@ declare const _default: {
|
|
|
6526
6568
|
"ctp.otp.codeResent": string;
|
|
6527
6569
|
"ctp.otp.title": string;
|
|
6528
6570
|
"ctp.otp.subtitle": string;
|
|
6571
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6572
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6529
6573
|
"ctp.emptyProfile.message": string;
|
|
6530
6574
|
"ctp.separatorText": string;
|
|
6531
6575
|
"ctp.cards.title": string;
|
|
@@ -6825,6 +6869,8 @@ declare const _default: {
|
|
|
6825
6869
|
"ctp.otp.codeResent": string;
|
|
6826
6870
|
"ctp.otp.title": string;
|
|
6827
6871
|
"ctp.otp.subtitle": string;
|
|
6872
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6873
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6828
6874
|
"ctp.emptyProfile.message": string;
|
|
6829
6875
|
"ctp.separatorText": string;
|
|
6830
6876
|
"ctp.cards.title": string;
|
|
@@ -7122,6 +7168,8 @@ declare const _default: {
|
|
|
7122
7168
|
"ctp.otp.codeResent": string;
|
|
7123
7169
|
"ctp.otp.title": string;
|
|
7124
7170
|
"ctp.otp.subtitle": string;
|
|
7171
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7172
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7125
7173
|
"ctp.emptyProfile.message": string;
|
|
7126
7174
|
"ctp.separatorText": string;
|
|
7127
7175
|
"ctp.cards.title": string;
|
|
@@ -7423,6 +7471,8 @@ declare const _default: {
|
|
|
7423
7471
|
"ctp.otp.codeResent": string;
|
|
7424
7472
|
"ctp.otp.title": string;
|
|
7425
7473
|
"ctp.otp.subtitle": string;
|
|
7474
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7475
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7426
7476
|
"ctp.emptyProfile.message": string;
|
|
7427
7477
|
"ctp.separatorText": string;
|
|
7428
7478
|
"ctp.cards.title": string;
|
|
@@ -7722,6 +7772,8 @@ declare const _default: {
|
|
|
7722
7772
|
"ctp.otp.codeResent": string;
|
|
7723
7773
|
"ctp.otp.title": string;
|
|
7724
7774
|
"ctp.otp.subtitle": string;
|
|
7775
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7776
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7725
7777
|
"ctp.emptyProfile.message": string;
|
|
7726
7778
|
"ctp.separatorText": string;
|
|
7727
7779
|
"ctp.cards.title": string;
|
|
@@ -8023,6 +8075,8 @@ declare const _default: {
|
|
|
8023
8075
|
"ctp.otp.codeResent": string;
|
|
8024
8076
|
"ctp.otp.title": string;
|
|
8025
8077
|
"ctp.otp.subtitle": string;
|
|
8078
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8079
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8026
8080
|
"ctp.emptyProfile.message": string;
|
|
8027
8081
|
"ctp.separatorText": string;
|
|
8028
8082
|
"ctp.cards.title": string;
|
|
@@ -8322,6 +8376,8 @@ declare const _default: {
|
|
|
8322
8376
|
"ctp.otp.codeResent": string;
|
|
8323
8377
|
"ctp.otp.title": string;
|
|
8324
8378
|
"ctp.otp.subtitle": string;
|
|
8379
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8380
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8325
8381
|
"ctp.emptyProfile.message": string;
|
|
8326
8382
|
"ctp.separatorText": string;
|
|
8327
8383
|
"ctp.cards.title": string;
|
|
@@ -8623,6 +8679,8 @@ declare const _default: {
|
|
|
8623
8679
|
"ctp.otp.codeResent": string;
|
|
8624
8680
|
"ctp.otp.title": string;
|
|
8625
8681
|
"ctp.otp.subtitle": string;
|
|
8682
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8683
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8626
8684
|
"ctp.emptyProfile.message": string;
|
|
8627
8685
|
"ctp.separatorText": string;
|
|
8628
8686
|
"ctp.cards.title": string;
|
|
@@ -8919,6 +8977,8 @@ declare const _default: {
|
|
|
8919
8977
|
"ctp.otp.codeResent": string;
|
|
8920
8978
|
"ctp.otp.title": string;
|
|
8921
8979
|
"ctp.otp.subtitle": string;
|
|
8980
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8981
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8922
8982
|
"ctp.emptyProfile.message": string;
|
|
8923
8983
|
"ctp.separatorText": string;
|
|
8924
8984
|
"ctp.cards.title": string;
|
|
@@ -9217,6 +9277,8 @@ declare const _default: {
|
|
|
9217
9277
|
"ctp.otp.codeResent": string;
|
|
9218
9278
|
"ctp.otp.title": string;
|
|
9219
9279
|
"ctp.otp.subtitle": string;
|
|
9280
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9281
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9220
9282
|
"ctp.emptyProfile.message": string;
|
|
9221
9283
|
"ctp.separatorText": string;
|
|
9222
9284
|
"ctp.cards.title": string;
|
|
@@ -9513,6 +9575,8 @@ declare const _default: {
|
|
|
9513
9575
|
"ctp.otp.codeResent": string;
|
|
9514
9576
|
"ctp.otp.title": string;
|
|
9515
9577
|
"ctp.otp.subtitle": string;
|
|
9578
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9579
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9516
9580
|
"ctp.emptyProfile.message": string;
|
|
9517
9581
|
"ctp.separatorText": string;
|
|
9518
9582
|
"ctp.cards.title": string;
|
|
@@ -9811,6 +9875,8 @@ declare const _default: {
|
|
|
9811
9875
|
"ctp.otp.codeResent": string;
|
|
9812
9876
|
"ctp.otp.title": string;
|
|
9813
9877
|
"ctp.otp.subtitle": string;
|
|
9878
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9879
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9814
9880
|
"ctp.emptyProfile.message": string;
|
|
9815
9881
|
"ctp.separatorText": string;
|
|
9816
9882
|
"ctp.cards.title": string;
|
|
@@ -10110,6 +10176,8 @@ declare const _default: {
|
|
|
10110
10176
|
"ctp.otp.codeResent": string;
|
|
10111
10177
|
"ctp.otp.title": string;
|
|
10112
10178
|
"ctp.otp.subtitle": string;
|
|
10179
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10180
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10113
10181
|
"ctp.emptyProfile.message": string;
|
|
10114
10182
|
"ctp.separatorText": string;
|
|
10115
10183
|
"ctp.cards.title": string;
|
|
@@ -10409,6 +10477,8 @@ declare const _default: {
|
|
|
10409
10477
|
"ctp.otp.codeResent": string;
|
|
10410
10478
|
"ctp.otp.title": string;
|
|
10411
10479
|
"ctp.otp.subtitle": string;
|
|
10480
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10481
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10412
10482
|
"ctp.emptyProfile.message": string;
|
|
10413
10483
|
"ctp.separatorText": string;
|
|
10414
10484
|
"ctp.cards.title": string;
|
|
@@ -10706,6 +10776,8 @@ declare const _default: {
|
|
|
10706
10776
|
"ctp.otp.codeResent": string;
|
|
10707
10777
|
"ctp.otp.title": string;
|
|
10708
10778
|
"ctp.otp.subtitle": string;
|
|
10779
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10780
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10709
10781
|
"ctp.emptyProfile.message": string;
|
|
10710
10782
|
"ctp.separatorText": string;
|
|
10711
10783
|
"ctp.cards.title": string;
|
|
@@ -11009,6 +11081,8 @@ declare const _default: {
|
|
|
11009
11081
|
"ctp.otp.codeResent": string;
|
|
11010
11082
|
"ctp.otp.title": string;
|
|
11011
11083
|
"ctp.otp.subtitle": string;
|
|
11084
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11085
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11012
11086
|
"ctp.emptyProfile.message": string;
|
|
11013
11087
|
"ctp.separatorText": string;
|
|
11014
11088
|
"ctp.cards.title": string;
|
|
@@ -11310,6 +11384,8 @@ declare const _default: {
|
|
|
11310
11384
|
"ctp.otp.codeResent": string;
|
|
11311
11385
|
"ctp.otp.title": string;
|
|
11312
11386
|
"ctp.otp.subtitle": string;
|
|
11387
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11388
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11313
11389
|
"ctp.emptyProfile.message": string;
|
|
11314
11390
|
"ctp.separatorText": string;
|
|
11315
11391
|
"ctp.cards.title": string;
|
|
@@ -11611,6 +11687,8 @@ declare const _default: {
|
|
|
11611
11687
|
"ctp.otp.codeResent": string;
|
|
11612
11688
|
"ctp.otp.title": string;
|
|
11613
11689
|
"ctp.otp.subtitle": string;
|
|
11690
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11691
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11614
11692
|
"ctp.emptyProfile.message": string;
|
|
11615
11693
|
"ctp.separatorText": string;
|
|
11616
11694
|
"ctp.cards.title": string;
|
|
@@ -11910,6 +11988,8 @@ declare const _default: {
|
|
|
11910
11988
|
"ctp.otp.codeResent": string;
|
|
11911
11989
|
"ctp.otp.title": string;
|
|
11912
11990
|
"ctp.otp.subtitle": string;
|
|
11991
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11992
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11913
11993
|
"ctp.emptyProfile.message": string;
|
|
11914
11994
|
"ctp.separatorText": string;
|
|
11915
11995
|
"ctp.cards.title": string;
|
|
@@ -12208,6 +12288,8 @@ declare const _default: {
|
|
|
12208
12288
|
"ctp.otp.codeResent": string;
|
|
12209
12289
|
"ctp.otp.title": string;
|
|
12210
12290
|
"ctp.otp.subtitle": string;
|
|
12291
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12292
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12211
12293
|
"ctp.emptyProfile.message": string;
|
|
12212
12294
|
"ctp.separatorText": string;
|
|
12213
12295
|
"ctp.cards.title": string;
|
|
@@ -12504,6 +12586,8 @@ declare const _default: {
|
|
|
12504
12586
|
"ctp.otp.codeResent": string;
|
|
12505
12587
|
"ctp.otp.title": string;
|
|
12506
12588
|
"ctp.otp.subtitle": string;
|
|
12589
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12590
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12507
12591
|
"ctp.emptyProfile.message": string;
|
|
12508
12592
|
"ctp.separatorText": string;
|
|
12509
12593
|
"ctp.cards.title": string;
|
|
@@ -12805,6 +12889,8 @@ declare const _default: {
|
|
|
12805
12889
|
"ctp.otp.codeResent": string;
|
|
12806
12890
|
"ctp.otp.title": string;
|
|
12807
12891
|
"ctp.otp.subtitle": string;
|
|
12892
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12893
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12808
12894
|
"ctp.emptyProfile.message": string;
|
|
12809
12895
|
"ctp.separatorText": string;
|
|
12810
12896
|
"ctp.cards.title": string;
|
|
@@ -13104,6 +13190,8 @@ declare const _default: {
|
|
|
13104
13190
|
"ctp.otp.codeResent": string;
|
|
13105
13191
|
"ctp.otp.title": string;
|
|
13106
13192
|
"ctp.otp.subtitle": string;
|
|
13193
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13194
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13107
13195
|
"ctp.emptyProfile.message": string;
|
|
13108
13196
|
"ctp.separatorText": string;
|
|
13109
13197
|
"ctp.cards.title": string;
|
|
@@ -13405,6 +13493,8 @@ declare const _default: {
|
|
|
13405
13493
|
"ctp.otp.codeResent": string;
|
|
13406
13494
|
"ctp.otp.title": string;
|
|
13407
13495
|
"ctp.otp.subtitle": string;
|
|
13496
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13497
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13408
13498
|
"ctp.emptyProfile.message": string;
|
|
13409
13499
|
"ctp.separatorText": string;
|
|
13410
13500
|
"ctp.cards.title": string;
|
|
@@ -13704,6 +13794,8 @@ declare const _default: {
|
|
|
13704
13794
|
"ctp.otp.codeResent": string;
|
|
13705
13795
|
"ctp.otp.title": string;
|
|
13706
13796
|
"ctp.otp.subtitle": string;
|
|
13797
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13798
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13707
13799
|
"ctp.emptyProfile.message": string;
|
|
13708
13800
|
"ctp.separatorText": string;
|
|
13709
13801
|
"ctp.cards.title": string;
|
|
@@ -14005,6 +14097,8 @@ declare const _default: {
|
|
|
14005
14097
|
"ctp.otp.codeResent": string;
|
|
14006
14098
|
"ctp.otp.title": string;
|
|
14007
14099
|
"ctp.otp.subtitle": string;
|
|
14100
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14101
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14008
14102
|
"ctp.emptyProfile.message": string;
|
|
14009
14103
|
"ctp.separatorText": string;
|
|
14010
14104
|
"ctp.cards.title": string;
|
|
@@ -14038,6 +14132,7 @@ declare const _default: {
|
|
|
14038
14132
|
"companyDetails.registrationNumber.invalid": string;
|
|
14039
14133
|
"consent.checkbox.invalid": string;
|
|
14040
14134
|
"form.instruction": string;
|
|
14135
|
+
"trustly.descriptor": string;
|
|
14041
14136
|
"ancv.input.label": string;
|
|
14042
14137
|
"ancv.confirmPayment": string;
|
|
14043
14138
|
"ancv.form.instruction": string;
|
|
@@ -14301,6 +14396,8 @@ declare const _default: {
|
|
|
14301
14396
|
"ctp.otp.codeResent": string;
|
|
14302
14397
|
"ctp.otp.title": string;
|
|
14303
14398
|
"ctp.otp.subtitle": string;
|
|
14399
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14400
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14304
14401
|
"ctp.emptyProfile.message": string;
|
|
14305
14402
|
"ctp.separatorText": string;
|
|
14306
14403
|
"ctp.cards.title": string;
|
|
@@ -14334,6 +14431,7 @@ declare const _default: {
|
|
|
14334
14431
|
"companyDetails.registrationNumber.invalid": string;
|
|
14335
14432
|
"consent.checkbox.invalid": string;
|
|
14336
14433
|
"form.instruction": string;
|
|
14434
|
+
"trustly.descriptor": string;
|
|
14337
14435
|
"ancv.input.label": string;
|
|
14338
14436
|
"ancv.confirmPayment": string;
|
|
14339
14437
|
"ancv.form.instruction": string;
|
|
@@ -14598,6 +14696,8 @@ declare const _default: {
|
|
|
14598
14696
|
"ctp.otp.codeResent": string;
|
|
14599
14697
|
"ctp.otp.title": string;
|
|
14600
14698
|
"ctp.otp.subtitle": string;
|
|
14699
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14700
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14601
14701
|
"ctp.emptyProfile.message": string;
|
|
14602
14702
|
"ctp.separatorText": string;
|
|
14603
14703
|
"ctp.cards.title": string;
|
|
@@ -14896,6 +14996,8 @@ declare const _default: {
|
|
|
14896
14996
|
"ctp.otp.codeResent": string;
|
|
14897
14997
|
"ctp.otp.title": string;
|
|
14898
14998
|
"ctp.otp.subtitle": string;
|
|
14999
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15000
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14899
15001
|
"ctp.emptyProfile.message": string;
|
|
14900
15002
|
"ctp.separatorText": string;
|
|
14901
15003
|
"ctp.cards.title": string;
|
|
@@ -15197,6 +15299,8 @@ declare const _default: {
|
|
|
15197
15299
|
"ctp.otp.codeResent": string;
|
|
15198
15300
|
"ctp.otp.title": string;
|
|
15199
15301
|
"ctp.otp.subtitle": string;
|
|
15302
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15303
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15200
15304
|
"ctp.emptyProfile.message": string;
|
|
15201
15305
|
"ctp.separatorText": string;
|
|
15202
15306
|
"ctp.cards.title": string;
|
|
@@ -15496,6 +15600,8 @@ declare const _default: {
|
|
|
15496
15600
|
"ctp.otp.codeResent": string;
|
|
15497
15601
|
"ctp.otp.title": string;
|
|
15498
15602
|
"ctp.otp.subtitle": string;
|
|
15603
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15604
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15499
15605
|
"ctp.emptyProfile.message": string;
|
|
15500
15606
|
"ctp.separatorText": string;
|
|
15501
15607
|
"ctp.cards.title": 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.53.
|
|
28
|
+
"version": "5.53.3",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"homepage": "https://docs.adyen.com/checkout",
|
|
31
31
|
"repository": "github:Adyen/adyen-web",
|
|
@@ -75,21 +75,21 @@
|
|
|
75
75
|
"@storybook/manager-api": "^7.2.0",
|
|
76
76
|
"@storybook/preact": "^7.2.0",
|
|
77
77
|
"@storybook/preact-vite": "^7.2.0",
|
|
78
|
-
"@testing-library/jest-dom": "5.
|
|
78
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
79
79
|
"@testing-library/preact": "3.2.3",
|
|
80
80
|
"@testing-library/preact-hooks": "1.1.0",
|
|
81
|
-
"@testing-library/user-event": "14.
|
|
82
|
-
"@types/jest": "29.5.
|
|
81
|
+
"@testing-library/user-event": "14.5.1",
|
|
82
|
+
"@types/jest": "29.5.6",
|
|
83
83
|
"@typescript-eslint/eslint-plugin": "5.59.1",
|
|
84
84
|
"@typescript-eslint/parser": "5.59.1",
|
|
85
85
|
"autoprefixer": "10.4.16",
|
|
86
|
-
"babel-jest": "29.
|
|
86
|
+
"babel-jest": "29.7.0",
|
|
87
87
|
"cross-env": "^7.0.3",
|
|
88
88
|
"cssnano": "6.0.1",
|
|
89
89
|
"dotenv": "^16.0.3",
|
|
90
90
|
"enzyme": "3.11.0",
|
|
91
91
|
"enzyme-adapter-preact-pure": "4.1.0",
|
|
92
|
-
"eslint": "8.
|
|
92
|
+
"eslint": "8.51.0",
|
|
93
93
|
"eslint-plugin-import": "^2.26.0",
|
|
94
94
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
95
95
|
"eslint-plugin-react": "^7.31.8",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"filesize": "^10.0.0",
|
|
100
100
|
"gzip-size": "^6.0.0",
|
|
101
101
|
"husky": "^8.0.1",
|
|
102
|
-
"jest": "29.
|
|
103
|
-
"jest-environment-jsdom": "29.
|
|
102
|
+
"jest": "29.7.0",
|
|
103
|
+
"jest-environment-jsdom": "29.7.0",
|
|
104
104
|
"jest-mock-extended": "^3.0.1",
|
|
105
105
|
"lint-staged": "^13.0.3",
|
|
106
106
|
"postcss": "8.4.31",
|
|
@@ -111,13 +111,13 @@
|
|
|
111
111
|
"rollup-plugin-stylelint": "1.0.0",
|
|
112
112
|
"rollup-plugin-terser": "^7.0.2",
|
|
113
113
|
"rollup-plugin-visualizer": "^5.8.3",
|
|
114
|
-
"sass": "1.
|
|
114
|
+
"sass": "1.69.4",
|
|
115
115
|
"storybook": "^7.2.0",
|
|
116
|
-
"stylelint": "15.
|
|
116
|
+
"stylelint": "15.11.0",
|
|
117
117
|
"stylelint-config-standard-scss": "7.0.1",
|
|
118
118
|
"tslib": "^2.4.1",
|
|
119
119
|
"typescript": "4.9.5",
|
|
120
|
-
"vite": "4.4.
|
|
120
|
+
"vite": "4.4.11",
|
|
121
121
|
"vite-plugin-stylelint": "^4.3.0",
|
|
122
122
|
"whatwg-fetch": "^3.6.2"
|
|
123
123
|
},
|