From d24c819e7d486e470f5e0cb8e51165c6a9be39a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:26:11 +0000 Subject: [PATCH] chore(docs): Updated UI Reference (#6754) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> --- www/apps/ui/src/specs/Badge/Badge.json | 10 +++++++++- www/apps/ui/src/specs/Command/Command.Copy.json | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 www/apps/ui/src/specs/Command/Command.Copy.json diff --git a/www/apps/ui/src/specs/Badge/Badge.json b/www/apps/ui/src/specs/Badge/Badge.json index 71cf8d2dce..704563da4e 100644 --- a/www/apps/ui/src/specs/Badge/Badge.json +++ b/www/apps/ui/src/specs/Badge/Badge.json @@ -22,8 +22,16 @@ "description": "The badge's size.", "tsType": { "name": "union", - "raw": "\"small\" \\| \"base\" \\| \"large\"", + "raw": "\"2xsmall\" \\| \"xsmall\" \\| \"small\" \\| \"base\" \\| \"large\"", "elements": [ + { + "name": "literal", + "value": "\"2xsmall\"" + }, + { + "name": "literal", + "value": "\"xsmall\"" + }, { "name": "literal", "value": "\"small\"" diff --git a/www/apps/ui/src/specs/Command/Command.Copy.json b/www/apps/ui/src/specs/Command/Command.Copy.json new file mode 100644 index 0000000000..d99db8c1e2 --- /dev/null +++ b/www/apps/ui/src/specs/Command/Command.Copy.json @@ -0,0 +1,6 @@ +{ + "description": "", + "methods": [], + "displayName": "Command.Copy", + "props": {} +} \ No newline at end of file