{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "icb/nice-box-pro",
  "version": "1.0.0",
  "title": "Nice Box",
  "category": "info-cards",
  "description": "Nice Box is a WordPress plugin that allows you to create nice box effects on your website.",
  "keywords": [
    "Nice Box",
    "card",
    "nice",
    "box"
  ],
  "textdomain": "info-cards",
  "attributes": {
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "align": {
      "type": "string",
      "default": "wide"
    },
    "cards": {
      "type": "array",
      "default": [
        {
          "title": "Narcisse",
          "description": "Some quick example",
          "image": "https://www.jellypir.at/CODEPEN/picture/autre/jellyfish_15.jpg",
          "wavePath": "narcisse",
          "link": "#"
        },
        {
          "title": "Lycoris",
          "description": "Some quick example",
          "image": "https://www.jellypir.at/CODEPEN/picture/autre/jellyfish_63.jpg",
          "wavePath": "lycoris",
          "link": "#"
        },
        {
          "title": "Tulipe",
          "description": "Some quick example",
          "image": "https://www.jellypir.at/CODEPEN/picture/autre/jellyfish_49.jpg",
          "wavePath": "tulipe",
          "link": "#"
        }
      ]
    },
    "options": {
      "type": "object",
      "default": {
        "narcisse": "M0,192L48,197.3C96,203,192,213,288,192C384,171,480,117,576,90.7C672,64,768,64,864,85.3C960,107,1056,149,1152,186.7C1248,224,1344,256,1392,272L1440,288L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z",
        "lycoris": "M0,256L48,256C96,256,192,256,288,245.3C384,235,480,213,576,181.3C672,149,768,107,864,112C960,117,1056,171,1152,186.7C1248,203,1344,181,1392,170.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z",
        "tulipe": "M0,64L48,53.3C96,43,192,21,288,58.7C384,96,480,192,576,218.7C672,245,768,203,864,154.7C960,107,1056,53,1152,32C1248,11,1344,21,1392,26.7L1440,32L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z",
        "isTitle": true,
        "isDescription": true,
        "isIcon": true,
        "clickOnCard": true,
        "openInNewTab": true,
        "isDivider": true,
        "icon": "<svg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='currentColor' d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.8 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/><circle cx='288' cy='220' r='18' fill='white'/><circle cx='255' cy='275' r='22' fill='white'/><circle cx='321' cy='275' r='22' fill='white'/></svg>"
      }
    },
    "styles": {
      "type": "object",
      "default": {
        "columns": {
          "desktop": 3,
          "tablet": 2,
          "mobile": 1
        },
        "columnGap": 128,
        "rowGap": 128,
        "bg": {},
        "margin": {
          "desktop": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "tablet": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "mobile": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        },
        "padding": {
          "desktop": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "tablet": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "mobile": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        },
        "radius": {
          "top": "0px",
          "right": "0px",
          "bottom": "0px",
          "left": "0px"
        },
        "card": {
          "shadow": [
            {
              "color": "rgba(72, 78, 85, 0.6)",
              "hOffset": "0px",
              "vOffset": "1px",
              "blur": "1px",
              "spreed": "0px",
              "isInset": false
            }
          ],
          "hoverShadow": [
            {
              "color": "rgba(72, 78, 85, 0.6)",
              "hOffset": "0px",
              "vOffset": "20px",
              "blur": "40px",
              "spreed": "0px",
              "isInset": false
            }
          ],
          "translateY": -15,
          "bg": {
            "type": "solid",
            "color": "#fff"
          },
          "padding": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "radius": {
            "top": "25px",
            "right": "25px",
            "bottom": "25px",
            "left": "25px"
          },
          "border": {
            "width": "1px",
            "color": "rgba(0,0,0,.125)",
            "style": "solid"
          },
          "shapeColor": "#ffffff",
          "image": {
            "height": "370px",
            "objectFit": "cover"
          },
          "content": {
            "padding": {
              "top": "48px",
              "right": "16px",
              "bottom": "16px",
              "left": "16px"
            },
            "title": {
              "margin": {
                "top": "0px",
                "bottom": "8px",
                "left": "0px",
                "right": "0px"
              },
              "color": "#2b2b2b",
              "typo": {
                "fontFamily": "",
                "fontCategory": "",
                "fontWeight": 700,
                "fontVariant": "700",
                "isUploadFont": false,
                "fontSize": {
                  "desktop": 20,
                  "tablet": 20,
                  "mobile": 20
                },
                "fontStyle": "normal",
                "textTransform": "none",
                "textDecoration": "none",
                "lineHeight": 1.2,
                "letterSpace": ""
              }
            },
            "divider": {
              "margin": {
                "top": "16px",
                "bottom": "16px",
                "left": "0px",
                "right": "0px"
              },
              "width": "1px",
              "color": "#2b2b2b",
              "style": "solid",
              "opacity": 0.25
            },
            "description": {
              "margin": {
                "top": "0px",
                "bottom": "16px",
                "left": "0px",
                "right": "0px"
              },
              "color": "#000000",
              "typo": {
                "fontFamily": "",
                "fontCategory": "",
                "fontWeight": "",
                "fontVariant": "",
                "isUploadFont": false,
                "fontSize": {
                  "desktop": 18,
                  "tablet": 18,
                  "mobile": 18
                },
                "fontStyle": "normal",
                "textTransform": "none",
                "textDecoration": "none",
                "lineHeight": "",
                "letterSpace": ""
              }
            }
          },
          "icon": {
            "size": 50,
            "color": "#ffffff",
            "bg": {
              "type": "gradient",
              "gradient": "linear-gradient(133deg,rgba(255, 255, 255, 1) 0%,rgba(211, 210, 231, 1) 19%,rgba(11, 39, 73, 1) 100% )"
            },
            "padding": {
              "top": "16px",
              "right": "16px",
              "bottom": "16px",
              "left": "16px"
            },
            "radius": {
              "top": "100%",
              "right": "100%",
              "bottom": "100%",
              "left": "100%"
            },
            "rotate": -180,
            "hoverShadow": [
              {
                "color": "rgba(2, 196, 255, 0.25)",
                "hOffset": "0px",
                "vOffset": "30px",
                "blur": "60px",
                "spreed": "-12px",
                "isInset": true
              },
              {
                "color": "rgba(255, 2, 204, 0.7)",
                "hOffset": "0px",
                "vOffset": "18px",
                "blur": "36px",
                "spreed": "-18px",
                "isInset": true
              }
            ]
          }
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}