{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/scroll-indicator",
  "version": "1.1.0",
  "title": "Scroll Indicator",
  "category": "bloqra",
  "icon": "arrow-down",
  "description": "A beautifully animated scroll indicator with multiple icon styles, animations, click actions and visibility rules.",
  "example": {},
  "attributes": {
    "mouseColor": {
      "type": "string",
      "default": "#333333"
    },
    "wheelColor": {
      "type": "string",
      "default": ""
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "indicatorStyle": {
      "type": "string",
      "default": "mouse"
    },
    "iconSize": {
      "type": "string",
      "default": "medium"
    },
    "customSize": {
      "type": "number",
      "default": 24
    },
    "strokeWidth": {
      "type": "number",
      "default": 2
    },
    "borderRadius": {
      "type": "number",
      "default": 12
    },
    "animationType": {
      "type": "string",
      "default": "bounce"
    },
    "animationSpeed": {
      "type": "number",
      "default": 2
    },
    "respectReducedMotion": {
      "type": "boolean",
      "default": true
    },
    "positionMode": {
      "type": "string",
      "default": "inline"
    },
    "fixedOffset": {
      "type": "number",
      "default": 30
    },
    "zIndex": {
      "type": "number",
      "default": 100
    },
    "clickAction": {
      "type": "string",
      "default": "viewport"
    },
    "scrollTarget": {
      "type": "string",
      "default": ""
    },
    "customScrollDistance": {
      "type": "number",
      "default": 600
    },
    "scrollDuration": {
      "type": "number",
      "default": 800
    },
    "hideAfterScrolling": {
      "type": "boolean",
      "default": false
    },
    "hideThreshold": {
      "type": "number",
      "default": 0
    },
    "hideOnMobile": {
      "type": "boolean",
      "default": false
    },
    "hideOnTablet": {
      "type": "boolean",
      "default": false
    },
    "hideOnDesktop": {
      "type": "boolean",
      "default": false
    },
    "showText": {
      "type": "boolean",
      "default": true
    },
    "customText": {
      "type": "string",
      "default": "Scroll down"
    },
    "textPosition": {
      "type": "string",
      "default": "below"
    },
    "fontSize": {
      "type": "number",
      "default": 14
    },
    "fontWeight": {
      "type": "string",
      "default": "500"
    },
    "letterSpacing": {
      "type": "number",
      "default": 0
    },
    "textTransform": {
      "type": "string",
      "default": "none"
    },
    "padding": {
      "type": "number",
      "default": 20
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "ariaLabel": {
      "type": "string",
      "default": "Scroll down indicator"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "left",
      "center",
      "right"
    ]
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}