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

/// md.comp.bottom-app-bar.container.height (Enabled / Container)
$container-height: 80px;
/// md.comp.bottom-app-bar.with-fab.container.height (Enabled / Container)
///
/// @deprecated Bottom app bar design updated to use a single height for all configurations, with vertically centered content. Please use md.comp.bottom-app-bar.container.height instead
$with-fab-container-height: 72px;
/// md.comp.bottom-app-bar.container.color (Enabled / Container)
$container-color: md-sys-color.$surface-container;
/// md.comp.bottom-app-bar.container.elevation (Enabled / Container)
$container-elevation: md-sys-elevation.$level2;
/// md.comp.bottom-app-bar.container.shape (Enabled / Container)
$container-shape: md-sys-shape.$corner-none;
/// md.comp.bottom-app-bar.container.surface-tint-layer.color (Enabled / 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;
