@globalpayments/js 4.1.8 → 4.1.10

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 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.8/globalpayments.js"></script>
27
+ <script src="https://js.globalpay.com/4.1.10/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalpayments/js",
3
- "version": "4.1.8",
3
+ "version": "4.1.10",
4
4
  "author": "Heartland Developer Portal <developers@heartland.us>",
5
5
  "license": "GPL-2.0",
6
6
  "repository": {
@@ -24,13 +24,6 @@ declare const styles: (_assetBaseUrl: string) => {
24
24
  "border-radius": string;
25
25
  "flex-direction": string;
26
26
  };
27
- ".bank-selecction-option::before": {
28
- content: string;
29
- width: string;
30
- height: string;
31
- position: string;
32
- "margin-left": string;
33
- };
34
27
  ".bank-selecction-option:hover": {
35
28
  border: string;
36
29
  };
@@ -38,6 +31,11 @@ declare const styles: (_assetBaseUrl: string) => {
38
31
  background: string;
39
32
  border: string;
40
33
  };
34
+ ".external-link-div": {
35
+ "margin-left": string;
36
+ "margin-right": string;
37
+ "margin-top": string;
38
+ };
41
39
  ".qr-code-button": {
42
40
  background: string;
43
41
  };
@@ -194,13 +194,6 @@ export declare const parentStyles: (assetBaseUrl: string) => {
194
194
  "border-radius": string;
195
195
  "flex-direction": string;
196
196
  };
197
- ".bank-selecction-option::before": {
198
- content: string;
199
- width: string;
200
- height: string;
201
- position: string;
202
- "margin-left": string;
203
- };
204
197
  ".bank-selecction-option:hover": {
205
198
  border: string;
206
199
  };
@@ -208,6 +201,11 @@ export declare const parentStyles: (assetBaseUrl: string) => {
208
201
  background: string;
209
202
  border: string;
210
203
  };
204
+ ".external-link-div": {
205
+ "margin-left": string;
206
+ "margin-right": string;
207
+ "margin-top": string;
208
+ };
211
209
  ".qr-code-button": {
212
210
  background: string;
213
211
  };
@@ -160,13 +160,6 @@ export declare const parentStyles: (assetBaseUrl: string) => {
160
160
  "border-radius": string;
161
161
  "flex-direction": string;
162
162
  };
163
- ".bank-selecction-option::before": {
164
- content: string;
165
- width: string;
166
- height: string;
167
- position: string;
168
- "margin-left": string;
169
- };
170
163
  ".bank-selecction-option:hover": {
171
164
  border: string;
172
165
  };
@@ -174,6 +167,11 @@ export declare const parentStyles: (assetBaseUrl: string) => {
174
167
  background: string;
175
168
  border: string;
176
169
  };
170
+ ".external-link-div": {
171
+ "margin-left": string;
172
+ "margin-right": string;
173
+ "margin-top": string;
174
+ };
177
175
  ".qr-code-button": {
178
176
  background: string;
179
177
  };
@@ -180,13 +180,6 @@ export declare const parentStyles: (assetBaseUrl: string) => {
180
180
  "border-radius": string;
181
181
  "flex-direction": string;
182
182
  };
183
- ".bank-selecction-option::before": {
184
- content: string;
185
- width: string;
186
- height: string;
187
- position: string;
188
- "margin-left": string;
189
- };
190
183
  ".bank-selecction-option:hover": {
191
184
  border: string;
192
185
  };
@@ -194,6 +187,11 @@ export declare const parentStyles: (assetBaseUrl: string) => {
194
187
  background: string;
195
188
  border: string;
196
189
  };
190
+ ".external-link-div": {
191
+ "margin-left": string;
192
+ "margin-right": string;
193
+ "margin-top": string;
194
+ };
197
195
  ".qr-code-button": {
198
196
  background: string;
199
197
  };
@@ -308,13 +308,6 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
308
308
  "border-radius": string;
309
309
  "flex-direction": string;
310
310
  };
311
- ".bank-selecction-option::before": {
312
- content: string;
313
- width: string;
314
- height: string;
315
- position: string;
316
- "margin-left": string;
317
- };
318
311
  ".bank-selecction-option:hover": {
319
312
  border: string;
320
313
  };
@@ -322,6 +315,11 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
322
315
  background: string;
323
316
  border: string;
324
317
  };
318
+ ".external-link-div": {
319
+ "margin-left": string;
320
+ "margin-right": string;
321
+ "margin-top": string;
322
+ };
325
323
  ".qr-code-button": {
326
324
  background: string;
327
325
  };
@@ -1,2 +1,2 @@
1
- declare const _default: "4.1.8";
1
+ declare const _default: "4.1.10";
2
2
  export default _default;
@@ -505,13 +505,6 @@ export declare const parentStyles: () => {
505
505
  "border-radius": string;
506
506
  "flex-direction": string;
507
507
  };
508
- ".bank-selecction-option::before": {
509
- content: string;
510
- width: string;
511
- height: string;
512
- position: string;
513
- "margin-left": string;
514
- };
515
508
  ".bank-selecction-option:hover": {
516
509
  border: string;
517
510
  };
@@ -519,6 +512,11 @@ export declare const parentStyles: () => {
519
512
  background: string;
520
513
  border: string;
521
514
  };
515
+ ".external-link-div": {
516
+ "margin-left": string;
517
+ "margin-right": string;
518
+ "margin-top": string;
519
+ };
522
520
  ".qr-code-button": {
523
521
  background: string;
524
522
  };
@@ -1522,13 +1520,6 @@ export declare const parentStyles: () => {
1522
1520
  "border-radius": string;
1523
1521
  "flex-direction": string;
1524
1522
  };
1525
- ".bank-selecction-option::before": {
1526
- content: string;
1527
- width: string;
1528
- height: string;
1529
- position: string;
1530
- "margin-left": string;
1531
- };
1532
1523
  ".bank-selecction-option:hover": {
1533
1524
  border: string;
1534
1525
  };
@@ -1536,6 +1527,11 @@ export declare const parentStyles: () => {
1536
1527
  background: string;
1537
1528
  border: string;
1538
1529
  };
1530
+ ".external-link-div": {
1531
+ "margin-left": string;
1532
+ "margin-right": string;
1533
+ "margin-top": string;
1534
+ };
1539
1535
  ".qr-code-button": {
1540
1536
  background: string;
1541
1537
  };
@@ -2898,13 +2894,6 @@ export declare const parentStyles: () => {
2898
2894
  "border-radius": string;
2899
2895
  "flex-direction": string;
2900
2896
  };
2901
- ".bank-selecction-option::before": {
2902
- content: string;
2903
- width: string;
2904
- height: string;
2905
- position: string;
2906
- "margin-left": string;
2907
- };
2908
2897
  ".bank-selecction-option:hover": {
2909
2898
  border: string;
2910
2899
  };
@@ -2912,6 +2901,11 @@ export declare const parentStyles: () => {
2912
2901
  background: string;
2913
2902
  border: string;
2914
2903
  };
2904
+ ".external-link-div": {
2905
+ "margin-left": string;
2906
+ "margin-right": string;
2907
+ "margin-top": string;
2908
+ };
2915
2909
  ".qr-code-button": {
2916
2910
  background: string;
2917
2911
  };