//
// 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-motion';
@use 'md-sys-shape';
@use 'md-sys-typescale';

/// md.comp.button.small.container.height
$container-height: 40px;
/// md.comp.button.small.icon-label-space
$icon-label-space: 8px;
/// md.comp.button.small.icon.size
$icon-size: 20px;
/// md.comp.button.small.leading-space
$leading-space: 16px;
/// md.comp.button.small.outlined.outline.width
$outlined-outline-width: 1px;
/// md.comp.button.small.trailing-space
$trailing-space: 16px;
/// md.comp.button.small.container.shape.round
$container-shape-round: md-sys-shape.$corner-full;
/// md.comp.button.small.container.shape.square
$container-shape-square: md-sys-shape.$corner-medium;
/// md.comp.button.small.pressed.container.corner-size.motion.spring.damping
$pressed-container-corner-size-motion-spring-damping: md-sys-motion.$spring-fast-spatial-damping;
/// md.comp.button.small.pressed.container.corner-size.motion.spring.stiffness
$pressed-container-corner-size-motion-spring-stiffness: md-sys-motion.$spring-fast-spatial-stiffness;
/// md.comp.button.small.pressed.container.shape
$pressed-container-shape: md-sys-shape.$corner-small;
/// md.comp.button.small.selected.container.shape.round
$selected-container-shape-round: md-sys-shape.$corner-medium;
/// md.comp.button.small.selected.container.shape.square
$selected-container-shape-square: md-sys-shape.$corner-full;
/// md.comp.button.small.label-text
@mixin label-text {
  @include md-sys-typescale.label-large;
}
