@widergy/mobile-ui 1.49.6 → 1.49.7

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.7](https://github.com/widergy/mobile-ui/compare/v1.49.6...v1.49.7) (2025-07-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [UGC-1619] modal title too large ([#450](https://github.com/widergy/mobile-ui/issues/450)) ([7f0d5b1](https://github.com/widergy/mobile-ui/commit/7f0d5b140018fdc3ef30a66896d8288a9f53e2ec))
7
+
1
8
  ## [1.49.6](https://github.com/widergy/mobile-ui/compare/v1.49.5...v1.49.6) (2025-07-29)
2
9
 
3
10
 
@@ -119,6 +119,7 @@ const UTModal = ({
119
119
  variant="title3"
120
120
  weight="medium"
121
121
  dataTestId={`${dataTestId}.${titleTestId}`}
122
+ style={styles.title}
122
123
  >
123
124
  {title}
124
125
  </UTLabel>
@@ -51,6 +51,7 @@ export default StyleSheet.create({
51
51
  closeButton: {
52
52
  alignSelf: 'flex-end'
53
53
  },
54
+ title: { flex: 1 },
54
55
  imageContainer: {
55
56
  alignItems: 'center',
56
57
  height: verticalScale(35),
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.6",
5
+ "version": "1.49.7",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [