chore(docs): Updated UI Reference (#6221)

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-01-29 08:20:51 +00:00
committed by GitHub
parent 96629f1916
commit dfd9e7c772
39 changed files with 841 additions and 90 deletions
@@ -45,6 +45,58 @@
},
"description": "Whether there's a next page that can be navigated to."
},
"translations": {
"required": false,
"tsType": {
"name": "signature",
"type": "object",
"raw": "{\n of?: string\n results?: string\n pages?: string\n prev?: string\n next?: string\n}",
"signature": {
"properties": [
{
"key": "of",
"value": {
"name": "string",
"required": false
}
},
{
"key": "results",
"value": {
"name": "string",
"required": false
}
},
{
"key": "pages",
"value": {
"name": "string",
"required": false
}
},
{
"key": "prev",
"value": {
"name": "string",
"required": false
}
},
{
"key": "next",
"value": {
"name": "string",
"required": false
}
}
]
}
},
"description": "An optional object of words to use in the pagination component.\nUse this to override the default words, or translate them into another language.",
"defaultValue": {
"value": "{\n of: \"of\",\n results: \"results\",\n pages: \"pages\",\n prev: \"Prev\",\n next: \"Next\",\n}",
"computed": false
}
},
"previousPage": {
"required": true,
"tsType": {