{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "primekit-blocks/glass-card",
  "title": "Glass Card",
  "category": "design",
  "icon": "id-alt",
  "description": "A stylized glassmorphism card with icon, title, and number.",
  "keywords": [
    "glass",
    "card",
    "icon",
    "primekit"
  ],
  "version": "1.0.0",
  "attributes": {
    "iconName": {
      "type": "string",
      "default": ""
    },
    "iconSvg": {
      "type": "string",
      "default": ""
    },
    "cardTitle": {
      "type": "string",
      "default": "Title"
    },
    "cardNumber": {
      "type": "string",
      "default": "01"
    },
    "cardBg": {
      "type": "string",
      "default": "rgba(255,255,255,0.02)"
    },
    "iconSize": {
      "type": "string",
      "default": "40px"
    },
    "iconColor": {
      "type": "string",
      "default": "#000000"
    },
    "numberColor": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0)"
    },
    "numberStrokeColor": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0.2)"
    },
    "numberFontSize": {
      "type": "string",
      "default": "37px"
    },
    "titleColor": {
      "type": "string",
      "default": "#000000"
    },
    "titleFontSize": {
      "type": "string",
      "default": "24px"
    },
    "cardWidth": {
      "type": "string",
      "default": "250px"
    },
    "areaBg": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "editorStyle": "file:./editor.css"
}