From c47234488a99193410b5cdc5192f17b5ef332534 Mon Sep 17 00:00:00 2001 From: Nate Baldwin Date: Mon, 18 May 2026 11:12:30 -0700 Subject: [PATCH] feat: added group, banner, and table to design system registry temrs for structure --- .../registry/structures.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/design-system-registry/registry/structures.json b/packages/design-system-registry/registry/structures.json index 5fceb9f3..ebaa3636 100644 --- a/packages/design-system-registry/registry/structures.json +++ b/packages/design-system-registry/registry/structures.json @@ -22,6 +22,21 @@ "id": "accessory", "label": "Accessory", "description": "Supplementary element attached to a primary structure" + }, + { + "id": "group", + "label": "Group", + "description": "Collection of similar UI elements or relatedcontrols" + }, + { + "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" } ] }