{
    "description": {
        "author": "Salesforce",
        "text": [
            "A container component that provides a base structure for a popover with customizable header and footer sections.",
            "Selector: src-base-popover-container"
        ]
    },
    "elements": [
        {
            "name": "headerStartContent",
            "selector": {
                "css": ":scope > *:first-child"
            },
            "type": "container",
            "description": "Represents the content of the slot for the starting part of the header.",
            "public": true
        },
        {
            "name": "headerContent",
            "selector": {
                "css": ":scope > *:first-child"
            },
            "type": "container",
            "description": "Represents the content of the main header slot.",
            "public": true
        },
        {
            "name": "headerEndContent",
            "selector": {
                "css": ":scope > *:first-child"
            },
            "type": "container",
            "description": "Represents the content of the slot for the ending part of the header.",
            "public": true
        },
        {
            "name": "defaultSlotContent",
            "selector": {
                "css": ":scope > *:first-child"
            },
            "type": "container",
            "description": "Represents the default slot content for the body of the popover.",
            "public": true
        },
        {
            "name": "footerContent",
            "selector": {
                "css": ":scope > *:first-child"
            },
            "type": "container",
            "description": "Represents the content of the footer slot.",
            "public": true
        }
    ]
}