SigilChipUi

data class SigilChipUi(val label: String, val status: String, val didShort: String, val didFull: String, val tone: SigilChipUi.Tone = Tone.Neutral)

Sample-able UI model for the sigil chip's tiers.

Constructors

Link copied to clipboard
constructor(label: String, status: String, didShort: String, didFull: String, tone: SigilChipUi.Tone = Tone.Neutral)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Health of the sigil, driving the status dot / status-text color. Only Protected earns the reserved green — a forged, active identity. Everything else stays neutral or error so the chip never signals "protected" while the sigil is absent, initializing, or failed (green-when-disconnected was a lie).