@undp/carbon-library 1.0.82 → 1.0.84

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,5 +6,4 @@ export interface TimelineBodyProps {
6
6
  via?: string | null;
7
7
  t: any;
8
8
  }
9
- declare const TimelineBody: FC<TimelineBodyProps>;
10
- export default TimelineBody;
9
+ export declare const TimelineBody: FC<TimelineBodyProps>;
@@ -31,3 +31,4 @@ export * from "./Common/NdcActionBody/ndcActionBody";
31
31
  export * from "./Common/OrganisationStatus/organisationStatus";
32
32
  export * from "./Common/ProgrammeDocuments/programmeDocuments";
33
33
  export * from "./Common/UserRoleIcon/userRoleIcon";
34
+ export * from "./Common/TimelineBody/timelineBody";
@@ -105,11 +105,12 @@ export declare const addCommSep: (value: any) => string;
105
105
  export declare const addCommSepRound: (value: any) => string;
106
106
  export declare const addRoundNumber: (value: any) => number;
107
107
  export declare const addSpaces: (text: string) => string;
108
- export declare const getFinancialFields: (programme: ProgrammeR | ProgrammeU) => {
109
- programmeCost: string;
108
+ export declare const getFinancialFields: (programme: ProgrammeU) => {
109
+ estimatedProgrammeCostUSD: string;
110
+ creditEst: string;
110
111
  financingType: string;
111
112
  grantEquivalent: UnitField;
112
- carbonPrice: string;
113
+ carbonPriceUSDPerTon: string;
113
114
  };
114
115
  export declare const getCompanyBgColor: (item: string) => "rgba(185, 226, 244, 0.56)" | "rgba(254, 241, 173, 0.55)" | "rgba(128, 255, 0, 0.12)";
115
116
  export declare const getRetirementTypeString: (retirementType: string | null) => "-" | "CROSS BORDER TRANSFER" | "LEGAL ACTION" | "OTHER" | undefined;
@@ -8,5 +8,6 @@ export declare enum TxType {
8
8
  REVOKE = "6",
9
9
  FREEZE = "7",
10
10
  AUTH = "8",
11
- UNFREEZE = "9"
11
+ UNFREEZE = "9",
12
+ OWNERSHIP_UPDATE = "12"
12
13
  }
@@ -24,6 +24,7 @@ export * from "./Enums/sdgGoals.enum";
24
24
  export * from "./Enums/carbonSystemType.enum";
25
25
  export * from "./Enums/document.type";
26
26
  export * from "./Enums/document.status";
27
+ export * from "./Enums/company.state.enum";
27
28
  export * from "./Definitions/userLogin.definitions";
28
29
  export * from "./Definitions/userInformationContext.definitions";
29
30
  export * from "./Definitions/userForgotPassword.definitions";