@adyen/kyc-components 3.19.2 → 3.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/es/adyen-kyc-components.es.js +3010 -1014
  2. package/dist/style.css +283 -507
  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/SoleProp/component/SolePropComponent.d.ts +1 -1
  22. package/dist/types/components/internal/Address/utils.d.ts +2 -2
  23. package/dist/types/components/internal/BusinessNameField/BusinessNameField.d.ts +3 -0
  24. package/dist/types/components/internal/BusinessNameField/fieldConfig.d.ts +3 -0
  25. package/dist/types/components/internal/BusinessNameField/index.d.ts +1 -0
  26. package/dist/types/components/internal/BusinessNameField/types.d.ts +5 -0
  27. package/dist/types/components/internal/BusinessRegistrationNumber/fieldConfig.d.ts +2 -0
  28. package/dist/types/components/internal/BusinessRegistrationNumberField/BusinessRegistrationNumberField.d.ts +2 -2
  29. package/dist/types/components/internal/BusinessRegistrationNumberField/index.d.ts +0 -1
  30. package/dist/types/components/internal/Button/Button.d.ts +1 -1
  31. package/dist/types/components/internal/Button/types.d.ts +1 -6
  32. package/dist/types/components/internal/DBANameField/DBANameField.d.ts +4 -0
  33. package/dist/types/components/internal/DBANameField/fieldConfig.d.ts +3 -0
  34. package/dist/types/components/internal/DBANameField/index.d.ts +1 -0
  35. package/dist/types/components/internal/DBANameField/types.d.ts +6 -0
  36. package/dist/types/components/internal/Divider/Divider.d.ts +2 -0
  37. package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
  38. package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +1 -1
  39. package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +1 -0
  40. package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +9 -2
  41. package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +1 -1
  42. package/dist/types/components/internal/LegalFormField/LegalFormField.d.ts +3 -0
  43. package/dist/types/components/internal/LegalFormField/index.d.ts +1 -0
  44. package/dist/types/components/internal/LegalFormField/types.d.ts +8 -0
  45. package/dist/types/components/internal/NaceCodeField/NaceCodeField.d.ts +3 -0
  46. package/dist/types/components/internal/NaceCodeField/index.d.ts +1 -0
  47. package/dist/types/components/internal/NaceCodeField/types.d.ts +5 -0
  48. package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
  49. package/dist/types/components/internal/StateField/fieldConfig.d.ts +9 -0
  50. package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
  51. package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
  52. package/dist/types/components/internal/StockTickerSymbol/StockTickerSymbolField.d.ts +1 -1
  53. package/dist/types/components/internal/TaxId/fieldConfig.d.ts +2 -2
  54. package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +1 -1
  55. package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -0
  56. package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
  57. package/dist/types/components/internal/Toast/types.d.ts +2 -5
  58. package/dist/types/components/internal/VatNumberField/VatNumberField.d.ts +1 -1
  59. package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +3 -0
  60. package/dist/types/core/Context/ExperimentContext/types.d.ts +2 -1
  61. package/dist/types/core/Services/componentApi/get-legal-entity.d.ts +2 -2
  62. package/dist/types/core/Services/componentApi/get-legal-forms.d.ts +3 -0
  63. package/dist/types/core/Services/componentApi/get-nace-codes.d.ts +2 -0
  64. package/dist/types/core/Services/componentApi/get-scenarios.d.ts +2 -1
  65. package/dist/types/core/Services/componentApi/update-legal-entity.d.ts +1 -1
  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 +5 -4
  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/package.json +1 -1
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,13 +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__content--no-header {
69
- margin: var(--adyen-sdk-spacer-000, 0px);
70
- }
71
- .adyen-kyc-summary-section__edit-button {
72
- color: #06f;
73
- font-size: 16px;
74
- }
75
64
  .adyen-kyc-summary-section__field {
76
65
  display: flex;
77
66
  font-size: 15px;
@@ -88,7 +77,7 @@
88
77
  flex: 1;
89
78
  }
90
79
  .adyen-kyc-summary-section__label {
91
- color: #69778c;
80
+ color: var(--adyen-sdk-color-label-secondary, #5c687c);
92
81
  }
93
82
  .adyen-kyc-summary-section__data {
94
83
  margin: var(--adyen-sdk-spacer-000, 0px);
@@ -126,37 +115,8 @@
126
115
  /* stylelint-disable-line scss/dollar-variable-pattern */
127
116
  /* stylelint-disable-line scss/dollar-variable-pattern */
128
117
  /* stylelint-disable-line scss/dollar-variable-pattern */
129
- /* Reset */
130
- /* Regular - Fonts */
131
- /* Shared - Styles */
132
- /* Shared - Colors */
133
- /* Small - Styles */
134
- /* Small - Fonts */
135
- /* State */
136
- /* Shadow */
137
- /* Motion */
138
- /* Loader */
139
- /* Circle */
140
- /* Label Hover box */
141
- /* Utility mixins */
142
118
  /* Base button */
143
- /* ADL Buttons */
144
- /* Secondary */
145
- /* Tertiary */
146
- /* Ghost */
147
- /* Loading button */
148
- /* Colors */
149
- /* Colors - Positive */
150
- /* Colors - Negative */
151
- /* Disabled */
152
- /* stylelint-disable scss/operator-no-newline-after */
153
- /* Small */
154
- /* stylelint-enable scss/operator-no-newline-after */
155
- /* Block */
156
- /* With Icons */
157
- /* Icon Only */
158
- /* Button circle */
159
- /* stylelint-disable declaration-block-no-duplicate-properties, no-duplicate-selectors */
119
+ /* base/primary */
160
120
  .adyen-kyc-button {
161
121
  color: #00112c;
162
122
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -167,28 +127,28 @@
167
127
  line-height: 1.4;
168
128
  align-items: center;
169
129
  background: none;
170
- border: 0;
130
+ border: none;
171
131
  cursor: pointer;
172
132
  display: inline-flex;
173
133
  justify-content: center;
174
- line-height: 1;
175
- margin: var(--adyen-sdk-spacer-000, 0px);
176
- padding: var(--adyen-sdk-spacer-000, 0px);
134
+ line-height: 1.4;
135
+ margin: 0;
177
136
  outline: none;
137
+ padding: 0;
178
138
  text-decoration: none;
179
139
  user-select: none;
180
140
  vertical-align: baseline;
181
141
  white-space: nowrap;
182
- background-color: #00112c;
183
- border-radius: 6px;
184
- color: #fff;
185
- 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;
186
147
  font-weight: 600;
187
- height: 40px;
188
- 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);
189
150
  position: relative;
190
- transition: 125ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
191
- transition-property: background-color, color, opacity, box-shadow;
151
+ transition-property: color, background-color, box-shadow;
192
152
  }
193
153
  .adyen-kyc-button *,
194
154
  .adyen-kyc-button *::before,
@@ -196,148 +156,60 @@
196
156
  box-sizing: border-box;
197
157
  }
198
158
  .adyen-kyc-button::-moz-focus-inner {
199
- border: 0;
200
- padding: var(--adyen-sdk-spacer-000, 0px);
201
- }
202
- .adyen-kyc-button .adyen-kyc-icon {
203
- vertical-align: middle;
159
+ border: none;
160
+ padding: 0;
204
161
  }
205
162
  .adyen-kyc-button:hover {
206
- background-color: #14243d;
207
- }
208
- .adyen-kyc-button:focus::after {
209
- border-radius: inherit;
210
- inset: 0;
211
- content: " ";
212
- position: absolute;
213
- transition: 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
214
- transition-property: box-shadow;
215
- }
216
- .adyen-kyc-button:focus:focus:not(:active)::after {
217
- box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 102, 255, 0.4);
218
- z-index: 1;
219
- }
220
- .adyen-kyc-button:active {
221
- background-color: #00112c;
222
- }
223
- .adyen-kyc-button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost) {
224
- box-shadow: 0 1px 1px rgba(0, 17, 44, 0.12), 0 3px 6px rgba(0, 17, 44, 0.14);
225
- }
226
- .adyen-kyc-button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost):hover {
227
- background-color: #394962;
228
- 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);
229
165
  }
230
166
 
167
+ /* secondary */
231
168
  .adyen-kyc-button--secondary {
232
- background-color: #fff;
233
- box-shadow: inset 0 0 0 1px #dce0e5;
234
- 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);
235
173
  }
236
174
  .adyen-kyc-button--secondary:hover {
237
- background-color: #fff;
238
- 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);
239
177
  }
240
178
  .adyen-kyc-button--secondary:active {
241
- background-color: #fafafb;
242
- 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);
243
181
  }
244
182
 
245
183
  .adyen-kyc-button--tertiary {
246
- background-color: #fff;
247
- box-shadow: inset 0 0 0 1px #dce0e5;
248
- 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;
249
188
  }
250
189
  .adyen-kyc-button--tertiary:hover {
251
- background-color: #fff;
252
- 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);
253
- }
254
- .adyen-kyc-button--tertiary:active {
255
- background-color: #fafafb;
256
- box-shadow: inset 0 0 0 1px #dce0e5;
257
- }
258
-
259
- .adyen-kyc-button--ghost {
190
+ text-decoration: none;
191
+ color: var(--adyen-sdk-color-label-primary-hover, #5c687c);
260
192
  background-color: transparent;
261
- color: #394962;
262
- }
263
- .adyen-kyc-button--ghost:hover {
264
- background-color: #f3f6f9;
265
193
  }
266
- .adyen-kyc-button--ghost:active {
267
- background-color: #eef1f5;
194
+ .adyen-kyc-button--tertiary:active {
195
+ text-decoration: none;
196
+ color: var(--adyen-sdk-color-label-primary-active, #8d95a3);
268
197
  }
269
198
 
270
199
  .adyen-kyc-button--with-loader {
271
200
  overflow: hidden;
272
201
  }
273
202
 
274
- .adyen-kyc-button__loader-container {
275
- height: 20px;
276
- opacity: 0;
277
- overflow: hidden;
278
- transition-duration: 125ms;
279
- transition-property: width, margin-left, opacity;
280
- transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
281
- width: 0;
282
- }
283
- .adyen-kyc-button__loader-container > .adyen-kyc-spinner__wrapper {
284
- margin: var(--adyen-sdk-spacer-000, 0px);
285
- }
286
-
287
203
  .adyen-kyc-button__loader-container--active {
288
- margin-left: var(--adyen-sdk-spacer-050, 10px);
204
+ display: flex;
289
205
  opacity: 1;
290
- width: 20px;
291
- }
292
-
293
- .adyen-kyc-button--positive {
294
- background-color: #0abf53;
295
- color: #fff;
296
- }
297
- .adyen-kyc-button--positive:hover {
298
- background-color: #31c96f;
299
- }
300
- .adyen-kyc-button--positive:active {
301
- background-color: #08a34d;
302
- }
303
- .adyen-kyc-button--positive.adyen-kyc-button--secondary, .adyen-kyc-button--positive.adyen-kyc-button--tertiary {
304
- background-color: #fff;
305
- color: #0abf53;
306
- }
307
- .adyen-kyc-button--positive.adyen-kyc-button--secondary:hover, .adyen-kyc-button--positive.adyen-kyc-button--tertiary:hover {
308
- background-color: #fff;
309
- }
310
- .adyen-kyc-button--positive.adyen-kyc-button--secondary:active, .adyen-kyc-button--positive.adyen-kyc-button--tertiary:active {
311
- background-color: #f5fcf8;
312
- }
313
-
314
- .adyen-kyc-button--negative {
315
- background-color: #e50000;
316
- color: #fff;
317
- }
318
- .adyen-kyc-button--negative:hover {
319
- background-color: #e92929;
320
- }
321
- .adyen-kyc-button--negative:active {
322
- background-color: #c00307;
323
- }
324
- .adyen-kyc-button--negative.adyen-kyc-button--secondary, .adyen-kyc-button--negative.adyen-kyc-button--tertiary {
325
- background-color: #fff;
326
- color: #e50000;
327
- }
328
- .adyen-kyc-button--negative.adyen-kyc-button--secondary:hover, .adyen-kyc-button--negative.adyen-kyc-button--tertiary:hover {
329
- background-color: #fff;
330
- }
331
- .adyen-kyc-button--negative.adyen-kyc-button--secondary:active, .adyen-kyc-button--negative.adyen-kyc-button--tertiary:active {
332
- background-color: #fef5f5;
206
+ margin: -1px 4px;
333
207
  }
334
208
 
335
209
  .adyen-kyc-button--small {
336
- border-radius: 4px;
337
- font-size: 13px;
338
- height: 24px;
339
- min-width: 56px;
340
- 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);
341
213
  }
342
214
 
343
215
  .adyen-kyc-button--block {
@@ -345,119 +217,25 @@
345
217
  min-width: 100%;
346
218
  }
347
219
 
348
- .adyen-kyc-button--icon .adyen-kyc-icon {
349
- margin-left: var(--adyen-sdk-spacer-020, 4px);
350
- margin-right: var(--adyen-sdk-spacer-000, 0px);
351
- }
352
-
353
220
  .adyen-kyc-button--icon-left {
354
221
  flex-direction: row-reverse;
355
222
  }
356
223
  .adyen-kyc-button--icon-left .adyen-kyc-icon {
357
- margin-left: var(--adyen-sdk-spacer-000, 0px);
358
- margin-right: var(--adyen-sdk-spacer-020, 4px);
359
- }
360
-
361
- .adyen-kyc-button--icon-only {
362
- align-items: center;
363
- height: 40px;
364
- width: 40px;
365
- justify-content: center;
366
- min-width: auto;
367
- padding: var(--adyen-sdk-spacer-000, 0px);
368
- }
369
- .adyen-kyc-button--icon-only .adyen-kyc-icon {
370
- display: inline-flex;
371
- margin: var(--adyen-sdk-spacer-000, 0px);
224
+ margin-left: 0;
372
225
  }
373
226
 
374
- .adyen-kyc-button--icon-small {
375
- font-size: 13px;
376
- height: 24px;
377
- width: 24px;
378
- }
379
- .adyen-kyc-button--icon-small .adyen-kyc-icon {
380
- margin-left: var(--adyen-sdk-spacer-020, 4px);
381
- margin-right: var(--adyen-sdk-spacer-000, 0px);
382
- }
383
-
384
- .adyen-kyc-button--circle {
385
- align-items: center;
386
- border-radius: 50%;
387
- height: 40px;
388
- justify-content: center;
389
- min-width: auto;
390
- padding: var(--adyen-sdk-spacer-000, 0px);
391
- width: 40px;
392
- }
393
-
394
- .adyen-kyc-button--circle-small {
395
- align-items: center;
396
- border-radius: 50%;
397
- height: 40px;
398
- justify-content: center;
399
- min-width: auto;
400
- padding: var(--adyen-sdk-spacer-000, 0px);
401
- width: 40px;
402
- font-size: 13px;
403
- height: 24px;
404
- width: 24px;
405
- }
406
- .adyen-kyc-button--circle-small .adyen-kyc-icon {
407
- margin-left: var(--adyen-sdk-spacer-020, 4px);
408
- margin-right: var(--adyen-sdk-spacer-000, 0px);
409
- }
410
-
411
- .adyen-kyc-button--hover-box:hover .adyen-kyc-button__text--hover-box {
412
- display: block;
413
- }
414
-
415
- /*
416
- Repeat selector for disabled cases
417
- Disabled buttons should have the highest priority and importance, so that's why
418
- we are overwriting the styles and repeating the selector
419
- */
420
- .adyen-kyc-button:disabled, .adyen-kyc-button.adyen-kyc-button--disabled {
421
- background-color: #dce0e5;
422
- box-shadow: none;
423
- color: #a5afbd;
227
+ /* Disabled */
228
+ /* stylelint-disable-next-line selector-no-qualifying-type */
229
+ button[disabled] {
424
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);
425
234
  }
426
- .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 {
427
- background-color: #fff;
428
- box-shadow: inset 0 0 0 1px #dce0e5;
429
- color: #a5afbd;
430
- }
431
-
432
- .adyen-kyc-button__text--hover-box {
433
- background: #20304c;
434
- border-radius: 4px;
435
- color: #fff;
436
- display: none;
437
- font-size: 13px;
438
- padding: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-040, 8px);
439
- position: absolute;
440
- top: 49px;
441
- }
442
- .adyen-kyc-button__text--hover-box::before {
443
- border-bottom: 4px solid #20304c;
444
- border-left: 4px solid transparent;
445
- border-right: 4px solid transparent;
446
- content: "";
447
- height: 0;
448
- left: calc(50% - 4px);
449
- position: absolute;
450
- top: -4px;
451
- width: 0;
452
- }
453
-
454
- /* Force link button selector to be always target real anchors and disable them */
455
- /*stylelint-disable selector-no-qualifying-type*/
456
- a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
457
- pointer-events: none;
458
- }
459
-
460
- /* 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 */
461
239
  /* #endregion */
462
240
  /* #region Fonts */
463
241
  /* #endregion */
@@ -664,6 +442,13 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
664
442
  100% {
665
443
  transform: rotate(360deg);
666
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%;
667
452
  }.adyen-kyc-error-panel {
668
453
  margin-bottom: var(--adyen-sdk-spacer-080, 20px);
669
454
  }/* #region Colors */
@@ -690,36 +475,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
690
475
  /* stylelint-disable-line scss/dollar-variable-pattern */
691
476
  /* stylelint-disable-line scss/dollar-variable-pattern */
692
477
  /* stylelint-disable-line scss/dollar-variable-pattern */
693
- /* Reset */
694
- /* Regular - Fonts */
695
- /* Shared - Styles */
696
- /* Shared - Colors */
697
- /* Small - Styles */
698
- /* Small - Fonts */
699
- /* State */
700
- /* Shadow */
701
- /* Motion */
702
- /* Loader */
703
- /* Circle */
704
- /* Label Hover box */
705
- /* Utility mixins */
706
478
  /* Base button */
707
- /* ADL Buttons */
708
- /* Secondary */
709
- /* Tertiary */
710
- /* Ghost */
711
- /* Loading button */
712
- /* Colors */
713
- /* Colors - Positive */
714
- /* Colors - Negative */
715
- /* Disabled */
716
- /* stylelint-disable scss/operator-no-newline-after */
717
- /* Small */
718
- /* stylelint-enable scss/operator-no-newline-after */
719
- /* Block */
720
- /* With Icons */
721
- /* Icon Only */
722
- /* Button circle */
723
479
  .adyen-kyc-alert {
724
480
  color: #00112c;
725
481
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -805,14 +561,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
805
561
  line-height: 1.4;
806
562
  align-items: center;
807
563
  background: none;
808
- border: 0;
564
+ border: none;
809
565
  cursor: pointer;
810
566
  display: inline-flex;
811
567
  justify-content: center;
812
- line-height: 1;
813
- margin: var(--adyen-sdk-spacer-000, 0px);
814
- padding: var(--adyen-sdk-spacer-000, 0px);
568
+ line-height: 1.4;
569
+ margin: 0;
815
570
  outline: none;
571
+ padding: 0;
816
572
  text-decoration: none;
817
573
  user-select: none;
818
574
  vertical-align: baseline;
@@ -831,8 +587,8 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
831
587
  box-sizing: border-box;
832
588
  }
833
589
  .adyen-kyc-alert__action::-moz-focus-inner {
834
- border: 0;
835
- padding: var(--adyen-sdk-spacer-000, 0px);
590
+ border: none;
591
+ padding: 0;
836
592
  }
837
593
  .adyen-kyc-alert__action:hover {
838
594
  color: #00112c;
@@ -849,14 +605,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
849
605
  line-height: 1.4;
850
606
  align-items: center;
851
607
  background: none;
852
- border: 0;
608
+ border: none;
853
609
  cursor: pointer;
854
610
  display: inline-flex;
855
611
  justify-content: center;
856
- line-height: 1;
857
- margin: var(--adyen-sdk-spacer-000, 0px);
858
- padding: var(--adyen-sdk-spacer-000, 0px);
612
+ line-height: 1.4;
613
+ margin: 0;
859
614
  outline: none;
615
+ padding: 0;
860
616
  text-decoration: none;
861
617
  user-select: none;
862
618
  vertical-align: baseline;
@@ -873,8 +629,8 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
873
629
  box-sizing: border-box;
874
630
  }
875
631
  .adyen-kyc-alert__dismiss::-moz-focus-inner {
876
- border: 0;
877
- padding: var(--adyen-sdk-spacer-000, 0px);
632
+ border: none;
633
+ padding: 0;
878
634
  }
879
635
  .adyen-kyc-alert__dismiss:hover {
880
636
  background: transparent;
@@ -1509,18 +1265,6 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
1509
1265
  /* stylelint-disable-line scss/dollar-variable-pattern */
1510
1266
  /* stylelint-disable-line scss/dollar-variable-pattern */
1511
1267
  /* stylelint-disable-line scss/dollar-variable-pattern */
1512
- /* Reset */
1513
- /* Regular - Fonts */
1514
- /* Shared - Styles */
1515
- /* Shared - Colors */
1516
- /* Small - Styles */
1517
- /* Small - Fonts */
1518
- /* State */
1519
- /* Shadow */
1520
- /* Motion */
1521
- /* Loader */
1522
- /* Circle */
1523
- /* Label Hover box */
1524
1268
  .adyen-kyc-tag {
1525
1269
  color: #00112c;
1526
1270
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -2019,7 +1763,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2019
1763
  /* #region Inline components */
2020
1764
  /* #endregion */
2021
1765
  .adyen-kyc-disclaimer-container {
2022
- background-color: #f3f6f9;
1766
+ background-color: var(--adyen-sdk-color-background-selected, #e3f0ff);
2023
1767
  border: 0;
2024
1768
  border-radius: var(--adyen-sdk-spacer-020, 4px);
2025
1769
  margin: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-000, 0px);
@@ -2027,14 +1771,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2027
1771
  }
2028
1772
 
2029
1773
  .adyen-kyc-disclaimer__title {
2030
- color: #394962;
1774
+ color: var(--adyen-sdk-color-label-secondary, #5c687c);
2031
1775
  font-size: 13px;
2032
1776
  font-weight: bold;
2033
1777
  margin-bottom: var(--adyen-sdk-spacer-040, 8px);
2034
1778
  }
2035
1779
 
2036
1780
  .adyen-kyc-disclaimer__content {
2037
- color: #394962;
1781
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2038
1782
  display: flex;
2039
1783
  flex-direction: column;
2040
1784
  font-size: 13px;
@@ -2076,6 +1820,9 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2076
1820
  flex-direction: column;
2077
1821
  margin-top: var(--adyen-sdk-spacer-040, 8px);
2078
1822
  }
1823
+ .adyen-kyc-radio-group--horizontal {
1824
+ flex-direction: row;
1825
+ }
2079
1826
 
2080
1827
  .adyen-kyc-radio-group + .adyen-kyc-input__inline-validation {
2081
1828
  display: none;
@@ -2239,7 +1986,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2239
1986
  .adyen-kyc-accordion__summary {
2240
1987
  background-color: #f3f6f9;
2241
1988
  color: #00112c;
2242
- border-radius: var(--adyen-sdk-border-radius-m, 8px);
1989
+ --adyen-kyc-accordion-animation-space: var(--adyen-sdk-spacer-080, 20px);
2243
1990
  }
2244
1991
 
2245
1992
  .adyen-kyc-accordion__details {
@@ -2252,10 +1999,13 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2252
1999
  gap: var(--adyen-sdk-spacer-050, 10px);
2253
2000
  padding: var(--adyen-sdk-spacer-030, 6px);
2254
2001
  font-weight: bold;
2002
+ transition: margin 150ms ease-out;
2003
+ margin-bottom: 0;
2255
2004
  }
2256
2005
 
2257
2006
  .adyen-kyc-accordion__summary > .adyen-kyc-accordion__arrow {
2258
2007
  cursor: pointer;
2008
+ user-select: none;
2259
2009
  height: 1em;
2260
2010
  }
2261
2011
 
@@ -2273,8 +2023,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2273
2023
  }
2274
2024
 
2275
2025
  .adyen-kyc-accordion__content {
2276
- margin: var(--adyen-sdk-spacer-030, 6px) var(--adyen-sdk-spacer-080, 20px);
2277
- padding: var(--adyen-sdk-spacer-040, 8px);
2026
+ padding: var(--adyen-sdk-spacer-060, 12px) var(--adyen-kyc-accordion-animation-space);
2027
+ padding-top: 0;
2028
+ user-select: none;
2029
+ }
2030
+
2031
+ .adyen-kyc-accordion__details[open] summary {
2032
+ margin-bottom: var(--adyen-kyc-accordion-animation-space);
2033
+ user-select: auto;
2278
2034
  }.adyen-kyc-field--entityType {
2279
2035
  margin-bottom: var(--adyen-sdk-spacer-090, 24px);
2280
2036
  }
@@ -2769,7 +2525,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2769
2525
 
2770
2526
  .adyen-kyc-search-address--below {
2771
2527
  align-items: start;
2772
- color: #8390a3;
2528
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2773
2529
  display: flex;
2774
2530
  justify-content: space-between;
2775
2531
  }
@@ -2781,7 +2537,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
2781
2537
  }
2782
2538
  .adyen-kyc-search-address--below-location .adyen-kyc-icon {
2783
2539
  display: flex;
2784
- color: #a5afbd;
2540
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2785
2541
  margin-right: var(--adyen-sdk-spacer-020, 4px);
2786
2542
  }
2787
2543
  .adyen-kyc-search-address--below-location .adyen-kyc-icon svg {
@@ -3324,14 +3080,14 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3324
3080
  /* #region Inline components */
3325
3081
  /* #endregion */
3326
3082
  .adyen-kyc-context-helper {
3327
- background-color: #f3f6f9;
3083
+ background-color: var(--adyen-sdk-color-background-selected, #e3f0ff);
3328
3084
  border-radius: var(--adyen-sdk-spacer-020, 4px);
3329
3085
  margin: var(--adyen-sdk-spacer-070, 16px) var(--adyen-sdk-spacer-000, 0px);
3330
3086
  padding: var(--adyen-sdk-spacer-040, 8px) var(--adyen-sdk-spacer-060, 12px);
3331
3087
  }
3332
3088
 
3333
3089
  .adyen-kyc-context-helper__content {
3334
- color: #394962;
3090
+ color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
3335
3091
  display: flex;
3336
3092
  font-size: 13px;
3337
3093
  gap: var(--adyen-sdk-spacer-040, 8px);
@@ -3403,11 +3159,6 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3403
3159
  font-size: 16px;
3404
3160
  font-weight: 400;
3405
3161
  line-height: 24px;
3406
- }.adyen-kyc-field--entityType {
3407
- margin-bottom: var(--adyen-sdk-spacer-090, 24px);
3408
- }
3409
- .adyen-kyc-field--entityType .adyen-kyc-label__text {
3410
- margin-bottom: var(--adyen-sdk-spacer-040, 8px);
3411
3162
  }/* #region Colors */
3412
3163
  /* #endregion */
3413
3164
  /* #region Fonts */
@@ -3428,138 +3179,39 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3428
3179
  /* #endregion */
3429
3180
  /* #region Inline components */
3430
3181
  /* #endregion */
3431
- /* stylelint-disable-line scss/dollar-variable-pattern */
3432
- /* stylelint-disable-line scss/dollar-variable-pattern */
3433
- /* stylelint-disable-line scss/dollar-variable-pattern */
3434
- /* stylelint-disable-line scss/dollar-variable-pattern */
3435
- .adyen-kyc-toast {
3436
- color: #00112c;
3437
- font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
3438
- font-size: 15px;
3439
- -webkit-font-smoothing: antialiased;
3440
- -moz-osx-font-smoothing: grayscale;
3441
- font-weight: 400;
3442
- line-height: 1.4;
3443
- background: #00112c;
3444
- border-radius: 6px;
3445
- color: #fff;
3182
+ .adyen-kyc-additional-information {
3446
3183
  display: flex;
3447
- font-size: 15px;
3448
- height: auto;
3449
- line-height: 1.4;
3450
- opacity: 0;
3451
- overflow: hidden;
3452
- padding: var(--adyen-sdk-spacer-050, 10px);
3453
- transform: translateY(2%);
3454
- transition: ease 200ms;
3455
- transition-property: opacity, transform, visibility;
3456
- user-select: none;
3457
- visibility: hidden;
3458
- white-space: normal;
3459
- z-index: 1;
3460
- }
3461
- .adyen-kyc-toast *,
3462
- .adyen-kyc-toast *::before,
3463
- .adyen-kyc-toast *::after {
3464
- box-sizing: border-box;
3465
- }
3466
- .adyen-kyc-toast--collapsed {
3467
- background-color: #8390a3;
3468
- }
3469
- .adyen-kyc-toast--visible {
3470
- opacity: 1;
3471
- transform: translateY(0);
3472
- visibility: visible;
3473
- }
3474
-
3475
- .adyen-kyc-toast__message {
3476
- flex: 1;
3477
- }
3478
-
3479
- .adyen-kyc-toast__title {
3480
- display: block;
3481
- font-weight: 600;
3482
- margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px);
3483
- padding-left: var(--adyen-sdk-spacer-050, 10px);
3484
- }
3485
-
3486
- .adyen-kyc-toast__subtitle {
3487
- color: #a5afbd;
3488
- display: block;
3489
- 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);
3490
- padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
3491
- }
3492
-
3493
- .adyen-kyc-toast__close {
3494
- background: none;
3495
- border: none;
3496
- color: #8390a3;
3497
- cursor: pointer;
3498
- display: inline-flex;
3499
- font-size: 15px;
3500
- height: 16px;
3501
- margin: var(--adyen-sdk-spacer-030, 6px);
3502
- padding: var(--adyen-sdk-spacer-000, 0px);
3503
- }
3504
-
3505
- .adyen-kyc-toast__status {
3506
- border-radius: 50%;
3507
- color: #00112c;
3508
- font-size: 15px;
3509
- height: 18px;
3510
- width: 18px;
3511
- 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);
3512
- vertical-align: top;
3513
- }
3514
- .adyen-kyc-toast__status--success {
3515
- background-color: #60d58f;
3516
- }
3517
- .adyen-kyc-toast__status--error {
3518
- background-color: #ee5959;
3519
- }
3520
-
3521
- .adyen-kyc-toast__status-icon {
3522
- margin: var(--adyen-sdk-spacer-010, 2px);
3184
+ flex-direction: column;
3523
3185
  }
3524
-
3525
- .adyen-kyc-toast__action {
3526
- color: #a5afbd;
3527
- display: block;
3528
- 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);
3529
- padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
3530
- font-size: 15px;
3531
- font-weight: 600;
3532
- line-height: 1.4;
3533
- text-decoration: underline;
3186
+ .adyen-kyc-additional-information__verified-information {
3187
+ padding-bottom: var(--adyen-sdk-spacer-090, 24px);
3534
3188
  }
3535
- .adyen-kyc-toast__action:visited {
3536
- color: #a5afbd;
3189
+ .adyen-kyc-additional-information__verified-information .adyen-kyc-verified-information-card {
3190
+ background: #f3f6f9;
3191
+ padding: var(--adyen-sdk-spacer-080, 20px) var(--adyen-sdk-spacer-090, 24px);
3192
+ border-radius: 12px;
3537
3193
  }
3538
-
3539
- .adyen-kyc-toast__loader {
3540
- display: inline-block;
3541
- height: 16px;
3542
- width: 16px;
3543
- margin: var(--adyen-sdk-spacer-030, 6px);
3194
+ .adyen-kyc-additional-information__other-business-information {
3195
+ padding-bottom: var(--adyen-sdk-spacer-090, 24px);
3544
3196
  }
3545
-
3546
- .adyen-kyc-dropin__toast-context {
3547
- max-width: calc(100% - var(--adyen-sdk-spacer-070, 16px));
3197
+ .adyen-kyc-additional-information__stock-exchange-information {
3198
+ padding-bottom: var(--adyen-sdk-spacer-090, 24px);
3548
3199
  }
3549
-
3550
- .adyen-kyc-dropin__toast-stack {
3200
+ .adyen-kyc-additional-information .adyen-kyc-field-wrapper {
3201
+ flex-direction: column;
3202
+ }.adyen-kyc-field--dbaName {
3203
+ margin-left: 0 !important;
3204
+ }.adyen-kyc-basic-information {
3551
3205
  display: flex;
3552
- justify-content: center;
3553
- position: absolute;
3554
- width: 100%;
3555
- z-index: 1;
3206
+ flex-direction: column;
3556
3207
  }
3557
- .adyen-layout-xs-only .adyen-kyc-dropin__toast-stack {
3558
- bottom: var(--adyen-sdk-spacer-070, 16px);
3559
- position: fixed;
3208
+ .adyen-kyc-basic-information .adyen-kyc-field-wrapper {
3209
+ flex-direction: column;
3210
+ }.adyen-kyc-field--entityType {
3211
+ margin-bottom: var(--adyen-sdk-spacer-090, 24px);
3560
3212
  }
3561
- .adyen-layout-md .adyen-kyc-dropin__toast-stack {
3562
- top: var(--adyen-sdk-spacer-070, 16px);
3213
+ .adyen-kyc-field--entityType .adyen-kyc-label__text {
3214
+ margin-bottom: var(--adyen-sdk-spacer-040, 8px);
3563
3215
  }/* #region Colors */
3564
3216
  /* #endregion */
3565
3217
  /* #region Fonts */
@@ -3655,36 +3307,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
3655
3307
  /* stylelint-disable-line scss/dollar-variable-pattern */
3656
3308
  /* stylelint-disable-line scss/dollar-variable-pattern */
3657
3309
  /* stylelint-disable-line scss/dollar-variable-pattern */
3658
- /* Reset */
3659
- /* Regular - Fonts */
3660
- /* Shared - Styles */
3661
- /* Shared - Colors */
3662
- /* Small - Styles */
3663
- /* Small - Fonts */
3664
- /* State */
3665
- /* Shadow */
3666
- /* Motion */
3667
- /* Loader */
3668
- /* Circle */
3669
- /* Label Hover box */
3670
- /* Utility mixins */
3671
3310
  /* Base button */
3672
- /* ADL Buttons */
3673
- /* Secondary */
3674
- /* Tertiary */
3675
- /* Ghost */
3676
- /* Loading button */
3677
- /* Colors */
3678
- /* Colors - Positive */
3679
- /* Colors - Negative */
3680
- /* Disabled */
3681
- /* stylelint-disable scss/operator-no-newline-after */
3682
- /* Small */
3683
- /* stylelint-enable scss/operator-no-newline-after */
3684
- /* Block */
3685
- /* With Icons */
3686
- /* Icon Only */
3687
- /* Button circle */
3688
3311
  .adyen-kyc-modal {
3689
3312
  color: #00112c;
3690
3313
  font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
@@ -4564,7 +4187,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
4564
4187
  font-weight: 400;
4565
4188
  line-height: 1.4;
4566
4189
  border: 0;
4567
- border-radius: 12px;
4190
+ border-radius: var(--adyen-sdk-border-radius-l, 12px);
4568
4191
  display: flex;
4569
4192
  font-size: 14px;
4570
4193
  height: 24px;
@@ -4577,14 +4200,15 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
4577
4200
  box-sizing: border-box;
4578
4201
  }
4579
4202
  .adyen-kyc-status--finished {
4580
- color: #0abf53;
4203
+ color: var(--adyen-sdk-color-label-success, #07893c);
4581
4204
  }
4582
4205
  .adyen-kyc-status--download {
4583
- color: #06f;
4206
+ color: var(--adyen-sdk-color-label-highlight, #0070f5);
4584
4207
  cursor: pointer;
4585
4208
  }
4586
4209
  .adyen-kyc-status--error {
4587
- color: #ee5959;
4210
+ color: var(--adyen-sdk-color-label-critical, #e22d2d);
4211
+ background-color: var(--adyen-sdk-color-background-critical-weak, #fef4f4);
4588
4212
  }
4589
4213
  .adyen-kyc-status__icon {
4590
4214
  align-self: center;
@@ -4597,24 +4221,24 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
4597
4221
  }
4598
4222
  .adyen-kyc-status__icon .adyen-kyc-icon {
4599
4223
  align-items: center;
4600
- color: #fff;
4224
+ color: var(--adyen-sdk-color-label-on-color, #ffffff);
4601
4225
  display: flex;
4602
4226
  }
4603
4227
  .adyen-kyc-status__icon--error .adyen-kyc-icon {
4604
- color: #ee5959;
4228
+ color: var(--adyen-sdk-color-label-critical, #e22d2d);
4605
4229
  font-size: 14px;
4606
4230
  }
4607
4231
  .adyen-kyc-status__icon--finished {
4608
- background-color: #0abf53;
4232
+ background-color: var(--adyen-sdk-color-background-success-strong, #07893c);
4609
4233
  }
4610
4234
  .adyen-kyc-status__icon--download {
4611
- background-color: #06f;
4235
+ background-color: var(--adyen-sdk-color-label-highlight, #0070f5);
4612
4236
  }
4613
4237
  .adyen-kyc-status__icon .adyen-kyc-loading-indicator::before {
4614
- background: #a5afbd;
4238
+ background: var(--adyen-sdk-color-background-inverse-primary, #00112c);
4615
4239
  }
4616
4240
  .adyen-kyc-status__icon .adyen-kyc-loading-indicator::after {
4617
- border-top-color: #a5afbd;
4241
+ border-top-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
4618
4242
  }
4619
4243
  .adyen-kyc-status__icon--large {
4620
4244
  height: 24px;
@@ -5141,7 +4765,7 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
5141
4765
  margin-top: var(--adyen-sdk-spacer-020, 4px);
5142
4766
  }
5143
4767
 
5144
- .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):not(.adyen-kyc-button--ghost) {
4768
+ .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary) {
5145
4769
  width: 100%;
5146
4770
  background-color: #fff;
5147
4771
  color: #000;
@@ -5149,10 +4773,10 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
5149
4773
  font-weight: 400;
5150
4774
  line-height: var(--adyen-sdk-spacer-080, 20px);
5151
4775
  }
5152
- .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 {
4776
+ .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary):hover {
5153
4777
  background-color: #fff;
5154
4778
  }
5155
- .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 {
4779
+ .adyen-kyc-button.adyen-task-list-singpass-banner__button:not(.adyen-kyc-button--secondary):not(.adyen-kyc-button--tertiary) svg {
5156
4780
  margin-left: var(--adyen-sdk-spacer-040, 8px);
5157
4781
  width: 92px;
5158
4782
  padding-top: var(--adyen-sdk-spacer-020, 4px);
@@ -6764,4 +6388,156 @@ a.adyen-kyc-button:disabled, a.adyen-kyc-button.adyen-kyc-button--disabled {
6764
6388
 
6765
6389
  .adyen-kyc-u-box-sizing-border-box {
6766
6390
  box-sizing: border-box !important;
6391
+ }/* #region Colors */
6392
+ /* #endregion */
6393
+ /* #region Fonts */
6394
+ /* #endregion */
6395
+ /* #region Borders */
6396
+ /* #endregion */
6397
+ /* #region Box-shadow */
6398
+ /* #endregion */
6399
+ /* #region Shadows */
6400
+ /* #endregion */
6401
+ /* #region Z-index */
6402
+ /* #endregion */
6403
+ /* #region Transition */
6404
+ /* #endregion */
6405
+ /* #region Timing functions */
6406
+ /* #endregion */
6407
+ /* #region Focus ring */
6408
+ /* #endregion */
6409
+ /* #region Inline components */
6410
+ /* #endregion */
6411
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6412
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6413
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6414
+ /* stylelint-disable-line scss/dollar-variable-pattern */
6415
+ .adyen-kyc-toast {
6416
+ color: #00112c;
6417
+ font-family: fakt, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
6418
+ font-size: 15px;
6419
+ -webkit-font-smoothing: antialiased;
6420
+ -moz-osx-font-smoothing: grayscale;
6421
+ font-weight: 400;
6422
+ line-height: 1.4;
6423
+ background: #00112c;
6424
+ border-radius: 6px;
6425
+ color: #fff;
6426
+ display: flex;
6427
+ font-size: 15px;
6428
+ height: auto;
6429
+ line-height: 1.4;
6430
+ opacity: 0;
6431
+ overflow: hidden;
6432
+ padding: var(--adyen-sdk-spacer-050, 10px);
6433
+ transform: translateY(2%);
6434
+ transition: ease 200ms;
6435
+ transition-property: opacity, transform, visibility;
6436
+ user-select: none;
6437
+ visibility: hidden;
6438
+ white-space: normal;
6439
+ z-index: 1;
6440
+ }
6441
+ .adyen-kyc-toast *,
6442
+ .adyen-kyc-toast *::before,
6443
+ .adyen-kyc-toast *::after {
6444
+ box-sizing: border-box;
6445
+ }
6446
+ .adyen-kyc-toast--collapsed {
6447
+ background-color: #8390a3;
6448
+ }
6449
+ .adyen-kyc-toast--visible {
6450
+ opacity: 1;
6451
+ transform: translateY(0);
6452
+ visibility: visible;
6453
+ }
6454
+
6455
+ .adyen-kyc-toast__message {
6456
+ flex: 1;
6457
+ }
6458
+
6459
+ .adyen-kyc-toast__title {
6460
+ display: block;
6461
+ font-weight: 600;
6462
+ margin: var(--adyen-sdk-spacer-020, 4px) var(--adyen-sdk-spacer-000, 0px);
6463
+ padding-left: var(--adyen-sdk-spacer-050, 10px);
6464
+ }
6465
+
6466
+ .adyen-kyc-toast__subtitle {
6467
+ color: #a5afbd;
6468
+ display: block;
6469
+ 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);
6470
+ padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
6471
+ }
6472
+
6473
+ .adyen-kyc-toast__close {
6474
+ background: none;
6475
+ border: none;
6476
+ color: #8390a3;
6477
+ cursor: pointer;
6478
+ display: inline-flex;
6479
+ font-size: 15px;
6480
+ height: 16px;
6481
+ margin: var(--adyen-sdk-spacer-030, 6px);
6482
+ padding: var(--adyen-sdk-spacer-000, 0px);
6483
+ }
6484
+
6485
+ .adyen-kyc-toast__status {
6486
+ border-radius: 50%;
6487
+ color: #00112c;
6488
+ font-size: 15px;
6489
+ height: 18px;
6490
+ width: 18px;
6491
+ 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);
6492
+ vertical-align: top;
6493
+ }
6494
+ .adyen-kyc-toast__status--success {
6495
+ background-color: #60d58f;
6496
+ }
6497
+ .adyen-kyc-toast__status--error {
6498
+ background-color: #ee5959;
6499
+ }
6500
+
6501
+ .adyen-kyc-toast__status-icon {
6502
+ margin: var(--adyen-sdk-spacer-010, 2px);
6503
+ }
6504
+
6505
+ .adyen-kyc-toast__action {
6506
+ color: #a5afbd;
6507
+ display: block;
6508
+ 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);
6509
+ padding: var(--adyen-sdk-spacer-000, 0px) var(--adyen-sdk-spacer-050, 10px) var(--adyen-sdk-spacer-020, 4px);
6510
+ font-size: 15px;
6511
+ font-weight: 600;
6512
+ line-height: 1.4;
6513
+ text-decoration: underline;
6514
+ }
6515
+ .adyen-kyc-toast__action:visited {
6516
+ color: #a5afbd;
6517
+ }
6518
+
6519
+ .adyen-kyc-toast__loader {
6520
+ display: inline-block;
6521
+ height: 16px;
6522
+ width: 16px;
6523
+ margin: var(--adyen-sdk-spacer-030, 6px);
6524
+ }
6525
+
6526
+ .adyen-kyc-dropin__toast-context {
6527
+ max-width: calc(100% - var(--adyen-sdk-spacer-070, 16px));
6528
+ }
6529
+
6530
+ .adyen-kyc-dropin__toast-stack {
6531
+ display: flex;
6532
+ justify-content: center;
6533
+ position: absolute;
6534
+ width: 100%;
6535
+ z-index: 1;
6536
+ }
6537
+ .adyen-layout-xs-only .adyen-kyc-dropin__toast-stack {
6538
+ bottom: var(--adyen-sdk-spacer-070, 16px);
6539
+ position: fixed;
6540
+ }
6541
+ .adyen-layout-md .adyen-kyc-dropin__toast-stack {
6542
+ top: var(--adyen-sdk-spacer-070, 16px);
6767
6543
  }