@redu/react-native-component-layout
Advanced tools
Comparing version 1.0.10 to 1.1.0
10
Break.js
@@ -57,5 +57,5 @@ /** | ||
? { | ||
borderBottomColor: horizontalRuleColor, | ||
borderBottomWidth: horizontalRuleWidth | ||
} | ||
borderBottomColor: horizontalRuleColor, | ||
borderBottomWidth: horizontalRuleWidth | ||
} | ||
: {}; | ||
@@ -67,2 +67,3 @@ | ||
{ | ||
flex, | ||
marginTop: top || vertical || all, | ||
@@ -79,2 +80,3 @@ marginBottom: bottom || vertical || all, | ||
]} | ||
onPress={onPress} | ||
{...props} | ||
@@ -90,3 +92,3 @@ > | ||
flex: null, | ||
bottom: Break.defaultPadding, | ||
bottom: Break.defaultBreak, | ||
hr: false, | ||
@@ -93,0 +95,0 @@ horizontalRuleColor: "#ebebeb", |
@@ -31,3 +31,3 @@ { | ||
"description": "Layout components", | ||
"gitHead": "55c857f6cbaded8c65172b120b47574bd8ddedc6", | ||
"gitHead": "388d77bbb1e074ecfbf8f2c96aa4e227901382ff", | ||
"license": "ISC", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
}, | ||
"version": "1.0.10" | ||
"version": "1.1.0" | ||
} |
@@ -54,2 +54,3 @@ /** | ||
{ | ||
flex, | ||
paddingTop: top || vertical || all, | ||
@@ -65,2 +66,3 @@ paddingBottom: bottom || vertical || all, | ||
]} | ||
onPress={onPress} | ||
{...props} | ||
@@ -67,0 +69,0 @@ > |
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
9190
351