{
    tabs: {
        size: {
            'tab-item': {
                padding: {
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.m}' },
                    vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xs}' }
                },
                'content-gap': {
                    horizontal: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.xxs}' }
                },
                border: {
                    radius: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                },
                'focus-outline': {
                    width: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.3xs}' }
                }
            },
            'tab-stack': {
                horizontal: {
                    // радиус задан у tab-item, а это для чего ?
                    border: {
                        radius: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                    }
                },
                vertical: {
                    'content-gap': {
                        vertical: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{size.s}' }
                    }
                }
            }
        },
        font: {
            text: {
                'font-size': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.font-size}' },
                'line-height': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.line-height}' },
                'letter-spacing': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.letter-spacing}' },
                'font-weight': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.font-weight}' },
                'font-family': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.font-family}' },
                'text-transform': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.text-transform}' },
                'font-feature-settings': { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{typography.text-normal-medium.font-feature-settings}' }
            }
        },
        light: {
            'tab-item': {
                filled: {
                    'on-background': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            }
                        }
                    },
                    'on-surface': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            }
                        }
                    }
                },
                //
                transparent: {
                    'on-background': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            }
                        }
                    },
                    'on-surface': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.states.icon.disabled}' }
                                }
                            }
                        }
                    }
                }
            },
            'tab-stack': {
                filled: {
                    'on-background': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.bg}' }
                    },
                    'on-surface': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{light.background.contrast-fade}' }
                    }
                },
                // TODO: Добавить дополнительные стили для :hover/:focus
                transparent: {
                    'on-background': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                    },
                    'on-surface': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                    }
                }
            }
        },
        dark: {
            'tab-item': {
                filled: {
                    'on-background': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            }
                        }
                    },
                    'on-surface': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            }
                        }
                    }
                },
                //
                transparent: {
                    'on-background': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            }
                        }
                    },
                    'on-surface': {
                        default: {
                            background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                            text: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.foreground.contrast}' }
                            },
                            icon: {
                                color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.icon.contrast}' }
                            }
                        },
                        states: {
                            hover: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-hover}' }
                            },
                            focused: {
                                'focus-outline': {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.line.focus-theme}' }
                                }
                            },
                            selected: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-hover': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' }
                            },
                            'selected-disabled': {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.background.transparent-active}' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            },
                            disabled: {
                                background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' },
                                text: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.foreground.disabled}' }
                                },
                                icon: {
                                    color: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.states.icon.disabled}' }
                                }
                            }
                        }
                    }
                }
            },
            'tab-stack': {
                filled: {
                    'on-background': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.bg}' }
                    },
                    'on-surface': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: '{dark.background.contrast-fade}' }
                    }
                },
                //
                transparent: {
                    'on-background': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                    },
                    'on-surface': {
                        background: { deprecated: '`component` token will be removed - use `global` token or raw value', value: 'transparent' }
                    }
                }
            }
        }
    }
}
