{
    toast: {
        size: {
            container: {
                width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '360px'},
                border: {
                    radius: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}'}
                },
                padding: {
                    left: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' },
                    right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' },
                }
            },
            // центральная область, в которой расположены текст и кнопки
            content: {
                padding: {
                    top: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' },
                    bottom: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' }
                }
            },
            caption: {
                padding: {
                    bottom: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
                }
            },
            icon: {
                //обертка вокруг иконик, например захотим поместить иконку в кружок
                // сейчас
                width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' },
                height: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' },
                margin: {
                    right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' },
                },
                'border-radius': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '50%' }
            },
            'close-button': {
                margin: {
                    top: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' },
                    right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
                }
            },
            'button-stack': {
                padding: {
                    top: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                },
                'content-gap': {
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}'}
                }
            }
        },
        font: {
            title: {
                "font-size": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-size}' },
                "line-height": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.line-height}' },
                "letter-spacing": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.letter-spacing}' },
                "font-weight": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-weight}' },
                "font-family": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-family}' },
                "text-transform": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.text-transform}' },
                "font-feature-settings": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-feature-settings}' }
            },
            text: {
                "font-size": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-size}' },
                "line-height": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.line-height}' },
                "letter-spacing": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.letter-spacing}' },
                "font-weight": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-weight}' },
                "font-family": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-family}' },
                "text-transform": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.text-transform}' },
                "font-feature-settings": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal.font-feature-settings}' }
            }
        },
        'light': {
            contrast: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.light.popup}'}
                }
            },
            error: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.light.popup}'}
                }
            },
            warning: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.light.popup}'}
                }
            },
            success: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.light.popup}'}
                }
            }
        },
        'dark': {
            contrast: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.dark.popup}'}
                }
            },
            error: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.dark.popup}'}
                }
            },
            warning: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.dark.popup}'}
                }
            },
            success: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.card}' },
                    title: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' },
                    shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.dark.popup}'}
                }
            }
        }
    },
    'toast-stack': {
        size: {
            margin: {
                top: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' },
                right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' }
            },
            gap: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
        }
    }
}
