@undp/carbon-library 1.0.75 → 1.0.76

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/esm/index.js CHANGED
@@ -13519,7 +13519,8 @@ var sectoralScopes = {
13519
13519
  };
13520
13520
  var ProgrammeCreationComponent = function (props) {
13521
13521
  var _a, _b;
13522
- var useUserContext = props.useUserContext, useConnection = props.useConnection, useLocation = props.useLocation, onNavigateToProgrammeView = props.onNavigateToProgrammeView, t = props.t;
13522
+ var useUserContext = props.useUserContext, useConnection = props.useConnection, useLocation = props.useLocation, onNavigateToProgrammeView = props.onNavigateToProgrammeView, translator = props.translator;
13523
+ var t = translator.t;
13523
13524
  var state = useLocation().state;
13524
13525
  var formOne = Form.useForm()[0];
13525
13526
  var formTwo = Form.useForm()[0];