Atlassian Design System semantic status pill with six strictly defined appearance variants — default (grey), success (green), removed (red), inprogress (blue), moved (yellow), new (teal). Uppercase rounded-rectangle label. Distinct from badge_group which uses arbitrary colours; lozenge maps to Jira/Confluence status semantics. Adapted from Atlassian Design System Lozenge component.
| Surface | Note |
|---|---|
| googlechat | renders as plain uppercase text label; no colour background |
| Field | Type | |
|---|---|---|
| text | string. The lozenge label (single lozenge mode). | required |
| appearance | string. One of default | success | removed | inprogress | moved | new. Default default. | optional |
| items | array. List of {text, appearance} for a row of multiple lozenges. Overrides single text/appearance fields. | optional |
{
"type": "lozenge",
"text": "New"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:lozenge",
"displayName": "Lozenge",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/lozenge",
"capabilities": [
"web",
"meet-stage",
"email",
"pdf",
"apps-script-web"
],
"description": "Atlassian Design System semantic status pill with six strictly defined appearance variants \u2014 default (grey), success (green), removed (red), inprogress (blue), moved (yellow), new (teal). Uppercase rounded-rectangle label. Distinct from badge_group which uses arbitrary colours; lozenge maps to Jira/Confluence status semantics. Adapted from Atlassian Design System Lozenge component.",
"representativeQueries": [
"show a Atlassian-semantic status pill with defined appearance variants",
"atlassian design system semantic status pill with six strictly defined appearance variants \u2014 default",
"render a lozenge"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →