chore(docs): Updated UI Reference (automated) (#9726)

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>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-24 09:38:58 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent 432af1e2d1
commit e196ad7659
99 changed files with 2962 additions and 2581 deletions
@@ -6,22 +6,7 @@
"status": {
"required": false,
"tsType": {
"name": "union",
"raw": "\"not-started\" \\| \"in-progress\" \\| \"completed\"",
"elements": [
{
"name": "literal",
"value": "\"not-started\""
},
{
"name": "literal",
"value": "\"in-progress\""
},
{
"name": "literal",
"value": "\"completed\""
}
]
"name": "ProgressStatus"
},
"description": "The current status."
}
@@ -2,7 +2,19 @@
"description": "",
"methods": [],
"displayName": "ProgressTabs.Trigger",
"props": {},
"props": {
"status": {
"required": false,
"tsType": {
"name": "ProgressStatus"
},
"description": "",
"defaultValue": {
"value": "\"not-started\"",
"computed": false
}
}
},
"composes": [
"Omit"
]
@@ -1,6 +1,5 @@
{
"description": "This component is based on the [Radix UI Tabs](https://radix-ui.com/primitives/docs/components/tabs) primitves.",
"methods": [],
"displayName": "ProgressTabs",
"props": {}
"displayName": "ProgressTabs"
}