@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.js
CHANGED
|
@@ -1617,7 +1617,8 @@ var GitSha = function GitSha() {
|
|
|
1617
1617
|
var href = 'https://github.com/' + owner + '/' + slug + '/tree/' + sha;
|
|
1618
1618
|
return /*#__PURE__*/React__default['default'].createElement(themeUi.Box, {
|
|
1619
1619
|
sx: {
|
|
1620
|
-
display: 'inline-block'
|
|
1620
|
+
display: 'inline-block',
|
|
1621
|
+
width: '87px'
|
|
1621
1622
|
}
|
|
1622
1623
|
}, /*#__PURE__*/React__default['default'].createElement(Separator, {
|
|
1623
1624
|
color: color
|
|
@@ -1639,7 +1640,8 @@ var GitSha = function GitSha() {
|
|
|
1639
1640
|
// fallback
|
|
1640
1641
|
return /*#__PURE__*/React__default['default'].createElement(themeUi.Box, {
|
|
1641
1642
|
sx: {
|
|
1642
|
-
display: 'inline-block'
|
|
1643
|
+
display: 'inline-block',
|
|
1644
|
+
width: '87px'
|
|
1643
1645
|
}
|
|
1644
1646
|
}, /*#__PURE__*/React__default['default'].createElement(Separator, {
|
|
1645
1647
|
color: color
|
|
@@ -1728,7 +1730,6 @@ var Metadata = function Metadata(_ref2) {
|
|
|
1728
1730
|
position: 'fixed',
|
|
1729
1731
|
bottom: '42px',
|
|
1730
1732
|
right: '24px',
|
|
1731
|
-
width: '87px',
|
|
1732
1733
|
transformOrigin: 'right',
|
|
1733
1734
|
transform: 'rotate(90deg)',
|
|
1734
1735
|
display: ['none', 'none', 'initial']
|