{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/posts-grid-block",
  "version": "0.1.0",
  "title": "Posts Grid (Free)",
  "category": "adaire-blocks-free",
  "description": "A dynamic posts grid with beautiful GSAP animations, multiple layout options, and category filtering.",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": true
  },
  "textdomain": "posts-grid-block",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "showHeading": {
      "type": "boolean",
      "default": false
    },
    "headingText": {
      "type": "string",
      "source": "html",
      "selector": ".adaire-posts-grid__heading",
      "default": ""
    },
    "headingResponsiveAlign": {
      "type": "object",
      "default": {
        "mobile": "flex-start",
        "tablet": "flex-start",
        "smallLaptop": "flex-start",
        "desktop": "flex-start",
        "bigDesktop": "flex-start"
      }
    },
    "headingResponsiveTextAlign": {
      "type": "object",
      "default": {
        "mobile": "left",
        "tablet": "left",
        "smallLaptop": "left",
        "desktop": "left",
        "bigDesktop": "left"
      }
    },
    "headingResponsiveFontSize": {
      "type": "object",
      "default": {
        "mobile": "28px",
        "tablet": "32px",
        "smallLaptop": "36px",
        "desktop": "40px",
        "bigDesktop": "48px"
      }
    },
    "headingResponsiveFontWeight": {
      "type": "object",
      "default": {
        "mobile": "600",
        "tablet": "600",
        "smallLaptop": "600",
        "desktop": "600",
        "bigDesktop": "600"
      }
    },
    "headingColor": {
      "type": "string",
      "default": "#111827"
    },
    "headingUnderlineColor": {
      "type": "string",
      "default": "#D52940"
    },
    "headingResponsiveUnderlineWidth": {
      "type": "object",
      "default": {
        "mobile": "6px",
        "tablet": "6px",
        "smallLaptop": "7px",
        "desktop": "8px",
        "bigDesktop": "10px"
      }
    },
    "headingResponsiveMarginBottom": {
      "type": "object",
      "default": {
        "mobile": "24px",
        "tablet": "24px",
        "smallLaptop": "24px",
        "desktop": "24px",
        "bigDesktop": "24px"
      }
    },
    "postsPerPage": {
      "type": "number",
      "default": 6
    },
    "enablePagination": {
      "type": "boolean",
      "default": false
    },
    "paginationStyle": {
      "type": "string",
      "default": "numbers"
    },
    "selectedCategories": {
      "type": "array",
      "default": []
    },
    "selectedPosts": {
      "type": "array",
      "default": []
    },
    "postType": {
      "type": "string",
      "default": "post"
    },
    "excludeCurrentPost": {
      "type": "boolean",
      "default": true
    },
    "showCategories": {
      "type": "boolean",
      "default": true
    },
    "showDate": {
      "type": "boolean",
      "default": true
    },
    "showAuthor": {
      "type": "boolean",
      "default": true
    },
    "showReadTime": {
      "type": "boolean",
      "default": true
    },
    "showExcerpt": {
      "type": "boolean",
      "default": true
    },
    "excerptLength": {
      "type": "number",
      "default": 20
    },
    "layoutType": {
      "type": "string",
      "default": "normal"
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "enableFiltering": {
      "type": "boolean",
      "default": false
    },
    "filterPosition": {
      "type": "string",
      "default": "top"
    },
    "filterStyle": {
      "type": "string",
      "default": "pills"
    },
    "cardBorderRadius": {
      "type": "number",
      "default": 8
    },
    "cardPadding": {
      "type": "number",
      "default": 20
    },
    "cardGap": {
      "type": "number",
      "default": 24
    },
    "imageHeight": {
      "type": "number",
      "default": 200
    },
    "imageFit": {
      "type": "string",
      "default": "cover"
    },
    "titleColor": {
      "type": "string",
      "default": "#1f2937"
    },
    "titleFontSize": {
      "type": "number",
      "default": 18
    },
    "titleFontWeight": {
      "type": "string",
      "default": "600"
    },
    "excerptColor": {
      "type": "string",
      "default": "#6b7280"
    },
    "excerptFontSize": {
      "type": "number",
      "default": 14
    },
    "excerptFontWeight": {
      "type": "string",
      "default": "400"
    },
    "metaColor": {
      "type": "string",
      "default": "#9ca3af"
    },
    "metaFontSize": {
      "type": "number",
      "default": 12
    },
    "metaFontWeight": {
      "type": "string",
      "default": "400"
    },
    "categoryColor": {
      "type": "string",
      "default": "#3b82f6"
    },
    "categoryBackgroundColor": {
      "type": "string",
      "default": "#f1f5f9"
    },
    "categoryBorderRadius": {
      "type": "number",
      "default": 16
    },
    "filterBorderRadius": {
      "type": "number",
      "default": 16
    },
    "paginationBorderRadius": {
      "type": "number",
      "default": 6
    },
    "enableAnimations": {
      "type": "boolean",
      "default": true
    },
    "animationType": {
      "type": "string",
      "default": "fadeUp"
    },
    "transitionAnimation": {
      "type": "string",
      "default": "fade"
    },
    "animationDuration": {
      "type": "number",
      "default": 0.6
    },
    "animationDelay": {
      "type": "number",
      "default": 0.1
    },
    "animationEase": {
      "type": "string",
      "default": "power2.out"
    },
    "enableHoverEffects": {
      "type": "boolean",
      "default": true
    },
    "hoverScale": {
      "type": "number",
      "default": 1.05
    },
    "hoverShadow": {
      "type": "boolean",
      "default": true
    },
    "overlayOpacity": {
      "type": "number",
      "default": 0.4
    },
    "overlayGradient": {
      "type": "string",
      "default": "linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%)"
    },
    "textAlign": {
      "type": "string",
      "default": "left"
    },
    "containerMode": {
      "type": "string",
      "default": "full"
    },
    "containerMaxWidth": {
      "type": "object",
      "default": {
        "desktop": {
          "value": 1200,
          "unit": "px"
        },
        "tablet": {
          "value": 100,
          "unit": "%"
        },
        "mobile": {
          "value": 100,
          "unit": "%"
        }
      }
    },
    "marginTop": {
      "type": "object",
      "default": {
        "desktop": 0,
        "tablet": 0,
        "mobile": 0
      }
    },
    "marginRight": {
      "type": "object",
      "default": {
        "desktop": 0,
        "tablet": 0,
        "mobile": 0
      }
    },
    "marginBottom": {
      "type": "object",
      "default": {
        "desktop": 0,
        "tablet": 0,
        "mobile": 0
      }
    },
    "marginLeft": {
      "type": "object",
      "default": {
        "desktop": 0,
        "tablet": 0,
        "mobile": 0
      }
    }
  },
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_57_252)\">\n<rect width=\"24\" height=\"24\" rx=\"5\" fill=\"#F0F0F1\"/>\n<g clip-path=\"url(#clip1_57_252)\">\n<path d=\"M14.099 6H9.9058C9.77782 5.99963 9.65103 6.02265 9.53266 6.06777C9.41429 6.11288 9.30668 6.17919 9.21597 6.26292C9.12527 6.34664 9.05325 6.44612 9.00404 6.55568C8.95484 6.66524 8.9294 6.78273 8.9292 6.90141V10.7974C8.9292 11.0369 9.03176 11.2665 9.21433 11.4358C9.3969 11.6052 9.64451 11.7003 9.9027 11.7003H14.099C14.3571 11.7003 14.6048 11.6052 14.7873 11.4358C14.9699 11.2665 15.0725 11.0369 15.0725 10.7974V6.90141C15.072 6.66221 14.9693 6.43294 14.7868 6.26393C14.6043 6.09493 14.3569 6 14.099 6ZM14.4214 10.8449C14.4214 10.8775 14.4145 10.9099 14.401 10.9401C14.3875 10.9702 14.3677 10.9977 14.3428 11.0207C14.3179 11.0438 14.2884 11.0622 14.2558 11.0747C14.2233 11.0872 14.1884 11.0936 14.1532 11.0936H9.84844C9.81322 11.0936 9.77835 11.0872 9.74581 11.0747C9.71328 11.0622 9.68371 11.0438 9.65881 11.0207C9.63391 10.9977 9.61415 10.9702 9.60068 10.9401C9.5872 10.9099 9.58026 10.8775 9.58026 10.8449V6.85253C9.58006 6.81982 9.58685 6.78739 9.60026 6.75713C9.61366 6.72687 9.63341 6.69937 9.65835 6.67624C9.6833 6.65311 9.71294 6.63479 9.74557 6.62236C9.7782 6.60993 9.81316 6.60363 9.84844 6.60382H14.1532C14.1885 6.60363 14.2235 6.60993 14.2561 6.62236C14.2887 6.63479 14.3184 6.65311 14.3433 6.67624C14.3682 6.69937 14.388 6.72687 14.4014 6.75713C14.4148 6.78739 14.4216 6.81982 14.4214 6.85253V10.8449Z\" fill=\"#D52940\"/>\n<path d=\"M21.0265 12.3026H16.8302C16.5721 12.3026 16.3244 12.3977 16.1419 12.567C15.9593 12.7364 15.8568 12.966 15.8568 13.2055V17.0972C15.8568 17.3366 15.9593 17.5663 16.1419 17.7356C16.3244 17.9049 16.5721 18 16.8302 18H21.0265C21.2847 18 21.5323 17.9049 21.7149 17.7356C21.8974 17.5663 22 17.3366 22 17.0972V13.2055C22 12.966 21.8974 12.7364 21.7149 12.567C21.5323 12.3977 21.2847 12.3026 21.0265 12.3026ZM21.3489 17.1475C21.3489 17.2134 21.3207 17.2767 21.2704 17.3234C21.2201 17.37 21.1519 17.3962 21.0808 17.3962H16.776C16.7407 17.3964 16.7058 17.3901 16.6731 17.3777C16.6405 17.3652 16.6108 17.3469 16.5859 17.3238C16.561 17.3006 16.5412 17.2732 16.5278 17.2429C16.5144 17.2126 16.5076 17.1802 16.5078 17.1475V13.1551C16.5076 13.1224 16.5144 13.09 16.5278 13.0597C16.5412 13.0295 16.561 13.002 16.5859 12.9788C16.6108 12.9557 16.6405 12.9374 16.6731 12.925C16.7058 12.9125 16.7407 12.9062 16.776 12.9064H21.0808C21.1519 12.9064 21.2201 12.9326 21.2704 12.9793C21.3207 13.0259 21.3489 13.0892 21.3489 13.1551V17.1475Z\" fill=\"#D52940\"/>\n<path d=\"M7.17286 12.3026H2.97505C2.84707 12.3024 2.72032 12.3256 2.60203 12.3709C2.48374 12.4162 2.37624 12.4827 2.28568 12.5665C2.19512 12.6504 2.12327 12.75 2.07425 12.8596C2.02523 12.9693 2 13.0868 2 13.2055V17.0972C2 17.3366 2.10256 17.5663 2.28513 17.7356C2.4677 17.9049 2.71531 18 2.9735 18H7.17286C7.43078 17.9996 7.67799 17.9043 7.86022 17.7351C8.04245 17.5658 8.1448 17.3364 8.1448 17.0972V13.2055C8.1448 12.9663 8.04245 12.7368 7.86022 12.5676C7.67799 12.3983 7.43078 12.303 7.17286 12.3026ZM7.49374 17.1475C7.49394 17.1802 7.48715 17.2126 7.47374 17.2429C7.46034 17.2732 7.44059 17.3006 7.41565 17.3238C7.39071 17.3469 7.36106 17.3652 7.32843 17.3777C7.2958 17.3901 7.26084 17.3964 7.22556 17.3962H2.92079C2.84967 17.3962 2.78145 17.37 2.73116 17.3234C2.68087 17.2767 2.65261 17.2135 2.65261 17.1475V13.1551C2.65261 13.0892 2.68087 13.0259 2.73116 12.9793C2.78145 12.9326 2.84967 12.9064 2.92079 12.9064H7.22556C7.26084 12.9062 7.2958 12.9125 7.32843 12.925C7.36106 12.9374 7.39071 12.9557 7.41565 12.9788C7.44059 13.002 7.46034 13.0295 7.47374 13.0597C7.48715 13.09 7.49394 13.1224 7.49374 13.1551V17.1475Z\" fill=\"#D52940\"/>\n<path d=\"M9.90575 18H14.102C14.3602 18 14.6078 17.9049 14.7904 17.7356C14.9729 17.5663 15.0755 17.3366 15.0755 17.0972V13.2055C15.0755 12.966 14.9729 12.7364 14.7904 12.567C14.6078 12.3977 14.3602 12.3026 14.102 12.3026H9.90575C9.64756 12.3026 9.39995 12.3977 9.21738 12.567C9.03482 12.7364 8.93225 12.966 8.93225 13.2055V17.0972C8.93225 17.3366 9.03482 17.5663 9.21738 17.7356C9.39995 17.9049 9.64756 18 9.90575 18ZM9.58331 13.1551C9.58311 13.1224 9.58991 13.09 9.60331 13.0597C9.61671 13.0295 9.63646 13.002 9.6614 12.9788C9.68635 12.9557 9.71599 12.9374 9.74862 12.925C9.78125 12.9125 9.81622 12.9062 9.85149 12.9064H14.1532C14.1884 12.9062 14.2234 12.9125 14.256 12.925C14.2887 12.9374 14.3183 12.9557 14.3432 12.9788C14.3682 13.002 14.3879 13.0295 14.4013 13.0597C14.4147 13.09 14.4215 13.1224 14.4213 13.1551V17.1475C14.4215 17.1802 14.4147 17.2126 14.4013 17.2429C14.3879 17.2732 14.3682 17.3006 14.3432 17.3238C14.3183 17.3469 14.2887 17.3652 14.256 17.3777C14.2234 17.3901 14.1884 17.3964 14.1532 17.3962H9.84839C9.81312 17.3964 9.77815 17.3901 9.74552 17.3777C9.71289 17.3652 9.68325 17.3469 9.6583 17.3238C9.63336 17.3006 9.61361 17.2732 9.60021 17.2429C9.5868 17.2126 9.58001 17.1802 9.58021 17.1475L9.58331 13.1551Z\" fill=\"#D52940\"/>\n<path d=\"M2.97505 11.6974H7.17286C7.43024 11.697 7.67699 11.6021 7.85913 11.4335C8.04127 11.2648 8.14398 11.0361 8.1448 10.7974V6.90141C8.1448 6.66234 8.0424 6.43306 7.86013 6.26402C7.67785 6.09497 7.43063 6 7.17286 6H2.97505C2.8472 5.99981 2.72057 6.02298 2.60239 6.06818C2.4842 6.11337 2.37677 6.17972 2.28623 6.26342C2.19568 6.34712 2.12381 6.44655 2.0747 6.55601C2.02559 6.66548 2.0002 6.78284 2 6.90141V10.7974C2.00082 11.0366 2.10396 11.2658 2.28677 11.4345C2.46958 11.6032 2.71713 11.6978 2.97505 11.6974ZM2.65261 6.85253C2.65261 6.78656 2.68087 6.7233 2.73116 6.67666C2.78145 6.63002 2.84967 6.60381 2.92079 6.60381H7.22556C7.26084 6.60362 7.2958 6.60993 7.32843 6.62236C7.36106 6.63479 7.39071 6.6531 7.41565 6.67624C7.44059 6.69937 7.46034 6.72686 7.47374 6.75712C7.48715 6.78739 7.49394 6.81981 7.49374 6.85253V10.8449C7.49374 10.8775 7.4868 10.9099 7.47332 10.9401C7.45985 10.9702 7.44009 10.9976 7.41519 11.0207C7.39029 11.0438 7.36072 11.0622 7.32819 11.0747C7.29565 11.0872 7.26078 11.0936 7.22556 11.0936H2.92079C2.84979 11.0932 2.78182 11.0669 2.73161 11.0203C2.68141 10.9738 2.65302 10.9107 2.65261 10.8449V6.85253Z\" fill=\"#D52940\"/>\n<path d=\"M16.8302 11.6974H21.0265C21.2836 11.6966 21.53 11.6016 21.7118 11.433C21.8936 11.2644 21.9961 11.0359 21.9969 10.7974V6.90141C21.9965 6.66221 21.8937 6.43293 21.7112 6.26393C21.5287 6.09492 21.2813 6 21.0234 6H16.8302C16.5723 6 16.3249 6.09492 16.1424 6.26393C15.9599 6.43293 15.8572 6.66221 15.8568 6.90141V10.7974C15.8576 11.0364 15.9605 11.2653 16.143 11.434C16.3255 11.6027 16.5726 11.6974 16.8302 11.6974ZM16.5078 6.85253C16.5076 6.81981 16.5144 6.78738 16.5278 6.75712C16.5412 6.72686 16.561 6.69937 16.5859 6.67623C16.6108 6.6531 16.6405 6.63479 16.6731 6.62236C16.7058 6.60992 16.7407 6.60362 16.776 6.60381H21.0808C21.1519 6.60381 21.2201 6.63002 21.2704 6.67666C21.3207 6.7233 21.3489 6.78656 21.3489 6.85253V10.8449C21.3485 10.9107 21.3201 10.9738 21.2699 11.0203C21.2197 11.0669 21.1518 11.0932 21.0808 11.0936H16.776C16.7408 11.0936 16.7059 11.0872 16.6734 11.0747C16.6408 11.0622 16.6113 11.0438 16.5864 11.0207C16.5615 10.9976 16.5417 10.9702 16.5282 10.9401C16.5148 10.9099 16.5078 10.8775 16.5078 10.8449V6.85253Z\" fill=\"#D52940\"/>\n</g>\n</g>\n<defs>\n<clipPath id=\"clip0_57_252\">\n<rect width=\"24\" height=\"24\" rx=\"5\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_57_252\">\n<rect width=\"24\" height=\"24\" fill=\"white\"/>\n</clipPath>\n</defs>\n</svg>"
}