@nnc-digital/nnc-design-system 0.4.31 → 0.4.32

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/build/index.js CHANGED
@@ -4418,7 +4418,7 @@ var BinCollection = function (_a) {
4418
4418
  var selectedUPRN = e.target.value;
4419
4419
  if (selectedUPRN) {
4420
4420
  var startDate_1 = getFormattedDate();
4421
- var endDate_1 = getFormattedDate(28);
4421
+ var endDate_1 = getFormattedDate(42);
4422
4422
  // Fetch calendar events for the selected UPRN
4423
4423
  axios__default["default"].get("".concat(CalendarEventsApiUrl).concat(selectedUPRN, "/").concat(startDate_1, "/").concat(endDate_1))
4424
4424
  .then(function (response) {