decathlon-ui 0.3.43 → 0.3.44

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.
@@ -14,7 +14,7 @@ const BadgeComponent = ({ text, variant, size = "medium", style, textStyle, icon
14
14
  return null;
15
15
  }
16
16
  if (typeof icon === "string" && icon.includes(".svg")) {
17
- return (_jsx(View, { style: styles.iconContainer, children: _jsx(SvgUri, { uri: icon, width: 24, height: 24 }) }));
17
+ return (_jsx(View, { style: styles.iconContainer, children: _jsx(SvgUri, { uri: icon, width: 12, height: 12 }) }));
18
18
  }
19
19
  return _jsx(View, { style: styles.iconContainer, children: icon });
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decathlon-ui",
3
- "version": "0.3.43",
3
+ "version": "0.3.44",
4
4
  "description": "Biblioteca de componentes React Native com Storybook e documentação via GitHub Pages.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",