{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "zior/icon-picker",
	"title": "Icon Picker",
	"category": "widgets",
	"allowedBlocks": [
		"zior/icon"
	],
	"description": "Display icon.",
	"keywords": [
		"icon",
		"picker"
	],
	"textdomain": "default",
	"attributes": {
		"iconColor": {
			"type": "string"
		},
		"customIconColor": {
			"type": "string"
		},
		"iconColorValue": {
			"type": "string"
		},
		"iconBackgroundColor": {
			"type": "string"
		},
		"customIconBackgroundColor": {
			"type": "string"
		},
		"iconBackgroundColorValue": {
			"type": "string"
		},
		"openInNewTab": {
			"type": "boolean",
			"default": false
		},
		"showLabels": {
			"type": "boolean",
			"default": false
		},
		"size": {
			"type": "string",
			"default": ""
		},
		"iconUrl": {
			"type": "string",
			"default": ""
		}
	},
	"providesContext": {
		"openInNewTab": "openInNewTab",
		"showLabels": "showLabels",
		"iconColor": "iconColor",
		"iconColorValue": "iconColorValue",
		"iconBackgroundColor": "iconBackgroundColor",
		"iconBackgroundColorValue": "iconBackgroundColorValue",
		"iconUrl": "iconUrl"
	},
	"supports": {
		"align": [
			"left",
			"center",
			"right"
		],
		"anchor": true,
		"html": false,
		"__experimentalExposeControlsToChildren": true,
		"color": {
			"enableContrastChecker": false,
			"background": true,
			"gradients": true,
			"text": false,
			"__experimentalDefaultControls": {
				"background": false
			}
		},
		"spacing": {
			"blockGap": [
				"horizontal",
				"vertical"
			],
			"margin": true,
			"padding": true,
			"units": [
				"px",
				"em",
				"rem",
				"vh",
				"vw"
			],
			"__experimentalDefaultControls": {
				"blockGap": true,
				"margin": true,
				"padding": false
			}
		},
		"interactivity": {
			"clientNavigation": true
		},
		"__experimentalBorder": {
			"radius": true,
			"color": true,
			"width": true,
			"style": true,
			"__experimentalDefaultControls": {
				"radius": true,
				"color": true,
				"width": true,
				"style": true
			}
		},
		"contentRole": true
	},
	"styles": [
		{
			"name": "default",
			"label": "Default",
			"isDefault": true
		},
		{
			"name": "logos-only",
			"label": "Logos Only"
		},
		{
			"name": "pill-shape",
			"label": "Pill Shape"
		}
	],
	"style": "zior-wp-blocks-view",
	"editorStyle": "zior-wp-blocks-editor",
	"editorScript": "zior-wp-blocks-editor"
}