@undp/carbon-library 1.0.292-CARBON-366.0 → 1.0.292-CARBON-369.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,5 @@ export interface StasticCardItemProps {
7
7
  icon: any;
8
8
  loading: boolean;
9
9
  companyRole: any;
10
- tooltip: any;
11
- t: any;
12
10
  }
13
11
  export declare const StasticCard: FC<StasticCardItemProps>;
package/dist/index.d.ts CHANGED
@@ -93,8 +93,6 @@ interface StasticCardItemProps {
93
93
  icon: any;
94
94
  loading: boolean;
95
95
  companyRole: any;
96
- tooltip: any;
97
- t: any;
98
96
  }
99
97
  declare const StasticCard: FC<StasticCardItemProps>;
100
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.292-CARBON-366.0",
3
+ "version": "1.0.292-CARBON-369.0",
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": {