{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "GitHub Info Card",
  "apiVersion": 3,
  "name": "wp-plugin-info-card/github-info-card",
  "parent": [
    "wp-plugin-info-card/github-info-card-grid"
  ],
  "category": "wp-plugin-info-card",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' width='24' height='24'><path fill='currentColor' d='M237.9 461.4C237.9 463.4 235.6 465 232.7 465C229.4 465.3 227.1 463.7 227.1 461.4C227.1 459.4 229.4 457.8 232.3 457.8C235.3 457.5 237.9 459.1 237.9 461.4zM206.8 456.9C206.1 458.9 208.1 461.2 211.1 461.8C213.7 462.8 216.7 461.8 217.3 459.8C217.9 457.8 216 455.5 213 454.6C210.4 453.9 207.5 454.9 206.8 456.9zM251 455.2C248.1 455.9 246.1 457.8 246.4 460.1C246.7 462.1 249.3 463.4 252.3 462.7C255.2 462 257.2 460.1 256.9 458.1C256.6 456.2 253.9 454.9 251 455.2zM316.8 72C178.1 72 72 177.3 72 316C72 426.9 141.8 521.8 241.5 555.2C254.3 557.5 258.8 549.6 258.8 543.1C258.8 536.9 258.5 502.7 258.5 481.7C258.5 481.7 188.5 496.7 173.8 451.9C173.8 451.9 162.4 422.8 146 415.3C146 415.3 123.1 399.6 147.6 399.9C147.6 399.9 172.5 401.9 186.2 425.7C208.1 464.3 244.8 453.2 259.1 446.6C261.4 430.6 267.9 419.5 275.1 412.9C219.2 406.7 162.8 398.6 162.8 302.4C162.8 274.9 170.4 261.1 186.4 243.5C183.8 237 175.3 210.2 189 175.6C209.9 169.1 258 202.6 258 202.6C278 197 299.5 194.1 320.8 194.1C342.1 194.1 363.6 197 383.6 202.6C383.6 202.6 431.7 169 452.6 175.6C466.3 210.3 457.8 237 455.2 243.5C471.2 261.2 481 275 481 302.4C481 398.9 422.1 406.6 366.2 412.9C375.4 420.8 383.2 435.8 383.2 459.3C383.2 493 382.9 534.7 382.9 542.9C382.9 549.4 387.5 557.3 400.2 555C500.2 521.8 568 426.9 568 316C568 177.3 455.5 72 316.8 72zM169.2 416.9C167.9 417.9 168.2 420.2 169.9 422.1C171.5 423.7 173.8 424.4 175.1 423.1C176.4 422.1 176.1 419.8 174.4 417.9C172.8 416.3 170.5 415.6 169.2 416.9zM158.4 408.8C157.7 410.1 158.7 411.7 160.7 412.7C162.3 413.7 164.3 413.4 165 412C165.7 410.7 164.7 409.1 162.7 408.1C160.7 407.5 159.1 407.8 158.4 408.8zM190.8 444.4C189.2 445.7 189.8 448.7 192.1 450.6C194.4 452.9 197.3 453.2 198.6 451.6C199.9 450.3 199.3 447.3 197.3 445.4C195.1 443.1 192.1 442.8 190.8 444.4zM179.4 429.7C177.8 430.7 177.8 433.3 179.4 435.6C181 437.9 183.7 438.9 185 437.9C186.6 436.6 186.6 434 185 431.7C183.6 429.4 181 428.4 179.4 429.7z'/></svg>",
  "description": "Add a beautiful GitHub repo info card to your site.",
  "keywords": [
    "github",
    "repo",
    "card",
    "theme"
  ],
  "version": "1.0.0",
  "textdomain": "wp-plugin-info-card",
  "attributes": {
    "assetData": {
      "type": "object",
      "default": {}
    },
    "loading": {
      "type": "boolean",
      "default": true
    },
    "username": {
      "type": "string",
      "default": ""
    },
    "repo": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "preview": {
      "type": "boolean",
      "default": false
    },
    "nameOverride": {
      "type": "string",
      "default": ""
    },
    "loginOverride": {
      "type": "string",
      "default": ""
    },
    "sponsorsUrlOverride": {
      "type": "string",
      "default": ""
    },
    "organizationUrlOverride": {
      "type": "string",
      "default": ""
    },
    "homepageUrlOverride": {
      "type": "string",
      "default": ""
    },
    "overrideButton": {
      "type": "boolean",
      "default": false
    },
    "overrideButtonText": {
      "type": "string",
      "default": ""
    },
    "overrideButtonUrl": {
      "type": "string",
      "default": ""
    },
    "versionOverride": {
      "type": "string",
      "default": ""
    },
    "buttonType": {
      "type": "string",
      "default": "github"
    },
    "avatarImageId": {
      "type": "number",
      "default": 0
    },
    "avatarImageUrl": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "wppic/github-grid-numChildren",
    "wppic/github-grid-className",
    "wppic/github-grid-layout",
    "wppic/github-grid-uniqueId",
    "wppic/github-grid-showAuthorBar",
    "wppic/github-grid-showStatsBar",
    "wppic/github-grid-showLastUpdated",
    "wppic/github-grid-align",
    "wppic/github-grid-showTopBar",
    "wppic/github-grid-buttonType",
    "wppic/github-grid-cols",
    "wppic/github-grid-colGap",
    "wppic/github-grid-rowGap",
    "wppic/github-grid-marginSpacing",
    "wppic/github-grid-marginSpacingTarget",
    "wppic/github-grid-backgroundColor",
    "wppic/github-grid-textColor",
    "wppic/github-grid-iconColor",
    "wppic/github-grid-iconColorHover",
    "wppic/github-grid-borderColor",
    "wppic/github-grid-languageBgColor",
    "wppic/github-grid-languageTextColor",
    "wppic/github-grid-sponsorsColor",
    "wppic/github-grid-buttonBgColor",
    "wppic/github-grid-buttonBgColorHover",
    "wppic/github-grid-buttonTextColor",
    "wppic/github-grid-buttonTextColorHover"
  ],
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "supports": {
    "anchor": true,
    "align": false,
    "className": true
  },
  "editorScript": "wp-plugin-info-card-block-js",
  "editorStyle": [
    "wp-plugin-info-card-block-editor-css",
    "wp-plugin-info-card-block-styles-css"
  ],
  "style": [
    "wppic-github-info-card"
  ]
}