glpb-components-rn
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "glpb-components-rn", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "React Native components interface for page builder", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -24,2 +24,4 @@ /** | ||
marginBottom: 0, | ||
marginLeft: 0, | ||
marginRight: 0, | ||
}), | ||
@@ -88,6 +90,6 @@ | ||
updateCSSStyle: function (style) { | ||
const { marginBottom, marginTop } = style; | ||
const { marginBottom, marginTop, marginLeft, marginRight } = style; | ||
this.$content.css({ | ||
marginBottom, marginTop, | ||
marginBottom, marginTop, marginLeft, marginRight, | ||
}); | ||
@@ -94,0 +96,0 @@ }, |
43670
1081