{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caledros-basic-blocks/flex-container",
  "title": "Flex Container",
  "category": "caledros-basic-blocks",
  "icon": "block-default",
  "description": "A responsive container with a flexbox layout, perfect for arranging elements horizontally or vertically.",
  "keywords": ["container, wrapper"],
  "version": "1.0",
  "textdomain": "caledros-basic-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "example": {
    "attributes": {
      "containerMinHeight": "50px",
      "containerBorder": {
        "style": "solid",
        "width": "2px",
        "lightColor": "#000",
        "darkColor": "#fff"
      },
      "containerFlexDirection": "row",
      "containerJustifyContent": "space-around",
      "containerAlignItems": "center",
      "containerPadding": {
        "top": "10px",
        "right": "10px",
        "bottom": "10px",
        "left": "10px",
        "differentPaddingsEnabled": true,
        "useGlobalPadding": false
      }
    },
    "innerBlocks": [
      {
        "name": "caledros-basic-blocks/flex-container",
        "attributes": {
          "containerMinHeight": "80px",
          "containerWidth": "50px",
          "containerLightBackgroundColor": "#0E9594",
          "containerBorder": {
            "style": "solid",
            "width": "0px",
            "lightColor": "#00000000",
            "darkColor": "#00000000",
            "radius": "10px"
          }
        }
      },
      {
        "name": "caledros-basic-blocks/flex-container",
        "attributes": {
          "containerMinHeight": "80px",
          "containerWidth": "50px",
          "containerLightBackgroundColor": "#0E9594",
          "containerBorder": {
            "style": "solid",
            "width": "0px",
            "lightColor": "#00000000",
            "darkColor": "#00000000",
            "radius": "10px"
          }
        }
      },
      {
        "name": "caledros-basic-blocks/flex-container",
        "attributes": {
          "containerMinHeight": "80px",
          "containerWidth": "50px",
          "containerLightBackgroundColor": "#0E9594",
          "containerBorder": {
            "style": "solid",
            "width": "0px",
            "lightColor": "#00000000",
            "darkColor": "#00000000",
            "radius": "10px"
          }
        }
      },
      {
        "name": "caledros-basic-blocks/flex-container",
        "attributes": {
          "containerMinHeight": "80px",
          "containerWidth": "50px",
          "containerLightBackgroundColor": "#0E9594",
          "containerBorder": {
            "style": "solid",
            "width": "0px",
            "lightColor": "#00000000",
            "darkColor": "#00000000",
            "radius": "10px"
          }
        }
      },
      {
        "name": "caledros-basic-blocks/flex-container",
        "attributes": {
          "containerMinHeight": "80px",
          "containerWidth": "50px",
          "containerLightBackgroundColor": "#0E9594",
          "containerBorder": {
            "style": "solid",
            "width": "0px",
            "lightColor": "#00000000",
            "darkColor": "#00000000",
            "radius": "10px"
          }
        }
      },
      {
        "name": "caledros-basic-blocks/flex-container",
        "attributes": {
          "containerMinHeight": "80px",
          "containerWidth": "50px",
          "containerLightBackgroundColor": "#0E9594",
          "containerBorder": {
            "style": "solid",
            "width": "0px",
            "lightColor": "#00000000",
            "darkColor": "#00000000",
            "radius": "10px"
          }
        }
      }
    ]
  },
  "attributes": {
    "containerWidth": {
      "type": "string",
      "default": "100%"
    },
    "containerMinHeight": {
      "type": "string",
      "default": "auto"
    },
    "containerLightBackgroundColor": {
      "type": "string",
      "default": "#00000000"
    },
    "containerDarkBackgroundColor": {
      "type": "string",
      "default": "#00000000"
    },
    "containerBackgroundImage": {
      "type": "object",
      "default": {
        "id": 0,
        "alt": "",
        "url": ""
      }
    },
    "containerBgImageFocalPoint": {
      "type": "object",
      "default": { "x": 0.5, "y": 0.5 }
    },
    "containerLightBackgroundGradient": {
      "type": "string",
      "default": ""
    },
    "containerDarkBackgroundGradient": {
      "type": "string",
      "default": ""
    },
    "containerBorder": {
      "type": "object",
      "default": {
        "style": "none",
        "width": "0px",
        "lightColor": "#00000000",
        "darkColor": "#00000000",
        "radius": "0px"
      }
    },
    "containerBoxShadow": {
      "type": "object",
      "default": {
        "enabled": false,
        "hOffset": "10px",
        "vOffset": "10px",
        "blur": "0px",
        "spread": "0px",
        "lightColor": "#000",
        "darkColor": "#f4f4f4",
        "style": ""
      }
    },
    "containerMargin": {
      "type": "object",
      "default": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px",
        "differentMarginsEnabled": false
      }
    },
    "containerPadding": {
      "type": "object",
      "default": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px",
        "differentPaddingsEnabled": false,
        "useGlobalPadding": false
      }
    },
    "containerFlexDirection": {
      "type": "object",
      "default": {
        "desktop": "row",
        "tablet": "row",
        "mobile": "row"
      }
    },
    "containerJustifyContent": {
      "type": "string",
      "default": "flex-start"
    },
    "containerJustifyContentTablet": {
      "type": "object",
      "default": {
        "enabled": false,
        "value": "flex-start"
      }
    },
    "containerJustifyContentMobile": {
      "type": "object",
      "default": {
        "enabled": false,
        "value": "flex-start"
      }
    },
    "containerAlignItems": {
      "type": "string",
      "default": "normal"
    },
    "containerAlignItemsTablet": {
      "type": "object",
      "default": {
        "enabled": false,
        "value": "normal"
      }
    },
    "containerAlignItemsMobile": {
      "type": "object",
      "default": {
        "enabled": false,
        "value": "normal"
      }
    },
    "containerColumnGap": {
      "type": "string",
      "default": "normal"
    },
    "containerRowGap": {
      "type": "string",
      "default": "normal"
    },
    "containerOverflow": {
      "type": "string",
      "default": "visible"
    },
    "fullWidthMobileEnabled": {
      "type": "boolean",
      "default": false
    },
    "fullWidthTabletEnabled": {
      "type": "boolean",
      "default": false
    },
    "containerBlur": {
      "type": "object",
      "default": {
        "enabled": false,
        "value": "10px"
      }
    }
  },
  "supports": {
    "align": false,
    "alignWide": false,
    "className": false,
    "html": false
  }
}
