@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.
- package/dst/index.esm.js +3 -2
- package/dst/index.esm.js.map +1 -1
- package/dst/index.js +3 -2
- package/dst/index.js.map +1 -1
- package/dst/index.modern.js +3 -2
- package/dst/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dst/index.esm.js
CHANGED
|
@@ -1363,8 +1363,9 @@ var Header = function Header(_ref3) {
|
|
|
1363
1363
|
pointerEvents: 'all',
|
|
1364
1364
|
justifyContent: 'flex-end'
|
|
1365
1365
|
}
|
|
1366
|
-
}, /*#__PURE__*/React.createElement(
|
|
1366
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
1367
1367
|
sx: {
|
|
1368
|
+
display: [status ? 'none' : 'flex', 'flex', 'flex', 'flex'],
|
|
1368
1369
|
mr: '18px',
|
|
1369
1370
|
gap: '18px',
|
|
1370
1371
|
opacity: expanded ? 0 : 1,
|
|
@@ -1372,7 +1373,7 @@ var Header = function Header(_ref3) {
|
|
|
1372
1373
|
justifyContent: 'space-between',
|
|
1373
1374
|
alignItems: 'center'
|
|
1374
1375
|
}
|
|
1375
|
-
},
|
|
1376
|
+
}, menuItems), /*#__PURE__*/React.createElement(Menu, {
|
|
1376
1377
|
sx: {
|
|
1377
1378
|
flexShrink: 0,
|
|
1378
1379
|
mr: ['-2px']
|