@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.esm.js
CHANGED
|
@@ -1720,8 +1720,9 @@ var Metadata = function Metadata(_ref2) {
|
|
|
1720
1720
|
sx: {
|
|
1721
1721
|
userSelect: 'none',
|
|
1722
1722
|
position: 'fixed',
|
|
1723
|
-
bottom:
|
|
1724
|
-
right:
|
|
1723
|
+
bottom: '42px',
|
|
1724
|
+
right: '24px',
|
|
1725
|
+
width: '87px',
|
|
1725
1726
|
transformOrigin: 'right',
|
|
1726
1727
|
transform: 'rotate(90deg)',
|
|
1727
1728
|
display: ['none', 'none', 'initial']
|