@momo-kits/native-kits 0.157.5-beta.6-debug → 0.157.5-beta.7-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.
@@ -1 +1,22 @@
1
- {}
1
+ {
2
+ "env": {
3
+ "ANTHROPIC_BASE_URL": "http://10.40.114.90:8317/",
4
+ "ANTHROPIC_AUTH_TOKEN": "sk-HcmCBA6xTBgpDyBy9-dung",
5
+ "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6",
6
+ "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-5-20250929",
7
+ "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-haiku-4-5-20251001"
8
+ },
9
+ "permissions": {
10
+ "allow": [],
11
+ "deny": []
12
+ },
13
+ "model": "opus",
14
+ "enabledPlugins": {
15
+ "document-skills@anthropic-agent-skills": true,
16
+ "swift-lsp@claude-plugins-official": true
17
+ },
18
+ "alwaysThinkingEnabled": true,
19
+ "feedbackSurveyState": {
20
+ "lastShownTime": 1754147518619
21
+ }
22
+ }
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.157.5-beta.6-debug"
43
+ version = "0.157.5-beta.7-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -44,7 +44,7 @@ fun PopupPromotion(
44
44
  Image(
45
45
  source = source,
46
46
  modifier = Modifier.fillMaxWidth()
47
- .aspectRatio(0.5625f)
47
+ .aspectRatio(0.72f)
48
48
  .clickable(
49
49
  interactionSource = remember { MutableInteractionSource() },
50
50
  indication = null,
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.157.5-beta.6
21
+ version=0.157.5-beta.7
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
@@ -27,11 +27,11 @@ public struct PopupPromotion: View {
27
27
  .resizable()
28
28
  .placeholder {
29
29
  Color.gray
30
- .aspectRatio(0.5625, contentMode: .fit)
30
+ .aspectRatio(0.72, contentMode: .fit)
31
31
  .frame(maxWidth: UIScreen.main.bounds.width - Spacing.XL * 2)
32
32
  .clipped()
33
33
  }
34
- .aspectRatio(0.5625, contentMode: .fit)
34
+ .aspectRatio(0.72, contentMode: .fit)
35
35
  .frame(maxWidth: UIScreen.main.bounds.width - Spacing.XL * 2, alignment: .center)
36
36
  .clipped()
37
37
  .onTapGesture {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.157.5-beta.6-debug",
3
+ "version": "0.157.5-beta.7-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},