@undp/carbon-library 1.0.97 → 1.0.99

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/dist/cjs/index.js CHANGED
@@ -184,6 +184,7 @@ var InvestmentColor = '#9155FD';
184
184
  exports.ProgrammeStageR = void 0;
185
185
  (function (ProgrammeStageR) {
186
186
  ProgrammeStageR["AwaitingAuthorization"] = "Pending";
187
+ ProgrammeStageR["Approved"] = "Approved";
187
188
  ProgrammeStageR["Authorised"] = "Authorised";
188
189
  ProgrammeStageR["Rejected"] = "Rejected";
189
190
  })(exports.ProgrammeStageR || (exports.ProgrammeStageR = {}));