@momo-kits/native-kits 0.113.3-beta.10 → 0.113.3-beta.11

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.
@@ -161,7 +161,7 @@ fun Screen(
161
161
  }
162
162
 
163
163
  if (useAnimationSearch && inputSearchProps != null && headerType == HeaderType.EXTENDED) {
164
- Spacer(modifier = Modifier.padding(top = (HEADER_HEIGHT.dp + Spacing.M)))
164
+ Spacer(modifier = Modifier.padding(top = (HEADER_HEIGHT.dp + Spacing.S)))
165
165
  }
166
166
  content()
167
167
  }
@@ -143,7 +143,7 @@ fun PopupNotify(
143
143
  Modifier
144
144
  .width(22.dp)
145
145
  .height(22.dp)
146
- .offset(x = Spacing.M / 2, y = -Spacing.M)
146
+ .offset(x = -(4).dp, y = (-10).dp)
147
147
  .background(
148
148
  color = AppTheme.current.colors.text.default,
149
149
  shape = RoundedCornerShape(Radius.M)
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
- #Sun Mar 02 11:30:14 ICT 2025
8
- sdk.dir=/Users/nguyenhoangson/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,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.113.3-beta.10",
3
+ "version": "0.113.3-beta.11",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},