@carbonplan/components 11.1.3 → 11.1.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.
@@ -1327,8 +1327,9 @@ const Header = ({
1327
1327
  pointerEvents: 'all',
1328
1328
  justifyContent: 'flex-end'
1329
1329
  }
1330
- }, /*#__PURE__*/React.createElement(Flex, {
1330
+ }, /*#__PURE__*/React.createElement(Box, {
1331
1331
  sx: {
1332
+ display: [status ? 'none' : 'flex', 'flex', 'flex', 'flex'],
1332
1333
  mr: '18px',
1333
1334
  gap: '18px',
1334
1335
  opacity: expanded ? 0 : 1,
@@ -1336,7 +1337,7 @@ const Header = ({
1336
1337
  justifyContent: 'space-between',
1337
1338
  alignItems: 'center'
1338
1339
  }
1339
- }, status ? null : menuItems), /*#__PURE__*/React.createElement(Menu, {
1340
+ }, menuItems), /*#__PURE__*/React.createElement(Menu, {
1340
1341
  sx: {
1341
1342
  flexShrink: 0,
1342
1343
  mr: ['-2px']