@momo-kits/native-kits 0.118.1-beta.2 → 0.118.1-beta.3

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.
@@ -61,15 +61,15 @@ fun getFont(font: String): FontFamily {
61
61
  fun getFontFamily(fontFamily: String, fontWeight: FontWeight? = FontWeight.Normal): FontFamily {
62
62
  val key = "$fontFamily-${fontWeight?.weight}"
63
63
  val fontMap = mapOf(
64
- "SFProText-100" to "sfprotext_thin.otf",
65
- "SFProText-200" to "sfprotext_ultralight.otf",
64
+ "SFProText-100" to "sfprotext_thin.ttf",
65
+ "SFProText-200" to "sfprotext_ultralight.ttf",
66
66
  "SFProText-300" to "sfprotext_light.ttf",
67
67
  "SFProText-400" to "sfprotext_regular.ttf",
68
68
  "SFProText-500" to "sfprotext_medium.ttf",
69
69
  "SFProText-600" to "sfprotext_semibold.ttf",
70
70
  "SFProText-700" to "sfprotext_bold.ttf",
71
71
  "SFProText-800" to "sfprotext_heavy.ttf",
72
- "SFProText-900" to "sfprotext_black.otf",
72
+ "SFProText-900" to "sfprotext_black.ttf",
73
73
 
74
74
  "MoMoSignature-100" to "momosignature.otf",
75
75
  "MoMoSignature-200" to "momosignature.otf",
package/local.properties CHANGED
@@ -4,5 +4,5 @@
4
4
  # Location of the SDK. This is only used by Gradle.
5
5
  # For customization when using a Version Control System, please read the
6
6
  # header note.
7
- #Tue Apr 08 11:13:31 ICT 2025
8
- sdk.dir=/Users/sonnguyen/Library/Android/sdk
7
+ #Wed Aug 21 14:20:12 ICT 2024
8
+ sdk.dir=/Users/huynhdung/Library/Android/sdk
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.118.1-beta.2",
3
+ "version": "0.118.1-beta.3",
4
4
  "private": false,
5
5
  "dependencies": {},
6
+ "devDependencies": {},
6
7
  "license": "MoMo"
7
8
  }