{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "airo-wp/pill",
  "version": "1.0.0",
  "title": "Pill",
  "category": "airo-wp",
  "description": "Display text with a rounded background that wraps tightly around content.",
  "keywords": [
    "pill",
    "badge",
    "tag",
    "label"
  ],
  "textdomain": "airo-wp",
  "icon": "tag",
  "selectors": {
    "root": ".wp-block-airo-wp-pill",
    "color": ".wp-block-airo-wp-pill .airo-wp-pill__content",
    "border": ".wp-block-airo-wp-pill .airo-wp-pill__content",
    "typography": ".wp-block-airo-wp-pill .airo-wp-pill__content",
    "spacing": {
      "root": ".wp-block-airo-wp-pill",
      "padding": ".wp-block-airo-wp-pill .airo-wp-pill__content"
    }
  },
  "attributes": {
    "content": {
      "type": "string",
      "default": ""
    },
    "justification": {
      "type": "string",
      "enum": [
        "left",
        "center",
        "right"
      ],
      "default": "center"
    },
    "align": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "inserter": true,
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ],
      "__experimentalDefaultControls": {
        "padding": true
      },
      "__experimentalSelector": ".airo-wp-pill__content",
      "__experimentalSkipSerialization": [
        "padding"
      ]
    },
    "color": {
      "background": true,
      "text": true,
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      },
      "__experimentalSelector": ".airo-wp-pill__content",
      "__experimentalSkipSerialization": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      },
      "__experimentalSelector": ".airo-wp-pill__content",
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalWritingMode": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      },
      "__experimentalSelector": ".airo-wp-pill__content",
      "__experimentalSkipSerialization": true
    }
  },
  "example": {
    "attributes": {
      "content": "New Feature"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./index.css",
  "render": "file:./render.php"
}