@undp/carbon-library 1.0.73 → 1.0.75

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ export interface CoBenefitProps {
9
9
  coBenifitsViewDetails?: any;
10
10
  loading?: any;
11
11
  sdgGoalImages?: any;
12
- t?: any;
12
+ translator?: any;
13
13
  useConnection?: any;
14
14
  }
15
15
  declare const CoBenifitsComponent: (props: CoBenefitProps) => React.JSX.Element;
@@ -12,7 +12,7 @@ export interface InvestmentActionModelProps {
12
12
  openModal: boolean;
13
13
  type: string;
14
14
  remarkRequired: boolean;
15
- t: any;
15
+ translator: any;
16
16
  }
17
17
  declare const InvestmentActionModel: FC<InvestmentActionModelProps>;
18
18
  export default InvestmentActionModel;
@@ -5,7 +5,7 @@ export interface NdcActionDetailsProps {
5
5
  isBackBtnVisible: boolean;
6
6
  onFormSubmit: any;
7
7
  ndcActionDetails: any;
8
- t: any;
8
+ translator: any;
9
9
  programmeDetails?: any;
10
10
  onClickedBackBtn?: any;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.73",
3
+ "version": "1.0.75",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {