diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 6037ef9a..c9d973ee 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -2959,11 +2959,10 @@ None.
### Props
-| Prop name | Kind | Reactive | Type | Default value | Description |
-| :------------- | :--------------- | :------- | :------------------- | ------------------ | --------------------------------------- |
-| selectedValues | let
| Yes | any[]
| []
| Specify the selected tile's |
-| disabled | let
| No | boolean
| false
| Set to `true` to disable the tile group |
-| legend | let
| No | string
| ""
| Specify the legend text |
+| Prop name | Kind | Reactive | Type | Default value | Description |
+| :------------- | :--------------- | :------- | :------------------ | --------------- | --------------------------- |
+| selectedValues | let
| Yes | any[]
| []
| Specify the selected tile's |
+| legend | let
| No | string
| ""
| Specify the legend text |
### Slots
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 2f9de94f..0354ee4e 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -8817,16 +8817,6 @@
"constant": false,
"reactive": true
},
- {
- "name": "disabled",
- "kind": "let",
- "description": "Set to `true` to disable the tile group",
- "type": "boolean",
- "value": "false",
- "isFunction": false,
- "constant": false,
- "reactive": false
- },
{
"name": "legend",
"kind": "let",
diff --git a/types/Tile/SelectableTileGroup.d.ts b/types/Tile/SelectableTileGroup.d.ts
index 22d40b3e..7f6ea0cc 100644
--- a/types/Tile/SelectableTileGroup.d.ts
+++ b/types/Tile/SelectableTileGroup.d.ts
@@ -7,12 +7,6 @@ export interface SelectableTileGroupProps extends svelte.JSX.HTMLAttributes