{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "hero",
  "category": "layout",
  "status": "stable",
  "kind": "css-only",
  "since": "2.0.0",
  "requiresJavaScript": false,
  "formAssociated": false,
  "attributes": {
    "data-align": {
      "type": "\"start\" | \"center\"",
      "default": "start"
    },
    "data-variant": {
      "type": "\"default\" | \"surface\"",
      "default": "default"
    },
    "data-size": {
      "type": "\"default\" | \"compact\"",
      "default": "default"
    }
  },
  "properties": {},
  "methods": {},
  "events": {},
  "slots": {
    "default": "Hero copy and actions, usually wrapped in .blora-hero__content."
  },
  "parts": [],
  "cssProperties": ["--blora-hero-min-height"],
  "accessibilityPattern": "section"
}
