Version not found. Please check the version and try again.

@widergy/mobile-ui 1.18.3 → 1.18.4

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.18.4](https://github.com/widergy/mobile-ui/compare/v1.18.3...v1.18.4) (2024-08-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * style prop for utmodal ([#342](https://github.com/widergy/mobile-ui/issues/342)) ([034702c](https://github.com/widergy/mobile-ui/commit/034702c33c648cd7a4aebf6f348201be8a9ed30b))
7
+
1
8
  ## [1.18.3](https://github.com/widergy/mobile-ui/compare/v1.18.2...v1.18.3) (2024-08-21)
2
9
 
3
10
 
@@ -35,11 +35,12 @@ const UTModal = ({
35
35
  subtitle,
36
36
  subtitleProps = {},
37
37
  title,
38
- visible
38
+ visible,
39
+ style
39
40
  }) => {
40
41
  const theme = useTheme();
41
42
  const themeStyles = theme.simpleButton;
42
- const styles = _.merge({}, ownStyles, themeStyles);
43
+ const styles = _.merge({}, ownStyles, themeStyles, style);
43
44
 
44
45
  const ParentView = disableTouchable ? View : TouchableWithoutFeedback;
45
46
  return (
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.18.3",
5
+ "version": "1.18.4",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [