@undp/carbon-library 1.0.64 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +2956 -38
 - package/dist/cjs/index.js.map +1 -1
 - package/dist/cjs/types/Components/index.d.ts +1 -0
 - package/dist/esm/index.js +2960 -43
 - package/dist/esm/index.js.map +1 -1
 - package/dist/esm/types/Components/index.d.ts +1 -0
 - package/dist/index.d.ts +3 -1
 - package/package.json +1 -1
 
| 
         @@ -9,6 +9,7 @@ export * from "./User/UserManagement/userManagementComponent"; 
     | 
|
| 
       9 
9 
     | 
    
         
             
            export * from "./Investment/AddNewInvestment/investmentCreationComponent";
         
     | 
| 
       10 
10 
     | 
    
         
             
            export * from "./Investment/InvestmentManagement/investmentManagementComponent";
         
     | 
| 
       11 
11 
     | 
    
         
             
            export * from "./NdcActions/NdcActionManagement/ndcActionManagementComponent";
         
     | 
| 
      
 12 
     | 
    
         
            +
            export * from "./NdcActions/AddNdcAction/addNdcActionComponent";
         
     | 
| 
       12 
13 
     | 
    
         
             
            export * from "./Common/Loading/loading";
         
     | 
| 
       13 
14 
     | 
    
         
             
            export * from "./Common/LegendItem/legendItem";
         
     | 
| 
       14 
15 
     | 
    
         
             
            export * from "./Common/Maps/mapComponent";
         
     | 
    
        package/dist/index.d.ts
    CHANGED
    
    | 
         @@ -25,6 +25,8 @@ declare const InvestmentManagementComponent: (props: any) => React.JSX.Element; 
     | 
|
| 
       25 
25 
     | 
    
         | 
| 
       26 
26 
     | 
    
         
             
            declare const NdcActionManagementComponent: (props: any) => React.JSX.Element;
         
     | 
| 
       27 
27 
     | 
    
         | 
| 
      
 28 
     | 
    
         
            +
            declare const AddNdcActionComponent: (props: any) => React.JSX.Element;
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
       28 
30 
     | 
    
         
             
            declare const Loading: () => React.JSX.Element;
         
     | 
| 
       29 
31 
     | 
    
         | 
| 
       30 
32 
     | 
    
         
             
            interface LegendItemItemProps {
         
     | 
| 
         @@ -696,4 +698,4 @@ declare class ProgrammeEntity implements BaseEntity { 
     | 
|
| 
       696 
698 
     | 
    
         
             
                companyId?: number[];
         
     | 
| 
       697 
699 
     | 
    
         
             
            }
         
     | 
| 
       698 
700 
     | 
    
         | 
| 
       699 
     | 
    
         
            -
            export { AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, ESGType, EnergyGenerationUnits, FormElementType, HeaderProps, Instrument, InvestmentCreationComponent, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MitigationTypes, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, ProfileIcon, ProfileIconProps, Programme, ProgrammeDeveloperCreation, ProgrammeEntity, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesT, ProgrammeStage, ProgrammeStageMRV, ProgrammeT, ProgrammeTransfer, ProgrammeViewComponent, RadioButtonStatus, RadioButtonStatus2, Response, RetireType, Role, RoleIcon, RoleIconProps, SdgGoals, Sector, SectoralScope, StasticCard, StasticCardItemProps, Titles, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, consumerGroupList, energyGenerationUnitList, getBase64, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getInvestmentStatusEnumVal, getNdcActionStatusEnumVal, getNdcStatusTagType, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getStatusTagType, getTransferStageTagType, isBase64, landAreaUnitList, mitigationTypeList, ndcActionTypeList, sectorMitigationTypesListMapped, sumArray, titleList, userForgotPasswordProps };
         
     | 
| 
      
 701 
     | 
    
         
            +
            export { AddNdcActionComponent, AddNewCompanyComponent, AddNewUserComponent, BaseEntity, Company, CompanyManagementColumns, CompanyManagementComponent, CompanyProfileComponent, CompanyRole, ConfigurationSettingsType, ConnectionContextProviderProps, ConnectionProps, CountrySelect, CreditTransferStage, ESGType, EnergyGenerationUnits, FormElementType, HeaderProps, Instrument, InvestmentCreationComponent, InvestmentLevel, InvestmentManagementComponent, InvestmentStatus, InvestmentStream, InvestmentType, LandAreaUnits, LayoutSiderProps, LegendItem, LegendItemItemProps, Loading, LoginProps, MapComponent, MapComponentProps, MapPopupData, MapSourceData, MapTypes, MapboxComponent, MarkerData, Methods, MitigationTypes, NdcActionManagementComponent, NdcActionStatus, NdcActionTypes, ProfileIcon, ProfileIconProps, Programme, ProgrammeDeveloperCreation, ProgrammeEntity, ProgrammeManagementColumns, ProgrammeManagementComponent, ProgrammeProperties, ProgrammePropertiesT, ProgrammeStage, ProgrammeStageMRV, ProgrammeT, ProgrammeTransfer, ProgrammeViewComponent, RadioButtonStatus, RadioButtonStatus2, Response, RetireType, Role, RoleIcon, RoleIconProps, SdgGoals, Sector, SectoralScope, StasticCard, StasticCardItemProps, Titles, TxType, TypeOfMitigation, UnitField, User, UserContextProps, UserCreationProps, UserManagementColumns, UserManagementComponent, UserProfileComponent, UserProps, addCommSep, addCommSepRound, addRoundNumber, addSpaces, consumerGroupList, energyGenerationUnitList, getBase64, getCompanyBgColor, getCreditStageVal, getFinancialFields, getGeneralFields, getInvestmentStatusEnumVal, getNdcActionStatusEnumVal, getNdcStatusTagType, getRetirementTypeString, getStageEnumVal, getStageTagType, getStageTagTypeMRV, getStageTransferEnumVal, getStatusTagType, getTransferStageTagType, isBase64, landAreaUnitList, mitigationTypeList, ndcActionTypeList, sectorMitigationTypesListMapped, sumArray, titleList, userForgotPasswordProps };
         
     |