@globalpayments/js 4.1.1 → 4.1.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/README.md +1 -1
- package/package.json +1 -1
- package/types/internal/lib/styles/currency-conversion/common.d.ts +13 -0
- package/types/internal/lib/styles/currency-conversion/default.d.ts +17 -0
- package/types/internal/lib/styles/currency-conversion/gp-default.d.ts +13 -0
- package/types/internal/lib/styles/currency-conversion/simple.d.ts +13 -0
- package/types/internal/lib/styles/default.d.ts +17 -0
- package/types/internal/lib/styles/gp-default.d.ts +13 -0
- package/types/internal/lib/styles/simple.d.ts +13 -0
- package/types/internal/lib/styles/themes/brand-themes/base/base-theme.d.ts +13 -0
- package/types/lib/version.d.ts +1 -1
- package/types/ui/form/index.d.ts +43 -0
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ This plugin allows you to use online payments (eCommerce) features of a variety
|
|
|
24
24
|
## Usage
|
|
25
25
|
|
|
26
26
|
```html
|
|
27
|
-
<script src="https://js.globalpay.com/4.1.
|
|
27
|
+
<script src="https://js.globalpay.com/4.1.3/globalpayments.js"></script>
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
> Note: Installing via NPM will only provide TypeScript types for type-checking.
|
package/package.json
CHANGED
|
@@ -197,5 +197,18 @@ declare const styles: () => {
|
|
|
197
197
|
right: string;
|
|
198
198
|
};
|
|
199
199
|
};
|
|
200
|
+
"@media(max-width: 340px)": {
|
|
201
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
202
|
+
"flex-flow": string;
|
|
203
|
+
};
|
|
204
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
205
|
+
width: string;
|
|
206
|
+
"margin-bottom": string;
|
|
207
|
+
"margin-right": string;
|
|
208
|
+
};
|
|
209
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
210
|
+
"margin-bottom": string;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
200
213
|
};
|
|
201
214
|
export default styles;
|
|
@@ -77,6 +77,23 @@ export declare const styles: () => {
|
|
|
77
77
|
"font-family": string;
|
|
78
78
|
margin: string;
|
|
79
79
|
};
|
|
80
|
+
"@media(max-width: 340px)": {
|
|
81
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
82
|
+
"margin-right": string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
"@media(max-width: 768px)": {
|
|
86
|
+
".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
|
|
87
|
+
width: string;
|
|
88
|
+
"margin-top": string;
|
|
89
|
+
"margin-left": string;
|
|
90
|
+
};
|
|
91
|
+
".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
|
|
92
|
+
width: string;
|
|
93
|
+
"margin-top": string;
|
|
94
|
+
"margin-left": string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
80
97
|
".secure-payment-form .currency-conversion-container": {
|
|
81
98
|
display: string;
|
|
82
99
|
"flex-direction": string;
|
|
@@ -204,4 +204,17 @@ export declare const styles: () => {
|
|
|
204
204
|
right: string;
|
|
205
205
|
};
|
|
206
206
|
};
|
|
207
|
+
"@media(max-width: 340px)": {
|
|
208
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
209
|
+
"flex-flow": string;
|
|
210
|
+
};
|
|
211
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
212
|
+
width: string;
|
|
213
|
+
"margin-bottom": string;
|
|
214
|
+
"margin-right": string;
|
|
215
|
+
};
|
|
216
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
217
|
+
"margin-bottom": string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
207
220
|
};
|
|
@@ -206,4 +206,17 @@ export declare const styles: () => {
|
|
|
206
206
|
right: string;
|
|
207
207
|
};
|
|
208
208
|
};
|
|
209
|
+
"@media(max-width: 340px)": {
|
|
210
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
211
|
+
"flex-flow": string;
|
|
212
|
+
};
|
|
213
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
214
|
+
width: string;
|
|
215
|
+
"margin-bottom": string;
|
|
216
|
+
"margin-right": string;
|
|
217
|
+
};
|
|
218
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
219
|
+
"margin-bottom": string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
209
222
|
};
|
|
@@ -448,6 +448,23 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
448
448
|
"font-family": string;
|
|
449
449
|
margin: string;
|
|
450
450
|
};
|
|
451
|
+
"@media(max-width: 340px)"?: {
|
|
452
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
453
|
+
"margin-right": string;
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
"@media(max-width: 768px)"?: {
|
|
457
|
+
".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
|
|
458
|
+
width: string;
|
|
459
|
+
"margin-top": string;
|
|
460
|
+
"margin-left": string;
|
|
461
|
+
};
|
|
462
|
+
".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
|
|
463
|
+
width: string;
|
|
464
|
+
"margin-top": string;
|
|
465
|
+
"margin-left": string;
|
|
466
|
+
};
|
|
467
|
+
};
|
|
451
468
|
".secure-payment-form .currency-conversion-container"?: {
|
|
452
469
|
display: string;
|
|
453
470
|
"flex-direction": string;
|
|
@@ -541,6 +541,19 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
541
541
|
right: string;
|
|
542
542
|
};
|
|
543
543
|
};
|
|
544
|
+
"@media(max-width: 340px)"?: {
|
|
545
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
546
|
+
"flex-flow": string;
|
|
547
|
+
};
|
|
548
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
549
|
+
width: string;
|
|
550
|
+
"margin-bottom": string;
|
|
551
|
+
"margin-right": string;
|
|
552
|
+
};
|
|
553
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
554
|
+
"margin-bottom": string;
|
|
555
|
+
};
|
|
556
|
+
};
|
|
544
557
|
".secure-payment-form .hf-cvv-tooltip-invalid"?: {
|
|
545
558
|
border: string;
|
|
546
559
|
"border-left": string;
|
|
@@ -352,6 +352,19 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
352
352
|
right: string;
|
|
353
353
|
};
|
|
354
354
|
};
|
|
355
|
+
"@media(max-width: 340px)"?: {
|
|
356
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
357
|
+
"flex-flow": string;
|
|
358
|
+
};
|
|
359
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
360
|
+
width: string;
|
|
361
|
+
"margin-bottom": string;
|
|
362
|
+
"margin-right": string;
|
|
363
|
+
};
|
|
364
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
365
|
+
"margin-bottom": string;
|
|
366
|
+
};
|
|
367
|
+
};
|
|
355
368
|
".secure-payment-form .credit-card-qr-code-payments"?: {
|
|
356
369
|
"font-family": string;
|
|
357
370
|
};
|
|
@@ -665,6 +665,19 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
|
|
|
665
665
|
right: string;
|
|
666
666
|
};
|
|
667
667
|
};
|
|
668
|
+
"@media(max-width: 340px)"?: {
|
|
669
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
670
|
+
"flex-flow": string;
|
|
671
|
+
};
|
|
672
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
673
|
+
width: string;
|
|
674
|
+
"margin-bottom": string;
|
|
675
|
+
"margin-right": string;
|
|
676
|
+
};
|
|
677
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
678
|
+
"margin-bottom": string;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
668
681
|
".secure-payment-form .hf-cvv-tooltip-invalid"?: {
|
|
669
682
|
border: string;
|
|
670
683
|
"border-left": string;
|
package/types/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.1.
|
|
1
|
+
declare const _default: "4.1.3";
|
|
2
2
|
export default _default;
|
package/types/ui/form/index.d.ts
CHANGED
|
@@ -749,6 +749,23 @@ export declare const parentStyles: () => {
|
|
|
749
749
|
"font-family": string;
|
|
750
750
|
margin: string;
|
|
751
751
|
};
|
|
752
|
+
"@media(max-width: 340px)"?: {
|
|
753
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
754
|
+
"margin-right": string;
|
|
755
|
+
};
|
|
756
|
+
};
|
|
757
|
+
"@media(max-width: 768px)"?: {
|
|
758
|
+
".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
|
|
759
|
+
width: string;
|
|
760
|
+
"margin-top": string;
|
|
761
|
+
"margin-left": string;
|
|
762
|
+
};
|
|
763
|
+
".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
|
|
764
|
+
width: string;
|
|
765
|
+
"margin-top": string;
|
|
766
|
+
"margin-left": string;
|
|
767
|
+
};
|
|
768
|
+
};
|
|
752
769
|
".secure-payment-form .currency-conversion-container"?: {
|
|
753
770
|
display: string;
|
|
754
771
|
"flex-direction": string;
|
|
@@ -1820,6 +1837,19 @@ export declare const parentStyles: () => {
|
|
|
1820
1837
|
right: string;
|
|
1821
1838
|
};
|
|
1822
1839
|
};
|
|
1840
|
+
"@media(max-width: 340px)"?: {
|
|
1841
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
1842
|
+
"flex-flow": string;
|
|
1843
|
+
};
|
|
1844
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
1845
|
+
width: string;
|
|
1846
|
+
"margin-bottom": string;
|
|
1847
|
+
"margin-right": string;
|
|
1848
|
+
};
|
|
1849
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
1850
|
+
"margin-bottom": string;
|
|
1851
|
+
};
|
|
1852
|
+
};
|
|
1823
1853
|
".secure-payment-form .hf-cvv-tooltip-invalid"?: {
|
|
1824
1854
|
border: string;
|
|
1825
1855
|
"border-left": string;
|
|
@@ -2900,6 +2930,19 @@ export declare const parentStyles: () => {
|
|
|
2900
2930
|
right: string;
|
|
2901
2931
|
};
|
|
2902
2932
|
};
|
|
2933
|
+
"@media(max-width: 340px)"?: {
|
|
2934
|
+
".secure-payment-form .credit-card-currency-conversion fieldset": {
|
|
2935
|
+
"flex-flow": string;
|
|
2936
|
+
};
|
|
2937
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button": {
|
|
2938
|
+
width: string;
|
|
2939
|
+
"margin-bottom": string;
|
|
2940
|
+
"margin-right": string;
|
|
2941
|
+
};
|
|
2942
|
+
".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
|
|
2943
|
+
"margin-bottom": string;
|
|
2944
|
+
};
|
|
2945
|
+
};
|
|
2903
2946
|
".secure-payment-form .credit-card-qr-code-payments"?: {
|
|
2904
2947
|
"font-family": string;
|
|
2905
2948
|
};
|