diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index b56c1fdc..ba9858a1 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -1,6 +1,6 @@
# Component Index
-> 163 components exported from carbon-components-svelte@0.82.7.
+> 164 components exported from carbon-components-svelte@0.82.7.
## Components
@@ -95,6 +95,7 @@
- [`PaginationSkeleton`](#paginationskeleton)
- [`PasswordInput`](#passwordinput)
- [`Popover`](#popover)
+- [`PopoverContent`](#popovercontent)
- [`ProgressBar`](#progressbar)
- [`ProgressIndicator`](#progressindicator)
- [`ProgressIndicatorSkeleton`](#progressindicatorskeleton)
@@ -2821,6 +2822,24 @@ None.
| :------------ | :--------- | :------------------------------------ |
| click:outside | dispatched | { target: HTMLElement; }
|
+## `PopoverContent`
+
+### Props
+
+| Prop name | Required | Kind | Reactive | Type | Default value | Description |
+| :-------- | :------- | :--------------- | :------- | ---- | ----------------- | ----------- |
+| className | No | let
| No | -- | null
| -- |
+
+### Slots
+
+| Slot name | Default | Props | Fallback |
+| :-------- | :------ | :---- | :------- |
+| -- | Yes | -- | -- |
+
+### Events
+
+None.
+
## `ProgressBar`
### Props
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 8175f341..1f404a95 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -1,5 +1,5 @@
{
- "total": 163,
+ "total": 164,
"components": [
{
"moduleName": "Accordion",
@@ -9008,6 +9008,27 @@
"typedefs": [],
"rest_props": { "type": "Element", "name": "div" }
},
+ {
+ "moduleName": "PopoverContent",
+ "filePath": "src/Popover/PopoverContent.svelte",
+ "props": [
+ {
+ "name": "className",
+ "kind": "let",
+ "value": "null",
+ "isFunction": false,
+ "isFunctionDeclaration": false,
+ "isRequired": false,
+ "constant": false,
+ "reactive": false
+ }
+ ],
+ "moduleExports": [],
+ "slots": [{ "name": "__default__", "default": true, "slot_props": "{}" }],
+ "events": [],
+ "typedefs": [],
+ "rest_props": { "type": "Element", "name": "span" }
+ },
{
"moduleName": "ProgressBar",
"filePath": "src/ProgressBar/ProgressBar.svelte",
diff --git a/docs/src/pages/components/Popover.svx b/docs/src/pages/components/Popover.svx
index 40089d01..90da6b83 100644
--- a/docs/src/pages/components/Popover.svx
+++ b/docs/src/pages/components/Popover.svx
@@ -1,5 +1,9 @@
+---
+components: ["Popover", "PopoverContent"]
+---
+
@@ -8,9 +12,9 @@
By default, the position of the popover component is absolute.