@momo-kits/native-kits 0.89.33-beta.25 → 0.89.33-beta.26

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.
@@ -180,6 +180,7 @@ fun InputSearch(
180
180
  lineHeight = 24.sp,
181
181
  fontWeight = inputSearchProps.fontWeight.value
182
182
  ),
183
+ maxLines = 1,
183
184
  color = placeholderColor,
184
185
  overflow = TextOverflow.Ellipsis
185
186
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.89.33-beta.25",
3
+ "version": "0.89.33-beta.26",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},