{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "itmar/input-figure-block",
  "version": "0.1.0",
  "title": "Input Figure",
  "category": "design",
  "supports": {
    "html": false
  },
  "attributes": {
    "form_type": {
      "type": "string"
    },
    "form_name": {
      "type": "string"
    },
    "label_width": {
      "type": "string",
      "default": "100px"
    },
    "bgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "bgColor_form": {
      "type": "string"
    },
    "bgGradient_form": {
      "type": "string"
    },
    "radius_form": {
      "type": "object",
      "default": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px",
        "value": "0px"
      }
    },
    "border_form": {
      "type": "object"
    },
    "default_pos": {
      "type": "object",
      "default": {
        "margin_form": {
          "top": "1em",
          "left": "1em",
          "bottom": "1em",
          "right": "1em"
        },
        "padding_form": {
          "top": "1.5em",
          "left": "1em",
          "bottom": "1.5em",
          "right": "1em"
        }
      }
    },
    "mobile_pos": {
      "type": "object",
      "default": {
        "margin_form": {
          "top": "1em",
          "left": "0.5em",
          "bottom": "1em",
          "right": "0.5em"
        },
        "padding_form": {
          "top": "1.5em",
          "left": "0.5em",
          "bottom": "1.5em",
          "right": "0.5em"
        }
      }
    },
    "shadow_element": {
      "type": "object",
      "default": {
        "shadowType": "nomal",
        "spread": 2,
        "lateral": 2,
        "longitude": 2,
        "nomalBlur": 3,
        "shadowColor": "#9F9F9F",
        "distance": 5,
        "intensity": 5,
        "opacity": 0.5,
        "depth": 5,
        "blur": 5,
        "bdBlur": 5,
        "expand": 5,
        "glassblur": 5,
        "glassopa": 0.5,
        "newDirection": "top_left",
        "clayDirection": "top",
        "embos": "swell",
        "hasOutline": true,
        "baseColor": "#ffffff"
      }
    },
    "shadow_result": {
      "type": "object"
    },
    "is_shadow": {
      "type": "boolean",
      "default": false
    },
    "inputIndex": {
      "type": "number",
      "default": 0
    },
    "isLastStep": {
      "type": "boolean",
      "default": false
    }
  },
  "providesContext": {
    "itmar/label_width": "label_width"
  },
  "usesContext": [
    "itmar/state_process",
    "itmar/process_count",
    "itmar/current_step"
  ],
  "textdomain": "form-send-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}