@momo-kits/native-kits 0.157.1-beta.4-debug → 0.157.1-beta.5-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.
package/compose/build.gradle.kts
CHANGED
package/compose/compose.podspec
CHANGED
|
@@ -224,7 +224,7 @@ private class TooltipPositionProvider(
|
|
|
224
224
|
fun Tooltip(
|
|
225
225
|
state: TooltipState,
|
|
226
226
|
title: String? = null,
|
|
227
|
-
description: String
|
|
227
|
+
description: String,
|
|
228
228
|
buttons: List<TooltipButton> = emptyList(),
|
|
229
229
|
placement: TooltipPlacement = TooltipPlacement.TOP,
|
|
230
230
|
align: TooltipAlign = TooltipAlign.CENTER,
|
package/gradle.properties
CHANGED