@undp/carbon-library 1.0.263-CARBON-328.1 → 1.0.263-CARBON-267.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,7 +67,7 @@ export declare const getChartOptions: (labels: string[], colors: string[]) => {
67
67
  offsetX: number;
68
68
  offsetY: number;
69
69
  labels: {
70
- colors: string[];
70
+ colors: string;
71
71
  useSeriesColors: boolean;
72
72
  };
73
73
  markers: {
@@ -100,12 +100,11 @@
100
100
  "tlCertify": "Certified",
101
101
  "tlCertifyDesc": "The project was certified by {}",
102
102
  "tlRetire": "Credits Retired",
103
- "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} {}by {}",
103
+ "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} by {}",
104
104
  "tlFrozen": "Credits Frozen",
105
105
  "tlFrozenDesc": "{} {} credits were frozen due to the deactivation of {} by {}",
106
106
  "tlRetInit": "Retirement Initiated",
107
- "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} {}was initiated by {}",
108
- "t1RetInitOmgeDesc":"and {} ITMO credits as Overall Mitigation in Global Emissions ",
107
+ "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} was initiated by {}",
109
108
  "tlRetRejectTitle": "Retirement Not Recognised",
110
109
  "tlTxRetRejectDesc": "The request to transfer {} {} credits from {} to {} was not recognised by {}",
111
110
  "tlRetCancelTitle": "Retire request cancelled",
@@ -144,8 +143,5 @@
144
143
  "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number",
145
144
  "methodology": "Methodology",
146
145
  "verificationEl": "Verification",
147
- "monitoringEl": "Monitoring",
148
- "govInternationalAcc":"Government International Account",
149
- "omgeAcc":"OMGE Account",
150
- "omgeDesc":"Overall Mitigation in Global Emissins (OMGE)"
146
+ "monitoringEl": "Monitoring"
151
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.263-CARBON-328.1",
3
+ "version": "1.0.263-CARBON-267.1",
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": {