{
    'description-list': {
        size: {
            horizontal: {
                'content-gap': {
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' },
                },
                'gap': {
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' }
                }
            },
            vertical: {
                'content-gap': {
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xs}' }
                },
                'gap': {
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' }
                }
            }
        },
        font: {
            term: {
                "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}' }
            },
            description: {
                "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: {
            term: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}'}
            },
            description: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}'}
            }
        },
        dark: {
            term: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}'}
            },
            description: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}'}
            }
        }
    }
}
