{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "crosswinds-blocks/tabs",
  "version": "1.0",
  "title": "Tabs",
  "category": "crosswinds-blocks",
  "description": "Add a section with tabs.",
  "attributes": {
    "anchor": {
      "type": "string"
    },
    "tabs": {
      "type": "array",
      "default": []
    },
    "tabsAlign": {
      "type": "string",
      "default": "horizontal"
    },
    "tabsSpacing": {
      "type": "string",
      "default": "start"
    },
    "separatorColor": {
      "type": "string"
    },
    "separatorColorValue": {
      "type": "string"
    },
    "separatorWidth": {
      "type": "number",
      "default": 0
    },
    "tabsBorderColor": {
      "type": "string"
    },
    "tabsBorderColorValue": {
      "type": "string"
    },
    "tabsBorderWidth": {
      "type": "number",
      "default": 0
    },
    "tabsPaddingTopBottom": {
      "type": "number",
      "default": 10
    },
    "tabsPaddingLeftRight": {
      "type": "number",
      "default": 15
    },
    "tabTextColor": {
      "type": "string"
    },
    "tabTextColorValue": {
      "type": "string"
    },
    "tabTextHoverColor": {
      "type": "string"
    },
    "tabTextHoverColorValue": {
      "type": "string"
    },
    "tabBackgroundColor": {
      "type": "string"
    },
    "tabBackgroundColorValue": {
      "type": "string"
    },
    "tabBackgroundHoverColor": {
      "type": "string"
    },
    "tabBackgroundHoverColorValue": {
      "type": "string"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "html": false,
    "ariaLabel": true,
    "__experimentalLayout": true,
    "spacing": {
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "blockGap": true
      }
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "textdomain": "crosswinds-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}