@nova-design-system/nova-base 3.6.0 → 3.8.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.
@@ -41,22 +41,22 @@ export const ColorInteractionContainerNeutralTextHover = "#34464d";
41
41
  export const ColorInteractionLinkHighIcon = "#1f717d";
42
42
  export const ColorInteractionLinkHighIconHover = "#185963";
43
43
  export const ColorInteractionLinkHighIconInactive = "#617177";
44
- export const ColorInteractionLinkHighIconVisited = "#124148";
44
+ export const ColorInteractionLinkHighIconVisited = "#185963";
45
45
  export const ColorInteractionLinkHighText = "#1f717d";
46
46
  export const ColorInteractionLinkHighTextHover = "#185963";
47
- export const ColorInteractionLinkHighTextInactive = "#617177";
48
- export const ColorInteractionLinkHighTextVisited = "#124148";
47
+ export const ColorInteractionLinkHighTextDisabled = "#617177";
48
+ export const ColorInteractionLinkHighTextVisited = "#185963";
49
49
  export const ColorInteractionLinkLowIcon = "#171f22";
50
- export const ColorInteractionLinkLowIconHover = "#1f717d";
51
- export const ColorInteractionLinkLowIconInactive = "#617177";
52
- export const ColorInteractionLinkLowIconVisited = "#4b9eaa";
50
+ export const ColorInteractionLinkLowIconHover = "#185963";
51
+ export const ColorInteractionLinkLowIconDisabled = "#617177";
52
+ export const ColorInteractionLinkLowIconVisited = "#185963";
53
53
  export const ColorInteractionLinkLowText = "#171f22";
54
- export const ColorInteractionLinkLowTextHover = "#1f717d";
55
- export const ColorInteractionLinkLowTextInactive = "#617177";
56
- export const ColorInteractionLinkLowTextVisited = "#4b9eaa";
54
+ export const ColorInteractionLinkLowTextHover = "#185963";
55
+ export const ColorInteractionLinkLowTextDisabled = "#617177";
56
+ export const ColorInteractionLinkLowTextVisited = "#185963";
57
57
  export const ColorInteractionLinkInvertedIcon = "#889499";
58
58
  export const ColorInteractionLinkInvertedIconHover = "#1f717d";
59
- export const ColorInteractionLinkInvertedIconInactive = "#617177";
59
+ export const ColorInteractionLinkInvertedIconDisabled = "#617177";
60
60
  export const ColorInteractionLinkInvertedIconVisited = "#4b9eaa";
61
61
  export const ColorInteractionLinkInvertedText = "#889499";
62
62
  export const ColorInteractionLinkInvertedTextHover = "#1f717d";
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon = "#34ae3b";
417
417
  export const ComponentsAlertNeutralBackground = "#f5f6f7";
418
418
  export const ComponentsAlertNeutralBorder = "#617177";
419
419
  export const ComponentsAlertNeutralIcon = "#617177";
420
- export const ComponentsDatagridHeaderBorder = "#bac1c4";
421
- export const ComponentsDatagridHeaderText = "#617177";
422
- export const ComponentsDatagridHeaderBackground = "#ffffff";
423
- export const ComponentsDatagridBodyBorder = "#e1e4e6";
424
- export const ComponentsDatagridBodyText = "#171f22";
425
- export const ComponentsDatagridBodySubtext = "#617177";
426
- export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
427
- export const ComponentsDatagridBodyBackgroundActive = "#a5a6a7";
428
- export const ComponentsDatagridBodyBackgroundHover = "#a5a6a7";
429
420
  export const ComponentsAvatarBackground1 = "#fdefe2";
430
421
  export const ComponentsAvatarBackground2 = "#fceae3";
431
422
  export const ComponentsAvatarBackground3 = "#ffecb3";
@@ -458,7 +449,16 @@ export const ComponentsAvatarContent9 = "#5c6e1f";
458
449
  export const ComponentsAvatarContent10 = "#394d55";
459
450
  export const ComponentsBreadcrumbText = "#617177";
460
451
  export const ComponentsBreadcrumbTextActive = "#34464d";
461
- export const ComponentsBreadcrumbTextHover = "#1f717d";
452
+ export const ComponentsBreadcrumbTextHover = "#185963";
453
+ export const ComponentsDatagridHeaderBorder = "#bac1c4";
454
+ export const ComponentsDatagridHeaderText = "#617177";
455
+ export const ComponentsDatagridHeaderBackground = "#ffffff";
456
+ export const ComponentsDatagridBodyBorder = "#e1e4e6";
457
+ export const ComponentsDatagridBodyText = "#171f22";
458
+ export const ComponentsDatagridBodySubtext = "#617177";
459
+ export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
460
+ export const ComponentsDatagridBodyBackgroundActive = "#a5a6a7";
461
+ export const ComponentsDatagridBodyBackgroundHover = "#a5a6a7";
462
462
  export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
463
463
  export const ComponentsFieldTimeBackgroundHover = "#a5a6a7";
464
464
  export const ComponentsFieldTimeBackgroundActive = "#a5a6a7";
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive = "#185963";
468
468
  export const ComponentsFieldTimeBorderActive = "#185963";
469
469
  export const ComponentsCalendarBorder = "#e1e4e6";
470
470
  export const ComponentsCalendarHeaderText = "#171f22";
471
+ export const ComponentsCalendarWeeksBackground = "#f5f6f7";
472
+ export const ComponentsCalendarWeeksBackgroundHover = "#eaeef0";
473
+ export const ComponentsCalendarWeeksText = "#171f22";
474
+ export const ComponentsCalendarWeeksTextHover = "#171f22";
471
475
  export const ComponentsCalendarCellBackground = "#ffffff";
472
476
  export const ComponentsCalendarCellBackgroundSelected = "#258998";
473
477
  export const ComponentsCalendarCellBackgroundInRange = "#0b0f11";
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange = "#185963";
482
486
  export const ComponentsCalendarCellTextHover = "#34464d";
483
487
  export const ComponentsCalendarCellTextOutsideMonth = "#9fadb2";
484
488
  export const ComponentsCalendarCellTextToday = "#171f22";
485
- export const ComponentsCalendarWeeksBackground = "#f5f6f7";
486
- export const ComponentsCalendarWeeksBackgroundHover = "#eaeef0";
487
- export const ComponentsCalendarWeeksText = "#171f22";
488
- export const ComponentsCalendarWeeksTextHover = "#171f22";
489
489
  export const ComponentsCalendarBackground = "#ffffff";
490
490
  export const ComponentsMenuContextualBackground = "#ffffff";
491
491
  export const ComponentsMenuContextualBorder = "#e1e4e6";
@@ -44,19 +44,19 @@ export const ColorInteractionLinkHighIconInactive : string;
44
44
  export const ColorInteractionLinkHighIconVisited : string;
45
45
  export const ColorInteractionLinkHighText : string;
46
46
  export const ColorInteractionLinkHighTextHover : string;
47
- export const ColorInteractionLinkHighTextInactive : string;
47
+ export const ColorInteractionLinkHighTextDisabled : string;
48
48
  export const ColorInteractionLinkHighTextVisited : string;
49
49
  export const ColorInteractionLinkLowIcon : string;
50
50
  export const ColorInteractionLinkLowIconHover : string;
51
- export const ColorInteractionLinkLowIconInactive : string;
51
+ export const ColorInteractionLinkLowIconDisabled : string;
52
52
  export const ColorInteractionLinkLowIconVisited : string;
53
53
  export const ColorInteractionLinkLowText : string;
54
54
  export const ColorInteractionLinkLowTextHover : string;
55
- export const ColorInteractionLinkLowTextInactive : string;
55
+ export const ColorInteractionLinkLowTextDisabled : string;
56
56
  export const ColorInteractionLinkLowTextVisited : string;
57
57
  export const ColorInteractionLinkInvertedIcon : string;
58
58
  export const ColorInteractionLinkInvertedIconHover : string;
59
- export const ColorInteractionLinkInvertedIconInactive : string;
59
+ export const ColorInteractionLinkInvertedIconDisabled : string;
60
60
  export const ColorInteractionLinkInvertedIconVisited : string;
61
61
  export const ColorInteractionLinkInvertedText : string;
62
62
  export const ColorInteractionLinkInvertedTextHover : string;
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon : string;
417
417
  export const ComponentsAlertNeutralBackground : string;
418
418
  export const ComponentsAlertNeutralBorder : string;
419
419
  export const ComponentsAlertNeutralIcon : string;
420
- export const ComponentsDatagridHeaderBorder : string;
421
- export const ComponentsDatagridHeaderText : string;
422
- export const ComponentsDatagridHeaderBackground : string;
423
- export const ComponentsDatagridBodyBorder : string;
424
- export const ComponentsDatagridBodyText : string;
425
- export const ComponentsDatagridBodySubtext : string;
426
- export const ComponentsDatagridBodyBackgroundDefault : string;
427
- export const ComponentsDatagridBodyBackgroundActive : string;
428
- export const ComponentsDatagridBodyBackgroundHover : string;
429
420
  export const ComponentsAvatarBackground1 : string;
430
421
  export const ComponentsAvatarBackground2 : string;
431
422
  export const ComponentsAvatarBackground3 : string;
@@ -459,6 +450,15 @@ export const ComponentsAvatarContent10 : string;
459
450
  export const ComponentsBreadcrumbText : string;
460
451
  export const ComponentsBreadcrumbTextActive : string;
461
452
  export const ComponentsBreadcrumbTextHover : string;
453
+ export const ComponentsDatagridHeaderBorder : string;
454
+ export const ComponentsDatagridHeaderText : string;
455
+ export const ComponentsDatagridHeaderBackground : string;
456
+ export const ComponentsDatagridBodyBorder : string;
457
+ export const ComponentsDatagridBodyText : string;
458
+ export const ComponentsDatagridBodySubtext : string;
459
+ export const ComponentsDatagridBodyBackgroundDefault : string;
460
+ export const ComponentsDatagridBodyBackgroundActive : string;
461
+ export const ComponentsDatagridBodyBackgroundHover : string;
462
462
  export const ComponentsFieldTimeBackgroundDefault : string;
463
463
  export const ComponentsFieldTimeBackgroundHover : string;
464
464
  export const ComponentsFieldTimeBackgroundActive : string;
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive : string;
468
468
  export const ComponentsFieldTimeBorderActive : string;
469
469
  export const ComponentsCalendarBorder : string;
470
470
  export const ComponentsCalendarHeaderText : string;
471
+ export const ComponentsCalendarWeeksBackground : string;
472
+ export const ComponentsCalendarWeeksBackgroundHover : string;
473
+ export const ComponentsCalendarWeeksText : string;
474
+ export const ComponentsCalendarWeeksTextHover : string;
471
475
  export const ComponentsCalendarCellBackground : string;
472
476
  export const ComponentsCalendarCellBackgroundSelected : string;
473
477
  export const ComponentsCalendarCellBackgroundInRange : string;
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange : string;
482
486
  export const ComponentsCalendarCellTextHover : string;
483
487
  export const ComponentsCalendarCellTextOutsideMonth : string;
484
488
  export const ComponentsCalendarCellTextToday : string;
485
- export const ComponentsCalendarWeeksBackground : string;
486
- export const ComponentsCalendarWeeksBackgroundHover : string;
487
- export const ComponentsCalendarWeeksText : string;
488
- export const ComponentsCalendarWeeksTextHover : string;
489
489
  export const ComponentsCalendarBackground : string;
490
490
  export const ComponentsMenuContextualBackground : string;
491
491
  export const ComponentsMenuContextualBorder : string;
@@ -41,22 +41,22 @@ export const ColorInteractionContainerNeutralTextHover = "#bac1c4";
41
41
  export const ColorInteractionLinkHighIcon = "#258998";
42
42
  export const ColorInteractionLinkHighIconHover = "#4b9eaa";
43
43
  export const ColorInteractionLinkHighIconInactive = "#889499";
44
- export const ColorInteractionLinkHighIconVisited = "#71b2bc";
44
+ export const ColorInteractionLinkHighIconVisited = "#4b9eaa";
45
45
  export const ColorInteractionLinkHighText = "#258998";
46
46
  export const ColorInteractionLinkHighTextHover = "#4b9eaa";
47
- export const ColorInteractionLinkHighTextInactive = "#889499";
48
- export const ColorInteractionLinkHighTextVisited = "#71b2bc";
47
+ export const ColorInteractionLinkHighTextDisabled = "#889499";
48
+ export const ColorInteractionLinkHighTextVisited = "#4b9eaa";
49
49
  export const ColorInteractionLinkLowIcon = "#f5f6f7";
50
- export const ColorInteractionLinkLowIconHover = "#258998";
51
- export const ColorInteractionLinkLowIconInactive = "#889499";
52
- export const ColorInteractionLinkLowIconVisited = "#185963";
50
+ export const ColorInteractionLinkLowIconHover = "#4b9eaa";
51
+ export const ColorInteractionLinkLowIconDisabled = "#889499";
52
+ export const ColorInteractionLinkLowIconVisited = "#4b9eaa";
53
53
  export const ColorInteractionLinkLowText = "#f5f6f7";
54
- export const ColorInteractionLinkLowTextHover = "#258998";
55
- export const ColorInteractionLinkLowTextInactive = "#889499";
56
- export const ColorInteractionLinkLowTextVisited = "#185963";
54
+ export const ColorInteractionLinkLowTextHover = "#4b9eaa";
55
+ export const ColorInteractionLinkLowTextDisabled = "#889499";
56
+ export const ColorInteractionLinkLowTextVisited = "#4b9eaa";
57
57
  export const ColorInteractionLinkInvertedIcon = "#27353b";
58
58
  export const ColorInteractionLinkInvertedIconHover = "#1f717d";
59
- export const ColorInteractionLinkInvertedIconInactive = "#3f555e";
59
+ export const ColorInteractionLinkInvertedIconDisabled = "#3f555e";
60
60
  export const ColorInteractionLinkInvertedIconVisited = "#4b9eaa";
61
61
  export const ColorInteractionLinkInvertedText = "#27353b";
62
62
  export const ColorInteractionLinkInvertedTextHover = "#1f717d";
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon = "#45d24d";
417
417
  export const ComponentsAlertNeutralBackground = "#171f22";
418
418
  export const ComponentsAlertNeutralBorder = "#9fadb2";
419
419
  export const ComponentsAlertNeutralIcon = "#9fadb2";
420
- export const ComponentsDatagridHeaderBorder = "#617177";
421
- export const ComponentsDatagridHeaderText = "#889499";
422
- export const ComponentsDatagridHeaderBackground = "#ffffff";
423
- export const ComponentsDatagridBodyBorder = "#394d55";
424
- export const ComponentsDatagridBodyText = "#f5f6f7";
425
- export const ComponentsDatagridBodySubtext = "#889499";
426
- export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
427
- export const ComponentsDatagridBodyBackgroundActive = "#0b292e";
428
- export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
429
420
  export const ComponentsAvatarBackground1 = "#432306";
430
421
  export const ComponentsAvatarBackground2 = "#45190a";
431
422
  export const ComponentsAvatarBackground3 = "#4d3a00";
@@ -458,7 +449,16 @@ export const ComponentsAvatarContent9 = "#8da930";
458
449
  export const ComponentsAvatarContent10 = "#9fadb2";
459
450
  export const ComponentsBreadcrumbText = "#889499";
460
451
  export const ComponentsBreadcrumbTextActive = "#bac1c4";
461
- export const ComponentsBreadcrumbTextHover = "#258998";
452
+ export const ComponentsBreadcrumbTextHover = "#4b9eaa";
453
+ export const ComponentsDatagridHeaderBorder = "#617177";
454
+ export const ComponentsDatagridHeaderText = "#889499";
455
+ export const ComponentsDatagridHeaderBackground = "#ffffff";
456
+ export const ComponentsDatagridBodyBorder = "#394d55";
457
+ export const ComponentsDatagridBodyText = "#f5f6f7";
458
+ export const ComponentsDatagridBodySubtext = "#889499";
459
+ export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
460
+ export const ComponentsDatagridBodyBackgroundActive = "#0b292e";
461
+ export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
462
462
  export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
463
463
  export const ComponentsFieldTimeBackgroundHover = "#ffffff";
464
464
  export const ComponentsFieldTimeBackgroundActive = "#0b292e";
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive = "#4b9eaa";
468
468
  export const ComponentsFieldTimeBorderActive = "#4b9eaa";
469
469
  export const ComponentsCalendarBorder = "#394d55";
470
470
  export const ComponentsCalendarHeaderText = "#f5f6f7";
471
+ export const ComponentsCalendarWeeksBackground = "#171f22";
472
+ export const ComponentsCalendarWeeksBackgroundHover = "#171f22";
473
+ export const ComponentsCalendarWeeksText = "#f5f6f7";
474
+ export const ComponentsCalendarWeeksTextHover = "#f5f6f7";
471
475
  export const ComponentsCalendarCellBackground = "#ffffff";
472
476
  export const ComponentsCalendarCellBackgroundSelected = "#4b9eaa";
473
477
  export const ComponentsCalendarCellBackgroundInRange = "#0b292e";
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange = "#4b9eaa";
482
486
  export const ComponentsCalendarCellTextHover = "#bac1c4";
483
487
  export const ComponentsCalendarCellTextOutsideMonth = "#617177";
484
488
  export const ComponentsCalendarCellTextToday = "#f5f6f7";
485
- export const ComponentsCalendarWeeksBackground = "#171f22";
486
- export const ComponentsCalendarWeeksBackgroundHover = "#171f22";
487
- export const ComponentsCalendarWeeksText = "#f5f6f7";
488
- export const ComponentsCalendarWeeksTextHover = "#f5f6f7";
489
489
  export const ComponentsCalendarBackground = "#0b0f11";
490
490
  export const ComponentsMenuContextualBackground = "#0b0f11";
491
491
  export const ComponentsMenuContextualBorder = "#394d55";
@@ -44,19 +44,19 @@ export const ColorInteractionLinkHighIconInactive : string;
44
44
  export const ColorInteractionLinkHighIconVisited : string;
45
45
  export const ColorInteractionLinkHighText : string;
46
46
  export const ColorInteractionLinkHighTextHover : string;
47
- export const ColorInteractionLinkHighTextInactive : string;
47
+ export const ColorInteractionLinkHighTextDisabled : string;
48
48
  export const ColorInteractionLinkHighTextVisited : string;
49
49
  export const ColorInteractionLinkLowIcon : string;
50
50
  export const ColorInteractionLinkLowIconHover : string;
51
- export const ColorInteractionLinkLowIconInactive : string;
51
+ export const ColorInteractionLinkLowIconDisabled : string;
52
52
  export const ColorInteractionLinkLowIconVisited : string;
53
53
  export const ColorInteractionLinkLowText : string;
54
54
  export const ColorInteractionLinkLowTextHover : string;
55
- export const ColorInteractionLinkLowTextInactive : string;
55
+ export const ColorInteractionLinkLowTextDisabled : string;
56
56
  export const ColorInteractionLinkLowTextVisited : string;
57
57
  export const ColorInteractionLinkInvertedIcon : string;
58
58
  export const ColorInteractionLinkInvertedIconHover : string;
59
- export const ColorInteractionLinkInvertedIconInactive : string;
59
+ export const ColorInteractionLinkInvertedIconDisabled : string;
60
60
  export const ColorInteractionLinkInvertedIconVisited : string;
61
61
  export const ColorInteractionLinkInvertedText : string;
62
62
  export const ColorInteractionLinkInvertedTextHover : string;
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon : string;
417
417
  export const ComponentsAlertNeutralBackground : string;
418
418
  export const ComponentsAlertNeutralBorder : string;
419
419
  export const ComponentsAlertNeutralIcon : string;
420
- export const ComponentsDatagridHeaderBorder : string;
421
- export const ComponentsDatagridHeaderText : string;
422
- export const ComponentsDatagridHeaderBackground : string;
423
- export const ComponentsDatagridBodyBorder : string;
424
- export const ComponentsDatagridBodyText : string;
425
- export const ComponentsDatagridBodySubtext : string;
426
- export const ComponentsDatagridBodyBackgroundDefault : string;
427
- export const ComponentsDatagridBodyBackgroundActive : string;
428
- export const ComponentsDatagridBodyBackgroundHover : string;
429
420
  export const ComponentsAvatarBackground1 : string;
430
421
  export const ComponentsAvatarBackground2 : string;
431
422
  export const ComponentsAvatarBackground3 : string;
@@ -459,6 +450,15 @@ export const ComponentsAvatarContent10 : string;
459
450
  export const ComponentsBreadcrumbText : string;
460
451
  export const ComponentsBreadcrumbTextActive : string;
461
452
  export const ComponentsBreadcrumbTextHover : string;
453
+ export const ComponentsDatagridHeaderBorder : string;
454
+ export const ComponentsDatagridHeaderText : string;
455
+ export const ComponentsDatagridHeaderBackground : string;
456
+ export const ComponentsDatagridBodyBorder : string;
457
+ export const ComponentsDatagridBodyText : string;
458
+ export const ComponentsDatagridBodySubtext : string;
459
+ export const ComponentsDatagridBodyBackgroundDefault : string;
460
+ export const ComponentsDatagridBodyBackgroundActive : string;
461
+ export const ComponentsDatagridBodyBackgroundHover : string;
462
462
  export const ComponentsFieldTimeBackgroundDefault : string;
463
463
  export const ComponentsFieldTimeBackgroundHover : string;
464
464
  export const ComponentsFieldTimeBackgroundActive : string;
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive : string;
468
468
  export const ComponentsFieldTimeBorderActive : string;
469
469
  export const ComponentsCalendarBorder : string;
470
470
  export const ComponentsCalendarHeaderText : string;
471
+ export const ComponentsCalendarWeeksBackground : string;
472
+ export const ComponentsCalendarWeeksBackgroundHover : string;
473
+ export const ComponentsCalendarWeeksText : string;
474
+ export const ComponentsCalendarWeeksTextHover : string;
471
475
  export const ComponentsCalendarCellBackground : string;
472
476
  export const ComponentsCalendarCellBackgroundSelected : string;
473
477
  export const ComponentsCalendarCellBackgroundInRange : string;
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange : string;
482
486
  export const ComponentsCalendarCellTextHover : string;
483
487
  export const ComponentsCalendarCellTextOutsideMonth : string;
484
488
  export const ComponentsCalendarCellTextToday : string;
485
- export const ComponentsCalendarWeeksBackground : string;
486
- export const ComponentsCalendarWeeksBackgroundHover : string;
487
- export const ComponentsCalendarWeeksText : string;
488
- export const ComponentsCalendarWeeksTextHover : string;
489
489
  export const ComponentsCalendarBackground : string;
490
490
  export const ComponentsMenuContextualBackground : string;
491
491
  export const ComponentsMenuContextualBorder : string;
@@ -41,22 +41,22 @@ export const ColorInteractionContainerNeutralTextHover = "#34464d";
41
41
  export const ColorInteractionLinkHighIcon = "#1f717d";
42
42
  export const ColorInteractionLinkHighIconHover = "#185963";
43
43
  export const ColorInteractionLinkHighIconInactive = "#617177";
44
- export const ColorInteractionLinkHighIconVisited = "#124148";
44
+ export const ColorInteractionLinkHighIconVisited = "#185963";
45
45
  export const ColorInteractionLinkHighText = "#1f717d";
46
46
  export const ColorInteractionLinkHighTextHover = "#185963";
47
- export const ColorInteractionLinkHighTextInactive = "#617177";
48
- export const ColorInteractionLinkHighTextVisited = "#124148";
47
+ export const ColorInteractionLinkHighTextDisabled = "#617177";
48
+ export const ColorInteractionLinkHighTextVisited = "#185963";
49
49
  export const ColorInteractionLinkLowIcon = "#171f22";
50
- export const ColorInteractionLinkLowIconHover = "#1f717d";
51
- export const ColorInteractionLinkLowIconInactive = "#617177";
52
- export const ColorInteractionLinkLowIconVisited = "#4b9eaa";
50
+ export const ColorInteractionLinkLowIconHover = "#185963";
51
+ export const ColorInteractionLinkLowIconDisabled = "#617177";
52
+ export const ColorInteractionLinkLowIconVisited = "#185963";
53
53
  export const ColorInteractionLinkLowText = "#171f22";
54
- export const ColorInteractionLinkLowTextHover = "#1f717d";
55
- export const ColorInteractionLinkLowTextInactive = "#617177";
56
- export const ColorInteractionLinkLowTextVisited = "#4b9eaa";
54
+ export const ColorInteractionLinkLowTextHover = "#185963";
55
+ export const ColorInteractionLinkLowTextDisabled = "#617177";
56
+ export const ColorInteractionLinkLowTextVisited = "#185963";
57
57
  export const ColorInteractionLinkInvertedIcon = "#889499";
58
58
  export const ColorInteractionLinkInvertedIconHover = "#258998";
59
- export const ColorInteractionLinkInvertedIconInactive = "#617177";
59
+ export const ColorInteractionLinkInvertedIconDisabled = "#617177";
60
60
  export const ColorInteractionLinkInvertedIconVisited = "#185963";
61
61
  export const ColorInteractionLinkInvertedText = "#889499";
62
62
  export const ColorInteractionLinkInvertedTextHover = "#258998";
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon = "#008207";
417
417
  export const ComponentsAlertNeutralBackground = "#f5f6f7";
418
418
  export const ComponentsAlertNeutralBorder = "#3f555e";
419
419
  export const ComponentsAlertNeutralIcon = "#3f555e";
420
- export const ComponentsDatagridHeaderBorder = "#bac1c4";
421
- export const ComponentsDatagridHeaderText = "#617177";
422
- export const ComponentsDatagridHeaderBackground = "#ffffff";
423
- export const ComponentsDatagridBodyBorder = "#e1e4e6";
424
- export const ComponentsDatagridBodyText = "#171f22";
425
- export const ComponentsDatagridBodySubtext = "#617177";
426
- export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
427
- export const ComponentsDatagridBodyBackgroundActive = "#e4f0f2";
428
- export const ComponentsDatagridBodyBackgroundHover = "#a5a6a7";
429
420
  export const ComponentsAvatarBackground1 = "#fdefe2";
430
421
  export const ComponentsAvatarBackground2 = "#fceae3";
431
422
  export const ComponentsAvatarBackground3 = "#ffecb3";
@@ -458,7 +449,16 @@ export const ComponentsAvatarContent9 = "#5c6e1f";
458
449
  export const ComponentsAvatarContent10 = "#394d55";
459
450
  export const ComponentsBreadcrumbText = "#617177";
460
451
  export const ComponentsBreadcrumbTextActive = "#34464d";
461
- export const ComponentsBreadcrumbTextHover = "#1f717d";
452
+ export const ComponentsBreadcrumbTextHover = "#185963";
453
+ export const ComponentsDatagridHeaderBorder = "#bac1c4";
454
+ export const ComponentsDatagridHeaderText = "#617177";
455
+ export const ComponentsDatagridHeaderBackground = "#ffffff";
456
+ export const ComponentsDatagridBodyBorder = "#e1e4e6";
457
+ export const ComponentsDatagridBodyText = "#171f22";
458
+ export const ComponentsDatagridBodySubtext = "#617177";
459
+ export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
460
+ export const ComponentsDatagridBodyBackgroundActive = "#e4f0f2";
461
+ export const ComponentsDatagridBodyBackgroundHover = "#a5a6a7";
462
462
  export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
463
463
  export const ComponentsFieldTimeBackgroundHover = "#a5a6a7";
464
464
  export const ComponentsFieldTimeBackgroundActive = "#e4f0f2";
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive = "#185963";
468
468
  export const ComponentsFieldTimeBorderActive = "#185963";
469
469
  export const ComponentsCalendarBorder = "#e1e4e6";
470
470
  export const ComponentsCalendarHeaderText = "#171f22";
471
+ export const ComponentsCalendarWeeksBackground = "#f5f6f7";
472
+ export const ComponentsCalendarWeeksBackgroundHover = "#eaeef0";
473
+ export const ComponentsCalendarWeeksText = "#171f22";
474
+ export const ComponentsCalendarWeeksTextHover = "#171f22";
471
475
  export const ComponentsCalendarCellBackground = "#ffffff";
472
476
  export const ComponentsCalendarCellBackgroundSelected = "#185963";
473
477
  export const ComponentsCalendarCellBackgroundInRange = "#e4f0f2";
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange = "#185963";
482
486
  export const ComponentsCalendarCellTextHover = "#34464d";
483
487
  export const ComponentsCalendarCellTextOutsideMonth = "#9fadb2";
484
488
  export const ComponentsCalendarCellTextToday = "#171f22";
485
- export const ComponentsCalendarWeeksBackground = "#f5f6f7";
486
- export const ComponentsCalendarWeeksBackgroundHover = "#eaeef0";
487
- export const ComponentsCalendarWeeksText = "#171f22";
488
- export const ComponentsCalendarWeeksTextHover = "#171f22";
489
489
  export const ComponentsCalendarBackground = "#ffffff";
490
490
  export const ComponentsMenuContextualBackground = "#ffffff";
491
491
  export const ComponentsMenuContextualBorder = "#e1e4e6";
@@ -44,19 +44,19 @@ export const ColorInteractionLinkHighIconInactive : string;
44
44
  export const ColorInteractionLinkHighIconVisited : string;
45
45
  export const ColorInteractionLinkHighText : string;
46
46
  export const ColorInteractionLinkHighTextHover : string;
47
- export const ColorInteractionLinkHighTextInactive : string;
47
+ export const ColorInteractionLinkHighTextDisabled : string;
48
48
  export const ColorInteractionLinkHighTextVisited : string;
49
49
  export const ColorInteractionLinkLowIcon : string;
50
50
  export const ColorInteractionLinkLowIconHover : string;
51
- export const ColorInteractionLinkLowIconInactive : string;
51
+ export const ColorInteractionLinkLowIconDisabled : string;
52
52
  export const ColorInteractionLinkLowIconVisited : string;
53
53
  export const ColorInteractionLinkLowText : string;
54
54
  export const ColorInteractionLinkLowTextHover : string;
55
- export const ColorInteractionLinkLowTextInactive : string;
55
+ export const ColorInteractionLinkLowTextDisabled : string;
56
56
  export const ColorInteractionLinkLowTextVisited : string;
57
57
  export const ColorInteractionLinkInvertedIcon : string;
58
58
  export const ColorInteractionLinkInvertedIconHover : string;
59
- export const ColorInteractionLinkInvertedIconInactive : string;
59
+ export const ColorInteractionLinkInvertedIconDisabled : string;
60
60
  export const ColorInteractionLinkInvertedIconVisited : string;
61
61
  export const ColorInteractionLinkInvertedText : string;
62
62
  export const ColorInteractionLinkInvertedTextHover : string;
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon : string;
417
417
  export const ComponentsAlertNeutralBackground : string;
418
418
  export const ComponentsAlertNeutralBorder : string;
419
419
  export const ComponentsAlertNeutralIcon : string;
420
- export const ComponentsDatagridHeaderBorder : string;
421
- export const ComponentsDatagridHeaderText : string;
422
- export const ComponentsDatagridHeaderBackground : string;
423
- export const ComponentsDatagridBodyBorder : string;
424
- export const ComponentsDatagridBodyText : string;
425
- export const ComponentsDatagridBodySubtext : string;
426
- export const ComponentsDatagridBodyBackgroundDefault : string;
427
- export const ComponentsDatagridBodyBackgroundActive : string;
428
- export const ComponentsDatagridBodyBackgroundHover : string;
429
420
  export const ComponentsAvatarBackground1 : string;
430
421
  export const ComponentsAvatarBackground2 : string;
431
422
  export const ComponentsAvatarBackground3 : string;
@@ -459,6 +450,15 @@ export const ComponentsAvatarContent10 : string;
459
450
  export const ComponentsBreadcrumbText : string;
460
451
  export const ComponentsBreadcrumbTextActive : string;
461
452
  export const ComponentsBreadcrumbTextHover : string;
453
+ export const ComponentsDatagridHeaderBorder : string;
454
+ export const ComponentsDatagridHeaderText : string;
455
+ export const ComponentsDatagridHeaderBackground : string;
456
+ export const ComponentsDatagridBodyBorder : string;
457
+ export const ComponentsDatagridBodyText : string;
458
+ export const ComponentsDatagridBodySubtext : string;
459
+ export const ComponentsDatagridBodyBackgroundDefault : string;
460
+ export const ComponentsDatagridBodyBackgroundActive : string;
461
+ export const ComponentsDatagridBodyBackgroundHover : string;
462
462
  export const ComponentsFieldTimeBackgroundDefault : string;
463
463
  export const ComponentsFieldTimeBackgroundHover : string;
464
464
  export const ComponentsFieldTimeBackgroundActive : string;
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive : string;
468
468
  export const ComponentsFieldTimeBorderActive : string;
469
469
  export const ComponentsCalendarBorder : string;
470
470
  export const ComponentsCalendarHeaderText : string;
471
+ export const ComponentsCalendarWeeksBackground : string;
472
+ export const ComponentsCalendarWeeksBackgroundHover : string;
473
+ export const ComponentsCalendarWeeksText : string;
474
+ export const ComponentsCalendarWeeksTextHover : string;
471
475
  export const ComponentsCalendarCellBackground : string;
472
476
  export const ComponentsCalendarCellBackgroundSelected : string;
473
477
  export const ComponentsCalendarCellBackgroundInRange : string;
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange : string;
482
486
  export const ComponentsCalendarCellTextHover : string;
483
487
  export const ComponentsCalendarCellTextOutsideMonth : string;
484
488
  export const ComponentsCalendarCellTextToday : string;
485
- export const ComponentsCalendarWeeksBackground : string;
486
- export const ComponentsCalendarWeeksBackgroundHover : string;
487
- export const ComponentsCalendarWeeksText : string;
488
- export const ComponentsCalendarWeeksTextHover : string;
489
489
  export const ComponentsCalendarBackground : string;
490
490
  export const ComponentsMenuContextualBackground : string;
491
491
  export const ComponentsMenuContextualBorder : string;
@@ -41,22 +41,22 @@ export const ColorInteractionContainerNeutralTextHover = "#bfbfbf";
41
41
  export const ColorInteractionLinkHighIcon = "#e75420";
42
42
  export const ColorInteractionLinkHighIconHover = "#eb7247";
43
43
  export const ColorInteractionLinkHighIconInactive = "#808080";
44
- export const ColorInteractionLinkHighIconVisited = "#963715";
44
+ export const ColorInteractionLinkHighIconVisited = "#eb7247";
45
45
  export const ColorInteractionLinkHighText = "#e75420";
46
46
  export const ColorInteractionLinkHighTextHover = "#eb7247";
47
- export const ColorInteractionLinkHighTextInactive = "#808080";
48
- export const ColorInteractionLinkHighTextVisited = "#963715";
47
+ export const ColorInteractionLinkHighTextDisabled = "#808080";
48
+ export const ColorInteractionLinkHighTextVisited = "#eb7247";
49
49
  export const ColorInteractionLinkLowIcon = "#f6f6f6";
50
- export const ColorInteractionLinkLowIconHover = "#e75420";
51
- export const ColorInteractionLinkLowIconInactive = "#808080";
52
- export const ColorInteractionLinkLowIconVisited = "#963715";
50
+ export const ColorInteractionLinkLowIconHover = "#eb7247";
51
+ export const ColorInteractionLinkLowIconDisabled = "#808080";
52
+ export const ColorInteractionLinkLowIconVisited = "#eb7247";
53
53
  export const ColorInteractionLinkLowText = "#f6f6f6";
54
- export const ColorInteractionLinkLowTextHover = "#e75420";
55
- export const ColorInteractionLinkLowTextInactive = "#808080";
56
- export const ColorInteractionLinkLowTextVisited = "#963715";
54
+ export const ColorInteractionLinkLowTextHover = "#eb7247";
55
+ export const ColorInteractionLinkLowTextDisabled = "#808080";
56
+ export const ColorInteractionLinkLowTextVisited = "#eb7247";
57
57
  export const ColorInteractionLinkInvertedIcon = "#414141";
58
58
  export const ColorInteractionLinkInvertedIconHover = "#bf451a";
59
- export const ColorInteractionLinkInvertedIconInactive = "#6d6d6d";
59
+ export const ColorInteractionLinkInvertedIconDisabled = "#6d6d6d";
60
60
  export const ColorInteractionLinkInvertedIconVisited = "#eb7247";
61
61
  export const ColorInteractionLinkInvertedText = "#414141";
62
62
  export const ColorInteractionLinkInvertedTextHover = "#bf451a";
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon = "#45d24d";
417
417
  export const ComponentsAlertNeutralBackground = "#1d1d1d";
418
418
  export const ComponentsAlertNeutralBorder = "#a9a9a9";
419
419
  export const ComponentsAlertNeutralIcon = "#a9a9a9";
420
- export const ComponentsDatagridHeaderBorder = "#6d6d6d";
421
- export const ComponentsDatagridHeaderText = "#808080";
422
- export const ComponentsDatagridHeaderBackground = "#ffffff";
423
- export const ComponentsDatagridBodyBorder = "#484848";
424
- export const ComponentsDatagridBodyText = "#f6f6f6";
425
- export const ComponentsDatagridBodySubtext = "#808080";
426
- export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
427
- export const ComponentsDatagridBodyBackgroundActive = "#45190a";
428
- export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
429
420
  export const ComponentsAvatarBackground1 = "#432306";
430
421
  export const ComponentsAvatarBackground2 = "#45190a";
431
422
  export const ComponentsAvatarBackground3 = "#4d3a00";
@@ -458,7 +449,16 @@ export const ComponentsAvatarContent9 = "#8da930";
458
449
  export const ComponentsAvatarContent10 = "#a9a9a9";
459
450
  export const ComponentsBreadcrumbText = "#808080";
460
451
  export const ComponentsBreadcrumbTextActive = "#bfbfbf";
461
- export const ComponentsBreadcrumbTextHover = "#e75420";
452
+ export const ComponentsBreadcrumbTextHover = "#eb7247";
453
+ export const ComponentsDatagridHeaderBorder = "#6d6d6d";
454
+ export const ComponentsDatagridHeaderText = "#808080";
455
+ export const ComponentsDatagridHeaderBackground = "#ffffff";
456
+ export const ComponentsDatagridBodyBorder = "#484848";
457
+ export const ComponentsDatagridBodyText = "#f6f6f6";
458
+ export const ComponentsDatagridBodySubtext = "#808080";
459
+ export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
460
+ export const ComponentsDatagridBodyBackgroundActive = "#45190a";
461
+ export const ComponentsDatagridBodyBackgroundHover = "#ffffff";
462
462
  export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
463
463
  export const ComponentsFieldTimeBackgroundHover = "#ffffff";
464
464
  export const ComponentsFieldTimeBackgroundActive = "#45190a";
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive = "#eb7247";
468
468
  export const ComponentsFieldTimeBorderActive = "#eb7247";
469
469
  export const ComponentsCalendarBorder = "#484848";
470
470
  export const ComponentsCalendarHeaderText = "#f6f6f6";
471
+ export const ComponentsCalendarWeeksBackground = "#1d1d1d";
472
+ export const ComponentsCalendarWeeksBackgroundHover = "#252525";
473
+ export const ComponentsCalendarWeeksText = "#f6f6f6";
474
+ export const ComponentsCalendarWeeksTextHover = "#f6f6f6";
471
475
  export const ComponentsCalendarCellBackground = "#ffffff";
472
476
  export const ComponentsCalendarCellBackgroundSelected = "#eb7247";
473
477
  export const ComponentsCalendarCellBackgroundInRange = "#45190a";
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange = "#eb7247";
482
486
  export const ComponentsCalendarCellTextHover = "#bfbfbf";
483
487
  export const ComponentsCalendarCellTextOutsideMonth = "#6d6d6d";
484
488
  export const ComponentsCalendarCellTextToday = "#f6f6f6";
485
- export const ComponentsCalendarWeeksBackground = "#1d1d1d";
486
- export const ComponentsCalendarWeeksBackgroundHover = "#252525";
487
- export const ComponentsCalendarWeeksText = "#f6f6f6";
488
- export const ComponentsCalendarWeeksTextHover = "#f6f6f6";
489
489
  export const ComponentsCalendarBackground = "#0e0e0e";
490
490
  export const ComponentsMenuContextualBackground = "#0e0e0e";
491
491
  export const ComponentsMenuContextualBorder = "#484848";