You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/designsystem/stability/designsystem.stability
+5-83Lines changed: 5 additions & 83 deletions
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,12 @@ public fun com.ninecraft.booket.core.designsystem.component.NetworkImage(imageUr
15
15
- placeholder: RUNTIME (requires runtime check)
16
16
- contentScale: STABLE (marked @Stable or @Immutable)
17
17
18
-
@Composable
19
-
private fun com.ninecraft.booket.core.designsystem.component.NetworkImagePreview(): kotlin.Unit
20
-
skippable: true
21
-
restartable: true
22
-
params:
23
-
24
18
@Composable
25
19
public fun com.ninecraft.booket.core.designsystem.component.RecordProgressBar(currentStep: com.ninecraft.booket.core.designsystem.RecordStep, modifier: androidx.compose.ui.Modifier): kotlin.Unit
26
20
skippable: true
27
21
restartable: true
28
22
params:
29
-
- currentStep: STABLE
23
+
- currentStep: STABLE (class with no mutable properties)
30
24
- modifier: STABLE (marked @Stable or @Immutable)
31
25
32
26
@Composable
@@ -36,12 +30,6 @@ public fun com.ninecraft.booket.core.designsystem.component.ReedDivider(modifier
36
30
params:
37
31
- modifier: STABLE (marked @Stable or @Immutable)
38
32
39
-
@Composable
40
-
private fun com.ninecraft.booket.core.designsystem.component.ReedDividerPreview(): kotlin.Unit
41
-
skippable: true
42
-
restartable: true
43
-
params:
44
-
45
33
@Composable
46
34
public fun com.ninecraft.booket.core.designsystem.component.ResourceImage(imageRes: kotlin.Int, contentDescription: kotlin.String, modifier: androidx.compose.ui.Modifier, placeholder: androidx.compose.ui.graphics.painter.Painter?, contentScale: androidx.compose.ui.layout.ContentScale): kotlin.Unit
47
35
skippable: false
@@ -53,12 +41,6 @@ public fun com.ninecraft.booket.core.designsystem.component.ResourceImage(imageR
53
41
- placeholder: RUNTIME (requires runtime check)
54
42
- contentScale: STABLE (marked @Stable or @Immutable)
55
43
56
-
@Composable
57
-
private fun com.ninecraft.booket.core.designsystem.component.ResourceImagePreview(): kotlin.Unit
58
-
skippable: true
59
-
restartable: true
60
-
params:
61
-
62
44
@Composable
63
45
public fun com.ninecraft.booket.core.designsystem.component.button.<get-largeButtonStyle>(): com.ninecraft.booket.core.designsystem.component.button.ButtonSizeStyle
64
46
skippable: true
@@ -102,8 +84,8 @@ public fun com.ninecraft.booket.core.designsystem.component.button.ReedButton(on
102
84
params:
103
85
- onClick: STABLE (function type)
104
86
- text: STABLE (String is immutable)
105
-
- sizeStyle: STABLE
106
-
- colorStyle: STABLE
87
+
- sizeStyle: STABLE (class with no mutable properties)
88
+
- colorStyle: STABLE (class with no mutable properties)
107
89
- modifier: STABLE (marked @Stable or @Immutable)
108
90
- enabled: STABLE (primitive type)
109
91
- leadingIcon: STABLE (composable function type)
@@ -141,49 +123,19 @@ public fun com.ninecraft.booket.core.designsystem.component.button.ReedButtonCol
141
123
restartable: true
142
124
params:
143
125
144
-
@Composable
145
-
private fun com.ninecraft.booket.core.designsystem.component.button.ReedButtonDisabledPreview(): kotlin.Unit
146
-
skippable: true
147
-
restartable: true
148
-
params:
149
-
150
-
@Composable
151
-
private fun com.ninecraft.booket.core.designsystem.component.button.ReedLargeButtonPreview(): kotlin.Unit
152
-
skippable: true
153
-
restartable: true
154
-
params:
155
-
156
-
@Composable
157
-
private fun com.ninecraft.booket.core.designsystem.component.button.ReedMediumButtonPreview(): kotlin.Unit
158
-
skippable: true
159
-
restartable: true
160
-
params:
161
-
162
-
@Composable
163
-
private fun com.ninecraft.booket.core.designsystem.component.button.ReedSmallButtonPreview(): kotlin.Unit
164
-
skippable: true
165
-
restartable: true
166
-
params:
167
-
168
126
@Composable
169
127
public fun com.ninecraft.booket.core.designsystem.component.button.ReedTextButton(onClick: kotlin.Function0<kotlin.Unit>, text: kotlin.String, sizeStyle: com.ninecraft.booket.core.designsystem.component.button.ButtonSizeStyle, colorStyle: com.ninecraft.booket.core.designsystem.component.button.ReedButtonColorStyle, modifier: androidx.compose.ui.Modifier, enabled: kotlin.Boolean, multipleEventsCutterEnabled: kotlin.Boolean): kotlin.Unit
170
128
skippable: true
171
129
restartable: true
172
130
params:
173
131
- onClick: STABLE (function type)
174
132
- text: STABLE (String is immutable)
175
-
- sizeStyle: STABLE
176
-
- colorStyle: STABLE
133
+
- sizeStyle: STABLE (class with no mutable properties)
134
+
- colorStyle: STABLE (class with no mutable properties)
private fun com.ninecraft.booket.core.designsystem.component.button.ReedTextButtonPreview(): kotlin.Unit
183
-
skippable: true
184
-
restartable: true
185
-
params:
186
-
187
139
@Composable
188
140
public fun com.ninecraft.booket.core.designsystem.component.checkbox.CircleCheckBox(checked: kotlin.Boolean, onCheckedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>, modifier: androidx.compose.ui.Modifier): kotlin.Unit
189
141
skippable: true
@@ -193,12 +145,6 @@ public fun com.ninecraft.booket.core.designsystem.component.checkbox.CircleCheck
193
145
- onCheckedChange: STABLE (function type)
194
146
- modifier: STABLE (marked @Stable or @Immutable)
195
147
196
-
@Composable
197
-
private fun com.ninecraft.booket.core.designsystem.component.checkbox.CircleCheckboxPreview(): kotlin.Unit
198
-
skippable: true
199
-
restartable: true
200
-
params:
201
-
202
148
@Composable
203
149
public fun com.ninecraft.booket.core.designsystem.component.checkbox.SquareCheckBox(checked: kotlin.Boolean, onCheckedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>, modifier: androidx.compose.ui.Modifier): kotlin.Unit
204
150
skippable: true
@@ -208,12 +154,6 @@ public fun com.ninecraft.booket.core.designsystem.component.checkbox.SquareCheck
208
154
- onCheckedChange: STABLE (function type)
209
155
- modifier: STABLE (marked @Stable or @Immutable)
210
156
211
-
@Composable
212
-
private fun com.ninecraft.booket.core.designsystem.component.checkbox.SquareCheckboxPreview(): kotlin.Unit
213
-
skippable: true
214
-
restartable: true
215
-
params:
216
-
217
157
@Composable
218
158
public fun com.ninecraft.booket.core.designsystem.component.checkbox.TickOnlyCheckBox(checked: kotlin.Boolean, onCheckedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>, modifier: androidx.compose.ui.Modifier): kotlin.Unit
219
159
skippable: true
@@ -223,12 +163,6 @@ public fun com.ninecraft.booket.core.designsystem.component.checkbox.TickOnlyChe
223
163
- onCheckedChange: STABLE (function type)
224
164
- modifier: STABLE (marked @Stable or @Immutable)
225
165
226
-
@Composable
227
-
private fun com.ninecraft.booket.core.designsystem.component.checkbox.TickOnlyCheckBoxPreview(): kotlin.Unit
@@ -271,12 +199,6 @@ public fun com.ninecraft.booket.core.designsystem.component.textfield.ReedTextFi
271
199
- borderStroke: STABLE (marked @Stable or @Immutable)
272
200
- searchIconTint: STABLE (marked @Stable or @Immutable)
273
201
274
-
@Composable
275
-
private fun com.ninecraft.booket.core.designsystem.component.textfield.ReedTextFieldPreview(): kotlin.Unit
276
-
skippable: true
277
-
restartable: true
278
-
params:
279
-
280
202
@Composable
281
203
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme(content: @[Composable] androidx.compose.runtime.internal.ComposableFunction0<kotlin.Unit>): kotlin.Unit
Copy file name to clipboardExpand all lines: core/ui/stability/ui.stability
+5-41Lines changed: 5 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,6 @@ public fun com.ninecraft.booket.core.ui.component.InfinityLazyColumn(modifier: a
35
35
- loadMore: STABLE (function type)
36
36
- content: STABLE (function type)
37
37
38
-
@Composable
39
-
private fun com.ninecraft.booket.core.ui.component.InfinityLazyColumnPreview(): kotlin.Unit
40
-
skippable: true
41
-
restartable: true
42
-
params:
43
-
44
38
@Composable
45
39
public fun com.ninecraft.booket.core.ui.component.LoadStateFooter(footerState: com.ninecraft.booket.core.ui.component.FooterState, onRetryClick: kotlin.Function0<kotlin.Unit>, modifier: androidx.compose.ui.Modifier): kotlin.Unit
46
40
skippable: true
@@ -60,12 +54,6 @@ public fun com.ninecraft.booket.core.ui.component.ReedBackTopAppBar(modifier: an
60
54
- title: STABLE (String is immutable)
61
55
- onBackClick: STABLE (function type)
62
56
63
-
@Composable
64
-
private fun com.ninecraft.booket.core.ui.component.ReedBackTopAppBarPreview(): kotlin.Unit
65
-
skippable: true
66
-
restartable: true
67
-
params:
68
-
69
57
@Composable
70
58
public fun com.ninecraft.booket.core.ui.component.ReedBottomSheet(onDismissRequest: kotlin.Function0<kotlin.Unit>, modifier: androidx.compose.ui.Modifier, sheetState: androidx.compose.material3.SheetState, content: @[Composable] androidx.compose.runtime.internal.ComposableFunction0<kotlin.Unit>): kotlin.Unit
71
59
skippable: true
@@ -82,12 +70,6 @@ private fun com.ninecraft.booket.core.ui.component.ReedBottomSheetPreview(): kot
82
70
restartable: true
83
71
params:
84
72
85
-
@Composable
86
-
private fun com.ninecraft.booket.core.ui.component.ReedChoiceDialogPreview(): kotlin.Unit
87
-
skippable: true
88
-
restartable: true
89
-
params:
90
-
91
73
@Composable
92
74
public fun com.ninecraft.booket.core.ui.component.ReedCloseTopAppBar(modifier: androidx.compose.ui.Modifier, isDark: kotlin.Boolean, title: kotlin.String, onClose: kotlin.Function0<kotlin.Unit>): kotlin.Unit
93
75
skippable: true
@@ -98,18 +80,6 @@ public fun com.ninecraft.booket.core.ui.component.ReedCloseTopAppBar(modifier: a
98
80
- title: STABLE (String is immutable)
99
81
- onClose: STABLE (function type)
100
82
101
-
@Composable
102
-
private fun com.ninecraft.booket.core.ui.component.ReedCloseTopAppBarPreview(): kotlin.Unit
103
-
skippable: true
104
-
restartable: true
105
-
params:
106
-
107
-
@Composable
108
-
private fun com.ninecraft.booket.core.ui.component.ReedConfirmDialogPreview(): kotlin.Unit
109
-
skippable: true
110
-
restartable: true
111
-
params:
112
-
113
83
@Composable
114
84
public fun com.ninecraft.booket.core.ui.component.ReedDialog(confirmButtonText: kotlin.String, onConfirmRequest: kotlin.Function0<kotlin.Unit>, modifier: androidx.compose.ui.Modifier, title: kotlin.String?, description: kotlin.String?, dismissButtonText: kotlin.String?, onDismissRequest: kotlin.Function0<kotlin.Unit>, headerContent: @[Composable] androidx.compose.runtime.internal.ComposableFunction0<kotlin.Unit>?): kotlin.Unit
115
85
skippable: true
@@ -118,9 +88,9 @@ public fun com.ninecraft.booket.core.ui.component.ReedDialog(confirmButtonText:
118
88
- confirmButtonText: STABLE (String is immutable)
119
89
- onConfirmRequest: STABLE (function type)
120
90
- modifier: STABLE (marked @Stable or @Immutable)
121
-
- title: STABLE
122
-
- description: STABLE
123
-
- dismissButtonText: STABLE
91
+
- title: STABLE (class with no mutable properties)
92
+
- description: STABLE (class with no mutable properties)
93
+
- dismissButtonText: STABLE (class with no mutable properties)
124
94
- onDismissRequest: STABLE (function type)
125
95
- headerContent: STABLE (composable function type)
126
96
@@ -175,19 +145,13 @@ public fun com.ninecraft.booket.core.ui.component.ReedTopAppBar(modifier: androi
175
145
- modifier: STABLE (marked @Stable or @Immutable)
176
146
- isDark: STABLE (primitive type)
177
147
- title: STABLE (String is immutable)
178
-
- startIconRes: STABLE
148
+
- startIconRes: STABLE (class with no mutable properties)
179
149
- startIconDescription: STABLE (String is immutable)
180
150
- startIconOnClick: STABLE (function type)
181
-
- endIconRes: STABLE
151
+
- endIconRes: STABLE (class with no mutable properties)
182
152
- endIconDescription: STABLE (String is immutable)
183
153
- endIconOnClick: STABLE (function type)
184
154
185
-
@Composable
186
-
private fun com.ninecraft.booket.core.ui.component.ReedTopAppBarPreview(): kotlin.Unit
187
-
skippable: true
188
-
restartable: true
189
-
params:
190
-
191
155
@Composable
192
156
private fun com.ninecraft.booket.core.ui.component.onLoadMore(limitCount: kotlin.Int, loadOnBottom: kotlin.Boolean, action: kotlin.Function0<kotlin.Unit>): kotlin.Unit
0 commit comments