{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "copy",
  "category": "actions",
  "status": "beta",
  "kind": "custom-element",
  "tagName": "blora-copy",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "text": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "masked": {
      "type": "boolean",
      "default": false
    }
  },
  "properties": {},
  "methods": {
    "copy": {
      "signature": "() => void"
    }
  },
  "events": {},
  "classes": {
    "blora-copy": "Copy value and action group.",
    "blora-copy__btn": "Copy action button.",
    "blora-copy__reveal-btn": "Toggle masked value visibility."
  },
  "slots": {
    "default": "Content"
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "section"
}
