{
    'form-field': {
        size: {
            height: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xl}' },
            border: {
                width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '1px' },
                radius: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
            },
            icon: {
                size: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' },
                margin: {
                    left: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' },
                    right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}'}
                }
            },
            'icon-button': {
                size: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxl}' },
                margin: {
                    right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' },
                    left: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
                }
            }
        },
        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}' }
            }
        },
        light: {
            default: {
                border: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.line.contrast-fade}' }
                 },
                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.bg}' },
                placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-tertiary}' },
                text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
            },
            states: {
                focused: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.bg}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-tertiary}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' },
                    'focus-outline': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}'}
                },
                error: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.line.error}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.error-less}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.error-tertiary}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.error}' }
                },
                'error-focused': {
                    'focus-outline': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-error}' }
                },
                autofill: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.theme-fade}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-tertiary}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                },
                disabled: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.disabled}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.disabled}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                }
            }
        },
        dark: {
            default: {
                border: {
                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.line.contrast-fade}' }
                 },
                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.bg}' },
                placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-tertiary}' },
                text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
            },
            states: {
                focused: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.bg}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-tertiary}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' },
                    'focus-outline': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}'}
                },
                error: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.line.error}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.error-less}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.error-secondary}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.error}' }
                },
                'error-focused': {
                    'focus-outline': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-error}' }
                },
                autofill: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.theme-fade}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-tertiary}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                },
                disabled: {
                    border: {
                        color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.disabled}' }
                    },
                    background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.disabled}' },
                    placeholder: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' },
                    text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                }
            }
        },
    },
    'form-field-hint': {
        size: {
            'margin-top': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' },
            'gap': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
        },
        font: {
            text: {
                "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}' }
            }
        },
        light: {
            text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' }
        },
        dark: {
            text: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' }
        }
    }
}
