@dropi/react-native-design-system 0.2.32 → 0.2.33

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.
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.InputLabel = void 0;
7
7
  var _atoms = require("../../../atoms");
8
8
  var _constants = require("../../../constants");
9
- var _reactNative = require("react-native");
10
9
  var _jsxRuntime = require("react/jsx-runtime");
11
10
  const InputLabel = ({
12
11
  text
@@ -14,10 +13,7 @@ const InputLabel = ({
14
13
  type: "m-regular",
15
14
  style: {
16
15
  color: _constants.colors["Gray-600"].light,
17
- marginBottom: _constants.spacing["size-1"],
18
- ...(_reactNative.Platform.OS === 'android' && {
19
- includeFontPadding: false
20
- })
16
+ marginBottom: _constants.spacing["size-1"]
21
17
  },
22
18
  children: text
23
19
  });
@@ -11,7 +11,6 @@ declare const _default: {
11
11
  flexDirection: "row";
12
12
  height: number;
13
13
  paddingHorizontal: number;
14
- paddingVertical: number;
15
14
  };
16
15
  searchContainer: {
17
16
  flex: number;
@@ -18,8 +18,7 @@ var _default = exports.default = _reactNative.StyleSheet.create({
18
18
  justifyContent: "space-between",
19
19
  flexDirection: "row",
20
20
  height: 48,
21
- paddingHorizontal: _constants.spacing["size-3"],
22
- paddingVertical: _constants.spacing["size-2"]
21
+ paddingHorizontal: _constants.spacing["size-3"]
23
22
  },
24
23
  searchContainer: {
25
24
  flex: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",