@carbonplan/components 11.1.1 → 11.1.2
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 -0
- package/dst/index.esm.js.map +1 -1
- package/dst/index.js +2 -0
- package/dst/index.js.map +1 -1
- package/dst/index.modern.js +2 -0
- package/dst/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dst/index.modern.js
CHANGED
|
@@ -1273,6 +1273,7 @@ const Header = ({
|
|
|
1273
1273
|
width: [2]
|
|
1274
1274
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
1275
1275
|
sx: {
|
|
1276
|
+
pointerEvents: 'all',
|
|
1276
1277
|
display: 'block',
|
|
1277
1278
|
width: 'fit-content'
|
|
1278
1279
|
}
|
|
@@ -1323,6 +1324,7 @@ const Header = ({
|
|
|
1323
1324
|
}
|
|
1324
1325
|
}, /*#__PURE__*/React.createElement(Flex, {
|
|
1325
1326
|
sx: {
|
|
1327
|
+
pointerEvents: 'all',
|
|
1326
1328
|
justifyContent: 'flex-end'
|
|
1327
1329
|
}
|
|
1328
1330
|
}, /*#__PURE__*/React.createElement(Flex, {
|