@globalpayments/js 4.1.1 → 4.1.6

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 (76) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -6
  3. package/types/apm/non-card-payments/contracts.d.ts +1 -0
  4. package/types/internal/built-in-validations/constants.d.ts +1 -0
  5. package/types/internal/built-in-validations/helpers.d.ts +2 -0
  6. package/types/internal/lib/bank-selection/available-banks-data.d.ts +2 -0
  7. package/types/internal/lib/bank-selection/contracts.d.ts +56 -0
  8. package/types/internal/lib/bank-selection/helpers.d.ts +5 -0
  9. package/types/internal/lib/enums.d.ts +6 -2
  10. package/types/internal/lib/order-information/constants.d.ts +1 -0
  11. package/types/internal/lib/order-information/contracts.d.ts +6 -0
  12. package/types/internal/lib/styles/bank-selection/common.d.ts +52 -0
  13. package/types/internal/lib/styles/currency-conversion/common.d.ts +13 -0
  14. package/types/internal/lib/styles/currency-conversion/default.d.ts +17 -0
  15. package/types/internal/lib/styles/currency-conversion/gp-default.d.ts +13 -0
  16. package/types/internal/lib/styles/currency-conversion/simple.d.ts +13 -0
  17. package/types/internal/lib/styles/default.d.ts +115 -8
  18. package/types/internal/lib/styles/gp-default.d.ts +111 -8
  19. package/types/internal/lib/styles/order-information/common.d.ts +19 -0
  20. package/types/internal/lib/styles/payment-methods/common.d.ts +33 -8
  21. package/types/internal/lib/styles/payment-methods/open-banking.d.ts +33 -8
  22. package/types/internal/lib/styles/simple.d.ts +78 -0
  23. package/types/internal/lib/styles/themes/brand-themes/base/base-theme.d.ts +159 -8
  24. package/types/internal/lib/styles/themes/brand-themes/base/base-token-definition.d.ts +24 -0
  25. package/types/internal/lib/styles/themes/brand-themes/base/contracts.d.ts +14 -0
  26. package/types/internal/lib/translations/cs.d.ts +14 -0
  27. package/types/internal/lib/translations/de.d.ts +13 -0
  28. package/types/internal/lib/translations/el.d.ts +13 -0
  29. package/types/internal/lib/translations/en.d.ts +8 -0
  30. package/types/internal/lib/translations/es.d.ts +7 -0
  31. package/types/internal/lib/translations/fr.d.ts +13 -0
  32. package/types/internal/lib/translations/hr.d.ts +13 -0
  33. package/types/internal/lib/translations/hu.d.ts +13 -0
  34. package/types/internal/lib/translations/it.d.ts +13 -0
  35. package/types/internal/lib/translations/ja.d.ts +13 -0
  36. package/types/internal/lib/translations/mt.d.ts +13 -0
  37. package/types/internal/lib/translations/nl.d.ts +13 -0
  38. package/types/internal/lib/translations/pl.d.ts +14 -0
  39. package/types/internal/lib/translations/pt.d.ts +13 -0
  40. package/types/internal/lib/translations/ro.d.ts +13 -0
  41. package/types/internal/lib/translations/ru.d.ts +13 -0
  42. package/types/internal/lib/translations/sk.d.ts +14 -0
  43. package/types/internal/lib/translations/sl.d.ts +13 -0
  44. package/types/internal/lib/translations/sv.d.ts +13 -0
  45. package/types/internal/lib/translations/tr.d.ts +13 -0
  46. package/types/internal/lib/translations/uk.d.ts +13 -0
  47. package/types/internal/lib/translations/vi.d.ts +13 -0
  48. package/types/internal/lib/translations/zh.d.ts +3 -0
  49. package/types/lib/version.d.ts +1 -1
  50. package/types/tools/configure.d.ts +7 -0
  51. package/types/ui/components/bank-selection/action-add-bank-selection.d.ts +3 -0
  52. package/types/ui/components/order-information/action-add-order-information.d.ts +2 -0
  53. package/types/ui/form/index.d.ts +339 -116
  54. package/types/ui/iframe-field/payment-methods/action-add.d.ts +1 -1
  55. package/types/apm/qr-code-payments/components/redirect-action-handler.d.ts +0 -1
  56. package/types/apm/qr-code-payments/constants.d.ts +0 -1
  57. package/types/apm/qr-code-payments/enums.d.ts +0 -10
  58. package/types/internal/gateways/gp-api/get-qr-code-payment-methods.d.ts +0 -3
  59. package/types/internal/lib/styles/apple-pay/default.d.ts +0 -12
  60. package/types/internal/lib/styles/apple-pay/gp-default.d.ts +0 -12
  61. package/types/internal/lib/styles/apple-pay/simple.d.ts +0 -12
  62. package/types/internal/lib/styles/google-pay/default.d.ts +0 -7
  63. package/types/internal/lib/styles/google-pay/gp-default.d.ts +0 -7
  64. package/types/internal/lib/styles/google-pay/simple.d.ts +0 -7
  65. package/types/internal/lib/styles/qr-code-payments/common.d.ts +0 -151
  66. package/types/ui/iframe-field/action-accumulate-installment-data.d.ts +0 -3
  67. package/types/ui/iframe-field/action-add-apple-pay.d.ts +0 -2
  68. package/types/ui/iframe-field/action-add-click-to-pay.d.ts +0 -2
  69. package/types/ui/iframe-field/action-add-google-pay.d.ts +0 -2
  70. package/types/ui/iframe-field/action-add-installments.d.ts +0 -3
  71. package/types/ui/iframe-field/action-add-open-banking.d.ts +0 -2
  72. package/types/ui/iframe-field/action-add-qr-code-payment-methods.d.ts +0 -3
  73. package/types/ui/iframe-field/action-card-request-installments.d.ts +0 -6
  74. package/types/ui/iframe-field/action-qr-code-payment-methods-request-start.d.ts +0 -6
  75. package/types/ui/iframe-field/action-request-installment-data.d.ts +0 -3
  76. package/types/ui/iframe-field/open-banking/action-add.d.ts +0 -2
@@ -130,12 +130,6 @@ export declare const fieldStyles: () => {
130
130
  };
131
131
  "img.card-number-icon.invalid.card-type-mastercard": {
132
132
  background: string;
133
- /**
134
- * Instantiates a new UIForm object for a group of hosted fields
135
- *
136
- * @param fields Hosted field configuration
137
- * @param styles Custom CSS configuration
138
- */
139
133
  "background-size": string;
140
134
  "background-position-y": string;
141
135
  };
@@ -467,6 +461,71 @@ export declare const fieldStyles: () => {
467
461
  export declare const parentStyles: () => {
468
462
  blank: {};
469
463
  default: {
464
+ ".bank-selection-wrapper": {
465
+ background: string;
466
+ padding: string;
467
+ };
468
+ ".bank-selection": {
469
+ display: string;
470
+ "align-items": string;
471
+ "flex-flow": string;
472
+ "margin-bottom": string;
473
+ };
474
+ ".bank-selecction-option": {
475
+ width: string;
476
+ height: string;
477
+ cursor: string;
478
+ display: string;
479
+ "align-items": string;
480
+ "justify-content": string;
481
+ "box-shadow": string;
482
+ "margin-right": string;
483
+ "margin-left": string;
484
+ "margin-top": string;
485
+ background: string;
486
+ "border-radius": string;
487
+ "flex-direction": string;
488
+ };
489
+ ".bank-selecction-option::before": {
490
+ content: string;
491
+ width: string;
492
+ height: string;
493
+ position: string;
494
+ "margin-left": string;
495
+ };
496
+ ".bank-selecction-option:hover": {
497
+ border: string;
498
+ };
499
+ ".bank-selecction-option:active": {
500
+ background: string;
501
+ border: string;
502
+ };
503
+ ".qr-code-button": {
504
+ background: string;
505
+ };
506
+ ".title-text": {
507
+ color: string;
508
+ "font-size": string;
509
+ "font-weight": string;
510
+ "line-height": string;
511
+ "font-family": string;
512
+ };
513
+ ".order-information"?: {
514
+ display: string;
515
+ "flex-direction": string;
516
+ "align-items": string;
517
+ "font-family": string;
518
+ };
519
+ ".title-field"?: {
520
+ "font-weight": string;
521
+ "line-height": string;
522
+ "font-size": string;
523
+ };
524
+ ".order-information-field"?: {
525
+ "line-height": string;
526
+ "font-size": string;
527
+ "font-weight": string;
528
+ };
470
529
  ".secure-payment-form .credit-card-qr-code-payments"?: {
471
530
  "font-family": string;
472
531
  };
@@ -608,8 +667,12 @@ export declare const parentStyles: () => {
608
667
  "flex-direction": string;
609
668
  "align-items": string;
610
669
  };
670
+ ".secure-payment-form .blik-button-wrapper": {
671
+ display: string;
672
+ "flex-direction": string;
673
+ "align-items": string;
674
+ };
611
675
  ".secure-payment-form .open-banking-button::before": {
612
- content: string;
613
676
  width: string;
614
677
  height: string;
615
678
  position: string;
@@ -618,7 +681,6 @@ export declare const parentStyles: () => {
618
681
  };
619
682
  ".secure-payment-form .open-banking-button": {
620
683
  position: string;
621
- background: string;
622
684
  color: string;
623
685
  height: string;
624
686
  width: string;
@@ -626,20 +688,42 @@ export declare const parentStyles: () => {
626
688
  border: string;
627
689
  margin: string;
628
690
  cursor: string;
629
- "-webkit-box-shadow": string;
630
- "-moz-box-shadow": string;
631
- "box-shadow": string;
632
691
  };
633
692
  ".secure-payment-form .open-banking-button:hover": {
634
693
  "border-color": string;
635
- "-webkit-box-shadow": string;
636
- "-moz-box-shadow": string;
637
- "box-shadow": string;
694
+ "background-color": string;
638
695
  };
639
696
  ".secure-payment-form .open-banking-button:focus": {
640
697
  outline: string;
641
698
  "outline-offset": string;
642
699
  };
700
+ ".secure-payment-form .blik-button": {
701
+ position: string;
702
+ background: string;
703
+ color: string;
704
+ height: string;
705
+ width: string;
706
+ "border-radius": string;
707
+ border: string;
708
+ margin: string;
709
+ cursor: string;
710
+ };
711
+ ".secure-payment-form .blik-button:hover": {
712
+ "border-color": string;
713
+ "background-color": string;
714
+ };
715
+ ".secure-payment-form .blik-button:focus": {
716
+ outline: string;
717
+ "outline-offset": string;
718
+ };
719
+ ".secure-payment-form .blik-button::before": {
720
+ content: string;
721
+ width: string;
722
+ height: string;
723
+ position: string;
724
+ top: string;
725
+ right: string;
726
+ };
643
727
  ".secure-payment-form .link-button": {
644
728
  display: string;
645
729
  "flex-direction": string;
@@ -749,6 +833,23 @@ export declare const parentStyles: () => {
749
833
  "font-family": string;
750
834
  margin: string;
751
835
  };
836
+ "@media(max-width: 340px)"?: {
837
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
838
+ "margin-right": string;
839
+ };
840
+ };
841
+ "@media(max-width: 768px)"?: {
842
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
843
+ width: string;
844
+ "margin-top": string;
845
+ "margin-left": string;
846
+ };
847
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
848
+ width: string;
849
+ "margin-top": string;
850
+ "margin-left": string;
851
+ };
852
+ };
752
853
  ".secure-payment-form .currency-conversion-container"?: {
753
854
  display: string;
754
855
  "flex-direction": string;
@@ -838,12 +939,7 @@ export declare const parentStyles: () => {
838
939
  display: string;
839
940
  };
840
941
  ".secure-payment-form .credit-card-currency-conversion .tooltip-content p:last-child"?: {
841
- "margin-bottom": string; /**
842
- * Sets a special-case event listener that fires when all hosted
843
- * fields in a form have registered / loaded
844
- *
845
- * @param fn The listener function
846
- */
942
+ "margin-bottom": string;
847
943
  };
848
944
  ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before"?: {
849
945
  left: string;
@@ -865,9 +961,7 @@ export declare const parentStyles: () => {
865
961
  ".secure-payment-form .credit-card-currency-conversion .radio-button": {
866
962
  width: string;
867
963
  "justify-content": string;
868
- }; /**
869
- * Deletes all hosted fields within the form
870
- */
964
+ };
871
965
  ".secure-payment-form .credit-card-currency-conversion .radio-button:first-child": {
872
966
  margin: string;
873
967
  };
@@ -1019,6 +1113,9 @@ export declare const parentStyles: () => {
1019
1113
  background: string;
1020
1114
  width: string;
1021
1115
  left: string;
1116
+ /**
1117
+ * Represents logic surrounding a group of hosted fields.
1118
+ */
1022
1119
  "margin-left": string;
1023
1120
  border: string;
1024
1121
  "border-width": string;
@@ -1082,11 +1179,6 @@ export declare const parentStyles: () => {
1082
1179
  display: string;
1083
1180
  padding: string;
1084
1181
  transform: string;
1085
- /**
1086
- * Appends additional CSS rules to the group of hosted fields
1087
- *
1088
- * @param json New CSS rules
1089
- */
1090
1182
  "-webkit-transform": string;
1091
1183
  "z-index": string;
1092
1184
  top: string;
@@ -1310,9 +1402,6 @@ export declare const parentStyles: () => {
1310
1402
  "vertical-align": string;
1311
1403
  "text-align": string;
1312
1404
  "margin-left": string;
1313
- /**
1314
- * Deletes all hosted fields within the form
1315
- */
1316
1405
  "margin-right": string;
1317
1406
  "margin-top": string;
1318
1407
  };
@@ -1388,6 +1477,71 @@ export declare const parentStyles: () => {
1388
1477
  };
1389
1478
  };
1390
1479
  "gp-default": {
1480
+ ".bank-selection-wrapper": {
1481
+ background: string;
1482
+ padding: string;
1483
+ };
1484
+ ".bank-selection": {
1485
+ display: string;
1486
+ "align-items": string;
1487
+ "flex-flow": string;
1488
+ "margin-bottom": string;
1489
+ };
1490
+ ".bank-selecction-option": {
1491
+ width: string;
1492
+ height: string;
1493
+ cursor: string;
1494
+ display: string;
1495
+ "align-items": string;
1496
+ "justify-content": string;
1497
+ "box-shadow": string;
1498
+ "margin-right": string;
1499
+ "margin-left": string;
1500
+ "margin-top": string;
1501
+ background: string;
1502
+ "border-radius": string;
1503
+ "flex-direction": string;
1504
+ };
1505
+ ".bank-selecction-option::before": {
1506
+ content: string;
1507
+ width: string;
1508
+ height: string;
1509
+ position: string;
1510
+ "margin-left": string;
1511
+ };
1512
+ ".bank-selecction-option:hover": {
1513
+ border: string;
1514
+ };
1515
+ ".bank-selecction-option:active": {
1516
+ background: string;
1517
+ border: string;
1518
+ };
1519
+ ".qr-code-button": {
1520
+ background: string;
1521
+ };
1522
+ ".title-text": {
1523
+ color: string;
1524
+ "font-size": string;
1525
+ "font-weight": string;
1526
+ "line-height": string;
1527
+ "font-family": string;
1528
+ };
1529
+ ".order-information"?: {
1530
+ display: string;
1531
+ "flex-direction": string;
1532
+ "align-items": string;
1533
+ "font-family": string;
1534
+ };
1535
+ ".title-field"?: {
1536
+ "font-weight": string;
1537
+ "line-height": string;
1538
+ "font-size": string;
1539
+ };
1540
+ ".order-information-field"?: {
1541
+ "line-height": string;
1542
+ "font-size": string;
1543
+ "font-weight": string;
1544
+ };
1391
1545
  ".secure-payment-form .credit-card-qr-code-payments"?: {
1392
1546
  "font-family": string;
1393
1547
  };
@@ -1529,8 +1683,12 @@ export declare const parentStyles: () => {
1529
1683
  "flex-direction": string;
1530
1684
  "align-items": string;
1531
1685
  };
1686
+ ".secure-payment-form .blik-button-wrapper": {
1687
+ display: string;
1688
+ "flex-direction": string;
1689
+ "align-items": string;
1690
+ };
1532
1691
  ".secure-payment-form .open-banking-button::before": {
1533
- content: string;
1534
1692
  width: string;
1535
1693
  height: string;
1536
1694
  position: string;
@@ -1539,7 +1697,6 @@ export declare const parentStyles: () => {
1539
1697
  };
1540
1698
  ".secure-payment-form .open-banking-button": {
1541
1699
  position: string;
1542
- background: string;
1543
1700
  color: string;
1544
1701
  height: string;
1545
1702
  width: string;
@@ -1547,20 +1704,42 @@ export declare const parentStyles: () => {
1547
1704
  border: string;
1548
1705
  margin: string;
1549
1706
  cursor: string;
1550
- "-webkit-box-shadow": string;
1551
- "-moz-box-shadow": string;
1552
- "box-shadow": string;
1553
1707
  };
1554
1708
  ".secure-payment-form .open-banking-button:hover": {
1555
1709
  "border-color": string;
1556
- "-webkit-box-shadow": string;
1557
- "-moz-box-shadow": string;
1558
- "box-shadow": string;
1710
+ "background-color": string;
1559
1711
  };
1560
1712
  ".secure-payment-form .open-banking-button:focus": {
1561
1713
  outline: string;
1562
1714
  "outline-offset": string;
1563
1715
  };
1716
+ ".secure-payment-form .blik-button": {
1717
+ position: string;
1718
+ background: string;
1719
+ color: string;
1720
+ height: string;
1721
+ width: string;
1722
+ "border-radius": string;
1723
+ border: string;
1724
+ margin: string;
1725
+ cursor: string;
1726
+ };
1727
+ ".secure-payment-form .blik-button:hover": {
1728
+ "border-color": string;
1729
+ "background-color": string;
1730
+ };
1731
+ ".secure-payment-form .blik-button:focus": {
1732
+ outline: string;
1733
+ "outline-offset": string;
1734
+ };
1735
+ ".secure-payment-form .blik-button::before": {
1736
+ content: string;
1737
+ width: string;
1738
+ height: string;
1739
+ position: string;
1740
+ top: string;
1741
+ right: string;
1742
+ };
1564
1743
  ".secure-payment-form .link-button": {
1565
1744
  display: string;
1566
1745
  "flex-direction": string;
@@ -1696,12 +1875,6 @@ export declare const parentStyles: () => {
1696
1875
  visibility: boolean;
1697
1876
  display: string;
1698
1877
  "flex-direction": string;
1699
- /**
1700
- * Instantiates a new UIForm object for a group of hosted fields
1701
- *
1702
- * @param fields Hosted field configuration
1703
- * @param styles Custom CSS configuration
1704
- */
1705
1878
  "margin-left": string;
1706
1879
  "align-items": string;
1707
1880
  height: string;
@@ -1712,16 +1885,6 @@ export declare const parentStyles: () => {
1712
1885
  visibility: boolean;
1713
1886
  };
1714
1887
  ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content"?: {
1715
- /**
1716
- * Sets an event listener for an event type
1717
- *
1718
- * @param fieldTypeOrEventName The field type on which the listener should
1719
- * be applied, or the type of event that should trigger the listener
1720
- * @param eventNameOrListener The type of event that should trigger the
1721
- * listener, or the listener function
1722
- * @param listener The listener function when both field type and event type
1723
- * are provided
1724
- */
1725
1888
  opacity: string;
1726
1889
  visibility: boolean;
1727
1890
  display: string;
@@ -1773,12 +1936,7 @@ export declare const parentStyles: () => {
1773
1936
  margin: string;
1774
1937
  };
1775
1938
  ".secure-payment-form .credit-card-currency-conversion .tooltip-content p:last-child"?: {
1776
- "margin-bottom": string; /**
1777
- * Sets a special-case event listener that fires when all hosted
1778
- * fields in a form have registered / loaded
1779
- *
1780
- * @param fn The listener function
1781
- */
1939
+ "margin-bottom": string;
1782
1940
  };
1783
1941
  ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before"?: {
1784
1942
  left: string;
@@ -1800,9 +1958,7 @@ export declare const parentStyles: () => {
1800
1958
  ".secure-payment-form .credit-card-currency-conversion .radio-button": {
1801
1959
  width: string;
1802
1960
  "justify-content": string;
1803
- }; /**
1804
- * Deletes all hosted fields within the form
1805
- */
1961
+ };
1806
1962
  ".secure-payment-form .credit-card-currency-conversion .radio-button:first-child": {
1807
1963
  margin: string;
1808
1964
  };
@@ -1820,6 +1976,19 @@ export declare const parentStyles: () => {
1820
1976
  right: string;
1821
1977
  };
1822
1978
  };
1979
+ "@media(max-width: 340px)"?: {
1980
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
1981
+ "flex-flow": string;
1982
+ };
1983
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
1984
+ width: string;
1985
+ "margin-bottom": string;
1986
+ "margin-right": string;
1987
+ };
1988
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
1989
+ "margin-bottom": string;
1990
+ };
1991
+ };
1823
1992
  ".secure-payment-form .hf-cvv-tooltip-invalid"?: {
1824
1993
  border: string;
1825
1994
  "border-left": string;
@@ -1966,6 +2135,9 @@ export declare const parentStyles: () => {
1966
2135
  background: string;
1967
2136
  width: string;
1968
2137
  left: string;
2138
+ /**
2139
+ * Represents logic surrounding a group of hosted fields.
2140
+ */
1969
2141
  "margin-left": string;
1970
2142
  border: string;
1971
2143
  "border-width": string;
@@ -2029,11 +2201,6 @@ export declare const parentStyles: () => {
2029
2201
  display: string;
2030
2202
  padding: string;
2031
2203
  transform: string;
2032
- /**
2033
- * Appends additional CSS rules to the group of hosted fields
2034
- *
2035
- * @param json New CSS rules
2036
- */
2037
2204
  "-webkit-transform": string;
2038
2205
  "z-index": string;
2039
2206
  top: string;
@@ -2250,9 +2417,6 @@ export declare const parentStyles: () => {
2250
2417
  margin: string;
2251
2418
  };
2252
2419
  ".secure-payment-form .installment-term-selector-title": {
2253
- /**
2254
- * Represents logic surrounding a group of hosted fields.
2255
- */
2256
2420
  "text-align": string;
2257
2421
  padding: string;
2258
2422
  };
@@ -2271,7 +2435,16 @@ export declare const parentStyles: () => {
2271
2435
  };
2272
2436
  ".secure-payment-form .installment-field-value-item": {
2273
2437
  color: string;
2274
- "font-style": string;
2438
+ "font-style": string; /**
2439
+ * Sets an event listener for an event type
2440
+ *
2441
+ * @param fieldTypeOrEventName The field type on which the listener should
2442
+ * be applied, or the type of event that should trigger the listener
2443
+ * @param eventNameOrListener The type of event that should trigger the
2444
+ * listener, or the listener function
2445
+ * @param listener The listener function when both field type and event type
2446
+ * are provided
2447
+ */
2275
2448
  "font-weight": string;
2276
2449
  "line-height": string;
2277
2450
  "font-size": string;
@@ -2324,12 +2497,6 @@ export declare const parentStyles: () => {
2324
2497
  "line-height": string;
2325
2498
  "font-style": string;
2326
2499
  border: string;
2327
- /**
2328
- * Sets a special-case event listener that fires when all hosted
2329
- * fields in a form have registered / loaded
2330
- *
2331
- * @param fn The listener function
2332
- */
2333
2500
  cursor: string;
2334
2501
  "margin-top": string;
2335
2502
  "margin-bottom": string;
@@ -2350,9 +2517,6 @@ export declare const parentStyles: () => {
2350
2517
  };
2351
2518
  ".secure-payment-form .installment-button-explore-plans:focus": {
2352
2519
  background: string;
2353
- /**
2354
- * Deletes all hosted fields within the form
2355
- */
2356
2520
  border: string;
2357
2521
  };
2358
2522
  ".secure-payment-form .installment-button-learn-more": {
@@ -2564,16 +2728,7 @@ export declare const parentStyles: () => {
2564
2728
  ".secure-payment-form label": {
2565
2729
  margin: string;
2566
2730
  display: string;
2567
- "font-size": string; /**
2568
- * Sets an event listener for an event type
2569
- *
2570
- * @param fieldTypeOrEventName The field type on which the listener should
2571
- * be applied, or the type of event that should trigger the listener
2572
- * @param eventNameOrListener The type of event that should trigger the
2573
- * listener, or the listener function
2574
- * @param listener The listener function when both field type and event type
2575
- * are provided
2576
- */
2731
+ "font-size": string;
2577
2732
  "font-weight": string;
2578
2733
  "font-family": string;
2579
2734
  };
@@ -2627,6 +2782,11 @@ export declare const parentStyles: () => {
2627
2782
  display: string;
2628
2783
  "justify-content": string;
2629
2784
  };
2785
+ /**
2786
+ * Appends additional CSS rules to the group of hosted fields
2787
+ *
2788
+ * @param json New CSS rules
2789
+ */
2630
2790
  ".secure-payment-form div[class$='-logo'] .security-msg": {
2631
2791
  color: string;
2632
2792
  "font-size": string;
@@ -2670,7 +2830,9 @@ export declare const parentStyles: () => {
2670
2830
  "-o-transform": string;
2671
2831
  transform: string;
2672
2832
  margin: string;
2673
- "font-family": string;
2833
+ "font-family": string; /**
2834
+ * Deletes all hosted fields within the form
2835
+ */
2674
2836
  "font-size": string;
2675
2837
  "white-space": string;
2676
2838
  };
@@ -2693,6 +2855,71 @@ export declare const parentStyles: () => {
2693
2855
  };
2694
2856
  };
2695
2857
  simple: {
2858
+ ".bank-selection-wrapper": {
2859
+ background: string;
2860
+ padding: string;
2861
+ };
2862
+ ".bank-selection": {
2863
+ display: string;
2864
+ "align-items": string;
2865
+ "flex-flow": string;
2866
+ "margin-bottom": string;
2867
+ };
2868
+ ".bank-selecction-option": {
2869
+ width: string;
2870
+ height: string;
2871
+ cursor: string;
2872
+ display: string;
2873
+ "align-items": string;
2874
+ "justify-content": string;
2875
+ "box-shadow": string;
2876
+ "margin-right": string;
2877
+ "margin-left": string;
2878
+ "margin-top": string;
2879
+ background: string;
2880
+ "border-radius": string;
2881
+ "flex-direction": string;
2882
+ };
2883
+ ".bank-selecction-option::before": {
2884
+ content: string;
2885
+ width: string;
2886
+ height: string;
2887
+ position: string;
2888
+ "margin-left": string;
2889
+ };
2890
+ ".bank-selecction-option:hover": {
2891
+ border: string;
2892
+ };
2893
+ ".bank-selecction-option:active": {
2894
+ background: string;
2895
+ border: string;
2896
+ };
2897
+ ".qr-code-button": {
2898
+ background: string;
2899
+ };
2900
+ ".title-text": {
2901
+ color: string;
2902
+ "font-size": string;
2903
+ "font-weight": string;
2904
+ "line-height": string;
2905
+ "font-family": string;
2906
+ };
2907
+ ".order-information"?: {
2908
+ display: string;
2909
+ "flex-direction": string;
2910
+ "align-items": string;
2911
+ "font-family": string;
2912
+ };
2913
+ ".title-field"?: {
2914
+ "font-weight": string;
2915
+ "line-height": string;
2916
+ "font-size": string;
2917
+ };
2918
+ ".order-information-field"?: {
2919
+ "line-height": string;
2920
+ "font-size": string;
2921
+ "font-weight": string;
2922
+ };
2696
2923
  ".secure-payment-form .credit-card-currency-conversion legend"?: {
2697
2924
  "font-family": string;
2698
2925
  color: string;
@@ -2853,12 +3080,7 @@ export declare const parentStyles: () => {
2853
3080
  display: string;
2854
3081
  };
2855
3082
  ".secure-payment-form .credit-card-currency-conversion .tooltip-content p:last-child"?: {
2856
- "margin-bottom": string; /**
2857
- * Sets a special-case event listener that fires when all hosted
2858
- * fields in a form have registered / loaded
2859
- *
2860
- * @param fn The listener function
2861
- */
3083
+ "margin-bottom": string;
2862
3084
  };
2863
3085
  ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before"?: {
2864
3086
  left: string;
@@ -2880,9 +3102,7 @@ export declare const parentStyles: () => {
2880
3102
  ".secure-payment-form .credit-card-currency-conversion .radio-button": {
2881
3103
  width: string;
2882
3104
  "justify-content": string;
2883
- }; /**
2884
- * Deletes all hosted fields within the form
2885
- */
3105
+ };
2886
3106
  ".secure-payment-form .credit-card-currency-conversion .radio-button:first-child": {
2887
3107
  margin: string;
2888
3108
  };
@@ -2900,6 +3120,19 @@ export declare const parentStyles: () => {
2900
3120
  right: string;
2901
3121
  };
2902
3122
  };
3123
+ "@media(max-width: 340px)"?: {
3124
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
3125
+ "flex-flow": string;
3126
+ };
3127
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
3128
+ width: string;
3129
+ "margin-bottom": string;
3130
+ "margin-right": string;
3131
+ };
3132
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
3133
+ "margin-bottom": string;
3134
+ };
3135
+ };
2903
3136
  ".secure-payment-form .credit-card-qr-code-payments"?: {
2904
3137
  "font-family": string;
2905
3138
  };
@@ -3147,6 +3380,9 @@ export declare const parentStyles: () => {
3147
3380
  background: string;
3148
3381
  width: string;
3149
3382
  left: string;
3383
+ /**
3384
+ * Represents logic surrounding a group of hosted fields.
3385
+ */
3150
3386
  "margin-left": string;
3151
3387
  border: string;
3152
3388
  "border-width": string;
@@ -3210,11 +3446,6 @@ export declare const parentStyles: () => {
3210
3446
  display: string;
3211
3447
  padding: string;
3212
3448
  transform: string;
3213
- /**
3214
- * Appends additional CSS rules to the group of hosted fields
3215
- *
3216
- * @param json New CSS rules
3217
- */
3218
3449
  "-webkit-transform": string;
3219
3450
  "z-index": string;
3220
3451
  top: string;
@@ -3428,12 +3659,6 @@ export declare const parentStyles: () => {
3428
3659
  "margin-left": string;
3429
3660
  "vertical-align": string;
3430
3661
  };
3431
- /**
3432
- * Sets a special-case event listener that fires when all hosted
3433
- * fields in a form have registered / loaded
3434
- *
3435
- * @param fn The listener function
3436
- */
3437
3662
  ".secure-payment-form div[class$='-shield'] .ssl-msg": {
3438
3663
  "font-size": string;
3439
3664
  "font-weight": string;
@@ -3460,9 +3685,7 @@ export declare const parentStyles: () => {
3460
3685
  ".secure-payment-form div[class$='-logo'] .security-msg": {
3461
3686
  color: string;
3462
3687
  "font-size": string;
3463
- display: string; /**
3464
- * Deletes all hosted fields within the form
3465
- */
3688
+ display: string;
3466
3689
  "vertical-align": string;
3467
3690
  "white-space": string;
3468
3691
  "margin-right": string;