@carbonplan/components 11.0.5-develop.0 → 11.0.5-develop.1
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
|
@@ -1681,8 +1681,9 @@ const Metadata = ({
|
|
|
1681
1681
|
sx: {
|
|
1682
1682
|
userSelect: 'none',
|
|
1683
1683
|
position: 'fixed',
|
|
1684
|
-
bottom:
|
|
1685
|
-
right:
|
|
1684
|
+
bottom: '42px',
|
|
1685
|
+
right: '24px',
|
|
1686
|
+
width: '87px',
|
|
1686
1687
|
transformOrigin: 'right',
|
|
1687
1688
|
transform: 'rotate(90deg)',
|
|
1688
1689
|
display: ['none', 'none', 'initial']
|