@widergy/mobile-ui 2.3.3 → 2.3.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
+ ## [2.3.4](https://github.com/widergy/mobile-ui/compare/v2.3.3...v2.3.4) (2025-12-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * [UGGC-39] utmodal closebuttonvariant ([#469](https://github.com/widergy/mobile-ui/issues/469)) ([7221af5](https://github.com/widergy/mobile-ui/commit/7221af562cd739d9a649cefbe37d85eb713acccf))
7
+
1
8
  ## [2.3.3](https://github.com/widergy/mobile-ui/compare/v2.3.2...v2.3.3) (2025-12-10)
2
9
 
3
10
 
@@ -37,6 +37,7 @@ const UTModal = ({
37
37
  cancelButton,
38
38
  children,
39
39
  closeButtonColorTheme,
40
+ closeButtonVariant = 'text',
40
41
  dataTestId = modal,
41
42
  disableTouchable,
42
43
  hideCloseButton,
@@ -106,7 +107,7 @@ const UTModal = ({
106
107
  Icon="IconX"
107
108
  onPress={onRequestClose}
108
109
  style={{ root: styles.closeButton }}
109
- variant="text"
110
+ variant={closeButtonVariant}
110
111
  dataTestId={`${dataTestId}.${closeButton}`}
111
112
  />
112
113
  )}
@@ -131,7 +132,7 @@ const UTModal = ({
131
132
  Icon="IconX"
132
133
  onPress={onRequestClose}
133
134
  style={{ root: styles.closeButton }}
134
- variant="text"
135
+ variant={closeButtonVariant}
135
136
  dataTestId={`${dataTestId}.${closeButton}`}
136
137
  />
137
138
  )}
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": "2.3.3",
5
+ "version": "2.3.4",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [