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
@@ -31,6 +31,13 @@
"name": "string"
}
},
"autoComplete": {
"description": "Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete).",
"required": false,
"tsType": {
"name": "string"
}
},
"autoFocus": {
"description": "Whether the element should receive focus on render.",
"required": false,
@@ -88,6 +95,51 @@
]
}
},
"firstDayOfWeek": {
"description": "The day that starts the week.",
"required": false,
"tsType": {
"name": "union",
"raw": "\"sun\" \\| \"mon\" \\| \"tue\" \\| \"wed\" \\| \"thu\" \\| \"fri\" \\| \"sat\"",
"elements": [
{
"name": "literal",
"value": "\"sun\""
},
{
"name": "literal",
"value": "\"mon\""
},
{
"name": "literal",
"value": "\"tue\""
},
{
"name": "literal",
"value": "\"wed\""
},
{
"name": "literal",
"value": "\"thu\""
},
{
"name": "literal",
"value": "\"fri\""
},
{
"name": "literal",
"value": "\"sat\""
}
]
}
},
"form": {
"description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
"required": false,
"tsType": {
"name": "string"
}
},
"hideTimeZone": {
"description": "Whether to hide the time zone abbreviation.",
"required": false,
@@ -331,8 +383,11 @@
"required": false,
"tsType": {
"name": "union",
"raw": "CalendarDate \\| CalendarDateTime",
"raw": "null \\| CalendarDate \\| CalendarDateTime",
"elements": [
{
"name": "null"
},
{
"name": "CalendarDate",
"elements": [],