@momo-kits/native-kits 0.160.2-beta.1-debug → 0.160.2-beta.2-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.2-beta.1-debug"
43
+ version = "0.160.2-beta.2-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -189,9 +189,6 @@ internal fun StackScreen(
189
189
 
190
190
  Column(Modifier.zIndex(2f).fillMaxSize()) {
191
191
  MainContent(content = content)
192
- }
193
-
194
- Box(Modifier.zIndex(4f).align(Alignment.BottomCenter)) {
195
192
  FooterContent()
196
193
  }
197
194
 
@@ -261,11 +258,6 @@ fun ColumnScope.MainContent(content: @Composable () -> Unit) {
261
258
  ScreenContent(content = content)
262
259
  }
263
260
 
264
- if (options.footerComponent != null) {
265
- val footerHeight = LocalFooterHeightPx.current
266
- val footerHeightDp = with(density) { footerHeight.intValue.toDp() }
267
- Spacer(Modifier.height(footerHeightDp))
268
- }
269
261
  }
270
262
 
271
263
  @Composable
package/gradle.properties CHANGED
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.160.2-beta.1
21
+ version=0.160.2-beta.2
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.160.2-beta.1-debug",
3
+ "version": "0.160.2-beta.2-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},