@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.js
CHANGED
|
@@ -1726,8 +1726,9 @@ var Metadata = function Metadata(_ref2) {
|
|
|
1726
1726
|
sx: {
|
|
1727
1727
|
userSelect: 'none',
|
|
1728
1728
|
position: 'fixed',
|
|
1729
|
-
bottom:
|
|
1730
|
-
right:
|
|
1729
|
+
bottom: '42px',
|
|
1730
|
+
right: '24px',
|
|
1731
|
+
width: '87px',
|
|
1731
1732
|
transformOrigin: 'right',
|
|
1732
1733
|
transform: 'rotate(90deg)',
|
|
1733
1734
|
display: ['none', 'none', 'initial']
|