//
// 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.loading-indicator.active-indicator.size (Size)
$active-indicator-size: 38px;
/// md.comp.loading-indicator.container.height (Size)
$container-height: 48px;
/// md.comp.loading-indicator.container.width (Size)
$container-width: 48px;
/// md.comp.loading-indicator.active-indicator.color (Color)
$active-indicator-color: md-sys-color.$primary;
/// md.comp.loading-indicator.contained.active-indicator.color (Color)
$contained-active-indicator-color: md-sys-color.$on-primary-container;
/// md.comp.loading-indicator.contained.container.color (Color)
$contained-container-color: md-sys-color.$primary-container;
/// md.comp.loading-indicator.container.color (Color)
///
/// @deprecated Deprecated in favor of a distinct variant which uses a different color mapping with, and without container.
$container-color: md-sys-color.$secondary-container;
/// md.comp.loading-indicator.container.shape (Shape)
$container-shape: md-sys-shape.$corner-full;
