{
  "name": "WidgetBrandingMarker",
  "package": "@magicblocksai/ui",
  "file": "packages/ui/src/components/WidgetBrandingMarker.tsx",
  "chapterTag": "25 Chat Widget",
  "chapter": "25-widget.html",
  "sectionId": "branding",
  "elName": "WidgetBrandingMarker",
  "demoUrl": "https://brand.magicblocks.ai/components/25-widget#branding",
  "hasLiveDemo": false,
  "description": "",
  "useClient": false,
  "interactivity": "display",
  "namedExports": [
    {
      "name": "WidgetBrandingMarker",
      "isPrincipal": true,
      "isType": false
    },
    {
      "name": "WidgetBrandingMarkerProps",
      "isPrincipal": false,
      "isType": true
    }
  ],
  "importStatement": "import { WidgetBrandingMarker } from \"@magicblocksai/ui\";",
  "props": [
    {
      "name": "label",
      "optional": true,
      "type": "ReactNode",
      "doc": "Override the label text. Default `\"Powered by MagicBlocks\"`."
    },
    {
      "name": "href",
      "optional": true,
      "type": "string | null",
      "doc": "Override the link target. Pass `null` to render as plain text."
    },
    {
      "name": "icon",
      "optional": true,
      "type": "ReactNode | null",
      "doc": "Optional small icon override. Pass `null` to suppress."
    }
  ],
  "classesUsed": [
    "widget-branding-link",
    "widget-branding-mark",
    "widget-branding-marker",
    "widget-branding-static",
    "widget-branding-text"
  ],
  "examples": {
    "react": null,
    "html": null,
    "css": ".widget-branding-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  text-decoration: none;\n  color: inherit;\n  font: 500 10.5px/1 var(--f-mono);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n}\n\n.widget-branding-mark { display: inline-flex; }\n\n.widget-branding-marker {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n}\n\n.widget-branding-static {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  text-decoration: none;\n  color: inherit;\n  font: 500 10.5px/1 var(--f-mono);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n}\n\n.widget-branding-text { line-height: 1.2; }"
  }
}
