@momo-kits/native-kits 0.160.1-beta.7-debug → 0.160.1-beta.8-debug

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.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.160.1-beta.7-debug"
43
+ version = "0.160.1-beta.8-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -129,8 +129,9 @@ fun InputOTP(
129
129
  if (!it.isFocused && isBlurred) onBlur()
130
130
  if (it.isFocused && !isBlurred) isBlurred = true
131
131
  },
132
- decorationBox = { _ ->
132
+ decorationBox = { innerTextField ->
133
133
  Box {
134
+ Box(modifier = Modifier.size(0.dp)) { innerTextField() }
134
135
  if (floatingValue.isNotEmpty()) {
135
136
  Box(
136
137
  modifier = Modifier.wrapContentSize()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.160.1-beta.7-debug",
3
+ "version": "0.160.1-beta.8-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},