DatePickerModalTokens.kt

// VERSION: v0_126
// GENERATED CODE - DO NOT MODIFY BY HAND

package androidx.compose.material3.tokens

import androidx.compose.ui.unit.dp

internal object DatePickerModalTokens {
    val ContainerColor = ColorSchemeKeyTokens.Surface
    val ContainerElevation = ElevationTokens.Level3
    val ContainerHeight = 512.0.dp
    val ContainerShape = ShapeKeyTokens.CornerExtraLarge
    val ContainerSurfaceTintLayerColor = ColorSchemeKeyTokens.SurfaceTint
    val ContainerWidth = 328.0.dp
    val DateContainerHeight = 40.0.dp
    val DateContainerShape = ShapeKeyTokens.CornerFull
    val DateContainerWidth = 40.0.dp
    val DateLabelTextFont = TypographyKeyTokens.BodySmall
    val DateSelectedContainerColor = ColorSchemeKeyTokens.Primary
    val DateSelectedLabelTextColor = ColorSchemeKeyTokens.OnPrimary
    val DateStateLayerHeight = 40.0.dp
    val DateStateLayerShape = ShapeKeyTokens.CornerFull
    val DateStateLayerWidth = 40.0.dp
    val DateTodayContainerOutlineColor = ColorSchemeKeyTokens.Primary
    val DateTodayContainerOutlineWidth = 1.0.dp
    val DateTodayLabelTextColor = ColorSchemeKeyTokens.Primary
    val DateUnselectedLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val HeaderContainerHeight = 120.0.dp
    val HeaderContainerWidth = 328.0.dp
    val HeaderHeadlineColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HeaderHeadlineFont = TypographyKeyTokens.HeadlineLarge
    val HeaderSupportingTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HeaderSupportingTextFont = TypographyKeyTokens.LabelMedium
    val RangeSelectionActiveIndicatorContainerColor = ColorSchemeKeyTokens.PrimaryContainer
    val RangeSelectionActiveIndicatorContainerHeight = 40.0.dp
    val RangeSelectionActiveIndicatorContainerShape = ShapeKeyTokens.CornerFull
    val RangeSelectionContainerElevation = ElevationTokens.Level0
    val RangeSelectionContainerShape = ShapeKeyTokens.CornerNone
    val SelectionDateInRangeLabelTextColor = ColorSchemeKeyTokens.OnPrimaryContainer
    val RangeSelectionHeaderContainerHeight = 128.0.dp
    val RangeSelectionHeaderHeadlineFont = TypographyKeyTokens.TitleLarge
    val RangeSelectionMonthSubheadColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val RangeSelectionMonthSubheadFont = TypographyKeyTokens.TitleSmall
    val WeekdaysLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val WeekdaysLabelTextFont = TypographyKeyTokens.BodySmall
    val SelectionYearContainerHeight = 36.0.dp
    val SelectionYearContainerWidth = 72.0.dp
    val SelectionYearLabelTextFont = TypographyKeyTokens.BodyLarge
    val SelectionYearSelectedContainerColor = ColorSchemeKeyTokens.Primary
    val SelectionYearSelectedLabelTextColor = ColorSchemeKeyTokens.OnPrimary
    val SelectionYearStateLayerHeight = 36.0.dp
    val SelectionYearStateLayerShape = ShapeKeyTokens.CornerFull
    val SelectionYearStateLayerWidth = 72.0.dp
    val SelectionYearUnselectedLabelTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
}