InputChipTokens.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 InputChipTokens {
    val ContainerElevation = ElevationTokens.Level0
    val ContainerHeight = 32.0.dp
    val ContainerShape = ShapeKeyTokens.CornerSmall
    val DisabledLabelTextColor = ColorSchemeKeyTokens.OnSurface
    const val DisabledLabelTextOpacity = 0.38f
    val DisabledOutlineColor = ColorSchemeKeyTokens.OnSurface
    const val DisabledOutlineOpacity = 0.12f
    val DraggedContainerElevation = ElevationTokens.Level4
    val DraggedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val FocusLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val FocusOutlineColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HoverLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LabelTextFont = TypographyKeyTokens.LabelLarge
    val OutlineColor = ColorSchemeKeyTokens.Outline
    val OutlineWidth = 1.0.dp
    val PressedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val AvatarShape = ShapeKeyTokens.CornerFull
    val AvatarSize = 24.0.dp
    const val DisabledAvatarOpacity = 0.38f
    val DisabledLeadingIconColor = ColorSchemeKeyTokens.OnSurface
    const val DisabledLeadingIconOpacity = 0.38f
    val DraggedLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val FocusLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HoverLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val LeadingIconSize = 18.0.dp
    val PressedLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val DisabledTrailingIconColor = ColorSchemeKeyTokens.OnSurface
    const val DisabledTrailingIconOpacity = 0.38f
    val DraggedTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val FocusTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HoverTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val PressedTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val TrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val TrailingIconSize = 18.0.dp
}