@momo-kits/native-kits 0.114.2-beta.5 → 0.114.2-pu.1

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.
@@ -147,7 +147,7 @@ fun PopupNotify(
147
147
  Modifier
148
148
  .width(22.dp)
149
149
  .height(22.dp)
150
- .offset(x = -(4).dp, y = (-10).dp)
150
+ .offset(x = -(1).dp, y = (-11).dp)
151
151
  .background(
152
152
  color = AppTheme.current.colors.text.default,
153
153
  shape = RoundedCornerShape(Radius.M)
@@ -46,8 +46,8 @@ public struct PopupDisplay: View {
46
46
  .overlay(RoundedRectangle(cornerRadius: Radius.L).stroke(Colors.black01, lineWidth: 1))
47
47
  }.foregroundColor(Colors.black20)
48
48
  .background(Colors.black01.cornerRadius(15))
49
- .padding(.trailing, -Spacing.M )
50
- .padding(.top, -Spacing.M)
49
+ .padding(.trailing, -11)
50
+ .padding(.top, -11)
51
51
  .zIndex(1)
52
52
  .accessibility(identifier: "ic_popup_close")
53
53
 
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.114.2-beta.5",
3
+ "version": "0.114.2-pu.1",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},