@entur/tokens 3.11.1-alpha.0 → 3.11.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +9 -1983
- package/dist/styles.css +1825 -1975
- package/dist/styles.less +1825 -1975
- package/dist/styles.scss +1825 -1975
- package/dist/tokens.cjs.development.js +7 -160
- package/dist/tokens.cjs.development.js.map +1 -1
- package/dist/tokens.cjs.production.min.js +1 -1
- package/dist/tokens.cjs.production.min.js.map +1 -1
- package/dist/tokens.esm.js +7 -160
- package/dist/tokens.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -260,1991 +260,17 @@ export declare const outlineOffsets: {
|
|
|
260
260
|
focus: number;
|
|
261
261
|
};
|
|
262
262
|
};
|
|
263
|
-
|
|
263
|
+
type colorTokens = {
|
|
264
264
|
light: {
|
|
265
|
-
colors:
|
|
266
|
-
baseColorsFrameContrast: string;
|
|
267
|
-
baseColorsFrameContrastAlt: string;
|
|
268
|
-
baseColorsFrameDefault: string;
|
|
269
|
-
baseColorsFrameDefaultAlt: string;
|
|
270
|
-
baseColorsFrameSubdued: string;
|
|
271
|
-
baseColorsFrameSubduedAlt: string;
|
|
272
|
-
baseColorsShapeAccent: string;
|
|
273
|
-
baseColorsShapeDisabled: string;
|
|
274
|
-
baseColorsShapeDisabledAlt: string;
|
|
275
|
-
baseColorsShapeHighlight: string;
|
|
276
|
-
baseColorsShapeLight: string;
|
|
277
|
-
baseColorsShapeSubdued: string;
|
|
278
|
-
baseColorsShapeSubduedAlt: string;
|
|
279
|
-
baseColorsStrokeContrast: string;
|
|
280
|
-
baseColorsStrokeDefault: string;
|
|
281
|
-
baseColorsStrokeDisabled: string;
|
|
282
|
-
baseColorsStrokeFocusContrast: string;
|
|
283
|
-
baseColorsStrokeFocusStandard: string;
|
|
284
|
-
baseColorsStrokeHighlight: string;
|
|
285
|
-
baseColorsStrokeLight: string;
|
|
286
|
-
baseColorsStrokeSubdued: string;
|
|
287
|
-
baseColorsStrokeSubduedAlt: string;
|
|
288
|
-
baseColorsTextAccent: string;
|
|
289
|
-
baseColorsTextDisabled: string;
|
|
290
|
-
baseColorsTextDisabledAlt: string;
|
|
291
|
-
baseColorsTextLight: string;
|
|
292
|
-
baseColorsTextSubdued: string;
|
|
293
|
-
baseColorsTextSubduedAlt: string;
|
|
294
|
-
componentsLayoutBadgeInformationContrastBorder: string;
|
|
295
|
-
componentsLayoutBadgeInformationContrastBullet: string;
|
|
296
|
-
componentsLayoutBadgeInformationContrastFill: string;
|
|
297
|
-
componentsLayoutBadgeInformationContrastText: string;
|
|
298
|
-
componentsLayoutBadgeInformationContrastTextBullet: string;
|
|
299
|
-
componentsLayoutBadgeInformationStandardBorder: string;
|
|
300
|
-
componentsLayoutBadgeInformationStandardBullet: string;
|
|
301
|
-
componentsLayoutBadgeInformationStandardFill: string;
|
|
302
|
-
componentsLayoutBadgeInformationStandardText: string;
|
|
303
|
-
componentsLayoutBadgeInformationStandardTextBullet: string;
|
|
304
|
-
componentsLayoutBadgeNegativeContrastBorder: string;
|
|
305
|
-
componentsLayoutBadgeNegativeContrastBullet: string;
|
|
306
|
-
componentsLayoutBadgeNegativeContrastFill: string;
|
|
307
|
-
componentsLayoutBadgeNegativeContrastText: string;
|
|
308
|
-
componentsLayoutBadgeNegativeContrastTextBullet: string;
|
|
309
|
-
componentsLayoutBadgeNegativeStandardBorder: string;
|
|
310
|
-
componentsLayoutBadgeNegativeStandardBullet: string;
|
|
311
|
-
componentsLayoutBadgeNegativeStandardFill: string;
|
|
312
|
-
componentsLayoutBadgeNegativeStandardText: string;
|
|
313
|
-
componentsLayoutBadgeNegativeStandardTextBullet: string;
|
|
314
|
-
componentsLayoutBadgeNeutralContrastBorder: string;
|
|
315
|
-
componentsLayoutBadgeNeutralContrastBullet: string;
|
|
316
|
-
componentsLayoutBadgeNeutralContrastFill: string;
|
|
317
|
-
componentsLayoutBadgeNeutralContrastText: string;
|
|
318
|
-
componentsLayoutBadgeNeutralContrastTextBullet: string;
|
|
319
|
-
componentsLayoutBadgeNeutralStandardBorder: string;
|
|
320
|
-
componentsLayoutBadgeNeutralStandardBullet: string;
|
|
321
|
-
componentsLayoutBadgeNeutralStandardFill: string;
|
|
322
|
-
componentsLayoutBadgeNeutralStandardText: string;
|
|
323
|
-
componentsLayoutBadgeNeutralStandardTextBullet: string;
|
|
324
|
-
componentsLayoutBadgePrimaryContrastFill: string;
|
|
325
|
-
componentsLayoutBadgePrimaryContrastText: string;
|
|
326
|
-
componentsLayoutBadgePrimaryContrastTextBullet: string;
|
|
327
|
-
componentsLayoutBadgePrimaryStandardFill: string;
|
|
328
|
-
componentsLayoutBadgePrimaryStandardText: string;
|
|
329
|
-
componentsLayoutBadgePrimaryStandardTextBullet: string;
|
|
330
|
-
componentsLayoutBadgeSuccessContrastBorder: string;
|
|
331
|
-
componentsLayoutBadgeSuccessContrastBullet: string;
|
|
332
|
-
componentsLayoutBadgeSuccessContrastFill: string;
|
|
333
|
-
componentsLayoutBadgeSuccessContrastText: string;
|
|
334
|
-
componentsLayoutBadgeSuccessContrastTextBullet: string;
|
|
335
|
-
componentsLayoutBadgeSuccessStandardBorder: string;
|
|
336
|
-
componentsLayoutBadgeSuccessStandardBullet: string;
|
|
337
|
-
componentsLayoutBadgeSuccessStandardFill: string;
|
|
338
|
-
componentsLayoutBadgeSuccessStandardText: string;
|
|
339
|
-
componentsLayoutBadgeSuccessStandardTextBullet: string;
|
|
340
|
-
componentsLayoutBadgeWarningContrastBorder: string;
|
|
341
|
-
componentsLayoutBadgeWarningContrastBullet: string;
|
|
342
|
-
componentsLayoutBadgeWarningContrastFill: string;
|
|
343
|
-
componentsLayoutBadgeWarningContrastText: string;
|
|
344
|
-
componentsLayoutBadgeWarningContrastTextBullet: string;
|
|
345
|
-
componentsLayoutBadgeWarningStandardBorder: string;
|
|
346
|
-
componentsLayoutBadgeWarningStandardBullet: string;
|
|
347
|
-
componentsLayoutBadgeWarningStandardFill: string;
|
|
348
|
-
componentsLayoutBadgeWarningStandardText: string;
|
|
349
|
-
componentsLayoutBadgeWarningStandardTextBullet: string;
|
|
350
|
-
componentsLayoutCardContrastBorderDefault: string;
|
|
351
|
-
componentsLayoutCardContrastBorderActive: string;
|
|
352
|
-
componentsLayoutCardContrastDivide: string;
|
|
353
|
-
componentsLayoutCardContrastFillDefault: string;
|
|
354
|
-
componentsLayoutCardContrastFillHoverActive: string;
|
|
355
|
-
componentsLayoutCardContrastIcon: string;
|
|
356
|
-
componentsLayoutCardContrastSubjectText: string;
|
|
357
|
-
componentsLayoutCardContrastText: string;
|
|
358
|
-
componentsLayoutCardStandardBorderDefault: string;
|
|
359
|
-
componentsLayoutCardStandardBorderActive: string;
|
|
360
|
-
componentsLayoutCardStandardDivide: string;
|
|
361
|
-
componentsLayoutCardStandardFillDefault: string;
|
|
362
|
-
componentsLayoutCardStandardFillHoverActive: string;
|
|
363
|
-
componentsLayoutCardStandardIcon: string;
|
|
364
|
-
componentsLayoutCardStandardSubjectText: string;
|
|
365
|
-
componentsLayoutCardStandardText: string;
|
|
366
|
-
componentsAlertAlertBoxInformationContrastBorder: string;
|
|
367
|
-
componentsAlertAlertBoxInformationContrastFill: string;
|
|
368
|
-
componentsAlertAlertBoxInformationContrastIcon: string;
|
|
369
|
-
componentsAlertAlertBoxInformationContrastIconBorder: string;
|
|
370
|
-
componentsAlertAlertBoxInformationContrastText: string;
|
|
371
|
-
componentsAlertAlertBoxInformationStandardBorder: string;
|
|
372
|
-
componentsAlertAlertBoxInformationStandardFill: string;
|
|
373
|
-
componentsAlertAlertBoxInformationStandardIcon: string;
|
|
374
|
-
componentsAlertAlertBoxInformationStandardIconBorder: string;
|
|
375
|
-
componentsAlertAlertBoxInformationStandardText: string;
|
|
376
|
-
componentsAlertAlertBoxNegativeContrastBorder: string;
|
|
377
|
-
componentsAlertAlertBoxNegativeContrastFill: string;
|
|
378
|
-
componentsAlertAlertBoxNegativeContrastIcon: string;
|
|
379
|
-
componentsAlertAlertBoxNegativeContrastIconBorder: string;
|
|
380
|
-
componentsAlertAlertBoxNegativeContrastText: string;
|
|
381
|
-
componentsAlertAlertBoxNegativeStandardBorder: string;
|
|
382
|
-
componentsAlertAlertBoxNegativeStandardFill: string;
|
|
383
|
-
componentsAlertAlertBoxNegativeStandardIcon: string;
|
|
384
|
-
componentsAlertAlertBoxNegativeStandardIconBorder: string;
|
|
385
|
-
componentsAlertAlertBoxNegativeStandardText: string;
|
|
386
|
-
componentsAlertAlertBoxSuccessContrastBorder: string;
|
|
387
|
-
componentsAlertAlertBoxSuccessContrastFill: string;
|
|
388
|
-
componentsAlertAlertBoxSuccessContrastIcon: string;
|
|
389
|
-
componentsAlertAlertBoxSuccessContrastIconBorder: string;
|
|
390
|
-
componentsAlertAlertBoxSuccessContrastText: string;
|
|
391
|
-
componentsAlertAlertBoxSuccessStandardBorder: string;
|
|
392
|
-
componentsAlertAlertBoxSuccessStandardFill: string;
|
|
393
|
-
componentsAlertAlertBoxSuccessStandardIcon: string;
|
|
394
|
-
componentsAlertAlertBoxSuccessStandardIconBorder: string;
|
|
395
|
-
componentsAlertAlertBoxSuccessStandardText: string;
|
|
396
|
-
componentsAlertAlertBoxWarningContrastBorder: string;
|
|
397
|
-
componentsAlertAlertBoxWarningContrastFill: string;
|
|
398
|
-
componentsAlertAlertBoxWarningContrastIcon: string;
|
|
399
|
-
componentsAlertAlertBoxWarningContrastIconBorder: string;
|
|
400
|
-
componentsAlertAlertBoxWarningContrastText: string;
|
|
401
|
-
componentsAlertAlertBoxWarningStandardBorder: string;
|
|
402
|
-
componentsAlertAlertBoxWarningStandardFill: string;
|
|
403
|
-
componentsAlertAlertBoxWarningStandardIcon: string;
|
|
404
|
-
componentsAlertAlertBoxWarningStandardIconBorder: string;
|
|
405
|
-
componentsAlertAlertBoxWarningStandardText: string;
|
|
406
|
-
componentsAlertCopyableTextContrastBorder: string;
|
|
407
|
-
componentsAlertCopyableTextContrastBorderInteractive: string;
|
|
408
|
-
componentsAlertCopyableTextContrastFill: string;
|
|
409
|
-
componentsAlertCopyableTextContrastIcon: string;
|
|
410
|
-
componentsAlertCopyableTextContrastText: string;
|
|
411
|
-
componentsAlertCopyableTextStandardBorder: string;
|
|
412
|
-
componentsAlertCopyableTextStandardBorderInteractive: string;
|
|
413
|
-
componentsAlertCopyableTextStandardFill: string;
|
|
414
|
-
componentsAlertCopyableTextStandardIcon: string;
|
|
415
|
-
componentsAlertCopyableTextStandardText: string;
|
|
416
|
-
componentsButtonFloatingContrastActive: string;
|
|
417
|
-
componentsButtonFloatingContrastDefault: string;
|
|
418
|
-
componentsButtonFloatingContrastHover: string;
|
|
419
|
-
componentsButtonFloatingContrastIcon: string;
|
|
420
|
-
componentsButtonFloatingContrastText: string;
|
|
421
|
-
componentsButtonFloatingStandardActive: string;
|
|
422
|
-
componentsButtonFloatingStandardDefault: string;
|
|
423
|
-
componentsButtonFloatingStandardHover: string;
|
|
424
|
-
componentsButtonFloatingStandardIcon: string;
|
|
425
|
-
componentsButtonFloatingStandardText: string;
|
|
426
|
-
componentsButtonIconButtonContrastActive: string;
|
|
427
|
-
componentsButtonIconButtonContrastDefault: string;
|
|
428
|
-
componentsButtonIconButtonContrastHover: string;
|
|
429
|
-
componentsButtonIconButtonContrastIcon: string;
|
|
430
|
-
componentsButtonIconButtonContrastIconActive: string;
|
|
431
|
-
componentsButtonIconButtonContrastText: string;
|
|
432
|
-
componentsButtonIconButtonContrastTextActive: string;
|
|
433
|
-
componentsButtonIconButtonStandardActive: string;
|
|
434
|
-
componentsButtonIconButtonStandardDefault: string;
|
|
435
|
-
componentsButtonIconButtonStandardHover: string;
|
|
436
|
-
componentsButtonIconButtonStandardIcon: string;
|
|
437
|
-
componentsButtonIconButtonStandardIconActive: string;
|
|
438
|
-
componentsButtonIconButtonStandardText: string;
|
|
439
|
-
componentsButtonIconButtonStandardTextActive: string;
|
|
440
|
-
componentsButtonNegativeContrastActive: string;
|
|
441
|
-
componentsButtonNegativeContrastBorder: string;
|
|
442
|
-
componentsButtonNegativeContrastDefault: string;
|
|
443
|
-
componentsButtonNegativeContrastHover: string;
|
|
444
|
-
componentsButtonNegativeContrastIcon: string;
|
|
445
|
-
componentsButtonNegativeContrastIconActive: string;
|
|
446
|
-
componentsButtonNegativeContrastText: string;
|
|
447
|
-
componentsButtonNegativeContrastTextActive: string;
|
|
448
|
-
componentsButtonNegativeStandardActive: string;
|
|
449
|
-
componentsButtonNegativeStandardBorder: string;
|
|
450
|
-
componentsButtonNegativeStandardDefault: string;
|
|
451
|
-
componentsButtonNegativeStandardHover: string;
|
|
452
|
-
componentsButtonNegativeStandardIcon: string;
|
|
453
|
-
componentsButtonNegativeStandardIconActive: string;
|
|
454
|
-
componentsButtonNegativeStandardText: string;
|
|
455
|
-
componentsButtonNegativeStandardTextActive: string;
|
|
456
|
-
componentsButtonPrimaryContrastActive: string;
|
|
457
|
-
componentsButtonPrimaryContrastDefault: string;
|
|
458
|
-
componentsButtonPrimaryContrastHover: string;
|
|
459
|
-
componentsButtonPrimaryContrastIcon: string;
|
|
460
|
-
componentsButtonPrimaryContrastText: string;
|
|
461
|
-
componentsButtonPrimaryStandardActive: string;
|
|
462
|
-
componentsButtonPrimaryStandardDefault: string;
|
|
463
|
-
componentsButtonPrimaryStandardHover: string;
|
|
464
|
-
componentsButtonPrimaryStandardIcon: string;
|
|
465
|
-
componentsButtonPrimaryStandardText: string;
|
|
466
|
-
componentsButtonSecondaryContrastActive: string;
|
|
467
|
-
componentsButtonSecondaryContrastBorder: string;
|
|
468
|
-
componentsButtonSecondaryContrastBorderActive: string;
|
|
469
|
-
componentsButtonSecondaryContrastDefault: string;
|
|
470
|
-
componentsButtonSecondaryContrastHover: string;
|
|
471
|
-
componentsButtonSecondaryContrastIcon: string;
|
|
472
|
-
componentsButtonSecondaryContrastIconActive: string;
|
|
473
|
-
componentsButtonSecondaryContrastText: string;
|
|
474
|
-
componentsButtonSecondaryContrastTextActive: string;
|
|
475
|
-
componentsButtonSecondaryStandardActive: string;
|
|
476
|
-
componentsButtonSecondaryStandardBorder: string;
|
|
477
|
-
componentsButtonSecondaryStandardBorderActive: string;
|
|
478
|
-
componentsButtonSecondaryStandardDefault: string;
|
|
479
|
-
componentsButtonSecondaryStandardHover: string;
|
|
480
|
-
componentsButtonSecondaryStandardIcon: string;
|
|
481
|
-
componentsButtonSecondaryStandardIconActive: string;
|
|
482
|
-
componentsButtonSecondaryStandardText: string;
|
|
483
|
-
componentsButtonSecondaryStandardTextActive: string;
|
|
484
|
-
componentsButtonSquareSecondaryContrastActive: string;
|
|
485
|
-
componentsButtonSquareSecondaryContrastBorder: string;
|
|
486
|
-
componentsButtonSquareSecondaryContrastBorderActive: string;
|
|
487
|
-
componentsButtonSquareSecondaryContrastDefault: string;
|
|
488
|
-
componentsButtonSquareSecondaryContrastHover: string;
|
|
489
|
-
componentsButtonSquareSecondaryContrastIcon: string;
|
|
490
|
-
componentsButtonSquareSecondaryContrastIconActive: string;
|
|
491
|
-
componentsButtonSquareSecondaryContrastLabel: string;
|
|
492
|
-
componentsButtonSquareSecondaryStandardActive: string;
|
|
493
|
-
componentsButtonSquareSecondaryStandardBorder: string;
|
|
494
|
-
componentsButtonSquareSecondaryStandardBorderActive: string;
|
|
495
|
-
componentsButtonSquareSecondaryStandardDefault: string;
|
|
496
|
-
componentsButtonSquareSecondaryStandardHover: string;
|
|
497
|
-
componentsButtonSquareSecondaryStandardIcon: string;
|
|
498
|
-
componentsButtonSquareSecondaryStandardIconActive: string;
|
|
499
|
-
componentsButtonSquareSecondaryStandardText: string;
|
|
500
|
-
componentsButtonSquareSuccessContrastActive: string;
|
|
501
|
-
componentsButtonSquareSuccessContrastBorder: string;
|
|
502
|
-
componentsButtonSquareSuccessContrastDefault: string;
|
|
503
|
-
componentsButtonSquareSuccessContrastHover: string;
|
|
504
|
-
componentsButtonSquareSuccessContrastIcon: string;
|
|
505
|
-
componentsButtonSquareSuccessContrastLabel: string;
|
|
506
|
-
componentsButtonSquareSuccessStandardActive: string;
|
|
507
|
-
componentsButtonSquareSuccessStandardBorder: string;
|
|
508
|
-
componentsButtonSquareSuccessStandardDefault: string;
|
|
509
|
-
componentsButtonSquareSuccessStandardHover: string;
|
|
510
|
-
componentsButtonSquareSuccessStandardIcon: string;
|
|
511
|
-
componentsButtonSquareSuccessStandardLabel: string;
|
|
512
|
-
componentsButtonSuccessContrastActive: string;
|
|
513
|
-
componentsButtonSuccessContrastBorder: string;
|
|
514
|
-
componentsButtonSuccessContrastDefault: string;
|
|
515
|
-
componentsButtonSuccessContrastHover: string;
|
|
516
|
-
componentsButtonSuccessContrastIcon: string;
|
|
517
|
-
componentsButtonSuccessContrastText: string;
|
|
518
|
-
componentsButtonSuccessStandardActive: string;
|
|
519
|
-
componentsButtonSuccessStandardBorder: string;
|
|
520
|
-
componentsButtonSuccessStandardDefault: string;
|
|
521
|
-
componentsButtonSuccessStandardHover: string;
|
|
522
|
-
componentsButtonSuccessStandardIcon: string;
|
|
523
|
-
componentsButtonSuccessStandardText: string;
|
|
524
|
-
componentsChipContrastActive: string;
|
|
525
|
-
componentsChipContrastBorder: string;
|
|
526
|
-
componentsChipContrastBorderDisabled: string;
|
|
527
|
-
componentsChipContrastDefault: string;
|
|
528
|
-
componentsChipContrastHover: string;
|
|
529
|
-
componentsChipContrastIconDisabled: string;
|
|
530
|
-
componentsChipContrastIconSelected: string;
|
|
531
|
-
componentsChipContrastIconUnselected: string;
|
|
532
|
-
componentsChipContrastTextDisabled: string;
|
|
533
|
-
componentsChipContrastTextSelected: string;
|
|
534
|
-
componentsChipContrastTextUnselected: string;
|
|
535
|
-
componentsChipStandardActive: string;
|
|
536
|
-
componentsChipStandardBorder: string;
|
|
537
|
-
componentsChipStandardBorderDisabled: string;
|
|
538
|
-
componentsChipStandardDefault: string;
|
|
539
|
-
componentsChipStandardHover: string;
|
|
540
|
-
componentsChipStandardIconDisabled: string;
|
|
541
|
-
componentsChipStandardIconSelected: string;
|
|
542
|
-
componentsChipStandardIconUnselected: string;
|
|
543
|
-
componentsChipStandardTextDisabled: string;
|
|
544
|
-
componentsChipStandardTextSelected: string;
|
|
545
|
-
componentsChipStandardTextUnselected: string;
|
|
546
|
-
componentsDatepickerCalendarBackground: string;
|
|
547
|
-
componentsDatepickerCalendarBorder: string;
|
|
548
|
-
componentsDatepickerCalendarDateBorder: string;
|
|
549
|
-
componentsDatepickerCalendarDateFillHover: string;
|
|
550
|
-
componentsDatepickerCalendarDateFillSelected: string;
|
|
551
|
-
componentsDatepickerCalendarIcon: string;
|
|
552
|
-
componentsDatepickerCalendarStrokeToday: string;
|
|
553
|
-
componentsDatepickerCalendarTextAccent: string;
|
|
554
|
-
componentsDatepickerCalendarTextDisabled: string;
|
|
555
|
-
componentsDatepickerCalendarTextSubdued: string;
|
|
556
|
-
componentsDatepickerDateFieldContrastBorderDefault: string;
|
|
557
|
-
componentsDatepickerDateFieldContrastBorderInteractive: string;
|
|
558
|
-
componentsDatepickerDateFieldContrastBorderNegative: string;
|
|
559
|
-
componentsDatepickerDateFieldContrastBorderSuccess: string;
|
|
560
|
-
componentsDatepickerDateFieldContrastFillDefault: string;
|
|
561
|
-
componentsDatepickerDateFieldContrastFillDisabled: string;
|
|
562
|
-
componentsDatepickerDateFieldContrastIcon: string;
|
|
563
|
-
componentsDatepickerDateFieldContrastIconDisabled: string;
|
|
564
|
-
componentsDatepickerDateFieldContrastTextContent: string;
|
|
565
|
-
componentsDatepickerDateFieldContrastTextDescription: string;
|
|
566
|
-
componentsDatepickerDateFieldContrastTextLabel: string;
|
|
567
|
-
componentsDatepickerDateFieldContrastTextDisabled: string;
|
|
568
|
-
componentsDatepickerDateFieldStandardBorderDefault: string;
|
|
569
|
-
componentsDatepickerDateFieldStandardBorderInteractive: string;
|
|
570
|
-
componentsDatepickerDateFieldStandardBorderNegative: string;
|
|
571
|
-
componentsDatepickerDateFieldStandardBorderSuccess: string;
|
|
572
|
-
componentsDatepickerDateFieldStandardFillDefault: string;
|
|
573
|
-
componentsDatepickerDateFieldStandardFillDisabled: string;
|
|
574
|
-
componentsDatepickerDateFieldStandardIcon: string;
|
|
575
|
-
componentsDatepickerDateFieldStandardIconDisabled: string;
|
|
576
|
-
componentsDatepickerDateFieldStandardTextContent: string;
|
|
577
|
-
componentsDatepickerDateFieldStandardTextDescription: string;
|
|
578
|
-
componentsDatepickerDateFieldStandardTextLabel: string;
|
|
579
|
-
componentsDatepickerDateFieldStandardTextDisabled: string;
|
|
580
|
-
componentsDropdownDropdownContrastBorderActive: string;
|
|
581
|
-
componentsDropdownDropdownContrastBorderDefault: string;
|
|
582
|
-
componentsDropdownDropdownContrastBorderHover: string;
|
|
583
|
-
componentsDropdownDropdownContrastBorderNegative: string;
|
|
584
|
-
componentsDropdownDropdownContrastBorderSuccess: string;
|
|
585
|
-
componentsDropdownDropdownContrastFillDefault: string;
|
|
586
|
-
componentsDropdownDropdownContrastFillDisabled: string;
|
|
587
|
-
componentsDropdownDropdownContrastFillReadOnly: string;
|
|
588
|
-
componentsDropdownDropdownContrastIcon: string;
|
|
589
|
-
componentsDropdownDropdownContrastIconDisabled: string;
|
|
590
|
-
componentsDropdownDropdownContrastTextContent: string;
|
|
591
|
-
componentsDropdownDropdownContrastTextDescription: string;
|
|
592
|
-
componentsDropdownDropdownContrastTextLabel: string;
|
|
593
|
-
componentsDropdownDropdownContrastTextDisabled: string;
|
|
594
|
-
componentsDropdownDropdownStandardBorderActive: string;
|
|
595
|
-
componentsDropdownDropdownStandardBorderDefault: string;
|
|
596
|
-
componentsDropdownDropdownStandardBorderHover: string;
|
|
597
|
-
componentsDropdownDropdownStandardBorderNegative: string;
|
|
598
|
-
componentsDropdownDropdownStandardBorderSuccess: string;
|
|
599
|
-
componentsDropdownDropdownStandardFillDefault: string;
|
|
600
|
-
componentsDropdownDropdownStandardFillDisabled: string;
|
|
601
|
-
componentsDropdownDropdownStandardFillReadOnly: string;
|
|
602
|
-
componentsDropdownDropdownStandardIcon: string;
|
|
603
|
-
componentsDropdownDropdownStandardIconDisabled: string;
|
|
604
|
-
componentsDropdownDropdownStandardTextContent: string;
|
|
605
|
-
componentsDropdownDropdownStandardTextDescription: string;
|
|
606
|
-
componentsDropdownDropdownStandardTextLabel: string;
|
|
607
|
-
componentsDropdownDropdownStandardTextDisabled: string;
|
|
608
|
-
componentsDropdownMultiSelectContrastBorderDanger: string;
|
|
609
|
-
componentsDropdownMultiSelectContrastBorderDefault: string;
|
|
610
|
-
componentsDropdownMultiSelectContrastBorderInteractive: string;
|
|
611
|
-
componentsDropdownMultiSelectContrastBorderSuccess: string;
|
|
612
|
-
componentsDropdownMultiSelectContrastFillDefault: string;
|
|
613
|
-
componentsDropdownMultiSelectContrastFillDisabled: string;
|
|
614
|
-
componentsDropdownMultiSelectContrastFillReadOnly: string;
|
|
615
|
-
componentsDropdownMultiSelectContrastIcon: string;
|
|
616
|
-
componentsDropdownMultiSelectContrastIconDisabled: string;
|
|
617
|
-
componentsDropdownMultiSelectContrastTextContent: string;
|
|
618
|
-
componentsDropdownMultiSelectContrastTextDescription: string;
|
|
619
|
-
componentsDropdownMultiSelectContrastTextLabel: string;
|
|
620
|
-
componentsDropdownMultiSelectContrastTextDisabled: string;
|
|
621
|
-
componentsDropdownMultiSelectStandardBorderDefault: string;
|
|
622
|
-
componentsDropdownMultiSelectStandardBorderInteractive: string;
|
|
623
|
-
componentsDropdownMultiSelectStandardBorderNegative: string;
|
|
624
|
-
componentsDropdownMultiSelectStandardBorderSuccess: string;
|
|
625
|
-
componentsDropdownMultiSelectStandardFillDefault: string;
|
|
626
|
-
componentsDropdownMultiSelectStandardFillDisabled: string;
|
|
627
|
-
componentsDropdownMultiSelectStandardFillReadOnly: string;
|
|
628
|
-
componentsDropdownMultiSelectStandardIcon: string;
|
|
629
|
-
componentsDropdownMultiSelectStandardIconDisabled: string;
|
|
630
|
-
componentsDropdownMultiSelectStandardTextContent: string;
|
|
631
|
-
componentsDropdownMultiSelectStandardTextDescription: string;
|
|
632
|
-
componentsDropdownMultiSelectStandardTextLabel: string;
|
|
633
|
-
componentsDropdownMultiSelectStandardTextDisabled: string;
|
|
634
|
-
componentsExpandExpandablePanelContrastFillDefault: string;
|
|
635
|
-
componentsExpandExpandablePanelContrastFillHover: string;
|
|
636
|
-
componentsExpandExpandablePanelContrastFillSelected: string;
|
|
637
|
-
componentsExpandExpandablePanelContrastIcon: string;
|
|
638
|
-
componentsExpandExpandablePanelContrastText: string;
|
|
639
|
-
componentsExpandExpandablePanelStandardFillDefault: string;
|
|
640
|
-
componentsExpandExpandablePanelStandardFillHover: string;
|
|
641
|
-
componentsExpandExpandablePanelStandardFillSelected: string;
|
|
642
|
-
componentsExpandExpandablePanelStandardIcon: string;
|
|
643
|
-
componentsExpandExpandablePanelStandardText: string;
|
|
644
|
-
componentsExpandExpandableTextContrastIcon: string;
|
|
645
|
-
componentsExpandExpandableTextContrastText: string;
|
|
646
|
-
componentsExpandExpandableTextStandardIcon: string;
|
|
647
|
-
componentsExpandExpandableTextStandardText: string;
|
|
648
|
-
componentsFormCheckboxPanelContrastBorderDefault: string;
|
|
649
|
-
componentsFormCheckboxPanelContrastBorderDisabled: string;
|
|
650
|
-
componentsFormCheckboxPanelContrastBorderSelected: string;
|
|
651
|
-
componentsFormCheckboxPanelContrastFillDefault: string;
|
|
652
|
-
componentsFormCheckboxPanelContrastFillDisabled: string;
|
|
653
|
-
componentsFormCheckboxPanelContrastFillHover: string;
|
|
654
|
-
componentsFormCheckboxPanelContrastFillSelected: string;
|
|
655
|
-
componentsFormCheckboxPanelContrastTextAccent: string;
|
|
656
|
-
componentsFormCheckboxPanelContrastTextDisabled: string;
|
|
657
|
-
componentsFormCheckboxPanelContrastTextRebate: string;
|
|
658
|
-
componentsFormCheckboxPanelContrastTextSubdued: string;
|
|
659
|
-
componentsFormCheckboxPanelStandardBorderDefault: string;
|
|
660
|
-
componentsFormCheckboxPanelStandardBorderDisabled: string;
|
|
661
|
-
componentsFormCheckboxPanelStandardBorderSelected: string;
|
|
662
|
-
componentsFormCheckboxPanelStandardFillDefault: string;
|
|
663
|
-
componentsFormCheckboxPanelStandardFillDisabled: string;
|
|
664
|
-
componentsFormCheckboxPanelStandardFillHover: string;
|
|
665
|
-
componentsFormCheckboxPanelStandardFillSelected: string;
|
|
666
|
-
componentsFormCheckboxPanelStandardTextAccent: string;
|
|
667
|
-
componentsFormCheckboxPanelStandardTextDisabled: string;
|
|
668
|
-
componentsFormCheckboxPanelStandardTextRebate: string;
|
|
669
|
-
componentsFormCheckboxPanelStandardTextSubdued: string;
|
|
670
|
-
componentsFormCheckboxContrastBorder: string;
|
|
671
|
-
componentsFormCheckboxContrastBorderNegative: string;
|
|
672
|
-
componentsFormCheckboxContrastFillDefault: string;
|
|
673
|
-
componentsFormCheckboxContrastFillHover: string;
|
|
674
|
-
componentsFormCheckboxContrastFillSelected: string;
|
|
675
|
-
componentsFormCheckboxContrastFillSelectedHover: string;
|
|
676
|
-
componentsFormCheckboxContrastIcon: string;
|
|
677
|
-
componentsFormCheckboxContrastText: string;
|
|
678
|
-
componentsFormCheckboxStandardBorder: string;
|
|
679
|
-
componentsFormCheckboxStandardBorderNegative: string;
|
|
680
|
-
componentsFormCheckboxStandardFillDefault: string;
|
|
681
|
-
componentsFormCheckboxStandardFillHover: string;
|
|
682
|
-
componentsFormCheckboxStandardFillSelected: string;
|
|
683
|
-
componentsFormCheckboxStandardIcon: string;
|
|
684
|
-
componentsFormCheckboxStandardSelectedHover: string;
|
|
685
|
-
componentsFormCheckboxStandardText: string;
|
|
686
|
-
componentsFormFeedbackTextInformationContrastIconFill: string;
|
|
687
|
-
componentsFormFeedbackTextInformationContrastIconSymbol: string;
|
|
688
|
-
componentsFormFeedbackTextInformationContrastStroke: string;
|
|
689
|
-
componentsFormFeedbackTextInformationContrastText: string;
|
|
690
|
-
componentsFormFeedbackTextInformationStandardIconFill: string;
|
|
691
|
-
componentsFormFeedbackTextInformationStandardIconSymbol: string;
|
|
692
|
-
componentsFormFeedbackTextInformationStandardStroke: string;
|
|
693
|
-
componentsFormFeedbackTextInformationStandardText: string;
|
|
694
|
-
componentsFormFeedbackTextNegativeContrastIconFIll: string;
|
|
695
|
-
componentsFormFeedbackTextNegativeContrastIconSymbol: string;
|
|
696
|
-
componentsFormFeedbackTextNegativeContrastStroke: string;
|
|
697
|
-
componentsFormFeedbackTextNegativeContrastText: string;
|
|
698
|
-
componentsFormFeedbackTextNegativeStandardIconFill: string;
|
|
699
|
-
componentsFormFeedbackTextNegativeStandardStroke: string;
|
|
700
|
-
componentsFormFeedbackTextNegativeStandardSymbol: string;
|
|
701
|
-
componentsFormFeedbackTextNegativeStandardText: string;
|
|
702
|
-
componentsFormFeedbackTextSuccessContrastIconFill: string;
|
|
703
|
-
componentsFormFeedbackTextSuccessContrastIconStroke: string;
|
|
704
|
-
componentsFormFeedbackTextSuccessContrastIconSymbol: string;
|
|
705
|
-
componentsFormFeedbackTextSuccessContrastText: string;
|
|
706
|
-
componentsFormFeedbackTextSuccessStandardIconFill: string;
|
|
707
|
-
componentsFormFeedbackTextSuccessStandardIconStroke: string;
|
|
708
|
-
componentsFormFeedbackTextSuccessStandardIconSymbol: string;
|
|
709
|
-
componentsFormFeedbackTextSuccessStandardText: string;
|
|
710
|
-
componentsFormFeedbackTextWarningContrastIcon: string;
|
|
711
|
-
componentsFormFeedbackTextWarningContrastIconSymbol: string;
|
|
712
|
-
componentsFormFeedbackTextWarningContrastStroke: string;
|
|
713
|
-
componentsFormFeedbackTextWarningContrastText: string;
|
|
714
|
-
componentsFormFeedbackTextWarningStandardIconFill: string;
|
|
715
|
-
componentsFormFeedbackTextWarningStandardIconSymbol: string;
|
|
716
|
-
componentsFormFeedbackTextWarningStandardStroke: string;
|
|
717
|
-
componentsFormFeedbackTextWarningStandardText: string;
|
|
718
|
-
componentsFormRadioPanelContrastBorderDefault: string;
|
|
719
|
-
componentsFormRadioPanelContrastBorderDisabled: string;
|
|
720
|
-
componentsFormRadioPanelContrastBorderSelected: string;
|
|
721
|
-
componentsFormRadioPanelContrastFillDefault: string;
|
|
722
|
-
componentsFormRadioPanelContrastFillDisabled: string;
|
|
723
|
-
componentsFormRadioPanelContrastFillHover: string;
|
|
724
|
-
componentsFormRadioPanelContrastFillSelected: string;
|
|
725
|
-
componentsFormRadioPanelContrastTextAccent: string;
|
|
726
|
-
componentsFormRadioPanelContrastTextDisabled: string;
|
|
727
|
-
componentsFormRadioPanelContrastTextRebate: string;
|
|
728
|
-
componentsFormRadioPanelContrastTextSubdued: string;
|
|
729
|
-
componentsFormRadioPanelStandardBorderDefault: string;
|
|
730
|
-
componentsFormRadioPanelStandardBorderDisabled: string;
|
|
731
|
-
componentsFormRadioPanelStandardBorderSelected: string;
|
|
732
|
-
componentsFormRadioPanelStandardFillDefault: string;
|
|
733
|
-
componentsFormRadioPanelStandardFillDisabled: string;
|
|
734
|
-
componentsFormRadioPanelStandardFillHover: string;
|
|
735
|
-
componentsFormRadioPanelStandardFillSelected: string;
|
|
736
|
-
componentsFormRadioPanelStandardTextAccent: string;
|
|
737
|
-
componentsFormRadioPanelStandardTextDisabled: string;
|
|
738
|
-
componentsFormRadioPanelStandardTextRebate: string;
|
|
739
|
-
componentsFormRadioPanelStandardTextSubdued: string;
|
|
740
|
-
componentsFormRadioContrastBorder: string;
|
|
741
|
-
componentsFormRadioContrastBorderNegative: string;
|
|
742
|
-
componentsFormRadioContrastFillDefault: string;
|
|
743
|
-
componentsFormRadioContrastFillHover: string;
|
|
744
|
-
componentsFormRadioContrastFillSelected: string;
|
|
745
|
-
componentsFormRadioContrastFillSelectedHover: string;
|
|
746
|
-
componentsFormRadioContrastIcon: string;
|
|
747
|
-
componentsFormRadioContrastText: string;
|
|
748
|
-
componentsFormRadioStandardBorder: string;
|
|
749
|
-
componentsFormRadioStandardBorderNegative: string;
|
|
750
|
-
componentsFormRadioStandardFillDefault: string;
|
|
751
|
-
componentsFormRadioStandardFillHover: string;
|
|
752
|
-
componentsFormRadioStandardFillSelected: string;
|
|
753
|
-
componentsFormRadioStandardIcon: string;
|
|
754
|
-
componentsFormRadioStandardSelectedHover: string;
|
|
755
|
-
componentsFormRadioStandardText: string;
|
|
756
|
-
componentsFormSearchContrastBorderDanger: string;
|
|
757
|
-
componentsFormSearchContrastBorderDefault: string;
|
|
758
|
-
componentsFormSearchContrastBorderInteractive: string;
|
|
759
|
-
componentsFormSearchContrastBorderSuccess: string;
|
|
760
|
-
componentsFormSearchContrastFillDefault: string;
|
|
761
|
-
componentsFormSearchContrastFillDisabled: string;
|
|
762
|
-
componentsFormSearchContrastFillReadOnly: string;
|
|
763
|
-
componentsFormSearchContrastIcon: string;
|
|
764
|
-
componentsFormSearchContrastIconDisabled: string;
|
|
765
|
-
componentsFormSearchContrastTextContent: string;
|
|
766
|
-
componentsFormSearchContrastTextDescription: string;
|
|
767
|
-
componentsFormSearchContrastTextLabel: string;
|
|
768
|
-
componentsFormSearchContrastTextDisabled: string;
|
|
769
|
-
componentsFormSearchStandardBorderDefault: string;
|
|
770
|
-
componentsFormSearchStandardBorderInteractive: string;
|
|
771
|
-
componentsFormSearchStandardBorderNegative: string;
|
|
772
|
-
componentsFormSearchStandardBorderSuccess: string;
|
|
773
|
-
componentsFormSearchStandardFillDefault: string;
|
|
774
|
-
componentsFormSearchStandardFillDisabled: string;
|
|
775
|
-
componentsFormSearchStandardFillReadOnly: string;
|
|
776
|
-
componentsFormSearchStandardIcon: string;
|
|
777
|
-
componentsFormSearchStandardIconDisabled: string;
|
|
778
|
-
componentsFormSearchStandardTextContent: string;
|
|
779
|
-
componentsFormSearchStandardTextDescription: string;
|
|
780
|
-
componentsFormSearchStandardTextLabel: string;
|
|
781
|
-
componentsFormSearchStandardTextDisabled: string;
|
|
782
|
-
componentsFormSegmentedControlContrastBackground: string;
|
|
783
|
-
componentsFormSegmentedControlContrastFillHover: string;
|
|
784
|
-
componentsFormSegmentedControlContrastFillSelected: string;
|
|
785
|
-
componentsFormSegmentedControlContrastFillUnselected: string;
|
|
786
|
-
componentsFormSegmentedControlContrastIconSelected: string;
|
|
787
|
-
componentsFormSegmentedControlContrastIconUnselected: string;
|
|
788
|
-
componentsFormSegmentedControlContrastTextSelected: string;
|
|
789
|
-
componentsFormSegmentedControlContrastTextUnselected: string;
|
|
790
|
-
componentsFormSegmentedControlStandardBackground: string;
|
|
791
|
-
componentsFormSegmentedControlStandardFillHover: string;
|
|
792
|
-
componentsFormSegmentedControlStandardFillSelected: string;
|
|
793
|
-
componentsFormSegmentedControlStandardFillUnselected: string;
|
|
794
|
-
componentsFormSegmentedControlStandardIconSelected: string;
|
|
795
|
-
componentsFormSegmentedControlStandardIconUnselected: string;
|
|
796
|
-
componentsFormSegmentedControlStandardTextSelected: string;
|
|
797
|
-
componentsFormSegmentedControlStandardTextUnselected: string;
|
|
798
|
-
componentsFormSwitchContrastFillFalse: string;
|
|
799
|
-
componentsFormSwitchContrastFillTrue: string;
|
|
800
|
-
componentsFormSwitchContrastIconFalse: string;
|
|
801
|
-
componentsFormSwitchContrastIconTrue: string;
|
|
802
|
-
componentsFormSwitchContrastSwitch: string;
|
|
803
|
-
componentsFormSwitchContrastText: string;
|
|
804
|
-
componentsFormSwitchStandardFillFalse: string;
|
|
805
|
-
componentsFormSwitchStandardFillTrue: string;
|
|
806
|
-
componentsFormSwitchStandardIconFalse: string;
|
|
807
|
-
componentsFormSwitchStandardIconTrue: string;
|
|
808
|
-
componentsFormSwitchStandardSwitch: string;
|
|
809
|
-
componentsFormSwitchStandardText: string;
|
|
810
|
-
componentsFormTextAreaContrastBorderDefault: string;
|
|
811
|
-
componentsFormTextAreaContrastBorderInteractive: string;
|
|
812
|
-
componentsFormTextAreaContrastBorderNegative: string;
|
|
813
|
-
componentsFormTextAreaContrastBorderSuccess: string;
|
|
814
|
-
componentsFormTextAreaContrastFillDefault: string;
|
|
815
|
-
componentsFormTextAreaContrastFillDisabled: string;
|
|
816
|
-
componentsFormTextAreaContrastFillReadOnly: string;
|
|
817
|
-
componentsFormTextAreaContrastIcon: string;
|
|
818
|
-
componentsFormTextAreaContrastIconDisabled: string;
|
|
819
|
-
componentsFormTextAreaContrastTextContent: string;
|
|
820
|
-
componentsFormTextAreaContrastTextDescription: string;
|
|
821
|
-
componentsFormTextAreaContrastTextLabel: string;
|
|
822
|
-
componentsFormTextAreaContrastTextDisabled: string;
|
|
823
|
-
componentsFormTextAreaStandardBorderDefault: string;
|
|
824
|
-
componentsFormTextAreaStandardBorderInteractive: string;
|
|
825
|
-
componentsFormTextAreaStandardBorderNegative: string;
|
|
826
|
-
componentsFormTextAreaStandardBorderSuccess: string;
|
|
827
|
-
componentsFormTextAreaStandardFillDefault: string;
|
|
828
|
-
componentsFormTextAreaStandardFillDisabled: string;
|
|
829
|
-
componentsFormTextAreaStandardFillReadOnly: string;
|
|
830
|
-
componentsFormTextAreaStandardIcon: string;
|
|
831
|
-
componentsFormTextAreaStandardIconDisabled: string;
|
|
832
|
-
componentsFormTextAreaStandardTextContent: string;
|
|
833
|
-
componentsFormTextAreaStandardTextDescription: string;
|
|
834
|
-
componentsFormTextAreaStandardTextLabel: string;
|
|
835
|
-
componentsFormTextAreaStandardTextDisabled: string;
|
|
836
|
-
componentsFormTextFieldContrastBorderDefault: string;
|
|
837
|
-
componentsFormTextFieldContrastBorderInteractive: string;
|
|
838
|
-
componentsFormTextFieldContrastBorderNegative: string;
|
|
839
|
-
componentsFormTextFieldContrastBorderSuccess: string;
|
|
840
|
-
componentsFormTextFieldContrastFillDefault: string;
|
|
841
|
-
componentsFormTextFieldContrastFillDisabled: string;
|
|
842
|
-
componentsFormTextFieldContrastFillReadOnly: string;
|
|
843
|
-
componentsFormTextFieldContrastIcon: string;
|
|
844
|
-
componentsFormTextFieldContrastIconDisabled: string;
|
|
845
|
-
componentsFormTextFieldContrastTextContent: string;
|
|
846
|
-
componentsFormTextFieldContrastTextDescription: string;
|
|
847
|
-
componentsFormTextFieldContrastTextLabel: string;
|
|
848
|
-
componentsFormTextFieldContrastTextDisabled: string;
|
|
849
|
-
componentsFormTextFieldStandardBorderDefault: string;
|
|
850
|
-
componentsFormTextFieldStandardBorderInteractive: string;
|
|
851
|
-
componentsFormTextFieldStandardBorderNegative: string;
|
|
852
|
-
componentsFormTextFieldStandardBorderSuccess: string;
|
|
853
|
-
componentsFormTextFieldStandardFillDefault: string;
|
|
854
|
-
componentsFormTextFieldStandardFillDisabled: string;
|
|
855
|
-
componentsFormTextFieldStandardFillReadOnly: string;
|
|
856
|
-
componentsFormTextFieldStandardIcon: string;
|
|
857
|
-
componentsFormTextFieldStandardIconDisabled: string;
|
|
858
|
-
componentsFormTextFieldStandardTextContent: string;
|
|
859
|
-
componentsFormTextFieldStandardTextDescription: string;
|
|
860
|
-
componentsFormTextFieldStandardTextLabel: string;
|
|
861
|
-
componentsFormTextFieldStandardTextDisabled: string;
|
|
862
|
-
componentsLoaderLoaderContrastBorder: string;
|
|
863
|
-
componentsLoaderLoaderContrastProgressBar: string;
|
|
864
|
-
componentsLoaderLoaderContrastText: string;
|
|
865
|
-
componentsLoaderLoaderStandardBorder: string;
|
|
866
|
-
componentsLoaderLoaderStandardProgressBar: string;
|
|
867
|
-
componentsLoaderLoaderStandardText: string;
|
|
868
|
-
componentsLoaderLoaderFileuploadContrastFillDefault: string;
|
|
869
|
-
componentsLoaderLoaderFileuploadContrastIcon: string;
|
|
870
|
-
componentsLoaderLoaderFileuploadContrastStrokeDefault: string;
|
|
871
|
-
componentsLoaderLoaderFileuploadContrastStrokeNegative: string;
|
|
872
|
-
componentsLoaderLoaderFileuploadContrastStrokeSuccess: string;
|
|
873
|
-
componentsLoaderLoaderFileuploadContrastText: string;
|
|
874
|
-
componentsLoaderLoaderFileuploadStandardFillDefault: string;
|
|
875
|
-
componentsLoaderLoaderFileuploadStandardIcon: string;
|
|
876
|
-
componentsLoaderLoaderFileuploadStandardStrokeDefault: string;
|
|
877
|
-
componentsLoaderLoaderFileuploadStandardStrokeNegative: string;
|
|
878
|
-
componentsLoaderLoaderFileuploadStandardStrokeSuccess: string;
|
|
879
|
-
componentsLoaderLoaderFileuploadStandardText: string;
|
|
880
|
-
componentsMenuBreadcrumbContrastIcon: string;
|
|
881
|
-
componentsMenuBreadcrumbContrastText: string;
|
|
882
|
-
componentsMenuBreadcrumbStandardIcon: string;
|
|
883
|
-
componentsMenuBreadcrumbStandardText: string;
|
|
884
|
-
componentsMenuNavigationBarContrastBackground: string;
|
|
885
|
-
componentsMenuNavigationBarContrastDivide: string;
|
|
886
|
-
componentsMenuNavigationBarContrastIconSelected: string;
|
|
887
|
-
componentsMenuNavigationBarContrastIconUnselected: string;
|
|
888
|
-
componentsMenuNavigationBarContrastStrokeSelected: string;
|
|
889
|
-
componentsMenuNavigationBarContrastTextSelected: string;
|
|
890
|
-
componentsMenuNavigationBarContrastTextUnselected: string;
|
|
891
|
-
componentsMenuNavigationBarStandardBackground: string;
|
|
892
|
-
componentsMenuNavigationBarStandardDivide: string;
|
|
893
|
-
componentsMenuNavigationBarStandardIconSelected: string;
|
|
894
|
-
componentsMenuNavigationBarStandardIconUnselected: string;
|
|
895
|
-
componentsMenuNavigationBarStandardStrokeSelected: string;
|
|
896
|
-
componentsMenuNavigationBarStandardTextSelected: string;
|
|
897
|
-
componentsMenuNavigationBarStandardTextUnselected: string;
|
|
898
|
-
componentsMenuNavigationLinkContrastIcon: string;
|
|
899
|
-
componentsMenuNavigationLinkContrastText: string;
|
|
900
|
-
componentsMenuNavigationLinkStandardIcon: string;
|
|
901
|
-
componentsMenuNavigationLinkStandardText: string;
|
|
902
|
-
componentsMenuOverflowMenuBorder: string;
|
|
903
|
-
componentsMenuOverflowMenuFillDefault: string;
|
|
904
|
-
componentsMenuOverflowMenuFillHover: string;
|
|
905
|
-
componentsMenuOverflowMenuIcon: string;
|
|
906
|
-
componentsMenuOverflowMenuText: string;
|
|
907
|
-
componentsMenuPaginationContrastActive: string;
|
|
908
|
-
componentsMenuPaginationContrastBorderSelected: string;
|
|
909
|
-
componentsMenuPaginationContrastBorderUnselected: string;
|
|
910
|
-
componentsMenuPaginationContrastDefault: string;
|
|
911
|
-
componentsMenuPaginationContrastHover: string;
|
|
912
|
-
componentsMenuPaginationContrastIcon: string;
|
|
913
|
-
componentsMenuPaginationContrastTextSelected: string;
|
|
914
|
-
componentsMenuPaginationContrastTextSubdued: string;
|
|
915
|
-
componentsMenuPaginationContrastTextUnselected: string;
|
|
916
|
-
componentsMenuPaginationStandardActive: string;
|
|
917
|
-
componentsMenuPaginationStandardBorderSelected: string;
|
|
918
|
-
componentsMenuPaginationStandardBorderUnselected: string;
|
|
919
|
-
componentsMenuPaginationStandardDefault: string;
|
|
920
|
-
componentsMenuPaginationStandardHover: string;
|
|
921
|
-
componentsMenuPaginationStandardIcon: string;
|
|
922
|
-
componentsMenuPaginationStandardTextSelected: string;
|
|
923
|
-
componentsMenuPaginationStandardTextSubdued: string;
|
|
924
|
-
componentsMenuPaginationStandardTextUnselected: string;
|
|
925
|
-
componentsMenuSideNavigationContrastAvatar: string;
|
|
926
|
-
componentsMenuSideNavigationContrastBackground: string;
|
|
927
|
-
componentsMenuSideNavigationContrastFillActive: string;
|
|
928
|
-
componentsMenuSideNavigationContrastFillDefault: string;
|
|
929
|
-
componentsMenuSideNavigationContrastFillHover: string;
|
|
930
|
-
componentsMenuSideNavigationContrastIcon: string;
|
|
931
|
-
componentsMenuSideNavigationContrastStrokeSelected: string;
|
|
932
|
-
componentsMenuSideNavigationContrastText: string;
|
|
933
|
-
componentsMenuSideNavigationStandardAvatar: string;
|
|
934
|
-
componentsMenuSideNavigationStandardBackground: string;
|
|
935
|
-
componentsMenuSideNavigationStandardFillActive: string;
|
|
936
|
-
componentsMenuSideNavigationStandardFillDefault: string;
|
|
937
|
-
componentsMenuSideNavigationStandardFillHover: string;
|
|
938
|
-
componentsMenuSideNavigationStandardIcon: string;
|
|
939
|
-
componentsMenuSideNavigationStandardStrokeSelected: string;
|
|
940
|
-
componentsMenuSideNavigationStandardText: string;
|
|
941
|
-
componentsMenuStepperContrastBackground: string;
|
|
942
|
-
componentsMenuStepperContrastProgressbar: string;
|
|
943
|
-
componentsMenuStepperContrastTextCompleted: string;
|
|
944
|
-
componentsMenuStepperContrastTextUncompleted: string;
|
|
945
|
-
componentsMenuStepperStandardBackground: string;
|
|
946
|
-
componentsMenuStepperStandardProgressbar: string;
|
|
947
|
-
componentsMenuStepperStandardTextCompleted: string;
|
|
948
|
-
componentsMenuStepperStandardTextUncompleted: string;
|
|
949
|
-
componentsMenuTableOfContentContrastIconSelected: string;
|
|
950
|
-
componentsMenuTableOfContentContrastIconUnselected: string;
|
|
951
|
-
componentsMenuTableOfContentContrastStrokeSelected: string;
|
|
952
|
-
componentsMenuTableOfContentContrastStrokeUnselected: string;
|
|
953
|
-
componentsMenuTableOfContentContrastTextSelected: string;
|
|
954
|
-
componentsMenuTableOfContentContrastTextUnselected: string;
|
|
955
|
-
componentsMenuTableOfContentStandardIconSelected: string;
|
|
956
|
-
componentsMenuTableOfContentStandardIconUnselected: string;
|
|
957
|
-
componentsMenuTableOfContentStandardStrokeSelected: string;
|
|
958
|
-
componentsMenuTableOfContentStandardStrokeUnselected: string;
|
|
959
|
-
componentsMenuTableOfContentStandardTextSelected: string;
|
|
960
|
-
componentsMenuTableOfContentStandardTextUnselected: string;
|
|
961
|
-
componentsModalDrawerContrastBackground: string;
|
|
962
|
-
componentsModalDrawerContrastText: string;
|
|
963
|
-
componentsModalDrawerStandardBackground: string;
|
|
964
|
-
componentsModalDrawerStandardText: string;
|
|
965
|
-
componentsModalModalContrastBorder: string;
|
|
966
|
-
componentsModalModalContrastFill: string;
|
|
967
|
-
componentsModalModalContrastIcon: string;
|
|
968
|
-
componentsModalModalContrastText: string;
|
|
969
|
-
componentsModalModalStandardBorder: string;
|
|
970
|
-
componentsModalModalStandardFill: string;
|
|
971
|
-
componentsModalModalStandardIcon: string;
|
|
972
|
-
componentsModalModalStandardText: string;
|
|
973
|
-
componentsTabContrastBorder: string;
|
|
974
|
-
componentsTabContrastFillHover: string;
|
|
975
|
-
componentsTabContrastFillSelected: string;
|
|
976
|
-
componentsTabContrastFillUnselected: string;
|
|
977
|
-
componentsTabContrastIcon: string;
|
|
978
|
-
componentsTabContrastText: string;
|
|
979
|
-
componentsTabContrastUnderlineSelected: string;
|
|
980
|
-
componentsTabStandardBorder: string;
|
|
981
|
-
componentsTabStandardFillHover: string;
|
|
982
|
-
componentsTabStandardFillSelected: string;
|
|
983
|
-
componentsTabStandardFillUnselected: string;
|
|
984
|
-
componentsTabStandardIcon: string;
|
|
985
|
-
componentsTabStandardText: string;
|
|
986
|
-
componentsTabStandardUnderlineSelected: string;
|
|
987
|
-
componentsTableContrastFill: string;
|
|
988
|
-
componentsTableContrastFillStriped: string;
|
|
989
|
-
componentsTableContrastIcon: string;
|
|
990
|
-
componentsTableContrastStroke: string;
|
|
991
|
-
componentsTableContrastText: string;
|
|
992
|
-
componentsTableStandardFill: string;
|
|
993
|
-
componentsTableStandardFillStriped: string;
|
|
994
|
-
componentsTableStandardIcon: string;
|
|
995
|
-
componentsTableStandardStroke: string;
|
|
996
|
-
componentsTableStandardText: string;
|
|
997
|
-
componentsTooltipPopoverContrastBorder: string;
|
|
998
|
-
componentsTooltipPopoverContrastFill: string;
|
|
999
|
-
componentsTooltipPopoverContrastIcon: string;
|
|
1000
|
-
componentsTooltipPopoverContrastText: string;
|
|
1001
|
-
componentsTooltipPopoverStandardBorder: string;
|
|
1002
|
-
componentsTooltipPopoverStandardFill: string;
|
|
1003
|
-
componentsTooltipPopoverStandardIcon: string;
|
|
1004
|
-
componentsTooltipPopoverStandardText: string;
|
|
1005
|
-
componentsTooltipTooltipContrastFill: string;
|
|
1006
|
-
componentsTooltipTooltipContrastShape: string;
|
|
1007
|
-
componentsTooltipTooltipContrastText: string;
|
|
1008
|
-
componentsTooltipTooltipStandardFill: string;
|
|
1009
|
-
componentsTooltipTooltipStandardShape: string;
|
|
1010
|
-
componentsTooltipTooltipStandardText: string;
|
|
1011
|
-
componentsTravelLegLineStrokeLine: string;
|
|
1012
|
-
componentsTravelSeatmapBackground: string;
|
|
1013
|
-
componentsTravelSeatmapBorder: string;
|
|
1014
|
-
componentsTravelSeatmapBorderReverse: string;
|
|
1015
|
-
componentsTravelSeatmapFillChosen: string;
|
|
1016
|
-
componentsTravelSeatmapFillConfirm: string;
|
|
1017
|
-
componentsTravelSeatmapFillConflict: string;
|
|
1018
|
-
componentsTravelSeatmapFillExit: string;
|
|
1019
|
-
componentsTravelSeatmapFillFree: string;
|
|
1020
|
-
componentsTravelSeatmapFillHeadpillow: string;
|
|
1021
|
-
componentsTravelSeatmapFillReverse: string;
|
|
1022
|
-
componentsTravelSeatmapFillUnavailable: string;
|
|
1023
|
-
componentsTravelSeatmapFillWC: string;
|
|
1024
|
-
componentsTravelSeatmapFillWindow: string;
|
|
1025
|
-
componentsTravelSeatmapIconReverse: string;
|
|
1026
|
-
componentsTravelSeatmapIconWC: string;
|
|
1027
|
-
componentsTravelSeatmapStrokeChosen: string;
|
|
1028
|
-
componentsTravelSeatmapStrokeConfirm: string;
|
|
1029
|
-
componentsTravelSeatmapStrokeConflict: string;
|
|
1030
|
-
componentsTravelSeatmapStrokeFree: string;
|
|
1031
|
-
componentsTravelSeatmapStrokeUnavailable: string;
|
|
1032
|
-
componentsTravelSeatmapTextChosen: string;
|
|
1033
|
-
componentsTravelSeatmapTextFree: string;
|
|
1034
|
-
componentsTravelSeatmapTextUnavailable: string;
|
|
1035
|
-
componentsTravelTravelHeaderContrastStrokeLine: string;
|
|
1036
|
-
componentsTravelTravelHeaderContrastText: string;
|
|
1037
|
-
componentsTravelTravelHeaderStandardStrokeLine: string;
|
|
1038
|
-
componentsTravelTravelHeaderStandardText: string;
|
|
1039
|
-
componentsTravelTravelLegContrastBulletBorder: string;
|
|
1040
|
-
componentsTravelTravelLegContrastBus: string;
|
|
1041
|
-
componentsTravelTravelLegContrastFerry: string;
|
|
1042
|
-
componentsTravelTravelLegContrastMetro: string;
|
|
1043
|
-
componentsTravelTravelLegContrastMobility: string;
|
|
1044
|
-
componentsTravelTravelLegContrastPlane: string;
|
|
1045
|
-
componentsTravelTravelLegContrastTaxi: string;
|
|
1046
|
-
componentsTravelTravelLegContrastTrain: string;
|
|
1047
|
-
componentsTravelTravelLegContrastTram: string;
|
|
1048
|
-
componentsTravelTravelLegContrastWalk: string;
|
|
1049
|
-
componentsTravelTravelLegStandardBulletBorder: string;
|
|
1050
|
-
componentsTravelTravelLegStandardBus: string;
|
|
1051
|
-
componentsTravelTravelLegStandardFerry: string;
|
|
1052
|
-
componentsTravelTravelLegStandardMetro: string;
|
|
1053
|
-
componentsTravelTravelLegStandardMobility: string;
|
|
1054
|
-
componentsTravelTravelLegStandardPlane: string;
|
|
1055
|
-
componentsTravelTravelLegStandardTaxi: string;
|
|
1056
|
-
componentsTravelTravelLegStandardTrain: string;
|
|
1057
|
-
componentsTravelTravelLegStandardTram: string;
|
|
1058
|
-
componentsTravelTravelLegStandardWalk: string;
|
|
1059
|
-
componentsTravelTravelSwitchContrastBackgroundFalse: string;
|
|
1060
|
-
componentsTravelTravelSwitchContrastBackgroundTrueBus: string;
|
|
1061
|
-
componentsTravelTravelSwitchContrastBackgroundTrueFerry: string;
|
|
1062
|
-
componentsTravelTravelSwitchContrastBackgroundTrueMetro: string;
|
|
1063
|
-
componentsTravelTravelSwitchContrastBackgroundTrueMobility: string;
|
|
1064
|
-
componentsTravelTravelSwitchContrastBackgroundTruePlane: string;
|
|
1065
|
-
componentsTravelTravelSwitchContrastBackgroundTrueTaxi: string;
|
|
1066
|
-
componentsTravelTravelSwitchContrastBackgroundTrueTrain: string;
|
|
1067
|
-
componentsTravelTravelSwitchContrastBackgroundTrueTram: string;
|
|
1068
|
-
componentsTravelTravelSwitchContrastIconFalse: string;
|
|
1069
|
-
componentsTravelTravelSwitchContrastIconTrueBus: string;
|
|
1070
|
-
componentsTravelTravelSwitchContrastIconTrueFerry: string;
|
|
1071
|
-
componentsTravelTravelSwitchContrastIconTrueMetro: string;
|
|
1072
|
-
componentsTravelTravelSwitchContrastIconTrueMobility: string;
|
|
1073
|
-
componentsTravelTravelSwitchContrastIconTruePlane: string;
|
|
1074
|
-
componentsTravelTravelSwitchContrastIconTrueTaxi: string;
|
|
1075
|
-
componentsTravelTravelSwitchContrastIconTrueTrain: string;
|
|
1076
|
-
componentsTravelTravelSwitchContrastIconTrueTram: string;
|
|
1077
|
-
componentsTravelTravelSwitchContrastSwitchFillFalse: string;
|
|
1078
|
-
componentsTravelTravelSwitchContrastSwitchFillTrue: string;
|
|
1079
|
-
componentsTravelTravelSwitchContrastText: string;
|
|
1080
|
-
componentsTravelTravelSwitchStandardBackgroundFalse: string;
|
|
1081
|
-
componentsTravelTravelSwitchStandardBackgroundTrueBus: string;
|
|
1082
|
-
componentsTravelTravelSwitchStandardBackgroundTrueFerry: string;
|
|
1083
|
-
componentsTravelTravelSwitchStandardBackgroundTrueMetro: string;
|
|
1084
|
-
componentsTravelTravelSwitchStandardBackgroundTrueMobility: string;
|
|
1085
|
-
componentsTravelTravelSwitchStandardBackgroundTruePlane: string;
|
|
1086
|
-
componentsTravelTravelSwitchStandardBackgroundTrueTaxi: string;
|
|
1087
|
-
componentsTravelTravelSwitchStandardBackgroundTrueTrain: string;
|
|
1088
|
-
componentsTravelTravelSwitchStandardBackgroundTrueTram: string;
|
|
1089
|
-
componentsTravelTravelSwitchStandardIconFalse: string;
|
|
1090
|
-
componentsTravelTravelSwitchStandardIconTrueBus: string;
|
|
1091
|
-
componentsTravelTravelSwitchStandardIconTrueFerry: string;
|
|
1092
|
-
componentsTravelTravelSwitchStandardIconTrueMetro: string;
|
|
1093
|
-
componentsTravelTravelSwitchStandardIconTrueMobility: string;
|
|
1094
|
-
componentsTravelTravelSwitchStandardIconTruePlane: string;
|
|
1095
|
-
componentsTravelTravelSwitchStandardIconTrueTaxi: string;
|
|
1096
|
-
componentsTravelTravelSwitchStandardIconTrueTrain: string;
|
|
1097
|
-
componentsTravelTravelSwitchStandardIconTrueTram: string;
|
|
1098
|
-
componentsTravelTravelSwitchStandardSwitchFillFalse: string;
|
|
1099
|
-
componentsTravelTravelSwitchStandardSwitchFillTrue: string;
|
|
1100
|
-
componentsTravelTravelSwitchStandardText: string;
|
|
1101
|
-
componentsTravelTravelTagContrastIcon: string;
|
|
1102
|
-
componentsTravelTravelTagContrastIconBusCancled: string;
|
|
1103
|
-
componentsTravelTravelTagContrastIconFerryCancled: string;
|
|
1104
|
-
componentsTravelTravelTagContrastIconMetroCancled: string;
|
|
1105
|
-
componentsTravelTravelTagContrastIconPlaneCancled: string;
|
|
1106
|
-
componentsTravelTravelTagContrastIconTrainCancled: string;
|
|
1107
|
-
componentsTravelTravelTagContrastIconTramCancled: string;
|
|
1108
|
-
componentsTravelTravelTagContrastIconWalk: string;
|
|
1109
|
-
componentsTravelTravelTagContrastIconBorderValidation: string;
|
|
1110
|
-
componentsTravelTravelTagContrastTagFillBus: string;
|
|
1111
|
-
componentsTravelTravelTagContrastTagFillBusCancled: string;
|
|
1112
|
-
componentsTravelTravelTagContrastTagFillFerry: string;
|
|
1113
|
-
componentsTravelTravelTagContrastTagFillFerryCancled: string;
|
|
1114
|
-
componentsTravelTravelTagContrastTagFillMetro: string;
|
|
1115
|
-
componentsTravelTravelTagContrastTagFillMetroCancled: string;
|
|
1116
|
-
componentsTravelTravelTagContrastTagFillMobility: string;
|
|
1117
|
-
componentsTravelTravelTagContrastTagFillPlane: string;
|
|
1118
|
-
componentsTravelTravelTagContrastTagFillPlaneCancled: string;
|
|
1119
|
-
componentsTravelTravelTagContrastTagFillTaxi: string;
|
|
1120
|
-
componentsTravelTravelTagContrastTagFillTrain: string;
|
|
1121
|
-
componentsTravelTravelTagContrastTagFillTrainCancled: string;
|
|
1122
|
-
componentsTravelTravelTagContrastTagFillTram: string;
|
|
1123
|
-
componentsTravelTravelTagContrastTagFillTramCancled: string;
|
|
1124
|
-
componentsTravelTravelTagContrastTagFillWalk: string;
|
|
1125
|
-
componentsTravelTravelTagContrastTextCancled: string;
|
|
1126
|
-
componentsTravelTravelTagContrastTextLabel: string;
|
|
1127
|
-
componentsTravelTravelTagContrastTextLine: string;
|
|
1128
|
-
componentsTravelTravelTagContrastTextLineBusCancled: string;
|
|
1129
|
-
componentsTravelTravelTagContrastTextLineFerryCancled: string;
|
|
1130
|
-
componentsTravelTravelTagContrastTextLineMetroCancled: string;
|
|
1131
|
-
componentsTravelTravelTagContrastTextLinePlaneCancled: string;
|
|
1132
|
-
componentsTravelTravelTagContrastTextLineTrainCancled: string;
|
|
1133
|
-
componentsTravelTravelTagContrastTextLineTramCancled: string;
|
|
1134
|
-
componentsTravelTravelTagContrastTextNewTime: string;
|
|
1135
|
-
componentsTravelTravelTagContrastTextWalk: string;
|
|
1136
|
-
componentsTravelTravelTagStandardIcon: string;
|
|
1137
|
-
componentsTravelTravelTagStandardIconBusCancled: string;
|
|
1138
|
-
componentsTravelTravelTagStandardIconFerryCancled: string;
|
|
1139
|
-
componentsTravelTravelTagStandardIconMetroCancled: string;
|
|
1140
|
-
componentsTravelTravelTagStandardIconPlaneCancled: string;
|
|
1141
|
-
componentsTravelTravelTagStandardIconTrainCancled: string;
|
|
1142
|
-
componentsTravelTravelTagStandardIconTramCancled: string;
|
|
1143
|
-
componentsTravelTravelTagStandardIconWalk: string;
|
|
1144
|
-
componentsTravelTravelTagStandardIconBorderValidation: string;
|
|
1145
|
-
componentsTravelTravelTagStandardTagFillBus: string;
|
|
1146
|
-
componentsTravelTravelTagStandardTagFillBusCancled: string;
|
|
1147
|
-
componentsTravelTravelTagStandardTagFillFerry: string;
|
|
1148
|
-
componentsTravelTravelTagStandardTagFillFerryCancled: string;
|
|
1149
|
-
componentsTravelTravelTagStandardTagFillMetro: string;
|
|
1150
|
-
componentsTravelTravelTagStandardTagFillMetroCancled: string;
|
|
1151
|
-
componentsTravelTravelTagStandardTagFillMobility: string;
|
|
1152
|
-
componentsTravelTravelTagStandardTagFillPlane: string;
|
|
1153
|
-
componentsTravelTravelTagStandardTagFillPlaneCancled: string;
|
|
1154
|
-
componentsTravelTravelTagStandardTagFillTaxi: string;
|
|
1155
|
-
componentsTravelTravelTagStandardTagFillTrain: string;
|
|
1156
|
-
componentsTravelTravelTagStandardTagFillTrainCancled: string;
|
|
1157
|
-
componentsTravelTravelTagStandardTagFillTram: string;
|
|
1158
|
-
componentsTravelTravelTagStandardTagFillTramCancled: string;
|
|
1159
|
-
componentsTravelTravelTagStandardTagFillWalk: string;
|
|
1160
|
-
componentsTravelTravelTagStandardTextCancled: string;
|
|
1161
|
-
componentsTravelTravelTagStandardTextLabel: string;
|
|
1162
|
-
componentsTravelTravelTagStandardTextLine: string;
|
|
1163
|
-
componentsTravelTravelTagStandardTextLineBusCancled: string;
|
|
1164
|
-
componentsTravelTravelTagStandardTextLineFerryCancled: string;
|
|
1165
|
-
componentsTravelTravelTagStandardTextLineMetroCancled: string;
|
|
1166
|
-
componentsTravelTravelTagStandardTextLinePlaneCancled: string;
|
|
1167
|
-
componentsTravelTravelTagStandardTextLineTrainCancled: string;
|
|
1168
|
-
componentsTravelTravelTagStandardTextLineTramCancled: string;
|
|
1169
|
-
componentsTravelTravelTagStandardTextNewTime: string;
|
|
1170
|
-
componentsTravelTravelTagStandardTextWalk: string;
|
|
1171
|
-
componentsTypographyNew: string;
|
|
1172
|
-
componentsTypographyBlockquoteContrastStroke: string;
|
|
1173
|
-
componentsTypographyBlockquoteContrastTextAccent: string;
|
|
1174
|
-
componentsTypographyBlockquoteContrastTextSubdued: string;
|
|
1175
|
-
componentsTypographyBlockquoteStandardStroke: string;
|
|
1176
|
-
componentsTypographyBlockquoteStandardTextAccent: string;
|
|
1177
|
-
componentsTypographyBlockquoteStandardTextSubdued: string;
|
|
1178
|
-
};
|
|
1179
|
-
numbers: {
|
|
1180
|
-
componentsLayoutCardRadius: string;
|
|
1181
|
-
componentsAlertRadius: string;
|
|
1182
|
-
componentsButtonFloatingRadius: string;
|
|
1183
|
-
componentsButtonFloatingSpacing: string;
|
|
1184
|
-
componentsButtonIconButtonRadius: string;
|
|
1185
|
-
componentsButtonIconButtonSpacing: string;
|
|
1186
|
-
componentsButtonNegativeRadius: string;
|
|
1187
|
-
componentsButtonNegativeSpacing: string;
|
|
1188
|
-
componentsButtonPrimaryRadius: string;
|
|
1189
|
-
componentsButtonPrimarySpacing: string;
|
|
1190
|
-
componentsButtonSecondaryRadius: string;
|
|
1191
|
-
componentsButtonSecondarySpacing: string;
|
|
1192
|
-
componentsButtonSquareSecondaryRadius: string;
|
|
1193
|
-
componentsButtonSquareSecondarySpacing: string;
|
|
1194
|
-
componentsButtonSquareSuccessRadius: string;
|
|
1195
|
-
componentsButtonSquareSuccessSpacing: string;
|
|
1196
|
-
componentsButtonSuccessRadius: string;
|
|
1197
|
-
componentsButtonSuccessSpacing: string;
|
|
1198
|
-
componentsChipSpacing: string;
|
|
1199
|
-
componentsChipRadius: string;
|
|
1200
|
-
componentsDatepickerCalendarRadius: string;
|
|
1201
|
-
componentsDatepickerDateFieldSpacing: string;
|
|
1202
|
-
componentsDatepickerDateFieldRadius: string;
|
|
1203
|
-
componentsDropdownDropdownSpacing: string;
|
|
1204
|
-
componentsDropdownDropdownRadius: string;
|
|
1205
|
-
componentsDropdownMultiSelectSpacing: string;
|
|
1206
|
-
componentsDropdownMultiSelectRadius: string;
|
|
1207
|
-
componentsExpandExpandablePanelRadius: string;
|
|
1208
|
-
componentsExpandExpandablePanelPadding: string;
|
|
1209
|
-
componentsExpandExpandableTextPadding: string;
|
|
1210
|
-
componentsFormCheckboxRadius: string;
|
|
1211
|
-
componentsFormCheckboxSpacing: string;
|
|
1212
|
-
componentsFormCheckboxPanelRadius: string;
|
|
1213
|
-
componentsFormCheckboxPanelPadding: string;
|
|
1214
|
-
componentsFormFeedbackTextRadius: string;
|
|
1215
|
-
componentsFormRadioRadius: string;
|
|
1216
|
-
componentsFormRadioSpacing: string;
|
|
1217
|
-
componentsFormRadioPanelRadius: string;
|
|
1218
|
-
componentsFormRadioPanelPadding: string;
|
|
1219
|
-
componentsFormSearchSpacing: string;
|
|
1220
|
-
componentsFormSearchRadius: string;
|
|
1221
|
-
componentsFormSegmentedControlRadiusButton: string;
|
|
1222
|
-
componentsFormSegmentedControlRadiusBackground: string;
|
|
1223
|
-
componentsFormSwitchSpacingVertical: string;
|
|
1224
|
-
componentsFormSwitchSpacingHorizontal: string;
|
|
1225
|
-
componentsFormSwitchRadius: string;
|
|
1226
|
-
componentsFormTextAreaSpacing: string;
|
|
1227
|
-
componentsFormTextAreaRadius: string;
|
|
1228
|
-
componentsFormTextFieldSpacing: string;
|
|
1229
|
-
componentsFormTextFieldRadius: string;
|
|
1230
|
-
componentsLoaderLoaderPadding: string;
|
|
1231
|
-
componentsLoaderLoaderFileuploadRadius: string;
|
|
1232
|
-
componentsLoaderLoaderFileuploadSpacingHorizontal: string;
|
|
1233
|
-
componentsLoaderLoaderFileuploadSpacingVertical: string;
|
|
1234
|
-
componentsMenuBreadcrumbPadding: string;
|
|
1235
|
-
componentsMenuNavigationBarPadding: string;
|
|
1236
|
-
componentsMenuNavigationLinkPadding: string;
|
|
1237
|
-
componentsMenuOverflowMenuRadius: string;
|
|
1238
|
-
componentsMenuPaginationSpacing: string;
|
|
1239
|
-
componentsMenuPaginationRadius: string;
|
|
1240
|
-
componentsMenuSideNavigationRadiusBackground: string;
|
|
1241
|
-
componentsMenuSideNavigationRadiusButton: string;
|
|
1242
|
-
componentsMenuSideNavigationPadding: string;
|
|
1243
|
-
componentsMenuSideNavigationPaddingNested: string;
|
|
1244
|
-
componentsMenuStepperPadding: string;
|
|
1245
|
-
componentsMenuTableOfContentPadding: string;
|
|
1246
|
-
componentsModalDrawerRadius: string;
|
|
1247
|
-
componentsModalModalRadius: string;
|
|
1248
|
-
componentsTabRadiusButton: string;
|
|
1249
|
-
componentsTableRadius: string;
|
|
1250
|
-
componentsTooltipPopoverPadding: string;
|
|
1251
|
-
componentsTooltipTooltipPadding: string;
|
|
1252
|
-
componentsTravelTravelHeaderSpacingV: string;
|
|
1253
|
-
componentsTravelTravelHeaderSpacingH: string;
|
|
1254
|
-
componentsTypographyBlockquoteRadius: string;
|
|
1255
|
-
};
|
|
265
|
+
colors: Record<string, string>;
|
|
1256
266
|
};
|
|
1257
267
|
dark: {
|
|
1258
|
-
colors:
|
|
1259
|
-
baseColorsFrameContrast: string;
|
|
1260
|
-
baseColorsFrameContrastAlt: string;
|
|
1261
|
-
baseColorsFrameDefault: string;
|
|
1262
|
-
baseColorsFrameDefaultAlt: string;
|
|
1263
|
-
baseColorsFrameSubdued: string;
|
|
1264
|
-
baseColorsFrameSubduedAlt: string;
|
|
1265
|
-
baseColorsShapeAccent: string;
|
|
1266
|
-
baseColorsShapeDisabled: string;
|
|
1267
|
-
baseColorsShapeDisabledAlt: string;
|
|
1268
|
-
baseColorsShapeHighlight: string;
|
|
1269
|
-
baseColorsShapeLight: string;
|
|
1270
|
-
baseColorsShapeSubdued: string;
|
|
1271
|
-
baseColorsShapeSubduedAlt: string;
|
|
1272
|
-
baseColorsStrokeContrast: string;
|
|
1273
|
-
baseColorsStrokeDefault: string;
|
|
1274
|
-
baseColorsStrokeDisabled: string;
|
|
1275
|
-
baseColorsStrokeFocusContrast: string;
|
|
1276
|
-
baseColorsStrokeFocusStandard: string;
|
|
1277
|
-
baseColorsStrokeHighlight: string;
|
|
1278
|
-
baseColorsStrokeLight: string;
|
|
1279
|
-
baseColorsStrokeSubdued: string;
|
|
1280
|
-
baseColorsStrokeSubduedAlt: string;
|
|
1281
|
-
baseColorsTextAccent: string;
|
|
1282
|
-
baseColorsTextDisabled: string;
|
|
1283
|
-
baseColorsTextDisabledAlt: string;
|
|
1284
|
-
baseColorsTextLight: string;
|
|
1285
|
-
baseColorsTextSubdued: string;
|
|
1286
|
-
baseColorsTextSubduedAlt: string;
|
|
1287
|
-
componentsLayoutBadgeInformationContrastBorder: string;
|
|
1288
|
-
componentsLayoutBadgeInformationContrastBullet: string;
|
|
1289
|
-
componentsLayoutBadgeInformationContrastFill: string;
|
|
1290
|
-
componentsLayoutBadgeInformationContrastText: string;
|
|
1291
|
-
componentsLayoutBadgeInformationContrastTextBullet: string;
|
|
1292
|
-
componentsLayoutBadgeInformationStandardBorder: string;
|
|
1293
|
-
componentsLayoutBadgeInformationStandardBullet: string;
|
|
1294
|
-
componentsLayoutBadgeInformationStandardFill: string;
|
|
1295
|
-
componentsLayoutBadgeInformationStandardText: string;
|
|
1296
|
-
componentsLayoutBadgeInformationStandardTextBullet: string;
|
|
1297
|
-
componentsLayoutBadgeNegativeContrastBorder: string;
|
|
1298
|
-
componentsLayoutBadgeNegativeContrastBullet: string;
|
|
1299
|
-
componentsLayoutBadgeNegativeContrastFill: string;
|
|
1300
|
-
componentsLayoutBadgeNegativeContrastText: string;
|
|
1301
|
-
componentsLayoutBadgeNegativeContrastTextBullet: string;
|
|
1302
|
-
componentsLayoutBadgeNegativeStandardBorder: string;
|
|
1303
|
-
componentsLayoutBadgeNegativeStandardBullet: string;
|
|
1304
|
-
componentsLayoutBadgeNegativeStandardFill: string;
|
|
1305
|
-
componentsLayoutBadgeNegativeStandardText: string;
|
|
1306
|
-
componentsLayoutBadgeNegativeStandardTextBullet: string;
|
|
1307
|
-
componentsLayoutBadgeNeutralContrastBorder: string;
|
|
1308
|
-
componentsLayoutBadgeNeutralContrastBullet: string;
|
|
1309
|
-
componentsLayoutBadgeNeutralContrastFill: string;
|
|
1310
|
-
componentsLayoutBadgeNeutralContrastText: string;
|
|
1311
|
-
componentsLayoutBadgeNeutralContrastTextBullet: string;
|
|
1312
|
-
componentsLayoutBadgeNeutralStandardBorder: string;
|
|
1313
|
-
componentsLayoutBadgeNeutralStandardBullet: string;
|
|
1314
|
-
componentsLayoutBadgeNeutralStandardFill: string;
|
|
1315
|
-
componentsLayoutBadgeNeutralStandardText: string;
|
|
1316
|
-
componentsLayoutBadgeNeutralStandardTextBullet: string;
|
|
1317
|
-
componentsLayoutBadgePrimaryContrastFill: string;
|
|
1318
|
-
componentsLayoutBadgePrimaryContrastText: string;
|
|
1319
|
-
componentsLayoutBadgePrimaryContrastTextBullet: string;
|
|
1320
|
-
componentsLayoutBadgePrimaryStandardFill: string;
|
|
1321
|
-
componentsLayoutBadgePrimaryStandardText: string;
|
|
1322
|
-
componentsLayoutBadgePrimaryStandardTextBullet: string;
|
|
1323
|
-
componentsLayoutBadgeSuccessContrastBorder: string;
|
|
1324
|
-
componentsLayoutBadgeSuccessContrastBullet: string;
|
|
1325
|
-
componentsLayoutBadgeSuccessContrastFill: string;
|
|
1326
|
-
componentsLayoutBadgeSuccessContrastText: string;
|
|
1327
|
-
componentsLayoutBadgeSuccessContrastTextBullet: string;
|
|
1328
|
-
componentsLayoutBadgeSuccessStandardBorder: string;
|
|
1329
|
-
componentsLayoutBadgeSuccessStandardBullet: string;
|
|
1330
|
-
componentsLayoutBadgeSuccessStandardFill: string;
|
|
1331
|
-
componentsLayoutBadgeSuccessStandardText: string;
|
|
1332
|
-
componentsLayoutBadgeSuccessStandardTextBullet: string;
|
|
1333
|
-
componentsLayoutBadgeWarningContrastBorder: string;
|
|
1334
|
-
componentsLayoutBadgeWarningContrastBullet: string;
|
|
1335
|
-
componentsLayoutBadgeWarningContrastFill: string;
|
|
1336
|
-
componentsLayoutBadgeWarningContrastText: string;
|
|
1337
|
-
componentsLayoutBadgeWarningContrastTextBullet: string;
|
|
1338
|
-
componentsLayoutBadgeWarningStandardBorder: string;
|
|
1339
|
-
componentsLayoutBadgeWarningStandardBullet: string;
|
|
1340
|
-
componentsLayoutBadgeWarningStandardFill: string;
|
|
1341
|
-
componentsLayoutBadgeWarningStandardText: string;
|
|
1342
|
-
componentsLayoutBadgeWarningStandardTextBullet: string;
|
|
1343
|
-
componentsLayoutCardContrastBorderDefault: string;
|
|
1344
|
-
componentsLayoutCardContrastBorderActive: string;
|
|
1345
|
-
componentsLayoutCardContrastDivide: string;
|
|
1346
|
-
componentsLayoutCardContrastFillDefault: string;
|
|
1347
|
-
componentsLayoutCardContrastFillHoverActive: string;
|
|
1348
|
-
componentsLayoutCardContrastIcon: string;
|
|
1349
|
-
componentsLayoutCardContrastSubjectText: string;
|
|
1350
|
-
componentsLayoutCardContrastText: string;
|
|
1351
|
-
componentsLayoutCardStandardBorderDefault: string;
|
|
1352
|
-
componentsLayoutCardStandardBorderActive: string;
|
|
1353
|
-
componentsLayoutCardStandardDivide: string;
|
|
1354
|
-
componentsLayoutCardStandardFillDefault: string;
|
|
1355
|
-
componentsLayoutCardStandardFillHoverActive: string;
|
|
1356
|
-
componentsLayoutCardStandardIcon: string;
|
|
1357
|
-
componentsLayoutCardStandardSubjectText: string;
|
|
1358
|
-
componentsLayoutCardStandardText: string;
|
|
1359
|
-
componentsAlertAlertBoxInformationContrastBorder: string;
|
|
1360
|
-
componentsAlertAlertBoxInformationContrastFill: string;
|
|
1361
|
-
componentsAlertAlertBoxInformationContrastIcon: string;
|
|
1362
|
-
componentsAlertAlertBoxInformationContrastIconBorder: string;
|
|
1363
|
-
componentsAlertAlertBoxInformationContrastText: string;
|
|
1364
|
-
componentsAlertAlertBoxInformationStandardBorder: string;
|
|
1365
|
-
componentsAlertAlertBoxInformationStandardFill: string;
|
|
1366
|
-
componentsAlertAlertBoxInformationStandardIcon: string;
|
|
1367
|
-
componentsAlertAlertBoxInformationStandardIconBorder: string;
|
|
1368
|
-
componentsAlertAlertBoxInformationStandardText: string;
|
|
1369
|
-
componentsAlertAlertBoxNegativeContrastBorder: string;
|
|
1370
|
-
componentsAlertAlertBoxNegativeContrastFill: string;
|
|
1371
|
-
componentsAlertAlertBoxNegativeContrastIcon: string;
|
|
1372
|
-
componentsAlertAlertBoxNegativeContrastIconBorder: string;
|
|
1373
|
-
componentsAlertAlertBoxNegativeContrastText: string;
|
|
1374
|
-
componentsAlertAlertBoxNegativeStandardBorder: string;
|
|
1375
|
-
componentsAlertAlertBoxNegativeStandardFill: string;
|
|
1376
|
-
componentsAlertAlertBoxNegativeStandardIcon: string;
|
|
1377
|
-
componentsAlertAlertBoxNegativeStandardIconBorder: string;
|
|
1378
|
-
componentsAlertAlertBoxNegativeStandardText: string;
|
|
1379
|
-
componentsAlertAlertBoxSuccessContrastBorder: string;
|
|
1380
|
-
componentsAlertAlertBoxSuccessContrastFill: string;
|
|
1381
|
-
componentsAlertAlertBoxSuccessContrastIcon: string;
|
|
1382
|
-
componentsAlertAlertBoxSuccessContrastIconBorder: string;
|
|
1383
|
-
componentsAlertAlertBoxSuccessContrastText: string;
|
|
1384
|
-
componentsAlertAlertBoxSuccessStandardBorder: string;
|
|
1385
|
-
componentsAlertAlertBoxSuccessStandardFill: string;
|
|
1386
|
-
componentsAlertAlertBoxSuccessStandardIcon: string;
|
|
1387
|
-
componentsAlertAlertBoxSuccessStandardIconBorder: string;
|
|
1388
|
-
componentsAlertAlertBoxSuccessStandardText: string;
|
|
1389
|
-
componentsAlertAlertBoxWarningContrastBorder: string;
|
|
1390
|
-
componentsAlertAlertBoxWarningContrastFill: string;
|
|
1391
|
-
componentsAlertAlertBoxWarningContrastIcon: string;
|
|
1392
|
-
componentsAlertAlertBoxWarningContrastIconBorder: string;
|
|
1393
|
-
componentsAlertAlertBoxWarningContrastText: string;
|
|
1394
|
-
componentsAlertAlertBoxWarningStandardBorder: string;
|
|
1395
|
-
componentsAlertAlertBoxWarningStandardFill: string;
|
|
1396
|
-
componentsAlertAlertBoxWarningStandardIcon: string;
|
|
1397
|
-
componentsAlertAlertBoxWarningStandardIconBorder: string;
|
|
1398
|
-
componentsAlertAlertBoxWarningStandardText: string;
|
|
1399
|
-
componentsAlertCopyableTextContrastBorder: string;
|
|
1400
|
-
componentsAlertCopyableTextContrastBorderInteractive: string;
|
|
1401
|
-
componentsAlertCopyableTextContrastFill: string;
|
|
1402
|
-
componentsAlertCopyableTextContrastIcon: string;
|
|
1403
|
-
componentsAlertCopyableTextContrastText: string;
|
|
1404
|
-
componentsAlertCopyableTextStandardBorder: string;
|
|
1405
|
-
componentsAlertCopyableTextStandardBorderInteractive: string;
|
|
1406
|
-
componentsAlertCopyableTextStandardFill: string;
|
|
1407
|
-
componentsAlertCopyableTextStandardIcon: string;
|
|
1408
|
-
componentsAlertCopyableTextStandardText: string;
|
|
1409
|
-
componentsButtonFloatingContrastActive: string;
|
|
1410
|
-
componentsButtonFloatingContrastDefault: string;
|
|
1411
|
-
componentsButtonFloatingContrastHover: string;
|
|
1412
|
-
componentsButtonFloatingContrastIcon: string;
|
|
1413
|
-
componentsButtonFloatingContrastText: string;
|
|
1414
|
-
componentsButtonFloatingStandardActive: string;
|
|
1415
|
-
componentsButtonFloatingStandardDefault: string;
|
|
1416
|
-
componentsButtonFloatingStandardHover: string;
|
|
1417
|
-
componentsButtonFloatingStandardIcon: string;
|
|
1418
|
-
componentsButtonFloatingStandardText: string;
|
|
1419
|
-
componentsButtonIconButtonContrastActive: string;
|
|
1420
|
-
componentsButtonIconButtonContrastDefault: string;
|
|
1421
|
-
componentsButtonIconButtonContrastHover: string;
|
|
1422
|
-
componentsButtonIconButtonContrastIcon: string;
|
|
1423
|
-
componentsButtonIconButtonContrastIconActive: string;
|
|
1424
|
-
componentsButtonIconButtonContrastText: string;
|
|
1425
|
-
componentsButtonIconButtonContrastTextActive: string;
|
|
1426
|
-
componentsButtonIconButtonStandardActive: string;
|
|
1427
|
-
componentsButtonIconButtonStandardDefault: string;
|
|
1428
|
-
componentsButtonIconButtonStandardHover: string;
|
|
1429
|
-
componentsButtonIconButtonStandardIcon: string;
|
|
1430
|
-
componentsButtonIconButtonStandardIconActive: string;
|
|
1431
|
-
componentsButtonIconButtonStandardText: string;
|
|
1432
|
-
componentsButtonIconButtonStandardTextActive: string;
|
|
1433
|
-
componentsButtonNegativeContrastActive: string;
|
|
1434
|
-
componentsButtonNegativeContrastBorder: string;
|
|
1435
|
-
componentsButtonNegativeContrastDefault: string;
|
|
1436
|
-
componentsButtonNegativeContrastHover: string;
|
|
1437
|
-
componentsButtonNegativeContrastIcon: string;
|
|
1438
|
-
componentsButtonNegativeContrastIconActive: string;
|
|
1439
|
-
componentsButtonNegativeContrastText: string;
|
|
1440
|
-
componentsButtonNegativeContrastTextActive: string;
|
|
1441
|
-
componentsButtonNegativeStandardActive: string;
|
|
1442
|
-
componentsButtonNegativeStandardBorder: string;
|
|
1443
|
-
componentsButtonNegativeStandardDefault: string;
|
|
1444
|
-
componentsButtonNegativeStandardHover: string;
|
|
1445
|
-
componentsButtonNegativeStandardIcon: string;
|
|
1446
|
-
componentsButtonNegativeStandardIconActive: string;
|
|
1447
|
-
componentsButtonNegativeStandardText: string;
|
|
1448
|
-
componentsButtonNegativeStandardTextActive: string;
|
|
1449
|
-
componentsButtonPrimaryContrastActive: string;
|
|
1450
|
-
componentsButtonPrimaryContrastDefault: string;
|
|
1451
|
-
componentsButtonPrimaryContrastHover: string;
|
|
1452
|
-
componentsButtonPrimaryContrastIcon: string;
|
|
1453
|
-
componentsButtonPrimaryContrastText: string;
|
|
1454
|
-
componentsButtonPrimaryStandardActive: string;
|
|
1455
|
-
componentsButtonPrimaryStandardDefault: string;
|
|
1456
|
-
componentsButtonPrimaryStandardHover: string;
|
|
1457
|
-
componentsButtonPrimaryStandardIcon: string;
|
|
1458
|
-
componentsButtonPrimaryStandardText: string;
|
|
1459
|
-
componentsButtonSecondaryContrastActive: string;
|
|
1460
|
-
componentsButtonSecondaryContrastBorder: string;
|
|
1461
|
-
componentsButtonSecondaryContrastBorderActive: string;
|
|
1462
|
-
componentsButtonSecondaryContrastDefault: string;
|
|
1463
|
-
componentsButtonSecondaryContrastHover: string;
|
|
1464
|
-
componentsButtonSecondaryContrastIcon: string;
|
|
1465
|
-
componentsButtonSecondaryContrastIconActive: string;
|
|
1466
|
-
componentsButtonSecondaryContrastText: string;
|
|
1467
|
-
componentsButtonSecondaryContrastTextActive: string;
|
|
1468
|
-
componentsButtonSecondaryStandardActive: string;
|
|
1469
|
-
componentsButtonSecondaryStandardBorder: string;
|
|
1470
|
-
componentsButtonSecondaryStandardBorderActive: string;
|
|
1471
|
-
componentsButtonSecondaryStandardDefault: string;
|
|
1472
|
-
componentsButtonSecondaryStandardHover: string;
|
|
1473
|
-
componentsButtonSecondaryStandardIcon: string;
|
|
1474
|
-
componentsButtonSecondaryStandardIconActive: string;
|
|
1475
|
-
componentsButtonSecondaryStandardText: string;
|
|
1476
|
-
componentsButtonSecondaryStandardTextActive: string;
|
|
1477
|
-
componentsButtonSquareSecondaryContrastActive: string;
|
|
1478
|
-
componentsButtonSquareSecondaryContrastBorder: string;
|
|
1479
|
-
componentsButtonSquareSecondaryContrastBorderActive: string;
|
|
1480
|
-
componentsButtonSquareSecondaryContrastDefault: string;
|
|
1481
|
-
componentsButtonSquareSecondaryContrastHover: string;
|
|
1482
|
-
componentsButtonSquareSecondaryContrastIcon: string;
|
|
1483
|
-
componentsButtonSquareSecondaryContrastIconActive: string;
|
|
1484
|
-
componentsButtonSquareSecondaryContrastLabel: string;
|
|
1485
|
-
componentsButtonSquareSecondaryStandardActive: string;
|
|
1486
|
-
componentsButtonSquareSecondaryStandardBorder: string;
|
|
1487
|
-
componentsButtonSquareSecondaryStandardBorderActive: string;
|
|
1488
|
-
componentsButtonSquareSecondaryStandardDefault: string;
|
|
1489
|
-
componentsButtonSquareSecondaryStandardHover: string;
|
|
1490
|
-
componentsButtonSquareSecondaryStandardIcon: string;
|
|
1491
|
-
componentsButtonSquareSecondaryStandardIconActive: string;
|
|
1492
|
-
componentsButtonSquareSecondaryStandardText: string;
|
|
1493
|
-
componentsButtonSquareSuccessContrastActive: string;
|
|
1494
|
-
componentsButtonSquareSuccessContrastBorder: string;
|
|
1495
|
-
componentsButtonSquareSuccessContrastDefault: string;
|
|
1496
|
-
componentsButtonSquareSuccessContrastHover: string;
|
|
1497
|
-
componentsButtonSquareSuccessContrastIcon: string;
|
|
1498
|
-
componentsButtonSquareSuccessContrastLabel: string;
|
|
1499
|
-
componentsButtonSquareSuccessStandardActive: string;
|
|
1500
|
-
componentsButtonSquareSuccessStandardBorder: string;
|
|
1501
|
-
componentsButtonSquareSuccessStandardDefault: string;
|
|
1502
|
-
componentsButtonSquareSuccessStandardHover: string;
|
|
1503
|
-
componentsButtonSquareSuccessStandardIcon: string;
|
|
1504
|
-
componentsButtonSquareSuccessStandardLabel: string;
|
|
1505
|
-
componentsButtonSuccessContrastActive: string;
|
|
1506
|
-
componentsButtonSuccessContrastBorder: string;
|
|
1507
|
-
componentsButtonSuccessContrastDefault: string;
|
|
1508
|
-
componentsButtonSuccessContrastHover: string;
|
|
1509
|
-
componentsButtonSuccessContrastIcon: string;
|
|
1510
|
-
componentsButtonSuccessContrastText: string;
|
|
1511
|
-
componentsButtonSuccessStandardActive: string;
|
|
1512
|
-
componentsButtonSuccessStandardBorder: string;
|
|
1513
|
-
componentsButtonSuccessStandardDefault: string;
|
|
1514
|
-
componentsButtonSuccessStandardHover: string;
|
|
1515
|
-
componentsButtonSuccessStandardIcon: string;
|
|
1516
|
-
componentsButtonSuccessStandardText: string;
|
|
1517
|
-
componentsChipContrastActive: string;
|
|
1518
|
-
componentsChipContrastBorder: string;
|
|
1519
|
-
componentsChipContrastBorderDisabled: string;
|
|
1520
|
-
componentsChipContrastDefault: string;
|
|
1521
|
-
componentsChipContrastHover: string;
|
|
1522
|
-
componentsChipContrastIconDisabled: string;
|
|
1523
|
-
componentsChipContrastIconSelected: string;
|
|
1524
|
-
componentsChipContrastIconUnselected: string;
|
|
1525
|
-
componentsChipContrastTextDisabled: string;
|
|
1526
|
-
componentsChipContrastTextSelected: string;
|
|
1527
|
-
componentsChipContrastTextUnselected: string;
|
|
1528
|
-
componentsChipStandardActive: string;
|
|
1529
|
-
componentsChipStandardBorder: string;
|
|
1530
|
-
componentsChipStandardBorderDisabled: string;
|
|
1531
|
-
componentsChipStandardDefault: string;
|
|
1532
|
-
componentsChipStandardHover: string;
|
|
1533
|
-
componentsChipStandardIconDisabled: string;
|
|
1534
|
-
componentsChipStandardIconSelected: string;
|
|
1535
|
-
componentsChipStandardIconUnselected: string;
|
|
1536
|
-
componentsChipStandardTextDisabled: string;
|
|
1537
|
-
componentsChipStandardTextSelected: string;
|
|
1538
|
-
componentsChipStandardTextUnselected: string;
|
|
1539
|
-
componentsDatepickerCalendarBackground: string;
|
|
1540
|
-
componentsDatepickerCalendarBorder: string;
|
|
1541
|
-
componentsDatepickerCalendarDateBorder: string;
|
|
1542
|
-
componentsDatepickerCalendarDateFillHover: string;
|
|
1543
|
-
componentsDatepickerCalendarDateFillSelected: string;
|
|
1544
|
-
componentsDatepickerCalendarIcon: string;
|
|
1545
|
-
componentsDatepickerCalendarStrokeToday: string;
|
|
1546
|
-
componentsDatepickerCalendarTextAccent: string;
|
|
1547
|
-
componentsDatepickerCalendarTextDisabled: string;
|
|
1548
|
-
componentsDatepickerCalendarTextSubdued: string;
|
|
1549
|
-
componentsDatepickerDateFieldContrastBorderDefault: string;
|
|
1550
|
-
componentsDatepickerDateFieldContrastBorderInteractive: string;
|
|
1551
|
-
componentsDatepickerDateFieldContrastBorderNegative: string;
|
|
1552
|
-
componentsDatepickerDateFieldContrastBorderSuccess: string;
|
|
1553
|
-
componentsDatepickerDateFieldContrastFillDefault: string;
|
|
1554
|
-
componentsDatepickerDateFieldContrastFillDisabled: string;
|
|
1555
|
-
componentsDatepickerDateFieldContrastIcon: string;
|
|
1556
|
-
componentsDatepickerDateFieldContrastIconDisabled: string;
|
|
1557
|
-
componentsDatepickerDateFieldContrastTextContent: string;
|
|
1558
|
-
componentsDatepickerDateFieldContrastTextDescription: string;
|
|
1559
|
-
componentsDatepickerDateFieldContrastTextLabel: string;
|
|
1560
|
-
componentsDatepickerDateFieldContrastTextDisabled: string;
|
|
1561
|
-
componentsDatepickerDateFieldStandardBorderDefault: string;
|
|
1562
|
-
componentsDatepickerDateFieldStandardBorderInteractive: string;
|
|
1563
|
-
componentsDatepickerDateFieldStandardBorderNegative: string;
|
|
1564
|
-
componentsDatepickerDateFieldStandardBorderSuccess: string;
|
|
1565
|
-
componentsDatepickerDateFieldStandardFillDefault: string;
|
|
1566
|
-
componentsDatepickerDateFieldStandardFillDisabled: string;
|
|
1567
|
-
componentsDatepickerDateFieldStandardIcon: string;
|
|
1568
|
-
componentsDatepickerDateFieldStandardIconDisabled: string;
|
|
1569
|
-
componentsDatepickerDateFieldStandardTextContent: string;
|
|
1570
|
-
componentsDatepickerDateFieldStandardTextDescription: string;
|
|
1571
|
-
componentsDatepickerDateFieldStandardTextLabel: string;
|
|
1572
|
-
componentsDatepickerDateFieldStandardTextDisabled: string;
|
|
1573
|
-
componentsDropdownDropdownContrastBorderActive: string;
|
|
1574
|
-
componentsDropdownDropdownContrastBorderDefault: string;
|
|
1575
|
-
componentsDropdownDropdownContrastBorderHover: string;
|
|
1576
|
-
componentsDropdownDropdownContrastBorderNegative: string;
|
|
1577
|
-
componentsDropdownDropdownContrastBorderSuccess: string;
|
|
1578
|
-
componentsDropdownDropdownContrastFillDefault: string;
|
|
1579
|
-
componentsDropdownDropdownContrastFillDisabled: string;
|
|
1580
|
-
componentsDropdownDropdownContrastFillReadOnly: string;
|
|
1581
|
-
componentsDropdownDropdownContrastIcon: string;
|
|
1582
|
-
componentsDropdownDropdownContrastIconDisabled: string;
|
|
1583
|
-
componentsDropdownDropdownContrastTextContent: string;
|
|
1584
|
-
componentsDropdownDropdownContrastTextDescription: string;
|
|
1585
|
-
componentsDropdownDropdownContrastTextLabel: string;
|
|
1586
|
-
componentsDropdownDropdownContrastTextDisabled: string;
|
|
1587
|
-
componentsDropdownDropdownStandardBorderActive: string;
|
|
1588
|
-
componentsDropdownDropdownStandardBorderDefault: string;
|
|
1589
|
-
componentsDropdownDropdownStandardBorderHover: string;
|
|
1590
|
-
componentsDropdownDropdownStandardBorderNegative: string;
|
|
1591
|
-
componentsDropdownDropdownStandardBorderSuccess: string;
|
|
1592
|
-
componentsDropdownDropdownStandardFillDefault: string;
|
|
1593
|
-
componentsDropdownDropdownStandardFillDisabled: string;
|
|
1594
|
-
componentsDropdownDropdownStandardFillReadOnly: string;
|
|
1595
|
-
componentsDropdownDropdownStandardIcon: string;
|
|
1596
|
-
componentsDropdownDropdownStandardIconDisabled: string;
|
|
1597
|
-
componentsDropdownDropdownStandardTextContent: string;
|
|
1598
|
-
componentsDropdownDropdownStandardTextDescription: string;
|
|
1599
|
-
componentsDropdownDropdownStandardTextLabel: string;
|
|
1600
|
-
componentsDropdownDropdownStandardTextDisabled: string;
|
|
1601
|
-
componentsDropdownMultiSelectContrastBorderDanger: string;
|
|
1602
|
-
componentsDropdownMultiSelectContrastBorderDefault: string;
|
|
1603
|
-
componentsDropdownMultiSelectContrastBorderInteractive: string;
|
|
1604
|
-
componentsDropdownMultiSelectContrastBorderSuccess: string;
|
|
1605
|
-
componentsDropdownMultiSelectContrastFillDefault: string;
|
|
1606
|
-
componentsDropdownMultiSelectContrastFillDisabled: string;
|
|
1607
|
-
componentsDropdownMultiSelectContrastFillReadOnly: string;
|
|
1608
|
-
componentsDropdownMultiSelectContrastIcon: string;
|
|
1609
|
-
componentsDropdownMultiSelectContrastIconDisabled: string;
|
|
1610
|
-
componentsDropdownMultiSelectContrastTextContent: string;
|
|
1611
|
-
componentsDropdownMultiSelectContrastTextDescription: string;
|
|
1612
|
-
componentsDropdownMultiSelectContrastTextLabel: string;
|
|
1613
|
-
componentsDropdownMultiSelectContrastTextDisabled: string;
|
|
1614
|
-
componentsDropdownMultiSelectStandardBorderDefault: string;
|
|
1615
|
-
componentsDropdownMultiSelectStandardBorderInteractive: string;
|
|
1616
|
-
componentsDropdownMultiSelectStandardBorderNegative: string;
|
|
1617
|
-
componentsDropdownMultiSelectStandardBorderSuccess: string;
|
|
1618
|
-
componentsDropdownMultiSelectStandardFillDefault: string;
|
|
1619
|
-
componentsDropdownMultiSelectStandardFillDisabled: string;
|
|
1620
|
-
componentsDropdownMultiSelectStandardFillReadOnly: string;
|
|
1621
|
-
componentsDropdownMultiSelectStandardIcon: string;
|
|
1622
|
-
componentsDropdownMultiSelectStandardIconDisabled: string;
|
|
1623
|
-
componentsDropdownMultiSelectStandardTextContent: string;
|
|
1624
|
-
componentsDropdownMultiSelectStandardTextDescription: string;
|
|
1625
|
-
componentsDropdownMultiSelectStandardTextLabel: string;
|
|
1626
|
-
componentsDropdownMultiSelectStandardTextDisabled: string;
|
|
1627
|
-
componentsExpandExpandablePanelContrastFillDefault: string;
|
|
1628
|
-
componentsExpandExpandablePanelContrastFillHover: string;
|
|
1629
|
-
componentsExpandExpandablePanelContrastFillSelected: string;
|
|
1630
|
-
componentsExpandExpandablePanelContrastIcon: string;
|
|
1631
|
-
componentsExpandExpandablePanelContrastText: string;
|
|
1632
|
-
componentsExpandExpandablePanelStandardFillDefault: string;
|
|
1633
|
-
componentsExpandExpandablePanelStandardFillHover: string;
|
|
1634
|
-
componentsExpandExpandablePanelStandardFillSelected: string;
|
|
1635
|
-
componentsExpandExpandablePanelStandardIcon: string;
|
|
1636
|
-
componentsExpandExpandablePanelStandardText: string;
|
|
1637
|
-
componentsExpandExpandableTextContrastIcon: string;
|
|
1638
|
-
componentsExpandExpandableTextContrastText: string;
|
|
1639
|
-
componentsExpandExpandableTextStandardIcon: string;
|
|
1640
|
-
componentsExpandExpandableTextStandardText: string;
|
|
1641
|
-
componentsFormCheckboxPanelContrastBorderDefault: string;
|
|
1642
|
-
componentsFormCheckboxPanelContrastBorderDisabled: string;
|
|
1643
|
-
componentsFormCheckboxPanelContrastBorderSelected: string;
|
|
1644
|
-
componentsFormCheckboxPanelContrastFillDefault: string;
|
|
1645
|
-
componentsFormCheckboxPanelContrastFillDisabled: string;
|
|
1646
|
-
componentsFormCheckboxPanelContrastFillHover: string;
|
|
1647
|
-
componentsFormCheckboxPanelContrastFillSelected: string;
|
|
1648
|
-
componentsFormCheckboxPanelContrastTextAccent: string;
|
|
1649
|
-
componentsFormCheckboxPanelContrastTextDisabled: string;
|
|
1650
|
-
componentsFormCheckboxPanelContrastTextRebate: string;
|
|
1651
|
-
componentsFormCheckboxPanelContrastTextSubdued: string;
|
|
1652
|
-
componentsFormCheckboxPanelStandardBorderDefault: string;
|
|
1653
|
-
componentsFormCheckboxPanelStandardBorderDisabled: string;
|
|
1654
|
-
componentsFormCheckboxPanelStandardBorderSelected: string;
|
|
1655
|
-
componentsFormCheckboxPanelStandardFillDefault: string;
|
|
1656
|
-
componentsFormCheckboxPanelStandardFillDisabled: string;
|
|
1657
|
-
componentsFormCheckboxPanelStandardFillHover: string;
|
|
1658
|
-
componentsFormCheckboxPanelStandardFillSelected: string;
|
|
1659
|
-
componentsFormCheckboxPanelStandardTextAccent: string;
|
|
1660
|
-
componentsFormCheckboxPanelStandardTextDisabled: string;
|
|
1661
|
-
componentsFormCheckboxPanelStandardTextRebate: string;
|
|
1662
|
-
componentsFormCheckboxPanelStandardTextSubdued: string;
|
|
1663
|
-
componentsFormCheckboxContrastBorder: string;
|
|
1664
|
-
componentsFormCheckboxContrastBorderNegative: string;
|
|
1665
|
-
componentsFormCheckboxContrastFillDefault: string;
|
|
1666
|
-
componentsFormCheckboxContrastFillHover: string;
|
|
1667
|
-
componentsFormCheckboxContrastFillSelected: string;
|
|
1668
|
-
componentsFormCheckboxContrastFillSelectedHover: string;
|
|
1669
|
-
componentsFormCheckboxContrastIcon: string;
|
|
1670
|
-
componentsFormCheckboxContrastText: string;
|
|
1671
|
-
componentsFormCheckboxStandardBorder: string;
|
|
1672
|
-
componentsFormCheckboxStandardBorderNegative: string;
|
|
1673
|
-
componentsFormCheckboxStandardFillDefault: string;
|
|
1674
|
-
componentsFormCheckboxStandardFillHover: string;
|
|
1675
|
-
componentsFormCheckboxStandardFillSelected: string;
|
|
1676
|
-
componentsFormCheckboxStandardIcon: string;
|
|
1677
|
-
componentsFormCheckboxStandardSelectedHover: string;
|
|
1678
|
-
componentsFormCheckboxStandardText: string;
|
|
1679
|
-
componentsFormFeedbackTextInformationContrastIconFill: string;
|
|
1680
|
-
componentsFormFeedbackTextInformationContrastIconSymbol: string;
|
|
1681
|
-
componentsFormFeedbackTextInformationContrastStroke: string;
|
|
1682
|
-
componentsFormFeedbackTextInformationContrastText: string;
|
|
1683
|
-
componentsFormFeedbackTextInformationStandardIconFill: string;
|
|
1684
|
-
componentsFormFeedbackTextInformationStandardIconSymbol: string;
|
|
1685
|
-
componentsFormFeedbackTextInformationStandardStroke: string;
|
|
1686
|
-
componentsFormFeedbackTextInformationStandardText: string;
|
|
1687
|
-
componentsFormFeedbackTextNegativeContrastIconFIll: string;
|
|
1688
|
-
componentsFormFeedbackTextNegativeContrastIconSymbol: string;
|
|
1689
|
-
componentsFormFeedbackTextNegativeContrastStroke: string;
|
|
1690
|
-
componentsFormFeedbackTextNegativeContrastText: string;
|
|
1691
|
-
componentsFormFeedbackTextNegativeStandardIconFill: string;
|
|
1692
|
-
componentsFormFeedbackTextNegativeStandardStroke: string;
|
|
1693
|
-
componentsFormFeedbackTextNegativeStandardSymbol: string;
|
|
1694
|
-
componentsFormFeedbackTextNegativeStandardText: string;
|
|
1695
|
-
componentsFormFeedbackTextSuccessContrastIconFill: string;
|
|
1696
|
-
componentsFormFeedbackTextSuccessContrastIconStroke: string;
|
|
1697
|
-
componentsFormFeedbackTextSuccessContrastIconSymbol: string;
|
|
1698
|
-
componentsFormFeedbackTextSuccessContrastText: string;
|
|
1699
|
-
componentsFormFeedbackTextSuccessStandardIconFill: string;
|
|
1700
|
-
componentsFormFeedbackTextSuccessStandardIconStroke: string;
|
|
1701
|
-
componentsFormFeedbackTextSuccessStandardIconSymbol: string;
|
|
1702
|
-
componentsFormFeedbackTextSuccessStandardText: string;
|
|
1703
|
-
componentsFormFeedbackTextWarningContrastIcon: string;
|
|
1704
|
-
componentsFormFeedbackTextWarningContrastIconSymbol: string;
|
|
1705
|
-
componentsFormFeedbackTextWarningContrastStroke: string;
|
|
1706
|
-
componentsFormFeedbackTextWarningContrastText: string;
|
|
1707
|
-
componentsFormFeedbackTextWarningStandardIconFill: string;
|
|
1708
|
-
componentsFormFeedbackTextWarningStandardIconSymbol: string;
|
|
1709
|
-
componentsFormFeedbackTextWarningStandardStroke: string;
|
|
1710
|
-
componentsFormFeedbackTextWarningStandardText: string;
|
|
1711
|
-
componentsFormRadioPanelContrastBorderDefault: string;
|
|
1712
|
-
componentsFormRadioPanelContrastBorderDisabled: string;
|
|
1713
|
-
componentsFormRadioPanelContrastBorderSelected: string;
|
|
1714
|
-
componentsFormRadioPanelContrastFillDefault: string;
|
|
1715
|
-
componentsFormRadioPanelContrastFillDisabled: string;
|
|
1716
|
-
componentsFormRadioPanelContrastFillHover: string;
|
|
1717
|
-
componentsFormRadioPanelContrastFillSelected: string;
|
|
1718
|
-
componentsFormRadioPanelContrastTextAccent: string;
|
|
1719
|
-
componentsFormRadioPanelContrastTextDisabled: string;
|
|
1720
|
-
componentsFormRadioPanelContrastTextRebate: string;
|
|
1721
|
-
componentsFormRadioPanelContrastTextSubdued: string;
|
|
1722
|
-
componentsFormRadioPanelStandardBorderDefault: string;
|
|
1723
|
-
componentsFormRadioPanelStandardBorderDisabled: string;
|
|
1724
|
-
componentsFormRadioPanelStandardBorderSelected: string;
|
|
1725
|
-
componentsFormRadioPanelStandardFillDefault: string;
|
|
1726
|
-
componentsFormRadioPanelStandardFillDisabled: string;
|
|
1727
|
-
componentsFormRadioPanelStandardFillHover: string;
|
|
1728
|
-
componentsFormRadioPanelStandardFillSelected: string;
|
|
1729
|
-
componentsFormRadioPanelStandardTextAccent: string;
|
|
1730
|
-
componentsFormRadioPanelStandardTextDisabled: string;
|
|
1731
|
-
componentsFormRadioPanelStandardTextRebate: string;
|
|
1732
|
-
componentsFormRadioPanelStandardTextSubdued: string;
|
|
1733
|
-
componentsFormRadioContrastBorder: string;
|
|
1734
|
-
componentsFormRadioContrastBorderNegative: string;
|
|
1735
|
-
componentsFormRadioContrastFillDefault: string;
|
|
1736
|
-
componentsFormRadioContrastFillHover: string;
|
|
1737
|
-
componentsFormRadioContrastFillSelected: string;
|
|
1738
|
-
componentsFormRadioContrastFillSelectedHover: string;
|
|
1739
|
-
componentsFormRadioContrastIcon: string;
|
|
1740
|
-
componentsFormRadioContrastText: string;
|
|
1741
|
-
componentsFormRadioStandardBorder: string;
|
|
1742
|
-
componentsFormRadioStandardBorderNegative: string;
|
|
1743
|
-
componentsFormRadioStandardFillDefault: string;
|
|
1744
|
-
componentsFormRadioStandardFillHover: string;
|
|
1745
|
-
componentsFormRadioStandardFillSelected: string;
|
|
1746
|
-
componentsFormRadioStandardIcon: string;
|
|
1747
|
-
componentsFormRadioStandardSelectedHover: string;
|
|
1748
|
-
componentsFormRadioStandardText: string;
|
|
1749
|
-
componentsFormSearchContrastBorderDanger: string;
|
|
1750
|
-
componentsFormSearchContrastBorderDefault: string;
|
|
1751
|
-
componentsFormSearchContrastBorderInteractive: string;
|
|
1752
|
-
componentsFormSearchContrastBorderSuccess: string;
|
|
1753
|
-
componentsFormSearchContrastFillDefault: string;
|
|
1754
|
-
componentsFormSearchContrastFillDisabled: string;
|
|
1755
|
-
componentsFormSearchContrastFillReadOnly: string;
|
|
1756
|
-
componentsFormSearchContrastIcon: string;
|
|
1757
|
-
componentsFormSearchContrastIconDisabled: string;
|
|
1758
|
-
componentsFormSearchContrastTextContent: string;
|
|
1759
|
-
componentsFormSearchContrastTextDescription: string;
|
|
1760
|
-
componentsFormSearchContrastTextLabel: string;
|
|
1761
|
-
componentsFormSearchContrastTextDisabled: string;
|
|
1762
|
-
componentsFormSearchStandardBorderDefault: string;
|
|
1763
|
-
componentsFormSearchStandardBorderInteractive: string;
|
|
1764
|
-
componentsFormSearchStandardBorderNegative: string;
|
|
1765
|
-
componentsFormSearchStandardBorderSuccess: string;
|
|
1766
|
-
componentsFormSearchStandardFillDefault: string;
|
|
1767
|
-
componentsFormSearchStandardFillDisabled: string;
|
|
1768
|
-
componentsFormSearchStandardFillReadOnly: string;
|
|
1769
|
-
componentsFormSearchStandardIcon: string;
|
|
1770
|
-
componentsFormSearchStandardIconDisabled: string;
|
|
1771
|
-
componentsFormSearchStandardTextContent: string;
|
|
1772
|
-
componentsFormSearchStandardTextDescription: string;
|
|
1773
|
-
componentsFormSearchStandardTextLabel: string;
|
|
1774
|
-
componentsFormSearchStandardTextDisabled: string;
|
|
1775
|
-
componentsFormSegmentedControlContrastBackground: string;
|
|
1776
|
-
componentsFormSegmentedControlContrastFillHover: string;
|
|
1777
|
-
componentsFormSegmentedControlContrastFillSelected: string;
|
|
1778
|
-
componentsFormSegmentedControlContrastFillUnselected: string;
|
|
1779
|
-
componentsFormSegmentedControlContrastIconSelected: string;
|
|
1780
|
-
componentsFormSegmentedControlContrastIconUnselected: string;
|
|
1781
|
-
componentsFormSegmentedControlContrastTextSelected: string;
|
|
1782
|
-
componentsFormSegmentedControlContrastTextUnselected: string;
|
|
1783
|
-
componentsFormSegmentedControlStandardBackground: string;
|
|
1784
|
-
componentsFormSegmentedControlStandardFillHover: string;
|
|
1785
|
-
componentsFormSegmentedControlStandardFillSelected: string;
|
|
1786
|
-
componentsFormSegmentedControlStandardFillUnselected: string;
|
|
1787
|
-
componentsFormSegmentedControlStandardIconSelected: string;
|
|
1788
|
-
componentsFormSegmentedControlStandardIconUnselected: string;
|
|
1789
|
-
componentsFormSegmentedControlStandardTextSelected: string;
|
|
1790
|
-
componentsFormSegmentedControlStandardTextUnselected: string;
|
|
1791
|
-
componentsFormSwitchContrastFillFalse: string;
|
|
1792
|
-
componentsFormSwitchContrastFillTrue: string;
|
|
1793
|
-
componentsFormSwitchContrastIconFalse: string;
|
|
1794
|
-
componentsFormSwitchContrastIconTrue: string;
|
|
1795
|
-
componentsFormSwitchContrastSwitch: string;
|
|
1796
|
-
componentsFormSwitchContrastText: string;
|
|
1797
|
-
componentsFormSwitchStandardFillFalse: string;
|
|
1798
|
-
componentsFormSwitchStandardFillTrue: string;
|
|
1799
|
-
componentsFormSwitchStandardIconFalse: string;
|
|
1800
|
-
componentsFormSwitchStandardIconTrue: string;
|
|
1801
|
-
componentsFormSwitchStandardSwitch: string;
|
|
1802
|
-
componentsFormSwitchStandardText: string;
|
|
1803
|
-
componentsFormTextAreaContrastBorderDefault: string;
|
|
1804
|
-
componentsFormTextAreaContrastBorderInteractive: string;
|
|
1805
|
-
componentsFormTextAreaContrastBorderNegative: string;
|
|
1806
|
-
componentsFormTextAreaContrastBorderSuccess: string;
|
|
1807
|
-
componentsFormTextAreaContrastFillDefault: string;
|
|
1808
|
-
componentsFormTextAreaContrastFillDisabled: string;
|
|
1809
|
-
componentsFormTextAreaContrastFillReadOnly: string;
|
|
1810
|
-
componentsFormTextAreaContrastIcon: string;
|
|
1811
|
-
componentsFormTextAreaContrastIconDisabled: string;
|
|
1812
|
-
componentsFormTextAreaContrastTextContent: string;
|
|
1813
|
-
componentsFormTextAreaContrastTextDescription: string;
|
|
1814
|
-
componentsFormTextAreaContrastTextLabel: string;
|
|
1815
|
-
componentsFormTextAreaContrastTextDisabled: string;
|
|
1816
|
-
componentsFormTextAreaStandardBorderDefault: string;
|
|
1817
|
-
componentsFormTextAreaStandardBorderInteractive: string;
|
|
1818
|
-
componentsFormTextAreaStandardBorderNegative: string;
|
|
1819
|
-
componentsFormTextAreaStandardBorderSuccess: string;
|
|
1820
|
-
componentsFormTextAreaStandardFillDefault: string;
|
|
1821
|
-
componentsFormTextAreaStandardFillDisabled: string;
|
|
1822
|
-
componentsFormTextAreaStandardFillReadOnly: string;
|
|
1823
|
-
componentsFormTextAreaStandardIcon: string;
|
|
1824
|
-
componentsFormTextAreaStandardIconDisabled: string;
|
|
1825
|
-
componentsFormTextAreaStandardTextContent: string;
|
|
1826
|
-
componentsFormTextAreaStandardTextDescription: string;
|
|
1827
|
-
componentsFormTextAreaStandardTextLabel: string;
|
|
1828
|
-
componentsFormTextAreaStandardTextDisabled: string;
|
|
1829
|
-
componentsFormTextFieldContrastBorderDefault: string;
|
|
1830
|
-
componentsFormTextFieldContrastBorderInteractive: string;
|
|
1831
|
-
componentsFormTextFieldContrastBorderNegative: string;
|
|
1832
|
-
componentsFormTextFieldContrastBorderSuccess: string;
|
|
1833
|
-
componentsFormTextFieldContrastFillDefault: string;
|
|
1834
|
-
componentsFormTextFieldContrastFillDisabled: string;
|
|
1835
|
-
componentsFormTextFieldContrastFillReadOnly: string;
|
|
1836
|
-
componentsFormTextFieldContrastIcon: string;
|
|
1837
|
-
componentsFormTextFieldContrastIconDisabled: string;
|
|
1838
|
-
componentsFormTextFieldContrastTextContent: string;
|
|
1839
|
-
componentsFormTextFieldContrastTextDescription: string;
|
|
1840
|
-
componentsFormTextFieldContrastTextLabel: string;
|
|
1841
|
-
componentsFormTextFieldContrastTextDisabled: string;
|
|
1842
|
-
componentsFormTextFieldStandardBorderDefault: string;
|
|
1843
|
-
componentsFormTextFieldStandardBorderInteractive: string;
|
|
1844
|
-
componentsFormTextFieldStandardBorderNegative: string;
|
|
1845
|
-
componentsFormTextFieldStandardBorderSuccess: string;
|
|
1846
|
-
componentsFormTextFieldStandardFillDefault: string;
|
|
1847
|
-
componentsFormTextFieldStandardFillDisabled: string;
|
|
1848
|
-
componentsFormTextFieldStandardFillReadOnly: string;
|
|
1849
|
-
componentsFormTextFieldStandardIcon: string;
|
|
1850
|
-
componentsFormTextFieldStandardIconDisabled: string;
|
|
1851
|
-
componentsFormTextFieldStandardTextContent: string;
|
|
1852
|
-
componentsFormTextFieldStandardTextDescription: string;
|
|
1853
|
-
componentsFormTextFieldStandardTextLabel: string;
|
|
1854
|
-
componentsFormTextFieldStandardTextDisabled: string;
|
|
1855
|
-
componentsLoaderLoaderContrastBorder: string;
|
|
1856
|
-
componentsLoaderLoaderContrastProgressBar: string;
|
|
1857
|
-
componentsLoaderLoaderContrastText: string;
|
|
1858
|
-
componentsLoaderLoaderStandardBorder: string;
|
|
1859
|
-
componentsLoaderLoaderStandardProgressBar: string;
|
|
1860
|
-
componentsLoaderLoaderStandardText: string;
|
|
1861
|
-
componentsLoaderLoaderFileuploadContrastFillDefault: string;
|
|
1862
|
-
componentsLoaderLoaderFileuploadContrastIcon: string;
|
|
1863
|
-
componentsLoaderLoaderFileuploadContrastStrokeDefault: string;
|
|
1864
|
-
componentsLoaderLoaderFileuploadContrastStrokeNegative: string;
|
|
1865
|
-
componentsLoaderLoaderFileuploadContrastStrokeSuccess: string;
|
|
1866
|
-
componentsLoaderLoaderFileuploadContrastText: string;
|
|
1867
|
-
componentsLoaderLoaderFileuploadStandardFillDefault: string;
|
|
1868
|
-
componentsLoaderLoaderFileuploadStandardIcon: string;
|
|
1869
|
-
componentsLoaderLoaderFileuploadStandardStrokeDefault: string;
|
|
1870
|
-
componentsLoaderLoaderFileuploadStandardStrokeNegative: string;
|
|
1871
|
-
componentsLoaderLoaderFileuploadStandardStrokeSuccess: string;
|
|
1872
|
-
componentsLoaderLoaderFileuploadStandardText: string;
|
|
1873
|
-
componentsMenuBreadcrumbContrastIcon: string;
|
|
1874
|
-
componentsMenuBreadcrumbContrastText: string;
|
|
1875
|
-
componentsMenuBreadcrumbStandardIcon: string;
|
|
1876
|
-
componentsMenuBreadcrumbStandardText: string;
|
|
1877
|
-
componentsMenuNavigationBarContrastBackground: string;
|
|
1878
|
-
componentsMenuNavigationBarContrastDivide: string;
|
|
1879
|
-
componentsMenuNavigationBarContrastIconSelected: string;
|
|
1880
|
-
componentsMenuNavigationBarContrastIconUnselected: string;
|
|
1881
|
-
componentsMenuNavigationBarContrastStrokeSelected: string;
|
|
1882
|
-
componentsMenuNavigationBarContrastTextSelected: string;
|
|
1883
|
-
componentsMenuNavigationBarContrastTextUnselected: string;
|
|
1884
|
-
componentsMenuNavigationBarStandardBackground: string;
|
|
1885
|
-
componentsMenuNavigationBarStandardDivide: string;
|
|
1886
|
-
componentsMenuNavigationBarStandardIconSelected: string;
|
|
1887
|
-
componentsMenuNavigationBarStandardIconUnselected: string;
|
|
1888
|
-
componentsMenuNavigationBarStandardStrokeSelected: string;
|
|
1889
|
-
componentsMenuNavigationBarStandardTextSelected: string;
|
|
1890
|
-
componentsMenuNavigationBarStandardTextUnselected: string;
|
|
1891
|
-
componentsMenuNavigationLinkContrastIcon: string;
|
|
1892
|
-
componentsMenuNavigationLinkContrastText: string;
|
|
1893
|
-
componentsMenuNavigationLinkStandardIcon: string;
|
|
1894
|
-
componentsMenuNavigationLinkStandardText: string;
|
|
1895
|
-
componentsMenuOverflowMenuBorder: string;
|
|
1896
|
-
componentsMenuOverflowMenuFillDefault: string;
|
|
1897
|
-
componentsMenuOverflowMenuFillHover: string;
|
|
1898
|
-
componentsMenuOverflowMenuIcon: string;
|
|
1899
|
-
componentsMenuOverflowMenuText: string;
|
|
1900
|
-
componentsMenuPaginationContrastActive: string;
|
|
1901
|
-
componentsMenuPaginationContrastBorderSelected: string;
|
|
1902
|
-
componentsMenuPaginationContrastBorderUnselected: string;
|
|
1903
|
-
componentsMenuPaginationContrastDefault: string;
|
|
1904
|
-
componentsMenuPaginationContrastHover: string;
|
|
1905
|
-
componentsMenuPaginationContrastIcon: string;
|
|
1906
|
-
componentsMenuPaginationContrastTextSelected: string;
|
|
1907
|
-
componentsMenuPaginationContrastTextSubdued: string;
|
|
1908
|
-
componentsMenuPaginationContrastTextUnselected: string;
|
|
1909
|
-
componentsMenuPaginationStandardActive: string;
|
|
1910
|
-
componentsMenuPaginationStandardBorderSelected: string;
|
|
1911
|
-
componentsMenuPaginationStandardBorderUnselected: string;
|
|
1912
|
-
componentsMenuPaginationStandardDefault: string;
|
|
1913
|
-
componentsMenuPaginationStandardHover: string;
|
|
1914
|
-
componentsMenuPaginationStandardIcon: string;
|
|
1915
|
-
componentsMenuPaginationStandardTextSelected: string;
|
|
1916
|
-
componentsMenuPaginationStandardTextSubdued: string;
|
|
1917
|
-
componentsMenuPaginationStandardTextUnselected: string;
|
|
1918
|
-
componentsMenuSideNavigationContrastAvatar: string;
|
|
1919
|
-
componentsMenuSideNavigationContrastBackground: string;
|
|
1920
|
-
componentsMenuSideNavigationContrastFillActive: string;
|
|
1921
|
-
componentsMenuSideNavigationContrastFillDefault: string;
|
|
1922
|
-
componentsMenuSideNavigationContrastFillHover: string;
|
|
1923
|
-
componentsMenuSideNavigationContrastIcon: string;
|
|
1924
|
-
componentsMenuSideNavigationContrastStrokeSelected: string;
|
|
1925
|
-
componentsMenuSideNavigationContrastText: string;
|
|
1926
|
-
componentsMenuSideNavigationStandardAvatar: string;
|
|
1927
|
-
componentsMenuSideNavigationStandardBackground: string;
|
|
1928
|
-
componentsMenuSideNavigationStandardFillActive: string;
|
|
1929
|
-
componentsMenuSideNavigationStandardFillDefault: string;
|
|
1930
|
-
componentsMenuSideNavigationStandardFillHover: string;
|
|
1931
|
-
componentsMenuSideNavigationStandardIcon: string;
|
|
1932
|
-
componentsMenuSideNavigationStandardStrokeSelected: string;
|
|
1933
|
-
componentsMenuSideNavigationStandardText: string;
|
|
1934
|
-
componentsMenuStepperContrastBackground: string;
|
|
1935
|
-
componentsMenuStepperContrastProgressbar: string;
|
|
1936
|
-
componentsMenuStepperContrastTextCompleted: string;
|
|
1937
|
-
componentsMenuStepperContrastTextUncompleted: string;
|
|
1938
|
-
componentsMenuStepperStandardBackground: string;
|
|
1939
|
-
componentsMenuStepperStandardProgressbar: string;
|
|
1940
|
-
componentsMenuStepperStandardTextCompleted: string;
|
|
1941
|
-
componentsMenuStepperStandardTextUncompleted: string;
|
|
1942
|
-
componentsMenuTableOfContentContrastIconSelected: string;
|
|
1943
|
-
componentsMenuTableOfContentContrastIconUnselected: string;
|
|
1944
|
-
componentsMenuTableOfContentContrastStrokeSelected: string;
|
|
1945
|
-
componentsMenuTableOfContentContrastStrokeUnselected: string;
|
|
1946
|
-
componentsMenuTableOfContentContrastTextSelected: string;
|
|
1947
|
-
componentsMenuTableOfContentContrastTextUnselected: string;
|
|
1948
|
-
componentsMenuTableOfContentStandardIconSelected: string;
|
|
1949
|
-
componentsMenuTableOfContentStandardIconUnselected: string;
|
|
1950
|
-
componentsMenuTableOfContentStandardStrokeSelected: string;
|
|
1951
|
-
componentsMenuTableOfContentStandardStrokeUnselected: string;
|
|
1952
|
-
componentsMenuTableOfContentStandardTextSelected: string;
|
|
1953
|
-
componentsMenuTableOfContentStandardTextUnselected: string;
|
|
1954
|
-
componentsModalDrawerContrastBackground: string;
|
|
1955
|
-
componentsModalDrawerContrastText: string;
|
|
1956
|
-
componentsModalDrawerStandardBackground: string;
|
|
1957
|
-
componentsModalDrawerStandardText: string;
|
|
1958
|
-
componentsModalModalContrastBorder: string;
|
|
1959
|
-
componentsModalModalContrastFill: string;
|
|
1960
|
-
componentsModalModalContrastIcon: string;
|
|
1961
|
-
componentsModalModalContrastText: string;
|
|
1962
|
-
componentsModalModalStandardBorder: string;
|
|
1963
|
-
componentsModalModalStandardFill: string;
|
|
1964
|
-
componentsModalModalStandardIcon: string;
|
|
1965
|
-
componentsModalModalStandardText: string;
|
|
1966
|
-
componentsTabContrastBorder: string;
|
|
1967
|
-
componentsTabContrastFillHover: string;
|
|
1968
|
-
componentsTabContrastFillSelected: string;
|
|
1969
|
-
componentsTabContrastFillUnselected: string;
|
|
1970
|
-
componentsTabContrastIcon: string;
|
|
1971
|
-
componentsTabContrastText: string;
|
|
1972
|
-
componentsTabContrastUnderlineSelected: string;
|
|
1973
|
-
componentsTabStandardBorder: string;
|
|
1974
|
-
componentsTabStandardFillHover: string;
|
|
1975
|
-
componentsTabStandardFillSelected: string;
|
|
1976
|
-
componentsTabStandardFillUnselected: string;
|
|
1977
|
-
componentsTabStandardIcon: string;
|
|
1978
|
-
componentsTabStandardText: string;
|
|
1979
|
-
componentsTabStandardUnderlineSelected: string;
|
|
1980
|
-
componentsTableContrastFill: string;
|
|
1981
|
-
componentsTableContrastFillStriped: string;
|
|
1982
|
-
componentsTableContrastIcon: string;
|
|
1983
|
-
componentsTableContrastStroke: string;
|
|
1984
|
-
componentsTableContrastText: string;
|
|
1985
|
-
componentsTableStandardFill: string;
|
|
1986
|
-
componentsTableStandardFillStriped: string;
|
|
1987
|
-
componentsTableStandardIcon: string;
|
|
1988
|
-
componentsTableStandardStroke: string;
|
|
1989
|
-
componentsTableStandardText: string;
|
|
1990
|
-
componentsTooltipPopoverContrastBorder: string;
|
|
1991
|
-
componentsTooltipPopoverContrastFill: string;
|
|
1992
|
-
componentsTooltipPopoverContrastIcon: string;
|
|
1993
|
-
componentsTooltipPopoverContrastText: string;
|
|
1994
|
-
componentsTooltipPopoverStandardBorder: string;
|
|
1995
|
-
componentsTooltipPopoverStandardFill: string;
|
|
1996
|
-
componentsTooltipPopoverStandardIcon: string;
|
|
1997
|
-
componentsTooltipPopoverStandardText: string;
|
|
1998
|
-
componentsTooltipTooltipContrastFill: string;
|
|
1999
|
-
componentsTooltipTooltipContrastShape: string;
|
|
2000
|
-
componentsTooltipTooltipContrastText: string;
|
|
2001
|
-
componentsTooltipTooltipStandardFill: string;
|
|
2002
|
-
componentsTooltipTooltipStandardShape: string;
|
|
2003
|
-
componentsTooltipTooltipStandardText: string;
|
|
2004
|
-
componentsTravelLegLineStrokeLine: string;
|
|
2005
|
-
componentsTravelSeatmapBackground: string;
|
|
2006
|
-
componentsTravelSeatmapBorder: string;
|
|
2007
|
-
componentsTravelSeatmapBorderReverse: string;
|
|
2008
|
-
componentsTravelSeatmapFillChosen: string;
|
|
2009
|
-
componentsTravelSeatmapFillConfirm: string;
|
|
2010
|
-
componentsTravelSeatmapFillConflict: string;
|
|
2011
|
-
componentsTravelSeatmapFillExit: string;
|
|
2012
|
-
componentsTravelSeatmapFillFree: string;
|
|
2013
|
-
componentsTravelSeatmapFillHeadpillow: string;
|
|
2014
|
-
componentsTravelSeatmapFillReverse: string;
|
|
2015
|
-
componentsTravelSeatmapFillUnavailable: string;
|
|
2016
|
-
componentsTravelSeatmapFillWC: string;
|
|
2017
|
-
componentsTravelSeatmapFillWindow: string;
|
|
2018
|
-
componentsTravelSeatmapIconReverse: string;
|
|
2019
|
-
componentsTravelSeatmapIconWC: string;
|
|
2020
|
-
componentsTravelSeatmapStrokeChosen: string;
|
|
2021
|
-
componentsTravelSeatmapStrokeConfirm: string;
|
|
2022
|
-
componentsTravelSeatmapStrokeConflict: string;
|
|
2023
|
-
componentsTravelSeatmapStrokeFree: string;
|
|
2024
|
-
componentsTravelSeatmapStrokeUnavailable: string;
|
|
2025
|
-
componentsTravelSeatmapTextChosen: string;
|
|
2026
|
-
componentsTravelSeatmapTextFree: string;
|
|
2027
|
-
componentsTravelSeatmapTextUnavailable: string;
|
|
2028
|
-
componentsTravelTravelHeaderContrastStrokeLine: string;
|
|
2029
|
-
componentsTravelTravelHeaderContrastText: string;
|
|
2030
|
-
componentsTravelTravelHeaderStandardStrokeLine: string;
|
|
2031
|
-
componentsTravelTravelHeaderStandardText: string;
|
|
2032
|
-
componentsTravelTravelLegContrastBulletBorder: string;
|
|
2033
|
-
componentsTravelTravelLegContrastBus: string;
|
|
2034
|
-
componentsTravelTravelLegContrastFerry: string;
|
|
2035
|
-
componentsTravelTravelLegContrastMetro: string;
|
|
2036
|
-
componentsTravelTravelLegContrastMobility: string;
|
|
2037
|
-
componentsTravelTravelLegContrastPlane: string;
|
|
2038
|
-
componentsTravelTravelLegContrastTaxi: string;
|
|
2039
|
-
componentsTravelTravelLegContrastTrain: string;
|
|
2040
|
-
componentsTravelTravelLegContrastTram: string;
|
|
2041
|
-
componentsTravelTravelLegContrastWalk: string;
|
|
2042
|
-
componentsTravelTravelLegStandardBulletBorder: string;
|
|
2043
|
-
componentsTravelTravelLegStandardBus: string;
|
|
2044
|
-
componentsTravelTravelLegStandardFerry: string;
|
|
2045
|
-
componentsTravelTravelLegStandardMetro: string;
|
|
2046
|
-
componentsTravelTravelLegStandardMobility: string;
|
|
2047
|
-
componentsTravelTravelLegStandardPlane: string;
|
|
2048
|
-
componentsTravelTravelLegStandardTaxi: string;
|
|
2049
|
-
componentsTravelTravelLegStandardTrain: string;
|
|
2050
|
-
componentsTravelTravelLegStandardTram: string;
|
|
2051
|
-
componentsTravelTravelLegStandardWalk: string;
|
|
2052
|
-
componentsTravelTravelSwitchContrastBackgroundFalse: string;
|
|
2053
|
-
componentsTravelTravelSwitchContrastBackgroundTrueBus: string;
|
|
2054
|
-
componentsTravelTravelSwitchContrastBackgroundTrueFerry: string;
|
|
2055
|
-
componentsTravelTravelSwitchContrastBackgroundTrueMetro: string;
|
|
2056
|
-
componentsTravelTravelSwitchContrastBackgroundTrueMobility: string;
|
|
2057
|
-
componentsTravelTravelSwitchContrastBackgroundTruePlane: string;
|
|
2058
|
-
componentsTravelTravelSwitchContrastBackgroundTrueTaxi: string;
|
|
2059
|
-
componentsTravelTravelSwitchContrastBackgroundTrueTrain: string;
|
|
2060
|
-
componentsTravelTravelSwitchContrastBackgroundTrueTram: string;
|
|
2061
|
-
componentsTravelTravelSwitchContrastIconFalse: string;
|
|
2062
|
-
componentsTravelTravelSwitchContrastIconTrueBus: string;
|
|
2063
|
-
componentsTravelTravelSwitchContrastIconTrueFerry: string;
|
|
2064
|
-
componentsTravelTravelSwitchContrastIconTrueMetro: string;
|
|
2065
|
-
componentsTravelTravelSwitchContrastIconTrueMobility: string;
|
|
2066
|
-
componentsTravelTravelSwitchContrastIconTruePlane: string;
|
|
2067
|
-
componentsTravelTravelSwitchContrastIconTrueTaxi: string;
|
|
2068
|
-
componentsTravelTravelSwitchContrastIconTrueTrain: string;
|
|
2069
|
-
componentsTravelTravelSwitchContrastIconTrueTram: string;
|
|
2070
|
-
componentsTravelTravelSwitchContrastSwitchFillFalse: string;
|
|
2071
|
-
componentsTravelTravelSwitchContrastSwitchFillTrue: string;
|
|
2072
|
-
componentsTravelTravelSwitchContrastText: string;
|
|
2073
|
-
componentsTravelTravelSwitchStandardBackgroundFalse: string;
|
|
2074
|
-
componentsTravelTravelSwitchStandardBackgroundTrueBus: string;
|
|
2075
|
-
componentsTravelTravelSwitchStandardBackgroundTrueFerry: string;
|
|
2076
|
-
componentsTravelTravelSwitchStandardBackgroundTrueMetro: string;
|
|
2077
|
-
componentsTravelTravelSwitchStandardBackgroundTrueMobility: string;
|
|
2078
|
-
componentsTravelTravelSwitchStandardBackgroundTruePlane: string;
|
|
2079
|
-
componentsTravelTravelSwitchStandardBackgroundTrueTaxi: string;
|
|
2080
|
-
componentsTravelTravelSwitchStandardBackgroundTrueTrain: string;
|
|
2081
|
-
componentsTravelTravelSwitchStandardBackgroundTrueTram: string;
|
|
2082
|
-
componentsTravelTravelSwitchStandardIconFalse: string;
|
|
2083
|
-
componentsTravelTravelSwitchStandardIconTrueBus: string;
|
|
2084
|
-
componentsTravelTravelSwitchStandardIconTrueFerry: string;
|
|
2085
|
-
componentsTravelTravelSwitchStandardIconTrueMetro: string;
|
|
2086
|
-
componentsTravelTravelSwitchStandardIconTrueMobility: string;
|
|
2087
|
-
componentsTravelTravelSwitchStandardIconTruePlane: string;
|
|
2088
|
-
componentsTravelTravelSwitchStandardIconTrueTaxi: string;
|
|
2089
|
-
componentsTravelTravelSwitchStandardIconTrueTrain: string;
|
|
2090
|
-
componentsTravelTravelSwitchStandardIconTrueTram: string;
|
|
2091
|
-
componentsTravelTravelSwitchStandardSwitchFillFalse: string;
|
|
2092
|
-
componentsTravelTravelSwitchStandardSwitchFillTrue: string;
|
|
2093
|
-
componentsTravelTravelSwitchStandardText: string;
|
|
2094
|
-
componentsTravelTravelTagContrastIcon: string;
|
|
2095
|
-
componentsTravelTravelTagContrastIconBusCancled: string;
|
|
2096
|
-
componentsTravelTravelTagContrastIconFerryCancled: string;
|
|
2097
|
-
componentsTravelTravelTagContrastIconMetroCancled: string;
|
|
2098
|
-
componentsTravelTravelTagContrastIconPlaneCancled: string;
|
|
2099
|
-
componentsTravelTravelTagContrastIconTrainCancled: string;
|
|
2100
|
-
componentsTravelTravelTagContrastIconTramCancled: string;
|
|
2101
|
-
componentsTravelTravelTagContrastIconWalk: string;
|
|
2102
|
-
componentsTravelTravelTagContrastIconBorderValidation: string;
|
|
2103
|
-
componentsTravelTravelTagContrastTagFillBus: string;
|
|
2104
|
-
componentsTravelTravelTagContrastTagFillBusCancled: string;
|
|
2105
|
-
componentsTravelTravelTagContrastTagFillFerry: string;
|
|
2106
|
-
componentsTravelTravelTagContrastTagFillFerryCancled: string;
|
|
2107
|
-
componentsTravelTravelTagContrastTagFillMetro: string;
|
|
2108
|
-
componentsTravelTravelTagContrastTagFillMetroCancled: string;
|
|
2109
|
-
componentsTravelTravelTagContrastTagFillMobility: string;
|
|
2110
|
-
componentsTravelTravelTagContrastTagFillPlane: string;
|
|
2111
|
-
componentsTravelTravelTagContrastTagFillPlaneCancled: string;
|
|
2112
|
-
componentsTravelTravelTagContrastTagFillTaxi: string;
|
|
2113
|
-
componentsTravelTravelTagContrastTagFillTrain: string;
|
|
2114
|
-
componentsTravelTravelTagContrastTagFillTrainCancled: string;
|
|
2115
|
-
componentsTravelTravelTagContrastTagFillTram: string;
|
|
2116
|
-
componentsTravelTravelTagContrastTagFillTramCancled: string;
|
|
2117
|
-
componentsTravelTravelTagContrastTagFillWalk: string;
|
|
2118
|
-
componentsTravelTravelTagContrastTextCancled: string;
|
|
2119
|
-
componentsTravelTravelTagContrastTextLabel: string;
|
|
2120
|
-
componentsTravelTravelTagContrastTextLine: string;
|
|
2121
|
-
componentsTravelTravelTagContrastTextLineBusCancled: string;
|
|
2122
|
-
componentsTravelTravelTagContrastTextLineFerryCancled: string;
|
|
2123
|
-
componentsTravelTravelTagContrastTextLineMetroCancled: string;
|
|
2124
|
-
componentsTravelTravelTagContrastTextLinePlaneCancled: string;
|
|
2125
|
-
componentsTravelTravelTagContrastTextLineTrainCancled: string;
|
|
2126
|
-
componentsTravelTravelTagContrastTextLineTramCancled: string;
|
|
2127
|
-
componentsTravelTravelTagContrastTextNewTime: string;
|
|
2128
|
-
componentsTravelTravelTagContrastTextWalk: string;
|
|
2129
|
-
componentsTravelTravelTagStandardIcon: string;
|
|
2130
|
-
componentsTravelTravelTagStandardIconBusCancled: string;
|
|
2131
|
-
componentsTravelTravelTagStandardIconFerryCancled: string;
|
|
2132
|
-
componentsTravelTravelTagStandardIconMetroCancled: string;
|
|
2133
|
-
componentsTravelTravelTagStandardIconPlaneCancled: string;
|
|
2134
|
-
componentsTravelTravelTagStandardIconTrainCancled: string;
|
|
2135
|
-
componentsTravelTravelTagStandardIconTramCancled: string;
|
|
2136
|
-
componentsTravelTravelTagStandardIconWalk: string;
|
|
2137
|
-
componentsTravelTravelTagStandardIconBorderValidation: string;
|
|
2138
|
-
componentsTravelTravelTagStandardTagFillBus: string;
|
|
2139
|
-
componentsTravelTravelTagStandardTagFillBusCancled: string;
|
|
2140
|
-
componentsTravelTravelTagStandardTagFillFerry: string;
|
|
2141
|
-
componentsTravelTravelTagStandardTagFillFerryCancled: string;
|
|
2142
|
-
componentsTravelTravelTagStandardTagFillMetro: string;
|
|
2143
|
-
componentsTravelTravelTagStandardTagFillMetroCancled: string;
|
|
2144
|
-
componentsTravelTravelTagStandardTagFillMobility: string;
|
|
2145
|
-
componentsTravelTravelTagStandardTagFillPlane: string;
|
|
2146
|
-
componentsTravelTravelTagStandardTagFillPlaneCancled: string;
|
|
2147
|
-
componentsTravelTravelTagStandardTagFillTaxi: string;
|
|
2148
|
-
componentsTravelTravelTagStandardTagFillTrain: string;
|
|
2149
|
-
componentsTravelTravelTagStandardTagFillTrainCancled: string;
|
|
2150
|
-
componentsTravelTravelTagStandardTagFillTram: string;
|
|
2151
|
-
componentsTravelTravelTagStandardTagFillTramCancled: string;
|
|
2152
|
-
componentsTravelTravelTagStandardTagFillWalk: string;
|
|
2153
|
-
componentsTravelTravelTagStandardTextCancled: string;
|
|
2154
|
-
componentsTravelTravelTagStandardTextLabel: string;
|
|
2155
|
-
componentsTravelTravelTagStandardTextLine: string;
|
|
2156
|
-
componentsTravelTravelTagStandardTextLineBusCancled: string;
|
|
2157
|
-
componentsTravelTravelTagStandardTextLineFerryCancled: string;
|
|
2158
|
-
componentsTravelTravelTagStandardTextLineMetroCancled: string;
|
|
2159
|
-
componentsTravelTravelTagStandardTextLinePlaneCancled: string;
|
|
2160
|
-
componentsTravelTravelTagStandardTextLineTrainCancled: string;
|
|
2161
|
-
componentsTravelTravelTagStandardTextLineTramCancled: string;
|
|
2162
|
-
componentsTravelTravelTagStandardTextNewTime: string;
|
|
2163
|
-
componentsTravelTravelTagStandardTextWalk: string;
|
|
2164
|
-
componentsTypographyNew: string;
|
|
2165
|
-
componentsTypographyBlockquoteContrastStroke: string;
|
|
2166
|
-
componentsTypographyBlockquoteContrastTextAccent: string;
|
|
2167
|
-
componentsTypographyBlockquoteContrastTextSubdued: string;
|
|
2168
|
-
componentsTypographyBlockquoteStandardStroke: string;
|
|
2169
|
-
componentsTypographyBlockquoteStandardTextAccent: string;
|
|
2170
|
-
componentsTypographyBlockquoteStandardTextSubdued: string;
|
|
2171
|
-
};
|
|
2172
|
-
numbers: {
|
|
2173
|
-
componentsLayoutCardRadius: string;
|
|
2174
|
-
componentsAlertRadius: string;
|
|
2175
|
-
componentsButtonFloatingRadius: string;
|
|
2176
|
-
componentsButtonFloatingSpacing: string;
|
|
2177
|
-
componentsButtonIconButtonRadius: string;
|
|
2178
|
-
componentsButtonIconButtonSpacing: string;
|
|
2179
|
-
componentsButtonNegativeRadius: string;
|
|
2180
|
-
componentsButtonNegativeSpacing: string;
|
|
2181
|
-
componentsButtonPrimaryRadius: string;
|
|
2182
|
-
componentsButtonPrimarySpacing: string;
|
|
2183
|
-
componentsButtonSecondaryRadius: string;
|
|
2184
|
-
componentsButtonSecondarySpacing: string;
|
|
2185
|
-
componentsButtonSquareSecondaryRadius: string;
|
|
2186
|
-
componentsButtonSquareSecondarySpacing: string;
|
|
2187
|
-
componentsButtonSquareSuccessSpacing: string;
|
|
2188
|
-
componentsButtonSquareSuccessRadius: string;
|
|
2189
|
-
componentsButtonSuccessSpacing: string;
|
|
2190
|
-
componentsButtonSuccessRadius: string;
|
|
2191
|
-
componentsChipSpacing: string;
|
|
2192
|
-
componentsChipRadius: string;
|
|
2193
|
-
componentsDatepickerCalendarRadius: string;
|
|
2194
|
-
componentsDatepickerDateFieldSpacing: string;
|
|
2195
|
-
componentsDatepickerDateFieldRadius: string;
|
|
2196
|
-
componentsDropdownDropdownSpacing: string;
|
|
2197
|
-
componentsDropdownDropdownRadius: string;
|
|
2198
|
-
componentsDropdownMultiSelectSpacing: string;
|
|
2199
|
-
componentsDropdownMultiSelectRadius: string;
|
|
2200
|
-
componentsExpandExpandablePanelRadius: string;
|
|
2201
|
-
componentsExpandExpandablePanelPadding: string;
|
|
2202
|
-
componentsExpandExpandableTextPadding: string;
|
|
2203
|
-
componentsFormCheckboxRadius: string;
|
|
2204
|
-
componentsFormCheckboxSpacing: string;
|
|
2205
|
-
componentsFormCheckboxPanelRadius: string;
|
|
2206
|
-
componentsFormCheckboxPanelPadding: string;
|
|
2207
|
-
componentsFormFeedbackTextRadius: string;
|
|
2208
|
-
componentsFormRadioRadius: string;
|
|
2209
|
-
componentsFormRadioSpacing: string;
|
|
2210
|
-
componentsFormRadioPanelRadius: string;
|
|
2211
|
-
componentsFormRadioPanelPadding: string;
|
|
2212
|
-
componentsFormSearchSpacing: string;
|
|
2213
|
-
componentsFormSearchRadius: string;
|
|
2214
|
-
componentsFormSegmentedControlRadiusButton: string;
|
|
2215
|
-
componentsFormSegmentedControlRadiusBackground: string;
|
|
2216
|
-
componentsFormSwitchSpacingVertical: string;
|
|
2217
|
-
componentsFormSwitchSpacingHorizontal: string;
|
|
2218
|
-
componentsFormSwitchRadius: string;
|
|
2219
|
-
componentsFormTextAreaSpacing: string;
|
|
2220
|
-
componentsFormTextAreaRadius: string;
|
|
2221
|
-
componentsFormTextFieldSpacing: string;
|
|
2222
|
-
componentsFormTextFieldRadius: string;
|
|
2223
|
-
componentsLoaderLoaderPadding: string;
|
|
2224
|
-
componentsLoaderLoaderFileuploadRadius: string;
|
|
2225
|
-
componentsLoaderLoaderFileuploadSpacingHorizontal: string;
|
|
2226
|
-
componentsLoaderLoaderFileuploadSpacingVertical: string;
|
|
2227
|
-
componentsMenuBreadcrumbPadding: string;
|
|
2228
|
-
componentsMenuNavigationBarPadding: string;
|
|
2229
|
-
componentsMenuNavigationLinkPadding: string;
|
|
2230
|
-
componentsMenuOverflowMenuRadius: string;
|
|
2231
|
-
componentsMenuPaginationSpacing: string;
|
|
2232
|
-
componentsMenuPaginationRadius: string;
|
|
2233
|
-
componentsMenuSideNavigationRadiusBackground: string;
|
|
2234
|
-
componentsMenuSideNavigationRadiusButton: string;
|
|
2235
|
-
componentsMenuSideNavigationPadding: string;
|
|
2236
|
-
componentsMenuSideNavigationPaddingNested: string;
|
|
2237
|
-
componentsMenuStepperPadding: string;
|
|
2238
|
-
componentsMenuTableOfContentPadding: string;
|
|
2239
|
-
componentsModalDrawerRadius: string;
|
|
2240
|
-
componentsModalModalRadius: string;
|
|
2241
|
-
componentsTabRadiusButton: string;
|
|
2242
|
-
componentsTableRadius: string;
|
|
2243
|
-
componentsTooltipPopoverPadding: string;
|
|
2244
|
-
componentsTooltipTooltipPadding: string;
|
|
2245
|
-
componentsTravelTravelHeaderSpacingV: string;
|
|
2246
|
-
componentsTravelTravelHeaderSpacingH: string;
|
|
2247
|
-
componentsTypographyBlockquoteRadius: string;
|
|
2248
|
-
};
|
|
268
|
+
colors: Record<string, string>;
|
|
2249
269
|
};
|
|
2250
270
|
};
|
|
271
|
+
/**
|
|
272
|
+
* THESE COLOUR ARE A PRE-RELEASE OF THE NEW COLOUR
|
|
273
|
+
* VARIABLES AND SEMANTIC TOKENS
|
|
274
|
+
*/
|
|
275
|
+
export declare const componentColors: colorTokens;
|
|
276
|
+
export {};
|