//
// 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.search-view.contained.docked.bar-results.gap (Layout and Text / Contained (expressive))
$contained-docked-bar-results-gap: 2px;
/// md.comp.search-view.contained.full-screen.bar.container.height (Layout and Text / Contained (expressive))
$contained-full-screen-bar-container-height: 56px;
/// md.comp.search-view.contained.icon-label.gap (Layout and Text / Contained (expressive))
$contained-icon-label-gap: 4px;
/// md.comp.search-view.contained.leading-margin (Layout and Text / Contained (expressive))
$contained-leading-margin: 12px;
/// md.comp.search-view.contained.trailing-margin (Layout and Text / Contained (expressive))
$contained-trailing-margin: 12px;
/// md.comp.search-view.docked.header.container.height (Layout and Text / Divided (baseline))
$docked-header-container-height: 56px;
/// md.comp.search-view.full-screen.header.container.height (Layout and Text / Divided (baseline))
$full-screen-header-container-height: 72px;
/// md.comp.search-view.leading-icon.leading-icon-label-space (Layout and Text / Divided (baseline))
$leading-icon-leading-icon-label-space: 16px;
/// md.comp.search-view.leading-space (Layout and Text / Divided (baseline))
$leading-space: 16px;
/// md.comp.search-view.trailing-icon.label-trailing-icon-space (Layout and Text / Divided (baseline))
$trailing-icon-label-trailing-icon-space: 16px;
/// md.comp.search-view.trailing-space (Layout and Text / Divided (baseline))
$trailing-space: 16px;
/// md.comp.search-view.contained.background.color (Color)
$contained-background-color: md-sys-color.$surface-container-low;
/// md.comp.search-view.contained.docked.bar.shape (Layout and Text / Contained (expressive))
$contained-docked-bar-shape: md-sys-shape.$corner-full;
/// md.comp.search-view.contained.docked.results.shape (Layout and Text / Contained (expressive))
$contained-docked-results-shape: md-sys-shape.$corner-medium;
/// md.comp.search-view.container.color (Color)
$container-color: md-sys-color.$surface-container-high;
/// md.comp.search-view.container.elevation (Color)
$container-elevation: md-sys-elevation.$level3;
/// md.comp.search-view.container.surface-tint-layer.color
///
/// @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.search-view.divider.color (Color)
$divider-color: md-sys-color.$outline;
/// md.comp.search-view.docked.container.shape (Layout and Text / Divided (baseline))
$docked-container-shape: md-sys-shape.$corner-extra-large;
/// md.comp.search-view.full-screen.container.shape (Layout and Text / Common tokens)
$full-screen-container-shape: md-sys-shape.$corner-none;
/// md.comp.search-view.header.input-text.color (Color)
$header-input-text-color: md-sys-color.$on-surface;
/// md.comp.search-view.header.input-text.font (Layout and Text / Common tokens)
$header-input-text-font: md-sys-typescale.$body-large-font;
/// md.comp.search-view.header.input-text.line-height (Layout and Text / Common tokens)
$header-input-text-line-height: md-sys-typescale.$body-large-line-height;
/// md.comp.search-view.header.input-text.size (Layout and Text / Common tokens)
$header-input-text-size: md-sys-typescale.$body-large-size;
/// md.comp.search-view.header.input-text.tracking (Layout and Text / Common tokens)
$header-input-text-tracking: md-sys-typescale.$body-large-tracking;
/// md.comp.search-view.header.input-text.weight (Layout and Text / Common tokens)
$header-input-text-weight: md-sys-typescale.$body-large-weight;
/// md.comp.search-view.header.leading-icon.color (Color)
$header-leading-icon-color: md-sys-color.$on-surface;
/// md.comp.search-view.header.supporting-text.color (Color)
$header-supporting-text-color: md-sys-color.$on-surface-variant;
/// md.comp.search-view.header.supporting-text.font (Layout and Text / Common tokens)
$header-supporting-text-font: md-sys-typescale.$body-large-font;
/// md.comp.search-view.header.supporting-text.line-height (Layout and Text / Common tokens)
$header-supporting-text-line-height: md-sys-typescale.$body-large-line-height;
/// md.comp.search-view.header.supporting-text.size (Layout and Text / Common tokens)
$header-supporting-text-size: md-sys-typescale.$body-large-size;
/// md.comp.search-view.header.supporting-text.tracking (Layout and Text / Common tokens)
$header-supporting-text-tracking: md-sys-typescale.$body-large-tracking;
/// md.comp.search-view.header.supporting-text.weight (Layout and Text / Common tokens)
$header-supporting-text-weight: md-sys-typescale.$body-large-weight;
/// md.comp.search-view.header.trailing-icon.color (Color)
$header-trailing-icon-color: md-sys-color.$on-surface-variant;
/// md.comp.search-view.header.input-text.type (Layout and Text / Common tokens)
@mixin header-input-text-type {
  font-family: $header-input-text-font;
  font-size: $header-input-text-size;
  font-weight: $header-input-text-weight;
  letter-spacing: $header-input-text-tracking;
  line-height: $header-input-text-line-height;
}
/// md.comp.search-view.header.supporting-text.type (Layout and Text / Common tokens)
@mixin header-supporting-text-type {
  font-family: $header-supporting-text-font;
  font-size: $header-supporting-text-size;
  font-weight: $header-supporting-text-weight;
  letter-spacing: $header-supporting-text-tracking;
  line-height: $header-supporting-text-line-height;
}
