@nova-design-system/nova-base 3.6.0 → 3.7.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/README.md +6 -0
- package/dist/cjs/plugin/nova-plugin.js +1 -1
- package/dist/css/mccs.css +32 -32
- package/dist/css/ocean.css +32 -32
- package/dist/css/spark.css +33 -33
- package/dist/js/mccs_dark.d.ts +13 -13
- package/dist/js/mccs_dark.js +21 -21
- package/dist/js/mccs_light.d.ts +13 -13
- package/dist/js/mccs_light.js +20 -20
- package/dist/js/ocean_dark.d.ts +13 -13
- package/dist/js/ocean_dark.js +20 -20
- package/dist/js/ocean_light.d.ts +13 -13
- package/dist/js/ocean_light.js +20 -20
- package/dist/js/spark_dark.d.ts +13 -13
- package/dist/js/spark_dark.js +20 -20
- package/dist/js/spark_light.d.ts +13 -13
- package/dist/js/spark_light.js +20 -20
- package/dist/plugin/nova-plugin.js +1 -1
- package/package.json +1 -1
package/dist/js/mccs_light.js
CHANGED
|
@@ -41,19 +41,19 @@ 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 = "#
|
|
44
|
+
export const ColorInteractionLinkHighIconVisited = "#185963";
|
|
45
45
|
export const ColorInteractionLinkHighText = "#1f717d";
|
|
46
46
|
export const ColorInteractionLinkHighTextHover = "#185963";
|
|
47
47
|
export const ColorInteractionLinkHighTextInactive = "#617177";
|
|
48
|
-
export const ColorInteractionLinkHighTextVisited = "#
|
|
48
|
+
export const ColorInteractionLinkHighTextVisited = "#185963";
|
|
49
49
|
export const ColorInteractionLinkLowIcon = "#171f22";
|
|
50
|
-
export const ColorInteractionLinkLowIconHover = "#
|
|
50
|
+
export const ColorInteractionLinkLowIconHover = "#185963";
|
|
51
51
|
export const ColorInteractionLinkLowIconInactive = "#617177";
|
|
52
|
-
export const ColorInteractionLinkLowIconVisited = "#
|
|
52
|
+
export const ColorInteractionLinkLowIconVisited = "#185963";
|
|
53
53
|
export const ColorInteractionLinkLowText = "#171f22";
|
|
54
|
-
export const ColorInteractionLinkLowTextHover = "#
|
|
54
|
+
export const ColorInteractionLinkLowTextHover = "#185963";
|
|
55
55
|
export const ColorInteractionLinkLowTextInactive = "#617177";
|
|
56
|
-
export const ColorInteractionLinkLowTextVisited = "#
|
|
56
|
+
export const ColorInteractionLinkLowTextVisited = "#185963";
|
|
57
57
|
export const ColorInteractionLinkInvertedIcon = "#889499";
|
|
58
58
|
export const ColorInteractionLinkInvertedIconHover = "#1f717d";
|
|
59
59
|
export const ColorInteractionLinkInvertedIconInactive = "#617177";
|
|
@@ -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 = "#
|
|
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";
|
package/dist/js/ocean_dark.d.ts
CHANGED
|
@@ -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;
|
package/dist/js/ocean_dark.js
CHANGED
|
@@ -41,19 +41,19 @@ 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 = "#
|
|
44
|
+
export const ColorInteractionLinkHighIconVisited = "#4b9eaa";
|
|
45
45
|
export const ColorInteractionLinkHighText = "#258998";
|
|
46
46
|
export const ColorInteractionLinkHighTextHover = "#4b9eaa";
|
|
47
47
|
export const ColorInteractionLinkHighTextInactive = "#889499";
|
|
48
|
-
export const ColorInteractionLinkHighTextVisited = "#
|
|
48
|
+
export const ColorInteractionLinkHighTextVisited = "#4b9eaa";
|
|
49
49
|
export const ColorInteractionLinkLowIcon = "#f5f6f7";
|
|
50
|
-
export const ColorInteractionLinkLowIconHover = "#
|
|
50
|
+
export const ColorInteractionLinkLowIconHover = "#4b9eaa";
|
|
51
51
|
export const ColorInteractionLinkLowIconInactive = "#889499";
|
|
52
|
-
export const ColorInteractionLinkLowIconVisited = "#
|
|
52
|
+
export const ColorInteractionLinkLowIconVisited = "#4b9eaa";
|
|
53
53
|
export const ColorInteractionLinkLowText = "#f5f6f7";
|
|
54
|
-
export const ColorInteractionLinkLowTextHover = "#
|
|
54
|
+
export const ColorInteractionLinkLowTextHover = "#4b9eaa";
|
|
55
55
|
export const ColorInteractionLinkLowTextInactive = "#889499";
|
|
56
|
-
export const ColorInteractionLinkLowTextVisited = "#
|
|
56
|
+
export const ColorInteractionLinkLowTextVisited = "#4b9eaa";
|
|
57
57
|
export const ColorInteractionLinkInvertedIcon = "#27353b";
|
|
58
58
|
export const ColorInteractionLinkInvertedIconHover = "#1f717d";
|
|
59
59
|
export const ColorInteractionLinkInvertedIconInactive = "#3f555e";
|
|
@@ -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 = "#
|
|
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";
|
package/dist/js/ocean_light.d.ts
CHANGED
|
@@ -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;
|
package/dist/js/ocean_light.js
CHANGED
|
@@ -41,19 +41,19 @@ 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 = "#
|
|
44
|
+
export const ColorInteractionLinkHighIconVisited = "#185963";
|
|
45
45
|
export const ColorInteractionLinkHighText = "#1f717d";
|
|
46
46
|
export const ColorInteractionLinkHighTextHover = "#185963";
|
|
47
47
|
export const ColorInteractionLinkHighTextInactive = "#617177";
|
|
48
|
-
export const ColorInteractionLinkHighTextVisited = "#
|
|
48
|
+
export const ColorInteractionLinkHighTextVisited = "#185963";
|
|
49
49
|
export const ColorInteractionLinkLowIcon = "#171f22";
|
|
50
|
-
export const ColorInteractionLinkLowIconHover = "#
|
|
50
|
+
export const ColorInteractionLinkLowIconHover = "#185963";
|
|
51
51
|
export const ColorInteractionLinkLowIconInactive = "#617177";
|
|
52
|
-
export const ColorInteractionLinkLowIconVisited = "#
|
|
52
|
+
export const ColorInteractionLinkLowIconVisited = "#185963";
|
|
53
53
|
export const ColorInteractionLinkLowText = "#171f22";
|
|
54
|
-
export const ColorInteractionLinkLowTextHover = "#
|
|
54
|
+
export const ColorInteractionLinkLowTextHover = "#185963";
|
|
55
55
|
export const ColorInteractionLinkLowTextInactive = "#617177";
|
|
56
|
-
export const ColorInteractionLinkLowTextVisited = "#
|
|
56
|
+
export const ColorInteractionLinkLowTextVisited = "#185963";
|
|
57
57
|
export const ColorInteractionLinkInvertedIcon = "#889499";
|
|
58
58
|
export const ColorInteractionLinkInvertedIconHover = "#258998";
|
|
59
59
|
export const ColorInteractionLinkInvertedIconInactive = "#617177";
|
|
@@ -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 = "#
|
|
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";
|
package/dist/js/spark_dark.d.ts
CHANGED
|
@@ -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;
|
package/dist/js/spark_dark.js
CHANGED
|
@@ -41,19 +41,19 @@ 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 = "#
|
|
44
|
+
export const ColorInteractionLinkHighIconVisited = "#eb7247";
|
|
45
45
|
export const ColorInteractionLinkHighText = "#e75420";
|
|
46
46
|
export const ColorInteractionLinkHighTextHover = "#eb7247";
|
|
47
47
|
export const ColorInteractionLinkHighTextInactive = "#808080";
|
|
48
|
-
export const ColorInteractionLinkHighTextVisited = "#
|
|
48
|
+
export const ColorInteractionLinkHighTextVisited = "#eb7247";
|
|
49
49
|
export const ColorInteractionLinkLowIcon = "#f6f6f6";
|
|
50
|
-
export const ColorInteractionLinkLowIconHover = "#
|
|
50
|
+
export const ColorInteractionLinkLowIconHover = "#eb7247";
|
|
51
51
|
export const ColorInteractionLinkLowIconInactive = "#808080";
|
|
52
|
-
export const ColorInteractionLinkLowIconVisited = "#
|
|
52
|
+
export const ColorInteractionLinkLowIconVisited = "#eb7247";
|
|
53
53
|
export const ColorInteractionLinkLowText = "#f6f6f6";
|
|
54
|
-
export const ColorInteractionLinkLowTextHover = "#
|
|
54
|
+
export const ColorInteractionLinkLowTextHover = "#eb7247";
|
|
55
55
|
export const ColorInteractionLinkLowTextInactive = "#808080";
|
|
56
|
-
export const ColorInteractionLinkLowTextVisited = "#
|
|
56
|
+
export const ColorInteractionLinkLowTextVisited = "#eb7247";
|
|
57
57
|
export const ColorInteractionLinkInvertedIcon = "#414141";
|
|
58
58
|
export const ColorInteractionLinkInvertedIconHover = "#bf451a";
|
|
59
59
|
export const ColorInteractionLinkInvertedIconInactive = "#6d6d6d";
|
|
@@ -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 = "#
|
|
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";
|
package/dist/js/spark_light.d.ts
CHANGED
|
@@ -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;
|
package/dist/js/spark_light.js
CHANGED
|
@@ -41,19 +41,19 @@ export const ColorInteractionContainerNeutralTextHover = "#414141";
|
|
|
41
41
|
export const ColorInteractionLinkHighIcon = "#bf451a";
|
|
42
42
|
export const ColorInteractionLinkHighIconHover = "#963715";
|
|
43
43
|
export const ColorInteractionLinkHighIconInactive = "#6d6d6d";
|
|
44
|
-
export const ColorInteractionLinkHighIconVisited = "#
|
|
44
|
+
export const ColorInteractionLinkHighIconVisited = "#963715";
|
|
45
45
|
export const ColorInteractionLinkHighText = "#bf451a";
|
|
46
46
|
export const ColorInteractionLinkHighTextHover = "#963715";
|
|
47
47
|
export const ColorInteractionLinkHighTextInactive = "#6d6d6d";
|
|
48
|
-
export const ColorInteractionLinkHighTextVisited = "#
|
|
48
|
+
export const ColorInteractionLinkHighTextVisited = "#963715";
|
|
49
49
|
export const ColorInteractionLinkLowIcon = "#1d1d1d";
|
|
50
|
-
export const ColorInteractionLinkLowIconHover = "#
|
|
50
|
+
export const ColorInteractionLinkLowIconHover = "#963715";
|
|
51
51
|
export const ColorInteractionLinkLowIconInactive = "#6d6d6d";
|
|
52
|
-
export const ColorInteractionLinkLowIconVisited = "#
|
|
52
|
+
export const ColorInteractionLinkLowIconVisited = "#963715";
|
|
53
53
|
export const ColorInteractionLinkLowText = "#1d1d1d";
|
|
54
|
-
export const ColorInteractionLinkLowTextHover = "#
|
|
54
|
+
export const ColorInteractionLinkLowTextHover = "#963715";
|
|
55
55
|
export const ColorInteractionLinkLowTextInactive = "#6d6d6d";
|
|
56
|
-
export const ColorInteractionLinkLowTextVisited = "#
|
|
56
|
+
export const ColorInteractionLinkLowTextVisited = "#963715";
|
|
57
57
|
export const ColorInteractionLinkInvertedIcon = "#919191";
|
|
58
58
|
export const ColorInteractionLinkInvertedIconHover = "#e75420";
|
|
59
59
|
export const ColorInteractionLinkInvertedIconInactive = "#6d6d6d";
|
|
@@ -417,15 +417,6 @@ export const ComponentsAlertSuccessIcon = "#008207";
|
|
|
417
417
|
export const ComponentsAlertNeutralBackground = "#f6f6f6";
|
|
418
418
|
export const ComponentsAlertNeutralBorder = "#4f4f4f";
|
|
419
419
|
export const ComponentsAlertNeutralIcon = "#4f4f4f";
|
|
420
|
-
export const ComponentsDatagridHeaderBorder = "#bfbfbf";
|
|
421
|
-
export const ComponentsDatagridHeaderText = "#6d6d6d";
|
|
422
|
-
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
423
|
-
export const ComponentsDatagridBodyBorder = "#e3e3e3";
|
|
424
|
-
export const ComponentsDatagridBodyText = "#1d1d1d";
|
|
425
|
-
export const ComponentsDatagridBodySubtext = "#6d6d6d";
|
|
426
|
-
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
427
|
-
export const ComponentsDatagridBodyBackgroundActive = "#fceae3";
|
|
428
|
-
export const ComponentsDatagridBodyBackgroundHover = "#a5a5a5";
|
|
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 = "#484848";
|
|
459
450
|
export const ComponentsBreadcrumbText = "#6d6d6d";
|
|
460
451
|
export const ComponentsBreadcrumbTextActive = "#414141";
|
|
461
|
-
export const ComponentsBreadcrumbTextHover = "#
|
|
452
|
+
export const ComponentsBreadcrumbTextHover = "#963715";
|
|
453
|
+
export const ComponentsDatagridHeaderBorder = "#bfbfbf";
|
|
454
|
+
export const ComponentsDatagridHeaderText = "#6d6d6d";
|
|
455
|
+
export const ComponentsDatagridHeaderBackground = "#ffffff";
|
|
456
|
+
export const ComponentsDatagridBodyBorder = "#e3e3e3";
|
|
457
|
+
export const ComponentsDatagridBodyText = "#1d1d1d";
|
|
458
|
+
export const ComponentsDatagridBodySubtext = "#6d6d6d";
|
|
459
|
+
export const ComponentsDatagridBodyBackgroundDefault = "#ffffff";
|
|
460
|
+
export const ComponentsDatagridBodyBackgroundActive = "#fceae3";
|
|
461
|
+
export const ComponentsDatagridBodyBackgroundHover = "#a5a5a5";
|
|
462
462
|
export const ComponentsFieldTimeBackgroundDefault = "#ffffff";
|
|
463
463
|
export const ComponentsFieldTimeBackgroundHover = "#a5a5a5";
|
|
464
464
|
export const ComponentsFieldTimeBackgroundActive = "#fceae3";
|
|
@@ -468,6 +468,10 @@ export const ComponentsFieldTimeTextActive = "#bf451a";
|
|
|
468
468
|
export const ComponentsFieldTimeBorderActive = "#bf451a";
|
|
469
469
|
export const ComponentsCalendarBorder = "#e3e3e3";
|
|
470
470
|
export const ComponentsCalendarHeaderText = "#1d1d1d";
|
|
471
|
+
export const ComponentsCalendarWeeksBackground = "#f6f6f6";
|
|
472
|
+
export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
|
|
473
|
+
export const ComponentsCalendarWeeksText = "#1d1d1d";
|
|
474
|
+
export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
|
|
471
475
|
export const ComponentsCalendarCellBackground = "#ffffff";
|
|
472
476
|
export const ComponentsCalendarCellBackgroundSelected = "#bf451a";
|
|
473
477
|
export const ComponentsCalendarCellBackgroundInRange = "#fceae3";
|
|
@@ -482,10 +486,6 @@ export const ComponentsCalendarCellTextInRange = "#bf451a";
|
|
|
482
486
|
export const ComponentsCalendarCellTextHover = "#414141";
|
|
483
487
|
export const ComponentsCalendarCellTextOutsideMonth = "#a9a9a9";
|
|
484
488
|
export const ComponentsCalendarCellTextToday = "#1d1d1d";
|
|
485
|
-
export const ComponentsCalendarWeeksBackground = "#f6f6f6";
|
|
486
|
-
export const ComponentsCalendarWeeksBackgroundHover = "#ededed";
|
|
487
|
-
export const ComponentsCalendarWeeksText = "#1d1d1d";
|
|
488
|
-
export const ComponentsCalendarWeeksTextHover = "#1d1d1d";
|
|
489
489
|
export const ComponentsCalendarBackground = "#ffffff";
|
|
490
490
|
export const ComponentsMenuContextualBackground = "#ffffff";
|
|
491
491
|
export const ComponentsMenuContextualBorder = "#e3e3e3";
|
|
@@ -219,7 +219,7 @@ export const novaTailwindPlugin = plugin(({ addUtilities, addComponents, addBase
|
|
|
219
219
|
'.typo-text-md-regular': {
|
|
220
220
|
'font-size': 'var(--font-size-md)',
|
|
221
221
|
'font-weight': '400',
|
|
222
|
-
'line-height': 'var(--line-height-
|
|
222
|
+
'line-height': 'var(--line-height-base)',
|
|
223
223
|
},
|
|
224
224
|
'.typo-text-md-medium': {
|
|
225
225
|
'font-size': 'var(--font-size-md)',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
|
|
5
5
|
"author": "Elia Group",
|
|
6
6
|
"homepage": "https://nova.eliagroup.io",
|