ListTokens.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_93
// GENERATED CODE - DO NOT MODIFY BY HAND

package androidx.compose.material3.tokens

import androidx.compose.ui.unit.dp

internal object ListTokens {
    val DividerColor = ColorSchemeKeyTokens.Outline
    val DividerHeight = 1.0.dp
    val ListItemContainerColor = ColorSchemeKeyTokens.Surface
    val ListItemContainerElevation = ElevationTokens.Level0
    val ListItemContainerHeight = 56.0.dp
    val ListItemContainerShape = ShapeKeyTokens.CornerNone
    val ListItemDisabledLabelTextColor = ColorSchemeKeyTokens.OnSurface
    const val ListItemDisabledLabelTextOpacity = 0.3f
    val ListItemDisabledLeadingIconColor = ColorSchemeKeyTokens.OnSurface
    const val ListItemDisabledLeadingIconOpacity = 0.38f
    val ListItemDisabledTrailingIconColor = ColorSchemeKeyTokens.OnSurface
    const val ListItemDisabledTrailingIconOpacity = 0.38f
    val ListItemDraggedContainerElevation = ElevationTokens.Level4
    val ListItemDraggedLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val ListItemDraggedLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemDraggedTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemFocusLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val ListItemFocusLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemFocusTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemHoverLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val ListItemHoverLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemHoverTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val ListItemLabelTextFont = TypographyKeyTokens.BodyLarge
    val ListItemLargeLeadingVideoHeight = 69.0.dp
    val ListItemLeadingAvatarColor = ColorSchemeKeyTokens.PrimaryContainer
    val ListItemLeadingAvatarLabelColor = ColorSchemeKeyTokens.OnPrimaryContainer
    val ListItemLeadingAvatarLabelFont = TypographyKeyTokens.TitleMedium
    val ListItemLeadingAvatarShape = ShapeKeyTokens.CornerFull
    val ListItemLeadingAvatarSize = 40.0.dp
    val ListItemLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemLeadingIconSize = 18.0.dp
    val ListItemLeadingImageHeight = 56.0.dp
    val ListItemLeadingImageShape = ShapeKeyTokens.CornerNone
    val ListItemLeadingImageWidth = 56.0.dp
    val ListItemLeadingVideoShape = ShapeKeyTokens.CornerNone
    val ListItemLeadingVideoWidth = 100.0.dp
    val ListItemOverlineColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemOverlineFont = TypographyKeyTokens.LabelSmall
    val ListItemPressedLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val ListItemPressedLeadingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemPressedTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemSelectedTrailingIconColor = ColorSchemeKeyTokens.Primary
    val ListItemSmallLeadingVideoHeight = 56.0.dp
    val ListItemSupportingTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemSupportingTextFont = TypographyKeyTokens.BodyMedium
    val ListItemTrailingIconColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemTrailingIconSize = 24.0.dp
    val ListItemTrailingSupportingTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val ListItemTrailingSupportingTextFont = TypographyKeyTokens.LabelSmall
    val ListItemUnselectedTrailingIconColor = ColorSchemeKeyTokens.OnSurface
}