SuggestionChipTokens.kt

/*
 * Copyright 2022 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// VERSION: v0_92
// GENERATED CODE - DO NOT MODIFY BY HAND

package androidx.compose.material3.tokens

import androidx.compose.ui.unit.dp

internal object SuggestionChipTokens {
    val ContainerHeight = 32.0.dp
    val ContainerShape = ShapeKeyTokens.CornerSmall
    val ContainerSurfaceTintLayerColor = ColorSchemeKeyTokens.SurfaceTint
    val DisabledLabelTextColor = ColorSchemeKeyTokens.OnSurface
    const val DisabledLabelTextOpacity = 0.38f
    val DraggedContainerElevation = ElevationTokens.Level4
    val DraggedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ElevatedContainerColor = ColorSchemeKeyTokens.Surface
    val ElevatedContainerElevation = ElevationTokens.Level1
    val ElevatedDisabledContainerColor = ColorSchemeKeyTokens.OnSurface
    val ElevatedDisabledContainerElevation = ElevationTokens.Level0
    const val ElevatedDisabledContainerOpacity = 0.12f
    val ElevatedFocusContainerElevation = ElevationTokens.Level1
    val ElevatedHoverContainerElevation = ElevationTokens.Level2
    val ElevatedPressedContainerElevation = ElevationTokens.Level1
    val FlatContainerElevation = ElevationTokens.Level0
    val FlatDisabledOutlineColor = ColorSchemeKeyTokens.OnSurface
    const val FlatDisabledOutlineOpacity = 0.12f
    val FlatFocusOutlineColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val FlatOutlineColor = ColorSchemeKeyTokens.Outline
    val FlatOutlineWidth = 1.0.dp
    val FocusLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HoverLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LabelTextFont = TypographyKeyTokens.LabelLarge
    val PressedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
}