{
    'progress-spinner': {
        size: {
            compact: {
                size: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.l}' },
                stroke: {
                    width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '2px' }
                },
                'content-gap': {
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xs}' },
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                }
            },
            big: {
                size: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.5xl}' },
                stroke: {
                    width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '3px' }
                },
                'content-gap': {
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xs}' },
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                }
            }
        },
        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}' }
            },
            caption: {
                "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: {
            circle: {
                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.theme}' },
            },
            text: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
            },
            caption: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast-secondary}' }
            }
        },
        dark: {
            circle: {
                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.theme}' },
            },
            text: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
            },
            caption: {
                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast-secondary}' }
            }
        },
    }
}
