@carbonplan/components 11.1.2 → 11.1.3
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 +2 -1
- package/dst/index.esm.js.map +1 -1
- package/dst/index.js +2 -1
- package/dst/index.js.map +1 -1
- package/dst/index.modern.js +2 -1
- package/dst/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dst/index.esm.js
CHANGED
|
@@ -1372,8 +1372,9 @@ var Header = function Header(_ref3) {
|
|
|
1372
1372
|
justifyContent: 'space-between',
|
|
1373
1373
|
alignItems: 'center'
|
|
1374
1374
|
}
|
|
1375
|
-
}, menuItems), /*#__PURE__*/React.createElement(Menu, {
|
|
1375
|
+
}, status ? null : menuItems), /*#__PURE__*/React.createElement(Menu, {
|
|
1376
1376
|
sx: {
|
|
1377
|
+
flexShrink: 0,
|
|
1377
1378
|
mr: ['-2px']
|
|
1378
1379
|
},
|
|
1379
1380
|
value: expanded,
|