{
    "comp": {
        "label": {
            "text": {
                "style": {
                    "font-family": {
                        "value": "{sys.text.style.body.font-family}"
                    },
                    "size": {
                        "value": "{sys.text.style.body.size}"
                    },
                    "font-weight": {
                        "value": "{sys.text.style.body.weight}"
                    },
                    "line-height": {
                        "value": "{sys.text.style.body.line-height}"
                    }
                },
                "color": {
                    "value": "{sys.text.color.default}"
                }
            },
            "border": {
                "radius": {
                    "value": "{ref.spacing.md}"
                }
            },
            "background": {
                "color": {
                    "value": "{ref.color.electricBlue.20}"
                }
            },
            "height": {
                "value": "{ref.spacing.md}"
            },
            "padding": {
                "left": {
                    "value": "{ref.spacing.xxs}"
                },
                "right": {
                    "value": "{ref.spacing.xxs}"
                }
            },
            "closable": {
                "spacing": {
                    "value": "{ref.spacing.xxxs}"
                },
                "padding": {
                    "right": {
                        "value": "2px"
                    }
                }
            }
        }
    }
}
