@momo-kits/native-kits 0.117.1-beta.2 → 0.117.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.
@@ -17,6 +17,7 @@ import androidx.compose.runtime.remember
17
17
  import androidx.compose.ui.Alignment
18
18
  import androidx.compose.ui.Modifier
19
19
  import androidx.compose.ui.draw.clip
20
+ import androidx.compose.ui.layout.ContentScale
20
21
  import androidx.compose.ui.semantics.semantics
21
22
  import androidx.compose.ui.semantics.testTag
22
23
  import androidx.compose.ui.unit.dp
@@ -41,6 +42,7 @@ fun PopupPromotion(
41
42
  indication = null,
42
43
  onClick = onPress
43
44
  ),
45
+ options = Options(alignment = Alignment.Center, contentScale = ContentScale.Fit)
44
46
  )
45
47
  }
46
48
  Box(
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
- #Wed Aug 21 14:20:12 ICT 2024
8
- sdk.dir=/Users/huynhdung/Library/Android/sdk
7
+ #Thu Jan 09 10:43:10 ICT 2025
8
+ sdk.dir=/Users/sophia/Library/Android/sdk
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.117.1-beta.2",
3
+ "version": "0.117.1-beta.3",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},