{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "surecart/product-quantity-control",
  "title": "Control",
  "description": "Display the product quantity control",
  "version": "1.0.0",
  "category": "surecart-product-page",
  "icon": "media-interactive",
  "ancestor": [
    "surecart/product-quantity"
  ],
  "keywords": [
    "quantity",
    "form",
    "product"
  ],
  "attributes": {
    "width": {
      "type": "string"
    }
  },
  "supports": {
    "interactivity": true,
    "dimensions": {
      "minHeight": true,
      "width": true
    },
    "layout": {
      "allowSizingOnChildren": true,
      "allowSwitching": true,
      "allowInheriting": true,
      "default": {
        "type": "flex",
        "orientation": "horizontal",
        "verticalAlignment": "center",
        "horizontalAlignment": "space-between",
        "flexWrap": "nowrap",
        "justifyContent": "space-between"
      }
    },
    "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
      }
    },
    "shadow": true,
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true
    },
    "color": true,
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "style": true,
      "width": true
    }
  },
  "textdomain": "surecart",
  "render": "file:./view.php",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}