<template id="ActionsPanel" is="x-actions-panel">
	<div class="$-{this.css}">
		<x-panel data-properties='$-{this.json.panel}'>
		$-{this.content}
		</x-panel>
	</div>
</template>