@momo-kits/native-kits 0.153.1-beta.7 → 0.153.1-scaleSize.2
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.
|
@@ -29,7 +29,7 @@ import vn.momo.uikits.resources.sfprotext_thin
|
|
|
29
29
|
import vn.momo.uikits.resources.sfprotext_ultralight
|
|
30
30
|
|
|
31
31
|
const val DEFAULT_SCREEN_SIZE = 375f
|
|
32
|
-
const val MAX_FONT_SCALE = 1.
|
|
32
|
+
const val MAX_FONT_SCALE = 1.25f
|
|
33
33
|
const val MAX_DEVICE_SCALE = 5
|
|
34
34
|
|
|
35
35
|
@Composable
|
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
|
-
#
|
|
8
|
-
sdk.dir=/Users/
|
|
7
|
+
#Tue Apr 08 11:13:31 ICT 2025
|
|
8
|
+
sdk.dir=/Users/sonnguyen/Library/Android/sdk
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-kits/native-kits",
|
|
3
|
-
"version": "0.153.1-
|
|
3
|
+
"version": "0.153.1-scaleSize.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@momo-platform/native-max-api": "1.0.18"
|
|
6
|
+
"@momo-platform/native-max-api": "1.0.18-1"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {},
|
|
9
9
|
"license": "MoMo"
|