Skip to content

Commit

Permalink
make linter and formatter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Morgillo <imorgillo@gmail.com>
  • Loading branch information
hamen committed Sep 19, 2024
1 parent b227af2 commit dcfddd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import kotlin.random.Random
import org.jetbrains.jewel.ui.Outline
import org.jetbrains.jewel.ui.component.ComboBox
import org.jetbrains.jewel.ui.component.Dropdown
import org.jetbrains.jewel.ui.component.Text
import org.jetbrains.jewel.ui.component.Typography
import org.jetbrains.jewel.ui.component.separator
import org.jetbrains.jewel.ui.icons.AllIconsKeys
import kotlin.random.Random

@Composable
fun Dropdowns() {
Expand Down
2 changes: 1 addition & 1 deletion ui/api/ui.api
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public final class org/jetbrains/jewel/ui/component/CircularProgressIndicatorKt
}

public final class org/jetbrains/jewel/ui/component/ComboBoxKt {
public static final fun ComboBox (ZLandroidx/compose/ui/Modifier;Landroidx/compose/foundation/text/input/TextFieldState;ZLandroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)V
public static final fun ComboBox (Landroidx/compose/ui/Modifier;ZLandroidx/compose/foundation/text/input/TextFieldState;ZLandroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)V
}

public final class org/jetbrains/jewel/ui/component/ComboBoxState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
Expand Down

0 comments on commit dcfddd9

Please sign in to comment.