@undp/carbon-library 1.0.263-CARBON-388.0 → 1.0.263-CARBON-390.0

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 CHANGED
@@ -17758,6 +17758,7 @@ var EnablementTypes;
17758
17758
  EnablementTypes["CapacityBuilding"] = "Capacity Building";
17759
17759
  EnablementTypes["TechnologyTransfer"] = "Technology Transfer";
17760
17760
  EnablementTypes["Financial"] = "Financial";
17761
+ EnablementTypes["EnhancedTransparency"] = "Enhanced Transparency";
17761
17762
  })(EnablementTypes || (EnablementTypes = {}));
17762
17763
  var enablementTypesAndValues = [
17763
17764
  { type: EnablementTypes.CapacityBuilding.valueOf(), col: 4 },
@@ -26383,7 +26384,7 @@ var NdcDetailsComponent = function (props) {
26383
26384
  editable: true,
26384
26385
  width: "50%",
26385
26386
  render: function (_, record) { return (React.createElement(React.Fragment, null, record.nationalPlanObj ? (React.createElement(antd.Space, { size: "middle" },
26386
- React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add Programmes", className: "ant-input", type: "text" })))); },
26387
+ React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add the National Plan Objective", className: "ant-input", type: "text" })))); },
26387
26388
  },
26388
26389
  {
26389
26390
  title: t("ndc:ndcColumnsKpi"),
@@ -26396,14 +26397,14 @@ var NdcDetailsComponent = function (props) {
26396
26397
  React.createElement("span", null, record.kpi))) : (React.createElement("input", { placeholder: "Enter Kpi", className: "ant-input", type: "text" })))); },
26397
26398
  },
26398
26399
  {
26399
- title: "Government Department",
26400
+ title: "Ministry",
26400
26401
  dataIndex: "ministry",
26401
26402
  key: "ministry",
26402
26403
  align: "left",
26403
26404
  editable: true,
26404
26405
  width: "40%",
26405
26406
  render: function (_, record) { return (React.createElement(React.Fragment, null, record.nationalPlanObj ? (React.createElement(antd.Space, { size: "middle" },
26406
- React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the Government Department", className: "ant-input", type: "text" })))); },
26407
+ React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the Ministry name", className: "ant-input", type: "text" })))); },
26407
26408
  },
26408
26409
  ];
26409
26410
  var columns = defaultColumns.map(function (col) {