@momo-kits/native-kits 0.158.1-beta.6-debug → 0.158.1-beta.7-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.158.1-beta.6-debug"
43
+ version = "0.158.1-beta.7-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -9,7 +9,7 @@ import androidx.compose.ui.semantics.semantics
9
9
  import androidx.compose.ui.semantics.testTag
10
10
  import vn.momo.kits.platform.getPlatformName
11
11
 
12
- fun Modifier.setAutomationId(accessibilityId: String, label: String? = null, mergeDescendants: Boolean = true): Modifier {
12
+ fun Modifier.setAutomationId(accessibilityId: String, mergeDescendants: Boolean = false): Modifier {
13
13
  return if (getPlatformName() == "Android") {
14
14
  semantics {
15
15
  contentDescription = accessibilityId
@@ -17,7 +17,6 @@ fun Modifier.setAutomationId(accessibilityId: String, label: String? = null, mer
17
17
  } else {
18
18
  semantics(mergeDescendants = mergeDescendants) {
19
19
  testTag = accessibilityId
20
- contentDescription = label ?: accessibilityId
21
20
  }
22
21
  }}
23
22
 
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.158.1-beta.6
21
+ version=0.158.1-beta.7
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.158.1-beta.6-debug",
3
+ "version": "0.158.1-beta.7-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},