From 34cd5b3f8157c030da9bbc1d41bf9a56ae4d2700 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:56:10 +0000 Subject: [PATCH] chore(docs): Updated UI Reference (automated) (#11393) 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/Divider/Divider.json | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 www/apps/ui/src/specs/Divider/Divider.json diff --git a/www/apps/ui/src/specs/Divider/Divider.json b/www/apps/ui/src/specs/Divider/Divider.json new file mode 100644 index 0000000000..883f6786a2 --- /dev/null +++ b/www/apps/ui/src/specs/Divider/Divider.json @@ -0,0 +1,54 @@ +{ + "description": "", + "methods": [], + "displayName": "Divider", + "props": { + "orientation": { + "required": false, + "tsType": { + "name": "union", + "raw": "\"horizontal\" | \"vertical\"", + "elements": [ + { + "name": "literal", + "value": "\"horizontal\"" + }, + { + "name": "literal", + "value": "\"vertical\"" + } + ] + }, + "description": "", + "defaultValue": { + "value": "\"horizontal\"", + "computed": false + } + }, + "variant": { + "required": false, + "tsType": { + "name": "union", + "raw": "\"dashed\" | \"solid\"", + "elements": [ + { + "name": "literal", + "value": "\"dashed\"" + }, + { + "name": "literal", + "value": "\"solid\"" + } + ] + }, + "description": "", + "defaultValue": { + "value": "\"solid\"", + "computed": false + } + } + }, + "composes": [ + "Omit" + ] +} \ No newline at end of file