@globalpayments/js 3.0.11 → 4.0.9

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.
Files changed (54) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
  3. package/types/apm/qr-code-payments/enums.d.ts +2 -1
  4. package/types/common/currency.d.ts +1 -0
  5. package/types/common/enums.d.ts +8 -1
  6. package/types/common/helpers.d.ts +4 -0
  7. package/types/common/html-element.d.ts +27 -0
  8. package/types/internal/built-in-validations/messages.d.ts +3 -0
  9. package/types/internal/gateways/gp-api/action-query-currency-conversion.d.ts +3 -0
  10. package/types/internal/gateways/gp-api/index.d.ts +2 -1
  11. package/types/internal/gateways/index.d.ts +6 -1
  12. package/types/internal/lib/card.d.ts +29 -0
  13. package/types/internal/lib/currency-conversion/components/enums.d.ts +5 -0
  14. package/types/internal/lib/currency-conversion/components/events.d.ts +8 -0
  15. package/types/internal/lib/currency-conversion/components/template.d.ts +7 -0
  16. package/types/internal/lib/currency-conversion/contracts/constants.d.ts +5 -0
  17. package/types/internal/lib/currency-conversion/contracts/enums.d.ts +15 -0
  18. package/types/internal/lib/currency-conversion/contracts/interfaces.d.ts +13 -0
  19. package/types/internal/lib/currency-conversion/requests/query-currency-conversion.d.ts +3 -0
  20. package/types/internal/lib/currency-conversion/utils/helpers.d.ts +8 -0
  21. package/types/internal/lib/currency-conversion/utils/reset-currency-conversion.d.ts +7 -0
  22. package/types/internal/lib/detectLanguage.d.ts +1 -0
  23. package/types/internal/lib/styles/built-in-validations/simple.d.ts +3 -0
  24. package/types/internal/lib/styles/currency-conversion/common.d.ts +191 -0
  25. package/types/internal/lib/styles/currency-conversion/default.d.ts +204 -0
  26. package/types/internal/lib/styles/currency-conversion/gp-default.d.ts +197 -0
  27. package/types/internal/lib/styles/currency-conversion/simple.d.ts +204 -0
  28. package/types/internal/lib/styles/default.d.ts +262 -0
  29. package/types/internal/lib/styles/gp-default.d.ts +255 -47
  30. package/types/internal/lib/styles/qr-code-payments/common.d.ts +8 -0
  31. package/types/internal/lib/styles/simple.d.ts +265 -0
  32. package/types/internal/lib/styles/tooltip/common.d.ts +65 -0
  33. package/types/internal/lib/translations/en.d.ts +15 -0
  34. package/types/internal/validators/expiration.d.ts +7 -0
  35. package/types/lib/version.d.ts +1 -1
  36. package/types/tools/configure.d.ts +8 -0
  37. package/types/ui/form/index.d.ts +857 -114
  38. package/types/ui/iframe-field/apple-pay/action-add.d.ts +2 -0
  39. package/types/ui/iframe-field/click-to-pay/action-add.d.ts +2 -0
  40. package/types/ui/iframe-field/currency-conversion/action-add.d.ts +9 -0
  41. package/types/ui/iframe-field/currency-conversion/action-get-value.d.ts +8 -0
  42. package/types/ui/iframe-field/currency-conversion/action-request-accumulate-data.d.ts +9 -0
  43. package/types/ui/iframe-field/currency-conversion/action-request-data.d.ts +9 -0
  44. package/types/ui/iframe-field/currency-conversion/action-request-start.d.ts +8 -0
  45. package/types/ui/iframe-field/google-pay/action-add.d.ts +2 -0
  46. package/types/ui/iframe-field/index.d.ts +1 -1
  47. package/types/ui/iframe-field/installments/action-add.d.ts +3 -0
  48. package/types/ui/iframe-field/installments/action-request-accumulate-data.d.ts +3 -0
  49. package/types/ui/iframe-field/installments/action-request-data.d.ts +3 -0
  50. package/types/ui/iframe-field/installments/action-request-start.d.ts +6 -0
  51. package/types/ui/iframe-field/open-banking/action-add.d.ts +2 -0
  52. package/types/ui/iframe-field/qr-code-payment-methods/action-add.d.ts +3 -0
  53. package/types/ui/iframe-field/qr-code-payment-methods/action-request-start.d.ts +6 -0
  54. package/types/internal/lib/eums.d.ts +0 -11
@@ -30,6 +30,11 @@ export declare const fieldStyles: (assetBaseUrl: string) => {
30
30
  "#secure-payment-field[type=text].hf-invalid"?: {
31
31
  border: string;
32
32
  };
33
+ "#secure-payment-field[hidden]"?: {
34
+ display: string;
35
+ opacity: string;
36
+ visibility: string;
37
+ };
33
38
  "#secure-payment-field": {
34
39
  "-o-transition": string;
35
40
  "-webkit-box-shadow": string;
@@ -353,6 +358,201 @@ export declare const parentStyles: (assetBaseUrl: string) => {
353
358
  "font-size": string;
354
359
  "line-height": string;
355
360
  };
361
+ ".secure-payment-form .credit-card-currency-conversion .currency-conversion-container"?: {
362
+ width: string;
363
+ "flex-wrap": string;
364
+ };
365
+ ".secure-payment-form .credit-card-currency-conversion legend"?: {
366
+ "font-family": string;
367
+ color: string;
368
+ "font-size": string;
369
+ "font-weight": string;
370
+ "line-height": string;
371
+ "text-transform": string;
372
+ };
373
+ ".secure-payment-form .credit-card-currency-conversion fieldset"?: {
374
+ "font-family": string;
375
+ border: string;
376
+ margin: string;
377
+ padding: string;
378
+ display: string;
379
+ "flex-wrap": string;
380
+ width: string;
381
+ };
382
+ ".secure-payment-form .credit-card-currency-conversion .radio-button"?: {
383
+ display: string;
384
+ "justify-content": string;
385
+ "align-items": string;
386
+ border: string;
387
+ padding: string;
388
+ "white-space": string;
389
+ height: string;
390
+ "margin-right": string;
391
+ };
392
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child"?: {
393
+ "margin-right": string;
394
+ };
395
+ ".secure-payment-form .credit-card-currency-conversion .radio-button label"?: {
396
+ "font-family": string;
397
+ "font-size": string;
398
+ "font-weight": number;
399
+ display: string;
400
+ margin: string;
401
+ };
402
+ ".secure-payment-form .credit-card-currency-conversion .radio-button.checked label"?: {
403
+ color: string;
404
+ };
405
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content"?: {
406
+ opacity: string;
407
+ visibility: boolean;
408
+ display: string;
409
+ "flex-direction": string;
410
+ margin: string;
411
+ "align-items": string;
412
+ height: string;
413
+ };
414
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content"?: {
415
+ opacity: string;
416
+ visibility: boolean;
417
+ display: string;
418
+ "flex-direction": string;
419
+ margin: string;
420
+ "align-items": string;
421
+ height: string;
422
+ };
423
+ ".secure-payment-form .credit-card-currency-conversion .additional-info p"?: {
424
+ "font-family": string;
425
+ margin: string;
426
+ "font-style": string;
427
+ };
428
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content p"?: {
429
+ "font-family": string;
430
+ margin: string;
431
+ };
432
+ ".secure-payment-form .currency-conversion-container"?: {
433
+ display: string;
434
+ "flex-direction": string;
435
+ "align-items": string;
436
+ };
437
+ ".secure-payment-form .credit-card-currency-conversion iframe"?: {
438
+ "min-height": string;
439
+ };
440
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:hover"?: {
441
+ "border-color": string;
442
+ };
443
+ ".secure-payment-form .credit-card-currency-conversion fieldset:focus-within > .radio-button"?: {
444
+ outline: string;
445
+ "outline-offset": string;
446
+ };
447
+ ".secure-payment-form .credit-card-currency-conversion fieldset.no-focus-outline .radio-button.checked"?: {
448
+ outline: string;
449
+ "outline-offset": string;
450
+ };
451
+ ".secure-payment-form .credit-card-currency-conversion .radio-button.checked"?: {
452
+ background: string;
453
+ "border-color": string;
454
+ color: string;
455
+ outline: string;
456
+ };
457
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']"?: {
458
+ margin: string;
459
+ appearance: string;
460
+ "-webkit-appearance": string;
461
+ "-moz-appearance": string;
462
+ border: string;
463
+ "border-radius": string;
464
+ width: string;
465
+ height: string;
466
+ display: string;
467
+ position: string;
468
+ padding: string;
469
+ };
470
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']:checked"?: {
471
+ "background-color": string;
472
+ border: string;
473
+ };
474
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']:focus"?: {
475
+ outline: string;
476
+ };
477
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content.visible"?: {
478
+ display: string;
479
+ opacity: string;
480
+ visibility: boolean;
481
+ };
482
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content.visible"?: {
483
+ display: string;
484
+ opacity: string;
485
+ visibility: boolean;
486
+ };
487
+ ".secure-payment-form .credit-card-currency-conversion .additional-info"?: {
488
+ "font-family": string;
489
+ "font-size": string;
490
+ "font-weight": number;
491
+ margin: string;
492
+ display: string;
493
+ };
494
+ ".secure-payment-form .credit-card-currency-conversion .tooltip"?: {
495
+ width: string;
496
+ height: string;
497
+ "min-width": string;
498
+ "border-left": string;
499
+ display: string;
500
+ };
501
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:hover"?: {
502
+ "border-left": string;
503
+ };
504
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:focus"?: {
505
+ "border-left": string;
506
+ };
507
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content"?: {
508
+ bottom: string;
509
+ right: string;
510
+ display: string;
511
+ };
512
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:hover .tooltip-content"?: {
513
+ display: string;
514
+ };
515
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content p:last-child"?: {
516
+ "margin-bottom": string;
517
+ };
518
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before"?: {
519
+ left: string;
520
+ top: string;
521
+ right: string;
522
+ transform: string;
523
+ "border-width": string;
524
+ "border-style": string;
525
+ "border-color": string;
526
+ };
527
+ "@media only screen and (max-width: 768px)"?: {
528
+ ".secure-payment-form .currency-conversion-container": {
529
+ "flex-direction": string;
530
+ "align-items": string;
531
+ };
532
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
533
+ "justify-content": string;
534
+ };
535
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
536
+ width: string;
537
+ "justify-content": string;
538
+ };
539
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:first-child": {
540
+ margin: string;
541
+ };
542
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
543
+ width: string;
544
+ "margin-top": string;
545
+ "margin-left": string;
546
+ };
547
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
548
+ width: string;
549
+ "margin-top": string;
550
+ "margin-left": string;
551
+ };
552
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before": {
553
+ right: string;
554
+ };
555
+ };
356
556
  "#googlePay": {
357
557
  height: string;
358
558
  margin: string;
@@ -655,6 +855,68 @@ export declare const parentStyles: (assetBaseUrl: string) => {
655
855
  display: string;
656
856
  margin: string;
657
857
  };
858
+ ".secure-payment-form .tooltip": {
859
+ position: string;
860
+ width: string;
861
+ height: string;
862
+ border: string;
863
+ "border-left": string;
864
+ color: string;
865
+ float: string;
866
+ "background-size": string;
867
+ background: string;
868
+ "font-family": string;
869
+ };
870
+ ".secure-payment-form .tooltip:focus": {
871
+ border: string;
872
+ outline: string;
873
+ "border-left": string;
874
+ };
875
+ ".secure-payment-form .tooltip:hover": {
876
+ border: string;
877
+ outline: string;
878
+ "border-left": string;
879
+ };
880
+ ".secure-payment-form .tooltip-content": {
881
+ visibility: string;
882
+ width: string;
883
+ "background-color": string;
884
+ color: string;
885
+ "text-align": string;
886
+ "border-radius": string;
887
+ border: string;
888
+ padding: string;
889
+ position: string;
890
+ "z-index": string;
891
+ right: string;
892
+ opacity: string;
893
+ transition: string;
894
+ "font-size": string;
895
+ "font-weight": string;
896
+ "box-shadow": string;
897
+ "margin-top": string;
898
+ "margin-right": string;
899
+ };
900
+ ".secure-payment-form .tooltip-content h4": {
901
+ margin: string;
902
+ };
903
+ ".secure-payment-form .tooltip:hover > .tooltip-content": {
904
+ visibility: string;
905
+ opacity: string;
906
+ };
907
+ ".secure-payment-form .tooltip:focus > .tooltip-content": {
908
+ visibility: string;
909
+ opacity: string;
910
+ };
911
+ ".secure-payment-form .tooltip-content::before": {
912
+ position: string;
913
+ content: string;
914
+ right: string;
915
+ top: string;
916
+ "border-left": string;
917
+ "border-right": string;
918
+ "border-bottom": string;
919
+ };
658
920
  ".secure-payment-form": {
659
921
  "font-family": string;
660
922
  };
@@ -28,6 +28,11 @@ export declare const fieldStyles: (assetBaseUrl: string) => {
28
28
  "#secure-payment-field[type=text].hf-invalid"?: {
29
29
  border: string;
30
30
  };
31
+ "#secure-payment-field[hidden]"?: {
32
+ display: string;
33
+ opacity: string;
34
+ visibility: string;
35
+ };
31
36
  "*": {
32
37
  "box-sizing": string;
33
38
  };
@@ -315,6 +320,194 @@ export declare const parentStyles: (assetBaseUrl: string) => {
315
320
  "font-size": string;
316
321
  "line-height": string;
317
322
  };
323
+ ".secure-payment-form .currency-conversion-container"?: {
324
+ display: string;
325
+ "flex-direction": string;
326
+ "align-items": string;
327
+ };
328
+ ".secure-payment-form .credit-card-currency-conversion iframe"?: {
329
+ "min-height": string;
330
+ };
331
+ ".secure-payment-form .credit-card-currency-conversion fieldset"?: {
332
+ "font-family": string;
333
+ border: string;
334
+ margin: string;
335
+ padding: string;
336
+ display: string;
337
+ "flex-wrap": string;
338
+ };
339
+ ".secure-payment-form .credit-card-currency-conversion legend"?: {
340
+ "font-family": string;
341
+ border: number;
342
+ top: string;
343
+ margin: string;
344
+ padding: number;
345
+ display: string;
346
+ "font-size": string;
347
+ "font-weight": number;
348
+ position: string;
349
+ };
350
+ ".secure-payment-form .credit-card-currency-conversion .radio-button"?: {
351
+ display: string;
352
+ "justify-content": string;
353
+ "align-items": string;
354
+ border: string;
355
+ padding: string;
356
+ "white-space": string;
357
+ height: string;
358
+ "margin-right": string;
359
+ };
360
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child"?: {
361
+ "margin-right": string;
362
+ };
363
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:hover"?: {
364
+ "border-color": string;
365
+ };
366
+ ".secure-payment-form .credit-card-currency-conversion fieldset:focus-within > .radio-button"?: {
367
+ outline: string;
368
+ "outline-offset": string;
369
+ };
370
+ ".secure-payment-form .credit-card-currency-conversion fieldset.no-focus-outline .radio-button.checked"?: {
371
+ outline: string;
372
+ "outline-offset": string;
373
+ };
374
+ ".secure-payment-form .credit-card-currency-conversion .radio-button.checked"?: {
375
+ background: string;
376
+ "border-color": string;
377
+ color: string;
378
+ outline: string;
379
+ };
380
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']"?: {
381
+ margin: string;
382
+ appearance: string;
383
+ "-webkit-appearance": string;
384
+ "-moz-appearance": string;
385
+ border: string;
386
+ "border-radius": string;
387
+ width: string;
388
+ height: string;
389
+ display: string;
390
+ position: string;
391
+ padding: string;
392
+ };
393
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']:checked"?: {
394
+ "background-color": string;
395
+ border: string;
396
+ };
397
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']:focus"?: {
398
+ outline: string;
399
+ };
400
+ ".secure-payment-form .credit-card-currency-conversion .radio-button label"?: {
401
+ "font-family": string;
402
+ "font-size": string;
403
+ "font-weight": number;
404
+ display: string;
405
+ margin: string;
406
+ };
407
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content"?: {
408
+ opacity: string;
409
+ visibility: boolean;
410
+ display: string;
411
+ "flex-direction": string;
412
+ "margin-left": string;
413
+ "align-items": string;
414
+ height: string;
415
+ };
416
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content.visible"?: {
417
+ display: string;
418
+ opacity: string;
419
+ visibility: boolean;
420
+ };
421
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content"?: {
422
+ opacity: string;
423
+ visibility: boolean;
424
+ display: string;
425
+ "flex-direction": string;
426
+ "margin-left": string;
427
+ "align-items": string;
428
+ height: string;
429
+ };
430
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content.visible"?: {
431
+ display: string;
432
+ opacity: string;
433
+ visibility: boolean;
434
+ };
435
+ ".secure-payment-form .credit-card-currency-conversion .additional-info"?: {
436
+ "font-family": string;
437
+ "font-size": string;
438
+ "font-weight": number;
439
+ margin: string;
440
+ display: string;
441
+ };
442
+ ".secure-payment-form .credit-card-currency-conversion .additional-info p"?: {
443
+ margin: string;
444
+ "font-style": string;
445
+ };
446
+ ".secure-payment-form .credit-card-currency-conversion .tooltip"?: {
447
+ width: string;
448
+ height: string;
449
+ "min-width": string;
450
+ "border-left": string;
451
+ display: string;
452
+ };
453
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:hover"?: {
454
+ "border-left": string;
455
+ };
456
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:focus"?: {
457
+ "border-left": string;
458
+ };
459
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content"?: {
460
+ bottom: string;
461
+ right: string;
462
+ display: string;
463
+ };
464
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:hover .tooltip-content"?: {
465
+ display: string;
466
+ };
467
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content p"?: {
468
+ margin: string;
469
+ };
470
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content p:last-child"?: {
471
+ "margin-bottom": string;
472
+ };
473
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before"?: {
474
+ left: string;
475
+ top: string;
476
+ right: string;
477
+ transform: string;
478
+ "border-width": string;
479
+ "border-style": string;
480
+ "border-color": string;
481
+ };
482
+ "@media only screen and (max-width: 768px)"?: {
483
+ ".secure-payment-form .currency-conversion-container": {
484
+ "flex-direction": string;
485
+ "align-items": string;
486
+ };
487
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
488
+ "justify-content": string;
489
+ };
490
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
491
+ width: string;
492
+ "justify-content": string;
493
+ };
494
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:first-child": {
495
+ margin: string;
496
+ };
497
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
498
+ width: string;
499
+ "margin-top": string;
500
+ "margin-left": string;
501
+ };
502
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
503
+ width: string;
504
+ "margin-top": string;
505
+ "margin-left": string;
506
+ };
507
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before": {
508
+ right: string;
509
+ };
510
+ };
318
511
  ".secure-payment-form .hf-cvv-tooltip-invalid"?: {
319
512
  border: string;
320
513
  "border-left": string;
@@ -961,6 +1154,68 @@ export declare const parentStyles: (assetBaseUrl: string) => {
961
1154
  "line-height": string;
962
1155
  "text-decoration-line": string;
963
1156
  };
1157
+ ".secure-payment-form .tooltip": {
1158
+ position: string;
1159
+ width: string;
1160
+ height: string;
1161
+ border: string;
1162
+ "border-left": string;
1163
+ color: string;
1164
+ float: string;
1165
+ "background-size": string;
1166
+ background: string;
1167
+ "font-family": string;
1168
+ };
1169
+ ".secure-payment-form .tooltip:focus": {
1170
+ border: string;
1171
+ outline: string;
1172
+ "border-left": string;
1173
+ };
1174
+ ".secure-payment-form .tooltip:hover": {
1175
+ border: string;
1176
+ outline: string;
1177
+ "border-left": string;
1178
+ };
1179
+ ".secure-payment-form .tooltip-content": {
1180
+ visibility: string;
1181
+ width: string;
1182
+ "background-color": string;
1183
+ color: string;
1184
+ "text-align": string;
1185
+ "border-radius": string;
1186
+ border: string;
1187
+ padding: string;
1188
+ position: string;
1189
+ "z-index": string;
1190
+ right: string;
1191
+ opacity: string;
1192
+ transition: string;
1193
+ "font-size": string;
1194
+ "font-weight": string;
1195
+ "box-shadow": string;
1196
+ "margin-top": string;
1197
+ "margin-right": string;
1198
+ };
1199
+ ".secure-payment-form .tooltip-content h4": {
1200
+ margin: string;
1201
+ };
1202
+ ".secure-payment-form .tooltip:hover > .tooltip-content": {
1203
+ visibility: string;
1204
+ opacity: string;
1205
+ };
1206
+ ".secure-payment-form .tooltip:focus > .tooltip-content": {
1207
+ visibility: string;
1208
+ opacity: string;
1209
+ };
1210
+ ".secure-payment-form .tooltip-content::before": {
1211
+ position: string;
1212
+ content: string;
1213
+ right: string;
1214
+ top: string;
1215
+ "border-left": string;
1216
+ "border-right": string;
1217
+ "border-bottom": string;
1218
+ };
964
1219
  ".secure-payment-form": {
965
1220
  display: string;
966
1221
  "-ms-flex-wrap": string;
@@ -1049,53 +1304,6 @@ export declare const parentStyles: (assetBaseUrl: string) => {
1049
1304
  "min-height": string;
1050
1305
  width: string;
1051
1306
  };
1052
- ".secure-payment-form .tooltip": {
1053
- position: string;
1054
- width: string;
1055
- height: string;
1056
- border: string;
1057
- "border-left": string;
1058
- color: string;
1059
- float: string;
1060
- "background-size": string;
1061
- background: string;
1062
- };
1063
- ".secure-payment-form .tooltip:focus": {
1064
- border: string;
1065
- outline: string;
1066
- };
1067
- ".secure-payment-form .tooltip:hover": {
1068
- border: string;
1069
- outline: string;
1070
- };
1071
- ".secure-payment-form .tooltip-content": {
1072
- visibility: string;
1073
- width: string;
1074
- "background-color": string;
1075
- color: string;
1076
- "text-align": string;
1077
- "border-radius": string;
1078
- border: string;
1079
- padding: string;
1080
- position: string;
1081
- "z-index": string;
1082
- right: string;
1083
- opacity: string;
1084
- transition: string;
1085
- "font-size": string;
1086
- "font-weight": string;
1087
- "margin-top": string;
1088
- overflow: string;
1089
- "box-shadow": string;
1090
- };
1091
- ".secure-payment-form .tooltip:hover > .tooltip-content": {
1092
- visibility: string;
1093
- opacity: string;
1094
- };
1095
- ".secure-payment-form .tooltip:focus > .tooltip-content": {
1096
- visibility: string;
1097
- opacity: string;
1098
- };
1099
1307
  ".secure-payment-form .other-cards-label": {
1100
1308
  "border-bottom": string;
1101
1309
  "text-align": string;
@@ -41,6 +41,14 @@ export declare const styles: (assetBaseUrl: string) => {
41
41
  "background-color": string;
42
42
  border: string;
43
43
  };
44
+ ".secure-payment-form .qr-code-payment-method-wechat": {
45
+ "background-color": string;
46
+ border: string;
47
+ };
48
+ ".secure-payment-form .qr-code-payment-method-wechat:hover": {
49
+ "background-color": string;
50
+ border: string;
51
+ };
44
52
  ".secure-payment-form .qr-code-payment-iframe-wrapper": {
45
53
  display: string;
46
54
  "flex-direction": string;