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