@umituz/react-native-design-system 2.0.13 → 2.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -87,9 +87,9 @@ export const MODAL_CONFIG = {
87
87
  WIDTH_PERCENT_TABLET: 0.75, // 75% of screen width for tablets
88
88
 
89
89
  // Height percentages by device type
90
- HEIGHT_PERCENT_SMALL: 0.85, // 85% of screen height for small devices
91
- HEIGHT_PERCENT_STANDARD: 0.88, // 88% of screen height for standard devices
92
- HEIGHT_PERCENT_TABLET: 0.80, // 80% of screen height for tablets
90
+ HEIGHT_PERCENT_SMALL: 0.75, // 75% of screen height for small devices
91
+ HEIGHT_PERCENT_STANDARD: 0.78, // 78% of screen height for standard devices
92
+ HEIGHT_PERCENT_TABLET: 0.70, // 70% of screen height for tablets
93
93
 
94
94
  // Max width constraints
95
95
  MAX_WIDTH_PHONE: 480, // Maximum modal width for phones