@undp/carbon-library 1.0.293-CARBON-Sprint-54.6 → 1.0.293-CARBON-367.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,5 +7,7 @@ export interface StasticCardItemProps {
7
7
  icon: any;
8
8
  loading: boolean;
9
9
  companyRole: any;
10
+ tooltip: any;
11
+ t: any;
10
12
  }
11
13
  export declare const StasticCard: FC<StasticCardItemProps>;
@@ -7,7 +7,7 @@ import { CarbonSystemType } from "../Enums/carbonSystemType.enum";
7
7
  export declare const getStageEnumVal: (value: string) => string;
8
8
  export declare const getCreditStageVal: (value: string) => string;
9
9
  export declare const getStageTransferEnumVal: (value: string, transfer: ProgrammeTransfer) => string;
10
- export declare const getStageTagType: (stage: ProgrammeStageR | ProgrammeStageUnified) => "error" | "processing" | "default";
10
+ export declare const getStageTagType: (stage: ProgrammeStageR | ProgrammeStageUnified) => "purple" | "error" | "processing" | "default";
11
11
  export declare const getStageTagTypeMRV: (stage: ProgrammeStageMRV) => "purple" | "error" | "processing" | "default";
12
12
  export declare const getTransferStageTagType: (stage: CreditTransferStage, transfer: ProgrammeTransfer) => "orange" | "purple" | "error" | "processing" | "default" | "success";
13
13
  export declare class UnitField {
package/dist/index.d.ts CHANGED
@@ -93,6 +93,8 @@ interface StasticCardItemProps {
93
93
  icon: any;
94
94
  loading: boolean;
95
95
  companyRole: any;
96
+ tooltip: any;
97
+ t: any;
96
98
  }
97
99
  declare const StasticCard: FC<StasticCardItemProps>;
98
100
 
@@ -234,7 +236,7 @@ declare enum CarbonSystemType {
234
236
  declare const getStageEnumVal: (value: string) => string;
235
237
  declare const getCreditStageVal: (value: string) => string;
236
238
  declare const getStageTransferEnumVal: (value: string, transfer: ProgrammeTransfer) => string;
237
- declare const getStageTagType: (stage: ProgrammeStageR | ProgrammeStageUnified) => "error" | "processing" | "default";
239
+ declare const getStageTagType: (stage: ProgrammeStageR | ProgrammeStageUnified) => "purple" | "error" | "processing" | "default";
238
240
  declare const getStageTagTypeMRV: (stage: ProgrammeStageMRV) => "purple" | "error" | "processing" | "default";
239
241
  declare const getTransferStageTagType: (stage: CreditTransferStage, transfer: ProgrammeTransfer) => "orange" | "purple" | "error" | "processing" | "default" | "success";
240
242
  declare class UnitField {
@@ -11,10 +11,10 @@
11
11
  "deauthorisedStatus": "Deactivated",
12
12
  "pendingStatus": "Pending",
13
13
  "rejectedStatus": "Rejected",
14
- "deauthorisationSuccess": "Company deactivated successfully!",
14
+ "deauthorisationSuccess": "The organisation has been deactivated successfully",
15
15
  "reActivateConfirmHeaderText": "Are you sure you want to reactivate this organisation?",
16
16
  "reActivateConfirmText": "Note: all users associated with the organisation will also be reactivated.",
17
- "reactivationSuccess": "Company reactivated successfully!",
17
+ "reactivationSuccess": "The organisation has been reactivated successfully",
18
18
  "approveConfirmHeaderText": "Are you sure you want to authorise this organisation?",
19
19
  "approveConfirmText": "You can't undo this action",
20
20
  "approvedSuccessfully": "The Organisation was approved successfully",
@@ -15,8 +15,7 @@
15
15
  "noTransfer": "No Transfers Available",
16
16
  "cancelTitle": "Are you sure you want to cancel this request?",
17
17
  "rejectTitle": "Are you sure you want to reject this request?",
18
- "acceptFinancingTitle": "Accept Financing Request",
19
- "acceptCreditTransferTitle": "Accept Transfer Request",
18
+ "acceptTitle": "Accept Financing Request",
20
19
  "proceed": "Proceed",
21
20
  "cancel": "Cancel",
22
21
  "reject": "Reject",
@@ -59,14 +59,14 @@
59
59
  "successRevoke": "The project has been revoked successfully",
60
60
  "successRevokeCertifcate": "The certificate has been revoked successfully",
61
61
  "successRetireInit": "The international transfer retire request has been sent successfully",
62
- "successIssue": "The project has been issued successfully",
62
+ "successIssue": "The credits have been issued successfully",
63
63
  "successRequest": "The transfer request has been sent successfully ",
64
64
  "sendCreditTitle": "Send Credits",
65
65
  "to": "To",
66
66
  "from": "From",
67
67
  "send": "Send",
68
- "successSend": "Credit send successful",
69
- "successSendInit": "Credit send initiated successful",
68
+ "successSend": "The credits have been sent successfully ",
69
+ "successSendInit": "The transfer request has been sent successfully ",
70
70
  "searchCompany": "Search company by name",
71
71
  "serialNoField": "Serial Number",
72
72
  "transferApproveTotal": "Credit Amount",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.293-CARBON-Sprint-54.6",
3
+ "version": "1.0.293-CARBON-367.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": {