@adyen/kyc-components 2.45.2 → 2.46.0

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 (78) hide show
  1. package/dist/es/adyen-kyc-components.es.js +3131 -1054
  2. package/dist/style.css +285 -508
  3. package/dist/types/components/AdditionalInformation/component/AdditionalInformationComponent.d.ts +6 -0
  4. package/dist/types/components/AdditionalInformation/index.d.ts +1 -0
  5. package/dist/types/components/AdditionalInformation/types.d.ts +18 -0
  6. package/dist/types/components/BasicInformation/component/BasicInformationComponent.d.ts +6 -0
  7. package/dist/types/components/BasicInformation/index.d.ts +1 -0
  8. package/dist/types/components/BasicInformation/types.d.ts +23 -0
  9. package/dist/types/components/BusinessDetails/forms.d.ts +47 -23
  10. package/dist/types/components/BusinessDetails/types.d.ts +2 -1
  11. package/dist/types/components/Company/component/CompanyComponent.d.ts +1 -1
  12. package/dist/types/components/Company/rules.d.ts +1 -1
  13. package/dist/types/components/Dropins/BusinessDetailsDropin/components/BusinessDetailsDropinComponent.d.ts +1 -1
  14. package/dist/types/components/Dropins/BusinessDetailsDropin/types.d.ts +2 -0
  15. package/dist/types/components/Dropins/HighExposureDropin/components/AdditionalFieldsForHighExposureCompany.d.ts +1 -1
  16. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureBusinessInformation.d.ts +3 -0
  17. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureDropinComponent.d.ts +0 -1
  18. package/dist/types/components/Dropins/HighExposureDropin/types.d.ts +15 -0
  19. package/dist/types/components/Individual/validators.d.ts +13 -0
  20. package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +1 -0
  21. package/dist/types/components/SingpassBanner/index.d.ts +2 -0
  22. package/dist/types/components/SingpassSelection/index.d.ts +1 -0
  23. package/dist/types/components/SingpassSelection/types.d.ts +4 -0
  24. package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +1 -1
  25. package/dist/types/components/internal/Address/utils.d.ts +2 -2
  26. package/dist/types/components/internal/BusinessNameField/BusinessNameField.d.ts +3 -0
  27. package/dist/types/components/internal/BusinessNameField/fieldConfig.d.ts +3 -0
  28. package/dist/types/components/internal/BusinessNameField/index.d.ts +1 -0
  29. package/dist/types/components/internal/BusinessNameField/types.d.ts +5 -0
  30. package/dist/types/components/internal/BusinessRegistrationNumber/fieldConfig.d.ts +2 -0
  31. package/dist/types/components/internal/BusinessRegistrationNumberField/BusinessRegistrationNumberField.d.ts +2 -2
  32. package/dist/types/components/internal/BusinessRegistrationNumberField/index.d.ts +0 -1
  33. package/dist/types/components/internal/Button/Button.d.ts +1 -1
  34. package/dist/types/components/internal/Button/types.d.ts +1 -6
  35. package/dist/types/components/internal/DBANameField/DBANameField.d.ts +4 -0
  36. package/dist/types/components/internal/DBANameField/fieldConfig.d.ts +3 -0
  37. package/dist/types/components/internal/DBANameField/index.d.ts +1 -0
  38. package/dist/types/components/internal/DBANameField/types.d.ts +6 -0
  39. package/dist/types/components/internal/Divider/Divider.d.ts +2 -0
  40. package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
  41. package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +1 -1
  42. package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +1 -0
  43. package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +9 -2
  44. package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +1 -1
  45. package/dist/types/components/internal/LegalFormField/LegalFormField.d.ts +3 -0
  46. package/dist/types/components/internal/LegalFormField/index.d.ts +1 -0
  47. package/dist/types/components/internal/LegalFormField/types.d.ts +8 -0
  48. package/dist/types/components/internal/NaceCodeField/NaceCodeField.d.ts +3 -0
  49. package/dist/types/components/internal/NaceCodeField/index.d.ts +1 -0
  50. package/dist/types/components/internal/NaceCodeField/types.d.ts +5 -0
  51. package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
  52. package/dist/types/components/internal/StateField/fieldConfig.d.ts +9 -0
  53. package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
  54. package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
  55. package/dist/types/components/internal/StockTickerSymbol/StockTickerSymbolField.d.ts +1 -1
  56. package/dist/types/components/internal/TaxId/fieldConfig.d.ts +2 -2
  57. package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +1 -1
  58. package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -0
  59. package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
  60. package/dist/types/components/internal/Toast/types.d.ts +2 -5
  61. package/dist/types/components/internal/VatNumberField/VatNumberField.d.ts +1 -1
  62. package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +3 -0
  63. package/dist/types/core/Context/ExperimentContext/types.d.ts +3 -1
  64. package/dist/types/core/Services/componentApi/get-legal-forms.d.ts +3 -0
  65. package/dist/types/core/Services/componentApi/get-nace-codes.d.ts +2 -0
  66. package/dist/types/core/hooks/useFormComposer.d.ts +2 -0
  67. package/dist/types/core/hooks/useHideButton.d.ts +2 -0
  68. package/dist/types/core/models/api/phone.d.ts +0 -1
  69. package/dist/types/core/process-field-configurations.d.ts +1 -1
  70. package/dist/types/utils/mapping/businessDetails/mapLegalEntityToBusinessDetailsSchema.d.ts +2 -1
  71. package/dist/types/utils/mapping/componentApiMapping.d.ts +10 -9
  72. package/dist/types/utils/masking/masks/businessRegistrationNumberMasks.d.ts +213 -0
  73. package/dist/types/utils/perState.d.ts +8 -0
  74. package/dist/types/utils/regex/businessRegistrationNumberPatterns.d.ts +54 -0
  75. package/dist/types/utils/verification/helpers/verify-id-number-helper.d.ts +8 -3
  76. package/dist/types/utils/verification/verificationUtils.d.ts +14 -4
  77. package/package.json +1 -1
  78. package/dist/types/core/models/id-verification-status.d.ts +0 -7
package/dist/style.css CHANGED
@@ -42,15 +42,11 @@
42
42
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
43
43
  }
44
44
  .adyen-kyc-summary-section {
45
- border-bottom: 1px solid #f3f6f9;
46
45
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
47
46
  }
48
47
  .adyen-layout-lg .adyen-kyc-summary-section {
49
48
  padding-left: var(--adyen-sdk-spacer-120, 48px);
50
49
  }
51
- .adyen-kyc-summary-section:last-of-type {
52
- border-bottom-style: none;
53
- }
54
50
  .adyen-kyc-summary-section__header {
55
51
  display: flex;
56
52
  align-items: baseline;
@@ -65,10 +61,6 @@
65
61
  padding: var(--adyen-sdk-spacer-000, 0px);
66
62
  margin: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-090, 24px);
67
63
  }
68
- .adyen-kyc-summary-section__edit-button {
69
- color: #06f;
70
- font-size: 16px;
71
- }
72
64
  .adyen-kyc-summary-section__field {
73
65
  display: flex;
74
66
  font-size: 15px;
@@ -85,7 +77,7 @@
85
77
  flex: 1;
86
78
  }
87
79
  .adyen-kyc-summary-section__label {
88
- color: #69778c;
80
+ color: var(--adyen-sdk-color-label-secondary, #5c687c);
89
81
  }
90
82
  .adyen-kyc-summary-section__data {
91
83
  margin: var(--adyen-sdk-spacer-000, 0px);
@@ -123,37 +115,8 @@
123
115
  /* stylelint-disable-line scss/dollar-variable-pattern */
124
116
  /* stylelint-disable-line scss/dollar-variable-pattern */
125
117
  /* stylelint-disable-line scss/dollar-variable-pattern */
126
- /* Reset */
127
- /* Regular - Fonts */
128
- /* Shared - Styles */
129
- /* Shared - Colors */
130
- /* Small - Styles */
131
- /* Small - Fonts */
132
- /* State */
133
- /* Shadow */
134
- /* Motion */
135
- /* Loader */
136
- /* Circle */
137
- /* Label Hover box */
138
- /* Utility mixins */
139
118
  /* Base button */
140
- /* ADL Buttons */
141
- /* Secondary */
142
- /* Tertiary */
143
- /* Ghost */
144
- /* Loading button */
145
- /* Colors */
146
- /* Colors - Positive */
147
- /* Colors - Negative */
148
- /* Disabled */
149
- /* stylelint-disable scss/operator-no-newline-after */
150
- /* Small */
151
- /* stylelint-enable scss/operator-no-newline-after */
152
- /* Block */
153
- /* With Icons */
154
- /* Icon Only */
155
- /* Button circle */
156
- /* stylelint-disable declaration-block-no-duplicate-properties, no-duplicate-selectors */
119
+ /* base/primary */
157
120
  .adyen-kyc-button {
158
121
  color: #00112c;
159
122
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -164,28 +127,28 @@
164
127
  line-height: 1.4;
165
128
  align-items: center;
166
129
  background: none;
167
- border: 0;
130
+ border: none;
168
131
  cursor: pointer;
169
132
  display: inline-flex;
170
133
  justify-content: center;
171
- line-height: 1;
172
- margin: var(--adyen-sdk-spacer-000, 0px);
173
- padding: var(--adyen-sdk-spacer-000, 0px);
134
+ line-height: 1.4;
135
+ margin: 0;
174
136
  outline: none;
137
+ padding: 0;
175
138
  text-decoration: none;
176
139
  user-select: none;
177
140
  vertical-align: baseline;
178
141
  white-space: nowrap;
179
- background-color: #00112c;
180
- border-radius: 6px;
181
- color: #fff;
182
- font-size: 15px;
142
+ gap: var(--adyen-sdk-spacer-040, 8px);
143
+ background-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
144
+ border-radius: var(--adyen-sdk-border-radius-m, 8px);
145
+ color: var(--adyen-sdk-color-label-inverse-primary, #ffffff);
146
+ font-size: 14px;
183
147
  font-weight: 600;
184
- height: 40px;
185
- padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-070, 16px);
148
+ height: fit-content;
149
+ padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-060, 12px);
186
150
  position: relative;
187
- transition: 125ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
188
- transition-property: background-color, color, opacity, box-shadow;
151
+ transition-property: color, background-color, box-shadow;
189
152
  }
190
153
  .adyen-kyc-button *,
191
154
  .adyen-kyc-button *::before,
@@ -193,148 +156,60 @@
193
156
  box-sizing: border-box;
194
157
  }
195
158
  .adyen-kyc-button::-moz-focus-inner {
196
- border: 0;
197
- padding: var(--adyen-sdk-spacer-000, 0px);
198
- }
199
- .adyen-kyc-button .adyen-kyc-icon {
200
- vertical-align: middle;
159
+ border: none;
160
+ padding: 0;
201
161
  }
202
162
  .adyen-kyc-button:hover {
203
- background-color: #14243d;
204
- }
205
- .adyen-kyc-button:focus::after {
206
- border-radius: inherit;
207
- inset: 0;
208
- content: " ";
209
- position: absolute;
210
- transition: 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
211
- transition-property: box-shadow;
212
- }
213
- .adyen-kyc-button:focus:focus:not(:active)::after {
214
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 102, 255, 0.4);
215
- z-index: 1;
216
- }
217
- .adyen-kyc-button:active {
218
- background-color: #00112c;
219
- }
220
- .adyen-kyc-button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost) {
221
- box-shadow: 0 1px 1px rgba(0, 17, 44, 0.12), 0 3px 6px rgba(0, 17, 44, 0.14);
222
- }
223
- .adyen-kyc-button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost):hover {
224
- background-color: #394962;
225
- box-shadow: 0 1px 2px rgba(0, 17, 44, 0.12), 0 4px 7px 1px rgba(0, 17, 44, 0.14);
163
+ background-color: var(--adyen-sdk-color-background-inverse-primary-hover, #5c687c);
164
+ color: var(--adyen-sdk-color-label-inverse-primary, #ffffff);
226
165
  }
227
166
 
167
+ /* secondary */
228
168
  .adyen-kyc-button--secondary {
229
- background-color: #fff;
230
- box-shadow: inset 0 0 0 1px #dce0e5;
231
- color: #394962;
169
+ background-color: var(--adyen-sdk-color-background-primary, #ffffff);
170
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
171
+ border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-secondary, #c9cdd3);
172
+ color: var(--adyen-sdk-color-label-primary, #00112c);
232
173
  }
233
174
  .adyen-kyc-button--secondary:hover {
234
- background-color: #fff;
235
- box-shadow: inset 0 0 0 1px #dce0e5, 0 8px 8px rgba(0, 17, 44, 0.02), 0 2px 4px rgba(0, 17, 44, 0.04);
175
+ background-color: var(--adyen-sdk-color-background-primary-hover, #f7f7f8);
176
+ color: var(--adyen-sdk-color-label-primary-hover, #5c687c);
236
177
  }
237
178
  .adyen-kyc-button--secondary:active {
238
- background-color: #fafafb;
239
- box-shadow: inset 0 0 0 1px #dce0e5;
179
+ background-color: var(--adyen-sdk-color-background-primary-active, #eeeff1);
180
+ color: var(--adyen-sdk-color-label-primary-active, #8d95a3);
240
181
  }
241
182
 
242
183
  .adyen-kyc-button--tertiary {
243
- background-color: #fff;
244
- box-shadow: inset 0 0 0 1px #dce0e5;
245
- color: #00112c;
184
+ color: var(--adyen-sdk-color-label-primary, #00112c);
185
+ background-color: transparent;
186
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
187
+ text-decoration: underline;
246
188
  }
247
189
  .adyen-kyc-button--tertiary:hover {
248
- background-color: #fff;
249
- box-shadow: inset 0 0 0 1px #dce0e5, 0 8px 8px rgba(0, 17, 44, 0.02), 0 2px 4px rgba(0, 17, 44, 0.04);
250
- }
251
- .adyen-kyc-button--tertiary:active {
252
- background-color: #fafafb;
253
- box-shadow: inset 0 0 0 1px #dce0e5;
254
- }
255
-
256
- .adyen-kyc-button--ghost {
190
+ text-decoration: none;
191
+ color: var(--adyen-sdk-color-label-primary-hover, #5c687c);
257
192
  background-color: transparent;
258
- color: #394962;
259
- }
260
- .adyen-kyc-button--ghost:hover {
261
- background-color: #f3f6f9;
262
193
  }
263
- .adyen-kyc-button--ghost:active {
264
- background-color: #eef1f5;
194
+ .adyen-kyc-button--tertiary:active {
195
+ text-decoration: none;
196
+ color: var(--adyen-sdk-color-label-primary-active, #8d95a3);
265
197
  }
266
198
 
267
199
  .adyen-kyc-button--with-loader {
268
200
  overflow: hidden;
269
201
  }
270
202
 
271
- .adyen-kyc-button__loader-container {
272
- height: 20px;
273
- opacity: 0;
274
- overflow: hidden;
275
- transition-duration: 125ms;
276
- transition-property: width, margin-left, opacity;
277
- transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
278
- width: 0;
279
- }
280
- .adyen-kyc-button__loader-container > .adyen-kyc-spinner__wrapper {
281
- margin: var(--adyen-sdk-spacer-000, 0px);
282
- }
283
-
284
203
  .adyen-kyc-button__loader-container--active {
285
- margin-left: var(--adyen-sdk-spacer-050, 10px);
204
+ display: flex;
286
205
  opacity: 1;
287
- width: 20px;
288
- }
289
-
290
- .adyen-kyc-button--positive {
291
- background-color: #0abf53;
292
- color: #fff;
293
- }
294
- .adyen-kyc-button--positive:hover {
295
- background-color: #31c96f;
296
- }
297
- .adyen-kyc-button--positive:active {
298
- background-color: #08a34d;
299
- }
300
- .adyen-kyc-button--positive.adyen-kyc-button--secondary, .adyen-kyc-button--positive.adyen-kyc-button--tertiary {
301
- background-color: #fff;
302
- color: #0abf53;
303
- }
304
- .adyen-kyc-button--positive.adyen-kyc-button--secondary:hover, .adyen-kyc-button--positive.adyen-kyc-button--tertiary:hover {
305
- background-color: #fff;
306
- }
307
- .adyen-kyc-button--positive.adyen-kyc-button--secondary:active, .adyen-kyc-button--positive.adyen-kyc-button--tertiary:active {
308
- background-color: #f5fcf8;
309
- }
310
-
311
- .adyen-kyc-button--negative {
312
- background-color: #e50000;
313
- color: #fff;
314
- }
315
- .adyen-kyc-button--negative:hover {
316
- background-color: #e92929;
317
- }
318
- .adyen-kyc-button--negative:active {
319
- background-color: #c00307;
320
- }
321
- .adyen-kyc-button--negative.adyen-kyc-button--secondary, .adyen-kyc-button--negative.adyen-kyc-button--tertiary {
322
- background-color: #fff;
323
- color: #e50000;
324
- }
325
- .adyen-kyc-button--negative.adyen-kyc-button--secondary:hover, .adyen-kyc-button--negative.adyen-kyc-button--tertiary:hover {
326
- background-color: #fff;
327
- }
328
- .adyen-kyc-button--negative.adyen-kyc-button--secondary:active, .adyen-kyc-button--negative.adyen-kyc-button--tertiary:active {
329
- background-color: #fef5f5;
206
+ margin: -1px 4px;
330
207
  }
331
208
 
332
209
  .adyen-kyc-button--small {
333
- border-radius: 4px;
334
- font-size: 13px;
335
- height: 24px;
336
- min-width: 56px;
337
- padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-060, 12px)-1px;
210
+ border-radius: var(--adyen-sdk-border-radius-m, 8px);
211
+ font-size: var(--adyen-sdk-text-body-font-size, 14px);
212
+ padding: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-050, 10px);
338
213
  }
339
214
 
340
215
  .adyen-kyc-button--block {
@@ -342,119 +217,25 @@
342
217
  min-width: 100%;
343
218
  }
344
219
 
345
- .adyen-kyc-button--icon .adyen-kyc-icon {
346
- margin-left: var(--adyen-sdk-spacer-020, 4px);
347
- margin-right: var(--adyen-sdk-spacer-000, 0px);
348
- }
349
-
350
220
  .adyen-kyc-button--icon-left {
351
221
  flex-direction: row-reverse;
352
222
  }
353
223
  .adyen-kyc-button--icon-left .adyen-kyc-icon {
354
- margin-left: var(--adyen-sdk-spacer-000, 0px);
355
- margin-right: var(--adyen-sdk-spacer-020, 4px);
356
- }
357
-
358
- .adyen-kyc-button--icon-only {
359
- align-items: center;
360
- height: 40px;
361
- width: 40px;
362
- justify-content: center;
363
- min-width: auto;
364
- padding: var(--adyen-sdk-spacer-000, 0px);
365
- }
366
- .adyen-kyc-button--icon-only .adyen-kyc-icon {
367
- display: inline-flex;
368
- margin: var(--adyen-sdk-spacer-000, 0px);
369
- }
370
-
371
- .adyen-kyc-button--icon-small {
372
- font-size: 13px;
373
- height: 24px;
374
- width: 24px;
375
- }
376
- .adyen-kyc-button--icon-small .adyen-kyc-icon {
377
- margin-left: var(--adyen-sdk-spacer-020, 4px);
378
- margin-right: var(--adyen-sdk-spacer-000, 0px);
224
+ margin-left: 0;
379
225
  }
380
226
 
381
- .adyen-kyc-button--circle {
382
- align-items: center;
383
- border-radius: 50%;
384
- height: 40px;
385
- justify-content: center;
386
- min-width: auto;
387
- padding: var(--adyen-sdk-spacer-000, 0px);
388
- width: 40px;
389
- }
390
-
391
- .adyen-kyc-button--circle-small {
392
- align-items: center;
393
- border-radius: 50%;
394
- height: 40px;
395
- justify-content: center;
396
- min-width: auto;
397
- padding: var(--adyen-sdk-spacer-000, 0px);
398
- width: 40px;
399
- font-size: 13px;
400
- height: 24px;
401
- width: 24px;
402
- }
403
- .adyen-kyc-button--circle-small .adyen-kyc-icon {
404
- margin-left: var(--adyen-sdk-spacer-020, 4px);
405
- margin-right: var(--adyen-sdk-spacer-000, 0px);
406
- }
407
-
408
- .adyen-kyc-button--hover-box:hover .adyen-kyc-button__text--hover-box {
409
- display: block;
410
- }
411
-
412
- /*
413
- Repeat selector for disabled cases
414
- Disabled buttons should have the highest priority and importance, so that's why
415
- we are overwriting the styles and repeating the selector
416
- */
417
- .adyen-kyc-button:disabled, .adyen-kyc-button.adyen-kyc-button--disabled {
418
- background-color: #dce0e5;
419
- box-shadow: none;
420
- color: #a5afbd;
227
+ /* Disabled */
228
+ /* stylelint-disable-next-line selector-no-qualifying-type */
229
+ button[disabled] {
421
230
  cursor: not-allowed;
231
+ background-color: var(--adyen-sdk-color-background-disabled, #eeeff1);
232
+ box-shadow: inset 0 0 0 var(--adyen-sdk-border-width-s, 1px) var(--adyen-sdk-color-background-disabled, #eeeff1);
233
+ color: var(--adyen-sdk-color-label-disabled, #8d95a3);
422
234
  }
423
- .adyen-kyc-button.adyen-kyc-button--secondary:disabled, .adyen-kyc-button.adyen-kyc-button--secondary.adyen-kyc-button--disabled, .adyen-kyc-button.adyen-kyc-button--tertiary:disabled, .adyen-kyc-button.adyen-kyc-button--tertiary.adyen-kyc-button--disabled {
424
- background-color: #fff;
425
- box-shadow: inset 0 0 0 1px #dce0e5;
426
- color: #a5afbd;
427
- }
428
-
429
- .adyen-kyc-button__text--hover-box {
430
- background: #20304c;
431
- border-radius: 4px;
432
- color: #fff;
433
- display: none;
434
- font-size: 13px;
435
- padding: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-040, 8px);
436
- position: absolute;
437
- top: 49px;
438
- }
439
- .adyen-kyc-button__text--hover-box::before {
440
- border-bottom: 4px solid #20304c;
441
- border-left: 4px solid transparent;
442
- border-right: 4px solid transparent;
443
- content: "";
444
- height: 0;
445
- left: calc(50% - 4px);
446
- position: absolute;
447
- top: -4px;
448
- width: 0;
449
- }
450
-
451
- /* Force link button selector to be always target real anchors and disable them */
452
- /*stylelint-disable selector-no-qualifying-type*/
453
- a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
454
- pointer-events: none;
455
- }
456
-
457
- /* stylelint-enable declaration-block-no-duplicate-properties, no-duplicate-selectors, selector-no-qualifying-type *//* #region Colors */
235
+ button[disabled]:hover {
236
+ background-color: var(--adyen-sdk-color-background-disabled, #eeeff1);
237
+ color: var(--adyen-sdk-color-label-disabled, #8d95a3);
238
+ }/* #region Colors */
458
239
  /* #endregion */
459
240
  /* #region Fonts */
460
241
  /* #endregion */
@@ -661,6 +442,13 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
661
442
  100% {
662
443
  transform: rotate(360deg);
663
444
  }
445
+ }.adyen-kyc-divider {
446
+ background-color: var(--adyen-sdk-color-separator-primary, #dbdee2);
447
+ border: none;
448
+ height: var(--adyen-sdk-border-width-s, 1px);
449
+ margin-block-end: 0;
450
+ margin-block-start: 0;
451
+ width: 100%;
664
452
  }.adyen-kyc-error-panel {
665
453
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
666
454
  }/* #region Colors */
@@ -687,36 +475,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
687
475
  /* stylelint-disable-line scss/dollar-variable-pattern */
688
476
  /* stylelint-disable-line scss/dollar-variable-pattern */
689
477
  /* stylelint-disable-line scss/dollar-variable-pattern */
690
- /* Reset */
691
- /* Regular - Fonts */
692
- /* Shared - Styles */
693
- /* Shared - Colors */
694
- /* Small - Styles */
695
- /* Small - Fonts */
696
- /* State */
697
- /* Shadow */
698
- /* Motion */
699
- /* Loader */
700
- /* Circle */
701
- /* Label Hover box */
702
- /* Utility mixins */
703
478
  /* Base button */
704
- /* ADL Buttons */
705
- /* Secondary */
706
- /* Tertiary */
707
- /* Ghost */
708
- /* Loading button */
709
- /* Colors */
710
- /* Colors - Positive */
711
- /* Colors - Negative */
712
- /* Disabled */
713
- /* stylelint-disable scss/operator-no-newline-after */
714
- /* Small */
715
- /* stylelint-enable scss/operator-no-newline-after */
716
- /* Block */
717
- /* With Icons */
718
- /* Icon Only */
719
- /* Button circle */
720
479
  .adyen-kyc-alert {
721
480
  color: #00112c;
722
481
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -802,14 +561,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
802
561
  line-height: 1.4;
803
562
  align-items: center;
804
563
  background: none;
805
- border: 0;
564
+ border: none;
806
565
  cursor: pointer;
807
566
  display: inline-flex;
808
567
  justify-content: center;
809
- line-height: 1;
810
- margin: var(--adyen-sdk-spacer-000, 0px);
811
- padding: var(--adyen-sdk-spacer-000, 0px);
568
+ line-height: 1.4;
569
+ margin: 0;
812
570
  outline: none;
571
+ padding: 0;
813
572
  text-decoration: none;
814
573
  user-select: none;
815
574
  vertical-align: baseline;
@@ -828,8 +587,8 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
828
587
  box-sizing: border-box;
829
588
  }
830
589
  .adyen-kyc-alert__action::-moz-focus-inner {
831
- border: 0;
832
- padding: var(--adyen-sdk-spacer-000, 0px);
590
+ border: none;
591
+ padding: 0;
833
592
  }
834
593
  .adyen-kyc-alert__action:hover {
835
594
  color: #00112c;
@@ -846,14 +605,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
846
605
  line-height: 1.4;
847
606
  align-items: center;
848
607
  background: none;
849
- border: 0;
608
+ border: none;
850
609
  cursor: pointer;
851
610
  display: inline-flex;
852
611
  justify-content: center;
853
- line-height: 1;
854
- margin: var(--adyen-sdk-spacer-000, 0px);
855
- padding: var(--adyen-sdk-spacer-000, 0px);
612
+ line-height: 1.4;
613
+ margin: 0;
856
614
  outline: none;
615
+ padding: 0;
857
616
  text-decoration: none;
858
617
  user-select: none;
859
618
  vertical-align: baseline;
@@ -870,8 +629,8 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
870
629
  box-sizing: border-box;
871
630
  }
872
631
  .adyen-kyc-alert__dismiss::-moz-focus-inner {
873
- border: 0;
874
- padding: var(--adyen-sdk-spacer-000, 0px);
632
+ border: none;
633
+ padding: 0;
875
634
  }
876
635
  .adyen-kyc-alert__dismiss:hover {
877
636
  background: transparent;
@@ -1446,8 +1205,8 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
1446
1205
  content: "";
1447
1206
  display: block;
1448
1207
  left: 4px;
1449
- min-height: 6px;
1450
- min-width: 6px;
1208
+ min-height: 7px;
1209
+ min-width: 7px;
1451
1210
  position: absolute;
1452
1211
  top: 4px;
1453
1212
  }
@@ -1492,18 +1251,6 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
1492
1251
  /* stylelint-disable-line scss/dollar-variable-pattern */
1493
1252
  /* stylelint-disable-line scss/dollar-variable-pattern */
1494
1253
  /* stylelint-disable-line scss/dollar-variable-pattern */
1495
- /* Reset */
1496
- /* Regular - Fonts */
1497
- /* Shared - Styles */
1498
- /* Shared - Colors */
1499
- /* Small - Styles */
1500
- /* Small - Fonts */
1501
- /* State */
1502
- /* Shadow */
1503
- /* Motion */
1504
- /* Loader */
1505
- /* Circle */
1506
- /* Label Hover box */
1507
1254
  .adyen-kyc-tag {
1508
1255
  color: #00112c;
1509
1256
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -2002,7 +1749,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2002
1749
  /* #region Inline components */
2003
1750
  /* #endregion */
2004
1751
  .adyen-kyc-disclaimer-container {
2005
- background-color: #f3f6f9;
1752
+ background-color: var(--adyen-sdk-color-background-selected, #e3f0ff);
2006
1753
  border: 0;
2007
1754
  border-radius: var(--adyen-sdk-spacer-020, 4px);
2008
1755
  margin: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-000, 0px);
@@ -2010,14 +1757,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2010
1757
  }
2011
1758
 
2012
1759
  .adyen-kyc-disclaimer__title {
2013
- color: #394962;
1760
+ color: var(--adyen-sdk-color-label-secondary, #5c687c);
2014
1761
  font-size: 13px;
2015
1762
  font-weight: bold;
2016
1763
  margin-bottom: var(--adyen-sdk-spacer-040, 8px);
2017
1764
  }
2018
1765
 
2019
1766
  .adyen-kyc-disclaimer__content {
2020
- color: #394962;
1767
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2021
1768
  display: flex;
2022
1769
  flex-direction: column;
2023
1770
  font-size: 13px;
@@ -2059,6 +1806,9 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2059
1806
  flex-direction: column;
2060
1807
  margin-top: var(--adyen-sdk-spacer-040, 8px);
2061
1808
  }
1809
+ .adyen-kyc-radio-group--horizontal {
1810
+ flex-direction: row;
1811
+ }
2062
1812
 
2063
1813
  .adyen-kyc-radio-group + .adyen-kyc-input__inline-validation {
2064
1814
  display: none;
@@ -2222,6 +1972,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2222
1972
  .adyen-kyc-accordion__summary {
2223
1973
  background-color: #f3f6f9;
2224
1974
  color: #00112c;
1975
+ --adyen-kyc-accordion-animation-space: var(--adyen-sdk-spacer-080, 20px);
2225
1976
  }
2226
1977
 
2227
1978
  .adyen-kyc-accordion__details {
@@ -2234,10 +1985,13 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2234
1985
  gap: var(--adyen-sdk-spacer-050, 10px);
2235
1986
  padding: var(--adyen-sdk-spacer-030, 6px);
2236
1987
  font-weight: bold;
1988
+ transition: margin 150ms ease-out;
1989
+ margin-bottom: 0;
2237
1990
  }
2238
1991
 
2239
1992
  .adyen-kyc-accordion__summary > .adyen-kyc-accordion__arrow {
2240
1993
  cursor: pointer;
1994
+ user-select: none;
2241
1995
  height: 1em;
2242
1996
  }
2243
1997
 
@@ -2255,7 +2009,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2255
2009
  }
2256
2010
 
2257
2011
  .adyen-kyc-accordion__content {
2258
- margin: var(--adyen-sdk-spacer-030, 6px) var(--adyen-sdk-spacer-080, 20px);
2012
+ padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-kyc-accordion-animation-space);
2013
+ padding-top: 0;
2014
+ user-select: none;
2015
+ }
2016
+
2017
+ .adyen-kyc-accordion__details[open] summary {
2018
+ margin-bottom: var(--adyen-kyc-accordion-animation-space);
2019
+ user-select: auto;
2259
2020
  }.adyen-kyc-field--entityType {
2260
2021
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
2261
2022
  }
@@ -2750,7 +2511,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2750
2511
 
2751
2512
  .adyen-kyc-search-address--below {
2752
2513
  align-items: start;
2753
- color: #8390a3;
2514
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2754
2515
  display: flex;
2755
2516
  justify-content: space-between;
2756
2517
  }
@@ -2762,7 +2523,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2762
2523
  }
2763
2524
  .adyen-kyc-search-address--below-location .adyen-kyc-icon {
2764
2525
  display: flex;
2765
- color: #a5afbd;
2526
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2766
2527
  margin-right: var(--adyen-sdk-spacer-020, 4px);
2767
2528
  }
2768
2529
  .adyen-kyc-search-address--below-location .adyen-kyc-icon svg {
@@ -3305,14 +3066,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3305
3066
  /* #region Inline components */
3306
3067
  /* #endregion */
3307
3068
  .adyen-kyc-context-helper {
3308
- background-color: #f3f6f9;
3069
+ background-color: var(--adyen-sdk-color-background-selected, #e3f0ff);
3309
3070
  border-radius: var(--adyen-sdk-spacer-020, 4px);
3310
3071
  margin: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-000, 0px);
3311
3072
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-060, 12px);
3312
3073
  }
3313
3074
 
3314
3075
  .adyen-kyc-context-helper__content {
3315
- color: #394962;
3076
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
3316
3077
  display: flex;
3317
3078
  font-size: 13px;
3318
3079
  gap: var(--adyen-sdk-spacer-040, 8px);
@@ -3384,11 +3145,6 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3384
3145
  font-size: 16px;
3385
3146
  font-weight: 400;
3386
3147
  line-height: 24px;
3387
- }.adyen-kyc-field--entityType {
3388
- margin-bottom: var(--adyen-sdk-spacer-090, 24px);
3389
- }
3390
- .adyen-kyc-field--entityType .adyen-kyc-label__text {
3391
- margin-bottom: var(--adyen-sdk-spacer-040, 8px);
3392
3148
  }/* #region Colors */
3393
3149
  /* #endregion */
3394
3150
  /* #region Fonts */
@@ -3409,138 +3165,39 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3409
3165
  /* #endregion */
3410
3166
  /* #region Inline components */
3411
3167
  /* #endregion */
3412
- /* stylelint-disable-line scss/dollar-variable-pattern */
3413
- /* stylelint-disable-line scss/dollar-variable-pattern */
3414
- /* stylelint-disable-line scss/dollar-variable-pattern */
3415
- /* stylelint-disable-line scss/dollar-variable-pattern */
3416
- .adyen-kyc-toast {
3417
- color: #00112c;
3418
- font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
3419
- font-size: 15px;
3420
- -webkit-font-smoothing: antialiased;
3421
- -moz-osx-font-smoothing: grayscale;
3422
- font-weight: 400;
3423
- line-height: 1.4;
3424
- background: #00112c;
3425
- border-radius: 6px;
3426
- color: #fff;
3168
+ .adyen-kyc-additional-information {
3427
3169
  display: flex;
3428
- font-size: 15px;
3429
- height: auto;
3430
- line-height: 1.4;
3431
- opacity: 0;
3432
- overflow: hidden;
3433
- padding: var(--adyen-sdk-spacer-050, 10px);
3434
- transform: translateY(2%);
3435
- transition: ease 200ms;
3436
- transition-property: opacity, transform, visibility;
3437
- user-select: none;
3438
- visibility: hidden;
3439
- white-space: normal;
3440
- z-index: 1;
3441
- }
3442
- .adyen-kyc-toast *,
3443
- .adyen-kyc-toast *::before,
3444
- .adyen-kyc-toast *::after {
3445
- box-sizing: border-box;
3446
- }
3447
- .adyen-kyc-toast--collapsed {
3448
- background-color: #8390a3;
3449
- }
3450
- .adyen-kyc-toast--visible {
3451
- opacity: 1;
3452
- transform: translateY(0);
3453
- visibility: visible;
3454
- }
3455
-
3456
- .adyen-kyc-toast__message {
3457
- flex: 1;
3458
- }
3459
-
3460
- .adyen-kyc-toast__title {
3461
- display: block;
3462
- font-weight: 600;
3463
- margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px);
3464
- padding-left: var(--adyen-sdk-spacer-050, 10px);
3465
- }
3466
-
3467
- .adyen-kyc-toast__subtitle {
3468
- color: #a5afbd;
3469
- display: block;
3470
- margin: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
3471
- padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
3472
- }
3473
-
3474
- .adyen-kyc-toast__close {
3475
- background: none;
3476
- border: none;
3477
- color: #8390a3;
3478
- cursor: pointer;
3479
- display: inline-flex;
3480
- font-size: 15px;
3481
- height: 16px;
3482
- margin: var(--adyen-sdk-spacer-030, 6px);
3483
- padding: var(--adyen-sdk-spacer-000, 0px);
3484
- }
3485
-
3486
- .adyen-kyc-toast__status {
3487
- border-radius: 50%;
3488
- color: #00112c;
3489
- font-size: 15px;
3490
- height: 18px;
3491
- width: 18px;
3492
- margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px);
3493
- vertical-align: top;
3494
- }
3495
- .adyen-kyc-toast__status--success {
3496
- background-color: #60d58f;
3497
- }
3498
- .adyen-kyc-toast__status--error {
3499
- background-color: #ee5959;
3500
- }
3501
-
3502
- .adyen-kyc-toast__status-icon {
3503
- margin: var(--adyen-sdk-spacer-010, 2px);
3170
+ flex-direction: column;
3504
3171
  }
3505
-
3506
- .adyen-kyc-toast__action {
3507
- color: #a5afbd;
3508
- display: block;
3509
- margin: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
3510
- padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
3511
- font-size: 15px;
3512
- font-weight: 600;
3513
- line-height: 1.4;
3514
- text-decoration: underline;
3172
+ .adyen-kyc-additional-information__verified-information {
3173
+ padding-bottom: var(--adyen-sdk-spacer-090, 24px);
3515
3174
  }
3516
- .adyen-kyc-toast__action:visited {
3517
- color: #a5afbd;
3175
+ .adyen-kyc-additional-information__verified-information .adyen-kyc-verified-information-card {
3176
+ background: #f3f6f9;
3177
+ padding: var(--adyen-sdk-spacer-080, 20px) var(--adyen-sdk-spacer-090, 24px);
3178
+ border-radius: 12px;
3518
3179
  }
3519
-
3520
- .adyen-kyc-toast__loader {
3521
- display: inline-block;
3522
- height: 16px;
3523
- width: 16px;
3524
- margin: var(--adyen-sdk-spacer-030, 6px);
3180
+ .adyen-kyc-additional-information__other-business-information {
3181
+ padding-bottom: var(--adyen-sdk-spacer-090, 24px);
3525
3182
  }
3526
-
3527
- .adyen-kyc-dropin__toast-context {
3528
- max-width: calc(100% - var(--adyen-sdk-spacer-070, 16px));
3183
+ .adyen-kyc-additional-information__stock-exchange-information {
3184
+ padding-bottom: var(--adyen-sdk-spacer-090, 24px);
3529
3185
  }
3530
-
3531
- .adyen-kyc-dropin__toast-stack {
3186
+ .adyen-kyc-additional-information .adyen-kyc-field-wrapper {
3187
+ flex-direction: column;
3188
+ }.adyen-kyc-field--dbaName {
3189
+ margin-left: 0 !important;
3190
+ }.adyen-kyc-basic-information {
3532
3191
  display: flex;
3533
- justify-content: center;
3534
- position: absolute;
3535
- width: 100%;
3536
- z-index: 1;
3192
+ flex-direction: column;
3537
3193
  }
3538
- .adyen-layout-xs-only .adyen-kyc-dropin__toast-stack {
3539
- bottom: var(--adyen-sdk-spacer-070, 16px);
3540
- position: fixed;
3194
+ .adyen-kyc-basic-information .adyen-kyc-field-wrapper {
3195
+ flex-direction: column;
3196
+ }.adyen-kyc-field--entityType {
3197
+ margin-bottom: var(--adyen-sdk-spacer-090, 24px);
3541
3198
  }
3542
- .adyen-layout-md .adyen-kyc-dropin__toast-stack {
3543
- top: var(--adyen-sdk-spacer-070, 16px);
3199
+ .adyen-kyc-field--entityType .adyen-kyc-label__text {
3200
+ margin-bottom: var(--adyen-sdk-spacer-040, 8px);
3544
3201
  }/* #region Colors */
3545
3202
  /* #endregion */
3546
3203
  /* #region Fonts */
@@ -3636,36 +3293,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3636
3293
  /* stylelint-disable-line scss/dollar-variable-pattern */
3637
3294
  /* stylelint-disable-line scss/dollar-variable-pattern */
3638
3295
  /* stylelint-disable-line scss/dollar-variable-pattern */
3639
- /* Reset */
3640
- /* Regular - Fonts */
3641
- /* Shared - Styles */
3642
- /* Shared - Colors */
3643
- /* Small - Styles */
3644
- /* Small - Fonts */
3645
- /* State */
3646
- /* Shadow */
3647
- /* Motion */
3648
- /* Loader */
3649
- /* Circle */
3650
- /* Label Hover box */
3651
- /* Utility mixins */
3652
3296
  /* Base button */
3653
- /* ADL Buttons */
3654
- /* Secondary */
3655
- /* Tertiary */
3656
- /* Ghost */
3657
- /* Loading button */
3658
- /* Colors */
3659
- /* Colors - Positive */
3660
- /* Colors - Negative */
3661
- /* Disabled */
3662
- /* stylelint-disable scss/operator-no-newline-after */
3663
- /* Small */
3664
- /* stylelint-enable scss/operator-no-newline-after */
3665
- /* Block */
3666
- /* With Icons */
3667
- /* Icon Only */
3668
- /* Button circle */
3669
3297
  .adyen-kyc-modal {
3670
3298
  color: #00112c;
3671
3299
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -4545,7 +4173,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
4545
4173
  font-weight: 400;
4546
4174
  line-height: 1.4;
4547
4175
  border: 0;
4548
- border-radius: 12px;
4176
+ border-radius: var(--adyen-sdk-border-radius-l, 12px);
4549
4177
  display: flex;
4550
4178
  font-size: 14px;
4551
4179
  height: 24px;
@@ -4558,14 +4186,15 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
4558
4186
  box-sizing: border-box;
4559
4187
  }
4560
4188
  .adyen-kyc-status--finished {
4561
- color: #0abf53;
4189
+ color: var(--adyen-sdk-color-label-success, #07893c);
4562
4190
  }
4563
4191
  .adyen-kyc-status--download {
4564
- color: #06f;
4192
+ color: var(--adyen-sdk-color-label-highlight, #0070f5);
4565
4193
  cursor: pointer;
4566
4194
  }
4567
4195
  .adyen-kyc-status--error {
4568
- color: #ee5959;
4196
+ color: var(--adyen-sdk-color-label-critical, #e22d2d);
4197
+ background-color: var(--adyen-sdk-color-background-critical-weak, #fef4f4);
4569
4198
  }
4570
4199
  .adyen-kyc-status__icon {
4571
4200
  align-self: center;
@@ -4578,33 +4207,29 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
4578
4207
  }
4579
4208
  .adyen-kyc-status__icon .adyen-kyc-icon {
4580
4209
  align-items: center;
4581
- color: #fff;
4210
+ color: var(--adyen-sdk-color-label-on-color, #ffffff);
4582
4211
  display: flex;
4583
4212
  font-size: 7px;
4584
4213
  }
4585
4214
  .adyen-kyc-status__icon--error .adyen-kyc-icon {
4586
- color: #ee5959;
4215
+ color: var(--adyen-sdk-color-label-critical, #e22d2d);
4587
4216
  font-size: 14px;
4588
4217
  }
4589
4218
  .adyen-kyc-status__icon--finished {
4590
- background-color: #0abf53;
4219
+ background-color: var(--adyen-sdk-color-background-success-strong, #07893c);
4591
4220
  }
4592
4221
  .adyen-kyc-status__icon--download {
4593
- background-color: #06f;
4222
+ background-color: var(--adyen-sdk-color-label-highlight, #0070f5);
4594
4223
  }
4595
4224
  .adyen-kyc-status__icon .adyen-kyc-loading-indicator::before {
4596
- background: #a5afbd;
4225
+ background: var(--adyen-sdk-color-background-inverse-primary, #00112c);
4597
4226
  }
4598
4227
  .adyen-kyc-status__icon .adyen-kyc-loading-indicator::after {
4599
- border-top-color: #a5afbd;
4228
+ border-top-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
4600
4229
  }
4601
4230
 
4602
4231
  .adyen-layout-xs-only .adyen-kyc-status__text {
4603
4232
  display: none;
4604
- }
4605
-
4606
- .adyen-layout-md .adyen-kyc-status {
4607
- background-color: #f3f6f9;
4608
4233
  }/* #region Colors */
4609
4234
  /* #endregion */
4610
4235
  /* #region Fonts */
@@ -5115,7 +4740,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
5115
4740
  margin-top: var(--adyen-sdk-spacer-020, 4px);
5116
4741
  }
5117
4742
 
5118
- .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost) {
4743
+ .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary) {
5119
4744
  width: 100%;
5120
4745
  background-color: #fff;
5121
4746
  color: #000;
@@ -5123,10 +4748,10 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
5123
4748
  font-weight: 400;
5124
4749
  line-height: var(--adyen-sdk-spacer-080, 20px);
5125
4750
  }
5126
- .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost):hover {
4751
+ .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):hover {
5127
4752
  background-color: #fff;
5128
4753
  }
5129
- .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost) svg {
4754
+ .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary) svg {
5130
4755
  margin-left: var(--adyen-sdk-spacer-040, 8px);
5131
4756
  width: 92px;
5132
4757
  padding-top: var(--adyen-sdk-spacer-020, 4px);
@@ -6611,4 +6236,156 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
6611
6236
 
6612
6237
  .adyen-kyc-u-box-sizing-border-box {
6613
6238
  box-sizing: border-box !important;
6239
+ }/* #region Colors */
6240
+ /* #endregion */
6241
+ /* #region Fonts */
6242
+ /* #endregion */
6243
+ /* #region Borders */
6244
+ /* #endregion */
6245
+ /* #region Box-shadow */
6246
+ /* #endregion */
6247
+ /* #region Shadows */
6248
+ /* #endregion */
6249
+ /* #region Z-index */
6250
+ /* #endregion */
6251
+ /* #region Transition */
6252
+ /* #endregion */
6253
+ /* #region Timing functions */
6254
+ /* #endregion */
6255
+ /* #region Focus ring */
6256
+ /* #endregion */
6257
+ /* #region Inline components */
6258
+ /* #endregion */
6259
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6260
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6261
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6262
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6263
+ .adyen-kyc-toast {
6264
+ color: #00112c;
6265
+ font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
6266
+ font-size: 15px;
6267
+ -webkit-font-smoothing: antialiased;
6268
+ -moz-osx-font-smoothing: grayscale;
6269
+ font-weight: 400;
6270
+ line-height: 1.4;
6271
+ background: #00112c;
6272
+ border-radius: 6px;
6273
+ color: #fff;
6274
+ display: flex;
6275
+ font-size: 15px;
6276
+ height: auto;
6277
+ line-height: 1.4;
6278
+ opacity: 0;
6279
+ overflow: hidden;
6280
+ padding: var(--adyen-sdk-spacer-050, 10px);
6281
+ transform: translateY(2%);
6282
+ transition: ease 200ms;
6283
+ transition-property: opacity, transform, visibility;
6284
+ user-select: none;
6285
+ visibility: hidden;
6286
+ white-space: normal;
6287
+ z-index: 1;
6288
+ }
6289
+ .adyen-kyc-toast *,
6290
+ .adyen-kyc-toast *::before,
6291
+ .adyen-kyc-toast *::after {
6292
+ box-sizing: border-box;
6293
+ }
6294
+ .adyen-kyc-toast--collapsed {
6295
+ background-color: #8390a3;
6296
+ }
6297
+ .adyen-kyc-toast--visible {
6298
+ opacity: 1;
6299
+ transform: translateY(0);
6300
+ visibility: visible;
6301
+ }
6302
+
6303
+ .adyen-kyc-toast__message {
6304
+ flex: 1;
6305
+ }
6306
+
6307
+ .adyen-kyc-toast__title {
6308
+ display: block;
6309
+ font-weight: 600;
6310
+ margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px);
6311
+ padding-left: var(--adyen-sdk-spacer-050, 10px);
6312
+ }
6313
+
6314
+ .adyen-kyc-toast__subtitle {
6315
+ color: #a5afbd;
6316
+ display: block;
6317
+ margin: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
6318
+ padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
6319
+ }
6320
+
6321
+ .adyen-kyc-toast__close {
6322
+ background: none;
6323
+ border: none;
6324
+ color: #8390a3;
6325
+ cursor: pointer;
6326
+ display: inline-flex;
6327
+ font-size: 15px;
6328
+ height: 16px;
6329
+ margin: var(--adyen-sdk-spacer-030, 6px);
6330
+ padding: var(--adyen-sdk-spacer-000, 0px);
6331
+ }
6332
+
6333
+ .adyen-kyc-toast__status {
6334
+ border-radius: 50%;
6335
+ color: #00112c;
6336
+ font-size: 15px;
6337
+ height: 18px;
6338
+ width: 18px;
6339
+ margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px);
6340
+ vertical-align: top;
6341
+ }
6342
+ .adyen-kyc-toast__status--success {
6343
+ background-color: #60d58f;
6344
+ }
6345
+ .adyen-kyc-toast__status--error {
6346
+ background-color: #ee5959;
6347
+ }
6348
+
6349
+ .adyen-kyc-toast__status-icon {
6350
+ margin: var(--adyen-sdk-spacer-010, 2px);
6351
+ }
6352
+
6353
+ .adyen-kyc-toast__action {
6354
+ color: #a5afbd;
6355
+ display: block;
6356
+ margin: var(--adyen-sdk-spacer-010, 2px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-000, 0px);
6357
+ padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
6358
+ font-size: 15px;
6359
+ font-weight: 600;
6360
+ line-height: 1.4;
6361
+ text-decoration: underline;
6362
+ }
6363
+ .adyen-kyc-toast__action:visited {
6364
+ color: #a5afbd;
6365
+ }
6366
+
6367
+ .adyen-kyc-toast__loader {
6368
+ display: inline-block;
6369
+ height: 16px;
6370
+ width: 16px;
6371
+ margin: var(--adyen-sdk-spacer-030, 6px);
6372
+ }
6373
+
6374
+ .adyen-kyc-dropin__toast-context {
6375
+ max-width: calc(100% - var(--adyen-sdk-spacer-070, 16px));
6376
+ }
6377
+
6378
+ .adyen-kyc-dropin__toast-stack {
6379
+ display: flex;
6380
+ justify-content: center;
6381
+ position: absolute;
6382
+ width: 100%;
6383
+ z-index: 1;
6384
+ }
6385
+ .adyen-layout-xs-only .adyen-kyc-dropin__toast-stack {
6386
+ bottom: var(--adyen-sdk-spacer-070, 16px);
6387
+ position: fixed;
6388
+ }
6389
+ .adyen-layout-md .adyen-kyc-dropin__toast-stack {
6390
+ top: var(--adyen-sdk-spacer-070, 16px);
6614
6391
  }