diff --git a/packages/design-system-registry/registry/structures.json b/packages/design-system-registry/registry/structures.json index 55c89279..69f4920d 100644 --- a/packages/design-system-registry/registry/structures.json +++ b/packages/design-system-registry/registry/structures.json @@ -23,6 +23,21 @@ "label": "Accessory", "description": "Supplementary element attached to a primary structure" }, + { + "id": "group", + "label": "Group", + "description": "Collection of similar UI elements or related controls" + }, + { + "id": "banner", + "label": "Banner", + "description": "Prominent element for displaying non-permanent information or actions" + }, + { + "id": "table", + "label": "Table", + "description": "Tabular layout of rows and columns for structured data" + }, { "id": "body", "label": "Body",