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

* chore(docs): Generated + Updated UI Reference (automated)

* fix react-docs-generator not resolving external types

* sort undefined

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2025-11-05 18:00:46 +02:00
committed by GitHub
co-authored by olivermrbl Shahed Nasser
parent 924d651188
commit 423b6d94dc
15 changed files with 402 additions and 86 deletions
@@ -10,9 +10,36 @@
},
"description": "The position of the created toasts.",
"tsType": {
"name": "Position",
"elements": [],
"raw": "Position"
"name": "union",
"elements": [
{
"name": "literal",
"value": "\"top-left\""
},
{
"name": "literal",
"value": "\"top-center\""
},
{
"name": "literal",
"value": "\"top-right\""
},
{
"name": "literal",
"value": "\"bottom-left\""
},
{
"name": "literal",
"value": "\"bottom-center\""
},
{
"name": "literal",
"value": "\"bottom-right\""
},
{
"name": "undefined"
}
]
},
"required": false
},
@@ -35,13 +62,15 @@
"description": "The space from the edges of the screen.",
"tsType": {
"name": "union",
"raw": "string \\| number",
"elements": [
{
"name": "string"
},
{
"name": "number"
},
{
"name": "undefined"
}
]
},