chore: v11 Search

This commit is contained in:
Gregor Wassmann 2023-03-28 22:23:30 +02:00 committed by Enrico Sacchetti
commit 019f9773a8
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
7 changed files with 18 additions and 18 deletions

View file

@ -9926,8 +9926,8 @@
"name": "size",
"kind": "let",
"description": "Specify the size of the search input",
"type": "\"sm\" | \"lg\" | \"xl\"",
"value": "\"xl\"",
"type": "\"sm\" | \"md\" | \"lg\"",
"value": "\"md\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
@ -10150,8 +10150,8 @@
"name": "size",
"kind": "let",
"description": "Specify the size of the search input",
"type": "\"sm\" | \"lg\" | \"xl\"",
"value": "\"xl\"",
"type": "\"sm\" | \"md\" | \"lg\"",
"value": "\"md\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,

View file

@ -6,7 +6,7 @@
## Default
The `Search` component size is extra-large by default. There are [large](#large-size) and [small](#small-size) size variants.
The `Search` component size is medium by default. There are [large](#large-size) and [small](#small-size) size variants.
<Search />