//
// Copyright 2026 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// AUTOGENERATED. DO NOT MODIFY.
// To modify this file, update the source template,
// or run the compiler: go/carbon-service-code-gen-mwtc.
// Source template: formats/sassvars/contextualtokenset.scss.tmpl

// Design system: Google Material 3
// Version: 34.0.21
// Configured context tags:
//   audience: 3p
//   font: static
//   platform: web
// Output format: sass_vars

@use 'md-sys-color';
@use 'md-sys-elevation';
@use 'md-sys-shape';
@use 'md-sys-state';
@use 'md-sys-state-focus-indicator';
@use 'md-sys-typescale';

/// md.comp.secondary-navigation-tab.active-indicator.height (Enabled / Active indicator)
$active-indicator-height: 2px;
/// md.comp.secondary-navigation-tab.container.height (Enabled / Container)
$container-height: 48px;
/// md.comp.secondary-navigation-tab.divider.height (Enabled / Divider)
///
/// @deprecated Please use standalone divider component tokens instead
$divider-height: 1px;
/// md.comp.secondary-navigation-tab.with-icon.icon.size (Enabled / Icon)
$with-icon-icon-size: 24px;
/// md.comp.secondary-navigation-tab.active-indicator.color (Enabled / Active indicator)
$active-indicator-color: md-sys-color.$primary;
/// md.comp.secondary-navigation-tab.active.label-text.color (Enabled / Label text)
$active-label-text-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.container.color (Enabled / Container)
$container-color: md-sys-color.$surface;
/// md.comp.secondary-navigation-tab.container.elevation (Enabled / Container)
$container-elevation: md-sys-elevation.$level0;
/// md.comp.secondary-navigation-tab.container.shadow-color (Enabled / Container)
$container-shadow-color: md-sys-color.$shadow;
/// md.comp.secondary-navigation-tab.container.shape (Enabled / Container)
$container-shape: md-sys-shape.$corner-none;
/// md.comp.secondary-navigation-tab.divider.color (Enabled / Divider)
///
/// @deprecated Please use standalone divider component tokens instead
$divider-color: md-sys-color.$surface-variant;
/// md.comp.secondary-navigation-tab.focus.indicator.color (Focused / Focus indicator)
$focus-indicator-color: md-sys-color.$secondary;
/// md.comp.secondary-navigation-tab.focus.indicator.outline.offset (Focused / Focus indicator)
$focus-indicator-outline-offset: md-sys-state-focus-indicator.$inner-offset;
/// md.comp.secondary-navigation-tab.focus.indicator.thickness (Focused / Focus indicator)
$focus-indicator-thickness: md-sys-state-focus-indicator.$thickness;
/// md.comp.secondary-navigation-tab.focus.label-text.color (Focused / Label text)
$focus-label-text-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.focus.state-layer.color (Focused / State layer)
$focus-state-layer-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.focus.state-layer.opacity (Focused / State layer)
$focus-state-layer-opacity: md-sys-state.$focus-state-layer-opacity;
/// md.comp.secondary-navigation-tab.hover.label-text.color (Hovered / Label text)
$hover-label-text-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.hover.state-layer.color (Hovered / State layer)
$hover-state-layer-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.hover.state-layer.opacity (Hovered / State layer)
$hover-state-layer-opacity: md-sys-state.$hover-state-layer-opacity;
/// md.comp.secondary-navigation-tab.inactive.label-text.color (Enabled / Label text)
$inactive-label-text-color: md-sys-color.$on-surface-variant;
/// md.comp.secondary-navigation-tab.label-text.font (Enabled / Label text)
$label-text-font: md-sys-typescale.$title-small-font;
/// md.comp.secondary-navigation-tab.label-text.line-height (Enabled / Label text)
$label-text-line-height: md-sys-typescale.$title-small-line-height;
/// md.comp.secondary-navigation-tab.label-text.size (Enabled / Label text)
$label-text-size: md-sys-typescale.$title-small-size;
/// md.comp.secondary-navigation-tab.label-text.tracking (Enabled / Label text)
$label-text-tracking: md-sys-typescale.$title-small-tracking;
/// md.comp.secondary-navigation-tab.label-text.weight (Enabled / Label text)
$label-text-weight: md-sys-typescale.$title-small-weight;
/// md.comp.secondary-navigation-tab.pressed.label-text.color (Pressed (ripple) / Label text)
$pressed-label-text-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.pressed.state-layer.color (Pressed (ripple) / State layer)
$pressed-state-layer-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.pressed.state-layer.opacity (Pressed (ripple) / State layer)
$pressed-state-layer-opacity: md-sys-state.$pressed-state-layer-opacity;
/// md.comp.secondary-navigation-tab.with-icon.active.icon.color (Enabled / Icon)
$with-icon-active-icon-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.with-icon.focus.icon.color (Focused / Icon)
$with-icon-focus-icon-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.with-icon.hover.icon.color (Hovered / Icon)
$with-icon-hover-icon-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.with-icon.inactive.icon.color (Enabled / Icon)
$with-icon-inactive-icon-color: md-sys-color.$on-surface-variant;
/// md.comp.secondary-navigation-tab.with-icon.pressed.icon.color (Pressed (ripple) / Icon)
$with-icon-pressed-icon-color: md-sys-color.$on-surface;
/// md.comp.secondary-navigation-tab.label-text.type (Enabled / Label text)
@mixin label-text-type {
  font-family: $label-text-font;
  font-size: $label-text-size;
  font-weight: $label-text-weight;
  letter-spacing: $label-text-tracking;
  line-height: $label-text-line-height;
}
