@incodetech/web 0.0.0-dev-20260312-e476b70 → 0.0.0-dev-20260313-d658d3a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authentication/authentication.es.js +2 -2
- package/dist/base.css +71 -80
- package/dist/{baseTutorial-By7hI83C.js → baseTutorial-g5NWjgBD.js} +1 -1
- package/dist/curp-validation/curp-validation.es.js +4 -4
- package/dist/curp-validation/styles.css +22 -28
- package/dist/{dateInputComposed-Badm2Tzx.js → dateInputComposed-R0ZEgvu9.js} +1 -1
- package/dist/document-capture/styles.css +18 -18
- package/dist/{documentCapture-ChFrtfzB.js → documentCapture-CtF0FPAF.js} +3 -3
- package/dist/{dropdownComposed-DgA0fNAh.js → dropdownComposed-BlSDt04F.js} +1 -1
- package/dist/ekyb/styles.css +2 -2
- package/dist/{ekybModule-DexnANPQ.js → ekybModule-ChD0rtCB.js} +3 -3
- package/dist/ekyc/styles.css +4 -4
- package/dist/{ekycModule-D8_or1xq.js → ekycModule-CDUkXo7h.js} +4 -4
- package/dist/email/email.es.js +1 -1
- package/dist/email/styles.css +1 -1
- package/dist/{errorContent-BMXamgg9.js → errorContent-BCqdWSgy.js} +2 -2
- package/dist/face-match/styles.css +3 -3
- package/dist/{faceMatch-DXcWwP9u.js → faceMatch-BAu-4UO1.js} +1 -1
- package/dist/flow/flow.es.js +5 -5
- package/dist/flow/styles.css +132 -140
- package/dist/geolocation/geolocation.es.js +15 -15
- package/dist/geolocation/styles.css +4 -4
- package/dist/governmentValidation/governmentValidation.es.js +2 -2
- package/dist/governmentValidation/styles.css +6 -8
- package/dist/id/id.es.js +2 -2
- package/dist/id/styles.css +54 -54
- package/dist/{page-Bdz8JP3P.js → page-DoIWDQTP.js} +9 -9
- package/dist/phone/phone.es.js +1 -1
- package/dist/phone/styles.css +8 -8
- package/dist/selfie/selfie.es.js +2 -2
- package/dist/selfie/styles.css +4 -4
- package/dist/{successIcon-BPe0Wymn.js → successIcon-mP1PQQrr.js} +5 -5
- package/dist/themes/dark.css +415 -149
- package/dist/themes/light.css +371 -119
- package/dist/{tutorial-CJs2GHe1.js → tutorial-Ct-q8YeM.js} +6 -6
- package/dist/{verificationResult-BfLzIvM8.js → verificationResult-6jqSfF6-.js} +3 -3
- package/package.json +2 -2
package/dist/themes/light.css
CHANGED
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
:host {
|
|
156
156
|
/* Border / Width */
|
|
157
157
|
|
|
158
|
-
--border-none: var(--primitive-border-width-0);
|
|
159
|
-
--border-regular: var(--primitive-border-width-1);
|
|
160
|
-
--border-bold: var(--primitive-border-width-2);
|
|
158
|
+
--border-width-none: var(--primitive-border-width-0);
|
|
159
|
+
--border-width-regular: var(--primitive-border-width-1);
|
|
160
|
+
--border-width-bold: var(--primitive-border-width-2);
|
|
161
161
|
|
|
162
162
|
/* Border / Radius */
|
|
163
163
|
|
|
@@ -203,33 +203,43 @@
|
|
|
203
203
|
|
|
204
204
|
/* Typography */
|
|
205
205
|
|
|
206
|
+
/* Display */
|
|
207
|
+
--typography-display-family: var(--primitive-typography-family-rethink-sans);
|
|
208
|
+
|
|
209
|
+
/* Display/D1 */
|
|
206
210
|
--typography-display-d1-size: var(--primitive-typography-size-80);
|
|
207
211
|
--typography-display-d1-weight: var(--primitive-typography-weight-extrabold);
|
|
208
212
|
--typography-display-d1-line-height: var(
|
|
209
|
-
--primitive-typography-line-height-
|
|
213
|
+
--primitive-typography-line-height-105
|
|
210
214
|
);
|
|
211
215
|
--typography-display-d1-letter-spacing: var(
|
|
212
216
|
--primitive-typography-letter-spacing-minus-1-5
|
|
213
217
|
);
|
|
214
218
|
|
|
219
|
+
/* Display/D2 */
|
|
215
220
|
--typography-display-d2-size: var(--primitive-typography-size-48);
|
|
216
221
|
--typography-display-d2-weight: var(--primitive-typography-weight-extrabold);
|
|
217
222
|
--typography-display-d2-line-height: var(
|
|
218
|
-
--primitive-typography-line-height-
|
|
223
|
+
--primitive-typography-line-height-105
|
|
219
224
|
);
|
|
220
225
|
--typography-display-d2-letter-spacing: var(
|
|
221
|
-
--primitive-typography-letter-spacing-minus-
|
|
226
|
+
--primitive-typography-letter-spacing-minus-0-5
|
|
222
227
|
);
|
|
223
228
|
|
|
229
|
+
/* Headline */
|
|
230
|
+
--typography-headline-family: var(--primitive-typography-family-dm-sans);
|
|
231
|
+
|
|
232
|
+
/* Headline/H1 */
|
|
224
233
|
--typography-headline-h1-size: var(--primitive-typography-size-32);
|
|
225
234
|
--typography-headline-h1-weight: var(--primitive-typography-weight-bold);
|
|
226
235
|
--typography-headline-h1-line-height: var(
|
|
227
236
|
--primitive-typography-line-height-115
|
|
228
237
|
);
|
|
229
238
|
--typography-headline-h1-letter-spacing: var(
|
|
230
|
-
--primitive-typography-letter-spacing-minus-1
|
|
239
|
+
--primitive-typography-letter-spacing-minus-1-5
|
|
231
240
|
);
|
|
232
241
|
|
|
242
|
+
/* Headline/H2 */
|
|
233
243
|
--typography-headline-h2-size: var(--primitive-typography-size-24);
|
|
234
244
|
--typography-headline-h2-weight: var(--primitive-typography-weight-bold);
|
|
235
245
|
--typography-headline-h2-line-height: var(
|
|
@@ -239,8 +249,9 @@
|
|
|
239
249
|
--primitive-typography-letter-spacing-minus-1
|
|
240
250
|
);
|
|
241
251
|
|
|
252
|
+
/* Headline/H3 */
|
|
242
253
|
--typography-headline-h3-size: var(--primitive-typography-size-20);
|
|
243
|
-
--typography-headline-h3-weight: var(--primitive-typography-weight-
|
|
254
|
+
--typography-headline-h3-weight: var(--primitive-typography-weight-bold);
|
|
244
255
|
--typography-headline-h3-line-height: var(
|
|
245
256
|
--primitive-typography-line-height-115
|
|
246
257
|
);
|
|
@@ -248,6 +259,7 @@
|
|
|
248
259
|
--primitive-typography-letter-spacing-minus-0-5
|
|
249
260
|
);
|
|
250
261
|
|
|
262
|
+
/* Headline/H4 */
|
|
251
263
|
--typography-headline-h4-size: var(--primitive-typography-size-18);
|
|
252
264
|
--typography-headline-h4-weight: var(--primitive-typography-weight-medium);
|
|
253
265
|
--typography-headline-h4-line-height: var(
|
|
@@ -257,6 +269,7 @@
|
|
|
257
269
|
--primitive-typography-letter-spacing-minus-0-5
|
|
258
270
|
);
|
|
259
271
|
|
|
272
|
+
/* Headline/H5 */
|
|
260
273
|
--typography-headline-h5-size: var(--primitive-typography-size-16);
|
|
261
274
|
--typography-headline-h5-weight: var(--primitive-typography-weight-medium);
|
|
262
275
|
--typography-headline-h5-line-height: var(
|
|
@@ -266,61 +279,261 @@
|
|
|
266
279
|
--primitive-typography-letter-spacing-minus-0-5
|
|
267
280
|
);
|
|
268
281
|
|
|
269
|
-
|
|
270
|
-
--typography-body-
|
|
271
|
-
|
|
272
|
-
|
|
282
|
+
/* Body */
|
|
283
|
+
--typography-body-family: var(--primitive-typography-family-dm-sans);
|
|
284
|
+
|
|
285
|
+
/* Body/S Regular */
|
|
286
|
+
--typography-body-s-regular-size: var(--primitive-typography-size-12);
|
|
287
|
+
--typography-body-s-regular-weight: var(
|
|
288
|
+
--primitive-typography-weight-regular
|
|
289
|
+
);
|
|
290
|
+
--typography-body-s-regular-line-height: var(
|
|
291
|
+
--primitive-typography-line-height-130
|
|
292
|
+
);
|
|
293
|
+
--typography-body-s-regular-letter-spacing: var(
|
|
294
|
+
--primitive-typography-letter-spacing-0
|
|
295
|
+
);
|
|
296
|
+
|
|
297
|
+
/* Body/S Body */
|
|
298
|
+
--typography-body-s-bold-size: var(--primitive-typography-size-12);
|
|
299
|
+
--typography-body-s-bold-weight: var(--primitive-typography-weight-bold);
|
|
300
|
+
--typography-body-s-bold-line-height: var(
|
|
301
|
+
--primitive-typography-line-height-130
|
|
302
|
+
);
|
|
303
|
+
--typography-body-s-bold-letter-spacing: var(
|
|
273
304
|
--primitive-typography-letter-spacing-0
|
|
274
305
|
);
|
|
275
306
|
|
|
276
|
-
|
|
277
|
-
--typography-body-regular-
|
|
278
|
-
--typography-body-regular-
|
|
307
|
+
/* Body/M Regular */
|
|
308
|
+
--typography-body-m-regular-size: var(--primitive-typography-size-14);
|
|
309
|
+
--typography-body-m-regular-weight: var(
|
|
310
|
+
--primitive-typography-weight-regular
|
|
311
|
+
);
|
|
312
|
+
--typography-body-m-regular-line-height: var(
|
|
279
313
|
--primitive-typography-line-height-120
|
|
280
314
|
);
|
|
281
|
-
--typography-body-regular-letter-spacing: var(
|
|
315
|
+
--typography-body-m-regular-letter-spacing: var(
|
|
282
316
|
--primitive-typography-letter-spacing-0
|
|
283
317
|
);
|
|
284
318
|
|
|
285
|
-
|
|
286
|
-
--typography-body-
|
|
287
|
-
--typography-body-
|
|
288
|
-
--typography-body-
|
|
319
|
+
/* Body/M Bold */
|
|
320
|
+
--typography-body-m-bold-size: var(--primitive-typography-size-14);
|
|
321
|
+
--typography-body-m-bold-weight: var(--primitive-typography-weight-bold);
|
|
322
|
+
--typography-body-m-bold-line-height: var(
|
|
323
|
+
--primitive-typography-line-height-130
|
|
324
|
+
);
|
|
325
|
+
--typography-body-m-bold-letter-spacing: var(
|
|
289
326
|
--primitive-typography-letter-spacing-0
|
|
290
327
|
);
|
|
291
328
|
|
|
292
|
-
|
|
293
|
-
--typography-
|
|
294
|
-
|
|
295
|
-
|
|
329
|
+
/* Link */
|
|
330
|
+
--typography-link-family: var(--primitive-typography-family-dm-sans);
|
|
331
|
+
|
|
332
|
+
/* Link/M Bold */
|
|
333
|
+
--typography-link-m-bold-size: var(--primitive-typography-size-14);
|
|
334
|
+
--typography-link-m-bold-weight: var(--primitive-typography-weight-bold);
|
|
335
|
+
--typography-link-m-bold-line-height: var(
|
|
336
|
+
--primitive-typography-line-height-125
|
|
337
|
+
);
|
|
338
|
+
--typography-link-m-bold-letter-spacing: var(
|
|
339
|
+
--primitive-typography-letter-spacing-0
|
|
340
|
+
);
|
|
341
|
+
|
|
342
|
+
/* Link/M Extrabold */
|
|
343
|
+
--typography-link-m-extrabold-size: var(--primitive-typography-size-14);
|
|
344
|
+
--typography-link-m-extrabold-weight: var(
|
|
345
|
+
--primitive-typography-weight-extrabold
|
|
346
|
+
);
|
|
347
|
+
--typography-link-m-extrabold-line-height: var(
|
|
348
|
+
--primitive-typography-line-height-125
|
|
349
|
+
);
|
|
350
|
+
--typography-link-m-extrabold-letter-spacing: var(
|
|
351
|
+
--primitive-typography-letter-spacing-0
|
|
352
|
+
);
|
|
353
|
+
|
|
354
|
+
/* Link/S Bold */
|
|
355
|
+
--typography-link-s-bold-size: var(--primitive-typography-size-12);
|
|
356
|
+
--typography-link-s-bold-weight: var(--primitive-typography-weight-bold);
|
|
357
|
+
--typography-link-s-bold-line-height: var(
|
|
358
|
+
--primitive-typography-line-height-130
|
|
359
|
+
);
|
|
360
|
+
--typography-link-s-bold-letter-spacing: var(
|
|
361
|
+
--primitive-typography-letter-spacing-minus-0-5
|
|
362
|
+
);
|
|
363
|
+
|
|
364
|
+
/* Link/S Medium */
|
|
365
|
+
--typography-link-s-medium-size: var(--primitive-typography-size-12);
|
|
366
|
+
--typography-link-s-medium-weight: var(--primitive-typography-weight-medium);
|
|
367
|
+
--typography-link-s-medium-line-height: var(
|
|
368
|
+
--primitive-typography-line-height-130
|
|
296
369
|
);
|
|
297
|
-
--typography-
|
|
370
|
+
--typography-link-s-medium-letter-spacing: var(
|
|
298
371
|
--primitive-typography-letter-spacing-0
|
|
299
372
|
);
|
|
300
373
|
|
|
301
|
-
|
|
302
|
-
--typography-
|
|
303
|
-
|
|
374
|
+
/* Label */
|
|
375
|
+
--typography-label-family: var(--primitive-typography-family-dm-sans);
|
|
376
|
+
|
|
377
|
+
/* Label/M */
|
|
378
|
+
--typography-label-m-size: var(--primitive-typography-size-14);
|
|
379
|
+
--typography-label-m-weight: var(--primitive-typography-weight-bold);
|
|
380
|
+
--typography-label-m-line-height: var(--primitive-typography-line-height-100);
|
|
381
|
+
--typography-label-m-letter-spacing: var(
|
|
382
|
+
--primitive-typography-letter-spacing-0
|
|
383
|
+
);
|
|
384
|
+
|
|
385
|
+
/* Button */
|
|
386
|
+
--typography-button-family: var(--primitive-typography-family-dm-sans);
|
|
387
|
+
|
|
388
|
+
/* Button/M */
|
|
389
|
+
--typography-button-m-size: var(--primitive-typography-size-18);
|
|
390
|
+
--typography-button-m-weight: var(--primitive-typography-weight-medium);
|
|
391
|
+
--typography-button-m-line-height: var(
|
|
392
|
+
--primitive-typography-line-height-100
|
|
393
|
+
);
|
|
394
|
+
--typography-button-m-letter-spacing: var(
|
|
395
|
+
--primitive-typography-letter-spacing-0
|
|
396
|
+
);
|
|
397
|
+
|
|
398
|
+
/* Button/M Underlined */
|
|
399
|
+
--typography-button-m-underlined-size: var(--primitive-typography-size-18);
|
|
400
|
+
--typography-button-m-underlined-weight: var(
|
|
401
|
+
--primitive-typography-weight-medium
|
|
402
|
+
);
|
|
403
|
+
--typography-button-m-underlined-line-height: var(
|
|
404
|
+
--primitive-typography-line-height-100
|
|
405
|
+
);
|
|
406
|
+
--typography-button-m-underlined-letter-spacing: var(
|
|
407
|
+
--primitive-typography-letter-spacing-0
|
|
408
|
+
);
|
|
409
|
+
|
|
410
|
+
/* Button/S */
|
|
411
|
+
--typography-button-s-size: var(--primitive-typography-size-14);
|
|
412
|
+
--typography-button-s-weight: var(--primitive-typography-weight-medium);
|
|
413
|
+
--typography-button-s-line-height: var(
|
|
414
|
+
--primitive-typography-line-height-100
|
|
415
|
+
);
|
|
416
|
+
--typography-button-s-letter-spacing: var(
|
|
417
|
+
--primitive-typography-letter-spacing-minus-0-5
|
|
418
|
+
);
|
|
419
|
+
|
|
420
|
+
/* Tooltip */
|
|
421
|
+
--typography-tooltip-family: var(--primitive-typography-family-dm-sans);
|
|
422
|
+
|
|
423
|
+
/* Tooltip/M */
|
|
424
|
+
--typography-tooltip-m-size: var(--primitive-typography-size-16);
|
|
425
|
+
--typography-tooltip-m-weight: var(--primitive-typography-weight-medium);
|
|
426
|
+
--typography-tooltip-m-line-height: var(
|
|
427
|
+
--primitive-typography-line-height-115
|
|
428
|
+
);
|
|
429
|
+
--typography-tooltip-m-letter-spacing: var(
|
|
430
|
+
--primitive-typography-letter-spacing-minus-0-5
|
|
431
|
+
);
|
|
432
|
+
|
|
433
|
+
/* Feedback */
|
|
434
|
+
--typography-feedback-family: var(--primitive-typography-family-dm-sans);
|
|
435
|
+
|
|
436
|
+
/* Feedback/L */
|
|
437
|
+
--typography-feedback-l-size: var(--primitive-typography-size-24);
|
|
438
|
+
--typography-feedback-l-weight: var(--primitive-typography-weight-bold);
|
|
439
|
+
--typography-feedback-l-line-height: var(
|
|
304
440
|
--primitive-typography-line-height-120
|
|
305
441
|
);
|
|
306
|
-
--typography-
|
|
442
|
+
--typography-feedback-l-letter-spacing: var(
|
|
443
|
+
--primitive-typography-letter-spacing-minus-0-5
|
|
444
|
+
);
|
|
445
|
+
|
|
446
|
+
/* Feedback/S */
|
|
447
|
+
--typography-feedback-s-size: var(--primitive-typography-size-18);
|
|
448
|
+
--typography-feedback-s-weight: var(--primitive-typography-weight-medium);
|
|
449
|
+
--typography-feedback-s-line-height: var(
|
|
450
|
+
--primitive-typography-line-height-120
|
|
451
|
+
);
|
|
452
|
+
--typography-feedback-s-letter-spacing: var(
|
|
453
|
+
--primitive-typography-letter-spacing-minus-0-5
|
|
454
|
+
);
|
|
455
|
+
|
|
456
|
+
/* Toggle-switch */
|
|
457
|
+
--typography-toggle-switch-family: var(--primitive-typography-family-dm-sans);
|
|
458
|
+
|
|
459
|
+
/* Toggle-switch/M */
|
|
460
|
+
--typography-toggle-switch-m-size: var(--primitive-typography-size-16);
|
|
461
|
+
--typography-toggle-switch-m-weight: var(
|
|
462
|
+
--primitive-typography-weight-medium
|
|
463
|
+
);
|
|
464
|
+
--typography-toggle-switch-m-line-height: var(
|
|
465
|
+
--primitive-typography-line-height-100
|
|
466
|
+
);
|
|
467
|
+
--typography-toggle-switch-m-letter-spacing: var(
|
|
468
|
+
--primitive-typography-letter-spacing-0
|
|
469
|
+
);
|
|
470
|
+
|
|
471
|
+
/* Toggle-switch/S */
|
|
472
|
+
--typography-toggle-switch-s-size: var(--primitive-typography-size-14);
|
|
473
|
+
--typography-toggle-switch-s-weight: var(
|
|
474
|
+
--primitive-typography-weight-regular
|
|
475
|
+
);
|
|
476
|
+
--typography-toggle-switch-s-line-height: var(
|
|
477
|
+
--primitive-typography-line-height-100
|
|
478
|
+
);
|
|
479
|
+
--typography-toggle-switch-s-letter-spacing: var(
|
|
307
480
|
--primitive-typography-letter-spacing-0
|
|
308
481
|
);
|
|
309
482
|
|
|
310
|
-
|
|
311
|
-
--typography-
|
|
312
|
-
|
|
483
|
+
/* Checkbox & Radio */
|
|
484
|
+
--typography-checkbox-radio-family: var(
|
|
485
|
+
--primitive-typography-family-dm-sans
|
|
486
|
+
);
|
|
487
|
+
|
|
488
|
+
/* Checkbox & Radio/M */
|
|
489
|
+
--typography-checkbox-radio-m-size: var(--primitive-typography-size-16);
|
|
490
|
+
--typography-checkbox-radio-m-weight: var(
|
|
491
|
+
--primitive-typography-weight-medium
|
|
492
|
+
);
|
|
493
|
+
--typography-checkbox-radio-m-line-height: var(
|
|
494
|
+
--primitive-typography-line-height-100
|
|
495
|
+
);
|
|
496
|
+
--typography-checkbox-radio-m-letter-spacing: var(
|
|
497
|
+
--primitive-typography-letter-spacing-0
|
|
498
|
+
);
|
|
499
|
+
|
|
500
|
+
/* Checkbox & Radio/S */
|
|
501
|
+
--typography-checkbox-radio-s-size: var(--primitive-typography-size-14);
|
|
502
|
+
--typography-checkbox-radio-s-weight: var(
|
|
503
|
+
--primitive-typography-weight-regular
|
|
504
|
+
);
|
|
505
|
+
--typography-checkbox-radio-s-line-height: var(
|
|
313
506
|
--primitive-typography-line-height-120
|
|
314
507
|
);
|
|
315
|
-
--typography-
|
|
508
|
+
--typography-checkbox-radio-s-letter-spacing: var(
|
|
316
509
|
--primitive-typography-letter-spacing-0
|
|
317
510
|
);
|
|
318
511
|
|
|
319
|
-
|
|
320
|
-
--typography-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
512
|
+
/* Input & Dropdown */
|
|
513
|
+
--typography-input-dropdown-family: var(
|
|
514
|
+
--primitive-typography-family-dm-sans
|
|
515
|
+
);
|
|
516
|
+
|
|
517
|
+
/* Input & Dropdown/L */
|
|
518
|
+
--typography-input-dropdown-l-size: var(--primitive-typography-size-24);
|
|
519
|
+
--typography-input-dropdown-l-weight: var(--primitive-typography-weight-bold);
|
|
520
|
+
--typography-input-dropdown-l-line-height: var(
|
|
521
|
+
--primitive-typography-line-height-100
|
|
522
|
+
);
|
|
523
|
+
--typography-input-dropdown-l-letter-spacing: var(
|
|
524
|
+
--primitive-typography-letter-spacing-2
|
|
525
|
+
);
|
|
526
|
+
|
|
527
|
+
/* Input & Dropdown/M */
|
|
528
|
+
--typography-input-dropdown-m-size: var(--primitive-typography-size-18);
|
|
529
|
+
--typography-input-dropdown-m-weight: var(
|
|
530
|
+
--primitive-typography-weight-medium
|
|
531
|
+
);
|
|
532
|
+
--typography-input-dropdown-m-line-height: var(
|
|
533
|
+
--primitive-typography-line-height-100
|
|
534
|
+
);
|
|
535
|
+
--typography-input-dropdown-m-letter-spacing: var(
|
|
536
|
+
--primitive-typography-letter-spacing-0
|
|
324
537
|
);
|
|
325
538
|
}
|
|
326
539
|
:root,
|
|
@@ -330,51 +543,55 @@
|
|
|
330
543
|
|
|
331
544
|
--surface-neutral-0: var(--primitive-color-gray-0);
|
|
332
545
|
--surface-neutral-0-80: var(--primitive-color-gray-0-80);
|
|
546
|
+
--surface-neutral-0-static: var(--primitive-color-gray-0);
|
|
333
547
|
--surface-neutral-50: var(--primitive-color-gray-50);
|
|
334
548
|
--surface-neutral-100: var(--primitive-color-gray-100);
|
|
549
|
+
--surface-neutral-100-static: var(--primitive-color-gray-100);
|
|
550
|
+
--surface-neutral-150: var(--primitive-color-gray-150);
|
|
335
551
|
--surface-neutral-200: var(--primitive-color-gray-200);
|
|
552
|
+
--surface-neutral-200-static: var(--primitive-color-gray-200);
|
|
553
|
+
--surface-neutral-250: var(--primitive-color-gray-250);
|
|
336
554
|
--surface-neutral-300: var(--primitive-color-gray-300);
|
|
555
|
+
--surface-neutral-400: var(--primitive-color-gray-400);
|
|
337
556
|
--surface-neutral-500: var(--primitive-color-gray-500);
|
|
557
|
+
--surface-neutral-600: var(--primitive-color-gray-600);
|
|
338
558
|
--surface-neutral-700: var(--primitive-color-gray-700);
|
|
559
|
+
--surface-neutral-750: var(--primitive-color-gray-750);
|
|
339
560
|
--surface-neutral-800: var(--primitive-color-gray-800);
|
|
340
561
|
--surface-neutral-900: var(--primitive-color-gray-900);
|
|
341
562
|
--surface-neutral-900-80: var(--primitive-color-gray-900-80);
|
|
342
563
|
--surface-neutral-900-static: var(--primitive-color-gray-900);
|
|
564
|
+
--surface-neutral-900-80-static: var(--primitive-color-gray-900-80);
|
|
343
565
|
--surface-neutral-1000: var(--primitive-color-gray-1000);
|
|
344
|
-
--surface-neutral-
|
|
566
|
+
--surface-neutral-1000-80-static: var(--primitive-color-gray-1000-80);
|
|
345
567
|
|
|
346
568
|
/* Surface / Brand */
|
|
347
569
|
|
|
348
570
|
--surface-brand-50: var(--primitive-color-brand-50);
|
|
349
|
-
--surface-brand-
|
|
571
|
+
--surface-brand-100: var(--primitive-color-brand-100);
|
|
350
572
|
--surface-brand-400-static: var(--primitive-color-brand-400);
|
|
351
573
|
--surface-brand-500: var(--primitive-color-brand-500);
|
|
352
574
|
--surface-brand-500-static: var(--primitive-color-brand-500);
|
|
353
|
-
--surface-brand-600: var(--primitive-color-brand-600);
|
|
354
575
|
--surface-brand-600-static: var(--primitive-color-brand-600);
|
|
355
576
|
|
|
356
577
|
/* Surface / Status */
|
|
357
578
|
|
|
358
579
|
--surface-status-negative-50: var(--primitive-color-negative-50);
|
|
359
580
|
--surface-status-negative-500: var(--primitive-color-negative-500);
|
|
360
|
-
--surface-status-negative-600: var(--primitive-color-negative-500);
|
|
361
|
-
--surface-error-500: var(--primitive-color-negative-500);
|
|
362
581
|
|
|
363
582
|
--surface-status-warning-50: var(--primitive-color-warning-50);
|
|
364
583
|
--surface-status-warning-500: var(--primitive-color-warning-500);
|
|
365
584
|
|
|
366
585
|
--surface-status-positive-50: var(--primitive-color-positive-50);
|
|
367
586
|
--surface-status-positive-500: var(--primitive-color-positive-500);
|
|
368
|
-
--surface-status-positive-600: var(--primitive-color-positive-500);
|
|
369
|
-
--surface-status-positive-600-static: var(--primitive-color-positive-500);
|
|
370
587
|
|
|
371
588
|
/* Icon / Neutral */
|
|
372
589
|
|
|
373
590
|
--icon-neutral-0: var(--primitive-color-gray-0);
|
|
374
591
|
--icon-neutral-0-static: var(--primitive-color-gray-0);
|
|
375
|
-
--icon-neutral-50: var(--primitive-color-gray-50);
|
|
376
592
|
--icon-neutral-50-static: var(--primitive-color-gray-50);
|
|
377
593
|
--icon-neutral-300: var(--primitive-color-gray-300);
|
|
594
|
+
--icon-neutral-300-static: var(--primitive-color-gray-300);
|
|
378
595
|
--icon-neutral-500: var(--primitive-color-gray-500);
|
|
379
596
|
--icon-neutral-500-static: var(--primitive-color-gray-500);
|
|
380
597
|
--icon-neutral-800: var(--primitive-color-gray-800);
|
|
@@ -382,7 +599,6 @@
|
|
|
382
599
|
|
|
383
600
|
/* Icon / Brand */
|
|
384
601
|
|
|
385
|
-
--icon-brand-500: var(--primitive-color-brand-500);
|
|
386
602
|
--icon-brand-500-static: var(--primitive-color-brand-500);
|
|
387
603
|
|
|
388
604
|
/* Icon / Status */
|
|
@@ -390,12 +606,13 @@
|
|
|
390
606
|
--icon-status-negative: var(--primitive-color-negative-500);
|
|
391
607
|
--icon-status-warning: var(--primitive-color-warning-500);
|
|
392
608
|
--icon-status-positive: var(--primitive-color-positive-500);
|
|
393
|
-
--icon-status-positive-static: var(--primitive-color-positive-500);
|
|
394
609
|
|
|
395
610
|
/* Border / Neutral */
|
|
396
611
|
|
|
397
|
-
--border-neutral-0: var(--primitive-color-gray-0);
|
|
398
612
|
--border-neutral-100: var(--primitive-color-gray-100);
|
|
613
|
+
--border-neutral-100-static: var(--primitive-color-gray-100);
|
|
614
|
+
--border-neutral-200: var(--primitive-color-gray-200);
|
|
615
|
+
--border-neutral-250: var(--primitive-color-gray-250);
|
|
399
616
|
--border-neutral-300: var(--primitive-color-gray-300);
|
|
400
617
|
--border-neutral-400: var(--primitive-color-gray-400);
|
|
401
618
|
--border-neutral-500: var(--primitive-color-gray-500);
|
|
@@ -403,132 +620,167 @@
|
|
|
403
620
|
/* Border / Brand */
|
|
404
621
|
|
|
405
622
|
--border-brand-500: var(--primitive-color-brand-500);
|
|
406
|
-
--border-brand-500-static: var(--primitive-color-brand-500);
|
|
407
623
|
--border-brand-600: var(--primitive-color-brand-600);
|
|
408
624
|
|
|
409
625
|
/* Border / Status */
|
|
410
626
|
|
|
411
627
|
--border-status-negative: var(--primitive-color-negative-500);
|
|
628
|
+
--border-status-negative-static: var(--primitive-color-negative-500);
|
|
412
629
|
--border-status-warning: var(--primitive-color-warning-500);
|
|
413
|
-
--border-status-
|
|
630
|
+
--border-status-warning-static: var(--primitive-color-warning-500);
|
|
414
631
|
--border-status-positive-static: var(--primitive-color-positive-500);
|
|
415
632
|
--border-status-focus: var(--primitive-color-focus-500);
|
|
416
633
|
|
|
417
634
|
/* Text / Body */
|
|
418
635
|
|
|
419
|
-
--text-body-primary: var(--primitive-color-gray-800);
|
|
420
|
-
--text-body-secondary: var(--primitive-color-gray-500);
|
|
421
|
-
--text-body-tertiary: var(--primitive-color-gray-300);
|
|
422
|
-
--text-body-0: var(--primitive-color-gray-0);
|
|
423
636
|
--text-body-0-static: var(--primitive-color-gray-0);
|
|
637
|
+
--text-body-300-tertiary: var(--primitive-color-gray-300);
|
|
638
|
+
--text-body-300-tertiary-static: var(--primitive-color-gray-300);
|
|
639
|
+
--text-body-400: var(--primitive-color-gray-400);
|
|
640
|
+
--text-body-500-secondary: var(--primitive-color-gray-500);
|
|
641
|
+
--text-body-500-secondary-static: var(--primitive-color-gray-500);
|
|
642
|
+
--text-body-800-primary: var(--primitive-color-gray-800);
|
|
643
|
+
--text-body-800-primary-static: var(--primitive-color-gray-800);
|
|
424
644
|
|
|
425
645
|
/* Text / Link */
|
|
426
646
|
|
|
427
|
-
--text-link-default: var(--primitive-color-brand-500);
|
|
428
647
|
--text-link-hover: var(--primitive-color-brand-300);
|
|
429
|
-
--text-link-
|
|
430
|
-
--text-link-disabled: var(--primitive-color-gray-500);
|
|
431
|
-
--text-link-disabled-static: var(--primitive-color-gray-500);
|
|
648
|
+
--text-link-default: var(--primitive-color-brand-500);
|
|
432
649
|
--text-link-visited: var(--primitive-color-gray-700);
|
|
650
|
+
--text-link-disabled: var(--primitive-color-gray-500);
|
|
433
651
|
|
|
434
652
|
/* Text / Accent */
|
|
435
653
|
|
|
436
654
|
--text-accent-brand: var(--primitive-color-brand-500);
|
|
437
|
-
--text-accent-brand-static: var(--primitive-color-brand-500);
|
|
438
655
|
--text-accent-brand-secondary: var(--primitive-color-brand-secondary-500);
|
|
439
|
-
--text-accent-brand-secondary-static: var(
|
|
440
|
-
--primitive-color-brand-secondary-500
|
|
441
|
-
);
|
|
442
656
|
|
|
443
657
|
/* Text / Status */
|
|
444
658
|
|
|
445
659
|
--text-status-negative: var(--primitive-color-negative-500);
|
|
446
660
|
--text-status-warning: var(--primitive-color-warning-500);
|
|
447
661
|
--text-status-positive: var(--primitive-color-positive-500);
|
|
448
|
-
--text-status-positive-static: var(--primitive-color-positive-500);
|
|
449
|
-
|
|
450
|
-
/* Text / Tooltip */
|
|
451
|
-
|
|
452
|
-
--text-tooltip-neutral: var(--text-body-0-static);
|
|
453
662
|
}
|
|
454
663
|
[data-incode-theme='dark'] {
|
|
455
664
|
/* Surface / Neutral */
|
|
456
665
|
|
|
457
666
|
--surface-neutral-0: var(--primitive-color-gray-1000);
|
|
667
|
+
--surface-neutral-0-static: var(--primitive-color-gray-0);
|
|
458
668
|
--surface-neutral-0-80: var(--primitive-color-gray-900-80);
|
|
459
669
|
--surface-neutral-50: var(--primitive-color-gray-900);
|
|
460
670
|
--surface-neutral-100: var(--primitive-color-gray-800);
|
|
671
|
+
--surface-neutral-100-static: var(--primitive-color-gray-100);
|
|
672
|
+
--surface-neutral-150: var(--primitive-color-gray-750);
|
|
461
673
|
--surface-neutral-200: var(--primitive-color-gray-700);
|
|
674
|
+
--surface-neutral-200-static: var(--primitive-color-gray-200);
|
|
675
|
+
--surface-neutral-250: var(--primitive-color-gray-600);
|
|
462
676
|
--surface-neutral-300: var(--primitive-color-gray-500);
|
|
677
|
+
--surface-neutral-400: var(--primitive-color-gray-500);
|
|
463
678
|
--surface-neutral-500: var(--primitive-color-gray-300);
|
|
679
|
+
--surface-neutral-600: var(--primitive-color-gray-250);
|
|
464
680
|
--surface-neutral-700: var(--primitive-color-gray-200);
|
|
681
|
+
--surface-neutral-750: var(--primitive-color-gray-150);
|
|
465
682
|
--surface-neutral-800: var(--primitive-color-gray-100);
|
|
466
683
|
--surface-neutral-900: var(--primitive-color-gray-0);
|
|
467
684
|
--surface-neutral-900-80: var(--primitive-color-gray-0-80);
|
|
685
|
+
--surface-neutral-900-static: var(--primitive-color-gray-900);
|
|
686
|
+
--surface-neutral-900-80-static: var(--primitive-color-gray-0-80);
|
|
468
687
|
--surface-neutral-1000: var(--primitive-color-gray-0);
|
|
469
|
-
--surface-neutral-
|
|
688
|
+
--surface-neutral-1000-80-static: var(--primitive-color-gray-1000-80);
|
|
470
689
|
|
|
471
690
|
/* Surface / Brand */
|
|
472
691
|
|
|
473
692
|
--surface-brand-50: var(--primitive-color-brand-900);
|
|
693
|
+
--surface-brand-100: var(--primitive-color-brand-900);
|
|
694
|
+
--surface-brand-400-static: var(--primitive-color-brand-400);
|
|
695
|
+
--surface-brand-500: var(--primitive-color-gray-0);
|
|
696
|
+
--surface-brand-500-static: var(--primitive-color-brand-500);
|
|
697
|
+
--surface-brand-600-static: var(--primitive-color-brand-600);
|
|
474
698
|
|
|
475
699
|
/* Surface / Status */
|
|
476
700
|
|
|
477
701
|
--surface-status-negative-50: var(--primitive-color-negative-950);
|
|
478
702
|
--surface-status-negative-500: var(--primitive-color-negative-500);
|
|
479
|
-
--surface-status-negative-600: var(--primitive-color-negative-500);
|
|
480
|
-
--surface-error-500: var(--primitive-color-negative-500);
|
|
481
703
|
|
|
482
704
|
--surface-status-warning-50: var(--primitive-color-warning-950);
|
|
483
705
|
--surface-status-warning-500: var(--primitive-color-warning-400);
|
|
484
706
|
|
|
485
|
-
--surface-status-positive-50: var(--primitive-color-positive-
|
|
486
|
-
--surface-status-positive-500: var(--primitive-color-positive-
|
|
707
|
+
--surface-status-positive-50: var(--primitive-color-positive-950);
|
|
708
|
+
--surface-status-positive-500: var(--primitive-color-positive-400);
|
|
487
709
|
|
|
488
710
|
/* Icon / Neutral */
|
|
489
711
|
|
|
490
712
|
--icon-neutral-0: var(--primitive-color-gray-800);
|
|
713
|
+
--icon-neutral-0-static: var(--primitive-color-gray-0);
|
|
714
|
+
--icon-neutral-50-static: var(--primitive-color-gray-50);
|
|
491
715
|
--icon-neutral-300: var(--primitive-color-gray-500);
|
|
716
|
+
--icon-neutral-300-static: var(--primitive-color-gray-300);
|
|
492
717
|
--icon-neutral-500: var(--primitive-color-gray-300);
|
|
718
|
+
--icon-neutral-500-static: var(--primitive-color-gray-500);
|
|
493
719
|
--icon-neutral-800: var(--primitive-color-gray-100);
|
|
720
|
+
--icon-neutral-800-static: var(--primitive-color-gray-800);
|
|
721
|
+
|
|
722
|
+
/* Icon / Brand */
|
|
723
|
+
|
|
724
|
+
--icon-brand-500-static: var(--primitive-color-brand-500);
|
|
494
725
|
|
|
495
726
|
/* Icon / Status */
|
|
496
727
|
|
|
497
|
-
--icon-status-negative: var(--primitive-color-negative-
|
|
728
|
+
--icon-status-negative: var(--primitive-color-negative-400);
|
|
498
729
|
--icon-status-warning: var(--primitive-color-warning-400);
|
|
730
|
+
--icon-status-positive: var(--primitive-color-positive-400);
|
|
499
731
|
|
|
500
732
|
/* Border / Neutral */
|
|
501
733
|
|
|
502
734
|
--border-neutral-100: var(--primitive-color-gray-700);
|
|
735
|
+
--border-neutral-100-static: var(--primitive-color-gray-100);
|
|
736
|
+
--border-neutral-200: var(--primitive-color-gray-600);
|
|
737
|
+
--border-neutral-250: var(--primitive-color-gray-600);
|
|
503
738
|
--border-neutral-300: var(--primitive-color-gray-500);
|
|
504
739
|
--border-neutral-400: var(--primitive-color-gray-500);
|
|
505
740
|
--border-neutral-500: var(--primitive-color-gray-300);
|
|
506
741
|
|
|
507
742
|
/* Border / Brand */
|
|
508
743
|
|
|
744
|
+
--border-brand-500: var(--primitive-color-brand-500);
|
|
509
745
|
--border-brand-600: var(--primitive-color-brand-400);
|
|
510
746
|
|
|
511
747
|
/* Border / Status */
|
|
512
748
|
|
|
513
|
-
--border-status-negative: var(--primitive-color-negative-
|
|
749
|
+
--border-status-negative: var(--primitive-color-negative-400);
|
|
750
|
+
--border-status-negative-static: var(--primitive-color-negative-500);
|
|
514
751
|
--border-status-warning: var(--primitive-color-warning-400);
|
|
752
|
+
--border-status-warning-static: var(--primitive-color-warning-500);
|
|
515
753
|
--border-status-focus: var(--primitive-color-focus-400);
|
|
754
|
+
--border-status-focus-static: var(--primitive-color-focus-400);
|
|
516
755
|
|
|
517
756
|
/* Text / Body */
|
|
518
757
|
|
|
519
|
-
--text-body-
|
|
520
|
-
--text-body-
|
|
521
|
-
--text-body-tertiary: var(--primitive-color-gray-
|
|
758
|
+
--text-body-0-static: var(--primitive-color-gray-0);
|
|
759
|
+
--text-body-300-tertiary: var(--primitive-color-gray-500);
|
|
760
|
+
--text-body-300-tertiary-static: var(--primitive-color-gray-300);
|
|
761
|
+
--text-body-400: var(--primitive-color-gray-500);
|
|
762
|
+
--text-body-500-secondary: var(--primitive-color-gray-300);
|
|
763
|
+
--text-body-500-secondary-static: var(--primitive-color-gray-500);
|
|
764
|
+
--text-body-800-primary: var(--primitive-color-gray-50);
|
|
765
|
+
--text-body-800-primary-static: var(--primitive-color-gray-800);
|
|
522
766
|
|
|
523
767
|
/* Text / Link */
|
|
524
768
|
|
|
769
|
+
--text-link-hover: var(--primitive-color-brand-300);
|
|
525
770
|
--text-link-default: var(--primitive-color-brand-400);
|
|
526
771
|
--text-link-visited: var(--primitive-color-gray-300);
|
|
772
|
+
--text-link-disabled: var(--primitive-color-gray-500);
|
|
773
|
+
|
|
774
|
+
/* Text / Accent */
|
|
775
|
+
|
|
776
|
+
--text-accent-brand: var(--primitive-color-brand-500);
|
|
777
|
+
--text-accent-brand-secondary: var(--primitive-color-brand-secondary-500);
|
|
527
778
|
|
|
528
779
|
/* Text / Status */
|
|
529
780
|
|
|
530
|
-
--text-status-negative: var(--primitive-color-negative-
|
|
781
|
+
--text-status-negative: var(--primitive-color-negative-400);
|
|
531
782
|
--text-status-warning: var(--primitive-color-warning-400);
|
|
783
|
+
--text-status-positive: var(--primitive-color-positive-500);
|
|
532
784
|
}
|
|
533
785
|
:root,
|
|
534
786
|
:host {
|
|
@@ -539,7 +791,7 @@
|
|
|
539
791
|
--button-primary-surface-disabled: var(--surface-neutral-100);
|
|
540
792
|
|
|
541
793
|
--button-primary-text-default: var(--text-body-0-static);
|
|
542
|
-
--button-primary-text-disabled: var(--text-body-
|
|
794
|
+
--button-primary-text-disabled: var(--text-body-500-secondary);
|
|
543
795
|
|
|
544
796
|
--button-primary-border-default: var(--surface-brand-500-static);
|
|
545
797
|
--button-primary-border-hover: var(--surface-brand-400-static);
|
|
@@ -553,8 +805,8 @@
|
|
|
553
805
|
--button-secondary-surface-pressed: var(--surface-brand-600-static);
|
|
554
806
|
--button-secondary-surface-disabled: var(--surface-neutral-200);
|
|
555
807
|
|
|
556
|
-
--button-secondary-text-default: var(--text-accent-brand
|
|
557
|
-
--button-secondary-text-disabled: var(--text-body-secondary);
|
|
808
|
+
--button-secondary-text-default: var(--text-accent-brand);
|
|
809
|
+
--button-secondary-text-disabled: var(--text-body-500-secondary);
|
|
558
810
|
|
|
559
811
|
--button-secondary-border-default: var(--surface-brand-500-static);
|
|
560
812
|
--button-secondary-border-hover: var(--surface-brand-400-static);
|
|
@@ -563,8 +815,8 @@
|
|
|
563
815
|
--button-secondary-border-radius: var(--border-radius-medium);
|
|
564
816
|
|
|
565
817
|
/* Button / Tertiary */
|
|
566
|
-
--button-tertiary-text-default: var(--text-accent-brand
|
|
567
|
-
--button-tertiary-text-disabled: var(--text-body-secondary);
|
|
818
|
+
--button-tertiary-text-default: var(--text-accent-brand);
|
|
819
|
+
--button-tertiary-text-disabled: var(--text-body-500-secondary);
|
|
568
820
|
|
|
569
821
|
/* Checkbox */
|
|
570
822
|
--checkbox-surface-default: var(--surface-neutral-50);
|
|
@@ -572,22 +824,22 @@
|
|
|
572
824
|
--checkbox-surface-disabled: var(--primitive-color-gray-400);
|
|
573
825
|
|
|
574
826
|
--checkbox-border-default: var(--primitive-color-gray-400);
|
|
575
|
-
--checkbox-border-selected: var(--border-brand-500
|
|
827
|
+
--checkbox-border-selected: var(--border-brand-500); /* legacy */
|
|
576
828
|
--checkbox-border-disabled: var(--primitive-color-gray-400);
|
|
577
829
|
--checkbox-border-negative: var(--border-status-negative);
|
|
578
830
|
--checkbox-border-radius: var(--border-radius-small);
|
|
579
831
|
|
|
580
832
|
--checkbox-icon-default: var(--surface-neutral-0);
|
|
581
833
|
|
|
582
|
-
--checkbox-text-default: var(--text-body-primary);
|
|
583
|
-
--checkbox-text-disabled: var(--text-body-
|
|
834
|
+
--checkbox-text-default: var(--text-body-800-primary);
|
|
835
|
+
--checkbox-text-disabled: var(--text-body-500-secondary);
|
|
584
836
|
--checkbox-text-negative: var(--text-status-negative);
|
|
585
837
|
|
|
586
838
|
/* Card */
|
|
587
839
|
--card-surface-primary: var(--surface-neutral-800);
|
|
588
840
|
|
|
589
841
|
--card-text-title: var(--surface-neutral-100);
|
|
590
|
-
--card-text-subtitle: var(--text-body-secondary);
|
|
842
|
+
--card-text-subtitle: var(--text-body-500-secondary);
|
|
591
843
|
|
|
592
844
|
/* Countdown */
|
|
593
845
|
--countdown-surface-default: var(--surface-neutral-900-static);
|
|
@@ -601,30 +853,30 @@
|
|
|
601
853
|
--input-surface-negative: var(--surface-neutral-50);
|
|
602
854
|
|
|
603
855
|
--input-border-default: var(--border-neutral-400);
|
|
604
|
-
--input-border-active: var(--border-brand-500
|
|
856
|
+
--input-border-active: var(--border-brand-500); /* legacy */
|
|
605
857
|
--input-border-disabled: var(--border-neutral-100);
|
|
606
858
|
--input-border-negative: var(--border-status-negative);
|
|
607
859
|
--input-border-focus: var(--border-status-focus);
|
|
608
860
|
--input-border-radius: var(--border-radius-small);
|
|
609
861
|
|
|
610
862
|
--input-icon-default: var(--surface-neutral-300);
|
|
611
|
-
--input-icon-positive: var(--surface-status-positive-
|
|
863
|
+
--input-icon-positive: var(--surface-status-positive-500);
|
|
612
864
|
--input-icon-negative: var(--border-status-negative);
|
|
613
865
|
--input-icon-warning: var(--surface-status-warning-500);
|
|
614
866
|
|
|
615
|
-
--input-text-label-default: var(--text-body-primary);
|
|
616
|
-
--input-text-label-disabled: var(--text-body-tertiary);
|
|
867
|
+
--input-text-label-default: var(--text-body-800-primary);
|
|
868
|
+
--input-text-label-disabled: var(--text-body-300-tertiary); /* legacy */
|
|
617
869
|
--input-text-label-font-family:
|
|
618
870
|
var(--primitive-typography-family-dm-sans), system-ui, sans-serif;
|
|
619
871
|
|
|
620
|
-
--input-text-field-default: var(--text-body-primary);
|
|
621
|
-
--input-text-field-disabled: var(--text-body-
|
|
622
|
-
--input-text-field-placeholder: var(--text-body-
|
|
872
|
+
--input-text-field-default: var(--text-body-800-primary);
|
|
873
|
+
--input-text-field-disabled: var(--text-body-400);
|
|
874
|
+
--input-text-field-placeholder: var(--text-body-400);
|
|
623
875
|
--input-text-field-font-family:
|
|
624
876
|
var(--primitive-typography-family-dm-sans), system-ui, sans-serif;
|
|
625
877
|
|
|
626
|
-
--input-text-helper-default: var(--text-body-
|
|
627
|
-
--input-text-helper-disabled: var(--text-body-tertiary);
|
|
878
|
+
--input-text-helper-default: var(--text-body-800-primary);
|
|
879
|
+
--input-text-helper-disabled: var(--text-body-300-tertiary); /* legacy */
|
|
628
880
|
--input-text-helper-negative: var(--text-status-negative);
|
|
629
881
|
|
|
630
882
|
/* Dropdown */
|
|
@@ -635,35 +887,35 @@
|
|
|
635
887
|
--dropdown-surface-negative: var(--surface-neutral-50);
|
|
636
888
|
|
|
637
889
|
--dropdown-border-default: var(--border-neutral-400);
|
|
638
|
-
--dropdown-border-active: var(--border-brand-500
|
|
890
|
+
--dropdown-border-active: var(--border-brand-500); /* legacy */
|
|
639
891
|
--dropdown-border-disabled: var(--border-neutral-100);
|
|
640
892
|
--dropdown-border-negative: var(--border-status-negative);
|
|
641
893
|
--dropdown-border-focus: var(--border-status-focus);
|
|
642
894
|
|
|
643
895
|
--dropdown-icon-default: var(--surface-neutral-300);
|
|
644
|
-
--dropdown-icon-positive: var(--surface-status-positive-
|
|
896
|
+
--dropdown-icon-positive: var(--surface-status-positive-500);
|
|
645
897
|
--dropdown-icon-negative: var(--border-status-negative);
|
|
646
898
|
--dropdown-icon-warning: var(--surface-status-warning-500);
|
|
647
899
|
|
|
648
|
-
--dropdown-text-label-default: var(--text-body-primary);
|
|
649
|
-
--dropdown-text-label-disabled: var(--text-body-tertiary);
|
|
900
|
+
--dropdown-text-label-default: var(--text-body-800-primary);
|
|
901
|
+
--dropdown-text-label-disabled: var(--text-body-300-tertiary); /* legacy */
|
|
650
902
|
--dropdown-text-label-font-family: var(--input-text-label-font-family);
|
|
651
903
|
|
|
652
|
-
--dropdown-text-input-default: var(--text-body-primary);
|
|
653
|
-
--dropdown-text-input-disabled: var(--text-body-
|
|
654
|
-
--dropdown-text-input-placeholder: var(--text-body-
|
|
904
|
+
--dropdown-text-input-default: var(--text-body-800-primary);
|
|
905
|
+
--dropdown-text-input-disabled: var(--text-body-400);
|
|
906
|
+
--dropdown-text-input-placeholder: var(--text-body-400);
|
|
655
907
|
--dropdown-text-input-font-family: var(--input-text-field-font-family);
|
|
656
908
|
|
|
657
|
-
--dropdown-text-helper-default: var(--text-body-
|
|
658
|
-
--dropdown-text-helper-disabled: var(--text-body-tertiary);
|
|
909
|
+
--dropdown-text-helper-default: var(--text-body-800-primary);
|
|
910
|
+
--dropdown-text-helper-disabled: var(--text-body-300-tertiary); /* legacy */
|
|
659
911
|
--dropdown-text-helper-negative: var(--text-status-negative);
|
|
660
912
|
|
|
661
913
|
/* Link */
|
|
662
914
|
|
|
663
|
-
--link-default: var(--text-
|
|
664
|
-
--link-hover: var(--text-body-primary);
|
|
665
|
-
--link-disabled: var(--text-body-secondary);
|
|
666
|
-
--link-visited: var(--text-
|
|
915
|
+
--link-default: var(--text-link-default);
|
|
916
|
+
--link-hover: var(--text-body-800-primary);
|
|
917
|
+
--link-disabled: var(--text-body-500-secondary);
|
|
918
|
+
--link-visited: var(--text-link-default);
|
|
667
919
|
|
|
668
920
|
/* Spinner */
|
|
669
921
|
|
|
@@ -672,8 +924,8 @@
|
|
|
672
924
|
--spinner-surface-overlay: var(--surface-neutral-0);
|
|
673
925
|
--spinner-surface-overlay-opacity: 1;
|
|
674
926
|
|
|
675
|
-
--spinner-text-title: var(--text-body-primary);
|
|
676
|
-
--spinner-text-subtitle: var(--text-body-secondary);
|
|
927
|
+
--spinner-text-title: var(--text-body-800-primary);
|
|
928
|
+
--spinner-text-subtitle: var(--text-body-500-secondary);
|
|
677
929
|
|
|
678
930
|
/* Snackbar */
|
|
679
931
|
|
|
@@ -682,19 +934,19 @@
|
|
|
682
934
|
--snackbar-surface-warning: var(--surface-status-warning-50);
|
|
683
935
|
--snackbar-surface-negative: var(--surface-status-negative-50);
|
|
684
936
|
|
|
685
|
-
--snackbar-border-neutral: var(--border-brand-500
|
|
937
|
+
--snackbar-border-neutral: var(--border-brand-500);
|
|
686
938
|
--snackbar-border-positive: var(--border-status-positive-static);
|
|
687
939
|
--snackbar-border-warning: var(--border-status-warning);
|
|
688
940
|
--snackbar-border-negative: var(--border-status-negative);
|
|
689
941
|
|
|
690
942
|
--snackbar-icon-brand: var(--icon-brand-500-static);
|
|
691
|
-
--snackbar-icon-positive: var(--icon-status-positive
|
|
943
|
+
--snackbar-icon-positive: var(--icon-status-positive);
|
|
692
944
|
--snackbar-icon-negative: var(--icon-status-negative);
|
|
693
945
|
--snackbar-icon-warning: var(--icon-status-warning);
|
|
694
946
|
|
|
695
|
-
--snackbar-text-default: var(--text-body-primary);
|
|
947
|
+
--snackbar-text-default: var(--text-body-800-primary); /* legacy */
|
|
696
948
|
--snackbar-text-link: var(--link-default);
|
|
697
|
-
--snackbar-text-positive: var(--text-status-positive
|
|
949
|
+
--snackbar-text-positive: var(--text-status-positive);
|
|
698
950
|
--snackbar-text-warning: var(--text-status-warning);
|
|
699
951
|
--snackbar-text-negative: var(--text-status-negative);
|
|
700
952
|
|
|
@@ -708,8 +960,8 @@
|
|
|
708
960
|
--toggle-switch-surface-secondary-off: var(--surface-neutral-100);
|
|
709
961
|
--toggle-switch-surface-secondary-disabled: var(--surface-neutral-200);
|
|
710
962
|
|
|
711
|
-
--toggle-switch-text-default: var(--text-body-primary);
|
|
712
|
-
--toggle-switch-text-disabled: var(--text-body-
|
|
963
|
+
--toggle-switch-text-default: var(--text-body-800-primary);
|
|
964
|
+
--toggle-switch-text-disabled: var(--text-body-500-secondary);
|
|
713
965
|
--toggle-switch-text-negative: var(--text-status-negative);
|
|
714
|
-
--toggle-switch-text-link: var(--text-
|
|
966
|
+
--toggle-switch-text-link: var(--text-link-default);
|
|
715
967
|
}
|