@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.esm.js
CHANGED
|
@@ -2072,7 +2072,7 @@ var Layout = function Layout(_ref) {
|
|
|
2072
2072
|
return function () {
|
|
2073
2073
|
query.onchange = null;
|
|
2074
2074
|
};
|
|
2075
|
-
}, [theme, settings == null ? void 0 : settings.value, settings == null ? void 0 : settings.onClick]);
|
|
2075
|
+
}, [theme == null ? void 0 : theme.breakpoints, settings == null ? void 0 : settings.value, settings == null ? void 0 : settings.onClick]);
|
|
2076
2076
|
var menuItems = [/*#__PURE__*/React.createElement(Dimmer, {
|
|
2077
2077
|
key: "dimmer",
|
|
2078
2078
|
sx: {
|