Package-level declarations
Types
Visual defaults for ContractCallProgressBar; dark-theme friendly.
Holder for the contract-call stage stream. Pass report straight to a contract call's onProgress, render stage with ContractCallProgressBar, and call clear when the call finishes (typically in a finally).
Functions
Clickable modifier with Material-3 interaction feedback for the panel's custom-drawn chips and pills (the ones built on Box/Row rather than a Material Button, which already has its own state layers).
Human-readable default label for a ContractCallStage; null if none applies.
Top-of-screen row that hosts the panel chips: sigil identity on the left, wallet status on the right.
Maps a ContractCallStage to a 0..1 progress value for the bar.
Remembers a ContractCallProgressState across recompositions.