diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index d498d30279..d992c6035d 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -1,6 +1,6 @@
# Component Index
-> 165 components exported from carbon-components-svelte@0.73.5.
+> 164 components exported from carbon-components-svelte@0.73.5.
## Components
@@ -155,7 +155,6 @@
- [`TimePickerSelect`](#timepickerselect)
- [`ToastNotification`](#toastnotification)
- [`Toggle`](#toggle)
-- [`ToggleSkeleton`](#toggleskeleton)
- [`Toolbar`](#toolbar)
- [`ToolbarBatchActions`](#toolbarbatchactions)
- [`ToolbarContent`](#toolbarcontent)
@@ -4345,24 +4344,22 @@ export type CarbonTheme = "white" | "g10" | "g80" | "g90" | "g100";
### Props
-| Prop name | Required | Kind | Reactive | Type | Default value | Description |
-| :-------- | :------- | :--------------- | :------- | ---------------------------------- | ------------------------------------------------ | ----------------------------------------------- |
-| toggled | No | let
| Yes | boolean
| false
| Set to `true` to toggle the checkbox input |
-| size | No | let
| No | "default" | "sm"
| "default"
| Specify the toggle size |
-| disabled | No | let
| No | boolean
| false
| Set to `true` to disable checkbox input |
-| labelA | No | let
| No | string
| "Off"
| Specify the label for the untoggled state |
-| labelB | No | let
| No | string
| "On"
| Specify the label for the toggled state |
-| labelText | No | let
| No | string
| ""
| Specify the label text |
-| hideLabel | No | let
| No | boolean
| false
| Set to `true` to visually hide the label text |
-| id | No | let
| No | string
| "ccs-" + Math.random().toString(36)
| Set an id for the input element |
-| name | No | let
| No | string
| undefined
| Specify a name attribute for the checkbox input |
+| Prop name | Required | Kind | Reactive | Type | Default value | Description |
+| :-------- | :------- | :--------------- | :------- | ----------------------------- | ------------------------------------------------ | ----------------------------------------------- |
+| toggled | No | let
| Yes | boolean
| false
| Set to `true` to toggle the checkbox input |
+| size | No | let
| No | "md" | "sm"
| "md"
| Specify the toggle size |
+| disabled | No | let
| No | boolean
| false
| Set to `true` to disable checkbox input |
+| labelA | No | let
| No | string
| "Off"
| Specify the label for the untoggled state |
+| labelB | No | let
| No | string
| "On"
| Specify the label for the toggled state |
+| labelText | No | let
| No | string
| ""
| Specify the label text |
+| hideLabel | No | let
| No | boolean
| false
| Set to `true` to visually hide the label text |
+| id | No | let
| No | string
| "ccs-" + Math.random().toString(36)
| Set an id for the input element |
+| name | No | let
| No | string
| undefined
| Specify a name attribute for the checkbox input |
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :----------------------- |
-| labelA | No | -- | {labelA}
|
-| labelB | No | -- | {labelB}
|
| labelText | No | -- | {labelText}
|
### Events
@@ -4379,31 +4376,6 @@ export type CarbonTheme = "white" | "g10" | "g80" | "g90" | "g100";
| focus | forwarded | -- |
| blur | forwarded | -- |
-## `ToggleSkeleton`
-
-### Props
-
-| Prop name | Required | Kind | Reactive | Type | Default value | Description |
-| :-------- | :------- | :--------------- | :------- | ---------------------------------- | ------------------------------------------------ | ------------------------------- |
-| size | No | let
| No | "default" | "sm"
| "default"
| Specify the toggle size |
-| labelText | No | let
| No | string
| ""
| Specify the label text |
-| id | No | let
| No | string
| "ccs-" + Math.random().toString(36)
| Set an id for the input element |
-
-### Slots
-
-| Slot name | Default | Props | Fallback |
-| :-------- | :------ | :---- | :----------------------- |
-| labelText | No | -- | {labelText}
|
-
-### Events
-
-| Event name | Type | Detail |
-| :--------- | :-------- | :----- |
-| click | forwarded | -- |
-| mouseover | forwarded | -- |
-| mouseenter | forwarded | -- |
-| mouseleave | forwarded | -- |
-
## `Toolbar`
### Props
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index e9c7e87e82..3ffb056d16 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -1,5 +1,5 @@
{
- "total": 165,
+ "total": 164,
"components": [
{
"moduleName": "Accordion",
@@ -13455,8 +13455,8 @@
"name": "size",
"kind": "let",
"description": "Specify the toggle size",
- "type": "\"default\" | \"sm\"",
- "value": "\"default\"",
+ "type": "\"md\" | \"sm\"",
+ "value": "\"md\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
@@ -13561,18 +13561,6 @@
],
"moduleExports": [],
"slots": [
- {
- "name": "labelA",
- "default": false,
- "fallback": "{labelA}",
- "slot_props": "{}"
- },
- {
- "name": "labelB",
- "default": false,
- "fallback": "{labelB}",
- "slot_props": "{}"
- },
{
"name": "labelText",
"default": false,
@@ -13598,65 +13586,6 @@
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
},
- {
- "moduleName": "ToggleSkeleton",
- "filePath": "src/Toggle/ToggleSkeleton.svelte",
- "props": [
- {
- "name": "size",
- "kind": "let",
- "description": "Specify the toggle size",
- "type": "\"default\" | \"sm\"",
- "value": "\"default\"",
- "isFunction": false,
- "isFunctionDeclaration": false,
- "isRequired": false,
- "constant": false,
- "reactive": false
- },
- {
- "name": "labelText",
- "kind": "let",
- "description": "Specify the label text",
- "type": "string",
- "value": "\"\"",
- "isFunction": false,
- "isFunctionDeclaration": false,
- "isRequired": false,
- "constant": false,
- "reactive": false
- },
- {
- "name": "id",
- "kind": "let",
- "description": "Set an id for the input element",
- "type": "string",
- "value": "\"ccs-\" + Math.random().toString(36)",
- "isFunction": false,
- "isFunctionDeclaration": false,
- "isRequired": false,
- "constant": false,
- "reactive": false
- }
- ],
- "moduleExports": [],
- "slots": [
- {
- "name": "labelText",
- "default": false,
- "fallback": "{labelText}",
- "slot_props": "{}"
- }
- ],
- "events": [
- { "type": "forwarded", "name": "click", "element": "div" },
- { "type": "forwarded", "name": "mouseover", "element": "div" },
- { "type": "forwarded", "name": "mouseenter", "element": "div" },
- { "type": "forwarded", "name": "mouseleave", "element": "div" }
- ],
- "typedefs": [],
- "rest_props": { "type": "Element", "name": "div" }
- },
{
"moduleName": "Toolbar",
"filePath": "src/DataTable/Toolbar.svelte",
diff --git a/docs/src/pages/components/Toggle.svx b/docs/src/pages/components/Toggle.svx
index 9c6112bc8a..c2b98eddfb 100644
--- a/docs/src/pages/components/Toggle.svx
+++ b/docs/src/pages/components/Toggle.svx
@@ -1,9 +1,9 @@
---
-components: ["Toggle", "ToggleSkeleton"]
+components: ["Toggle"]
---
@@ -33,15 +33,6 @@ Set `hideLabel` to `true` to visually hide the label text. It's recommended to s