@carbonplan/components 11.0.5-develop.1 → 11.0.5-develop.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 +4 -3
- package/dst/index.esm.js.map +1 -1
- package/dst/index.js +4 -3
- package/dst/index.js.map +1 -1
- package/dst/index.modern.js +4 -3
- package/dst/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dst/index.esm.js
CHANGED
|
@@ -1611,7 +1611,8 @@ var GitSha = function GitSha() {
|
|
|
1611
1611
|
var href = 'https://github.com/' + owner + '/' + slug + '/tree/' + sha;
|
|
1612
1612
|
return /*#__PURE__*/React.createElement(Box, {
|
|
1613
1613
|
sx: {
|
|
1614
|
-
display: 'inline-block'
|
|
1614
|
+
display: 'inline-block',
|
|
1615
|
+
width: '87px'
|
|
1615
1616
|
}
|
|
1616
1617
|
}, /*#__PURE__*/React.createElement(Separator, {
|
|
1617
1618
|
color: color
|
|
@@ -1633,7 +1634,8 @@ var GitSha = function GitSha() {
|
|
|
1633
1634
|
// fallback
|
|
1634
1635
|
return /*#__PURE__*/React.createElement(Box, {
|
|
1635
1636
|
sx: {
|
|
1636
|
-
display: 'inline-block'
|
|
1637
|
+
display: 'inline-block',
|
|
1638
|
+
width: '87px'
|
|
1637
1639
|
}
|
|
1638
1640
|
}, /*#__PURE__*/React.createElement(Separator, {
|
|
1639
1641
|
color: color
|
|
@@ -1722,7 +1724,6 @@ var Metadata = function Metadata(_ref2) {
|
|
|
1722
1724
|
position: 'fixed',
|
|
1723
1725
|
bottom: '42px',
|
|
1724
1726
|
right: '24px',
|
|
1725
|
-
width: '87px',
|
|
1726
1727
|
transformOrigin: 'right',
|
|
1727
1728
|
transform: 'rotate(90deg)',
|
|
1728
1729
|
display: ['none', 'none', 'initial']
|