@undp/carbon-library 1.0.280-CARBON-412.41 → 1.0.280-CARBON-412.43

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.
@@ -1,8 +1,8 @@
1
1
  export declare enum GuaranteePayback {
2
2
  UPFORNT = "Upfront",
3
- ANNUAL = "Anual"
3
+ ANNUAL = "Annual"
4
4
  }
5
5
  export declare enum InsurancePayback {
6
- LUMPSUM = "LumpSum",
6
+ LUMPSUM = "Lump Sum",
7
7
  ANNUAL = "Annual"
8
8
  }
package/dist/esm/index.js CHANGED
@@ -15337,11 +15337,11 @@ var Loading = function () {
15337
15337
  var GuaranteePayback;
15338
15338
  (function (GuaranteePayback) {
15339
15339
  GuaranteePayback["UPFORNT"] = "Upfront";
15340
- GuaranteePayback["ANNUAL"] = "Anual";
15340
+ GuaranteePayback["ANNUAL"] = "Annual";
15341
15341
  })(GuaranteePayback || (GuaranteePayback = {}));
15342
15342
  var InsurancePayback;
15343
15343
  (function (InsurancePayback) {
15344
- InsurancePayback["LUMPSUM"] = "LumpSum";
15344
+ InsurancePayback["LUMPSUM"] = "Lump Sum";
15345
15345
  InsurancePayback["ANNUAL"] = "Annual";
15346
15346
  })(InsurancePayback || (InsurancePayback = {}));
15347
15347