@undp/carbon-library 1.0.66 → 1.0.67

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
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": {