{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "statistic",
  "category": "data-display",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-statistic",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "label": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "suffix": {
      "type": "string"
    },
    "trend": {
      "type": "string"
    },
    "direction": {
      "type": "\"up\" | \"down\"",
      "description": "Colors the generated trend indicator."
    }
  },
  "properties": {
    "value": {
      "type": "string"
    }
  },
  "methods": {},
  "events": {},
  "classes": {
    "blora-stat": "Root container.",
    "blora-stat__label": "Label text (uppercase, small).",
    "blora-stat__value": "Large numeric value.",
    "blora-stat__suffix": "Suffix unit after value.",
    "blora-stat__trend": "Trend indicator with up/down color."
  },
  "slots": {
    "default": "Fallback value text, consumed into the official statistic tree."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "section"
}
