@undp/carbon-library 1.0.39 → 1.0.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ export interface ChangePasswordProps {
8
8
  openModal: any;
9
9
  errorMsg: any;
10
10
  loadingBtn: boolean;
11
+ themeColor: string;
11
12
  }
12
13
  declare const ChangePasswordModel: FC<ChangePasswordProps>;
13
14
  export default ChangePasswordModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
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": {