All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.androidx.compose.material3.tokens.SuggestionChipTokens.kt Maven / Gradle / Ivy

/*
 * 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_210
// 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 DisabledLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val DisabledLabelTextOpacity = 0.38f
    val DraggedContainerElevation = ElevationTokens.Level4
    val DraggedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ElevatedContainerColor = ColorSchemeKeyTokens.SurfaceContainerLow
    val ElevatedContainerElevation = ElevationTokens.Level1
    val ElevatedDisabledContainerColor = ColorSchemeKeyTokens.OnSurface
    val ElevatedDisabledContainerElevation = ElevationTokens.Level0
    val ElevatedDisabledContainerOpacity = 0.12f
    val ElevatedFocusContainerElevation = ElevationTokens.Level1
    val ElevatedHoverContainerElevation = ElevationTokens.Level2
    val ElevatedPressedContainerElevation = ElevationTokens.Level1
    val FlatContainerElevation = ElevationTokens.Level0
    val FlatDisabledOutlineColor = ColorSchemeKeyTokens.OnSurface
    val FlatDisabledOutlineOpacity = 0.12f
    val FlatFocusOutlineColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val FlatOutlineColor = ColorSchemeKeyTokens.Outline
    val FlatOutlineWidth = 1.0.dp
    val FocusIndicatorColor = ColorSchemeKeyTokens.Secondary
    val FocusLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HoverLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LabelTextFont = TypographyKeyTokens.LabelLarge
    val PressedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val DisabledLeadingIconColor = ColorSchemeKeyTokens.OnSurface
    val DisabledLeadingIconOpacity = 0.38f
    val DraggedLeadingIconColor = ColorSchemeKeyTokens.Primary
    val FocusLeadingIconColor = ColorSchemeKeyTokens.Primary
    val HoverLeadingIconColor = ColorSchemeKeyTokens.Primary
    val LeadingIconColor = ColorSchemeKeyTokens.Primary
    val LeadingIconSize = 18.0.dp
    val PressedLeadingIconColor = ColorSchemeKeyTokens.Primary
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy