{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "leat/points-display",
	"version": "1.0.0",
	"title": "Points Display",
	"category": "woocommerce",
	"icon": "gift",
	"description": "Display points that customers will earn from their order in the checkout.",
	"keywords": [
		"points",
		"loyalty",
		"leat",
		"rewards"
	],
	"parent": [
		"woocommerce/checkout-fields-block",
		"woocommerce/checkout-shipping-address-block",
		"woocommerce/checkout-shipping-method-block",
		"woocommerce/checkout-billing-address-block",
		"woocommerce/checkout-contact-information-block",
		"woocommerce/checkout-totals-block",
		"woocommerce/checkout-order-summary-totals-block"
	],
	"supports": {
		"html": false,
		"multiple": false,
		"color": {
			"background": true,
			"text": true,
			"gradients": true,
			"link": false
		},
		"spacing": {
			"padding": true,
			"margin": true,
			"blockGap": false
		},
		"border": {
			"color": true,
			"radius": true,
			"width": true,
			"style": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"fontWeight": true
		}
	},
	"attributes": {
		"lock": {
			"type": "object",
			"default": {
				"remove": false,
				"move": true
			}
		},
		"enabled": {
			"type": "boolean",
			"default": true
		},
		"pointsText": {
			"type": "string",
			"default": "You will earn {{ points }} {{ credits_currency }} from this order"
		},
		"showZeroPoints": {
			"type": "boolean",
			"default": false
		},
		"invitationText": {
			"type": "string",
			"default": "Join our loyalty program and earn {{ points }} {{ credits_currency }} from this order!"
		},
		"invitationCta": {
			"type": "string",
			"default": "Join Now"
		},
		"buttonVariant": {
			"type": "string",
			"default": "contained",
			"enum": [
				"text",
				"contained",
				"outlined"
			]
		},
		"buttonFullWidth": {
			"type": "boolean",
			"default": true
		},
		"buttonBackgroundColor": {
			"type": "string",
			"default": ""
		},
		"buttonTextColor": {
			"type": "string",
			"default": ""
		},
		"buttonBorderColor": {
			"type": "string",
			"default": ""
		},
		"style": {
			"type": "object",
			"default": {
				"spacing": {
					"padding": {
						"top": "16px",
						"right": "16px",
						"bottom": "16px",
						"left": "16px"
					},
					"margin": {
						"top": "16px",
						"right": "16px",
						"bottom": "16px",
						"left": "16px"
					}
				},
				"border": {
					"radius": "4px",
					"width": "1px",
					"color": "#e0e0e0"
				},
				"color": {
					"background": "#f9f9f9",
					"text": "#333333"
				},
				"typography": {
					"fontSize": "16px",
					"fontWeight": "600",
					"lineHeight": "1.5"
				}
			}
		}
	},
	"textdomain": "leat-crm",
	"editorScript": "file:./points-display-block-editor.js",
	"viewScript": "file:./points-checkout-integration.js",
	"style": "file:./points-display-styles.css",
	"editorStyle": "file:./points-display-styles.css"
}