{
    forms: {
        light: {
            label: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' },
            legend: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
        },
        dark: {
            label: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' },
            legend: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
        },
        size: {
            horizontal: {
                row: {
                    'margin-bottom': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xl}' }
                },
                control: {
                    'padding-left': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' }
                },
                legend: {
                    'margin-top': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xl}' },
                    'margin-bottom': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' }
                }
            },
            vertical: {
                row: {
                    'margin-bottom': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' }
                },
                label: {
                    'padding-top': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '0' },
                    'padding-bottom': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                },
                control: {
                    'padding-left': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxl}' }
                },
                legend: {
                    'margin-top': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xl}' },
                    'margin-bottom': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' }
                }
            }
        },
        font: {
            label: {
                "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}' }
            },
            legend: {
                "font-size": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.font-size}' },
                "line-height": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.line-height}' },
                "letter-spacing": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.letter-spacing}' },
                "font-weight": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.font-weight}' },
                "font-family": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.font-family}' },
                "text-transform": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.text-transform}' },
                "font-feature-settings": { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.subheading.font-feature-settings}' }
            }
        }
    }
}
