@momo-kits/native-kits 0.164.1-trustsans-test.2-debug → 0.164.1-trustsans-test.3-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.164.1-trustsans-test.2-debug"
43
+ version = "0.164.1-trustsans-test.3-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |spec|
2
2
  spec.name = 'compose'
3
- spec.version = '0.164.1-trustsans-test.2-debug'
3
+ spec.version = '0.164.1-trustsans-test.3-debug'
4
4
  spec.homepage = 'https://momo.vn'
5
5
  spec.source = { :http=> ''}
6
6
  spec.authors = ''
@@ -44,6 +44,7 @@ import vn.momo.kits.const.getFontFamily
44
44
  import vn.momo.kits.modifier.kitsAutomationId
45
45
  import vn.momo.kits.modifier.noFeedbackClickable
46
46
  import vn.momo.kits.modifier.setAutomationId
47
+ import vn.momo.kits.navigation.component.HEADER_FONT_FAMILY
47
48
  import vn.momo.kits.navigation.component.HEADER_HEIGHT
48
49
  import vn.momo.kits.utils.getAppStatusBarHeight
49
50
  import kotlin.math.max
@@ -361,6 +362,7 @@ private fun LiteScreenLayout(
361
362
  text = title,
362
363
  color = headerColor.tintIconColor,
363
364
  style = titleStyle,
365
+ fontFamily = HEADER_FONT_FAMILY,
364
366
  modifier = titleModifier,
365
367
  maxLines = 1,
366
368
  overflow = TextOverflow.Ellipsis
@@ -12,6 +12,8 @@ import vn.momo.kits.components.Text
12
12
  import vn.momo.kits.const.Typography
13
13
  import vn.momo.kits.modifier.setAutomationId
14
14
 
15
+ internal const val HEADER_FONT_FAMILY = "MoMoTrustDisplay"
16
+
15
17
  @Composable
16
18
  internal fun HeaderTitle(
17
19
  title: String = "",
@@ -27,6 +29,7 @@ internal fun HeaderTitle(
27
29
  fontSize = 15.sp,
28
30
  lineHeight = 22.sp,
29
31
  ),
32
+ fontFamily = HEADER_FONT_FAMILY,
30
33
  color = color,
31
34
  maxLines = 1,
32
35
  overflow = TextOverflow.Ellipsis
@@ -79,6 +79,7 @@ internal fun HeaderUser(
79
79
  text = data.title,
80
80
  color = data.tintColor,
81
81
  style = Typography.actionXsBold,
82
+ fontFamily = HEADER_FONT_FAMILY,
82
83
  maxLines = 1,
83
84
  overflow = TextOverflow.Ellipsis
84
85
  )
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.164.1-trustsans-test.2
21
+ version=0.164.1-trustsans-test.3
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'MoMoUIKits'
3
- s.version = '0.164.1-trustsans-test.2'
3
+ s.version = '0.164.1-trustsans-test.3'
4
4
  s.summary = 'MoMoUIKits for iOS'
5
5
  s.homepage = 'https://momo.vn'
6
6
  s.license = { :type => 'MIT' }
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'MoMoUIKitsDemo'
3
- s.version = '0.164.1-trustsans-test.2'
3
+ s.version = '0.164.1-trustsans-test.3'
4
4
  s.summary = 'Demo browser for MoMoUIKits SwiftUI components'
5
5
  s.homepage = 'https://momo.vn'
6
6
  s.license = { :type => 'MIT' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.164.1-trustsans-test.2-debug",
3
+ "version": "0.164.1-trustsans-test.3-debug",
4
4
  "private": false,
5
5
  "dependeNavigationncies": {},
6
6
  "devDependencies": {},