{
	"name": "kubio/home-button",
	"category": "kubio-site-data",
	"supports": {
		"kubio": {
			"appearanceEffect": true,
			"elementsEnum": {
			  "SPACING": "spacing"
			},
			"elementsByName": {
			  "spacing": {
				"tag": "div",
				"className": ["h-w-100"],
				"wrapper": true,
				"default": true
			  }
			},
			"default": {
			  "style": {
				"descendants": {
					"spacing": {
						"textAlign": "center"
					},
					"link": {
						"background": {
							"color": "rgba(var(--kubio-color-1),1)"
						},
						"typography": {
						  "color": "#ffffff"
						}
					}
				}
			  }
			},
			"template": {
				"type": "element",
				"children": [
					{
						"type": "element",
						"props": {
							"name": "outer"
						},
						"children": [
							{
								"type": "element",
								"props": {
									"name": "link"
								},
								"children": [
									{
										"type": "element",
										"props": {
											"name": "icon",
											"shouldRender": "computed.showBeforeIcon"
										}
									},
									{
										"type": "element",
										"props": {
											"name": "text"
										}
									},
									{
										"type": "element",
										"props": {
											"name": "icon",
											"shouldRender": "computed.showAfterIcon"
										}
									}
								]
							}
						]
					}
				]
			}
		}
	}
}
