{
    "comp": {
        "actionDropdown": {
            "background": {
                "color": {
                    "value": "{ref.color.white}"
                }
            },
            "boxShadow": {
                "value": "0px 4px 25px -2px rgba(52, 69, 99, 0.15), 0px 4px 6px -2px rgba(52, 69, 99, 0.15)"
            },
            "border": {
                "radius": {
                    "value": "{sys.border.radius.sm}"
                }
            },
            "padding": {
                "value": "{ref.spacing.xxs} 0"
            },
            "item": {
                "padding": {
                    "value": "{ref.spacing.xxs} {ref.spacing.sm}"
                },
                "text": {
                    "size": {
                        "value": "{sys.text.style.body.size}"
                    },
                    "lineHeight": {
                        "value": "{sys.text.style.body.line-height}"
                    },
                    "color": {
                        "value": "{ref.color.grey.100}"
                    },
                    "colorRedMode": {
                        "value": "{ref.color.red.150}"
                    }
                },
                "background": {
                    "color": {
                        "value": "{ref.color.white}"
                    },
                    "colorHover": {
                        "value": "{ref.color.electricBlue.10}"
                    },
                    "colorFocused": {
                        "value": "{ref.color.electricBlue.20}"
                    },
                    "colorRedModeHover": {
                        "value": "{ref.color.red.10}"
                    },
                    "colorRedModeFocused": {
                        "value": "{ref.color.red.20}"
                    },
                    "colorFeatureLockHover": {
                        "value": "{ref.color.purple.10}"
                    },
                    "colorFeatureLockFocused": {
                        "value": "{ref.color.purple.20}"
                    }
                },
                "icon": {
                    "spacing": {
                        "value": "{ref.spacing.xxs}"
                    }
                },
                "label": {
                    "spacing": {
                        "value": "{ref.spacing.xxs}"
                    }
                },
                "description": {
                    "color": {
                        "value": "{ref.color.grey.80}"
                    },
                    "size": {
                        "value": "{sys.text.style.caption.size}"
                    },
                    "lineHeight": {
                        "value": "{sys.text.style.body.line-height}"
                    }
                }
            },
            "divider": {
                "color": {
                    "value": "{ref.color.grey.10}"
                },
                "margin": {
                    "value": "{ref.spacing.xxs} 0"
                }
            }
        }
    }
}
