buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
The United Kingdom’s manufacturing sector showed signs of slowing in June, as the S&P Global Manufacturing PMI edged down to 52.5 from a previous reading of 53.9. Both the earlier and the latest figures are for June 2026, with the updated data released on 1 July 2026.
Despite the decline, the index remains above the 50-point threshold that separates expansion from contraction, indicating that UK manufacturing continues to grow, albeit at a more moderate pace. The easing from 53.9 to 52.5 suggests that while demand and production are still advancing, the intensity of the sector’s post-weakness rebound may be losing some steam.
Market participants and policymakers are likely to watch forthcoming data closely to gauge whether this slowdown is temporary or the start of a more sustained moderation in manufacturing activity, with potential implications for broader UK economic growth in the second half of 2026.
