{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "nemtly/particle-container",
	"version": "1.0.0",
	"title": "Particle Container",
	"category": "design",
	"icon": "filter",
	"description": "A container block with an interactive particle background.",
	"example": {},
	"attributes": {
		"dotColor": {
			"type": "string",
			"default": "#5c6575"
		},
		"dotSize": {
			"type": "number",
			"default": 1.5
		},
		"gridSpacing": {
			"type": "number",
			"default": 30
		},
		"repulsionRadius": {
			"type": "number",
			"default": 80
		},
		"repulsionStrength": {
			"type": "number",
			"default": 8
		},
		"pulseSpeed": {
			"type": "number",
			"default": 0.02
		},
		"minHeight": {
			"type": "string",
			"default": "400px"
		},
		"enableMouse": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		],
		"color": {
			"background": true,
			"text": true,
			"gradients": true
		},
		"spacing": {
			"margin": true,
			"padding": true,
			"blockGap": true
		},
		"layout": {
			"allowEditing": false
		}
	},
	"textdomain": "nemtly-blocks",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}