diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index c9d973ee..348104ab 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -1,6 +1,6 @@
# Component Index
-> 157 components exported from carbon-components-svelte@0.25.1.
+> 156 components exported from carbon-components-svelte@0.25.1.
## Components
@@ -97,7 +97,6 @@
- [`RadioButtonGroup`](#radiobuttongroup)
- [`RadioButtonSkeleton`](#radiobuttonskeleton)
- [`RadioTile`](#radiotile)
-- [`RadioTileGroup`](#radiotilegroup)
- [`Row`](#row)
- [`Search`](#search)
- [`SearchSkeleton`](#searchskeleton)
@@ -2723,28 +2722,6 @@ None.
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
-## `RadioTileGroup`
-
-### Props
-
-| Prop name | Kind | Reactive | Type | Default value | Description |
-| :------------ | :--------------- | :------- | :------------------- | ------------------ | --------------------------------------- |
-| selectedValue | let
| Yes | any
| -- | Specify the selected tile value |
-| disabled | let
| No | boolean
| false
| Set to `true` to disable the tile group |
-| legend | let
| No | string
| ""
| Specify the legend text |
-
-### Slots
-
-| Slot name | Default | Props | Fallback |
-| :-------- | :------ | :---- | :------- |
-| -- | Yes | -- | -- |
-
-### Events
-
-| Event name | Type | Detail |
-| :--------- | :--------- | :----- |
-| select | dispatched | -- |
-
## `Row`
### Props
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 0354ee4e..67e5f091 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -1,5 +1,5 @@
{
- "total": 157,
+ "total": 156,
"components": [
{
"moduleName": "SkeletonText",
@@ -8764,45 +8764,6 @@
"typedefs": [],
"rest_props": { "type": "Element", "name": "fieldset" }
},
- {
- "moduleName": "RadioTileGroup",
- "filePath": "/src/Tile/RadioTileGroup.svelte",
- "props": [
- {
- "name": "selectedValue",
- "kind": "let",
- "description": "Specify the selected tile value",
- "type": "any",
- "isFunction": false,
- "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",
- "description": "Specify the legend text",
- "type": "string",
- "value": "\"\"",
- "isFunction": false,
- "constant": false,
- "reactive": false
- }
- ],
- "slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
- "events": [{ "type": "dispatched", "name": "select" }],
- "typedefs": [],
- "rest_props": { "type": "Element", "name": "fieldset" }
- },
{
"moduleName": "SelectableTileGroup",
"filePath": "/src/Tile/SelectableTileGroup.svelte",
diff --git a/docs/src/pages/components/RadioTile.svx b/docs/src/pages/components/RadioTile.svx
index 9c86a04f..1a554fc5 100644
--- a/docs/src/pages/components/RadioTile.svx
+++ b/docs/src/pages/components/RadioTile.svx
@@ -1,21 +1,16 @@
---
-components: ["RadioTileGroup", "RadioTile"]
+components: ["TileGroup", "RadioTile"]
---
-