@undp/carbon-library 1.0.52 → 1.0.53

Sign up to get free protection for your applications and to get access to all the features.
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {