{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Chakra Alert",
  "apiVersion": 3,
  "name": "mediaron/alerts-dlx-chakra",
  "category": "alertsdlx",
  "icon": "<svg width='100%' height='100%' viewBox='0 0 804 804' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><path fill='#60BFC1' d='M803.125,401.563c0,-221.629 -179.934,-401.563 -401.563,-401.563c-221.628,0 -401.562,179.934 -401.562,401.563c0,221.628 179.934,401.562 401.563,401.562c221.628,0 401.562,-179.934 401.562,-401.563Z' style='fill:url(#_Linear1);'/><path fill='#FFFFFF' d='M217.369,418.703l273.725,-271.841c5.112,-5.078 13.344,1.102 9.89,7.428l-101.878,186.726c-2.275,4.162 0.741,9.243 5.485,9.243l176.062,0c5.672,0 8.409,6.947 4.263,10.819l-308.525,287.944c-5.532,5.162 -13.766,-2.113 -9.324,-8.238l146.049,-201.478c2.993,-4.131 0.043,-9.918 -5.06,-9.918l-186.283,-0c-5.579,-0 -8.362,-6.754 -4.404,-10.685Z' style='fill:#fff;fill-rule:nonzero;'/><defs><linearGradient id='_Linear1' x1='0' y1='0' x2='1' y2='0' gradientUnits='userSpaceOnUse' gradientTransform='matrix(4.91772e-14,803.125,-803.125,4.91772e-14,401.562,0)'><stop offset='0' style='stop-color:#7bcbd4;stop-opacity:1'/><stop offset='1' style='stop-color:#29c6b7;stop-opacity:1'/></linearGradient></defs></svg>",
  "description": "An alert and notification block inspired by Chakra UI.",
  "keywords": [
    "alert",
    "info",
    "hint",
    "success",
    "error",
    "notice",
    "notification",
    "warning",
    "chakra"
  ],
  "version": "1.0.0",
  "textdomain": "alerts-dlx",
  "attributes": {
    "align": {
      "type": "string",
      "default": "center"
    },
    "alertType": {
      "type": "string",
      "default": "success"
    },
    "alertTitle": {
      "type": "string",
      "default": ""
    },
    "alertDescription": {
      "type": "string",
      "default": ""
    },
    "descriptionEnabled": {
      "type": "boolean",
      "default": true
    },
    "titleEnabled": {
      "type": "boolean",
      "default": true
    },
    "buttonEnabled": {
      "type": "boolean",
      "default": false
    },
    "iconEnabled": {
      "type": "boolean",
      "default": true
    },
    "buttonText": {
      "type": "string",
      "default": ""
    },
    "buttonUrl": {
      "type": "string",
      "default": ""
    },
    "buttonHasUrl": {
      "type": "boolean",
      "default": false
    },
    "buttonTarget": {
      "type": "boolean",
      "default": false
    },
    "buttonRelNoFollow": {
      "type": "boolean",
      "default": false
    },
    "buttonRelSponsored": {
      "type": "boolean",
      "default": false
    },
    "maximumWidthUnit": {
      "type": "string",
      "default": "px"
    },
    "maximumWidth": {
      "type": "string",
      "default": "650"
    },
    "baseFontSize": {
      "type": "number",
      "default": 18
    },
    "icon": {
      "type": "string",
      "default": "<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48' viewBox='0 0 48 48'><path d='M24 44q-4.25 0-7.9-1.525-3.65-1.525-6.35-4.225-2.7-2.7-4.225-6.35Q4 28.25 4 24q0-4.2 1.525-7.85Q7.05 12.5 9.75 9.8q2.7-2.7 6.35-4.25Q19.75 4 24 4q3.75 0 7 1.2t5.85 3.3l-2.15 2.15q-2.2-1.75-4.9-2.7Q27.1 7 24 7q-7.25 0-12.125 4.875T7 24q0 7.25 4.875 12.125T24 41q7.25 0 12.125-4.875T41 24q0-1.5-.225-2.925-.225-1.425-.675-2.775l2.3-2.3q.8 1.85 1.2 3.85.4 2 .4 4.15 0 4.25-1.55 7.9-1.55 3.65-4.25 6.35-2.7 2.7-6.35 4.225Q28.2 44 24 44Zm-2.95-10.9-8.25-8.3 2.25-2.25 6 6 20.7-20.7 2.3 2.25Z'/></svg>"
    },
    "enableCustomFonts": {
      "type": "boolean",
      "default": true
    },
    "variant": {
      "type": "string",
      "default": "subtle"
    },
    "mode": {
      "type": "string",
      "default": "light"
    },
    "enableDropShadow": {
      "type": "boolean",
      "default": false
    },
    "iconVerticalAlignment": {
      "type": "string",
      "default": "top"
    },
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "alertGroup": {
      "type": "string",
      "default": "chakra"
    },
    "closeButtonEnabled": {
      "type": "boolean",
      "default": false
    },
    "closeButtonExpiration": {
      "type": "number",
      "default": 0
    },
    "innerBlocksEnabled": {
      "type": "boolean",
      "default": false
    },
    "colorPrimary": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-primary, #014361)"
    },
    "colorBorder": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-border, #014361)"
    },
    "colorAccent": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-accent, #3182ce)"
    },
    "colorAlt": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-alt, #2d76bb)"
    },
    "colorAltHover": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-alt-hover, #2d76bb)"
    },
    "colorAltText": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-alt-text, #ffffff)"
    },
    "colorAltTextHover": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-alt-text-hover, #ffffff)"
    },
    "colorBold": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-bold, #2d76bb)"
    },
    "colorLight": {
      "type": "string",
      "default": "var(--alerts-dlx-chakra-color-light, #bee3f8)"
    },
    "isBlockEditorialOnly": {
      "type": "boolean",
      "default": false
    },
    "isBlockReadOnly": {
      "type": "boolean",
      "default": false
    },
    "iconSource": {
      "type": "string",
      "default": "icon"
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "imageId": {
      "type": "number",
      "default": 0
    }
  },
  "example": {
    "attributes": {
      "alertType": "info",
      "alertTitle": "Sample alert title",
      "alertDescription": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>",
      "buttonEnabled": true,
      "baseFontSize": 14,
      "buttonText": "Learn More",
      "icon": "<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48' viewBox='0 0 48 48'><path d='M22.65 34h3V22h-3ZM24 18.3q.7 0 1.175-.45.475-.45.475-1.15t-.475-1.2Q24.7 15 24 15q-.7 0-1.175.5-.475.5-.475 1.2t.475 1.15q.475.45 1.175.45ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 23.95q0-4.1 1.575-7.75 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24.05 4q4.1 0 7.75 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm.05-3q7.05 0 12-4.975T41 23.95q0-7.05-4.95-12T24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24.05 41ZM24 24Z' /></svg>"
    }
  },
  "styles": [
    {
      "name": "success",
      "label": "Success",
      "isDefault": true
    },
    {
      "name": "info",
      "label": "Info"
    },
    {
      "name": "warning",
      "label": "Warning"
    },
    {
      "name": "error",
      "label": "Error"
    },
    {
      "name": "custom",
      "label": "Custom"
    }
  ],
  "supports": {
    "anchor": true,
    "align": true,
    "className": true
  },
  "editorScript": "alerts-dlx-block",
  "editorStyle": [
    "alerts-dlx-block-editor-styles",
    "alerts-dlx-chakra-styles",
    "alerts-dlx-block-editor-styles-lato"
  ]
}