@widergy/mobile-ui 0.35.5 → 0.35.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
+ ## [0.35.6](https://github.com/widergy/mobile-ui/compare/v0.35.5...v0.35.6) (2022-10-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * tooltip text ([#229](https://github.com/widergy/mobile-ui/issues/229)) ([b20d8e1](https://github.com/widergy/mobile-ui/commit/b20d8e11ca52e7b762587c7dc06182bcbb0dd2a3))
7
+
1
8
  ## [0.35.5](https://github.com/widergy/mobile-ui/compare/v0.35.4...v0.35.5) (2022-10-27)
2
9
 
3
10
 
@@ -136,7 +136,7 @@ const OutlinedInput = ({
136
136
  </View>
137
137
  {!!tooltip && (
138
138
  <View style={[ownStyles.tooltipContainer, multiline && { height: initialHeight }]}>
139
- <UTTooltip content={<Label>tooltip</Label>} position="left" {...tooltipProps}>
139
+ <UTTooltip content={<Label>{tooltip}</Label>} position="left" {...tooltipProps}>
140
140
  <Icon
141
141
  name="questioncircleo"
142
142
  type="antdesign"
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": "0.35.5",
5
+ "version": "0.35.6",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [