@momo-kits/native-kits 0.156.1-sp.1-debug → 0.156.1-sp.2-debug

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.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.156.1-sp.1-debug"
43
+ version = "0.156.1-sp.2-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |spec|
2
2
  spec.name = 'compose'
3
- spec.version = '0.156.1-beta.2'
3
+ spec.version = '0.156.1-sp.1'
4
4
  spec.homepage = 'https://momo.vn'
5
5
  spec.source = { :http=> ''}
6
6
  spec.authors = ''
@@ -50,7 +50,7 @@ fun PopupPromotion(
50
50
  indication = null,
51
51
  onClick = onPress
52
52
  ),
53
- options = Options(alignment = Alignment.Center, contentScale = ContentScale.Crop)
53
+ options = Options(alignment = Alignment.Center, contentScale = ContentScale.Fit)
54
54
  ), null
55
55
  )
56
56
  Box(
package/gradle.properties CHANGED
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.156.1-sp.1
21
+ version=0.156.1-sp.2
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
@@ -31,7 +31,7 @@ public struct ImageView: View {
31
31
  .placeholder {
32
32
  VStack(alignment: .center, content: {
33
33
  if error {
34
- Image(systemName: "photo.badge.exclamationmark").frame(width: 24, height: 24)
34
+ Image("media_fail").frame(width: 24, height: 24)
35
35
  } else if placeholder != nil {
36
36
  placeholder
37
37
  }
@@ -6,7 +6,6 @@
6
6
  //
7
7
 
8
8
  import SwiftUI
9
- @MainActor
10
9
  public struct InputPhoneNumber: View {
11
10
  @Binding public var text: String
12
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.156.1-sp.1-debug",
3
+ "version": "0.156.1-sp.2-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},