Activity Item

A card in the Live Activity Stream / Order Details Shipment Timeline — category badge, title, body copy, and a timestamp, with a tone-colored left accent.

Selector: tip-activity-item

API

Name Type Default Description
category (input) string | null null Rendered as a small tip-badge (e.g. "ACTION REQUIRED", "DISPATCHED").
tone (input) Tone 'neutral' Colors both the category badge and the card's left border accent.
title (input) string | null null Bold title line.
body (input) string | null null Muted body copy.
time (input) string | null null Right-aligned timestamp (e.g. "2m ago").
loading (input) boolean false Renders a skeleton head/title/body layout instead.

Usage

<tip-activity-item [tone]="t.tone" [category]="t.category" [time]="t.time" [title]="t.title" [body]="t.body" />

Notes