@undp/carbon-library 1.0.164 → 1.0.165

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,7 +1,7 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
3
  TechnologyTransfer = "Technology Transfer",
4
- Financial = "FInancial"
4
+ Financial = "Financial"
5
5
  }
6
6
  export declare const enablementTypesAndValues: {
7
7
  type: string;
package/dist/esm/index.js CHANGED
@@ -16350,10 +16350,8 @@ styleInject(css_248z$g);
16350
16350
  var EnablementTypes;
16351
16351
  (function (EnablementTypes) {
16352
16352
  EnablementTypes["CapacityBuilding"] = "Capacity Building";
16353
- // // InstitutionalArrangement = 'Institutional Arrangement',
16354
- // StakeholderFramework = 'Stakeholder Framework',
16355
16353
  EnablementTypes["TechnologyTransfer"] = "Technology Transfer";
16356
- EnablementTypes["Financial"] = "FInancial";
16354
+ EnablementTypes["Financial"] = "Financial";
16357
16355
  })(EnablementTypes || (EnablementTypes = {}));
16358
16356
  var enablementTypesAndValues = [
16359
16357
  { type: EnablementTypes.CapacityBuilding.valueOf(), col: 4 },
@@ -16362,7 +16360,6 @@ var enablementTypesAndValues = [
16362
16360
  col: 5,
16363
16361
  },
16364
16362
  { type: EnablementTypes.Financial.valueOf(), col: 4 },
16365
- // { type: EnablementTypes.TechnologyTransfer.valueOf(), col: 4 },
16366
16363
  ];
16367
16364
 
16368
16365
  var NdcActionDetails = function (props) {