{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "chat",
  "category": "data-display",
  "status": "beta",
  "kind": "custom-element",
  "tagName": "blora-chat",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "author": {
      "type": "string"
    },
    "time": {
      "type": "string"
    },
    "avatar": {
      "type": "string"
    },
    "avatar-variant": {
      "type": "string",
      "default": "info"
    },
    "message": {
      "type": "string"
    },
    "side": {
      "type": "\"start\" | \"end\"",
      "default": "start"
    }
  },
  "properties": {},
  "methods": {},
  "events": {},
  "slots": {
    "default": "No child structure; attributes generate the official chat message tree."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "section"
}
