@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.
- package/dst/index.esm.js +1 -1
- package/dst/index.esm.js.map +1 -1
- package/dst/index.js +1 -1
- package/dst/index.js.map +1 -1
- package/dst/index.modern.js +1 -1
- package/dst/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dst/index.modern.js
CHANGED
|
@@ -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: {
|