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
+37-33Lines changed: 37 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -163,39 +163,6 @@ public fun com.ninecraft.booket.core.designsystem.component.checkbox.TickOnlyChe
163
163
- onCheckedChange: STABLE (function type)
164
164
- modifier: STABLE (marked @Stable or @Immutable)
165
165
166
-
@Composable
167
-
public fun com.ninecraft.booket.core.designsystem.component.chip.ReedRemovableChip(label: kotlin.String, chipSizeStyle: com.ninecraft.booket.core.designsystem.component.chip.ChipSizeStyle, onRemove: kotlin.Function0<kotlin.Unit>, modifier: androidx.compose.ui.Modifier): kotlin.Unit
168
-
skippable: true
169
-
restartable: true
170
-
params:
171
-
- label: STABLE (String is immutable)
172
-
- chipSizeStyle: STABLE (class with no mutable properties)
173
-
- onRemove: STABLE (function type)
174
-
- modifier: STABLE (marked @Stable or @Immutable)
175
-
176
-
@Composable
177
-
public fun com.ninecraft.booket.core.designsystem.component.chip.ReedSelectableChip(label: kotlin.String, chipSizeStyle: com.ninecraft.booket.core.designsystem.component.chip.ChipSizeStyle, selected: kotlin.Boolean, onClick: kotlin.Function0<kotlin.Unit>, modifier: androidx.compose.ui.Modifier): kotlin.Unit
178
-
skippable: true
179
-
restartable: true
180
-
params:
181
-
- label: STABLE (String is immutable)
182
-
- chipSizeStyle: STABLE (class with no mutable properties)
183
-
- selected: STABLE (primitive type)
184
-
- onClick: STABLE (function type)
185
-
- modifier: STABLE (marked @Stable or @Immutable)
186
-
187
-
@Composable
188
-
public fun com.ninecraft.booket.core.designsystem.component.chip.mediumChipStyle(): com.ninecraft.booket.core.designsystem.component.chip.ChipSizeStyle
189
-
skippable: true
190
-
restartable: true
191
-
params:
192
-
193
-
@Composable
194
-
public fun com.ninecraft.booket.core.designsystem.component.chip.smallChipStyle(): com.ninecraft.booket.core.designsystem.component.chip.ChipSizeStyle
@@ -232,3 +199,40 @@ public fun com.ninecraft.booket.core.designsystem.component.textfield.ReedTextFi
232
199
- borderStroke: STABLE (marked @Stable or @Immutable)
233
200
- searchIconTint: STABLE (marked @Stable or @Immutable)
234
201
202
+
@Composable
203
+
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme(content: @[Composable] androidx.compose.runtime.internal.ComposableFunction0<kotlin.Unit>): kotlin.Unit
204
+
skippable: true
205
+
restartable: true
206
+
params:
207
+
- content: STABLE (composable function type)
208
+
209
+
@Composable
210
+
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme.border(): com.ninecraft.booket.core.designsystem.theme.ReedBorder
211
+
skippable: true
212
+
restartable: true
213
+
params:
214
+
215
+
@Composable
216
+
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme.colors(): com.ninecraft.booket.core.designsystem.theme.ReedColorScheme
217
+
skippable: true
218
+
restartable: true
219
+
params:
220
+
221
+
@Composable
222
+
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme.radius(): com.ninecraft.booket.core.designsystem.theme.ReedRadius
223
+
skippable: true
224
+
restartable: true
225
+
params:
226
+
227
+
@Composable
228
+
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme.spacing(): com.ninecraft.booket.core.designsystem.theme.ReedSpacing
229
+
skippable: true
230
+
restartable: true
231
+
params:
232
+
233
+
@Composable
234
+
public fun com.ninecraft.booket.core.designsystem.theme.ReedTheme.typography(): com.ninecraft.booket.core.designsystem.theme.ReedTypography
0 commit comments