@momo-kits/native-kits 0.161.2-beta.17-debug → 0.161.2-beta.18-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.161.2-beta.17-debug"
43
+ version = "0.161.2-beta.18-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -88,7 +88,7 @@ data class ComponentInformation(
88
88
  val action: String? = null
89
89
  )
90
90
 
91
- var IsShowBaseLineDebug = false
91
+ var IsShowBaseLineDebug = true
92
92
 
93
93
  val ApplicationContext = staticCompositionLocalOf<MiniAppContext?> {
94
94
  null
@@ -109,7 +109,7 @@ fun Header(onBackHandler: (() -> Unit)? = null) {
109
109
  onBackHandler?.invoke() ?: navigator.onBackSafe { }
110
110
  }
111
111
  )
112
- Spacer(Modifier.width(Spacing.M))
112
+ Spacer(Modifier.width(Spacing.S))
113
113
  }
114
114
 
115
115
  if (centerTitle) {
@@ -155,7 +155,7 @@ private fun BackButton(borderColor: Color, backgroundButton: Color, tintIconColo
155
155
  .background(backgroundButton, RoundedCornerShape(100))
156
156
  .border(width = 0.2.dp, color = borderColor, shape = RoundedCornerShape(100))
157
157
  .activeOpacityClickable(onClick = onBackHandler)
158
- // .padding(Spacing.XS)
158
+ .padding(Spacing.XS)
159
159
  .setAutomationId("btn_navigation_back"),
160
160
  contentAlignment = Alignment.Center
161
161
  ) {
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.161.2-beta.17
21
+ version=0.161.2-beta.18
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.161.2-beta.17-debug",
3
+ "version": "0.161.2-beta.18-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},