|
| 1 | +// This file was automatically generated by Compose Stability Analyzer |
| 2 | +// https://github.com/skydoves/compose-stability-analyzer |
| 3 | +// |
| 4 | +// Do not edit this file directly. To update it, run: |
| 5 | +// ./gradlew :readmore-material:stabilityDump |
| 6 | + |
| 7 | +@Composable |
| 8 | +public fun com.webtoonscorp.android.readmore.material.ReadMoreText(text: kotlin.String, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, color: androidx.compose.ui.graphics.Color, fontSize: androidx.compose.ui.unit.TextUnit, fontStyle: androidx.compose.ui.text.font.FontStyle?, fontWeight: androidx.compose.ui.text.font.FontWeight?, fontFamily: androidx.compose.ui.text.font.FontFamily?, letterSpacing: androidx.compose.ui.unit.TextUnit, textDecoration: androidx.compose.ui.text.style.TextDecoration?, textAlign: androidx.compose.ui.text.style.TextAlign, lineHeight: androidx.compose.ui.unit.TextUnit, softWrap: kotlin.Boolean, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, style: androidx.compose.ui.text.TextStyle?, readMoreText: kotlin.String?, readMoreColor: androidx.compose.ui.graphics.Color, readMoreFontSize: androidx.compose.ui.unit.TextUnit, readMoreFontStyle: androidx.compose.ui.text.font.FontStyle?, readMoreFontWeight: androidx.compose.ui.text.font.FontWeight?, readMoreFontFamily: androidx.compose.ui.text.font.FontFamily?, readMoreTextDecoration: androidx.compose.ui.text.style.TextDecoration?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessColor: androidx.compose.ui.graphics.Color, readLessFontSize: androidx.compose.ui.unit.TextUnit, readLessFontStyle: androidx.compose.ui.text.font.FontStyle?, readLessFontWeight: androidx.compose.ui.text.font.FontWeight?, readLessFontFamily: androidx.compose.ui.text.font.FontFamily?, readLessTextDecoration: androidx.compose.ui.text.style.TextDecoration?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $changed2: kotlin.Int, $changed3: kotlin.Int, $default: kotlin.Int, $default1: kotlin.Int): kotlin.Unit |
| 9 | + skippable: false |
| 10 | + restartable: true |
| 11 | + params: |
| 12 | + - text: STABLE (String is immutable) |
| 13 | + - expanded: STABLE (primitive type) |
| 14 | + - modifier: STABLE (marked @Stable or @Immutable) |
| 15 | + - onExpandedChange: STABLE (function type) |
| 16 | + - contentPadding: STABLE (marked @Stable or @Immutable) |
| 17 | + - color: STABLE (marked @Stable or @Immutable) |
| 18 | + - fontSize: STABLE (marked @Stable or @Immutable) |
| 19 | + - fontStyle: STABLE (known stable type) |
| 20 | + - fontWeight: STABLE (marked @Stable or @Immutable) |
| 21 | + - fontFamily: STABLE (marked @Stable or @Immutable) |
| 22 | + - letterSpacing: STABLE (marked @Stable or @Immutable) |
| 23 | + - textDecoration: STABLE (marked @Stable or @Immutable) |
| 24 | + - textAlign: STABLE (known stable type) |
| 25 | + - lineHeight: STABLE (marked @Stable or @Immutable) |
| 26 | + - softWrap: STABLE (primitive type) |
| 27 | + - onTextLayout: STABLE (function type) |
| 28 | + - style: STABLE (marked @Stable or @Immutable) |
| 29 | + - readMoreText: STABLE |
| 30 | + - readMoreColor: STABLE (marked @Stable or @Immutable) |
| 31 | + - readMoreFontSize: STABLE (marked @Stable or @Immutable) |
| 32 | + - readMoreFontStyle: STABLE (known stable type) |
| 33 | + - readMoreFontWeight: STABLE (marked @Stable or @Immutable) |
| 34 | + - readMoreFontFamily: STABLE (marked @Stable or @Immutable) |
| 35 | + - readMoreTextDecoration: STABLE (marked @Stable or @Immutable) |
| 36 | + - readMoreMaxLines: STABLE (primitive type) |
| 37 | + - readMoreOverflow: STABLE |
| 38 | + - readMoreStyle: STABLE (marked @Stable or @Immutable) |
| 39 | + - readLessText: STABLE |
| 40 | + - readLessColor: STABLE (marked @Stable or @Immutable) |
| 41 | + - readLessFontSize: STABLE (marked @Stable or @Immutable) |
| 42 | + - readLessFontStyle: STABLE (known stable type) |
| 43 | + - readLessFontWeight: STABLE (marked @Stable or @Immutable) |
| 44 | + - readLessFontFamily: STABLE (marked @Stable or @Immutable) |
| 45 | + - readLessTextDecoration: STABLE (marked @Stable or @Immutable) |
| 46 | + - readLessStyle: STABLE (marked @Stable or @Immutable) |
| 47 | + - toggleArea: STABLE |
| 48 | + - $composer: RUNTIME (requires runtime check) |
| 49 | + - $changed: STABLE (primitive type) |
| 50 | + - $changed1: STABLE (primitive type) |
| 51 | + - $changed2: STABLE (primitive type) |
| 52 | + - $changed3: STABLE (primitive type) |
| 53 | + - $default: STABLE (primitive type) |
| 54 | + - $default1: STABLE (primitive type) |
| 55 | + |
| 56 | +@Composable |
| 57 | +public fun com.webtoonscorp.android.readmore.material.ReadMoreText(text: androidx.compose.ui.text.AnnotatedString, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, color: androidx.compose.ui.graphics.Color, fontSize: androidx.compose.ui.unit.TextUnit, fontStyle: androidx.compose.ui.text.font.FontStyle?, fontWeight: androidx.compose.ui.text.font.FontWeight?, fontFamily: androidx.compose.ui.text.font.FontFamily?, letterSpacing: androidx.compose.ui.unit.TextUnit, textDecoration: androidx.compose.ui.text.style.TextDecoration?, textAlign: androidx.compose.ui.text.style.TextAlign, lineHeight: androidx.compose.ui.unit.TextUnit, softWrap: kotlin.Boolean, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, style: androidx.compose.ui.text.TextStyle?, readMoreText: kotlin.String?, readMoreColor: androidx.compose.ui.graphics.Color, readMoreFontSize: androidx.compose.ui.unit.TextUnit, readMoreFontStyle: androidx.compose.ui.text.font.FontStyle?, readMoreFontWeight: androidx.compose.ui.text.font.FontWeight?, readMoreFontFamily: androidx.compose.ui.text.font.FontFamily?, readMoreTextDecoration: androidx.compose.ui.text.style.TextDecoration?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessColor: androidx.compose.ui.graphics.Color, readLessFontSize: androidx.compose.ui.unit.TextUnit, readLessFontStyle: androidx.compose.ui.text.font.FontStyle?, readLessFontWeight: androidx.compose.ui.text.font.FontWeight?, readLessFontFamily: androidx.compose.ui.text.font.FontFamily?, readLessTextDecoration: androidx.compose.ui.text.style.TextDecoration?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $changed2: kotlin.Int, $changed3: kotlin.Int, $default: kotlin.Int, $default1: kotlin.Int): kotlin.Unit |
| 58 | + skippable: false |
| 59 | + restartable: true |
| 60 | + params: |
| 61 | + - text: STABLE (marked @Stable or @Immutable) |
| 62 | + - expanded: STABLE (primitive type) |
| 63 | + - modifier: STABLE (marked @Stable or @Immutable) |
| 64 | + - onExpandedChange: STABLE (function type) |
| 65 | + - contentPadding: STABLE (marked @Stable or @Immutable) |
| 66 | + - color: STABLE (marked @Stable or @Immutable) |
| 67 | + - fontSize: STABLE (marked @Stable or @Immutable) |
| 68 | + - fontStyle: STABLE (known stable type) |
| 69 | + - fontWeight: STABLE (marked @Stable or @Immutable) |
| 70 | + - fontFamily: STABLE (marked @Stable or @Immutable) |
| 71 | + - letterSpacing: STABLE (marked @Stable or @Immutable) |
| 72 | + - textDecoration: STABLE (marked @Stable or @Immutable) |
| 73 | + - textAlign: STABLE (known stable type) |
| 74 | + - lineHeight: STABLE (marked @Stable or @Immutable) |
| 75 | + - softWrap: STABLE (primitive type) |
| 76 | + - onTextLayout: STABLE (function type) |
| 77 | + - style: STABLE (marked @Stable or @Immutable) |
| 78 | + - readMoreText: STABLE |
| 79 | + - readMoreColor: STABLE (marked @Stable or @Immutable) |
| 80 | + - readMoreFontSize: STABLE (marked @Stable or @Immutable) |
| 81 | + - readMoreFontStyle: STABLE (known stable type) |
| 82 | + - readMoreFontWeight: STABLE (marked @Stable or @Immutable) |
| 83 | + - readMoreFontFamily: STABLE (marked @Stable or @Immutable) |
| 84 | + - readMoreTextDecoration: STABLE (marked @Stable or @Immutable) |
| 85 | + - readMoreMaxLines: STABLE (primitive type) |
| 86 | + - readMoreOverflow: STABLE |
| 87 | + - readMoreStyle: STABLE (marked @Stable or @Immutable) |
| 88 | + - readLessText: STABLE |
| 89 | + - readLessColor: STABLE (marked @Stable or @Immutable) |
| 90 | + - readLessFontSize: STABLE (marked @Stable or @Immutable) |
| 91 | + - readLessFontStyle: STABLE (known stable type) |
| 92 | + - readLessFontWeight: STABLE (marked @Stable or @Immutable) |
| 93 | + - readLessFontFamily: STABLE (marked @Stable or @Immutable) |
| 94 | + - readLessTextDecoration: STABLE (marked @Stable or @Immutable) |
| 95 | + - readLessStyle: STABLE (marked @Stable or @Immutable) |
| 96 | + - toggleArea: STABLE |
| 97 | + - $composer: RUNTIME (requires runtime check) |
| 98 | + - $changed: STABLE (primitive type) |
| 99 | + - $changed1: STABLE (primitive type) |
| 100 | + - $changed2: STABLE (primitive type) |
| 101 | + - $changed3: STABLE (primitive type) |
| 102 | + - $default: STABLE (primitive type) |
| 103 | + - $default1: STABLE (primitive type) |
| 104 | + |
0 commit comments