From 61a9b5afe70485df287bb3cd0fa1491e9b13eff2 Mon Sep 17 00:00:00 2001 From: hrach Date: Fri, 5 Jan 2024 22:45:42 +0000 Subject: [PATCH] deploy: 0078656edc7f2d2b3f694346590b95a090185c6b --- ui/kiwi.orbit.compose.ui.controls/-tile.html | 2 +- .../-top-app-bar-state/content-offset.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/kiwi.orbit.compose.ui.controls/-tile.html b/ui/kiwi.orbit.compose.ui.controls/-tile.html index 37a7af705..688c2b5ae 100644 --- a/ui/kiwi.orbit.compose.ui.controls/-tile.html +++ b/ui/kiwi.orbit.compose.ui.controls/-tile.html @@ -65,7 +65,7 @@

Tile

-
fun Tile(title: @Composable () -> Unit, onClick: () -> Unit, modifier: Modifier = Modifier, icon: @Composable () -> Unit = {}, description: @Composable () -> Unit = {}, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

Elevated tile that represents an actionable item.

The title is required but you can optionally also provide icon and description.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.


fun Tile(onClick: () -> Unit, modifier: Modifier = Modifier, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable () -> Unit)

Elevated tile that represents an actionable item.

This variant of the component allows you to define a custom content.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.


fun TileGroupScope.Tile(title: @Composable () -> Unit, onClick: () -> Unit, modifier: Modifier = Modifier, icon: @Composable () -> Unit = {}, description: @Composable () -> Unit = {}, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

A tile placeable within elevated TileGroup that represents an actionable item.

The title is required but you can optionally also provide icon and description.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.


fun TileGroupScope.Tile(onClick: () -> Unit, modifier: Modifier = Modifier, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable () -> Unit)

A tile placeable within elevated TileGroup that represents an actionable item.

This variant of the component allows you to define a custom content.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.

+
fun Tile(title: @Composable () -> Unit, onClick: () -> Unit, modifier: Modifier = Modifier, icon: @Composable () -> Unit = {}, description: @Composable () -> Unit = {}, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

Elevated tile that represents an actionable item.

The title is required but you can optionally also provide icon and description.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.


fun Tile(onClick: () -> Unit, modifier: Modifier = Modifier, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable () -> Unit)

Elevated tile that represents an actionable item.

This variant of the component allows you to define a custom content.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.


fun TileGroupScope.Tile(title: @Composable () -> Unit, onClick: () -> Unit, modifier: Modifier = Modifier, icon: @Composable () -> Unit = {}, description: @Composable () -> Unit = {}, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

A tile placeable within elevated TileGroup that represents an actionable item.

The title is required but you can optionally also provide icon and description.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.


fun TileGroupScope.Tile(onClick: () -> Unit, modifier: Modifier = Modifier, trailingContent: @Composable RowScope.() -> Unit = { Icon(Icons.ChevronForward, null) }, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable () -> Unit)

A tile placeable within elevated TileGroup that represents an actionable item.

This variant of the component allows you to define a custom content.

The trailingContent displays the Icons.ChevronForward by default but you can override. RowScope is provided in case you want to display more end-aligned elements, e.g. badges. You can also vertically align each element using the RowScope.align modifier.