//
// 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-typescale';

/// md.comp.top-app-bar.small.container.height ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$container-height: 64px;
/// md.comp.top-app-bar.small.leading-icon.size ([Deprecated] Enabled / [Deprecated] Leading icon)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$leading-icon-size: 24px;
/// md.comp.top-app-bar.small.trailing-icon.size ([Deprecated] Enabled / [Deprecated] Trailing icon)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$trailing-icon-size: 24px;
/// md.comp.top-app-bar.small.container.color ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$container-color: md-sys-color.$surface;
/// md.comp.top-app-bar.small.container.elevation ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$container-elevation: md-sys-elevation.$level0;
/// md.comp.top-app-bar.small.container.shape ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$container-shape: md-sys-shape.$corner-none;
/// md.comp.top-app-bar.small.container.surface-tint-layer.color ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated Deprecated as part of the update from opacity based surfaces to tonal surfaces. Surfaces no longer use surface-tint layers for tinting, please use the desired surface role directly as the container color.
$container-surface-tint-layer-color: md-sys-color.$surface-tint;
/// md.comp.top-app-bar.small.headline.color ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$headline-color: md-sys-color.$on-surface;
/// md.comp.top-app-bar.small.headline.font ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$headline-font: md-sys-typescale.$title-large-font;
/// md.comp.top-app-bar.small.headline.line-height ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$headline-line-height: md-sys-typescale.$title-large-line-height;
/// md.comp.top-app-bar.small.headline.size ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$headline-size: md-sys-typescale.$title-large-size;
/// md.comp.top-app-bar.small.headline.tracking ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$headline-tracking: md-sys-typescale.$title-large-tracking;
/// md.comp.top-app-bar.small.headline.weight ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$headline-weight: md-sys-typescale.$title-large-weight;
/// md.comp.top-app-bar.small.leading-icon.color ([Deprecated] Enabled / [Deprecated] Leading icon)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$leading-icon-color: md-sys-color.$on-surface;
/// md.comp.top-app-bar.small.on-scroll.container.color ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$on-scroll-container-color: md-sys-color.$surface-container;
/// md.comp.top-app-bar.small.on-scroll.container.elevation ([Deprecated] Enabled / [Deprecated] On scroll)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$on-scroll-container-elevation: md-sys-elevation.$level2;
/// md.comp.top-app-bar.small.on-scroll.container.shadow-color ([Deprecated] Enabled / [Deprecated] Container)
///
/// @deprecated Bug: should not have been created. Remove any shadows on navigation bars.
$on-scroll-container-shadow-color: md-sys-color.$shadow;
/// md.comp.top-app-bar.small.trailing-icon.color ([Deprecated] Enabled / [Deprecated] Trailing icon)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
$trailing-icon-color: md-sys-color.$on-surface-variant;
/// md.comp.top-app-bar.small.headline.type ([Deprecated] Enabled / [Deprecated] Headline)
///
/// @deprecated This token is deprecated. Use the corresponding token from the 'md.comp.app-bar' and 'md.comp.app-bar.small' tokens instead.
@mixin headline-type {
  font-family: $headline-font;
  font-size: $headline-size;
  font-weight: $headline-weight;
  letter-spacing: $headline-tracking;
  line-height: $headline-line-height;
}
