@widergy/mobile-ui 1.49.5 → 1.49.6

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.49.6](https://github.com/widergy/mobile-ui/compare/v1.49.5...v1.49.6) (2025-07-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * title ([#449](https://github.com/widergy/mobile-ui/issues/449)) ([67d463a](https://github.com/widergy/mobile-ui/commit/67d463a77401d02879b60f4922646ad2a9246edf))
7
+
1
8
  ## [1.49.5](https://github.com/widergy/mobile-ui/compare/v1.49.4...v1.49.5) (2025-07-22)
2
9
 
3
10
 
@@ -115,6 +115,7 @@ const UTModal = ({
115
115
  <View style={[styles.headerContainer, !!title && styles.closeButtonContainer]}>
116
116
  {!!title && (
117
117
  <UTLabel
118
+ style={styles.title }
118
119
  variant="title3"
119
120
  weight="medium"
120
121
  dataTestId={`${dataTestId}.${titleTestId}`}
@@ -59,5 +59,8 @@ export default StyleSheet.create({
59
59
  },
60
60
  keyboardAvoidingView: {
61
61
  flex: 1
62
+ },
63
+ title:{
64
+ flexShrink: 1
62
65
  }
63
66
  });
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@widergy/mobile-ui",
3
3
  "description": "Widergy Mobile Components",
4
4
  "author": "widergy",
5
- "version": "1.49.5",
5
+ "version": "1.49.6",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [