react-reflex
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -239,4 +239,4 @@ 'use strict'; | ||
dimensions: { | ||
height: Math.floor(rect.bounds.height) + 1, | ||
width: Math.floor(rect.bounds.width) + 1 | ||
height: Math.floor(rect.bounds.height), | ||
width: Math.floor(rect.bounds.width) | ||
} | ||
@@ -243,0 +243,0 @@ }); |
@@ -184,4 +184,4 @@ import _toConsumableArray from 'babel-runtime/helpers/toConsumableArray'; | ||
dimensions: { | ||
height: Math.floor(rect.bounds.height) + 1, | ||
width: Math.floor(rect.bounds.width) + 1 | ||
height: Math.floor(rect.bounds.height), | ||
width: Math.floor(rect.bounds.width) | ||
} | ||
@@ -188,0 +188,0 @@ }); |
{ | ||
"name": "react-reflex", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Flex layout component for advanced React web applications", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
396760