diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index fbbe27d0..307d5e70 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -1,6 +1,6 @@
# Component Index
-> 152 components exported from carbon-components-svelte 0.20.0
+> 154 components exported from carbon-components-svelte 0.20.0
- Accordion
- [Accordion](#accordion)
@@ -44,6 +44,8 @@
- [Toolbar](#toolbar)
- [ToolbarBatchActions](#toolbarbatchactions)
- [ToolbarContent](#toolbarcontent)
+ - [ToolbarMenu](#toolbarmenu)
+ - [ToolbarMenuItem](#toolbarmenuitem)
- [ToolbarSearch](#toolbarsearch)
- [DataTableSkeleton](#datatableskeleton)
- DatePicker
@@ -796,6 +798,7 @@ interface ComboBoxItem {
| id | string
| -- | Set an id for the list box component. |
| name | string
| -- | Specify a name attribute for the input. |
| ref | null | HTMLInputElement
| `null` | Obtain a reference to the input HTML element. |
+| listRef | null | HTMLDivElement
| `null` | Obtain a reference to the list HTML element. |
### Slots
@@ -807,6 +810,7 @@ No slots.
- `on:focus`
- `on:blur`
- `on:clear`
+- `on:scroll`
### Dispatched events
@@ -2363,7 +2367,7 @@ import { ListBoxMenu } from "carbon-components-svelte";
### Forwarded events
-No forwarded events.
+- `on:scroll`
### Dispatched events
@@ -3019,6 +3023,8 @@ import { OverflowMenu } from "carbon-components-svelte";
| iconClass | string
| -- | Specify the icon class. |
| iconDescription | string
| `"Open and close list of options"` | Specify the ARIA label for the icon. |
| id | string
| -- | Set an id for the button element. |
+| buttonRef | null | HTMLButtonElement
| `null` | Obtain a reference to the trigger button element. |
+| menuRef | null | HTMLUListElement
| `null` | Obtain a reference to the overflow menu element. |
### Slots
@@ -5322,6 +5328,59 @@ No dispatched events.
---
+## ToolbarMenu
+
+### Import path
+
+```js
+import { ToolbarMenu } from "carbon-components-svelte";
+```
+
+### Props
+
+No exported props.
+
+### Slots
+
+- **default**: `
- {formatTotalSelected(batchSelectedIds.length)} -
+{#if !overflowVisible} ++ {formatTotalSelected(batchSelectedIds.length)} +
+