| /* |
| * 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_9 |
| // GENERATED CODE - DO NOT MODIFY BY HAND |
| |
| package androidx.wear.compose.material3.tokens |
| |
| import androidx.compose.ui.unit.sp |
| |
| internal object TypeScaleTokens { |
| val BodyExtraSmallFont = TypefaceTokens.Brand |
| val BodyExtraSmallLineHeight = 14.0.sp |
| val BodyExtraSmallSize = 11.sp |
| val BodyExtraSmallTracking = 0.4.sp |
| val BodyExtraSmallWeight = TypefaceTokens.RegularWeight |
| val BodyExtraSmallWeightProminent = TypefaceTokens.WeightBold |
| val BodyLargeFont = TypefaceTokens.Brand |
| val BodyLargeLineHeight = 18.0.sp |
| val BodyLargeSize = 16.sp |
| val BodyLargeTracking = 0.3.sp |
| val BodyLargeWeight = TypefaceTokens.RegularWeight |
| val BodyLargeWeightProminent = TypefaceTokens.WeightBold |
| val BodyMediumFont = TypefaceTokens.Brand |
| val BodyMediumLineHeight = 18.0.sp |
| val BodyMediumSize = 14.sp |
| val BodyMediumTracking = 0.2.sp |
| val BodyMediumWeight = TypefaceTokens.RegularWeight |
| val BodyMediumWeightProminent = TypefaceTokens.WeightBold |
| val BodySmallFont = TypefaceTokens.Brand |
| val BodySmallLineHeight = 16.0.sp |
| val BodySmallSize = 12.sp |
| val BodySmallTracking = 0.4.sp |
| val BodySmallWeight = TypefaceTokens.MediumWeight |
| val BodySmallWeightProminent = TypefaceTokens.WeightBold |
| val DisplayLargeFont = TypefaceTokens.Brand |
| val DisplayLargeLineHeight = 44.0.sp |
| val DisplayLargeSize = 40.sp |
| val DisplayLargeTracking = 0.0.sp |
| val DisplayLargeWeight = TypefaceTokens.RegularWeight |
| val DisplayMediumFont = TypefaceTokens.Brand |
| val DisplayMediumLineHeight = 34.0.sp |
| val DisplayMediumSize = 30.sp |
| val DisplayMediumTracking = 0.0.sp |
| val DisplayMediumWeight = TypefaceTokens.RegularWeight |
| val DisplaySmallFont = TypefaceTokens.Brand |
| val DisplaySmallLineHeight = 28.0.sp |
| val DisplaySmallSize = 24.sp |
| val DisplaySmallTracking = 0.0.sp |
| val DisplaySmallWeight = TypefaceTokens.MediumWeight |
| val LabelLargeFont = TypefaceTokens.Brand |
| val LabelLargeLineHeight = 22.0.sp |
| val LabelLargeSize = 20.sp |
| val LabelLargeTracking = 0.2.sp |
| val LabelLargeWeight = TypefaceTokens.MediumWeight |
| val LabelMediumFont = TypefaceTokens.Brand |
| val LabelMediumLineHeight = 16.0.sp |
| val LabelMediumSize = 15.sp |
| val LabelMediumTracking = 0.2.sp |
| val LabelMediumWeight = TypefaceTokens.MediumWeight |
| val LabelSmallFont = TypefaceTokens.Brand |
| val LabelSmallLineHeight = 14.0.sp |
| val LabelSmallSize = 13.sp |
| val LabelSmallTracking = 0.3.sp |
| val LabelSmallWeight = TypefaceTokens.MediumWeight |
| val TitleLargeFont = TypefaceTokens.Brand |
| val TitleLargeLineHeight = 22.0.sp |
| val TitleLargeSize = 20.sp |
| val TitleLargeTracking = 0.2.sp |
| val TitleLargeWeight = TypefaceTokens.MediumWeight |
| val TitleMediumFont = TypefaceTokens.Brand |
| val TitleMediumLineHeight = 18.0.sp |
| val TitleMediumSize = 16.sp |
| val TitleMediumTracking = 0.3.sp |
| val TitleMediumWeight = TypefaceTokens.MediumWeight |
| val TitleSmallFont = TypefaceTokens.Brand |
| val TitleSmallLineHeight = 16.0.sp |
| val TitleSmallSize = 14.sp |
| val TitleSmallTracking = 0.3.sp |
| val TitleSmallWeight = TypefaceTokens.MediumWeight |
| } |