@globalpayments/js 1.9.13 → 1.9.14
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/package.json +1 -1
- package/types/internal/lib/styles/click-to-pay/default.d.ts +288 -0
- package/types/internal/lib/styles/click-to-pay/gp-default.d.ts +288 -0
- package/types/internal/lib/styles/click-to-pay/simple.d.ts +288 -0
- package/types/internal/lib/styles/default.d.ts +194 -167
- package/types/internal/lib/styles/gp-default.d.ts +261 -220
- package/types/internal/lib/styles/simple.d.ts +219 -192
- package/types/lib/version.d.ts +1 -1
- package/types/ui/form/index.d.ts +652 -539
|
@@ -117,157 +117,69 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
117
117
|
height: string;
|
|
118
118
|
margin: string;
|
|
119
119
|
};
|
|
120
|
-
"apple-pay-button": {
|
|
121
|
-
"--apple-pay-button-width": string;
|
|
122
|
-
"--apple-pay-button-height": string;
|
|
123
|
-
"--apple-pay-button-border-radius": string;
|
|
124
|
-
"--apple-pay-button-padding": string;
|
|
125
|
-
"--apple-pay-button-box-sizing": string;
|
|
126
|
-
display: string;
|
|
127
|
-
margin: string;
|
|
128
|
-
};
|
|
129
|
-
".secure-payment-form": {
|
|
130
|
-
"font-family": string;
|
|
131
|
-
width: string;
|
|
132
|
-
};
|
|
133
|
-
".secure-payment-form label": {
|
|
134
|
-
color: string;
|
|
135
|
-
"font-size": string;
|
|
136
|
-
"font-weight": string;
|
|
137
|
-
"line-height": string;
|
|
138
|
-
"text-transform": string;
|
|
139
|
-
};
|
|
140
|
-
".secure-payment-form #ss-banner": {
|
|
141
|
-
background: string;
|
|
142
|
-
"background-size": string;
|
|
143
|
-
height: string;
|
|
144
|
-
"margin-bottom": string;
|
|
145
|
-
};
|
|
146
|
-
".secure-payment-form div": {
|
|
147
|
-
display: string;
|
|
148
|
-
};
|
|
149
|
-
".secure-payment-form iframe": {
|
|
150
|
-
"min-height": string;
|
|
151
|
-
};
|
|
152
|
-
".secure-payment-form .form-row": {
|
|
153
|
-
"margin-top": string;
|
|
154
|
-
};
|
|
155
|
-
".secure-payment-form .form-wrapper": {
|
|
156
|
-
display: string;
|
|
157
|
-
margin: string;
|
|
158
|
-
};
|
|
159
|
-
".secure-payment-form input": {
|
|
160
|
-
"-o-transition": string;
|
|
161
|
-
"-webkit-box-shadow": string;
|
|
162
|
-
"-webkit-transition": string;
|
|
163
|
-
"background-color": string;
|
|
164
|
-
border: string;
|
|
165
|
-
"border-radius": string;
|
|
166
|
-
"box-shadow": string;
|
|
167
|
-
"box-sizing": string;
|
|
168
|
-
display: string;
|
|
169
|
-
"font-family": string;
|
|
170
|
-
"font-size": string;
|
|
171
|
-
"font-smoothing": string;
|
|
172
|
-
height: string;
|
|
173
|
-
margin: string;
|
|
174
|
-
"max-width": string;
|
|
175
|
-
outline: string;
|
|
176
|
-
padding: string;
|
|
177
|
-
transition: string;
|
|
178
|
-
"vertical-align": string;
|
|
179
|
-
width: string;
|
|
180
|
-
};
|
|
181
|
-
".secure-payment-form input:focus": {
|
|
182
|
-
border: string;
|
|
183
|
-
"box-shadow": string;
|
|
184
|
-
outline: string;
|
|
185
|
-
};
|
|
186
|
-
".secure-payment-form .tooltip, .secure-payment-form .tooltip-content": {
|
|
187
|
-
display: string;
|
|
188
|
-
};
|
|
189
|
-
".secure-payment-form .other-cards-label": {
|
|
190
|
-
"border-bottom": string;
|
|
191
|
-
"text-align": string;
|
|
192
|
-
margin: string;
|
|
193
|
-
position: string;
|
|
194
|
-
};
|
|
195
|
-
".secure-payment-form .other-cards-label span": {
|
|
196
|
-
"text-align": string;
|
|
197
|
-
padding: string;
|
|
198
|
-
background: string;
|
|
199
|
-
position: string;
|
|
200
|
-
color: string;
|
|
201
|
-
width: string;
|
|
202
|
-
left: string;
|
|
203
|
-
"-webkit-transform": string;
|
|
204
|
-
"-moz-transform": string;
|
|
205
|
-
"-ms-transform": string;
|
|
206
|
-
"-o-transform": string;
|
|
207
|
-
transform: string;
|
|
208
|
-
margin: string;
|
|
209
|
-
"font-family": string;
|
|
210
|
-
"font-size": string;
|
|
211
|
-
"white-space": string;
|
|
212
|
-
};
|
|
213
|
-
".secure-payment-form .hidden": {
|
|
214
|
-
display: string;
|
|
215
|
-
};
|
|
216
120
|
".secure-payment-form .ctp-panel": {
|
|
217
121
|
border: string;
|
|
218
122
|
"box-shadow": string;
|
|
219
123
|
"border-radius": string;
|
|
124
|
+
"container-type": string;
|
|
125
|
+
"font-family": string;
|
|
220
126
|
"margin-bottom": string;
|
|
221
127
|
};
|
|
222
128
|
".secure-payment-form div[class^='credit-card'].apm-active ~ div:not([class$='shield']):not([class$='logo'])": {
|
|
223
129
|
display: string;
|
|
224
130
|
};
|
|
225
131
|
".secure-payment-form .ctp-panel .ctp-button": {
|
|
226
|
-
display: string;
|
|
227
|
-
background: string;
|
|
228
|
-
"flex-direction": string;
|
|
229
132
|
"align-items": string;
|
|
230
|
-
|
|
133
|
+
background: string;
|
|
134
|
+
cursor: string;
|
|
135
|
+
display: string;
|
|
231
136
|
flex: string;
|
|
232
|
-
|
|
137
|
+
"flex-direction": string;
|
|
233
138
|
"flex-grow": string;
|
|
139
|
+
order: string;
|
|
140
|
+
padding: string;
|
|
234
141
|
position: string;
|
|
235
|
-
"
|
|
236
|
-
"line-height": string;
|
|
237
|
-
cursor: string;
|
|
238
|
-
"font-family": string;
|
|
142
|
+
"white-space": string;
|
|
239
143
|
};
|
|
240
|
-
".secure-payment-form .
|
|
241
|
-
|
|
144
|
+
".secure-payment-form .ctp-panel .ctp-header": {
|
|
145
|
+
width: string;
|
|
242
146
|
};
|
|
243
|
-
".secure-payment-form .ctp-panel .ctp-button
|
|
244
|
-
|
|
245
|
-
|
|
147
|
+
".secure-payment-form .ctp-panel .ctp-button .heading": {
|
|
148
|
+
"font-family": string;
|
|
149
|
+
"font-weight": string;
|
|
150
|
+
"line-height": string;
|
|
151
|
+
"font-size": string;
|
|
152
|
+
};
|
|
153
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
154
|
+
background: string;
|
|
155
|
+
"background-size": string;
|
|
246
156
|
width: string;
|
|
247
157
|
height: string;
|
|
248
|
-
|
|
249
|
-
"border-width": string;
|
|
158
|
+
margin: string;
|
|
250
159
|
display: string;
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
160
|
+
"vertical-align": string;
|
|
161
|
+
flex: string;
|
|
162
|
+
order: string;
|
|
163
|
+
"flex-grow": string;
|
|
254
164
|
};
|
|
255
|
-
".secure-payment-form .ctp-panel .
|
|
256
|
-
|
|
165
|
+
".secure-payment-form .ctp-panel .ctp-button .subheading": {
|
|
166
|
+
margin: string;
|
|
167
|
+
"font-family": string;
|
|
168
|
+
"font-weight": string;
|
|
169
|
+
"font-size": string;
|
|
170
|
+
"line-height": string;
|
|
171
|
+
color: string;
|
|
172
|
+
};
|
|
173
|
+
".secure-payment-form div[class^='ctp'] .card-brands": {
|
|
257
174
|
background: string;
|
|
258
|
-
right: string;
|
|
259
|
-
border: string;
|
|
260
|
-
"border-width": string;
|
|
261
|
-
display: string;
|
|
262
175
|
padding: string;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
"z-index": string;
|
|
266
|
-
top: string;
|
|
267
|
-
"margin-top": string;
|
|
268
|
-
};
|
|
269
|
-
".secure-payment-form .apm-active .right-arrow": {
|
|
176
|
+
width: string;
|
|
177
|
+
height: string;
|
|
270
178
|
display: string;
|
|
179
|
+
"vertical-align": string;
|
|
180
|
+
flex: string;
|
|
181
|
+
order: string;
|
|
182
|
+
"flex-grow": string;
|
|
271
183
|
};
|
|
272
184
|
".secure-payment-form .ctp-info-tooltip": {
|
|
273
185
|
width: string;
|
|
@@ -277,6 +189,7 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
277
189
|
overflow: string;
|
|
278
190
|
background: string;
|
|
279
191
|
margin: string;
|
|
192
|
+
"white-space": string;
|
|
280
193
|
};
|
|
281
194
|
".secure-payment-form .ctp-info-tooltip-content": {
|
|
282
195
|
visibility: string;
|
|
@@ -293,16 +206,21 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
293
206
|
"margin-top": string;
|
|
294
207
|
opacity: string;
|
|
295
208
|
transition: string;
|
|
209
|
+
"font-family": string;
|
|
296
210
|
"font-size": string;
|
|
297
211
|
"font-weight": string;
|
|
298
212
|
"box-shadow": string;
|
|
299
213
|
};
|
|
214
|
+
".secure-payment-form .ctp-info-tooltip-content .ctp-icon": {
|
|
215
|
+
"margin-left": string;
|
|
216
|
+
};
|
|
300
217
|
".secure-payment-form .ctp-info-tooltip .ctp-heading": {
|
|
301
218
|
"max-width": string;
|
|
302
219
|
margin: string;
|
|
303
220
|
};
|
|
304
221
|
".secure-payment-form .ctp-info-tooltip-content ul": {
|
|
305
222
|
padding: string;
|
|
223
|
+
"margin-bottom": string;
|
|
306
224
|
};
|
|
307
225
|
".secure-payment-form .ctp-info-tooltip-content li": {
|
|
308
226
|
padding: string;
|
|
@@ -348,127 +266,236 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
348
266
|
visibility: string;
|
|
349
267
|
opacity: string;
|
|
350
268
|
};
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
269
|
+
"@container (min-width: 408px)": {
|
|
270
|
+
".secure-payment-form .ctp-panel .ctp-button .heading": {
|
|
271
|
+
"font-size": string;
|
|
272
|
+
};
|
|
273
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
274
|
+
"border-width": string;
|
|
275
|
+
};
|
|
276
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
277
|
+
width: string;
|
|
278
|
+
height: string;
|
|
279
|
+
"background-size": string;
|
|
280
|
+
};
|
|
281
|
+
};
|
|
282
|
+
".secure-payment-form .apm-active .ctp-panel .ctp-button": {
|
|
283
|
+
cursor: string;
|
|
284
|
+
};
|
|
285
|
+
".secure-payment-form.apm-active .ctp-panel .ctp-button": {
|
|
286
|
+
cursor: string;
|
|
287
|
+
};
|
|
288
|
+
".secure-payment-form .ctp-panel .ctp-button:after": {
|
|
289
|
+
content: string;
|
|
290
|
+
position: string;
|
|
355
291
|
width: string;
|
|
356
292
|
height: string;
|
|
357
|
-
|
|
293
|
+
border: string;
|
|
294
|
+
"border-width": string;
|
|
295
|
+
display: string;
|
|
296
|
+
padding: string;
|
|
297
|
+
transform: string;
|
|
298
|
+
"-webkit-transform": string;
|
|
358
299
|
};
|
|
359
|
-
".secure-payment-form
|
|
300
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
301
|
+
position: string;
|
|
360
302
|
background: string;
|
|
303
|
+
right: string;
|
|
304
|
+
border: string;
|
|
305
|
+
"border-width": string;
|
|
361
306
|
display: string;
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
"
|
|
365
|
-
|
|
366
|
-
|
|
307
|
+
padding: string;
|
|
308
|
+
transform: string;
|
|
309
|
+
"-webkit-transform": string;
|
|
310
|
+
"z-index": string;
|
|
311
|
+
top: string;
|
|
312
|
+
"margin-top": string;
|
|
367
313
|
};
|
|
368
|
-
".secure-payment-form
|
|
314
|
+
".secure-payment-form .apm-active .right-arrow": {
|
|
369
315
|
display: string;
|
|
370
316
|
};
|
|
371
|
-
".secure-payment-form
|
|
317
|
+
".secure-payment-form.apm-active .right-arrow": {
|
|
372
318
|
display: string;
|
|
373
319
|
};
|
|
374
|
-
"
|
|
375
|
-
|
|
320
|
+
"#ctp-wrapper #header": {
|
|
321
|
+
display: string;
|
|
322
|
+
};
|
|
323
|
+
"#ctp-wrapper .logindiv .tooltip": {
|
|
324
|
+
display: string;
|
|
325
|
+
};
|
|
326
|
+
"#ctp-wrapper .logindiv .lblemailInput": {
|
|
327
|
+
display: string;
|
|
328
|
+
};
|
|
329
|
+
"#ctp-wrapper #verifyVisa .VerificationLabel": {
|
|
376
330
|
"font-size": string;
|
|
331
|
+
"font-family": string;
|
|
377
332
|
"line-height": string;
|
|
378
|
-
"font-weight": string;
|
|
379
333
|
};
|
|
380
|
-
"
|
|
381
|
-
|
|
334
|
+
"#ctp-wrapper #verifyVisa label": {
|
|
335
|
+
display: string;
|
|
336
|
+
"font-size": string;
|
|
337
|
+
"font-family": string;
|
|
338
|
+
margin: string;
|
|
382
339
|
};
|
|
383
|
-
"
|
|
340
|
+
"#ctp-wrapper .blue-button label": {
|
|
384
341
|
"font-size": string;
|
|
385
342
|
"line-height": string;
|
|
386
|
-
"
|
|
387
|
-
float: string;
|
|
343
|
+
"font-family": string;
|
|
388
344
|
margin: string;
|
|
389
345
|
};
|
|
390
|
-
"
|
|
346
|
+
"#ctp-wrapper .cardhdr label": {
|
|
347
|
+
margin: string;
|
|
348
|
+
display: string;
|
|
391
349
|
"font-size": string;
|
|
392
350
|
"line-height": string;
|
|
393
|
-
|
|
394
|
-
|
|
351
|
+
};
|
|
352
|
+
"#ctp-wrapper .cardhdr label.crdSelectuser": {
|
|
395
353
|
margin: string;
|
|
396
354
|
};
|
|
397
|
-
"
|
|
355
|
+
"#ctp-wrapper button label": {
|
|
356
|
+
margin: string;
|
|
398
357
|
"font-size": string;
|
|
399
|
-
"line-height": string;
|
|
400
|
-
"text-align": string;
|
|
401
|
-
float: string;
|
|
402
358
|
};
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
"margin-top": string;
|
|
359
|
+
"#ctp-wrapper .quitbanner > svg": {
|
|
360
|
+
display: string;
|
|
406
361
|
};
|
|
407
|
-
"
|
|
362
|
+
"#ctp-wrapper #footer": {
|
|
408
363
|
display: string;
|
|
409
364
|
};
|
|
410
|
-
"
|
|
411
|
-
|
|
365
|
+
"#ctp-wrapper .signinlayout": {
|
|
366
|
+
"max-width": string;
|
|
367
|
+
"min-height": string;
|
|
368
|
+
};
|
|
369
|
+
".secure-payment-form.apm-active .signinlayout": {
|
|
370
|
+
"min-height": string;
|
|
412
371
|
};
|
|
413
|
-
"
|
|
372
|
+
"#ctp-wrapper .rsdcode": {
|
|
414
373
|
"font-size": string;
|
|
415
|
-
"line-height": string;
|
|
416
374
|
"font-weight": string;
|
|
417
375
|
margin: string;
|
|
418
376
|
};
|
|
419
|
-
"
|
|
377
|
+
"#ctp-wrapper .footerLabelDiv label": {
|
|
420
378
|
"font-size": string;
|
|
421
|
-
"line-height": string;
|
|
422
379
|
"font-weight": string;
|
|
423
|
-
margin: string;
|
|
380
|
+
"margin-top": string;
|
|
381
|
+
"margin-bottom": string;
|
|
424
382
|
};
|
|
425
|
-
"
|
|
383
|
+
"#ctp-wrapper .logindiv": {
|
|
384
|
+
"min-height": string;
|
|
385
|
+
};
|
|
386
|
+
"#ctp-wrapper .VerificationLabel label": {
|
|
387
|
+
display: string;
|
|
388
|
+
margin: string;
|
|
426
389
|
"font-size": string;
|
|
427
|
-
|
|
428
|
-
|
|
390
|
+
};
|
|
391
|
+
"#ctp-wrapper .VerificationLabel #userMobileMC": {
|
|
429
392
|
margin: string;
|
|
430
393
|
};
|
|
431
|
-
"
|
|
432
|
-
|
|
394
|
+
"#ctp-wrapper .transctcardlabel": {
|
|
395
|
+
margin: string;
|
|
396
|
+
"font-size": string;
|
|
397
|
+
};
|
|
398
|
+
"#ctp-wrapper .TransitionLabel": {
|
|
433
399
|
"font-size": string;
|
|
434
400
|
"line-height": string;
|
|
435
|
-
|
|
401
|
+
"text-align": string;
|
|
402
|
+
float: string;
|
|
403
|
+
margin: string;
|
|
436
404
|
};
|
|
437
|
-
"
|
|
405
|
+
"apple-pay-button": {
|
|
406
|
+
"--apple-pay-button-width": string;
|
|
407
|
+
"--apple-pay-button-height": string;
|
|
408
|
+
"--apple-pay-button-border-radius": string;
|
|
409
|
+
"--apple-pay-button-padding": string;
|
|
410
|
+
"--apple-pay-button-box-sizing": string;
|
|
411
|
+
display: string;
|
|
438
412
|
margin: string;
|
|
439
413
|
};
|
|
440
|
-
".secure-payment-form
|
|
441
|
-
"font-
|
|
442
|
-
|
|
443
|
-
"margin-top": string;
|
|
414
|
+
".secure-payment-form": {
|
|
415
|
+
"font-family": string;
|
|
416
|
+
width: string;
|
|
444
417
|
};
|
|
445
|
-
".secure-payment-form
|
|
418
|
+
".secure-payment-form label": {
|
|
419
|
+
color: string;
|
|
446
420
|
"font-size": string;
|
|
447
|
-
"line-height": string;
|
|
448
421
|
"font-weight": string;
|
|
422
|
+
"line-height": string;
|
|
423
|
+
"text-transform": string;
|
|
424
|
+
};
|
|
425
|
+
".secure-payment-form #ss-banner": {
|
|
426
|
+
background: string;
|
|
427
|
+
"background-size": string;
|
|
428
|
+
height: string;
|
|
449
429
|
"margin-bottom": string;
|
|
450
430
|
};
|
|
451
|
-
".secure-payment-form
|
|
452
|
-
|
|
431
|
+
".secure-payment-form div": {
|
|
432
|
+
display: string;
|
|
453
433
|
};
|
|
454
|
-
".secure-payment-form
|
|
434
|
+
".secure-payment-form iframe": {
|
|
455
435
|
"min-height": string;
|
|
456
|
-
"max-width": string;
|
|
457
436
|
};
|
|
458
|
-
".secure-payment-form
|
|
459
|
-
"
|
|
460
|
-
padding: string;
|
|
437
|
+
".secure-payment-form .form-row": {
|
|
438
|
+
"margin-top": string;
|
|
461
439
|
};
|
|
462
|
-
".secure-payment-form
|
|
463
|
-
|
|
440
|
+
".secure-payment-form .form-wrapper": {
|
|
441
|
+
display: string;
|
|
442
|
+
margin: string;
|
|
464
443
|
};
|
|
465
|
-
".secure-payment-form
|
|
444
|
+
".secure-payment-form input": {
|
|
445
|
+
"-o-transition": string;
|
|
446
|
+
"-webkit-box-shadow": string;
|
|
447
|
+
"-webkit-transition": string;
|
|
448
|
+
"background-color": string;
|
|
449
|
+
border: string;
|
|
450
|
+
"border-radius": string;
|
|
451
|
+
"box-shadow": string;
|
|
452
|
+
"box-sizing": string;
|
|
466
453
|
display: string;
|
|
454
|
+
"font-family": string;
|
|
455
|
+
"font-size": string;
|
|
456
|
+
"font-smoothing": string;
|
|
457
|
+
height: string;
|
|
458
|
+
margin: string;
|
|
459
|
+
"max-width": string;
|
|
460
|
+
outline: string;
|
|
461
|
+
padding: string;
|
|
462
|
+
transition: string;
|
|
463
|
+
"vertical-align": string;
|
|
464
|
+
width: string;
|
|
465
|
+
};
|
|
466
|
+
".secure-payment-form input:focus": {
|
|
467
|
+
border: string;
|
|
468
|
+
"box-shadow": string;
|
|
469
|
+
outline: string;
|
|
467
470
|
};
|
|
468
|
-
".secure-payment-form
|
|
471
|
+
".secure-payment-form .tooltip, .secure-payment-form .tooltip-content": {
|
|
469
472
|
display: string;
|
|
470
473
|
};
|
|
471
|
-
".secure-payment-form
|
|
474
|
+
".secure-payment-form .other-cards-label": {
|
|
475
|
+
"border-bottom": string;
|
|
476
|
+
"text-align": string;
|
|
477
|
+
margin: string;
|
|
478
|
+
position: string;
|
|
479
|
+
};
|
|
480
|
+
".secure-payment-form .other-cards-label span": {
|
|
481
|
+
"text-align": string;
|
|
482
|
+
padding: string;
|
|
483
|
+
background: string;
|
|
484
|
+
position: string;
|
|
485
|
+
color: string;
|
|
486
|
+
width: string;
|
|
487
|
+
left: string;
|
|
488
|
+
"-webkit-transform": string;
|
|
489
|
+
"-moz-transform": string;
|
|
490
|
+
"-ms-transform": string;
|
|
491
|
+
"-o-transform": string;
|
|
492
|
+
transform: string;
|
|
493
|
+
margin: string;
|
|
494
|
+
"font-family": string;
|
|
495
|
+
"font-size": string;
|
|
496
|
+
"white-space": string;
|
|
497
|
+
};
|
|
498
|
+
".secure-payment-form .hidden": {
|
|
472
499
|
display: string;
|
|
473
500
|
};
|
|
474
501
|
};
|
package/types/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.9.
|
|
1
|
+
declare const _default: "1.9.14";
|
|
2
2
|
export default _default;
|