Skip to content

Commit

Permalink
Merge branch 'main' into box-with-constraints-react-to-size-changes-j…
Browse files Browse the repository at this point in the history
…s-dom
  • Loading branch information
ShreckYe committed Dec 20, 2024
2 parents f7dfe6d + a7ea2bd commit d094dd2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ public final class com/huanshankeji/compose/Content_composeUiKt {
public static final fun toNullableContentWithoutModifier (Lkotlin/jvm/functions/Function3;)Lkotlin/jvm/functions/Function2;
}

public abstract interface annotation class com/huanshankeji/compose/ExperimentalApi : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/huanshankeji/compose/ExtRecommendedApi : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/huanshankeji/compose/LikelyInconsistentApi : java/lang/annotation/Annotation {
}

public abstract class com/huanshankeji/compose/ext/LoadingState {
public static final field $stable I
}
Expand Down
8 changes: 8 additions & 0 deletions common/api/compose-multiplatform-html-unified-common.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ open annotation class com.huanshankeji.compose.foundation/ExperimentalFoundation
constructor <init>() // com.huanshankeji.compose.foundation/ExperimentalFoundationApi.<init>|<init>(){}[0]
}

open annotation class com.huanshankeji.compose/ExperimentalApi : kotlin/Annotation { // com.huanshankeji.compose/ExperimentalApi|null[0]
constructor <init>() // com.huanshankeji.compose/ExperimentalApi.<init>|<init>(){}[0]
}

open annotation class com.huanshankeji.compose/ExtRecommendedApi : kotlin/Annotation { // com.huanshankeji.compose/ExtRecommendedApi|null[0]
constructor <init>() // com.huanshankeji.compose/ExtRecommendedApi.<init>|<init>(){}[0]
}

open annotation class com.huanshankeji.compose/LikelyInconsistentApi : kotlin/Annotation { // com.huanshankeji.compose/LikelyInconsistentApi|null[0]
constructor <init>() // com.huanshankeji.compose/LikelyInconsistentApi.<init>|<init>(){}[0]
}

final enum class com.huanshankeji.compose.foundation.layout/IntrinsicSize : kotlin/Enum<com.huanshankeji.compose.foundation.layout/IntrinsicSize> { // com.huanshankeji.compose.foundation.layout/IntrinsicSize|null[0]
enum entry Max // com.huanshankeji.compose.foundation.layout/IntrinsicSize.Max|null[0]
enum entry Min // com.huanshankeji.compose.foundation.layout/IntrinsicSize.Min|null[0]
Expand Down
6 changes: 6 additions & 0 deletions common/api/jvm/compose-multiplatform-html-unified-common.api
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ public final class com/huanshankeji/compose/Content_composeUiKt {
public static final fun toNullableContentWithoutModifier (Lkotlin/jvm/functions/Function3;)Lkotlin/jvm/functions/Function2;
}

public abstract interface annotation class com/huanshankeji/compose/ExperimentalApi : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/huanshankeji/compose/ExtRecommendedApi : java/lang/annotation/Annotation {
}

public abstract interface annotation class com/huanshankeji/compose/LikelyInconsistentApi : java/lang/annotation/Annotation {
}

public abstract class com/huanshankeji/compose/ext/LoadingState {
public static final field $stable I
}
Expand Down

0 comments on commit d094dd2

Please sign in to comment.