{
    select: {
        size: {
            single: {
                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.xxs}' },
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xs}' }
                },
                'content-gap': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
            },
            multiple: {
                padding: {
                    left: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' },
                    right: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' },
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
                },
                'content-gap': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
            }
        },
        font: {
            default: {
                "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}' }
            }
        }
    },
    'select-panel': {
        size: {
            border: {
                radius: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' },
            },
            'max-height': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '256px' },
        },
        font: {
            default: {
                "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: {
            dropdown: {
                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.card}' },
                shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.light.popup}' }
            }
        },
        dark: {
            dropdown: {
                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.card}' },
                shadow: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{shadow.dark.popup}' }
            }
        }
    }
}
