{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "blockish/rating",
	"version": "1.0.0",
	"title": "Rating",
	"category": "blockish-framework",
	"description": "Star rating display for reviews and scores.",
	"icon": "star-filled",
	"keywords": [ "blockish", "rating", "stars", "review" ],
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"ratingScale": {
			"type": "number",
			"default": 5
		},
		"rating": {
			"type": "number",
			"default": 5
		},
		"icon": {
			"type": "object",
			"default": {
				"viewBox": [ 0, 0, 576, 512 ],
				"path": "M287.9 17.8L354 150.2 499.2 171.5C522.2 174.9 531.5 203.7 514.9 220.5L409.5 329.5 434.4 476.3C438.3 499 415.5 516.6 394.8 506.5L287.9 448.7 181 506.5C160.3 516.6 137.5 499 141.4 476.3L166.3 329.5 60.9 220.5C44.3 203.7 53.6 174.9 76.6 171.5L221.8 150.2 287.9 17.8z"
			}
		},
		"alignment": {
			"type": "object",
			"default": {
				"Desktop": "center"
			},
			"selectors": {
				".{{WRAPPER}}": "text-align: {{VALUE}};"
			}
		},
		"iconSize": {
			"type": "object",
			"default": {
				"Desktop": "24px"
			},
			"selectors": {
				".{{WRAPPER}} .blockish-rating-icon svg": "width: {{VALUE}}; height: {{VALUE}};"
			}
		},
		"iconSpacing": {
			"type": "object",
			"default": {
				"Desktop": "6px"
			},
			"selectors": {
				".{{WRAPPER}} .blockish-rating-icons": "gap: {{VALUE}};"
			}
		},
		"iconColor": {
			"type": "string",
			"selectors": {
				".{{WRAPPER}} .blockish-rating-icon-fill svg": "fill: {{VALUE}};"
			}
		},
		"unmarkedColor": {
			"type": "string",
			"selectors": {
				".{{WRAPPER}} .blockish-rating-icon-base svg": "fill: {{VALUE}};"
			}
		}
	},
	"supports": {
		"html": true,
		"anchor": true,
		"align": [ "wide", "full" ]
	},
	"textdomain": "blockish",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
