@undp/carbon-library 1.0.52 → 1.0.53
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.
@@ -10,6 +10,8 @@ export declare const GovBGColor = "rgba(185, 226, 244, 0.56)";
|
|
10
10
|
export declare const GovColor = "#16B1FF";
|
11
11
|
export declare const DevBGColor = "rgba(254, 241, 173, 0.55)";
|
12
12
|
export declare const DevColor = "#FFA070";
|
13
|
+
export declare const MinBGColor = "rgba(198, 144, 251, 0.12)";
|
14
|
+
export declare const MinColor = "#9155fd";
|
13
15
|
export declare const CertBGColor = "rgba(128, 255, 0, 0.12)";
|
14
16
|
export declare const CertColor = "#519E4F";
|
15
17
|
export declare const TooltipColor = "#6ACDFF";
|