diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 0f06f082..2f95e0f1 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -3102,7 +3102,7 @@ None.
| ref | No | let
| Yes | null | HTMLInputElement
| null
| Obtain a reference to the input HTML element |
| expanded | No | let
| Yes | boolean
| false
| Set to `true to expand the search input |
| value | No | let
| Yes | any
| ""
| Specify the value of the search input |
-| size | No | let
| No | "sm" | "lg" | "xl"
| "xl"
| Specify the size of the search input |
+| size | No | let
| No | "sm" | "md" | "lg"
| "md"
| Specify the size of the search input |
| searchClass | No | let
| No | string
| ""
| Specify the class name passed to the outer div element |
| skeleton | No | let
| No | boolean
| false
| Set to `true` to display the skeleton state |
| light | No | let
| No | boolean
| false
| Set to `true` to enable the light variant |
@@ -3147,7 +3147,7 @@ None.
| Prop name | Required | Kind | Reactive | Type | Default value | Description |
| :-------- | :------- | :--------------- | :------- | ----------------------------------------- | ----------------- | ------------------------------------ |
-| size | No | let
| No | "sm" | "lg" | "xl"
| "xl"
| Specify the size of the search input |
+| size | No | let
| No | "sm" | "md" | "lg"
| "md"
| Specify the size of the search input |
### Slots
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 8d770e4f..2bed366d 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -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,
diff --git a/docs/src/pages/components/Search.svx b/docs/src/pages/components/Search.svx
index 4bac0252..f41f158b 100644
--- a/docs/src/pages/components/Search.svx
+++ b/docs/src/pages/components/Search.svx
@@ -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.