{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "axvart/advanced-button",
  "version": "1.0.0",
  "title": "Advanced Button",
  "category": "design",
  "icon": "button",
  "description": "A modern, stylish button block with gradient background, rounded pill shape, and optional icons.",
  "textdomain": "axvart",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "supports": {
    "html": false,
    "anchor": true,
    "customClassName": true
  },
  "attributes": {
    "text": {
      "type": "string",
      "default": "Click Me"
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "linkTarget": {
      "type": "string",
      "default": "_self"
    },
    "relNofollow": {
      "type": "boolean",
      "default": false
    },
    "relSponsored": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "string",
      "default": "arrow-right-alt"
    },
    "iconType": {
      "type": "string",
      "default": "dashicon"
    },
    "iconPosition": {
      "type": "string",
      "default": "right"
    },
    "iconSize": {
      "type": "number",
      "default": 18
    },
    "iconColor": {
      "type": "string"
    },
    "iconHoverColor": {
      "type": "string"
    },
    "iconGap": {
      "type": "number",
      "default": 8
    },
    "bgColor": {
      "type": "string",
      "default": ""
    },
    "bgGradient": {
      "type": "string",
      "default": "var(--wp--preset--gradient--accent-gradient)"
    },
    "hoverBgColor": {
      "type": "string",
      "default": ""
    },
    "hoverBgGradient": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": "var(--wp--preset--color--base)"
    },
    "hoverTextColor": {
      "type": "string",
      "default": "var(--wp--preset--color--base)"
    },
    "typography": {
      "type": "object",
      "default": {
        "fontSize": 16,
        "fontWeight": "600",
        "lineHeight": 1,
        "letterSpacing": 0
      }
    },
    "borderRadius": {
      "type": "number",
      "default": 50
    },
    "paddingX": {
      "type": "number",
      "default": 24
    },
    "paddingY": {
      "type": "number",
      "default": 12
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "widthType": {
      "type": "string",
      "default": "auto"
    },
    "border": {
      "type": "object",
      "default": {
        "width": 0,
        "style": "solid",
        "color": "transparent"
      }
    },
    "hoverBorderColor": {
      "type": "string",
      "default": ""
    },
    "shadow": {
      "type": "string",
      "default": ""
    },
    "hoverShadow": {
      "type": "string",
      "default": ""
    },
    "enableHoverEffect": {
      "type": "boolean",
      "default": true
    },
    "hoverEffect": {
      "type": "string",
      "default": "lift"
    },
    "iconAnimation": {
      "type": "string",
      "default": "slide"
    },
    "transitionDuration": {
      "type": "number",
      "default": 0.3
    },
    "customCss": {
      "type": "string",
      "default": ""
    }
  }
}