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

/// md.comp.sheet.bottom.docked.drag-handle.height (Enabled / Drag handle)
$docked-drag-handle-height: 4px;
/// md.comp.sheet.bottom.docked.drag-handle.opacity (Enabled / Drag handle)
///
/// @deprecated Deprecated per b/278783477
$docked-drag-handle-opacity: 0.4;
/// md.comp.sheet.bottom.docked.drag-handle.width (Enabled / Drag handle)
$docked-drag-handle-width: 32px;
/// md.comp.sheet.bottom.docked.container.color (Enabled / Container)
$docked-container-color: md-sys-color.$surface-container-low;
/// md.comp.sheet.bottom.docked.container.shape (Enabled / Container)
$docked-container-shape: md-sys-shape.$corner-extra-large-top;
/// md.comp.sheet.bottom.docked.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.
$docked-container-surface-tint-layer-color: md-sys-color.$surface-tint;
/// md.comp.sheet.bottom.docked.drag-handle.color (Enabled / Drag handle)
$docked-drag-handle-color: md-sys-color.$on-surface-variant;
/// md.comp.sheet.bottom.docked.minimized.container.shape (Enabled / Container)
$docked-minimized-container-shape: md-sys-shape.$corner-none;
/// md.comp.sheet.bottom.docked.modal.container.elevation (Enabled / Container)
$docked-modal-container-elevation: md-sys-elevation.$level1;
/// md.comp.sheet.bottom.docked.standard.container.elevation (Enabled / Container)
$docked-standard-container-elevation: md-sys-elevation.$level1;
/// md.comp.sheet.bottom.focus.indicator.color (Enabled / Focus indicator)
$focus-indicator-color: md-sys-color.$secondary;
/// md.comp.sheet.bottom.focus.indicator.outline.offset (Enabled / Focus indicator)
$focus-indicator-outline-offset: md-sys-state-focus-indicator.$outer-offset;
/// md.comp.sheet.bottom.focus.indicator.thickness (Enabled / Focus indicator)
$focus-indicator-thickness: md-sys-state-focus-indicator.$thickness;
