@builder.io/sdk-react-native 0.1.13 → 0.1.14

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.
@@ -78,11 +78,11 @@ function Columns(props) {
78
78
  if (target_js_1.TARGET === "reactNative") {
79
79
  return {
80
80
  width,
81
- marginLeft: props.stackColumnsAt === "never" ? gutter : "0",
81
+ marginLeft: props.stackColumnsAt === "never" ? gutter : 0,
82
82
  };
83
83
  }
84
84
  const mobileWidth = "100%";
85
- const mobileMarginLeft = "0";
85
+ const mobileMarginLeft = 0;
86
86
  return {
87
87
  width,
88
88
  "margin-left": gutter,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-react-native",
3
3
  "description": "Builder.io SDK for React Native",
4
- "version": "0.1.13",
4
+ "version": "0.1.14",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -71,11 +71,11 @@ function Columns(props) {
71
71
  if (TARGET === "reactNative") {
72
72
  return {
73
73
  width,
74
- marginLeft: props.stackColumnsAt === "never" ? gutter : "0",
74
+ marginLeft: props.stackColumnsAt === "never" ? gutter : 0,
75
75
  };
76
76
  }
77
77
  const mobileWidth = "100%";
78
- const mobileMarginLeft = "0";
78
+ const mobileMarginLeft = 0;
79
79
  return {
80
80
  width,
81
81
  "margin-left": gutter,