{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "surecart/product-pagination-next",
  "title": "Next",
  "description": "Display the product pagination next.",
  "version": "1.0.0",
  "category": "surecart-product-list",
  "example": {},
  "ancestor": [
    "surecart/product-pagination"
  ],
  "usesContext": [
    "query",
    "surecart/product-list/limit",
    "surecart/product-list/type",
    "surecart/product-list/ids",
    "paginationArrow",
    "showLabel"
  ],
  "attributes": {
    "label": {
      "type": "string"
    }
  },
  "supports": {
    "interactivity": true,
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ]
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontWeight": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "color": {
      "text": true,
      "background": true,
      "enableContrastChecker": true
    }
  },
  "render": "file:./view.php",
  "textdomain": "surecart",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}