@undp/carbon-library 1.0.263-CARBON-388.0 → 1.0.263-CARBON-328.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
@@ -26383,7 +26383,7 @@ var NdcDetailsComponent = function (props) {
26383
26383
  editable: true,
26384
26384
  width: "50%",
26385
26385
  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" })))); },
26386
+ React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add the National Plan Objective", className: "ant-input", type: "text" })))); },
26387
26387
  },
26388
26388
  {
26389
26389
  title: t("ndc:ndcColumnsKpi"),
@@ -26396,14 +26396,14 @@ var NdcDetailsComponent = function (props) {
26396
26396
  React.createElement("span", null, record.kpi))) : (React.createElement("input", { placeholder: "Enter Kpi", className: "ant-input", type: "text" })))); },
26397
26397
  },
26398
26398
  {
26399
- title: "Government Department",
26399
+ title: "Ministry",
26400
26400
  dataIndex: "ministry",
26401
26401
  key: "ministry",
26402
26402
  align: "left",
26403
26403
  editable: true,
26404
26404
  width: "40%",
26405
26405
  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" })))); },
26406
+ React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the Ministry name", className: "ant-input", type: "text" })))); },
26407
26407
  },
26408
26408
  ];
26409
26409
  var columns = defaultColumns.map(function (col) {