@undp/carbon-library 1.0.66 → 1.0.68

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.
@@ -8,6 +8,7 @@ export interface CoBenefitProps {
8
8
  viewOnly?: boolean;
9
9
  coBenifitsViewDetails?: any;
10
10
  loading?: any;
11
+ sdgGoalImages: any;
11
12
  t: any;
12
13
  }
13
14
  declare const CoBenifitsComponent: (props: CoBenefitProps) => React.JSX.Element;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import './programmeCreationComponent.scss';
1
+ import React from "react";
2
+ import "./programmeCreationComponent.scss";
3
3
  export declare const ProgrammeCreationComponent: (props: any) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ export declare enum CarbonSystemType {
2
+ REGISTRY = 0,
3
+ MRV = 1,
4
+ UNIFIED = 2
5
+ }
@@ -0,0 +1,7 @@
1
+ export declare enum ProgrammeStageUnified {
2
+ New = "New",
3
+ AwaitingAuthorization = "Pending",
4
+ Authorised = "Authorised",
5
+ Approved = "Approved",
6
+ Rejected = "Rejected"
7
+ }
@@ -22,6 +22,7 @@ export * from "./Enums/consumerGroups.enum";
22
22
  export * from "./Enums/sector.enum";
23
23
  export * from "./Enums/commonEnums";
24
24
  export * from "./Enums/sdgGoals.enum";
25
+ export * from "./Enums/carbonSystemType.enum";
25
26
  export * from "./Definitions/userLogin.definitions";
26
27
  export * from "./Definitions/userInformationContext.definitions";
27
28
  export * from "./Definitions/userForgotPassword.definitions";