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

/// md.comp.list.expand.collapsed.list-item.trailing-icon.container.color (Color)
$collapsed-list-item-trailing-icon-container-color: md-sys-color.$surface;
/// md.comp.list.expand.collapsed.list-item.trailing-icon.icon.color (Color)
$collapsed-list-item-trailing-icon-icon-color: md-sys-color.$on-surface;
/// md.comp.list.expand.container.shape (Shape)
$container-shape: md-sys-shape.$corner-large;
/// md.comp.list.expand.expanded.list-item.container.color (Color)
$expanded-list-item-container-color: md-sys-color.$surface;
/// md.comp.list.expand.expanded.list-item.segmented.container.color (Color)
$expanded-list-item-segmented-container-color: md-sys-color.$surface;
/// md.comp.list.expand.expanded.list-item.trailing-icon.container.color (Color)
$expanded-list-item-trailing-icon-container-color: md-sys-color.$surface-container;
/// md.comp.list.expand.expanded.list-item.trailing-icon.icon.color (Color)
$expanded-list-item-trailing-icon-icon-color: md-sys-color.$on-surface;
/// md.comp.list.expand.trailing-icon.shape (Shape)
$trailing-icon-shape: md-sys-shape.$corner-full;
