@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.modern.js
CHANGED
|
@@ -1327,8 +1327,9 @@ const Header = ({
|
|
|
1327
1327
|
pointerEvents: 'all',
|
|
1328
1328
|
justifyContent: 'flex-end'
|
|
1329
1329
|
}
|
|
1330
|
-
}, /*#__PURE__*/React.createElement(
|
|
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
|
-
},
|
|
1340
|
+
}, menuItems), /*#__PURE__*/React.createElement(Menu, {
|
|
1340
1341
|
sx: {
|
|
1341
1342
|
flexShrink: 0,
|
|
1342
1343
|
mr: ['-2px']
|