{
    "comp": {
        "snackbar": {
            "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": "{ref.color.grey.100}"
                }
            },
            "width": {
               "value": "420px"
            },
            "border": {
                "radius": {
                    "value": "{sys.border.radius.lg}"
                }
            },
            "padding": {
                "horizontal": {
                    "value": "{ref.spacing.sm}"
                },
                "vertical": {
                    "value": "{ref.spacing.xs}"
                }
            },
            "spacing": {
                "value": "{ref.spacing.xs}"
            },
            "success": {
                "background": {
                    "color": {
                        "value": "{ref.color.green.20}"
                    }
                },
                "icon": {
                    "color": {
                        "value": "{ref.color.green.150}"
                    }
                }
            },
            "error": {
                "background": {
                    "color": {
                        "value": "{ref.color.red.20}"
                    }
                },
                "icon": {
                    "color": {
                        "value": "{ref.color.red.150}"
                    }
                }
            },
            "shadow": {
                "value": "0px 7px 50px 0px rgba(0, 0, 0, 0.08)"
            }
        }
    }
}
