{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "axcelersblocks/box",
	"version": "1.0.0",
	"title": "AXB: Box",
	"category": "axcelersblocks-blocks",
	"description": "A flexible container block for building layouts with spacing, borders, backgrounds, and visual styling.",
	"example": {},
	"supports": {
		"html": false,
		"anchor": true,
		"customClassName": true,
		"align": [ "wide", "full" ],
		"layout": false
	},
  "attributes": {
		"tagName": {
			"type": "string",
			"default": "div"
		},
    "anchor": {
      "type": "string",
      "default": ""
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
		"content":{
			"type": "string",
			"default": ""
		},
    "padding": {
      "type": "object",
      "default": {
        "desktop": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "tablet": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "mobile": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false }
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "tablet": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "mobile": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false }
      }
    },
    "display": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
		"alignItems": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"justifyContent": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"justifyItems": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"justifySelf": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"alignSelf": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridTemplateColumns": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridTemplateRows": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"columnGap": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"rowGap": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridAutoFlow": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridColumn": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridRow": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"order": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexDirection": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexWrap": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexGrow": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexShrink": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexBasis": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"float": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"clear": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"width": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"height": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"minWidth": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"minHeight": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"maxWidth": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"maxHeight": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"aspectRatio": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"backgroundColor": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "backgroundLayers": {
      "type": "object",
      "default": {
        "desktop": [],
        "tablet": [],
        "mobile": []
      }
    },
    "border": {
      "type": "object",
      "default": {
        "desktop": { "width": "", "style": "", "color": "", "sides": {}, "isLinkActive": true },
        "tablet": { "width": "", "style": "", "color": "", "sides": {}, "isLinkActive": true },
        "mobile": { "width": "", "style": "", "color": "", "sides": {}, "isLinkActive": true }
      }
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "desktop": { "value": "", "corners": {}, "isLinkActive": true },
        "tablet": { "value": "", "corners": {}, "isLinkActive": true },
        "mobile": { "value": "", "corners": {}, "isLinkActive": true }
      }
    },
		"position": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "inset": {
      "type": "object",
      "default": {
        "desktop": { "top": "", "right": "", "bottom": "", "left": "" },
        "tablet": { "top": "", "right": "", "bottom": "", "left": "" },
        "mobile": { "top": "", "right": "", "bottom": "", "left": "" }
      }
    },
    "overflowX": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "overflowY": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "zIndex": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
		"effect": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "spreadRadius": "", "color": "", "inset": false },
          "transition": { "property": "", "duration": "", "timingFunction": "", "delay": "" },
          "filter": { "blur": "", "brightness": "", "contrast": "", "grayscale": "", "hueRotate": "", "invert": "", "opacity": "", "saturate": "", "sepia": "" },
          "textShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "color": "" },
					"transform": { "translateX": "", "translateY": "", "translateZ": "", "scaleX": "", "scaleY": "", "rotate": "", "rotateX": "", "rotateY": "", "rotateZ": "", "skewX": "", "skewY": "" },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "spreadRadius": "", "color": "", "inset": false },
          "transition": { "property": "", "duration": "", "timingFunction": "", "delay": "" },
          "filter": { "blur": "", "brightness": "", "contrast": "", "grayscale": "", "hueRotate": "", "invert": "", "opacity": "", "saturate": "", "sepia": "" },
          "textShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "color": "" },
					"transform": { "translateX": "", "translateY": "", "translateZ": "", "scaleX": "", "scaleY": "", "rotate": "", "rotateX": "", "rotateY": "", "rotateZ": "", "skewX": "", "skewY": "" },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "spreadRadius": "", "color": "", "inset": false },
          "transition": { "property": "", "duration": "", "timingFunction": "", "delay": "" },
          "filter": { "blur": "", "brightness": "", "contrast": "", "grayscale": "", "hueRotate": "", "invert": "", "opacity": "", "saturate": "", "sepia": "" },
          "textShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "color": "" },
					"transform": { "translateX": "", "translateY": "", "translateZ": "", "scaleX": "", "scaleY": "", "rotate": "", "rotateX": "", "rotateY": "", "rotateZ": "", "skewX": "", "skewY": "" },
          "opacity": "",
          "visibility": ""
        }
      }
    },
    "padding__hover": {
      "type": "object",
      "default": {
        "desktop": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "tablet": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "mobile": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false }
      }
    },
    "margin__hover": {
      "type": "object",
      "default": {
        "desktop": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "tablet": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false },
        "mobile": { "top": "", "right": "", "bottom": "", "left": "", "isVHActive": false, "isSidesAllActive": false }
      }
    },
    "display__hover": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
		"alignItems__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"justifyContent__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"justifyItems__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"justifySelf__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"alignSelf__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridTemplateColumns__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridTemplateRows__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"columnGap__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"rowGap__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridAutoFlow__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridColumn__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"gridRow__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"order__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexDirection__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexWrap__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexGrow__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexShrink__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"flexBasis__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"float__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"clear__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"width__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"height__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"minWidth__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"minHeight__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"maxWidth__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"maxHeight__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"aspectRatio__hover": {
			"type": "object",
			"default": {
				"desktop": "",
				"tablet": "",
				"mobile": ""
			}
		},
		"backgroundColor__hover": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "backgroundLayers__hover": {
      "type": "object",
      "default": {
        "desktop": [],
        "tablet": [],
        "mobile": []
      }
    },
    "border__hover": {
      "type": "object",
      "default": {
        "desktop": { "width": "", "style": "", "color": "", "sides": {}, "isLinkActive": true },
        "tablet": { "width": "", "style": "", "color": "", "sides": {}, "isLinkActive": true },
        "mobile": { "width": "", "style": "", "color": "", "sides": {}, "isLinkActive": true }
      }
    },
    "borderRadius__hover": {
      "type": "object",
      "default": {
        "desktop": { "value": "", "corners": {}, "isLinkActive": true },
        "tablet": { "value": "", "corners": {}, "isLinkActive": true },
        "mobile": { "value": "", "corners": {}, "isLinkActive": true }
      }
    },
		"position__hover": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "inset__hover": {
      "type": "object",
      "default": {
        "desktop": { "top": "", "right": "", "bottom": "", "left": "" },
        "tablet": { "top": "", "right": "", "bottom": "", "left": "" },
        "mobile": { "top": "", "right": "", "bottom": "", "left": "" }
      }
    },
    "overflowX__hover": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "overflowY__hover": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "zIndex__hover": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
		"effect__hover": {
      "type": "object",
      "default": {
        "desktop": {
          "boxShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "spreadRadius": "", "color": "", "inset": false },
          "transition": { "property": "", "duration": "", "timingFunction": "", "delay": "" },
          "filter": { "blur": "", "brightness": "", "contrast": "", "grayscale": "", "hueRotate": "", "invert": "", "opacity": "", "saturate": "", "sepia": "" },
          "textShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "color": "" },
          "transform": { "translateX": "", "translateY": "", "translateZ": "", "scaleX": "", "scaleY": "", "rotate": "", "rotateX": "", "rotateY": "", "rotateZ": "", "skewX": "", "skewY": "" },
          "opacity": "",
          "visibility": ""
        },
        "tablet": {
          "boxShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "spreadRadius": "", "color": "", "inset": false },
          "transition": { "property": "", "duration": "", "timingFunction": "", "delay": "" },
          "filter": { "blur": "", "brightness": "", "contrast": "", "grayscale": "", "hueRotate": "", "invert": "", "opacity": "", "saturate": "", "sepia": "" },
          "textShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "color": "" },
          "transform": { "translateX": "", "translateY": "", "translateZ": "", "scaleX": "", "scaleY": "", "rotate": "", "rotateX": "", "rotateY": "", "rotateZ": "", "skewX": "", "skewY": "" },
          "opacity": "",
          "visibility": ""
        },
        "mobile": {
          "boxShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "spreadRadius": "", "color": "", "inset": false },
          "transition": { "property": "", "duration": "", "timingFunction": "", "delay": "" },
          "filter": { "blur": "", "brightness": "", "contrast": "", "grayscale": "", "hueRotate": "", "invert": "", "opacity": "", "saturate": "", "sepia": "" },
          "textShadow": { "xOffset": "", "yOffset": "", "blurRadius": "", "color": "" },
          "transform": { "translateX": "", "translateY": "", "translateZ": "", "scaleX": "", "scaleY": "", "rotate": "", "rotateX": "", "rotateY": "", "rotateZ": "", "skewX": "", "skewY": "" },
          "opacity": "",
          "visibility": ""
        }
      }
    }
  },
	"textdomain": "axcelersblocks",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php"
}
