@globalpayments/js 4.1.1 → 4.1.6

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 (76) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -6
  3. package/types/apm/non-card-payments/contracts.d.ts +1 -0
  4. package/types/internal/built-in-validations/constants.d.ts +1 -0
  5. package/types/internal/built-in-validations/helpers.d.ts +2 -0
  6. package/types/internal/lib/bank-selection/available-banks-data.d.ts +2 -0
  7. package/types/internal/lib/bank-selection/contracts.d.ts +56 -0
  8. package/types/internal/lib/bank-selection/helpers.d.ts +5 -0
  9. package/types/internal/lib/enums.d.ts +6 -2
  10. package/types/internal/lib/order-information/constants.d.ts +1 -0
  11. package/types/internal/lib/order-information/contracts.d.ts +6 -0
  12. package/types/internal/lib/styles/bank-selection/common.d.ts +52 -0
  13. package/types/internal/lib/styles/currency-conversion/common.d.ts +13 -0
  14. package/types/internal/lib/styles/currency-conversion/default.d.ts +17 -0
  15. package/types/internal/lib/styles/currency-conversion/gp-default.d.ts +13 -0
  16. package/types/internal/lib/styles/currency-conversion/simple.d.ts +13 -0
  17. package/types/internal/lib/styles/default.d.ts +115 -8
  18. package/types/internal/lib/styles/gp-default.d.ts +111 -8
  19. package/types/internal/lib/styles/order-information/common.d.ts +19 -0
  20. package/types/internal/lib/styles/payment-methods/common.d.ts +33 -8
  21. package/types/internal/lib/styles/payment-methods/open-banking.d.ts +33 -8
  22. package/types/internal/lib/styles/simple.d.ts +78 -0
  23. package/types/internal/lib/styles/themes/brand-themes/base/base-theme.d.ts +159 -8
  24. package/types/internal/lib/styles/themes/brand-themes/base/base-token-definition.d.ts +24 -0
  25. package/types/internal/lib/styles/themes/brand-themes/base/contracts.d.ts +14 -0
  26. package/types/internal/lib/translations/cs.d.ts +14 -0
  27. package/types/internal/lib/translations/de.d.ts +13 -0
  28. package/types/internal/lib/translations/el.d.ts +13 -0
  29. package/types/internal/lib/translations/en.d.ts +8 -0
  30. package/types/internal/lib/translations/es.d.ts +7 -0
  31. package/types/internal/lib/translations/fr.d.ts +13 -0
  32. package/types/internal/lib/translations/hr.d.ts +13 -0
  33. package/types/internal/lib/translations/hu.d.ts +13 -0
  34. package/types/internal/lib/translations/it.d.ts +13 -0
  35. package/types/internal/lib/translations/ja.d.ts +13 -0
  36. package/types/internal/lib/translations/mt.d.ts +13 -0
  37. package/types/internal/lib/translations/nl.d.ts +13 -0
  38. package/types/internal/lib/translations/pl.d.ts +14 -0
  39. package/types/internal/lib/translations/pt.d.ts +13 -0
  40. package/types/internal/lib/translations/ro.d.ts +13 -0
  41. package/types/internal/lib/translations/ru.d.ts +13 -0
  42. package/types/internal/lib/translations/sk.d.ts +14 -0
  43. package/types/internal/lib/translations/sl.d.ts +13 -0
  44. package/types/internal/lib/translations/sv.d.ts +13 -0
  45. package/types/internal/lib/translations/tr.d.ts +13 -0
  46. package/types/internal/lib/translations/uk.d.ts +13 -0
  47. package/types/internal/lib/translations/vi.d.ts +13 -0
  48. package/types/internal/lib/translations/zh.d.ts +3 -0
  49. package/types/lib/version.d.ts +1 -1
  50. package/types/tools/configure.d.ts +7 -0
  51. package/types/ui/components/bank-selection/action-add-bank-selection.d.ts +3 -0
  52. package/types/ui/components/order-information/action-add-order-information.d.ts +2 -0
  53. package/types/ui/form/index.d.ts +339 -116
  54. package/types/ui/iframe-field/payment-methods/action-add.d.ts +1 -1
  55. package/types/apm/qr-code-payments/components/redirect-action-handler.d.ts +0 -1
  56. package/types/apm/qr-code-payments/constants.d.ts +0 -1
  57. package/types/apm/qr-code-payments/enums.d.ts +0 -10
  58. package/types/internal/gateways/gp-api/get-qr-code-payment-methods.d.ts +0 -3
  59. package/types/internal/lib/styles/apple-pay/default.d.ts +0 -12
  60. package/types/internal/lib/styles/apple-pay/gp-default.d.ts +0 -12
  61. package/types/internal/lib/styles/apple-pay/simple.d.ts +0 -12
  62. package/types/internal/lib/styles/google-pay/default.d.ts +0 -7
  63. package/types/internal/lib/styles/google-pay/gp-default.d.ts +0 -7
  64. package/types/internal/lib/styles/google-pay/simple.d.ts +0 -7
  65. package/types/internal/lib/styles/qr-code-payments/common.d.ts +0 -151
  66. package/types/ui/iframe-field/action-accumulate-installment-data.d.ts +0 -3
  67. package/types/ui/iframe-field/action-add-apple-pay.d.ts +0 -2
  68. package/types/ui/iframe-field/action-add-click-to-pay.d.ts +0 -2
  69. package/types/ui/iframe-field/action-add-google-pay.d.ts +0 -2
  70. package/types/ui/iframe-field/action-add-installments.d.ts +0 -3
  71. package/types/ui/iframe-field/action-add-open-banking.d.ts +0 -2
  72. package/types/ui/iframe-field/action-add-qr-code-payment-methods.d.ts +0 -3
  73. package/types/ui/iframe-field/action-card-request-installments.d.ts +0 -6
  74. package/types/ui/iframe-field/action-qr-code-payment-methods-request-start.d.ts +0 -6
  75. package/types/ui/iframe-field/action-request-installment-data.d.ts +0 -3
  76. package/types/ui/iframe-field/open-banking/action-add.d.ts +0 -2
@@ -140,8 +140,12 @@ declare const _default: (assetBaseUrl: string) => {
140
140
  "flex-direction": string;
141
141
  "align-items": string;
142
142
  };
143
+ ".secure-payment-form .blik-button-wrapper": {
144
+ display: string;
145
+ "flex-direction": string;
146
+ "align-items": string;
147
+ };
143
148
  ".secure-payment-form .open-banking-button::before": {
144
- content: string;
145
149
  width: string;
146
150
  height: string;
147
151
  position: string;
@@ -150,7 +154,6 @@ declare const _default: (assetBaseUrl: string) => {
150
154
  };
151
155
  ".secure-payment-form .open-banking-button": {
152
156
  position: string;
153
- background: string;
154
157
  color: string;
155
158
  height: string;
156
159
  width: string;
@@ -158,20 +161,42 @@ declare const _default: (assetBaseUrl: string) => {
158
161
  border: string;
159
162
  margin: string;
160
163
  cursor: string;
161
- "-webkit-box-shadow": string;
162
- "-moz-box-shadow": string;
163
- "box-shadow": string;
164
164
  };
165
165
  ".secure-payment-form .open-banking-button:hover": {
166
166
  "border-color": string;
167
- "-webkit-box-shadow": string;
168
- "-moz-box-shadow": string;
169
- "box-shadow": string;
167
+ "background-color": string;
170
168
  };
171
169
  ".secure-payment-form .open-banking-button:focus": {
172
170
  outline: string;
173
171
  "outline-offset": string;
174
172
  };
173
+ ".secure-payment-form .blik-button": {
174
+ position: string;
175
+ background: string;
176
+ color: string;
177
+ height: string;
178
+ width: string;
179
+ "border-radius": string;
180
+ border: string;
181
+ margin: string;
182
+ cursor: string;
183
+ };
184
+ ".secure-payment-form .blik-button:hover": {
185
+ "border-color": string;
186
+ "background-color": string;
187
+ };
188
+ ".secure-payment-form .blik-button:focus": {
189
+ outline: string;
190
+ "outline-offset": string;
191
+ };
192
+ ".secure-payment-form .blik-button::before": {
193
+ content: string;
194
+ width: string;
195
+ height: string;
196
+ position: string;
197
+ top: string;
198
+ right: string;
199
+ };
175
200
  ".secure-payment-form .link-button": {
176
201
  display: string;
177
202
  "flex-direction": string;
@@ -4,8 +4,12 @@ declare const styles: (assetBaseUrl: string) => {
4
4
  "flex-direction": string;
5
5
  "align-items": string;
6
6
  };
7
+ ".secure-payment-form .blik-button-wrapper": {
8
+ display: string;
9
+ "flex-direction": string;
10
+ "align-items": string;
11
+ };
7
12
  ".secure-payment-form .open-banking-button::before": {
8
- content: string;
9
13
  width: string;
10
14
  height: string;
11
15
  position: string;
@@ -14,7 +18,6 @@ declare const styles: (assetBaseUrl: string) => {
14
18
  };
15
19
  ".secure-payment-form .open-banking-button": {
16
20
  position: string;
17
- background: string;
18
21
  color: string;
19
22
  height: string;
20
23
  width: string;
@@ -22,19 +25,41 @@ declare const styles: (assetBaseUrl: string) => {
22
25
  border: string;
23
26
  margin: string;
24
27
  cursor: string;
25
- "-webkit-box-shadow": string;
26
- "-moz-box-shadow": string;
27
- "box-shadow": string;
28
28
  };
29
29
  ".secure-payment-form .open-banking-button:hover": {
30
30
  "border-color": string;
31
- "-webkit-box-shadow": string;
32
- "-moz-box-shadow": string;
33
- "box-shadow": string;
31
+ "background-color": string;
34
32
  };
35
33
  ".secure-payment-form .open-banking-button:focus": {
36
34
  outline: string;
37
35
  "outline-offset": string;
38
36
  };
37
+ ".secure-payment-form .blik-button": {
38
+ position: string;
39
+ background: string;
40
+ color: string;
41
+ height: string;
42
+ width: string;
43
+ "border-radius": string;
44
+ border: string;
45
+ margin: string;
46
+ cursor: string;
47
+ };
48
+ ".secure-payment-form .blik-button:hover": {
49
+ "border-color": string;
50
+ "background-color": string;
51
+ };
52
+ ".secure-payment-form .blik-button:focus": {
53
+ outline: string;
54
+ "outline-offset": string;
55
+ };
56
+ ".secure-payment-form .blik-button::before": {
57
+ content: string;
58
+ width: string;
59
+ height: string;
60
+ position: string;
61
+ top: string;
62
+ right: string;
63
+ };
39
64
  };
40
65
  export default styles;
@@ -152,6 +152,71 @@ export declare const fieldStyles: (assetBaseUrl: string) => {
152
152
  };
153
153
  };
154
154
  export declare const parentStyles: (assetBaseUrl: string) => {
155
+ ".bank-selection-wrapper": {
156
+ background: string;
157
+ padding: string;
158
+ };
159
+ ".bank-selection": {
160
+ display: string;
161
+ "align-items": string;
162
+ "flex-flow": string;
163
+ "margin-bottom": string;
164
+ };
165
+ ".bank-selecction-option": {
166
+ width: string;
167
+ height: string;
168
+ cursor: string;
169
+ display: string;
170
+ "align-items": string;
171
+ "justify-content": string;
172
+ "box-shadow": string;
173
+ "margin-right": string;
174
+ "margin-left": string;
175
+ "margin-top": string;
176
+ background: string;
177
+ "border-radius": string;
178
+ "flex-direction": string;
179
+ };
180
+ ".bank-selecction-option::before": {
181
+ content: string;
182
+ width: string;
183
+ height: string;
184
+ position: string;
185
+ "margin-left": string;
186
+ };
187
+ ".bank-selecction-option:hover": {
188
+ border: string;
189
+ };
190
+ ".bank-selecction-option:active": {
191
+ background: string;
192
+ border: string;
193
+ };
194
+ ".qr-code-button": {
195
+ background: string;
196
+ };
197
+ ".title-text": {
198
+ color: string;
199
+ "font-size": string;
200
+ "font-weight": string;
201
+ "line-height": string;
202
+ "font-family": string;
203
+ };
204
+ ".order-information"?: {
205
+ display: string;
206
+ "flex-direction": string;
207
+ "align-items": string;
208
+ "font-family": string;
209
+ };
210
+ ".title-field"?: {
211
+ "font-weight": string;
212
+ "line-height": string;
213
+ "font-size": string;
214
+ };
215
+ ".order-information-field"?: {
216
+ "line-height": string;
217
+ "font-size": string;
218
+ "font-weight": string;
219
+ };
155
220
  ".secure-payment-form .credit-card-currency-conversion legend"?: {
156
221
  "font-family": string;
157
222
  color: string;
@@ -352,6 +417,19 @@ export declare const parentStyles: (assetBaseUrl: string) => {
352
417
  right: string;
353
418
  };
354
419
  };
420
+ "@media(max-width: 340px)"?: {
421
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
422
+ "flex-flow": string;
423
+ };
424
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
425
+ width: string;
426
+ "margin-bottom": string;
427
+ "margin-right": string;
428
+ };
429
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
430
+ "margin-bottom": string;
431
+ };
432
+ };
355
433
  ".secure-payment-form .credit-card-qr-code-payments"?: {
356
434
  "font-family": string;
357
435
  };
@@ -253,9 +253,98 @@ declare const fieldStyles: (assetBaseUrl: string, themePreset?: IThemePreset | u
253
253
  "--hppfooter-tablet": string;
254
254
  "--hppfooter-mobile": string;
255
255
  "--dropin-ui-button-primary-icon": string;
256
+ "--dropInUI-orderSummary-itemMerchant-fontFamily": string;
257
+ "--dropInUI-orderSummary-itemMerchant-font-size-text": string;
258
+ "--dropInUI-orderSummary-itemMerchant-font-weight-text": string | undefined;
259
+ "--dropInUI-orderSummary-itemMerchant-line-height": string;
260
+ "--dropInUI-orderSummary-itemOrderID-font-size-text": string;
261
+ "--dropInUI-orderSummary-itemOrderID-font-weight-text": string;
262
+ "--payWithBank-label-fontFamily": string;
263
+ "--payWithBank-size-text-label": string;
264
+ "--payWithBank-font-weight-text-label": string;
265
+ "--payWithBank-color-label": string;
266
+ "--payWithBank-button-color-icon-redirect-default": string;
267
+ "--payWithBank-button-color-border-hover": string;
268
+ "--payWithBank-button-weight-border-hover": string;
269
+ "--payWithBank-button-weight-focus-indicator": string;
270
+ "--payWithBank-button-color-background-default": string;
271
+ "--payWithBank-button-color-background-hover": string;
272
+ "--payWithBank-button-color-background-focus": string;
273
+ "--payWithBank-button-color-background-pressed": string;
274
+ "--payWithBank-button-border-radius": string;
275
+ "--payWithBank-QRbutton-color-border-hover": string;
276
+ "--payWithBank-QRbutton-weight-border-hover": string;
277
+ "--payWithBank-QRbutton-weight-focus-indicator": string;
278
+ "--payWithBank-QRbutton-color-background-default": string;
279
+ "--payWithBank-QRbutton-color-background-hover": string;
256
280
  };
257
281
  };
258
282
  declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset | undefined) => {
283
+ ".bank-selection-wrapper": {
284
+ background: string;
285
+ padding: string;
286
+ };
287
+ ".bank-selection": {
288
+ display: string;
289
+ "align-items": string;
290
+ "flex-flow": string;
291
+ "margin-bottom": string;
292
+ };
293
+ ".bank-selecction-option": {
294
+ width: string;
295
+ height: string;
296
+ cursor: string;
297
+ display: string;
298
+ "align-items": string;
299
+ "justify-content": string;
300
+ "box-shadow": string;
301
+ "margin-right": string;
302
+ "margin-left": string;
303
+ "margin-top": string;
304
+ background: string;
305
+ "border-radius": string;
306
+ "flex-direction": string;
307
+ };
308
+ ".bank-selecction-option::before": {
309
+ content: string;
310
+ width: string;
311
+ height: string;
312
+ position: string;
313
+ "margin-left": string;
314
+ };
315
+ ".bank-selecction-option:hover": {
316
+ border: string;
317
+ };
318
+ ".bank-selecction-option:active": {
319
+ background: string;
320
+ border: string;
321
+ };
322
+ ".qr-code-button": {
323
+ background: string;
324
+ };
325
+ ".title-text": {
326
+ color: string;
327
+ "font-size": string;
328
+ "font-weight": string;
329
+ "line-height": string;
330
+ "font-family": string;
331
+ };
332
+ ".order-information": {
333
+ display: string;
334
+ "flex-direction": string;
335
+ "align-items": string;
336
+ "font-family": string;
337
+ };
338
+ ".title-field": {
339
+ "font-weight": string;
340
+ "line-height": string;
341
+ "font-size": string;
342
+ };
343
+ ".order-information-field": {
344
+ "line-height": string;
345
+ "font-size": string;
346
+ "font-weight": string;
347
+ };
259
348
  ".secure-payment-form .credit-card-qr-code-payments"?: {
260
349
  "font-family": string;
261
350
  };
@@ -397,8 +486,12 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
397
486
  "flex-direction": string;
398
487
  "align-items": string;
399
488
  };
489
+ ".secure-payment-form .blik-button-wrapper": {
490
+ display: string;
491
+ "flex-direction": string;
492
+ "align-items": string;
493
+ };
400
494
  ".secure-payment-form .open-banking-button::before": {
401
- content: string;
402
495
  width: string;
403
496
  height: string;
404
497
  position: string;
@@ -407,7 +500,6 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
407
500
  };
408
501
  ".secure-payment-form .open-banking-button": {
409
502
  position: string;
410
- background: string;
411
503
  color: string;
412
504
  height: string;
413
505
  width: string;
@@ -415,20 +507,42 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
415
507
  border: string;
416
508
  margin: string;
417
509
  cursor: string;
418
- "-webkit-box-shadow": string;
419
- "-moz-box-shadow": string;
420
- "box-shadow": string;
421
510
  };
422
511
  ".secure-payment-form .open-banking-button:hover": {
423
512
  "border-color": string;
424
- "-webkit-box-shadow": string;
425
- "-moz-box-shadow": string;
426
- "box-shadow": string;
513
+ "background-color": string;
427
514
  };
428
515
  ".secure-payment-form .open-banking-button:focus": {
429
516
  outline: string;
430
517
  "outline-offset": string;
431
518
  };
519
+ ".secure-payment-form .blik-button": {
520
+ position: string;
521
+ background: string;
522
+ color: string;
523
+ height: string;
524
+ width: string;
525
+ "border-radius": string;
526
+ border: string;
527
+ margin: string;
528
+ cursor: string;
529
+ };
530
+ ".secure-payment-form .blik-button:hover": {
531
+ "border-color": string;
532
+ "background-color": string;
533
+ };
534
+ ".secure-payment-form .blik-button:focus": {
535
+ outline: string;
536
+ "outline-offset": string;
537
+ };
538
+ ".secure-payment-form .blik-button::before": {
539
+ content: string;
540
+ width: string;
541
+ height: string;
542
+ position: string;
543
+ top: string;
544
+ right: string;
545
+ };
432
546
  ".secure-payment-form .link-button": {
433
547
  display: string;
434
548
  "flex-direction": string;
@@ -665,6 +779,19 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
665
779
  right: string;
666
780
  };
667
781
  };
782
+ "@media(max-width: 340px)"?: {
783
+ ".secure-payment-form .credit-card-currency-conversion fieldset": {
784
+ "flex-flow": string;
785
+ };
786
+ ".secure-payment-form .credit-card-currency-conversion .radio-button": {
787
+ width: string;
788
+ "margin-bottom": string;
789
+ "margin-right": string;
790
+ };
791
+ ".secure-payment-form .credit-card-currency-conversion .radio-button:last-child": {
792
+ "margin-bottom": string;
793
+ };
794
+ };
668
795
  ".secure-payment-form .hf-cvv-tooltip-invalid"?: {
669
796
  border: string;
670
797
  "border-left": string;
@@ -1684,6 +1811,30 @@ declare const parentStyles: (assetBaseUrl: string, themePreset?: IThemePreset |
1684
1811
  "--hppfooter-tablet": string;
1685
1812
  "--hppfooter-mobile": string;
1686
1813
  "--dropin-ui-button-primary-icon": string;
1814
+ "--dropInUI-orderSummary-itemMerchant-fontFamily": string;
1815
+ "--dropInUI-orderSummary-itemMerchant-font-size-text": string;
1816
+ "--dropInUI-orderSummary-itemMerchant-font-weight-text": string | undefined;
1817
+ "--dropInUI-orderSummary-itemMerchant-line-height": string;
1818
+ "--dropInUI-orderSummary-itemOrderID-font-size-text": string;
1819
+ "--dropInUI-orderSummary-itemOrderID-font-weight-text": string;
1820
+ "--payWithBank-label-fontFamily": string;
1821
+ "--payWithBank-size-text-label": string;
1822
+ "--payWithBank-font-weight-text-label": string;
1823
+ "--payWithBank-color-label": string;
1824
+ "--payWithBank-button-color-icon-redirect-default": string;
1825
+ "--payWithBank-button-color-border-hover": string;
1826
+ "--payWithBank-button-weight-border-hover": string;
1827
+ "--payWithBank-button-weight-focus-indicator": string;
1828
+ "--payWithBank-button-color-background-default": string;
1829
+ "--payWithBank-button-color-background-hover": string;
1830
+ "--payWithBank-button-color-background-focus": string;
1831
+ "--payWithBank-button-color-background-pressed": string;
1832
+ "--payWithBank-button-border-radius": string;
1833
+ "--payWithBank-QRbutton-color-border-hover": string;
1834
+ "--payWithBank-QRbutton-weight-border-hover": string;
1835
+ "--payWithBank-QRbutton-weight-focus-indicator": string;
1836
+ "--payWithBank-QRbutton-color-background-default": string;
1837
+ "--payWithBank-QRbutton-color-background-hover": string;
1687
1838
  };
1688
1839
  };
1689
1840
  export declare const getBaseThemeStyles: (assetBaseUrl: string, themePreset?: IThemePreset | undefined) => {
@@ -94,5 +94,29 @@ export declare const getBaseTokenDefinitions: (assetBaseUrl: string, themePreset
94
94
  "--hppfooter-tablet": string;
95
95
  "--hppfooter-mobile": string;
96
96
  "--dropin-ui-button-primary-icon": string;
97
+ "--dropInUI-orderSummary-itemMerchant-fontFamily": string;
98
+ "--dropInUI-orderSummary-itemMerchant-font-size-text": string;
99
+ "--dropInUI-orderSummary-itemMerchant-font-weight-text": string | undefined;
100
+ "--dropInUI-orderSummary-itemMerchant-line-height": string;
101
+ "--dropInUI-orderSummary-itemOrderID-font-size-text": string;
102
+ "--dropInUI-orderSummary-itemOrderID-font-weight-text": string;
103
+ "--payWithBank-label-fontFamily": string;
104
+ "--payWithBank-size-text-label": string;
105
+ "--payWithBank-font-weight-text-label": string;
106
+ "--payWithBank-color-label": string;
107
+ "--payWithBank-button-color-icon-redirect-default": string;
108
+ "--payWithBank-button-color-border-hover": string;
109
+ "--payWithBank-button-weight-border-hover": string;
110
+ "--payWithBank-button-weight-focus-indicator": string;
111
+ "--payWithBank-button-color-background-default": string;
112
+ "--payWithBank-button-color-background-hover": string;
113
+ "--payWithBank-button-color-background-focus": string;
114
+ "--payWithBank-button-color-background-pressed": string;
115
+ "--payWithBank-button-border-radius": string;
116
+ "--payWithBank-QRbutton-color-border-hover": string;
117
+ "--payWithBank-QRbutton-weight-border-hover": string;
118
+ "--payWithBank-QRbutton-weight-focus-indicator": string;
119
+ "--payWithBank-QRbutton-color-background-default": string;
120
+ "--payWithBank-QRbutton-color-background-hover": string;
97
121
  };
98
122
  };
@@ -31,6 +31,13 @@ export interface IThemePreset {
31
31
  radius: {
32
32
  general: string;
33
33
  curve: string;
34
+ sm: string;
35
+ };
36
+ borderWidth: {
37
+ 0: string;
38
+ 1: string;
39
+ 2: string;
40
+ 3: string;
34
41
  };
35
42
  };
36
43
  images: {
@@ -53,6 +60,10 @@ export interface IThemePresetGeneralColors {
53
60
  neutralWhite: string;
54
61
  coolGrey61: string;
55
62
  coolGrey76: string;
63
+ cool_grey_39: string;
64
+ cool_grey_base: string;
65
+ cool_grey_95: string;
66
+ azure_95: string;
56
67
  }
57
68
  export interface IThemePresetBodyPaddings {
58
69
  top: string;
@@ -67,12 +78,15 @@ export interface IThemePresetFontFamily {
67
78
  fontFormat?: string;
68
79
  fontWeightMedium: string;
69
80
  fontWeightRegular: string;
81
+ fontWeightBold?: string;
70
82
  };
71
83
  sizes: {
72
84
  buttonPrimary: string;
73
85
  bodyBase: string;
74
86
  small1: string;
75
87
  small2: string;
88
+ xl: string;
89
+ sm: string;
76
90
  };
77
91
  lineHeights: {
78
92
  small1: string;
@@ -49,10 +49,24 @@ declare const cs: {
49
49
  text: string;
50
50
  };
51
51
  "other-cards-label": string;
52
+ QR: {
53
+ button: {
54
+ text: string;
55
+ "aria-label": string;
56
+ };
57
+ };
52
58
  apms: {
53
59
  button: {
54
60
  getAriaLabel: (paymentMethod: string) => string;
61
+ getImageUrl: (assetBaseUrl: string) => string;
55
62
  };
56
63
  };
64
+ orderInformation: {
65
+ amount: string;
66
+ orderReference: string;
67
+ };
68
+ bankSelection: {
69
+ pleaseSelectYourPreferredBank: string;
70
+ };
57
71
  };
58
72
  export default cs;
@@ -49,10 +49,23 @@ declare const de: {
49
49
  text: string;
50
50
  };
51
51
  "other-cards-label": string;
52
+ QR: {
53
+ button: {
54
+ text: string;
55
+ "aria-label": string;
56
+ };
57
+ };
52
58
  apms: {
53
59
  button: {
54
60
  getAriaLabel: (paymentMethod: string) => string;
55
61
  };
56
62
  };
63
+ orderInformation: {
64
+ amount: string;
65
+ orderReference: string;
66
+ };
67
+ bankSelection: {
68
+ pleaseSelectYourPreferredBank: string;
69
+ };
57
70
  };
58
71
  export default de;
@@ -49,10 +49,23 @@ declare const el: {
49
49
  text: string;
50
50
  };
51
51
  "other-cards-label": string;
52
+ QR: {
53
+ button: {
54
+ text: string;
55
+ "aria-label": string;
56
+ };
57
+ };
52
58
  apms: {
53
59
  button: {
54
60
  getAriaLabel: (paymentMethod: string) => string;
55
61
  };
56
62
  };
63
+ orderInformation: {
64
+ amount: string;
65
+ orderReference: string;
66
+ };
67
+ bankSelection: {
68
+ pleaseSelectYourPreferredBank: string;
69
+ };
57
70
  };
58
71
  export default el;
@@ -83,6 +83,7 @@ declare const en: {
83
83
  button: {
84
84
  getAriaLabel: (paymentMethod: string) => string;
85
85
  };
86
+ redirectToBank: string;
86
87
  };
87
88
  dcc: {
88
89
  label: string;
@@ -96,5 +97,12 @@ declare const en: {
96
97
  "aria-label": string;
97
98
  };
98
99
  };
100
+ orderInformation: {
101
+ amount: string;
102
+ orderReference: string;
103
+ };
104
+ bankSelection: {
105
+ pleaseSelectYourPreferredBank: string;
106
+ };
99
107
  };
100
108
  export default en;
@@ -63,5 +63,12 @@ declare const es: {
63
63
  getAriaLabel: (paymentMethod: string) => string;
64
64
  };
65
65
  };
66
+ orderInformation: {
67
+ amount: string;
68
+ orderReference: string;
69
+ };
70
+ bankSelection: {
71
+ pleaseSelectYourPreferredBank: string;
72
+ };
66
73
  };
67
74
  export default es;
@@ -49,10 +49,23 @@ declare const fr: {
49
49
  text: string;
50
50
  };
51
51
  "other-cards-label": string;
52
+ QR: {
53
+ button: {
54
+ text: string;
55
+ "aria-label": string;
56
+ };
57
+ };
52
58
  apms: {
53
59
  button: {
54
60
  getAriaLabel: (paymentMethod: string) => string;
55
61
  };
56
62
  };
63
+ orderInformation: {
64
+ amount: string;
65
+ orderReference: string;
66
+ };
67
+ bankSelection: {
68
+ pleaseSelectYourPreferredBank: string;
69
+ };
57
70
  };
58
71
  export default fr;
@@ -49,10 +49,23 @@ declare const hr: {
49
49
  text: string;
50
50
  };
51
51
  "other-cards-label": string;
52
+ QR: {
53
+ button: {
54
+ text: string;
55
+ "aria-label": string;
56
+ };
57
+ };
52
58
  apms: {
53
59
  button: {
54
60
  getAriaLabel: (paymentMethod: string) => string;
55
61
  };
56
62
  };
63
+ orderInformation: {
64
+ amount: string;
65
+ orderReference: string;
66
+ };
67
+ bankSelection: {
68
+ pleaseSelectYourPreferredBank: string;
69
+ };
57
70
  };
58
71
  export default hr;