{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blynex/advanced-icon-button", "version": "0.1.0", "title": "Advanced Icon Button", "category": "blynex-blocks", "icon": "button", "description": "A modern, stylish button block with gradient background, rounded pill shape, and optional icons.", "textdomain": "blynex", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "supports": { "html": false, "anchor": true, "customClassName": true }, "attributes": { "text": { "type": "string", "default": "Stay Updated!" }, "url": { "type": "string", "default": "" }, "linkTarget": { "type": "string", "default": "_self" }, "relNofollow": { "type": "boolean", "default": false }, "relSponsored": { "type": "boolean", "default": false }, "icon": { "type": "string", "default": "arrow-right-alt" }, "iconType": { "type": "string", "default": "dashicon" }, "iconPosition": { "type": "string", "default": "right" }, "iconSize": { "type": "number", "default": 18 }, "iconColor": { "type": "string", "default": "#ffffff" }, "iconHoverColor": { "type": "string", "default": "" }, "iconGap": { "type": "number", "default": 8 }, "bgColor": { "type": "string", "default": "#4f80ff" }, "bgGradient": { "type": "string", "default": "linear-gradient(90deg, #6f42f5, #00c6ff)" }, "hoverBgColor": { "type": "string", "default": "" }, "hoverBgGradient": { "type": "string", "default": "" }, "textColor": { "type": "string", "default": "#ffffff" }, "hoverTextColor": { "type": "string", "default": "#ffffff" }, "typography": { "type": "object", "default": { "fontSize": 16, "fontWeight": "600", "lineHeight": 1.5, "letterSpacing": 0 } }, "borderRadius": { "type": "number", "default": 50 }, "paddingX": { "type": "number", "default": 24 }, "paddingY": { "type": "number", "default": 12 }, "alignment": { "type": "string", "default": "center" }, "widthType": { "type": "string", "default": "auto" }, "border": { "type": "object", "default": { "width": 0, "style": "solid", "color": "transparent" } }, "hoverBorderColor": { "type": "string", "default": "" }, "shadow": { "type": "string", "default": "0 4px 6px rgba(0, 0, 0, 0.1)" }, "hoverShadow": { "type": "string", "default": "0 10px 15px rgba(0, 0, 0, 0.2)" }, "hoverEffect": { "type": "string", "default": "lift" }, "iconAnimation": { "type": "string", "default": "slide" }, "transitionDuration": { "type": "number", "default": 0.3 }, "customCss": { "type": "string", "default": "" } } }