linear-react-components-ui 1.1.18-beta.4 → 1.1.18-beta.5

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.
@@ -126,7 +126,6 @@ const NavMenuItem = props => {
126
126
  style: isOnEndWindow ? {
127
127
  marginLeft: targetDimensions.width,
128
128
  bottom: '0',
129
- paddingBottom: '10px',
130
129
  position: 'fixed',
131
130
  width: '20%'
132
131
  } : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.1.18-beta.4",
3
+ "version": "1.1.18-beta.5",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",