{
    table: {
        size: {
            'border-width': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.border-width}' },
            'row-padding': {
                // to keep 40px total height
                vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '10px' },
                horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
            }
        },
        font: {
            header: {
                "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}' }
            },
            body: {
                "font-size": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.font-size}' },
                "line-height": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.line-height}' },
                "letter-spacing": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.letter-spacing}' },
                "font-weight": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.font-weight}' },
                "font-family": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.font-family}' },
                "text-transform": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.text-transform}' },
                "font-feature-settings": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.tabular-normal.font-feature-settings}' }
            }
        }
    }
}
