{
    list: {
        size: {
            container: {
                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.m}' },
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xs}' }
                },
                'content-gap': {
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' },
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xs}' }
                },
                'focus-outline': {
                    width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xs}' }
                }
            },
            text: {
                padding: {
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 0 }
                }
            },
            header: {
                padding: {
                    top: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' },
                    bottom: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' },
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' }
                }
            },
            subheading: {
                padding: {
                    top: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' },
                    bottom: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' },
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' }
                }
            }
        },
        font: {
            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}' }
            },
            caption: {
                'font-size': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.font-size}' },
                'line-height': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.line-height}' },
                'letter-spacing': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.letter-spacing}' },
                'font-weight': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.font-weight}' },
                'font-family': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.font-family}' },
                'text-transform': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.text-transform}' },
                'font-feature-settings': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-compact.font-feature-settings}' }
            },
            header: {
                'font-size': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.font-size}' },
                'line-height': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.line-height}' },
                'letter-spacing': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.letter-spacing}' },
                'font-weight': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.font-weight}' },
                'font-family': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.font-family}' },
                'text-transform': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.text-transform}' },
                'font-feature-settings': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-big-strong.font-feature-settings}' }
            },
            subheading: {
                'font-size': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.font-size}' },
                'line-height': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.line-height}' },
                'letter-spacing': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.letter-spacing}' },
                'font-weight': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.font-weight}' },
                'font-family': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.font-family}' },
                'text-transform': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.text-transform}' },
                'font-feature-settings': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.caps-compact-strong.font-feature-settings}' }
            }
        },
        light: {
            default: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                },
                text: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                },
                icon: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                },
                'icon-button': {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast-fade}' }
                },
                caption: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' }
                }
            },
            states: {
                hover: {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-hover}' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast-fade}' }
                    }
                },
                selected: {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.theme-less}' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast-fade}' }
                    }
                },
                'selected-hover': {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.theme-less-hover}' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast-fade}' }
                    }
                },
                focused: {
                    'focus-outline': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                    }
                },
                disabled: {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                    },
                    caption: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                    }
                }
            }
        },
        dark: {
            default: {
                container: {
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                },
                text: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                },
                icon: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                },
                'icon-button': {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast-fade}' }
                },
                caption: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' }
                }
            },
            states: {
                hover: {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-hover}' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast-fade}' }
                    }
                },
                selected: {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.theme-less}' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast-fade}' }
                    }
                },
                'selected-hover': {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.theme-less-hover}' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast-fade}' }
                    }
                },
                focused: {
                    'focus-outline': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                    }
                },
                disabled: {
                    container: {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                    },
                    text: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                    },
                    icon: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                    },
                    'icon-button': {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                    },
                    caption: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                    }
                }
            }
        }
    }
}
