{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "tpgb/tp-countdown",
    "version": "0.1.0",
    "title": "Countdown",
    "category": "tpgb",
    "description": "A timer that counts up to a specific date or time. Typically used to count down to a certain event, such as an event starting in 10 days, the launch of a new product, or to promote an upcoming sale",
    "example": {
        "attributes": {}
    },
    "textdomain": "the-plus-addons-for-block-editor",
    "attributes": {
        "block_id": {
            "type": "string",
            "default": ""
        },
        "countdownSelection": {
            "type": "string",
            "default": "normal"
        },
        "style": {
            "type": "string",
            "default": "style-1"
        },
        "datetime": {
            "type": "string",
            "default": "2026-12-31 23:59:59"
        },
        "countdownExpiry": {
            "type": "string",
            "default": "none"
        },
        "expiryMsg": {
            "type": "string",
            "default": "Countdown Has Ended !"
        },
        "expiryRedirect": {
            "type": "object",
            "default": {
                "url": "",
                "target": "",
                "nofollow": ""
            }
        },
        "inlineStyle": {
            "type": "boolean",
            "default": false
        },
        "showLabels": {
            "type": "boolean",
            "default": true
        },
        "daysText": {
            "type": "string",
            "default": "Days"
        },
        "hoursText": {
            "type": "string",
            "default": "Hours"
        },
        "minutesText": {
            "type": "string",
            "default": "Minutes"
        },
        "secondsText": {
            "type": "string",
            "default": "Seconds"
        },
        "flipTheme": {
            "type": "string",
            "default": "dark"
        },
        "counterFontColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div > span{ color: {{counterFontColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor .rotor-leaf figure,{{PLUS_WRAP}} .flipdown .rotor .rotor-top,{{PLUS_WRAP}} .flipdown .rotor .rotor-bottom{ color: {{counterFontColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .progressbar-text .number{ color: {{counterFontColor}}; }"
                }
            ],
            "scopy": true
        },
        "counterTypo": {
            "type": "object",
            "default": {
                "openTypography": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div > span"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor .rotor-leaf figure, {{PLUS_WRAP}} .flipdown .rotor .rotor-top, {{PLUS_WRAP}} .flipdown .rotor .rotor-bottom"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .progressbar-text .number"
                }
            ],
            "scopy": true
        },
        "labelTypo": {
            "type": "object",
            "default": {
                "openTypography": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        },
                        {
                            "key": "showLabels",
                            "relation": "==",
                            "value": true
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div > h6"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        },
                        {
                            "key": "showLabels",
                            "relation": "==",
                            "value": true
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group .rotor-group-heading:before"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        },
                        {
                            "key": "showLabels",
                            "relation": "==",
                            "value": true
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .progressbar-text .label"
                }
            ],
            "scopy": true
        },
        "counterMaxWidth": {
            "type": "object",
            "default": {
                "md": ""
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown.tpgb-countdown-counter{ max-width: {{counterMaxWidth}}; }"
                }
            ],
            "scopy": true
        },
        "expiryMsgTypo": {
            "type": "object",
            "default": {
                "openTypography": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "countdownExpiry",
                            "relation": "==",
                            "value": "showmsg"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-expiry"
                }
            ],
            "scopy": true
        },
        "expiryFontColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "countdownExpiry",
                            "relation": "==",
                            "value": "showmsg"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-expiry{ color: {{expiryFontColor}}; }"
                }
            ],
            "scopy": true
        },
        "daysTextColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_1 h6{ color: {{daysTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(1) .rotor-group-heading:before{ color: {{daysTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .day .progressbar-text .label{ color: {{daysTextColor}}; }"
                }
            ],
            "scopy": true
        },
        "daysBorderColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_1{ border-color: {{daysBorderColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .day svg path:last-child{ stroke: {{daysBorderColor}} }"
                }
            ],
            "scopy": true
        },
        "daysBg": {
            "type": "object",
            "default": {
                "openBg": 0,
                "bgType": "color",
                "videoSource": "local",
                "bgDefaultColor": "",
                "bgGradient": {
                    "color1": "#16d03e",
                    "color2": "#1f91f3",
                    "type": "linear",
                    "direction": "90",
                    "start": 5,
                    "stop": 80,
                    "radial": "center",
                    "clip": false
                }
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_1"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(1) .rotor,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(1) .rotor .rotor-top,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(1) .rotor .rotor-bottom,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(1) .rotor .rotor-leaf figure"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(1)"
                }
            ],
            "scopy": true
        },
        "hourTextColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_2 h6{ color: {{hourTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(2) .rotor-group-heading:before{ color: {{hourTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .hour .progressbar-text .label{ color: {{hourTextColor}}; }"
                }
            ],
            "scopy": true
        },
        "hourBorderColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_2{ border-color: {{hourBorderColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .hour svg path:last-child{ stroke: {{hourBorderColor}} }"
                }
            ],
            "scopy": true
        },
        "hourBg": {
            "type": "object",
            "default": {
                "openBg": 0,
                "bgType": "color",
                "videoSource": "local",
                "bgDefaultColor": "",
                "bgGradient": {
                    "color1": "#16d03e",
                    "color2": "#1f91f3",
                    "type": "linear",
                    "direction": "90",
                    "start": 5,
                    "stop": 80,
                    "radial": "center",
                    "clip": false
                }
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_2"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(2) .rotor,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(2) .rotor .rotor-top,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(2) .rotor .rotor-bottom,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(2) .rotor .rotor-leaf figure"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(2)"
                }
            ],
            "scopy": true
        },
        "minTextColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_3 h6{ color: {{minTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(3) .rotor-group-heading:before{ color: {{minTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .min .progressbar-text .label{ color: {{minTextColor}}; }"
                }
            ],
            "scopy": true
        },
        "minBorderColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_3{ border-color: {{minBorderColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .min svg path:last-child{ stroke: {{minBorderColor}} }"
                }
            ],
            "scopy": true
        },
        "minBg": {
            "type": "object",
            "default": {
                "openBg": 0,
                "bgType": "color",
                "videoSource": "local",
                "bgDefaultColor": "",
                "bgGradient": {
                    "color1": "#16d03e",
                    "color2": "#1f91f3",
                    "type": "linear",
                    "direction": "90",
                    "start": 5,
                    "stop": 80,
                    "radial": "center",
                    "clip": false
                }
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_3"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(3) .rotor,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(3) .rotor .rotor-top,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(3) .rotor .rotor-bottom,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(3) .rotor .rotor-leaf figure"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(3)"
                }
            ],
            "scopy": true
        },
        "secTextColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_4 h6{ color: {{secTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(4) .rotor-group-heading:before{ color: {{secTextColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .sec .progressbar-text .label{ color: {{secTextColor}}; }"
                }
            ],
            "scopy": true
        },
        "secBorderColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_4{ border-color: {{secBorderColor}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .sec svg path:last-child{ stroke: {{secBorderColor}} }"
                }
            ],
            "scopy": true
        },
        "secBg": {
            "type": "object",
            "default": {
                "openBg": 0,
                "bgType": "color",
                "videoSource": "local",
                "bgDefaultColor": "",
                "bgGradient": {
                    "color1": "#16d03e",
                    "color2": "#1f91f3",
                    "type": "linear",
                    "direction": "90",
                    "start": 5,
                    "stop": 80,
                    "radial": "center",
                    "clip": false
                }
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div.count_4"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(4) .rotor,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(4) .rotor .rotor-top,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(4) .rotor .rotor-bottom,{{PLUS_WRAP}} .flipdown .rotor-group:nth-child(4) .rotor .rotor-leaf figure"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(4)"
                }
            ],
            "scopy": true
        },
        "padding": {
            "type": "object",
            "default": {
                "md": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": "px"
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}}.countdown-style-1 .tpgb-countdown-counter > div{ padding: {{padding}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group{ padding: {{padding}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part{ padding: {{padding}}; }"
                }
            ],
            "scopy": true
        },
        "margin": {
            "type": "object",
            "default": {
                "md": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": "px"
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}}.countdown-style-1 .tpgb-countdown-counter > div{ margin: {{margin}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group{ margin: {{margin}}; }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part{ margin: {{margin}}; }"
                }
            ],
            "scopy": true
        },
        "border": {
            "type": "object",
            "default": {
                "openBorder": 0,
                "width": {
                    "md": {
                        "top": "",
                        "left": "",
                        "bottom": "",
                        "right": ""
                    },
                    "unit": ""
                }
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div"
                }
            ],
            "scopy": true
        },
        "borderR": {
            "type": "object",
            "default": {
                "md": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": "px"
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}}.countdown-style-1 .tpgb-countdown-counter > div{ border-radius: {{borderR}}; }"
                }
            ],
            "scopy": true
        },
        "boxShadow": {
            "type": "object",
            "default": {
                "openShadow": 0,
                "inset": 0,
                "horizontal": 0,
                "vertical": 4,
                "blur": 8,
                "spread": 0,
                "color": "rgba(0,0,0,0.40)"
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter > div"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .flipdown .rotor-group"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part"
                }
            ],
            "scopy": true
        },
        "strokeWidth": {
            "type": "string",
            "default": "5",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part svg path:last-child{ stroke-width: {{strokeWidth}}; }"
                }
            ],
            "scopy": true
        },
        "trailWidth": {
            "type": "string",
            "default": "3",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part svg path:first-child{ stroke-width: {{trailWidth}}; }"
                }
            ],
            "scopy": true
        },
        "daysTrailColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part .day svg path:first-child{ stroke: {{daysTrailColor}}; }"
                }
            ],
            "scopy": true
        },
        "hourTrailColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part .hour svg path:first-child{ stroke: {{hourTrailColor}}; }"
                }
            ],
            "scopy": true
        },
        "minTrailColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part .min svg path:first-child{ stroke: {{minTrailColor}}; }"
                }
            ],
            "scopy": true
        },
        "secTrailColor": {
            "type": "string",
            "default": "",
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part .sec svg path:first-child{ stroke: {{secTrailColor}}; }"
                }
            ],
            "scopy": true
        },
        "daysBorder": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(1)"
                }
            ],
            "scopy": true
        },
        "hourBorder": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(2)"
                }
            ],
            "scopy": true
        },
        "minBorder": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(3)"
                }
            ],
            "scopy": true
        },
        "secBorder": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(4)"
                }
            ],
            "scopy": true
        },
        "daysBorderH": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(1):hover"
                }
            ],
            "scopy": true
        },
        "hourBorderH": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(2):hover"
                }
            ],
            "scopy": true
        },
        "minBorderH": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(3):hover"
                }
            ],
            "scopy": true
        },
        "secBorderH": {
            "type": "object",
            "default": {
                "openBorder": 0
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-3"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .counter-part:nth-child(4):hover"
                }
            ],
            "scopy": true
        },
        "labelpadding": {
            "type": "object",
            "default": {
                "md": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": "px"
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .days_ref,{{PLUS_WRAP}} .tpgb-countdown-counter .hours_ref,{{PLUS_WRAP}} .tpgb-countdown-counter .minutes_ref,{{PLUS_WRAP}} .tpgb-countdown-counter .seconds_ref{ padding : {{labelpadding}} }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter.flipdown .rotor-group-heading{ padding : {{labelpadding}} }"
                }
            ]
        },
        "labelMargin": {
            "type": "object",
            "default": {
                "md": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": "px"
            },
            "style": [
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-1"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter .days_ref,{{PLUS_WRAP}} .tpgb-countdown-counter .hours_ref,{{PLUS_WRAP}} .tpgb-countdown-counter .minutes_ref,{{PLUS_WRAP}} .tpgb-countdown-counter .seconds_ref{ margin : {{labelMargin}} }"
                },
                {
                    "condition": [
                        {
                            "key": "style",
                            "relation": "==",
                            "value": "style-2"
                        }
                    ],
                    "selector": "{{PLUS_WRAP}} .tpgb-countdown-counter.flipdown .rotor-group-heading{ margin : {{labelMargin}} }"
                }
            ]
        },
        "showBlockContent": {
            "type": "boolean",
            "default": true
        }
    }
}