sapo-components-ui-rn 1.1.70 → 1.1.71

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.
package/dist/index.esm.js CHANGED
@@ -5799,7 +5799,7 @@ var TextInputNumber = function (_a) {
5799
5799
  borderRadius: BORDER_RADIUS_6,
5800
5800
  },
5801
5801
  {
5802
- height: height ? height : 56,
5802
+ height: height ? height : 48,
5803
5803
  },
5804
5804
  [
5805
5805
  styles$c.border,
package/dist/index.js CHANGED
@@ -5841,7 +5841,7 @@ var TextInputNumber = function (_a) {
5841
5841
  borderRadius: BORDER_RADIUS_6,
5842
5842
  },
5843
5843
  {
5844
- height: height ? height : 56,
5844
+ height: height ? height : 48,
5845
5845
  },
5846
5846
  [
5847
5847
  styles$c.border,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapo-components-ui-rn",
3
- "version": "1.1.70",
3
+ "version": "1.1.71",
4
4
  "description": "React Native UI Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -500,7 +500,7 @@ const TextInputNumber = ({
500
500
  borderRadius: BORDER_RADIUS_6,
501
501
  },
502
502
  {
503
- height: height ? height : 56,
503
+ height: height ? height : 48,
504
504
  },
505
505
 
506
506
  [