1 /* 2 * Copyright 2021 The Android Open Source Project 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // VERSION: v0_103 17 // GENERATED CODE - DO NOT MODIFY BY HAND 18 19 package androidx.compose.material3.tokens 20 21 import androidx.compose.ui.unit.dp 22 23 internal object ExtendedFabPrimaryTokens { 24 val ContainerColor = ColorSchemeKeyTokens.PrimaryContainer 25 val ContainerElevation = ElevationTokens.Level3 26 val ContainerHeight = 56.0.dp 27 val ContainerShape = ShapeKeyTokens.CornerLarge 28 val FocusContainerElevation = ElevationTokens.Level3 29 val FocusIconColor = ColorSchemeKeyTokens.OnPrimaryContainer 30 val FocusLabelTextColor = ColorSchemeKeyTokens.OnPrimaryContainer 31 val HoverContainerElevation = ElevationTokens.Level4 32 val HoverIconColor = ColorSchemeKeyTokens.OnPrimaryContainer 33 val HoverLabelTextColor = ColorSchemeKeyTokens.OnPrimaryContainer 34 val IconColor = ColorSchemeKeyTokens.OnPrimaryContainer 35 val IconSize = 24.0.dp 36 val LabelTextColor = ColorSchemeKeyTokens.OnPrimaryContainer 37 val LabelTextFont = TypographyKeyTokens.LabelLarge 38 val LoweredContainerElevation = ElevationTokens.Level1 39 val LoweredFocusContainerElevation = ElevationTokens.Level1 40 val LoweredHoverContainerElevation = ElevationTokens.Level2 41 val LoweredPressedContainerElevation = ElevationTokens.Level1 42 val PressedContainerElevation = ElevationTokens.Level3 43 val PressedIconColor = ColorSchemeKeyTokens.OnPrimaryContainer 44 val PressedLabelTextColor = ColorSchemeKeyTokens.OnPrimaryContainer 45 } 46