@momo-kits/native-kits 0.157.1-test.6-debug → 0.157.1-test.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.
@@ -40,7 +40,7 @@ kotlin {
40
40
  }
41
41
 
42
42
  cocoapods {
43
- version = "0.157.1-test.6-debug"
43
+ version = "0.157.1-test.7-debug"
44
44
  summary = "IOS Shared module"
45
45
  homepage = "https://momo.vn"
46
46
  ios.deploymentTarget = "15.0"
@@ -180,6 +180,8 @@ val darkTheme = Theme(
180
180
 
181
181
  val AppTheme = staticCompositionLocalOf { defaultTheme }
182
182
 
183
+ val AppThemeController = staticCompositionLocalOf<(Theme) -> Unit> { {} }
184
+
183
185
  val AppStatusBar = staticCompositionLocalOf { 0.dp }
184
186
 
185
187
  val AppNavigationBar = staticCompositionLocalOf { 0.dp }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.157.1-test.6-debug",
3
+ "version": "0.157.1-test.7-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},