@carbonplan/components 11.0.5-develop.3 → 11.0.5-develop.4

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.
@@ -2025,7 +2025,7 @@ const Layout = ({
2025
2025
  return () => {
2026
2026
  query.onchange = null;
2027
2027
  };
2028
- }, [theme, settings == null ? void 0 : settings.value, settings == null ? void 0 : settings.onClick]);
2028
+ }, [theme == null ? void 0 : theme.breakpoints, settings == null ? void 0 : settings.value, settings == null ? void 0 : settings.onClick]);
2029
2029
  const menuItems = [/*#__PURE__*/React.createElement(Dimmer, {
2030
2030
  key: "dimmer",
2031
2031
  sx: {