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

/// md.comp.toolbar.floating.fab.between-space
$between-space: 8px;
/// md.comp.toolbar.floating.fab.container.height (Expanded)
$container-height: 56px;
/// md.comp.toolbar.floating.fab.container.width (Expanded)
$container-width: 56px;
/// md.comp.toolbar.floating.fab.icon.size (Expanded)
$icon-size: 24px;
/// md.comp.toolbar.floating.fab.medium.container.height (Collapsed)
$medium-container-height: 80px;
/// md.comp.toolbar.floating.fab.medium.container.width (Collapsed)
$medium-container-width: 80px;
/// md.comp.toolbar.floating.fab.medium.icon.size (Collapsed)
$medium-icon-size: 28px;
/// md.comp.toolbar.floating.fab.container.elevation (Expanded)
$container-elevation: md-sys-elevation.$level1;
/// md.comp.toolbar.floating.fab.container.shape (Expanded)
$container-shape: md-sys-shape.$corner-large;
/// md.comp.toolbar.floating.fab.medium.container.elevation (Collapsed)
$medium-container-elevation: md-sys-elevation.$level2;
/// md.comp.toolbar.floating.fab.medium.container.shape (Collapsed)
$medium-container-shape: md-sys-shape.$corner-large-increased;
/// md.comp.toolbar.floating.fab.standard.container.color
$standard-container-color: md-sys-color.$secondary-container;
/// md.comp.toolbar.floating.fab.standard.icon.color
$standard-icon-color: md-sys-color.$on-secondary-container;
/// md.comp.toolbar.floating.fab.vibrant.container.color
$vibrant-container-color: md-sys-color.$tertiary-container;
/// md.comp.toolbar.floating.fab.vibrant.icon.color
$vibrant-icon-color: md-sys-color.$on-tertiary-container;
