cdslibrary 1.2.75 → 1.2.76

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.
@@ -76,6 +76,7 @@ const styles = StyleSheet.create({
76
76
  // O si usas fijos, asegúrate que sean mayores al estilo del Lottie
77
77
  minWidth: 180,
78
78
  minHeight: 180,
79
+ maxWidth: 320,
79
80
  justifyContent: "center",
80
81
  alignItems: "center",
81
82
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.2.75",
4
+ "version": "1.2.76",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",