DatePickerModalTokens.kt

/*
 * Copyright 2023 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_161
// 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 = 568.0.dp
    val ContainerShape = ShapeKeyTokens.CornerExtraLarge
    val ContainerSurfaceTintLayerColor = ColorSchemeKeyTokens.SurfaceTint
    val ContainerWidth = 360.0.dp
    val DateContainerHeight = 40.0.dp
    val DateContainerShape = ShapeKeyTokens.CornerFull
    val DateContainerWidth = 40.0.dp
    val DateLabelTextFont = TypographyKeyTokens.BodyLarge
    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 = 360.0.dp
    val HeaderHeadlineColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HeaderHeadlineFont = TypographyKeyTokens.HeadlineLarge
    val HeaderSupportingTextColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val HeaderSupportingTextFont = TypographyKeyTokens.LabelLarge
    val RangeSelectionActiveIndicatorContainerColor = ColorSchemeKeyTokens.SecondaryContainer
    val RangeSelectionActiveIndicatorContainerHeight = 40.0.dp
    val RangeSelectionActiveIndicatorContainerShape = ShapeKeyTokens.CornerFull
    val RangeSelectionContainerElevation = ElevationTokens.Level0
    val RangeSelectionContainerShape = ShapeKeyTokens.CornerNone
    val SelectionDateInRangeLabelTextColor = ColorSchemeKeyTokens.OnSecondaryContainer
    val RangeSelectionHeaderContainerHeight = 128.0.dp
    val RangeSelectionHeaderHeadlineFont = TypographyKeyTokens.TitleLarge
    val RangeSelectionMonthSubheadColor = ColorSchemeKeyTokens.OnSurfaceVariant
    val RangeSelectionMonthSubheadFont = TypographyKeyTokens.TitleSmall
    val WeekdaysLabelTextColor = ColorSchemeKeyTokens.OnSurface
    val WeekdaysLabelTextFont = TypographyKeyTokens.BodyLarge
    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
}