{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "surecart/product-quick-view-button",
  "title": "Quick Add Button",
  "description": "Display the product quick add to cart button.",
  "version": "1.0.0",
  "category": "surecart-product-list",
  "example": {
    "attributes": {
      "quick_view_button_type": "both"
    }
  },
  "usesContext": [
    "postId"
  ],
  "ancestor": [
    "surecart/product-template"
  ],
  "attributes": {
    "icon": {
      "type": "string",
      "default": "plus"
    },
    "icon_position": {
      "type": "string",
      "default": "before"
    },
    "label": {
      "type": "string",
      "default": "Add"
    },
    "quick_view_button_type": {
      "type": "string",
      "default": "both"
    },
    "width": {
      "type": "number"
    },
    "direct_add_to_cart": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "interactivity": true,
    "color": {
      "gradients": true,
      "link": false,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true,
        "textTransform": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "__experimentalSelector": ".wp-block-button .wp-block-button__link"
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "show-on-hover",
      "label": "Show on hover"
    }
  ],
  "textdomain": "surecart",
  "render": "file:./view.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScriptModule": [
    "@surecart/checkout",
    "@surecart/product-page",
    "@surecart/product-list",
    "@surecart/product-quick-view"
  ],
  "style": [
    "surecart-product-quick-view-button",
    "surecart-wp-buttons",
    "surecart-wp-button",
    "wp-block-button"
  ]
}