@globalpayments/js 4.0.20 → 4.1.1

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 (31) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/types/common/constants.d.ts +2 -0
  4. package/types/common/enums.d.ts +6 -0
  5. package/types/internal/lib/add-footer-branded-icons.d.ts +12 -0
  6. package/types/internal/lib/enums.d.ts +4 -0
  7. package/types/internal/lib/styles/built-in-validations/common.d.ts +0 -4
  8. package/types/internal/lib/styles/built-in-validations/default.d.ts +0 -4
  9. package/types/internal/lib/styles/built-in-validations/gp-default.d.ts +0 -4
  10. package/types/internal/lib/styles/built-in-validations/simple.d.ts +0 -4
  11. package/types/internal/lib/styles/currency-conversion/common.d.ts +12 -2
  12. package/types/internal/lib/styles/currency-conversion/default.d.ts +5 -0
  13. package/types/internal/lib/styles/currency-conversion/gp-default.d.ts +12 -2
  14. package/types/internal/lib/styles/currency-conversion/simple.d.ts +5 -0
  15. package/types/internal/lib/styles/default.d.ts +13 -4
  16. package/types/internal/lib/styles/gp-default.d.ts +24 -6
  17. package/types/internal/lib/styles/simple.d.ts +13 -4
  18. package/types/internal/lib/styles/themes/brand-themes/base/base-theme-preset.d.ts +5 -0
  19. package/types/internal/lib/styles/themes/brand-themes/base/base-theme.d.ts +1693 -0
  20. package/types/internal/lib/styles/themes/brand-themes/base/base-token-definition.d.ts +98 -0
  21. package/types/internal/lib/styles/themes/brand-themes/base/contracts.d.ts +82 -0
  22. package/types/internal/lib/styles/themes/brand-themes/brand-theme-boipa-uk.d.ts +9 -0
  23. package/types/internal/lib/styles/themes/brand-themes/brand-theme-boipa.d.ts +9 -0
  24. package/types/internal/lib/styles/themes/brand-themes/brand-theme-commerzbank.d.ts +9 -0
  25. package/types/internal/lib/styles/themes/brand-themes/brand-theme-e-service.d.ts +9 -0
  26. package/types/internal/lib/styles/themes/brand-themes/brand-theme-nbg-pay.d.ts +9 -0
  27. package/types/internal/lib/styles/themes/brand-themes/brand-themes.d.ts +14 -0
  28. package/types/internal/lib/styles/themes/helpers.d.ts +1 -0
  29. package/types/internal/lib/styles/tooltip/common.d.ts +8 -0
  30. package/types/lib/version.d.ts +1 -1
  31. package/types/ui/form/index.d.ts +148 -25
@@ -0,0 +1,1693 @@
1
+ import { IThemePreset } from './contracts';
2
+ declare const fieldStyles: (assetBaseUrl: string, themePreset?: IThemePreset | undefined) => {
3
+ "img.card-number-icon": {
4
+ background: string;
5
+ right: string;
6
+ top: string;
7
+ width: string;
8
+ height: string;
9
+ "background-size": string;
10
+ } | {
11
+ background: string;
12
+ right: string;
13
+ top: string;
14
+ width: string;
15
+ height: string;
16
+ "margin-top": string;
17
+ "background-size": string;
18
+ };
19
+ "#secure-payment-field[type=text].field-validation-wrapper"?: {
20
+ "font-family": string;
21
+ };
22
+ "#secure-payment-field[type=tel].hf-invalid"?: {
23
+ border: string;
24
+ };
25
+ "#secure-payment-field[type=text].hf-invalid"?: {
26
+ border: string;
27
+ };
28
+ "#secure-payment-field[hidden]"?: {
29
+ display: string;
30
+ opacity: string;
31
+ visibility: string;
32
+ };
33
+ "*": {
34
+ "box-sizing": string;
35
+ };
36
+ "::-webkit-input-placeholder": {
37
+ color: string;
38
+ "font-family": string;
39
+ "font-weight": string;
40
+ "font-size": string;
41
+ };
42
+ "::-ms-input-placeholder": {
43
+ color: string;
44
+ "font-family": string;
45
+ "font-weight": string;
46
+ "font-size": string;
47
+ };
48
+ "::-moz-input-placeholder": {
49
+ color: string;
50
+ opacity: number;
51
+ "font-family": string;
52
+ "font-weight": string;
53
+ "font-size": string;
54
+ };
55
+ ":-moz-input-placeholder": {
56
+ color: string;
57
+ opacity: number;
58
+ "font-family": string;
59
+ "font-weight": string;
60
+ "font-size": string;
61
+ };
62
+ ":-moz-placeholder": {
63
+ color: string;
64
+ opacity: string;
65
+ "font-family": string;
66
+ "font-weight": string;
67
+ "font-size": string;
68
+ };
69
+ "::-moz-placeholder": {
70
+ color: string;
71
+ opacity: string;
72
+ "font-family": string;
73
+ "font-weight": string;
74
+ "font-size": string;
75
+ };
76
+ "#secure-payment-field": {
77
+ width: string;
78
+ height: string;
79
+ padding: string;
80
+ border: string;
81
+ "border-radius": string;
82
+ color: string;
83
+ "font-family": string;
84
+ "font-weight": string;
85
+ "font-size": string;
86
+ };
87
+ "#secure-payment-field:focus": {
88
+ border: string;
89
+ outline: string;
90
+ };
91
+ "#secure-payment-field:hover": {
92
+ border: string;
93
+ outline: string;
94
+ };
95
+ "#secure-payment-field[type=button]": {
96
+ "background-color": string;
97
+ color: string;
98
+ padding: string;
99
+ border: string;
100
+ width: string;
101
+ cursor: string;
102
+ "font-size": string;
103
+ "font-weight": string;
104
+ height: string;
105
+ "text-align": string;
106
+ "vertical-align": string;
107
+ "text-transform": string;
108
+ "font-family": string;
109
+ "border-bottom-left-radius": string;
110
+ "border-bottom-right-radius": string;
111
+ "border-top-left-radius": string;
112
+ "border-top-right-radius": string;
113
+ display: string;
114
+ "align-items": string;
115
+ "justify-content": string;
116
+ };
117
+ "#secure-payment-field[type=button]:focus": {
118
+ "background-color": string;
119
+ border: string;
120
+ color: string;
121
+ outline: string;
122
+ };
123
+ "#secure-payment-field[type=button]:hover": {
124
+ "background-color": string;
125
+ color: string;
126
+ };
127
+ "#secure-payment-field[type=button]::before": {
128
+ content: string;
129
+ "margin-right": string;
130
+ display: string;
131
+ width: string;
132
+ height: string;
133
+ };
134
+ ".card-cvv": {
135
+ background: string;
136
+ "background-size": string;
137
+ };
138
+ ".card-cvv.card-type-amex": {
139
+ "background-image": string;
140
+ };
141
+ "img.card-number-icon.card-type-amex": {
142
+ "background-image": string;
143
+ };
144
+ "img.card-number-icon.card-type-discover": {
145
+ "background-image": string;
146
+ };
147
+ "img.card-number-icon.card-type-jcb": {
148
+ "background-image": string;
149
+ };
150
+ "img.card-number-icon.card-type-mastercard": {
151
+ "background-image": string;
152
+ };
153
+ "img.card-number-icon.card-type-visa": {
154
+ "background-image": string;
155
+ };
156
+ "img.card-number-icon.card-type-diners": {
157
+ "background-image": string;
158
+ };
159
+ ".card-number::-ms-clear": {
160
+ display: string;
161
+ };
162
+ "@font-face": {
163
+ "font-family": string;
164
+ src: string;
165
+ };
166
+ ":root": {
167
+ "--inputfield-label-font": string;
168
+ "--inputfield-container-font-placeholder": string;
169
+ "--inputfield-container-font-input": string;
170
+ "--inputfield-container-font-error": string;
171
+ "--tooltip-overlay-font-heading": string;
172
+ "--tooltip-overlay-font-body": string;
173
+ "--button-primary-font-label": string;
174
+ "--dcc-radio-button-font": string;
175
+ "--dcc-options-label-font": string;
176
+ "--dcc-options-font-exchange-rate": string;
177
+ "--other-method-divider-font": string;
178
+ "--inputfield-label-weight-text": string;
179
+ "--dcc-options-label-weight-text": string;
180
+ "--button-primary-weight-label-text": string;
181
+ "--dcc-radio-button-weight-text-label": string;
182
+ "--inputfield-container-weight-text-placeholder": string;
183
+ "--inputfield-container-weight-text-input": string;
184
+ "--inputfield-container-weight-text-error": string;
185
+ "--other-method-divider-weight-text": string;
186
+ "--dropin-ui-body-color-background": string;
187
+ "--dropin-ui-body-padding-top": string;
188
+ "--dropin-ui-body-padding-bottom": string;
189
+ "--dropin-ui-body-padding-left": string;
190
+ "--dropin-ui-body-padding-right": string;
191
+ "--inputfield-label-color-text": string;
192
+ "--inputfield-container-color-border-focus": string;
193
+ "--inputfield-container-color-border-hover": string;
194
+ "--inputfield-tooltip-color-border-hover": string;
195
+ "--inputfield-tooltip-color-focus-indicator-focus": string;
196
+ "--general-tooltip-color-border-hover": string;
197
+ "--general-tooltip-color-focus-indicator-focus": string;
198
+ "--inputfield-tooltip-color-border-focus": string;
199
+ "--inputfield-container-color-border-error": string;
200
+ "--inputfield-container-color-text-error": string;
201
+ "--inputfield-container-color-text-input": string;
202
+ "--dcc-options-label-color-text": string;
203
+ "--dcc-options-color-text-exchange-rate": string;
204
+ "--dcc-radio-button-color-text-default": string;
205
+ "--dcc-radio-button-color-text-hover": string;
206
+ "--dcc-radio-button-color-text-focus": string;
207
+ "--tooltip-overlay-color-background": string;
208
+ "--inputfield-container-color-border-default": string;
209
+ "--inputfield-container-color-text-placeholder": string;
210
+ "--inputfield-tooltip-color-border-default": string;
211
+ "--dcc-radio-button-color-border-default": string;
212
+ "--dcc-radio-button-color-border-hover": string;
213
+ "--dcc-radio-button-color-focus-indicator-focus": string;
214
+ "--dcc-radio-button-color-border-focus": string;
215
+ "--dcc-radio-button-color-border-selected": string;
216
+ "--dcc-radio-button-color-background-selected": string;
217
+ "--dcc-radio-button-color-icon-selected": string;
218
+ "--dcc-radio-button-color-text-selected": string;
219
+ "--button-primary-color-background-default": string;
220
+ "--button-primary-color-background-focus": string;
221
+ "--button-primary-color-text-default": string;
222
+ "--button-primary-color-text-hover": string;
223
+ "--button-primary-color-text-focus": string;
224
+ "--button-primary-color-background-hover": string;
225
+ "--button-primary-color-focus-indicator-focus": string;
226
+ "--dropin-ui-body-radius-bottom-left": string;
227
+ "--dropin-ui-body-radius-bottom-right": string;
228
+ "--dropin-ui-body-radius-top-left": string;
229
+ "--dropin-ui-body-radius-top-right": string;
230
+ "--button-primary-radius-top-left": string;
231
+ "--button-primary-radius-top-right": string;
232
+ "--button-primary-radius-bottom-left": string;
233
+ "--button-primary-radius-bottom-right": string;
234
+ "--button-primary-size-text": string;
235
+ "--other-method-divider-size-text": string;
236
+ "--inputfield-label-size-text": string;
237
+ "--inputfield-container-size-text-placeholder": string;
238
+ "--inputfield-container-size-text-input": string;
239
+ "--tooltip-overlay-size-text-heading": string;
240
+ "--tooltip-overlay-size-text-body": string;
241
+ "--inputfield-container-size-text-error": string;
242
+ "--dcc-options-label-size-text": string;
243
+ "--dcc-radio-button-size-text": string;
244
+ "--dcc-options-size-text-exchange-rate": string;
245
+ "--tooltip-overlay-color-text-heading": string;
246
+ "--tooltip-overlay-color-text-body": string;
247
+ "--other-method-divider-color-text": string;
248
+ "--other-method-divider-color-line": string;
249
+ "--tooltip-overlay-line-height-text-heading": string;
250
+ "--tooltip-overlay-line-height-text-body": string;
251
+ "--dcc-options-line-height-text-exchange-rate": string;
252
+ "--hppfooter-desktop": string;
253
+ "--hppfooter-tablet": string;
254
+ "--hppfooter-mobile": string;
255
+ "--dropin-ui-button-primary-icon": string;
256
+ };
257
+ };
258
+ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset | undefined) => {
259
+ ".secure-payment-form .credit-card-qr-code-payments"?: {
260
+ "font-family": string;
261
+ };
262
+ ".secure-payment-form .credit-card-qr-code-payments-target, .qr-code-payment-content, .qr-code-payment-countdown-timer"?: {
263
+ display: string;
264
+ "flex-direction": string;
265
+ "align-items": string;
266
+ };
267
+ ".secure-payment-form .qr-code-payment-methods-wrapper"?: {
268
+ width: string;
269
+ };
270
+ ".secure-payment-form .qr-code-payment-method-button"?: {
271
+ color: string;
272
+ height: string;
273
+ width: string;
274
+ "border-radius": string;
275
+ border: string;
276
+ margin: string;
277
+ cursor: string;
278
+ };
279
+ ".secure-payment-form .qr-code-payment-method-button:focus"?: {
280
+ outline: string;
281
+ "outline-offset": string;
282
+ };
283
+ ".secure-payment-form .qr-code-payment-method-alipayhk"?: {
284
+ "background-color": string;
285
+ border: string;
286
+ };
287
+ ".secure-payment-form .qr-code-payment-method-alipayhk:hover"?: {
288
+ "background-color": string;
289
+ border: string;
290
+ };
291
+ ".secure-payment-form .qr-code-payment-method-alipay"?: {
292
+ "background-color": string;
293
+ border: string;
294
+ };
295
+ ".secure-payment-form .qr-code-payment-method-alipay:hover"?: {
296
+ "background-color": string;
297
+ border: string;
298
+ };
299
+ ".secure-payment-form .qr-code-payment-method-wechat"?: {
300
+ "background-color": string;
301
+ border: string;
302
+ };
303
+ ".secure-payment-form .qr-code-payment-method-wechat:hover"?: {
304
+ "background-color": string;
305
+ border: string;
306
+ };
307
+ ".secure-payment-form .qr-code-payment-iframe-wrapper"?: {
308
+ display: string;
309
+ "flex-direction": string;
310
+ "align-items": string;
311
+ };
312
+ ".secure-payment-form .qr-code-payment-iframe"?: {
313
+ border: string;
314
+ width: string;
315
+ height: string;
316
+ };
317
+ ".secure-payment-form .qr-code-payment-content"?: {
318
+ "font-size": string;
319
+ "line-height": string;
320
+ width: string;
321
+ };
322
+ ".secure-payment-form .qr-code-payment-countdown-timer-message"?: {
323
+ color: string;
324
+ "font-size": string;
325
+ "line-height": string;
326
+ };
327
+ ".secure-payment-form .qr-code-payment-countdown-timer-clock img"?: {
328
+ "margin-right": string;
329
+ };
330
+ ".secure-payment-form .qr-code-payment-countdown-timer-clock"?: {
331
+ display: string;
332
+ "align-items": string;
333
+ color: string;
334
+ "font-size": string;
335
+ "line-height": string;
336
+ "font-weight": string;
337
+ "justify-content": string;
338
+ };
339
+ ".secure-payment-form .payment-amount"?: {
340
+ color: string;
341
+ "font-style": string;
342
+ "font-weight": string;
343
+ "line-height": string;
344
+ "font-size": string;
345
+ };
346
+ ".secure-payment-form .qr-code-expired-alert"?: {
347
+ display: string;
348
+ border: string;
349
+ height: string;
350
+ "margin-top": string;
351
+ };
352
+ ".secure-payment-form .qr-code-expired-alert-icon"?: {
353
+ background: string;
354
+ display: string;
355
+ "align-items": string;
356
+ "justify-content": string;
357
+ width: string;
358
+ };
359
+ ".secure-payment-form .qr-code-expired-alert-message"?: {
360
+ display: string;
361
+ "flex-direction": string;
362
+ "justify-content": string;
363
+ padding: string;
364
+ "font-size": string;
365
+ "line-height": string;
366
+ };
367
+ ".secure-payment-form .qr-code-expired-alert-message-title"?: {
368
+ color: string;
369
+ "font-size": string;
370
+ "line-height": string;
371
+ };
372
+ ".secure-payment-form .paypal-button-wrapper": {
373
+ display: string;
374
+ "flex-direction": string;
375
+ "align-items": string;
376
+ };
377
+ ".secure-payment-form .paypal-button": {
378
+ position: string;
379
+ background: string;
380
+ height: string;
381
+ border: string;
382
+ width: string;
383
+ "border-radius": string;
384
+ margin: string;
385
+ cursor: string;
386
+ };
387
+ ".secure-payment-form .paypal-button:hover": {
388
+ "background-color": string;
389
+ };
390
+ ".secure-payment-form .paypal-button:focus": {
391
+ "background-color": string;
392
+ outline: string;
393
+ "outline-offset": string;
394
+ };
395
+ ".secure-payment-form .open-banking-button-wrapper": {
396
+ display: string;
397
+ "flex-direction": string;
398
+ "align-items": string;
399
+ };
400
+ ".secure-payment-form .open-banking-button::before": {
401
+ content: string;
402
+ width: string;
403
+ height: string;
404
+ position: string;
405
+ top: string;
406
+ right: string;
407
+ };
408
+ ".secure-payment-form .open-banking-button": {
409
+ position: string;
410
+ background: string;
411
+ color: string;
412
+ height: string;
413
+ width: string;
414
+ "border-radius": string;
415
+ border: string;
416
+ margin: string;
417
+ cursor: string;
418
+ "-webkit-box-shadow": string;
419
+ "-moz-box-shadow": string;
420
+ "box-shadow": string;
421
+ };
422
+ ".secure-payment-form .open-banking-button:hover": {
423
+ "border-color": string;
424
+ "-webkit-box-shadow": string;
425
+ "-moz-box-shadow": string;
426
+ "box-shadow": string;
427
+ };
428
+ ".secure-payment-form .open-banking-button:focus": {
429
+ outline: string;
430
+ "outline-offset": string;
431
+ };
432
+ ".secure-payment-form .link-button": {
433
+ display: string;
434
+ "flex-direction": string;
435
+ "align-items": string;
436
+ background: string;
437
+ border: string;
438
+ color: string;
439
+ "font-style": string;
440
+ "font-weight": string;
441
+ "line-height": string;
442
+ "font-size": string;
443
+ padding: string;
444
+ cursor: string;
445
+ margin: string;
446
+ };
447
+ ".secure-payment-form .link-button:hover": {
448
+ color: string;
449
+ };
450
+ ".secure-payment-form .link-button:active": {
451
+ color: string;
452
+ };
453
+ ".secure-payment-form .link-button:focus": {
454
+ color: string;
455
+ border: string;
456
+ };
457
+ ".secure-payment-form .apms-redirecting-to-page": {
458
+ "justify-content": string;
459
+ height: string;
460
+ display: string;
461
+ "flex-direction": string;
462
+ "align-items": string;
463
+ };
464
+ ".secure-payment-form .apms-redirecting-to-page-message": {
465
+ color: string;
466
+ "font-family": string;
467
+ "font-size": string;
468
+ "line-height": string;
469
+ };
470
+ ".secure-payment-form .currency-conversion-container"?: {
471
+ display: string;
472
+ "flex-direction": string;
473
+ "align-items": string;
474
+ };
475
+ ".secure-payment-form .credit-card-currency-conversion iframe"?: {
476
+ "min-height": string;
477
+ };
478
+ ".secure-payment-form .credit-card-currency-conversion fieldset"?: {
479
+ "font-family": string;
480
+ border: string;
481
+ margin: string;
482
+ padding: string;
483
+ display: string;
484
+ "flex-wrap": string;
485
+ };
486
+ ".secure-payment-form .credit-card-currency-conversion legend"?: {
487
+ "font-family": string;
488
+ border: number;
489
+ top: string;
490
+ margin: string;
491
+ padding: number;
492
+ display: string;
493
+ "font-size": string;
494
+ "font-weight": string;
495
+ position: string;
496
+ color: string;
497
+ };
498
+ ".secure-payment-form .credit-card-currency-conversion .radio-button"?: {
499
+ display: string;
500
+ "justify-content": string;
501
+ "align-items": string;
502
+ border: string;
503
+ padding: string;
504
+ "white-space": string;
505
+ height: string;
506
+ "margin-right": string;
507
+ };
508
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child"?: {
509
+ "margin-right": string;
510
+ };
511
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:hover"?: {
512
+ "border-color": string;
513
+ color: string;
514
+ };
515
+ ".secure-payment-form .credit-card-currency-conversion fieldset:focus-within > .radio-button"?: {
516
+ outline: string;
517
+ "outline-offset": string;
518
+ };
519
+ ".secure-payment-form .credit-card-currency-conversion fieldset.no-focus-outline .radio-button.checked"?: {
520
+ outline: string;
521
+ "outline-offset": string;
522
+ };
523
+ ".secure-payment-form .credit-card-currency-conversion .radio-button.checked"?: {
524
+ background: string;
525
+ "border-color": string;
526
+ color: string;
527
+ outline: string;
528
+ };
529
+ ".secure-payment-form .credit-card-currency-conversion .radio-button.checked label"?: {
530
+ color: string;
531
+ };
532
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']"?: {
533
+ margin: string;
534
+ appearance: string;
535
+ "-webkit-appearance": string;
536
+ "-moz-appearance": string;
537
+ border: string;
538
+ "border-radius": string;
539
+ width: string;
540
+ height: string;
541
+ display: string;
542
+ position: string;
543
+ padding: string;
544
+ };
545
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']:checked"?: {
546
+ "background-color": string;
547
+ border: string;
548
+ color: string;
549
+ };
550
+ ".secure-payment-form .credit-card-currency-conversion .radio-button input[type='radio']:focus"?: {
551
+ outline: string;
552
+ color: string;
553
+ };
554
+ ".secure-payment-form .credit-card-currency-conversion .radio-button label"?: {
555
+ "font-family": string;
556
+ "font-size": string;
557
+ "font-weight": string;
558
+ display: string;
559
+ margin: string;
560
+ color: string;
561
+ };
562
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content"?: {
563
+ opacity: string;
564
+ visibility: boolean;
565
+ display: string;
566
+ "flex-direction": string;
567
+ "margin-left": string;
568
+ "align-items": string;
569
+ height: string;
570
+ };
571
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content.visible"?: {
572
+ display: string;
573
+ opacity: string;
574
+ visibility: boolean;
575
+ };
576
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content"?: {
577
+ opacity: string;
578
+ visibility: boolean;
579
+ display: string;
580
+ "flex-direction": string;
581
+ "margin-left": string;
582
+ "align-items": string;
583
+ height: string;
584
+ };
585
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content.visible"?: {
586
+ display: string;
587
+ opacity: string;
588
+ visibility: boolean;
589
+ };
590
+ ".secure-payment-form .credit-card-currency-conversion .additional-info"?: {
591
+ "font-family": string;
592
+ "font-size": string;
593
+ "font-weight": number;
594
+ margin: string;
595
+ display: string;
596
+ "line-height": string;
597
+ color: string;
598
+ };
599
+ ".secure-payment-form .credit-card-currency-conversion .additional-info p"?: {
600
+ margin: string;
601
+ "font-style": string;
602
+ };
603
+ ".secure-payment-form .credit-card-currency-conversion .tooltip"?: {
604
+ width: string;
605
+ height: string;
606
+ "min-width": string;
607
+ "border-left": string;
608
+ display: string;
609
+ };
610
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:hover"?: {
611
+ "border-left": string;
612
+ };
613
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:focus"?: {
614
+ "border-left": string;
615
+ };
616
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content"?: {
617
+ bottom: string;
618
+ right: string;
619
+ display: string;
620
+ };
621
+ ".secure-payment-form .credit-card-currency-conversion .tooltip:hover .tooltip-content"?: {
622
+ display: string;
623
+ };
624
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content p"?: {
625
+ margin: string;
626
+ };
627
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content p:last-child"?: {
628
+ "margin-bottom": string;
629
+ };
630
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before"?: {
631
+ left: string;
632
+ top: string;
633
+ right: string;
634
+ transform: string;
635
+ "border-width": string;
636
+ "border-style": string;
637
+ "border-color": string;
638
+ };
639
+ "@media only screen and (max-width: 768px)"?: {
640
+ ".secure-payment-form .currency-conversion-container": {
641
+ "flex-direction": string;
642
+ "align-items": string;
643
+ };
644
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
645
+ "justify-content": string;
646
+ };
647
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
648
+ width: string;
649
+ "justify-content": string;
650
+ };
651
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:first-child": {
652
+ margin: string;
653
+ };
654
+ ".secure-payment-form .credit-card-currency-conversion .card-currency-content": {
655
+ width: string;
656
+ "margin-top": string;
657
+ "margin-left": string;
658
+ };
659
+ ".secure-payment-form .credit-card-currency-conversion .merchant-currency-content": {
660
+ width: string;
661
+ "margin-top": string;
662
+ "margin-left": string;
663
+ };
664
+ ".secure-payment-form .credit-card-currency-conversion .tooltip-content::before": {
665
+ right: string;
666
+ };
667
+ };
668
+ ".secure-payment-form .hf-cvv-tooltip-invalid"?: {
669
+ border: string;
670
+ "border-left": string;
671
+ };
672
+ ".secure-payment-form .hf-cvv-tooltip-invalid:hover"?: {
673
+ border: string;
674
+ "border-left": string;
675
+ };
676
+ ".secure-payment-form .hf-cvv-tooltip-invalid:focus"?: {
677
+ border: string;
678
+ "border-left": string;
679
+ };
680
+ "#googlePay": {
681
+ height: string;
682
+ margin: string;
683
+ };
684
+ "#googlePay button:focus": {
685
+ outline: string;
686
+ "outline-offset": string;
687
+ };
688
+ ".secure-payment-form .ctp-panel": {
689
+ border: string;
690
+ "box-shadow": string;
691
+ "border-radius": string;
692
+ "container-type": string;
693
+ "font-family": string;
694
+ "margin-bottom": string;
695
+ };
696
+ ".secure-payment-form div[class^='credit-card'].apm-active ~ div:not([class$='shield']):not([class$='logo'])": {
697
+ display: string;
698
+ };
699
+ ".secure-payment-form .ctp-panel .ctp-button": {
700
+ "align-items": string;
701
+ background: string;
702
+ cursor: string;
703
+ display: string;
704
+ flex: string;
705
+ "flex-direction": string;
706
+ "flex-grow": string;
707
+ order: string;
708
+ padding: string;
709
+ position: string;
710
+ "white-space": string;
711
+ };
712
+ ".secure-payment-form .ctp-panel .ctp-header": {
713
+ width: string;
714
+ };
715
+ ".secure-payment-form .ctp-panel .ctp-button .heading": {
716
+ "font-family": string;
717
+ "font-weight": string;
718
+ "line-height": string;
719
+ "font-size": string;
720
+ };
721
+ ".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
722
+ background: string;
723
+ "background-size": string;
724
+ width: string;
725
+ height: string;
726
+ margin: string;
727
+ display: string;
728
+ "vertical-align": string;
729
+ flex: string;
730
+ order: string;
731
+ "flex-grow": string;
732
+ };
733
+ ".secure-payment-form .ctp-panel .ctp-button .subheading": {
734
+ margin: string;
735
+ "font-family": string;
736
+ "font-weight": string;
737
+ "font-size": string;
738
+ "line-height": string;
739
+ color: string;
740
+ };
741
+ ".secure-payment-form div[class^='ctp'] .card-brands": {
742
+ background: string;
743
+ padding: string;
744
+ width: string;
745
+ height: string;
746
+ display: string;
747
+ "vertical-align": string;
748
+ flex: string;
749
+ order: string;
750
+ "flex-grow": string;
751
+ };
752
+ ".secure-payment-form .ctp-info-tooltip": {
753
+ width: string;
754
+ height: string;
755
+ display: string;
756
+ "vertical-align": string;
757
+ overflow: string;
758
+ background: string;
759
+ margin: string;
760
+ "white-space": string;
761
+ };
762
+ ".secure-payment-form .ctp-info-tooltip-content": {
763
+ visibility: string;
764
+ width: string;
765
+ "background-color": string;
766
+ color: string;
767
+ "text-align": string;
768
+ "border-radius": string;
769
+ border: string;
770
+ padding: string;
771
+ position: string;
772
+ "z-index": string;
773
+ "margin-left": string;
774
+ "margin-top": string;
775
+ opacity: string;
776
+ transition: string;
777
+ "font-family": string;
778
+ "font-size": string;
779
+ "font-weight": string;
780
+ "box-shadow": string;
781
+ };
782
+ ".secure-payment-form .ctp-info-tooltip-content .ctp-icon": {
783
+ "margin-left": string;
784
+ };
785
+ ".secure-payment-form .ctp-info-tooltip .ctp-heading": {
786
+ "max-width": string;
787
+ margin: string;
788
+ };
789
+ ".secure-payment-form .ctp-info-tooltip-content ul": {
790
+ padding: string;
791
+ "margin-bottom": string;
792
+ };
793
+ ".secure-payment-form .ctp-info-tooltip-content li": {
794
+ padding: string;
795
+ "font-size": string;
796
+ "line-height": string;
797
+ "list-style": string;
798
+ };
799
+ ".secure-payment-form .ctp-info-tooltip-content li.smart-checkout": {
800
+ background: string;
801
+ };
802
+ ".secure-payment-form .ctp-info-tooltip-content li.faster-checkout": {
803
+ background: string;
804
+ };
805
+ ".secure-payment-form .ctp-info-tooltip-content li.industry-standards": {
806
+ background: string;
807
+ };
808
+ ".secure-payment-form .ctp-info-tooltip .top-arrow": {
809
+ position: string;
810
+ "margin-top": string;
811
+ background: string;
812
+ width: string;
813
+ left: string;
814
+ "margin-left": string;
815
+ border: string;
816
+ "border-width": string;
817
+ display: string;
818
+ padding: string;
819
+ transform: string;
820
+ "-webkit-transform": string;
821
+ "z-index": string;
822
+ };
823
+ ".secure-payment-form .ctp-info-tooltip-content li .ctp-icon": {
824
+ "background-size": string;
825
+ width: string;
826
+ height: string;
827
+ margin: string;
828
+ };
829
+ ".secure-payment-form .ctp-info-tooltip-content strong": {
830
+ "font-size": string;
831
+ "vertical-align": string;
832
+ };
833
+ ".secure-payment-form .ctp-info-tooltip:hover .ctp-info-tooltip-content": {
834
+ visibility: string;
835
+ opacity: string;
836
+ };
837
+ "@container (min-width: 408px)": {
838
+ ".secure-payment-form .ctp-panel .ctp-button .heading": {
839
+ "font-size": string;
840
+ };
841
+ ".secure-payment-form .ctp-panel .right-arrow": {
842
+ "border-width": string;
843
+ };
844
+ ".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
845
+ width: string;
846
+ height: string;
847
+ "background-size": string;
848
+ };
849
+ };
850
+ ".secure-payment-form .apm-active .ctp-panel .ctp-button": {
851
+ cursor: string;
852
+ };
853
+ ".secure-payment-form.apm-active .ctp-panel .ctp-button": {
854
+ cursor: string;
855
+ };
856
+ ".secure-payment-form .ctp-panel .ctp-button:after": {
857
+ content: string;
858
+ position: string;
859
+ width: string;
860
+ height: string;
861
+ border: string;
862
+ "border-width": string;
863
+ display: string;
864
+ padding: string;
865
+ transform: string;
866
+ "-webkit-transform": string;
867
+ };
868
+ ".secure-payment-form .ctp-panel .right-arrow": {
869
+ position: string;
870
+ background: string;
871
+ right: string;
872
+ border: string;
873
+ "border-width": string;
874
+ display: string;
875
+ padding: string;
876
+ transform: string;
877
+ "-webkit-transform": string;
878
+ "z-index": string;
879
+ top: string;
880
+ "margin-top": string;
881
+ };
882
+ ".secure-payment-form .apm-active .right-arrow": {
883
+ display: string;
884
+ };
885
+ ".secure-payment-form.apm-active .right-arrow": {
886
+ display: string;
887
+ };
888
+ "#ctp-wrapper #header": {
889
+ display: string;
890
+ };
891
+ "#ctp-wrapper .logindiv .tooltip": {
892
+ display: string;
893
+ };
894
+ "#ctp-wrapper .logindiv .lblemailInput": {
895
+ display: string;
896
+ };
897
+ "#ctp-wrapper #verifyVisa .VerificationLabel": {
898
+ "font-size": string;
899
+ "font-family": string;
900
+ "line-height": string;
901
+ };
902
+ "#ctp-wrapper #verifyVisa label": {
903
+ display: string;
904
+ "font-size": string;
905
+ "font-family": string;
906
+ margin: string;
907
+ };
908
+ "#ctp-wrapper .blue-button label": {
909
+ "font-size": string;
910
+ "line-height": string;
911
+ "font-family": string;
912
+ margin: string;
913
+ };
914
+ "#ctp-wrapper .cardhdr label": {
915
+ margin: string;
916
+ display: string;
917
+ "font-size": string;
918
+ "line-height": string;
919
+ };
920
+ "#ctp-wrapper .cardhdr label.crdSelectuser": {
921
+ margin: string;
922
+ };
923
+ "#ctp-wrapper button label": {
924
+ margin: string;
925
+ "font-size": string;
926
+ };
927
+ "#ctp-wrapper .quitbanner > svg": {
928
+ display: string;
929
+ };
930
+ "#ctp-wrapper #footer": {
931
+ display: string;
932
+ };
933
+ "#ctp-wrapper .signinlayout": {
934
+ "max-width": string;
935
+ "min-height": string;
936
+ };
937
+ ".secure-payment-form.apm-active .signinlayout": {
938
+ "min-height": string;
939
+ };
940
+ "#ctp-wrapper .rsdcode": {
941
+ "font-size": string;
942
+ "font-weight": string;
943
+ margin: string;
944
+ };
945
+ "#ctp-wrapper .footerLabelDiv label": {
946
+ "font-size": string;
947
+ "font-weight": string;
948
+ "margin-top": string;
949
+ "margin-bottom": string;
950
+ };
951
+ "#ctp-wrapper .logindiv": {
952
+ "min-height": string;
953
+ };
954
+ "#ctp-wrapper .VerificationLabel label": {
955
+ display: string;
956
+ margin: string;
957
+ "font-size": string;
958
+ };
959
+ "#ctp-wrapper .VerificationLabel #userMobileMC": {
960
+ margin: string;
961
+ };
962
+ "#ctp-wrapper .transctcardlabel": {
963
+ margin: string;
964
+ "font-size": string;
965
+ };
966
+ "#ctp-wrapper .TransitionLabel": {
967
+ "font-size": string;
968
+ "line-height": string;
969
+ "text-align": string;
970
+ float: string;
971
+ margin: string;
972
+ };
973
+ "apple-pay-button": {
974
+ "--apple-pay-button-width": string;
975
+ "--apple-pay-button-height": string;
976
+ "--apple-pay-button-border-radius": string;
977
+ "--apple-pay-button-padding": string;
978
+ "--apple-pay-button-box-sizing": string;
979
+ display: string;
980
+ margin: string;
981
+ };
982
+ ".secure-payment-form .modal-overlay": {
983
+ background: string;
984
+ position: string;
985
+ top: string;
986
+ left: string;
987
+ margin: string;
988
+ width: string;
989
+ height: string;
990
+ display: string;
991
+ "justify-content": string;
992
+ "align-items": string;
993
+ "z-index": string;
994
+ };
995
+ ".secure-payment-form .modal-wrapper": {
996
+ "font-family": string;
997
+ background: string;
998
+ "border-width": string;
999
+ "border-radius": string;
1000
+ overflow: string;
1001
+ };
1002
+ ".secure-payment-form .credit-card-installments": {
1003
+ "font-family": string;
1004
+ };
1005
+ ".secure-payment-form .installment-issuer-panel": {
1006
+ background: string;
1007
+ display: string;
1008
+ "flex-direction": string;
1009
+ "max-width": string;
1010
+ padding: string;
1011
+ margin: string;
1012
+ gap: string;
1013
+ width: string;
1014
+ };
1015
+ ".secure-payment-form .installment-issuer-panel-header": {
1016
+ display: string;
1017
+ "justify-content": string;
1018
+ "align-items": string;
1019
+ };
1020
+ ".secure-payment-form .installment-issuer-panel-title": {
1021
+ color: string;
1022
+ "font-style": string;
1023
+ "font-weight": string;
1024
+ "line-height": string;
1025
+ "font-size": string;
1026
+ };
1027
+ ".secure-payment-form .installment-issuer-panel-content": {
1028
+ color: string;
1029
+ "font-style": string;
1030
+ "font-weight": string;
1031
+ "line-height": string;
1032
+ "font-size": string;
1033
+ };
1034
+ ".secure-payment-form .installment-panel": {
1035
+ "max-width": string;
1036
+ "margin-bottom": string;
1037
+ };
1038
+ ".secure-payment-form .installment-plans-title": {
1039
+ color: string;
1040
+ "font-style": string;
1041
+ "font-weight": string;
1042
+ "line-height": string;
1043
+ "font-size": string;
1044
+ margin: string;
1045
+ };
1046
+ ".secure-payment-form .installment-plans-subtitle": {
1047
+ color: string;
1048
+ "font-style": string;
1049
+ "font-weight": string;
1050
+ "line-height": string;
1051
+ "font-size": string;
1052
+ };
1053
+ ".secure-payment-form .installment-plan-details": {
1054
+ "border-top": string;
1055
+ "border-bottom": string;
1056
+ padding: string;
1057
+ };
1058
+ ".secure-payment-form .installment-plan-monthly-amount": {
1059
+ color: string;
1060
+ "font-style": string;
1061
+ "font-weight": string;
1062
+ "line-height": string;
1063
+ "font-size": string;
1064
+ };
1065
+ ".secure-payment-form .installment-options, .installment-panel": {
1066
+ display: string;
1067
+ "flex-direction": string;
1068
+ padding: string;
1069
+ width: string;
1070
+ };
1071
+ ".secure-payment-form .installment-options": {
1072
+ background: string;
1073
+ margin: string;
1074
+ padding: string;
1075
+ "border-radius": string;
1076
+ };
1077
+ ".secure-payment-form .installment-plan-options-title": {
1078
+ color: string;
1079
+ "font-style": string;
1080
+ "font-weight": string;
1081
+ "line-height": string;
1082
+ "font-size": string;
1083
+ };
1084
+ ".secure-payment-form .installment-options-content": {
1085
+ color: string;
1086
+ "font-style": string;
1087
+ "font-weight": string;
1088
+ "line-height": string;
1089
+ "font-size": string;
1090
+ margin: string;
1091
+ };
1092
+ ".secure-payment-form .installment-term-selector-title": {
1093
+ "text-align": string;
1094
+ padding: string;
1095
+ };
1096
+ ".secure-payment-form .installment-panel-header": {
1097
+ "text-align": string;
1098
+ display: string;
1099
+ "flex-direction": string;
1100
+ };
1101
+ ".secure-payment-form .installment-panel-content": {
1102
+ margin: string;
1103
+ };
1104
+ ".secure-payment-form .installment-panel-footer": {
1105
+ "text-align": string;
1106
+ display: string;
1107
+ "flex-direction": string;
1108
+ };
1109
+ ".secure-payment-form .installment-field-value-item": {
1110
+ color: string;
1111
+ "font-style": string;
1112
+ "font-weight": string;
1113
+ "line-height": string;
1114
+ "font-size": string;
1115
+ margin: string;
1116
+ };
1117
+ ".secure-payment-form .installment-field-value-item, .installment-options-header": {
1118
+ display: string;
1119
+ "flex-direction": string;
1120
+ "justify-content": string;
1121
+ };
1122
+ ".secure-payment-form .installment-link": {
1123
+ background: string;
1124
+ border: string;
1125
+ color: string;
1126
+ "font-style": string;
1127
+ "font-weight": string;
1128
+ "text-decoration": string;
1129
+ "line-height": string;
1130
+ "font-size": string;
1131
+ padding: string;
1132
+ cursor: string;
1133
+ };
1134
+ ".secure-payment-form .installment-link:hover": {
1135
+ color: string;
1136
+ };
1137
+ ".secure-payment-form .installment-link:active": {
1138
+ color: string;
1139
+ };
1140
+ ".secure-payment-form .installment-link:focus": {
1141
+ color: string;
1142
+ border: string;
1143
+ };
1144
+ ".secure-payment-form .installment-step-container": {
1145
+ display: string;
1146
+ "justify-content": string;
1147
+ };
1148
+ ".secure-payment-form .installment-base-action-button-wrapper": {
1149
+ display: string;
1150
+ "justify-content": string;
1151
+ "flex-wrap": string;
1152
+ };
1153
+ ".secure-payment-form .installment-base-action-button, .installment-button-explore-plans, .installment-button-learn-more, .installment-button-month-term, .installment-button-pay": {
1154
+ "border-radius": string;
1155
+ width: string;
1156
+ height: string;
1157
+ padding: string;
1158
+ color: string;
1159
+ "font-weight": string;
1160
+ "font-size": string;
1161
+ "line-height": string;
1162
+ "font-style": string;
1163
+ border: string;
1164
+ cursor: string;
1165
+ "margin-top": string;
1166
+ "margin-bottom": string;
1167
+ display: string;
1168
+ "justify-content": string;
1169
+ "align-items": string;
1170
+ gap: string;
1171
+ };
1172
+ ".secure-payment-form .installment-button-explore-plans": {
1173
+ background: string;
1174
+ "margin-bottom": string;
1175
+ };
1176
+ ".secure-payment-form .installment-button-explore-plans:hover": {
1177
+ background: string;
1178
+ };
1179
+ ".secure-payment-form .installment-button-explore-plans:active": {
1180
+ background: string;
1181
+ };
1182
+ ".secure-payment-form .installment-button-explore-plans:focus": {
1183
+ background: string;
1184
+ border: string;
1185
+ };
1186
+ ".secure-payment-form .installment-button-learn-more": {
1187
+ background: string;
1188
+ color: string;
1189
+ "font-weight": string;
1190
+ "font-size": string;
1191
+ "line-height": string;
1192
+ margin: string;
1193
+ };
1194
+ ".secure-payment-form .installment-button-learn-more::after": {
1195
+ content: string;
1196
+ "padding-top": string;
1197
+ filter: string;
1198
+ };
1199
+ ".secure-payment-form .installment-button-learn-more:hover": {
1200
+ color: string;
1201
+ };
1202
+ ".secure-payment-form .installment-button-learn-more:active": {
1203
+ color: string;
1204
+ };
1205
+ ".secure-payment-form .installment-button-learn-more:focus": {
1206
+ color: string;
1207
+ border: string;
1208
+ };
1209
+ ".secure-payment-form .installment-button-month-term": {
1210
+ background: string;
1211
+ width: string;
1212
+ height: string;
1213
+ "font-weight": string;
1214
+ margin: string;
1215
+ };
1216
+ ".secure-payment-form .installment-unselected": {
1217
+ background: string;
1218
+ color: string;
1219
+ };
1220
+ ".secure-payment-form .installment-unselected:hover": {
1221
+ border: string;
1222
+ };
1223
+ ".secure-payment-form .installment-button-pay": {
1224
+ background: string;
1225
+ height: string;
1226
+ padding: string;
1227
+ };
1228
+ ".secure-payment-form .installment-button-pay:hover": {
1229
+ background: string;
1230
+ };
1231
+ ".secure-payment-form .installment-button-pay:active": {
1232
+ background: string;
1233
+ };
1234
+ ".secure-payment-form .installment-button-pay:focus": {
1235
+ background: string;
1236
+ border: string;
1237
+ };
1238
+ ".secure-payment-form .installment-button-pay::before": {
1239
+ content: string;
1240
+ "margin-right": string;
1241
+ };
1242
+ ".secure-payment-form .provided-by": {
1243
+ "font-style": string;
1244
+ "font-weight": string;
1245
+ "font-size": string;
1246
+ "line-height": string;
1247
+ color: string;
1248
+ margin: string;
1249
+ };
1250
+ ".secure-payment-form .installment-learn-more-content": {
1251
+ width: string;
1252
+ };
1253
+ ".secure-payment-form .installment-learn-more-header": {
1254
+ display: string;
1255
+ padding: string;
1256
+ "justify-content": string;
1257
+ "align-items": string;
1258
+ background: string;
1259
+ };
1260
+ ".secure-payment-form .installment-learn-more-header-title": {
1261
+ "font-style": string;
1262
+ "font-size": string;
1263
+ "line-height": string;
1264
+ color: string;
1265
+ };
1266
+ ".secure-payment-form .installment-learn-more-body": {
1267
+ display: string;
1268
+ margin: string;
1269
+ "flex-direction": string;
1270
+ "align-items": string;
1271
+ };
1272
+ ".secure-payment-form .installment-learn-more-body ul": {
1273
+ color: string;
1274
+ "font-style": string;
1275
+ "font-weight": string;
1276
+ "line-height": string;
1277
+ padding: string;
1278
+ "margin-top": string;
1279
+ };
1280
+ ".secure-payment-form .installment-learn-more-link": {
1281
+ color: string;
1282
+ "font-style": string;
1283
+ "font-weight": string;
1284
+ "line-height": string;
1285
+ "text-decoration-line": string;
1286
+ margin: string;
1287
+ };
1288
+ ".secure-payment-form .installment-button-close": {
1289
+ background: string;
1290
+ border: string;
1291
+ padding: string;
1292
+ cursor: string;
1293
+ };
1294
+ ".secure-payment-form .installment-button-close::after": {
1295
+ content: string;
1296
+ };
1297
+ ".secure-payment-form .term-and-condition-title": {
1298
+ display: string;
1299
+ "align-items": string;
1300
+ "font-style": string;
1301
+ "font-weight": string;
1302
+ };
1303
+ ".secure-payment-form .term-and-condition-title::before": {
1304
+ content: string;
1305
+ "margin-right": string;
1306
+ };
1307
+ ".secure-payment-form .term-and-condition-link": {
1308
+ color: string;
1309
+ "font-style": string;
1310
+ "font-weight": string;
1311
+ "line-height": string;
1312
+ "text-decoration-line": string;
1313
+ };
1314
+ ".secure-payment-form .tooltip": {
1315
+ position: string;
1316
+ width: string;
1317
+ height: string;
1318
+ border: string;
1319
+ "border-left": string;
1320
+ color: string;
1321
+ float: string;
1322
+ "background-size": string;
1323
+ background: string;
1324
+ "font-family": string;
1325
+ "font-size": string;
1326
+ "line-height": string;
1327
+ };
1328
+ ".secure-payment-form .tooltip h4": {
1329
+ "font-family": string;
1330
+ "font-size": string;
1331
+ "line-height": string;
1332
+ color: string;
1333
+ };
1334
+ ".secure-payment-form .tooltip:focus": {
1335
+ border: string;
1336
+ outline: string;
1337
+ "border-left": string;
1338
+ };
1339
+ ".secure-payment-form .tooltip:hover": {
1340
+ border: string;
1341
+ outline: string;
1342
+ "border-left": string;
1343
+ };
1344
+ ".secure-payment-form .tooltip-content": {
1345
+ visibility: string;
1346
+ width: string;
1347
+ "background-color": string;
1348
+ color: string;
1349
+ "text-align": string;
1350
+ "border-radius": string;
1351
+ border: string;
1352
+ padding: string;
1353
+ position: string;
1354
+ "z-index": string;
1355
+ right: string;
1356
+ opacity: string;
1357
+ transition: string;
1358
+ "font-size": string;
1359
+ "font-weight": string;
1360
+ "box-shadow": string;
1361
+ "margin-top": string;
1362
+ "margin-right": string;
1363
+ };
1364
+ ".secure-payment-form .tooltip-content h4": {
1365
+ margin: string;
1366
+ };
1367
+ ".secure-payment-form .tooltip:hover > .tooltip-content": {
1368
+ visibility: string;
1369
+ opacity: string;
1370
+ };
1371
+ ".secure-payment-form .tooltip:focus > .tooltip-content": {
1372
+ visibility: string;
1373
+ opacity: string;
1374
+ };
1375
+ ".secure-payment-form .tooltip-content::before": {
1376
+ position: string;
1377
+ content: string;
1378
+ right: string;
1379
+ top: string;
1380
+ "border-left": string;
1381
+ "border-right": string;
1382
+ "border-bottom": string;
1383
+ };
1384
+ ".secure-payment-form": {
1385
+ "background-color": string;
1386
+ display: string;
1387
+ "-ms-flex-wrap": string;
1388
+ "flex-wrap": string;
1389
+ "border-bottom-left-radius": string;
1390
+ "border-bottom-right-radius": string;
1391
+ "border-top-left-radius": string;
1392
+ "border-top-right-radius": string;
1393
+ "padding-top": string;
1394
+ "padding-bottom": string;
1395
+ "padding-left": string;
1396
+ "padding-right": string;
1397
+ };
1398
+ ".secure-payment-form *": {
1399
+ "box-sizing": string;
1400
+ };
1401
+ ".secure-payment-form label": {
1402
+ color: string;
1403
+ margin: string;
1404
+ display: string;
1405
+ "font-size": string;
1406
+ "font-weight": string;
1407
+ "font-family": string;
1408
+ };
1409
+ ".secure-payment-form > div": {
1410
+ flex: string;
1411
+ };
1412
+ ".secure-payment-form .credit-card-card-cvv iframe": {
1413
+ width: string;
1414
+ float: string;
1415
+ };
1416
+ ".secure-payment-form .credit-card-footer": {
1417
+ display: string;
1418
+ "align-items": string;
1419
+ };
1420
+ ".secure-payment-form .credit-card-footer .credit-card-shield": {
1421
+ "min-width": string;
1422
+ };
1423
+ ".secure-payment-form .credit-card-footer .footer-branded-logo-image": {
1424
+ margin: number;
1425
+ flex: string;
1426
+ background: string;
1427
+ "background-size": string;
1428
+ "min-height": string;
1429
+ "min-width": string;
1430
+ };
1431
+ ".secure-payment-form .apm-footer": {
1432
+ display: string;
1433
+ "align-items": string;
1434
+ };
1435
+ ".secure-payment-form .apm-footer .apm-shield": {
1436
+ "min-width": string;
1437
+ };
1438
+ ".secure-payment-form .apm-footer .footer-branded-logo-image": {
1439
+ margin: number;
1440
+ flex: string;
1441
+ background: string;
1442
+ "background-size": string;
1443
+ "min-height": string;
1444
+ "min-width": string;
1445
+ };
1446
+ "@media(max-width: 530px)": {
1447
+ ".secure-payment-form .credit-card-footer .footer-branded-logo-image": {
1448
+ background: string;
1449
+ "min-height": string;
1450
+ "min-width": string;
1451
+ };
1452
+ ".secure-payment-form .credit-card-footer .credit-card-logo": {
1453
+ "margin-left": string;
1454
+ "min-width": string;
1455
+ };
1456
+ ".secure-payment-form .apm-footer .footer-branded-logo-image": {
1457
+ background: string;
1458
+ "min-height": string;
1459
+ "min-width": string;
1460
+ };
1461
+ ".secure-payment-form .apm-footer .apm-logo": {
1462
+ "margin-left": string;
1463
+ "min-width": string;
1464
+ };
1465
+ };
1466
+ "@media(max-width: 380px)": {
1467
+ ".secure-payment-form .credit-card-footer .footer-branded-logo-image": {
1468
+ background: string;
1469
+ "min-height": string;
1470
+ "min-width": string;
1471
+ };
1472
+ ".secure-payment-form .credit-card-footer .credit-card-logo": {
1473
+ "margin-left": string;
1474
+ "min-width": string;
1475
+ };
1476
+ ".secure-payment-form .apm-footer .footer-branded-logo-image": {
1477
+ background: string;
1478
+ "min-height": string;
1479
+ "min-width": string;
1480
+ };
1481
+ ".secure-payment-form .apm-footer .apm-logo": {
1482
+ "margin-left": string;
1483
+ "min-width": string;
1484
+ };
1485
+ };
1486
+ ".secure-payment-form div[class$='-shield']": {
1487
+ flex: string;
1488
+ "margin-right": string;
1489
+ };
1490
+ ".secure-payment-form div[class$='-shield'] .ssl-text-logo": {
1491
+ border: string;
1492
+ "border-radius": string;
1493
+ height: string;
1494
+ "text-align": string;
1495
+ margin: string;
1496
+ display: string;
1497
+ "justify-content": string;
1498
+ "align-items": string;
1499
+ width: string;
1500
+ };
1501
+ ".secure-payment-form div[class$='-shield'] .ssl-logo_ico": {
1502
+ width: string;
1503
+ height: string;
1504
+ "margin-left": string;
1505
+ "vertical-align": string;
1506
+ };
1507
+ ".secure-payment-form div[class$='-shield'] .ssl-msg": {
1508
+ "font-size": string;
1509
+ "font-weight": string;
1510
+ "font-family": string;
1511
+ color: string;
1512
+ "line-height": string;
1513
+ display: string;
1514
+ "vertical-align": string;
1515
+ "text-align": string;
1516
+ "margin-left": string;
1517
+ "margin-right": string;
1518
+ "margin-top": string;
1519
+ };
1520
+ ".secure-payment-form div[class$='-logo']": {
1521
+ flex: string;
1522
+ "margin-left": string;
1523
+ width: string;
1524
+ height: string;
1525
+ "text-align": string;
1526
+ display: string;
1527
+ "justify-content": string;
1528
+ };
1529
+ ".secure-payment-form div[class$='-logo'] .security-msg": {
1530
+ color: string;
1531
+ "font-size": string;
1532
+ display: string;
1533
+ "vertical-align": string;
1534
+ "white-space": string;
1535
+ "margin-right": string;
1536
+ "font-family": string;
1537
+ };
1538
+ ".secure-payment-form div[class$='-logo'] .security-msg strong": {
1539
+ "white-space": string;
1540
+ "font-weight": string;
1541
+ display: string;
1542
+ };
1543
+ ".secure-payment-form div[class$='-logo'] img": {
1544
+ "vertical-align": string;
1545
+ };
1546
+ ".secure-payment-form .credit-card-submit": {
1547
+ margin: string;
1548
+ };
1549
+ ".secure-payment-form iframe": {
1550
+ "min-height": string;
1551
+ width: string;
1552
+ };
1553
+ ".secure-payment-form .other-cards-label": {
1554
+ "border-bottom": string;
1555
+ "text-align": string;
1556
+ margin: string;
1557
+ position: string;
1558
+ };
1559
+ ".secure-payment-form .other-cards-label span": {
1560
+ "text-align": string;
1561
+ padding: string;
1562
+ background: string;
1563
+ position: string;
1564
+ color: string;
1565
+ width: string;
1566
+ left: string;
1567
+ "-webkit-transform": string;
1568
+ "-moz-transform": string;
1569
+ "-ms-transform": string;
1570
+ "-o-transform": string;
1571
+ transform: string;
1572
+ margin: string;
1573
+ "font-family": string;
1574
+ "font-size": string;
1575
+ "white-space": string;
1576
+ "font-weight": string;
1577
+ };
1578
+ ".secure-payment-form .hidden": {
1579
+ display: string;
1580
+ };
1581
+ "@media(min-width: 800px)": {
1582
+ ".secure-payment-form .credit-card-card-expiration": {
1583
+ flex: string;
1584
+ width: string;
1585
+ "padding-right": string;
1586
+ };
1587
+ ".secure-payment-form .credit-card-card-cvv": {
1588
+ flex: string;
1589
+ width: string;
1590
+ "padding-left": string;
1591
+ };
1592
+ };
1593
+ "@font-face": {
1594
+ "font-family": string;
1595
+ src: string;
1596
+ };
1597
+ ":root": {
1598
+ "--inputfield-label-font": string;
1599
+ "--inputfield-container-font-placeholder": string;
1600
+ "--inputfield-container-font-input": string;
1601
+ "--inputfield-container-font-error": string;
1602
+ "--tooltip-overlay-font-heading": string;
1603
+ "--tooltip-overlay-font-body": string;
1604
+ "--button-primary-font-label": string;
1605
+ "--dcc-radio-button-font": string;
1606
+ "--dcc-options-label-font": string;
1607
+ "--dcc-options-font-exchange-rate": string;
1608
+ "--other-method-divider-font": string;
1609
+ "--inputfield-label-weight-text": string;
1610
+ "--dcc-options-label-weight-text": string;
1611
+ "--button-primary-weight-label-text": string;
1612
+ "--dcc-radio-button-weight-text-label": string;
1613
+ "--inputfield-container-weight-text-placeholder": string;
1614
+ "--inputfield-container-weight-text-input": string;
1615
+ "--inputfield-container-weight-text-error": string;
1616
+ "--other-method-divider-weight-text": string;
1617
+ "--dropin-ui-body-color-background": string;
1618
+ "--dropin-ui-body-padding-top": string;
1619
+ "--dropin-ui-body-padding-bottom": string;
1620
+ "--dropin-ui-body-padding-left": string;
1621
+ "--dropin-ui-body-padding-right": string;
1622
+ "--inputfield-label-color-text": string;
1623
+ "--inputfield-container-color-border-focus": string;
1624
+ "--inputfield-container-color-border-hover": string;
1625
+ "--inputfield-tooltip-color-border-hover": string;
1626
+ "--inputfield-tooltip-color-focus-indicator-focus": string;
1627
+ "--general-tooltip-color-border-hover": string;
1628
+ "--general-tooltip-color-focus-indicator-focus": string;
1629
+ "--inputfield-tooltip-color-border-focus": string;
1630
+ "--inputfield-container-color-border-error": string;
1631
+ "--inputfield-container-color-text-error": string;
1632
+ "--inputfield-container-color-text-input": string;
1633
+ "--dcc-options-label-color-text": string;
1634
+ "--dcc-options-color-text-exchange-rate": string;
1635
+ "--dcc-radio-button-color-text-default": string;
1636
+ "--dcc-radio-button-color-text-hover": string;
1637
+ "--dcc-radio-button-color-text-focus": string;
1638
+ "--tooltip-overlay-color-background": string;
1639
+ "--inputfield-container-color-border-default": string;
1640
+ "--inputfield-container-color-text-placeholder": string;
1641
+ "--inputfield-tooltip-color-border-default": string;
1642
+ "--dcc-radio-button-color-border-default": string;
1643
+ "--dcc-radio-button-color-border-hover": string;
1644
+ "--dcc-radio-button-color-focus-indicator-focus": string;
1645
+ "--dcc-radio-button-color-border-focus": string;
1646
+ "--dcc-radio-button-color-border-selected": string;
1647
+ "--dcc-radio-button-color-background-selected": string;
1648
+ "--dcc-radio-button-color-icon-selected": string;
1649
+ "--dcc-radio-button-color-text-selected": string;
1650
+ "--button-primary-color-background-default": string;
1651
+ "--button-primary-color-background-focus": string;
1652
+ "--button-primary-color-text-default": string;
1653
+ "--button-primary-color-text-hover": string;
1654
+ "--button-primary-color-text-focus": string;
1655
+ "--button-primary-color-background-hover": string;
1656
+ "--button-primary-color-focus-indicator-focus": string;
1657
+ "--dropin-ui-body-radius-bottom-left": string;
1658
+ "--dropin-ui-body-radius-bottom-right": string;
1659
+ "--dropin-ui-body-radius-top-left": string;
1660
+ "--dropin-ui-body-radius-top-right": string;
1661
+ "--button-primary-radius-top-left": string;
1662
+ "--button-primary-radius-top-right": string;
1663
+ "--button-primary-radius-bottom-left": string;
1664
+ "--button-primary-radius-bottom-right": string;
1665
+ "--button-primary-size-text": string;
1666
+ "--other-method-divider-size-text": string;
1667
+ "--inputfield-label-size-text": string;
1668
+ "--inputfield-container-size-text-placeholder": string;
1669
+ "--inputfield-container-size-text-input": string;
1670
+ "--tooltip-overlay-size-text-heading": string;
1671
+ "--tooltip-overlay-size-text-body": string;
1672
+ "--inputfield-container-size-text-error": string;
1673
+ "--dcc-options-label-size-text": string;
1674
+ "--dcc-radio-button-size-text": string;
1675
+ "--dcc-options-size-text-exchange-rate": string;
1676
+ "--tooltip-overlay-color-text-heading": string;
1677
+ "--tooltip-overlay-color-text-body": string;
1678
+ "--other-method-divider-color-text": string;
1679
+ "--other-method-divider-color-line": string;
1680
+ "--tooltip-overlay-line-height-text-heading": string;
1681
+ "--tooltip-overlay-line-height-text-body": string;
1682
+ "--dcc-options-line-height-text-exchange-rate": string;
1683
+ "--hppfooter-desktop": string;
1684
+ "--hppfooter-tablet": string;
1685
+ "--hppfooter-mobile": string;
1686
+ "--dropin-ui-button-primary-icon": string;
1687
+ };
1688
+ };
1689
+ export declare const getBaseThemeStyles: (assetBaseUrl: string, themePreset?: IThemePreset | undefined) => {
1690
+ fieldStyles: object;
1691
+ parentStyles: object;
1692
+ };
1693
+ export {};