@undp/carbon-library 1.0.285-CARBON-412.3 → 1.0.285-CARBON-411.1
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 +73 -299
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Enums/instrument.enum.d.ts +0 -3
- package/dist/esm/index.js +73 -299
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Enums/instrument.enum.d.ts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/locales/i18n/programme/en.json +1 -9
- package/package.json +1 -1
- package/dist/cjs/types/Definitions/Enums/payback.enum.d.ts +0 -8
- package/dist/esm/types/Definitions/Enums/payback.enum.d.ts +0 -8
package/dist/index.d.ts
CHANGED
@@ -83,13 +83,5 @@
|
|
83
83
|
"addSupport": "Add Support",
|
84
84
|
"addSupportBtnText": "ADD SUPPORT",
|
85
85
|
"addSupportSub": "Add Support to a project in the Transparency System",
|
86
|
-
"programmeExistsWithAssessmentRegId": "Project already exist with the given environmental assessment registration number"
|
87
|
-
"period":"Period",
|
88
|
-
"payback":"Payback",
|
89
|
-
"loanPeriod":"Loan Period",
|
90
|
-
"startOfPayback":"Start of Payback",
|
91
|
-
"LumpSum":"LUMP SUM",
|
92
|
-
"Upfront":"UPFRONT",
|
93
|
-
"Annual":"ANNUAL"
|
94
|
-
|
86
|
+
"programmeExistsWithAssessmentRegId": "Project already exist with the given environmental assessment registration number"
|
95
87
|
}
|
package/package.json
CHANGED