@undp/carbon-library 1.0.18 → 1.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,5 +6,4 @@ export interface ProfileIconProps {
6
6
  name: string;
7
7
  }
8
8
  export declare const isBase64: (str: string) => boolean;
9
- declare const ProfileIcon: FC<ProfileIconProps>;
10
- export default ProfileIcon;
9
+ export declare const ProfileIcon: FC<ProfileIconProps>;
@@ -11,3 +11,4 @@ export * from "./Common/LegendItem/legendItem";
11
11
  export * from "./Common/Maps/mapComponent";
12
12
  export * from "./Common/Maps/mapboxComponent";
13
13
  export * from "./Common/StasticCard/stasticCard";
14
+ export * from "./Common/ProfileIcon/profile.icon";
package/dist/index.d.ts CHANGED
@@ -73,6 +73,14 @@ interface StasticCardItemProps {
73
73
  }
74
74
  declare const StasticCard: FC<StasticCardItemProps>;
75
75
 
76
+ interface ProfileIconProps {
77
+ icon: any;
78
+ bg: string;
79
+ name: string;
80
+ }
81
+ declare const isBase64: (str: string) => boolean;
82
+ declare const ProfileIcon: FC<ProfileIconProps>;
83
+
76
84
  declare enum CompanyManagementColumns {
77
85
  logo = 0,
78
86
  name = 1,
@@ -381,4 +389,4 @@ declare class User implements BaseEntity {
381
389
  companyState?: number;
382
390
  }
383
391
 
384
- export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, HeaderProps, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, Programme, ProgrammeDeveloperCreation, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammeStage, ProgrammeTransfer, ProgrammeViewComponent, Response, RetireType, Role, SectoralScope, StasticCard, StasticCardItemProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTransferEnumVal, getTransferStageTagType, sumArray, userForgotPasswordProps };
392
+ export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, HeaderProps, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, ProfileIcon, ProfileIconProps, Programme, ProgrammeDeveloperCreation, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammeStage, ProgrammeTransfer, ProgrammeViewComponent, Response, RetireType, Role, SectoralScope, StasticCard, StasticCardItemProps, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTransferEnumVal, getTransferStageTagType, isBase64, sumArray, userForgotPasswordProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
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": {