@semcore/flex-box
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -5,2 +5,8 @@ # Changelog | ||
## [3.5.1] - 2020-01-15 | ||
### Fixed | ||
- Возвращены обратно единицы измерения отступов в px(были в rem) | ||
## [3.5.0] - 2019-12-26 | ||
@@ -7,0 +13,0 @@ |
@@ -47,3 +47,3 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty'; | ||
if (indent >= 1 || indent <= -1) { | ||
return "".concat(indent * scaleIndent, "rem"); | ||
return "".concat(indent * scaleIndent, "px"); | ||
} | ||
@@ -113,3 +113,3 @@ | ||
Box.defaultProps = { | ||
scaleIndent: 0.333 | ||
scaleIndent: 4 | ||
}; | ||
@@ -116,0 +116,0 @@ var Box$1 = React.memo(Box); |
@@ -53,3 +53,3 @@ 'use strict'; | ||
if (indent >= 1 || indent <= -1) { | ||
return "".concat(indent * scaleIndent, "rem"); | ||
return "".concat(indent * scaleIndent, "px"); | ||
} | ||
@@ -119,3 +119,3 @@ | ||
Box.defaultProps = { | ||
scaleIndent: 0.333 | ||
scaleIndent: 4 | ||
}; | ||
@@ -122,0 +122,0 @@ var Box$1 = React.memo(Box); |
{ | ||
"name": "@semcore/flex-box", | ||
"description": "SEMRush FlexBox Component", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.es.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52359