sapo-components-ui-rn 1.1.35 → 1.1.36

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
@@ -7082,7 +7082,7 @@ var Avatar = function (_a) {
7082
7082
  var getLineHeight = function (size) {
7083
7083
  switch (size) {
7084
7084
  case 64:
7085
- return 24;
7085
+ return 36;
7086
7086
  case 48:
7087
7087
  return 28;
7088
7088
  case 32:
package/dist/index.js CHANGED
@@ -7124,7 +7124,7 @@ var Avatar = function (_a) {
7124
7124
  var getLineHeight = function (size) {
7125
7125
  switch (size) {
7126
7126
  case 64:
7127
- return 24;
7127
+ return 36;
7128
7128
  case 48:
7129
7129
  return 28;
7130
7130
  case 32:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapo-components-ui-rn",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "description": "React Native UI Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -67,7 +67,7 @@ const Avatar = ({
67
67
  const getLineHeight = (size: number) => {
68
68
  switch (size) {
69
69
  case 64:
70
- return 24;
70
+ return 36;
71
71
  case 48:
72
72
  return 28;
73
73
  case 32: