{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "banner",
  "category": "feedback",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-banner",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "properties": {},
  "methods": {},
  "events": {
    "blora-banner-action": {
      "detail": "{ value: string }",
      "bubbles": true,
      "composed": true
    }
  },
  "classes": {
    "blora-banner": "Root container.",
    "blora-banner__body": "Title and description wrapper.",
    "blora-banner__title": "Banner heading.",
    "blora-banner__desc": "Banner description text.",
    "blora-banner__actions": "Action button container."
  },
  "slots": {
    "default": "Declarative <blora-banner-action label value variant> definitions; consumed into the official banner tree."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "section"
}
