|
5 | 5 | // ./gradlew :readmore-foundation:stabilityDump |
6 | 6 |
|
7 | 7 | @Composable |
8 | | -public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreText(text: kotlin.String, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit |
| 8 | +private fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot(testCase: com.webtoonscorp.android.readmore.foundation.ScreenshotTestCase, expanded: kotlin.Boolean, readMoreText: kotlin.String?, readLessText: kotlin.String?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit |
9 | 9 | skippable: false |
10 | 10 | restartable: true |
11 | 11 | params: |
12 | | - - text: STABLE (String is immutable) |
| 12 | + - testCase: STABLE (marked @Stable or @Immutable) |
13 | 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 | | - - style: STABLE (marked @Stable or @Immutable) |
18 | | - - onTextLayout: STABLE (function type) |
19 | | - - softWrap: STABLE (primitive type) |
20 | 14 | - readMoreText: STABLE |
21 | | - - readMoreMaxLines: STABLE (primitive type) |
22 | | - - readMoreOverflow: STABLE |
23 | | - - readMoreStyle: STABLE (marked @Stable or @Immutable) |
24 | 15 | - readLessText: STABLE |
25 | | - - readLessStyle: STABLE (marked @Stable or @Immutable) |
26 | | - - toggleArea: STABLE |
27 | 16 | - $composer: RUNTIME (requires runtime check) |
28 | 17 | - $changed: STABLE (primitive type) |
29 | | - - $changed1: STABLE (primitive type) |
30 | 18 | - $default: STABLE (primitive type) |
31 | 19 |
|
32 | 20 | @Composable |
33 | | -public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreText(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?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit |
| 21 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
34 | 22 | skippable: false |
35 | 23 | restartable: true |
36 | 24 | params: |
37 | | - - text: STABLE (marked @Stable or @Immutable) |
38 | | - - expanded: STABLE (primitive type) |
39 | | - - modifier: STABLE (marked @Stable or @Immutable) |
40 | | - - onExpandedChange: STABLE (function type) |
41 | | - - contentPadding: STABLE (marked @Stable or @Immutable) |
42 | | - - style: STABLE (marked @Stable or @Immutable) |
43 | | - - onTextLayout: STABLE (function type) |
44 | | - - softWrap: STABLE (primitive type) |
45 | | - - readMoreText: STABLE |
46 | | - - readMoreMaxLines: STABLE (primitive type) |
47 | | - - readMoreOverflow: STABLE |
48 | | - - readMoreStyle: STABLE (marked @Stable or @Immutable) |
49 | | - - readLessText: STABLE |
50 | | - - readLessStyle: STABLE (marked @Stable or @Immutable) |
51 | | - - toggleArea: STABLE |
52 | 25 | - $composer: RUNTIME (requires runtime check) |
53 | 26 | - $changed: STABLE (primitive type) |
54 | | - - $changed1: STABLE (primitive type) |
55 | | - - $default: STABLE (primitive type) |
56 | 27 |
|
57 | 28 | @Composable |
58 | | -private fun com.webtoonscorp.android.readmore.foundation.CoreReadMoreText(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?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit |
| 29 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
59 | 30 | skippable: false |
60 | 31 | restartable: true |
61 | 32 | params: |
62 | | - - text: STABLE (marked @Stable or @Immutable) |
63 | | - - expanded: STABLE (primitive type) |
64 | | - - modifier: STABLE (marked @Stable or @Immutable) |
65 | | - - onExpandedChange: STABLE (function type) |
66 | | - - contentPadding: STABLE (marked @Stable or @Immutable) |
67 | | - - style: STABLE (marked @Stable or @Immutable) |
68 | | - - onTextLayout: STABLE (function type) |
69 | | - - softWrap: STABLE (primitive type) |
70 | | - - readMoreText: STABLE |
71 | | - - readMoreMaxLines: STABLE (primitive type) |
72 | | - - readMoreOverflow: STABLE |
73 | | - - readMoreStyle: STABLE (marked @Stable or @Immutable) |
74 | | - - readLessText: STABLE |
75 | | - - readLessStyle: STABLE (marked @Stable or @Immutable) |
76 | | - - toggleArea: STABLE |
77 | 33 | - $composer: RUNTIME (requires runtime check) |
78 | 34 | - $changed: STABLE (primitive type) |
79 | | - - $changed1: STABLE (primitive type) |
80 | | - - $default: STABLE (primitive type) |
81 | 35 |
|
82 | 36 | @Composable |
83 | | -public fun com.webtoonscorp.android.readmore.foundation.CoreReadMoreText.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 37 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 38 | + skippable: false |
| 39 | + restartable: true |
| 40 | + params: |
| 41 | + - $composer: RUNTIME (requires runtime check) |
| 42 | + - $changed: STABLE (primitive type) |
| 43 | + |
| 44 | +@Composable |
| 45 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.default_none.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 46 | + skippable: false |
| 47 | + restartable: true |
| 48 | + params: |
| 49 | + - $composer: RUNTIME (requires runtime check) |
| 50 | + - $changed: STABLE (primitive type) |
| 51 | + |
| 52 | +@Composable |
| 53 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.expanded_none.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 54 | + skippable: false |
| 55 | + restartable: true |
| 56 | + params: |
| 57 | + - $composer: RUNTIME (requires runtime check) |
| 58 | + - $changed: STABLE (primitive type) |
| 59 | + |
| 60 | +@Composable |
| 61 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 62 | + skippable: false |
| 63 | + restartable: true |
| 64 | + params: |
| 65 | + - $composer: RUNTIME (requires runtime check) |
| 66 | + - $changed: STABLE (primitive type) |
| 67 | + |
| 68 | +@Composable |
| 69 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 70 | + skippable: false |
| 71 | + restartable: true |
| 72 | + params: |
| 73 | + - $composer: RUNTIME (requires runtime check) |
| 74 | + - $changed: STABLE (primitive type) |
| 75 | + |
| 76 | +@Composable |
| 77 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 78 | + skippable: false |
| 79 | + restartable: true |
| 80 | + params: |
| 81 | + - $composer: RUNTIME (requires runtime check) |
| 82 | + - $changed: STABLE (primitive type) |
| 83 | + |
| 84 | +@Composable |
| 85 | +public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 86 | + skippable: false |
| 87 | + restartable: true |
| 88 | + params: |
| 89 | + - $composer: RUNTIME (requires runtime check) |
| 90 | + - $changed: STABLE (primitive type) |
| 91 | + |
| 92 | +@Composable |
| 93 | +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-1.<anonymous>(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 94 | + skippable: false |
| 95 | + restartable: true |
| 96 | + params: |
| 97 | + - it: STABLE (String is immutable) |
| 98 | + - $composer: RUNTIME (requires runtime check) |
| 99 | + - $changed: STABLE (primitive type) |
| 100 | + |
| 101 | +@Composable |
| 102 | +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-1.<anonymous>.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 103 | + skippable: false |
| 104 | + restartable: true |
| 105 | + params: |
| 106 | + - $composer: RUNTIME (requires runtime check) |
| 107 | + - $changed: STABLE (primitive type) |
| 108 | + |
| 109 | +@Composable |
| 110 | +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-2.<anonymous>(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 111 | + skippable: false |
| 112 | + restartable: true |
| 113 | + params: |
| 114 | + - it: STABLE (String is immutable) |
| 115 | + - $composer: RUNTIME (requires runtime check) |
| 116 | + - $changed: STABLE (primitive type) |
| 117 | + |
| 118 | +@Composable |
| 119 | +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-2.<anonymous>.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 120 | + skippable: false |
| 121 | + restartable: true |
| 122 | + params: |
| 123 | + - $composer: RUNTIME (requires runtime check) |
| 124 | + - $changed: STABLE (primitive type) |
| 125 | + |
| 126 | +@Composable |
| 127 | +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-3.<anonymous>(it: kotlin.String, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
| 128 | + skippable: false |
| 129 | + restartable: true |
| 130 | + params: |
| 131 | + - it: STABLE (String is immutable) |
| 132 | + - $composer: RUNTIME (requires runtime check) |
| 133 | + - $changed: STABLE (primitive type) |
| 134 | + |
| 135 | +@Composable |
| 136 | +public fun com.webtoonscorp.android.readmore.foundation.ComposableSingletons$BasicReadMoreTextScreenshotTestKt.lambda-3.<anonymous>.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit |
84 | 137 | skippable: false |
85 | 138 | restartable: true |
86 | 139 | params: |
|
0 commit comments