@globalpayments/js 1.9.13 → 1.9.15
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/add-footer-icons.d.ts +9 -0
- 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 +274 -181
- package/types/internal/lib/styles/gp-default.d.ts +299 -224
- package/types/internal/lib/styles/simple.d.ts +303 -210
- package/types/lib/version.d.ts +1 -1
- package/types/ui/form/index.d.ts +858 -572
|
@@ -51,59 +51,75 @@ export declare const fieldStyles: (assetBaseUrl: string) => {
|
|
|
51
51
|
background: string;
|
|
52
52
|
"background-size": string;
|
|
53
53
|
};
|
|
54
|
-
".card-number": {
|
|
54
|
+
"img.card-number": {
|
|
55
55
|
background: string;
|
|
56
56
|
"background-size": string;
|
|
57
|
+
width: string;
|
|
58
|
+
height: string;
|
|
59
|
+
position: string;
|
|
60
|
+
right: string;
|
|
61
|
+
top: string;
|
|
62
|
+
"margin-top": string;
|
|
63
|
+
"background-position": string;
|
|
57
64
|
};
|
|
58
|
-
".card-number
|
|
65
|
+
"img.card-number[src$='/gp-cc-generic.svg']": {
|
|
59
66
|
background: string;
|
|
60
|
-
"background-position-x": string;
|
|
61
67
|
"background-size": string;
|
|
68
|
+
"background-position-y": string;
|
|
62
69
|
};
|
|
63
|
-
".card-number.invalid.card-type-
|
|
70
|
+
"img.card-number.invalid.card-type-amex": {
|
|
64
71
|
background: string;
|
|
65
|
-
"background-position-x": string;
|
|
66
72
|
"background-size": string;
|
|
73
|
+
"background-position-y": string;
|
|
67
74
|
};
|
|
68
|
-
".card-number.invalid.card-type-
|
|
75
|
+
"img.card-number.invalid.card-type-discover": {
|
|
69
76
|
background: string;
|
|
70
|
-
"background-position-x": string;
|
|
71
77
|
"background-size": string;
|
|
78
|
+
"background-position-y": string;
|
|
79
|
+
width: string;
|
|
80
|
+
right: string;
|
|
81
|
+
};
|
|
82
|
+
"img.card-number.invalid.card-type-jcb": {
|
|
83
|
+
background: string;
|
|
84
|
+
"background-size": string;
|
|
85
|
+
"background-position-y": string;
|
|
72
86
|
};
|
|
73
|
-
".card-number.invalid.card-type-mastercard": {
|
|
87
|
+
"img.card-number.invalid.card-type-mastercard": {
|
|
74
88
|
background: string;
|
|
75
|
-
"background-position-x": string;
|
|
76
89
|
"background-size": string;
|
|
90
|
+
"background-position": string;
|
|
77
91
|
};
|
|
78
|
-
".card-number.invalid.card-type-visa": {
|
|
92
|
+
"img.card-number.invalid.card-type-visa": {
|
|
79
93
|
background: string;
|
|
80
|
-
"background-position-x": string;
|
|
81
94
|
"background-size": string;
|
|
95
|
+
"background-position": string;
|
|
82
96
|
};
|
|
83
|
-
".card-number.valid.card-type-amex": {
|
|
97
|
+
"img.card-number.valid.card-type-amex": {
|
|
84
98
|
background: string;
|
|
85
|
-
"background-position-x": string;
|
|
86
99
|
"background-size": string;
|
|
100
|
+
"background-position-y": string;
|
|
87
101
|
};
|
|
88
|
-
".card-number.valid.card-type-discover": {
|
|
102
|
+
"img.card-number.valid.card-type-discover": {
|
|
89
103
|
background: string;
|
|
90
|
-
"background-position-x": string;
|
|
91
104
|
"background-size": string;
|
|
105
|
+
"background-position-y": string;
|
|
106
|
+
width: string;
|
|
107
|
+
right: string;
|
|
92
108
|
};
|
|
93
|
-
".card-number.valid.card-type-jcb": {
|
|
109
|
+
"img.card-number.valid.card-type-jcb": {
|
|
94
110
|
background: string;
|
|
95
|
-
"background-position-x": string;
|
|
96
111
|
"background-size": string;
|
|
112
|
+
"background-position-y": string;
|
|
97
113
|
};
|
|
98
|
-
".card-number.valid.card-type-mastercard": {
|
|
114
|
+
"img.card-number.valid.card-type-mastercard": {
|
|
99
115
|
background: string;
|
|
100
|
-
"background-position-x": string;
|
|
101
116
|
"background-size": string;
|
|
117
|
+
"background-position": string;
|
|
102
118
|
};
|
|
103
|
-
".card-number.valid.card-type-visa": {
|
|
119
|
+
"img.card-number.valid.card-type-visa": {
|
|
104
120
|
background: string;
|
|
105
|
-
"background-position-x": string;
|
|
106
121
|
"background-size": string;
|
|
122
|
+
"background-position": string;
|
|
107
123
|
};
|
|
108
124
|
".card-number::-ms-clear": {
|
|
109
125
|
display: string;
|
|
@@ -117,157 +133,69 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
117
133
|
height: string;
|
|
118
134
|
margin: string;
|
|
119
135
|
};
|
|
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
136
|
".secure-payment-form .ctp-panel": {
|
|
217
137
|
border: string;
|
|
218
138
|
"box-shadow": string;
|
|
219
139
|
"border-radius": string;
|
|
140
|
+
"container-type": string;
|
|
141
|
+
"font-family": string;
|
|
220
142
|
"margin-bottom": string;
|
|
221
143
|
};
|
|
222
144
|
".secure-payment-form div[class^='credit-card'].apm-active ~ div:not([class$='shield']):not([class$='logo'])": {
|
|
223
145
|
display: string;
|
|
224
146
|
};
|
|
225
147
|
".secure-payment-form .ctp-panel .ctp-button": {
|
|
226
|
-
display: string;
|
|
227
|
-
background: string;
|
|
228
|
-
"flex-direction": string;
|
|
229
148
|
"align-items": string;
|
|
230
|
-
|
|
149
|
+
background: string;
|
|
150
|
+
cursor: string;
|
|
151
|
+
display: string;
|
|
231
152
|
flex: string;
|
|
232
|
-
|
|
153
|
+
"flex-direction": string;
|
|
233
154
|
"flex-grow": string;
|
|
155
|
+
order: string;
|
|
156
|
+
padding: string;
|
|
234
157
|
position: string;
|
|
235
|
-
"
|
|
236
|
-
"line-height": string;
|
|
237
|
-
cursor: string;
|
|
238
|
-
"font-family": string;
|
|
158
|
+
"white-space": string;
|
|
239
159
|
};
|
|
240
|
-
".secure-payment-form .
|
|
241
|
-
|
|
160
|
+
".secure-payment-form .ctp-panel .ctp-header": {
|
|
161
|
+
width: string;
|
|
242
162
|
};
|
|
243
|
-
".secure-payment-form .ctp-panel .ctp-button
|
|
244
|
-
|
|
245
|
-
|
|
163
|
+
".secure-payment-form .ctp-panel .ctp-button .heading": {
|
|
164
|
+
"font-family": string;
|
|
165
|
+
"font-weight": string;
|
|
166
|
+
"line-height": string;
|
|
167
|
+
"font-size": string;
|
|
168
|
+
};
|
|
169
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
170
|
+
background: string;
|
|
171
|
+
"background-size": string;
|
|
246
172
|
width: string;
|
|
247
173
|
height: string;
|
|
248
|
-
|
|
249
|
-
"border-width": string;
|
|
174
|
+
margin: string;
|
|
250
175
|
display: string;
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
176
|
+
"vertical-align": string;
|
|
177
|
+
flex: string;
|
|
178
|
+
order: string;
|
|
179
|
+
"flex-grow": string;
|
|
254
180
|
};
|
|
255
|
-
".secure-payment-form .ctp-panel .
|
|
256
|
-
|
|
181
|
+
".secure-payment-form .ctp-panel .ctp-button .subheading": {
|
|
182
|
+
margin: string;
|
|
183
|
+
"font-family": string;
|
|
184
|
+
"font-weight": string;
|
|
185
|
+
"font-size": string;
|
|
186
|
+
"line-height": string;
|
|
187
|
+
color: string;
|
|
188
|
+
};
|
|
189
|
+
".secure-payment-form div[class^='ctp'] .card-brands": {
|
|
257
190
|
background: string;
|
|
258
|
-
right: string;
|
|
259
|
-
border: string;
|
|
260
|
-
"border-width": string;
|
|
261
|
-
display: string;
|
|
262
191
|
padding: string;
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
"z-index": string;
|
|
266
|
-
top: string;
|
|
267
|
-
"margin-top": string;
|
|
268
|
-
};
|
|
269
|
-
".secure-payment-form .apm-active .right-arrow": {
|
|
192
|
+
width: string;
|
|
193
|
+
height: string;
|
|
270
194
|
display: string;
|
|
195
|
+
"vertical-align": string;
|
|
196
|
+
flex: string;
|
|
197
|
+
order: string;
|
|
198
|
+
"flex-grow": string;
|
|
271
199
|
};
|
|
272
200
|
".secure-payment-form .ctp-info-tooltip": {
|
|
273
201
|
width: string;
|
|
@@ -277,6 +205,7 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
277
205
|
overflow: string;
|
|
278
206
|
background: string;
|
|
279
207
|
margin: string;
|
|
208
|
+
"white-space": string;
|
|
280
209
|
};
|
|
281
210
|
".secure-payment-form .ctp-info-tooltip-content": {
|
|
282
211
|
visibility: string;
|
|
@@ -293,16 +222,21 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
293
222
|
"margin-top": string;
|
|
294
223
|
opacity: string;
|
|
295
224
|
transition: string;
|
|
225
|
+
"font-family": string;
|
|
296
226
|
"font-size": string;
|
|
297
227
|
"font-weight": string;
|
|
298
228
|
"box-shadow": string;
|
|
299
229
|
};
|
|
230
|
+
".secure-payment-form .ctp-info-tooltip-content .ctp-icon": {
|
|
231
|
+
"margin-left": string;
|
|
232
|
+
};
|
|
300
233
|
".secure-payment-form .ctp-info-tooltip .ctp-heading": {
|
|
301
234
|
"max-width": string;
|
|
302
235
|
margin: string;
|
|
303
236
|
};
|
|
304
237
|
".secure-payment-form .ctp-info-tooltip-content ul": {
|
|
305
238
|
padding: string;
|
|
239
|
+
"margin-bottom": string;
|
|
306
240
|
};
|
|
307
241
|
".secure-payment-form .ctp-info-tooltip-content li": {
|
|
308
242
|
padding: string;
|
|
@@ -348,127 +282,286 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
348
282
|
visibility: string;
|
|
349
283
|
opacity: string;
|
|
350
284
|
};
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
285
|
+
"@container (min-width: 408px)": {
|
|
286
|
+
".secure-payment-form .ctp-panel .ctp-button .heading": {
|
|
287
|
+
"font-size": string;
|
|
288
|
+
};
|
|
289
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
290
|
+
"border-width": string;
|
|
291
|
+
};
|
|
292
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
293
|
+
width: string;
|
|
294
|
+
height: string;
|
|
295
|
+
"background-size": string;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
".secure-payment-form .apm-active .ctp-panel .ctp-button": {
|
|
299
|
+
cursor: string;
|
|
300
|
+
};
|
|
301
|
+
".secure-payment-form.apm-active .ctp-panel .ctp-button": {
|
|
302
|
+
cursor: string;
|
|
303
|
+
};
|
|
304
|
+
".secure-payment-form .ctp-panel .ctp-button:after": {
|
|
305
|
+
content: string;
|
|
306
|
+
position: string;
|
|
355
307
|
width: string;
|
|
356
308
|
height: string;
|
|
357
|
-
|
|
309
|
+
border: string;
|
|
310
|
+
"border-width": string;
|
|
311
|
+
display: string;
|
|
312
|
+
padding: string;
|
|
313
|
+
transform: string;
|
|
314
|
+
"-webkit-transform": string;
|
|
358
315
|
};
|
|
359
|
-
".secure-payment-form
|
|
316
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
317
|
+
position: string;
|
|
360
318
|
background: string;
|
|
319
|
+
right: string;
|
|
320
|
+
border: string;
|
|
321
|
+
"border-width": string;
|
|
322
|
+
display: string;
|
|
323
|
+
padding: string;
|
|
324
|
+
transform: string;
|
|
325
|
+
"-webkit-transform": string;
|
|
326
|
+
"z-index": string;
|
|
327
|
+
top: string;
|
|
328
|
+
"margin-top": string;
|
|
329
|
+
};
|
|
330
|
+
".secure-payment-form .apm-active .right-arrow": {
|
|
361
331
|
display: string;
|
|
362
|
-
"vertical-align": string;
|
|
363
|
-
"padding-right": string;
|
|
364
|
-
"min-height": string;
|
|
365
|
-
color: string;
|
|
366
|
-
"white-space": string;
|
|
367
332
|
};
|
|
368
|
-
".secure-payment-form
|
|
333
|
+
".secure-payment-form.apm-active .right-arrow": {
|
|
369
334
|
display: string;
|
|
370
335
|
};
|
|
371
|
-
"
|
|
336
|
+
"#ctp-wrapper #header": {
|
|
372
337
|
display: string;
|
|
373
338
|
};
|
|
374
|
-
"
|
|
375
|
-
|
|
339
|
+
"#ctp-wrapper .logindiv .tooltip": {
|
|
340
|
+
display: string;
|
|
341
|
+
};
|
|
342
|
+
"#ctp-wrapper .logindiv .lblemailInput": {
|
|
343
|
+
display: string;
|
|
344
|
+
};
|
|
345
|
+
"#ctp-wrapper #verifyVisa .VerificationLabel": {
|
|
376
346
|
"font-size": string;
|
|
347
|
+
"font-family": string;
|
|
377
348
|
"line-height": string;
|
|
378
|
-
"font-weight": string;
|
|
379
349
|
};
|
|
380
|
-
"
|
|
381
|
-
|
|
350
|
+
"#ctp-wrapper #verifyVisa label": {
|
|
351
|
+
display: string;
|
|
352
|
+
"font-size": string;
|
|
353
|
+
"font-family": string;
|
|
354
|
+
margin: string;
|
|
382
355
|
};
|
|
383
|
-
"
|
|
356
|
+
"#ctp-wrapper .blue-button label": {
|
|
384
357
|
"font-size": string;
|
|
385
358
|
"line-height": string;
|
|
386
|
-
"
|
|
387
|
-
float: string;
|
|
359
|
+
"font-family": string;
|
|
388
360
|
margin: string;
|
|
389
361
|
};
|
|
390
|
-
"
|
|
362
|
+
"#ctp-wrapper .cardhdr label": {
|
|
363
|
+
margin: string;
|
|
364
|
+
display: string;
|
|
391
365
|
"font-size": string;
|
|
392
366
|
"line-height": string;
|
|
393
|
-
|
|
394
|
-
|
|
367
|
+
};
|
|
368
|
+
"#ctp-wrapper .cardhdr label.crdSelectuser": {
|
|
395
369
|
margin: string;
|
|
396
370
|
};
|
|
397
|
-
"
|
|
371
|
+
"#ctp-wrapper button label": {
|
|
372
|
+
margin: string;
|
|
398
373
|
"font-size": string;
|
|
399
|
-
"line-height": string;
|
|
400
|
-
"text-align": string;
|
|
401
|
-
float: string;
|
|
402
374
|
};
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
"margin-top": string;
|
|
375
|
+
"#ctp-wrapper .quitbanner > svg": {
|
|
376
|
+
display: string;
|
|
406
377
|
};
|
|
407
|
-
"
|
|
378
|
+
"#ctp-wrapper #footer": {
|
|
408
379
|
display: string;
|
|
409
380
|
};
|
|
410
|
-
"
|
|
411
|
-
|
|
381
|
+
"#ctp-wrapper .signinlayout": {
|
|
382
|
+
"max-width": string;
|
|
383
|
+
"min-height": string;
|
|
412
384
|
};
|
|
413
|
-
".secure-payment-form
|
|
385
|
+
".secure-payment-form.apm-active .signinlayout": {
|
|
386
|
+
"min-height": string;
|
|
387
|
+
};
|
|
388
|
+
"#ctp-wrapper .rsdcode": {
|
|
414
389
|
"font-size": string;
|
|
415
|
-
"line-height": string;
|
|
416
390
|
"font-weight": string;
|
|
417
391
|
margin: string;
|
|
418
392
|
};
|
|
419
|
-
"
|
|
393
|
+
"#ctp-wrapper .footerLabelDiv label": {
|
|
420
394
|
"font-size": string;
|
|
421
|
-
"line-height": string;
|
|
422
395
|
"font-weight": string;
|
|
396
|
+
"margin-top": string;
|
|
397
|
+
"margin-bottom": string;
|
|
398
|
+
};
|
|
399
|
+
"#ctp-wrapper .logindiv": {
|
|
400
|
+
"min-height": string;
|
|
401
|
+
};
|
|
402
|
+
"#ctp-wrapper .VerificationLabel label": {
|
|
403
|
+
display: string;
|
|
404
|
+
margin: string;
|
|
405
|
+
"font-size": string;
|
|
406
|
+
};
|
|
407
|
+
"#ctp-wrapper .VerificationLabel #userMobileMC": {
|
|
408
|
+
margin: string;
|
|
409
|
+
};
|
|
410
|
+
"#ctp-wrapper .transctcardlabel": {
|
|
423
411
|
margin: string;
|
|
412
|
+
"font-size": string;
|
|
424
413
|
};
|
|
425
|
-
"
|
|
414
|
+
"#ctp-wrapper .TransitionLabel": {
|
|
426
415
|
"font-size": string;
|
|
427
416
|
"line-height": string;
|
|
428
|
-
"
|
|
417
|
+
"text-align": string;
|
|
418
|
+
float: string;
|
|
429
419
|
margin: string;
|
|
430
420
|
};
|
|
431
|
-
"
|
|
432
|
-
|
|
421
|
+
"apple-pay-button": {
|
|
422
|
+
"--apple-pay-button-width": string;
|
|
423
|
+
"--apple-pay-button-height": string;
|
|
424
|
+
"--apple-pay-button-border-radius": string;
|
|
425
|
+
"--apple-pay-button-padding": string;
|
|
426
|
+
"--apple-pay-button-box-sizing": string;
|
|
427
|
+
display: string;
|
|
428
|
+
margin: string;
|
|
429
|
+
};
|
|
430
|
+
".secure-payment-form": {
|
|
431
|
+
"font-family": string;
|
|
432
|
+
width: string;
|
|
433
|
+
};
|
|
434
|
+
".secure-payment-form label": {
|
|
435
|
+
color: string;
|
|
433
436
|
"font-size": string;
|
|
437
|
+
"font-weight": string;
|
|
434
438
|
"line-height": string;
|
|
435
|
-
|
|
439
|
+
"text-transform": string;
|
|
440
|
+
};
|
|
441
|
+
".secure-payment-form #ss-banner": {
|
|
442
|
+
background: string;
|
|
443
|
+
"background-size": string;
|
|
444
|
+
height: string;
|
|
445
|
+
"margin-bottom": string;
|
|
436
446
|
};
|
|
437
|
-
".secure-payment-form
|
|
447
|
+
".secure-payment-form div[class$='-shield']": {
|
|
448
|
+
flex: string;
|
|
449
|
+
"margin-right": string;
|
|
450
|
+
float: string;
|
|
451
|
+
};
|
|
452
|
+
".secure-payment-form div[class$='-shield'] .ssl-text-logo": {
|
|
453
|
+
border: string;
|
|
454
|
+
"border-radius": string;
|
|
455
|
+
width: string;
|
|
456
|
+
height: string;
|
|
457
|
+
"text-align": string;
|
|
438
458
|
margin: string;
|
|
439
459
|
};
|
|
440
|
-
".secure-payment-form
|
|
460
|
+
".secure-payment-form div[class$='-shield'] .ssl-logo_ico": {
|
|
461
|
+
width: string;
|
|
462
|
+
height: string;
|
|
463
|
+
"margin-top": string;
|
|
464
|
+
"vertical-align": string;
|
|
465
|
+
};
|
|
466
|
+
".secure-payment-form div[class$='-shield'] .ssl-msg": {
|
|
441
467
|
"font-size": string;
|
|
468
|
+
"font-weight": string;
|
|
469
|
+
"font-family": string;
|
|
470
|
+
color: string;
|
|
442
471
|
"line-height": string;
|
|
472
|
+
display: string;
|
|
473
|
+
"vertical-align": string;
|
|
474
|
+
"text-align": string;
|
|
475
|
+
"margin-left": string;
|
|
476
|
+
"margin-right": string;
|
|
443
477
|
"margin-top": string;
|
|
444
478
|
};
|
|
445
|
-
".secure-payment-form
|
|
479
|
+
".secure-payment-form div[class$='-logo']": {
|
|
480
|
+
flex: string;
|
|
481
|
+
"margin-left": string;
|
|
482
|
+
width: string;
|
|
483
|
+
height: string;
|
|
484
|
+
"text-align": string;
|
|
485
|
+
float: string;
|
|
486
|
+
};
|
|
487
|
+
".secure-payment-form div[class$='-logo'] .security-msg": {
|
|
488
|
+
color: string;
|
|
446
489
|
"font-size": string;
|
|
447
|
-
|
|
448
|
-
"
|
|
449
|
-
"margin-
|
|
490
|
+
display: string;
|
|
491
|
+
"vertical-align": string;
|
|
492
|
+
"margin-right": string;
|
|
450
493
|
};
|
|
451
|
-
".secure-payment-form
|
|
452
|
-
|
|
494
|
+
".secure-payment-form div[class$='-logo'] img": {
|
|
495
|
+
"vertical-align": string;
|
|
453
496
|
};
|
|
454
|
-
".secure-payment-form
|
|
455
|
-
|
|
456
|
-
"max-width": string;
|
|
497
|
+
".secure-payment-form div": {
|
|
498
|
+
display: string;
|
|
457
499
|
};
|
|
458
|
-
".secure-payment-form
|
|
500
|
+
".secure-payment-form iframe": {
|
|
459
501
|
"min-height": string;
|
|
460
|
-
padding: string;
|
|
461
502
|
};
|
|
462
|
-
".secure-payment-form
|
|
463
|
-
"margin-
|
|
503
|
+
".secure-payment-form .form-row": {
|
|
504
|
+
"margin-top": string;
|
|
464
505
|
};
|
|
465
|
-
".secure-payment-form
|
|
506
|
+
".secure-payment-form .form-wrapper": {
|
|
507
|
+
display: string;
|
|
508
|
+
margin: string;
|
|
509
|
+
};
|
|
510
|
+
".secure-payment-form input": {
|
|
511
|
+
"-o-transition": string;
|
|
512
|
+
"-webkit-box-shadow": string;
|
|
513
|
+
"-webkit-transition": string;
|
|
514
|
+
"background-color": string;
|
|
515
|
+
border: string;
|
|
516
|
+
"border-radius": string;
|
|
517
|
+
"box-shadow": string;
|
|
518
|
+
"box-sizing": string;
|
|
466
519
|
display: string;
|
|
520
|
+
"font-family": string;
|
|
521
|
+
"font-size": string;
|
|
522
|
+
"font-smoothing": string;
|
|
523
|
+
height: string;
|
|
524
|
+
margin: string;
|
|
525
|
+
"max-width": string;
|
|
526
|
+
outline: string;
|
|
527
|
+
padding: string;
|
|
528
|
+
transition: string;
|
|
529
|
+
"vertical-align": string;
|
|
530
|
+
width: string;
|
|
531
|
+
};
|
|
532
|
+
".secure-payment-form input:focus": {
|
|
533
|
+
border: string;
|
|
534
|
+
"box-shadow": string;
|
|
535
|
+
outline: string;
|
|
467
536
|
};
|
|
468
|
-
".secure-payment-form
|
|
537
|
+
".secure-payment-form .tooltip, .secure-payment-form .tooltip-content": {
|
|
469
538
|
display: string;
|
|
470
539
|
};
|
|
471
|
-
".secure-payment-form
|
|
540
|
+
".secure-payment-form .other-cards-label": {
|
|
541
|
+
"border-bottom": string;
|
|
542
|
+
"text-align": string;
|
|
543
|
+
margin: string;
|
|
544
|
+
position: string;
|
|
545
|
+
};
|
|
546
|
+
".secure-payment-form .other-cards-label span": {
|
|
547
|
+
"text-align": string;
|
|
548
|
+
padding: string;
|
|
549
|
+
background: string;
|
|
550
|
+
position: string;
|
|
551
|
+
color: string;
|
|
552
|
+
width: string;
|
|
553
|
+
left: string;
|
|
554
|
+
"-webkit-transform": string;
|
|
555
|
+
"-moz-transform": string;
|
|
556
|
+
"-ms-transform": string;
|
|
557
|
+
"-o-transform": string;
|
|
558
|
+
transform: string;
|
|
559
|
+
margin: string;
|
|
560
|
+
"font-family": string;
|
|
561
|
+
"font-size": string;
|
|
562
|
+
"white-space": string;
|
|
563
|
+
};
|
|
564
|
+
".secure-payment-form .hidden": {
|
|
472
565
|
display: string;
|
|
473
566
|
};
|
|
474
567
|
};
|
package/types/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "1.9.
|
|
1
|
+
declare const _default: "1.9.15";
|
|
2
2
|
export default _default;
|