Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigoncalo committed Nov 30, 2023
1 parent 859345c commit d3d7907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/api/app.api
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ public final class com/github/skydoves/colorpickercomposedemo/Screen$ImageColorP
public fun toString ()Ljava/lang/String;
}

public final class com/github/skydoves/colorpickercomposedemo/screens/ComposableSingletons$HsvColorPickerColoredSelectorScreenKt {
public static final field INSTANCE Lcom/github/skydoves/colorpickercomposedemo/screens/ComposableSingletons$HsvColorPickerColoredSelectorScreenKt;
public static field lambda-1 Lkotlin/jvm/functions/Function2;
public fun <init> ()V
public final fun getLambda-1$app_release ()Lkotlin/jvm/functions/Function2;
}

public final class com/github/skydoves/colorpickercomposedemo/screens/HsvColorPickerColoredSelectorScreenKt {
public static final fun HsvColorPickerColoredSelectorScreen (Landroidx/compose/runtime/Composer;I)V
}
Expand Down
1 change: 1 addition & 0 deletions colorpicker-compose/api/colorpicker-compose.api
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public final class com/github/skydoves/colorpicker/compose/ColorPickerController
public fun <init> ()V
public final fun getSelectedColor ()Landroidx/compose/runtime/State;
public final fun getSelectedPoint ()Landroidx/compose/runtime/State;
public final fun selectByColor-DxMtmZc (JZ)V
public final fun selectByCoordinate (FFZ)V
public final fun selectCenter (Z)V
public final fun setDebounceDuration (J)V
Expand Down

0 comments on commit d3d7907

Please sign in to comment.