@undp/carbon-library 1.0.98 → 1.0.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  export declare enum ProgrammeStageR {
2
2
  AwaitingAuthorization = "Pending",
3
+ Approved = "Approved",
3
4
  Authorised = "Authorised",
4
5
  Rejected = "Rejected"
5
6
  }
package/dist/esm/index.js CHANGED
@@ -164,6 +164,7 @@ var InvestmentColor = '#9155FD';
164
164
  var ProgrammeStageR;
165
165
  (function (ProgrammeStageR) {
166
166
  ProgrammeStageR["AwaitingAuthorization"] = "Pending";
167
+ ProgrammeStageR["Approved"] = "Approved";
167
168
  ProgrammeStageR["Authorised"] = "Authorised";
168
169
  ProgrammeStageR["Rejected"] = "Rejected";
169
170
  })(ProgrammeStageR || (ProgrammeStageR = {}));