@undp/carbon-library 1.0.68 → 1.0.69

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,4 @@
1
1
  export declare enum ProgrammeStageUnified {
2
- New = "New",
3
2
  AwaitingAuthorization = "Pending",
4
3
  Authorised = "Authorised",
5
4
  Approved = "Approved",
package/dist/esm/index.js CHANGED
@@ -5345,7 +5345,6 @@ styleInject(css_248z$g);
5345
5345
 
5346
5346
  var ProgrammeStageUnified;
5347
5347
  (function (ProgrammeStageUnified) {
5348
- ProgrammeStageUnified["New"] = "New";
5349
5348
  ProgrammeStageUnified["AwaitingAuthorization"] = "Pending";
5350
5349
  ProgrammeStageUnified["Authorised"] = "Authorised";
5351
5350
  ProgrammeStageUnified["Approved"] = "Approved";