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