Package-level declarations
Types
Functions
Link copied to clipboard
fun ComplianceEventMessageUI(message: String, onRevokeClick: () -> Unit, testTag: String = "compliance_event_message")
Link copied to clipboard
fun ComplianceEventMessageUILegacy(message: String, onRevokeClick: () -> Unit, testTag: String = "")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun EventMessageUI(message: String, @DrawableRes drawableResource: Int? = null, testTag: String = "event_message")
Link copied to clipboard
Link copied to clipboard
fun KindlyButton(modifier: Modifier, @DrawableRes drawableRes: Int? = null, text: String, onClick: () -> Unit, textColor: Color = ColorKindly.getKindlyColor(ItemColor.ColorButtonText), enabled: Boolean = true, state: ButtonState = ButtonState.Normal, testTagValue: String? = null, colors: ButtonColors = ButtonDefaults.outlinedButtonColors(
containerColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonBackground),
contentColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonText),
disabledContainerColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonBackground),
disabledContentColor = ColorKindly.getKindlyColor(ItemColor.ColorButtonText).copy(alpha = 0.6f),
))
Link copied to clipboard
Link copied to clipboard