Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose/codeviewer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
kotlin {
sourceSets {
commonMain.dependencies {
implementation(projects.compose.core)
implementation(projects.sdk.compose.foundation)
implementation(projects.compose.ui)
implementation(projects.compose.util)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import dev.snipme.highlights.Highlights
import dev.snipme.highlights.model.SyntaxLanguage
import dev.snipme.highlights.model.SyntaxThemes
import io.github.composegears.valkyrie.compose.codeviewer.core.CodeEditor
import io.github.composegears.valkyrie.compose.core.rememberMutableState
import io.github.composegears.valkyrie.compose.util.isLight
import io.github.composegears.valkyrie.sdk.compose.foundation.rememberMutableState

@Composable
fun KotlinCodeViewer(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import dev.snipme.highlights.Highlights
import io.github.composegears.valkyrie.compose.core.rememberMutableIntState
import io.github.composegears.valkyrie.compose.core.rememberMutableState
import io.github.composegears.valkyrie.compose.ui.foundation.HorizontalScrollbar
import io.github.composegears.valkyrie.compose.ui.foundation.VerticalScrollbar
import io.github.composegears.valkyrie.compose.util.disabled
import io.github.composegears.valkyrie.sdk.compose.foundation.rememberMutableIntState
import io.github.composegears.valkyrie.sdk.compose.foundation.rememberMutableState

@Composable
fun CodeEditor(
Expand Down
28 changes: 0 additions & 28 deletions compose/core/api/core.klib.api

This file was deleted.

2 changes: 1 addition & 1 deletion compose/ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
kotlin {
sourceSets {
commonMain.dependencies {
implementation(projects.compose.core)
implementation(projects.sdk.compose.foundation)
implementation(projects.compose.util)

implementation(compose.material3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import io.github.composegears.valkyrie.compose.core.layout.CenterVerticalRow
import io.github.composegears.valkyrie.compose.util.dim
import io.github.composegears.valkyrie.sdk.compose.foundation.layout.CenterVerticalRow

@Composable
fun InfoCard(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
public final class io/github/composegears/valkyrie/compose/core/ModifierKt {
public final class io/github/composegears/valkyrie/sdk/compose/foundation/ModifierKt {
public static final fun animatedBorder-jIwJxvA (Landroidx/compose/ui/Modifier;Ljava/util/List;Landroidx/compose/ui/graphics/Shape;FILandroidx/compose/animation/core/Easing;Landroidx/compose/runtime/Composer;II)Landroidx/compose/ui/Modifier;
public static final fun applyIf (Landroidx/compose/ui/Modifier;ZLkotlin/jvm/functions/Function1;)Landroidx/compose/ui/Modifier;
}

public final class io/github/composegears/valkyrie/compose/core/RememberMutableStateKt {
public final class io/github/composegears/valkyrie/sdk/compose/foundation/RememberMutableStateKt {
public static final fun rememberMutableIntState (Ljava/lang/Object;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/MutableIntState;
public static final fun rememberMutableState (Landroidx/compose/runtime/SnapshotMutationPolicy;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/MutableState;
public static final fun rememberMutableState (Ljava/lang/Object;Landroidx/compose/runtime/SnapshotMutationPolicy;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/MutableState;
public static final fun rememberMutableState (Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/SnapshotMutationPolicy;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/MutableState;
}

public final class io/github/composegears/valkyrie/compose/core/animation/ExpandedAnimatedContentKt {
public final class io/github/composegears/valkyrie/sdk/compose/foundation/animation/ExpandedAnimatedContentKt {
public static final fun ExpandedAnimatedContent (Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
}

public final class io/github/composegears/valkyrie/compose/core/animation/RememberShimmerKt {
public static final fun rememberShimmer (FILandroidx/compose/animation/core/Easing;FFLandroidx/compose/runtime/Composer;II)Lio/github/composegears/valkyrie/compose/core/animation/Shimmer;
public static final fun shimmer-TN_CM5M (Landroidx/compose/ui/Modifier;Lio/github/composegears/valkyrie/compose/core/animation/Shimmer;FZLjava/util/List;Landroidx/compose/runtime/Composer;II)Landroidx/compose/ui/Modifier;
public final class io/github/composegears/valkyrie/sdk/compose/foundation/animation/RememberShimmerKt {
public static final fun rememberShimmer (FILandroidx/compose/animation/core/Easing;FFLandroidx/compose/runtime/Composer;II)Lio/github/composegears/valkyrie/sdk/compose/foundation/animation/Shimmer;
public static final fun shimmer-TN_CM5M (Landroidx/compose/ui/Modifier;Lio/github/composegears/valkyrie/sdk/compose/foundation/animation/Shimmer;FZLjava/util/List;Landroidx/compose/runtime/Composer;II)Landroidx/compose/ui/Modifier;
}

public final class io/github/composegears/valkyrie/compose/core/animation/Shimmer {
public final class io/github/composegears/valkyrie/sdk/compose/foundation/animation/Shimmer {
public static final field $stable I
}

public final class io/github/composegears/valkyrie/compose/core/layout/RowKt {
public final class io/github/composegears/valkyrie/sdk/compose/foundation/layout/RowKt {
public static final fun CenterVerticalRow (Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/layout/Arrangement$Horizontal;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
}

public final class io/github/composegears/valkyrie/compose/core/layout/SpacerKt {
public static final fun HorizontalSpacer-uFdPcIQ (Landroidx/compose/foundation/layout/RowScope;FLandroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
public static final fun SizeSpacer--orJrPs (FLandroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
public static final fun VerticalSpacer-uFdPcIQ (Landroidx/compose/foundation/layout/ColumnScope;FLandroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
public final class io/github/composegears/valkyrie/sdk/compose/foundation/layout/SpacerKt {
public static final fun Spacer-uFdPcIQ (Landroidx/compose/foundation/layout/ColumnScope;FLandroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
public static final fun Spacer-uFdPcIQ (Landroidx/compose/foundation/layout/RowScope;FLandroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
public static final fun WeightSpacer (Landroidx/compose/foundation/layout/ColumnScope;Landroidx/compose/ui/Modifier;FLandroidx/compose/runtime/Composer;II)V
public static final fun WeightSpacer (Landroidx/compose/foundation/layout/RowScope;Landroidx/compose/ui/Modifier;FLandroidx/compose/runtime/Composer;II)V
}
Expand Down
Loading