@undp/carbon-library 1.0.20 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,4 @@ export interface RoleIconProps {
5
5
  bg: string;
6
6
  color: string;
7
7
  }
8
- declare const RoleIcon: FC<RoleIconProps>;
9
- export default RoleIcon;
8
+ export declare const RoleIcon: FC<RoleIconProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
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": {