{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/button",
	"title": "HTML Button",
	"description": "Accessible `<button>` element with `_bm_style` presets for CTA typography, padding, and states.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"interactions": {
			"type": "array"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"typography": "__l__14______#ffffff_;;",
					"display": "if;;",
					"flex": "r,,c,,fe,8,8;;",
					"background": "c:#3672f3,1;;",
					"boxModel": ",,,|8,12,8,12|,,,|,,;;",
					"borderRadius": "0,0,0,0;;"
				}
			}
		},
		"link": {
			"type": "string"
		},
		"target": {
			"type": "string"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}