{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/design-calender",
  "version": "1.0.0",
  "title": "Design Calender",
  "category": "design",
  "supports": {
    "html": false
  },
  "attributes": {
    "inputName": {
      "type": "string",
      "default": "default_name"
    },
    "selectedValue": {
      "type": "number",
      "default": 0
    },
    "dateValues": {
      "type": "array",
      "default": []
    },
    "weekTop": {
      "type": "string",
      "default": "sun"
    },
    "isHoliday": {
      "type": "boolean",
      "default": false
    },
    "calenderApiKey": {
      "type": "string",
      "default": ""
    },
    "isReleaseButton": {
      "type": "boolean",
      "default": false
    },
    "bgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "default_pos": {
      "type": "object",
      "default": {
        "margin": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        },
        "margin_input": {
          "top": "5px",
          "left": "5px",
          "bottom": "5px",
          "right": "5px"
        },
        "padding_input": {
          "top": "5px",
          "left": "10px",
          "bottom": "5px",
          "right": "10px"
        },
        "margin_week": {
          "top": "5px",
          "left": "5px",
          "bottom": "5px",
          "right": "5px"
        },
        "padding_week": {
          "top": "5px",
          "left": "10px",
          "bottom": "5px",
          "right": "10px"
        }
      }
    },
    "mobile_pos": {
      "type": "object",
      "default": {
        "margin": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "margin_input": {
          "top": "0px",
          "left": "0px",
          "bottom": "0px",
          "right": "0px"
        },
        "padding_input": {
          "top": "0.5em",
          "left": "0.3em",
          "bottom": "0.5em",
          "right": "0.3em"
        },
        "margin_week": {
          "top": "5px",
          "left": "5px",
          "bottom": "5px",
          "right": "5px"
        },
        "padding_week": {
          "top": "5px",
          "left": "10px",
          "bottom": "5px",
          "right": "10px"
        }
      }
    },
    "border_box": {
      "type": "object"
    },
    "shadow_box": {
      "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_box": {
      "type": "object"
    },
    "is_shadow_box": {
      "type": "boolean",
      "default": false
    },
    "inputColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content)"
    },
    "inputBgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "radius_input": {
      "type": "object",
      "default": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px",
        "value": "0px"
      }
    },
    "border_input": {
      "type": "object"
    },
    "shadow_input": {
      "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_input": {
      "type": "object"
    },
    "is_shadow_input": {
      "type": "boolean",
      "default": false
    },
    "font_style_input": {
      "type": "object",
      "default": {
        "default_fontSize": "16px",
        "mobile_fontSize": "12px",
        "fontFamily": "Noto Sans JP, sans-serif",
        "fontWeight": "500",
        "isItalic": false
      }
    },
    "font_style_week": {
      "type": "object",
      "default": {
        "default_fontSize": "16px",
        "mobile_fontSize": "12px",
        "fontFamily": "Noto Sans JP, sans-serif",
        "fontWeight": "500",
        "isItalic": false
      }
    },
    "weekLabelColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content)"
    },
    "weekLabelBgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "radius_week": {
      "type": "object",
      "default": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px",
        "value": "0px"
      }
    },
    "border_week": {
      "type": "object"
    },
    "shadow_week": {
      "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_week": {
      "type": "object"
    },
    "is_shadow_week": {
      "type": "boolean",
      "default": false
    },
    "holidayColor": {
      "type": "string",
      "default": "var(--wp--preset--color--accent-1)"
    },
    "holidayBgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "staturdayColor": {
      "type": "string",
      "default": "var(--wp--preset--color--accent-2)"
    },
    "saturdayBgColor": {
      "type": "string",
      "default": "var(--wp--preset--color--content-back)"
    },
    "shadow_select": {
      "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_select": {
      "type": "object"
    },
    "is_shadow_select": {
      "type": "boolean",
      "default": false
    },
    "color_select": {
      "type": "string"
    },
    "bgColor_select": {
      "type": "string"
    },
    "bgGradient_select": {
      "type": "string"
    },
    "tooltip_style": {
      "type": "object",
      "default": {
        "font_style": {
          "default_fontSize": "16px",
          "mobile_fontSize": "12px",
          "fontFamily": "Noto Sans JP, sans-serif",
          "fontWeight": "500",
          "isItalic": false
        },
        "color": "var(--wp--preset--color--content)",
        "bgColor": "var(--wp--preset--color--content-back)",
        "bgGradient": "",
        "border": {
          "top": "0px",
          "left": "0px",
          "right": "0px",
          "bottom": "0px"
        },
        "borderRadius": {
          "value": "5px"
        },
        "padding": {
          "default": {
            "top": "5px",
            "left": "10px",
            "bottom": "5px",
            "right": "10px"
          },
          "mobile": {
            "top": "5px",
            "left": "5px",
            "bottom": "5px",
            "right": "5px"
          }
        }
      }
    }
  },
  "textdomain": "block-collections",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}