From 85106e13223e0f0b293e4021ed3a757e609b23be Mon Sep 17 00:00:00 2001 From: malilex Date: Thu, 23 Apr 2026 13:34:16 +0300 Subject: [PATCH 1/3] feat(sdds-alibs/sdds-sbcom): Update tokens and components. --- tokens/sdds-sbcom-compose/gradle.properties | 4 +- .../sdds/sbcom/styles/avatar/AvatarStyles.kt | 16 +- .../styles/basicbutton/BasicButtonStyles.kt | 137 +- .../sbcom/styles/checkbox/CheckBoxStyles.kt | 4 +- .../com/sdds/sbcom/styles/chip/ChipStyles.kt | 6 +- .../CircularProgressBarStyles.kt | 2 +- .../sbcom/styles/counter/CounterStyles.kt | 2 +- .../counter/TabItemFolderCounterStyles.kt | 2 +- .../sbcom/styles/iconbadge/MentionStyles.kt | 2 +- .../styles/iconbadge/VoiceChatBadgeStyles.kt | 2 +- .../styles/iconbutton/IconButtonStyles.kt | 37 +- .../styles/indicator/AvatarIndicatorStyles.kt | 2 +- .../sbcom/styles/radiobox/RadioBoxStyles.kt | 4 +- .../sbcom/styles/spinner/SpinnerStyles.kt | 2 +- .../sbcom/styles/switcher/SwitchStyles.kt | 4 +- .../com/sdds/sbcom/theme/SddsSbComColors.kt | 13145 +++++++++------- .../sdds/sbcom/theme/SddsSbComGradients.kt | 5291 ++----- .../com/sdds/sbcom/theme/SddsSbComShadows.kt | 232 +- .../com/sdds/sbcom/theme/SddsSbComShapes.kt | 42 +- .../com/sdds/sbcom/theme/SddsSbComSpacing.kt | 78 +- .../sdds/sbcom/theme/SddsSbComTypography.kt | 276 +- .../theme/subthemes/SddsSbComThemeInverse.kt | 2674 +--- .../theme/subthemes/SddsSbComThemeOnDark.kt | 2750 +--- .../theme/subthemes/SddsSbComThemeOnLight.kt | 2720 +--- .../com/sdds/sbcom/tokens/ColorTokens.kt | 6246 +++++--- .../com/sdds/sbcom/tokens/FontTokens.kt | 5 + .../com/sdds/sbcom/tokens/GradientTokens.kt | 5820 +------ .../com/sdds/sbcom/tokens/RoundShapeTokens.kt | 38 +- .../com/sdds/sbcom/tokens/ShadowTokens.kt | 394 +- .../com/sdds/sbcom/tokens/SpacingTokens.kt | 60 +- .../com/sdds/sbcom/tokens/TypographyTokens.kt | 1472 +- 31 files changed, 16853 insertions(+), 24616 deletions(-) diff --git a/tokens/sdds-sbcom-compose/gradle.properties b/tokens/sdds-sbcom-compose/gradle.properties index 17467ff6a..019a60886 100644 --- a/tokens/sdds-sbcom-compose/gradle.properties +++ b/tokens/sdds-sbcom-compose/gradle.properties @@ -5,8 +5,8 @@ versionMajor=0 versionMinor=3 versionPatch=0 -theme-version=0.8.0-alpha -components-version=0.2.0 +theme-version=0.9.0-alpha +components-version=0.2.1 summary.key=sdds-sbcom diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/avatar/AvatarStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/avatar/AvatarStyles.kt index 19297144e..91da41fd1 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/avatar/AvatarStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/avatar/AvatarStyles.kt @@ -123,7 +123,7 @@ private val AvatarStyleBuilder.invariantProps: AvatarStyleBuilder .colors { backgroundColor( - SddsSbComTheme.gradients.personaDefaultBlueSurfaceAccentGradient.asLayered().asStatefulValue(), + SddsSbComTheme.gradients.personasDefaultBlueSurfaceAccentGradient.asLayered().asStatefulValue(), ) textColor( SddsSbComTheme.colors.textOnDarkPrimary.asInteractive(), @@ -150,7 +150,7 @@ public val Avatar.Size72: WrapperAvatarSize72 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } @@ -178,7 +178,7 @@ public val Avatar.Size64: WrapperAvatarSize64 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } @@ -206,7 +206,7 @@ public val Avatar.Size56: WrapperAvatarSize56 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } @@ -234,7 +234,7 @@ public val Avatar.Size44: WrapperAvatarSize44 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } @@ -262,7 +262,7 @@ public val Avatar.Size40: WrapperAvatarSize40 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } @@ -290,7 +290,7 @@ public val Avatar.Size36: WrapperAvatarSize36 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } @@ -318,7 +318,7 @@ public val Avatar.Size32: WrapperAvatarSize32 backgroundColor( SddsSbComTheme.colors.textDefaultTertiary.asInteractive( setOf(AvatarStatus.Active) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/basicbutton/BasicButtonStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/basicbutton/BasicButtonStyles.kt index 6d02e18f1..850611985 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/basicbutton/BasicButtonStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/basicbutton/BasicButtonStyles.kt @@ -15,7 +15,6 @@ import com.sdds.compose.uikit.ButtonStyle import com.sdds.compose.uikit.basicButtonBuilder import com.sdds.compose.uikit.interactions.InteractiveState import com.sdds.compose.uikit.interactions.asInteractive -import com.sdds.compose.uikit.multiplyAlpha import com.sdds.compose.uikit.style.BuilderWrapper import com.sdds.compose.uikit.style.wrap import com.sdds.sbcom.theme.SddsSbComTheme @@ -225,7 +224,7 @@ public val WrapperBasicButtonView.ModeAccentFilled: WrapperBasicButtonTerminate ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } .loadingAlpha(0.0f) @@ -236,27 +235,27 @@ public val WrapperBasicButtonView.ModeAccentWhite: WrapperBasicButtonTerminate get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) valueColor( @@ -284,13 +283,13 @@ public val WrapperBasicButtonView.ModeAccentGrey: WrapperBasicButtonTerminate get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) valueColor( SddsSbComTheme.colors.textDefaultSecondary.asInteractive( @@ -349,11 +348,11 @@ public val WrapperBasicButtonView.ModeDangerTint: WrapperBasicButtonTerminate ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultNegative.multiplyAlpha(0.16f).asInteractive( + SddsSbComTheme.colors.surfaceDefaultTransparentNegative.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultNegativeActive.multiplyAlpha(0.16f), + to SddsSbComTheme.colors.surfaceDefaultTransparentNegativeActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultNegativeHover.multiplyAlpha(0.16f), + to SddsSbComTheme.colors.surfaceDefaultTransparentNegativeHover, ), ) } @@ -392,13 +391,13 @@ public val WrapperBasicButtonSize48BgNoView.ModeAccentGrey: WrapperBasicButtonTe get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) valueColor( SddsSbComTheme.colors.textDefaultSecondary.asInteractive( @@ -546,7 +545,7 @@ public val WrapperBasicButtonSize48BgNoView.ModeAccentFilled: WrapperBasicButton ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } .loadingAlpha(0.0f) @@ -558,27 +557,27 @@ public val WrapperBasicButtonSize48BgNoView.ModeAccentWhite: WrapperBasicButtonT get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) valueColor( @@ -633,13 +632,13 @@ public val WrapperBasicButtonSize40BgNoView.ModeAccentGrey: WrapperBasicButtonTe get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) valueColor( SddsSbComTheme.colors.textDefaultSecondary.asInteractive( @@ -787,7 +786,7 @@ public val WrapperBasicButtonSize40BgNoView.ModeAccentFilled: WrapperBasicButton ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } .loadingAlpha(0.0f) @@ -799,27 +798,27 @@ public val WrapperBasicButtonSize40BgNoView.ModeAccentWhite: WrapperBasicButtonT get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) valueColor( @@ -874,13 +873,13 @@ public val WrapperBasicButtonSize32BgNoView.ModeAccentGrey: WrapperBasicButtonTe get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) valueColor( SddsSbComTheme.colors.textDefaultSecondary.asInteractive( @@ -1028,7 +1027,7 @@ public val WrapperBasicButtonSize32BgNoView.ModeAccentFilled: WrapperBasicButton ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } .loadingAlpha(0.0f) @@ -1040,27 +1039,27 @@ public val WrapperBasicButtonSize32BgNoView.ModeAccentWhite: WrapperBasicButtonT get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) valueColor( @@ -1115,13 +1114,13 @@ public val WrapperBasicButtonSize24BgNoView.ModeAccentGrey: WrapperBasicButtonTe get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) valueColor( SddsSbComTheme.colors.textDefaultSecondary.asInteractive( @@ -1269,7 +1268,7 @@ public val WrapperBasicButtonSize24BgNoView.ModeAccentFilled: WrapperBasicButton ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } .loadingAlpha(0.0f) @@ -1281,27 +1280,27 @@ public val WrapperBasicButtonSize24BgNoView.ModeAccentWhite: WrapperBasicButtonT get() = builder .colors { spinnerColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) iconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) labelColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) valueColor( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/checkbox/CheckBoxStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/checkbox/CheckBoxStyles.kt index da4fea8fc..cdc284432 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/checkbox/CheckBoxStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/checkbox/CheckBoxStyles.kt @@ -63,9 +63,9 @@ public val CheckBox.Default: WrapperCheckBoxDefault toggleColor( SddsSbComTheme.colors.surfaceDefaultClear.asInteractive( setOf(CheckBoxStates.Checked) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, setOf(CheckBoxStates.Indeterminate) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) toggleIconColor( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/chip/ChipStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/chip/ChipStyles.kt index 5a942a86e..29df4958b 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/chip/ChipStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/chip/ChipStyles.kt @@ -52,18 +52,18 @@ private val ChipStyleBuilder.invariantProps: ChipStyleBuilder backgroundColor( SddsSbComTheme.colors.surfaceDefaultTransparentTertiary.asInteractive( setOf(InteractiveState.Selected, InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, setOf( InteractiveState.Selected, InteractiveState.Hovered, ) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, setOf(InteractiveState.Pressed) to SddsSbComTheme.colors.surfaceDefaultTransparentTertiaryActive, setOf(InteractiveState.Hovered) to SddsSbComTheme.colors.surfaceDefaultTransparentTertiaryHover, setOf(InteractiveState.Selected) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) contentStartColor( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt index 57b91a819..28745237c 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt @@ -109,7 +109,7 @@ public val WrapperCircularProgressBarView.ModeColorAccent: WrapperCircularProgre get() = builder .colors { indicatorColor( - SolidColor(SddsSbComTheme.colors.surfaceDefaultAccentPrimary).asStatefulValue(), + SolidColor(SddsSbComTheme.colors.surfaceDefaultAccent).asStatefulValue(), ) } .wrap(::WrapperCircularProgressBarTerminate) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/CounterStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/CounterStyles.kt index 2e448d8af..647482a28 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/CounterStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/CounterStyles.kt @@ -38,7 +38,7 @@ public val Counter.MuteNo: WrapperCounterTerminate .invariantProps .colors { backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) textColor( SddsSbComTheme.colors.textOnDarkPrimary.asInteractive(), diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/TabItemFolderCounterStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/TabItemFolderCounterStyles.kt index 44fb53c58..aef1f83b8 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/TabItemFolderCounterStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/counter/TabItemFolderCounterStyles.kt @@ -44,7 +44,7 @@ public val TabItemFolderCounter.Default: WrapperTabItemFolderCounterDefault backgroundColor( SddsSbComTheme.colors.textDefaultParagraph.asInteractive( setOf(InteractiveState.Selected) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) textColor( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/MentionStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/MentionStyles.kt index 003e1c76b..c9c39a261 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/MentionStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/MentionStyles.kt @@ -39,7 +39,7 @@ public val Mention.MuteNo: WrapperMentionTerminate .invariantProps .colors { backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) startContentColor( SddsSbComTheme.colors.textOnDarkPrimary.asInteractive(), diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/VoiceChatBadgeStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/VoiceChatBadgeStyles.kt index 8252d14ee..189830835 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/VoiceChatBadgeStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbadge/VoiceChatBadgeStyles.kt @@ -64,7 +64,7 @@ private val IconBadgeStyleBuilder.invariantProps: IconBadgeStyleBuilder .shape(CircleShape) .colors { backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) startContentColor( SddsSbComTheme.colors.textOnDarkPrimary.asInteractive(), diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbutton/IconButtonStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbutton/IconButtonStyles.kt index f3965296d..5238e655c 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbutton/IconButtonStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/iconbutton/IconButtonStyles.kt @@ -15,7 +15,6 @@ import com.sdds.compose.uikit.IconButtonStyleBuilder import com.sdds.compose.uikit.iconButtonBuilder import com.sdds.compose.uikit.interactions.InteractiveState import com.sdds.compose.uikit.interactions.asInteractive -import com.sdds.compose.uikit.multiplyAlpha import com.sdds.compose.uikit.style.BuilderWrapper import com.sdds.compose.uikit.style.wrap import com.sdds.sbcom.theme.SddsSbComTheme @@ -161,11 +160,11 @@ public val WrapperIconButtonView.ModeAccentFilled: WrapperIconButtonTerminate ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) } @@ -225,11 +224,11 @@ public val WrapperIconButtonView.ModeDangerTint: WrapperIconButtonTerminate ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultNegative.multiplyAlpha(0.16f).asInteractive( + SddsSbComTheme.colors.surfaceDefaultTransparentNegative.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultNegativeActive.multiplyAlpha(0.16f), + to SddsSbComTheme.colors.surfaceDefaultTransparentNegativeActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultNegativeHover.multiplyAlpha(0.16f), + to SddsSbComTheme.colors.surfaceDefaultTransparentNegativeHover, ), ) } @@ -336,11 +335,11 @@ public val WrapperIconButtonSize48BgNoView.ModeAccentFilled: WrapperIconButtonTe ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) } @@ -447,11 +446,11 @@ public val WrapperIconButtonSize40BgNoView.ModeAccentFilled: WrapperIconButtonTe ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) } @@ -558,11 +557,11 @@ public val WrapperIconButtonSize32BgNoView.ModeAccentFilled: WrapperIconButtonTe ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) } @@ -669,11 +668,11 @@ public val WrapperIconButtonSize24BgNoView.ModeAccentFilled: WrapperIconButtonTe ), ) backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive( + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive( setOf(InteractiveState.Pressed) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryActive, + to SddsSbComTheme.colors.surfaceDefaultAccentActive, setOf(InteractiveState.Hovered) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimaryHover, + to SddsSbComTheme.colors.surfaceDefaultAccentHover, ), ) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/indicator/AvatarIndicatorStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/indicator/AvatarIndicatorStyles.kt index e2c44b018..8c818facb 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/indicator/AvatarIndicatorStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/indicator/AvatarIndicatorStyles.kt @@ -71,7 +71,7 @@ private val IndicatorStyleBuilder.invariantProps: IndicatorStyleBuilder .shape(CircleShape) .color { backgroundColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/radiobox/RadioBoxStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/radiobox/RadioBoxStyles.kt index 12e1a1bfb..fd38c1af7 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/radiobox/RadioBoxStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/radiobox/RadioBoxStyles.kt @@ -58,10 +58,10 @@ public val RadioBox.Default: WrapperRadioBoxDefault SddsSbComTheme.colors.surfaceDefaultClear.asInteractive(), ) toggleIconColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) toggleBorderColor( - SddsSbComTheme.colors.textDefaultAccent.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) } .dimensionValues { diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt index f8e734c9a..9d3a4b8c1 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt @@ -117,7 +117,7 @@ public val WrapperSpinnerView.ModeColorAccent: WrapperSpinnerTerminate get() = builder .colors { startColor( - SddsSbComTheme.colors.surfaceDefaultAccentPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultAccent.asInteractive(), ) endColor( SddsSbComTheme.colors.surfaceDefaultClear.asInteractive(), diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/switcher/SwitchStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/switcher/SwitchStyles.kt index c61e4ecc9..8acb8b009 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/switcher/SwitchStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/switcher/SwitchStyles.kt @@ -51,13 +51,13 @@ public val Switch.Default: WrapperSwitchDefault toggleTrackColor( SddsSbComTheme.colors.surfaceDefaultTransparentSecondary.asInteractive( setOf(SwitchStates.Checked) - to SddsSbComTheme.colors.surfaceDefaultAccentPrimary, + to SddsSbComTheme.colors.surfaceDefaultAccent, ), ) toggleTrackBorderColor( SddsSbComTheme.colors.outlineDefaultTransparentPrimary.asInteractive( setOf(SwitchStates.Checked) - to SddsSbComTheme.colors.outlineDefaultTransparentClear, + to SddsSbComTheme.colors.outlineDefaultClear, ), ) toggleThumbColor( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt index 7a7c40aa7..a4c07a6fe 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt @@ -26,1950 +26,1841 @@ public class SddsSbComColors( private val colors: Map, ) { /** - * Третичный цвет текста + * Primary Hover On Light */ - public var textDefaultTertiaryHover: Color by colors.obtain("textDefaultTertiaryHover") - - public var personaDefaultIndigoTextAccent: Color by - colors.obtain("personaDefaultIndigoTextAccent") - - public var personaOnDarkPinkTextAccentBrightness: Color by - colors.obtain("personaOnDarkPinkTextAccentBrightness") - - public var personaOnDarkSeaBlueTextAccentBrightness: Color by - colors.obtain("personaOnDarkSeaBlueTextAccentBrightness") - - public var outlineDefaultTransparentClear: Color by - colors.obtain("outlineDefaultTransparentClear") - - public var personaDefaultSeaBlueTextAccentActive: Color by - colors.obtain("personaDefaultSeaBlueTextAccentActive") - - public var personaInverseIndigoTextAccentActive: Color by - colors.obtain("personaInverseIndigoTextAccentActive") - - public var personaOnDarkOchreTextAccent: Color by colors.obtain("personaOnDarkOchreTextAccent") - - public var outlineDefaultMinorBrightness: Color by - colors.obtain("outlineDefaultMinorBrightness") - - public var outlineDefaultDefaultBrightness: Color by - colors.obtain("outlineDefaultDefaultBrightness") - - public var outlineDefaultTransparentClearBrightness: Color by - colors.obtain("outlineDefaultTransparentClearBrightness") - - public var outlineInverseDefaultBrightness: Color by - colors.obtain("outlineInverseDefaultBrightness") - - public var personaDefaultSeaBlueTextAccentBrightness: Color by - colors.obtain("personaDefaultSeaBlueTextAccentBrightness") - - public var personaDefaultVioletTextAccentBrightness: Color by - colors.obtain("personaDefaultVioletTextAccentBrightness") + public var outlineOnLightPrimaryHover: Color by colors.obtain("outlineOnLightPrimaryHover") /** - * Третичный цвет текста + * Default Active Inverse */ - public var textDefaultTertiaryActive: Color by colors.obtain("textDefaultTertiaryActive") + public var outlineInverseDefaultActive: Color by colors.obtain("outlineInverseDefaultActive") /** - * Третичный цвет текста + * Sea Blue Text Accent Active Inverse */ - public var textDefaultTertiary: Color by colors.obtain("textDefaultTertiary") + public var personasInverseSeaBlueTextAccentActive: Color by + colors.obtain("personasInverseSeaBlueTextAccentActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию + * Violet Text Accent Active Inverse */ - public var surfaceDefaultSolidDefaultHover: Color by - colors.obtain("surfaceDefaultSolidDefaultHover") + public var personasInverseVioletTextAccentActive: Color by + colors.obtain("personasInverseVioletTextAccentActive") /** - * Инвертированный cплошной наборный текст + * Default Hover On Light */ - public var textInverseParagraph: Color by colors.obtain("textInverseParagraph") + public var outlineOnLightDefaultHover: Color by colors.obtain("outlineOnLightDefaultHover") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Primary Active Inverse */ - public var surfaceOnDarkSolidPrimaryBrightness: Color by - colors.obtain("surfaceOnDarkSolidPrimaryBrightness") + public var outlineInversePrimaryActive: Color by colors.obtain("outlineInversePrimaryActive") /** - * Основной цвет текста на темном фоне + * Default Active On Dark */ - public var textOnDarkPrimaryActive: Color by colors.obtain("textOnDarkPrimaryActive") + public var outlineOnDarkDefaultActive: Color by colors.obtain("outlineOnDarkDefaultActive") /** - * Основной цвет текста на светлом фоне + * Default Hover On Dark */ - public var textOnLightPrimaryBrightness: Color by colors.obtain("textOnLightPrimaryBrightness") + public var outlineOnDarkDefaultHover: Color by colors.obtain("outlineOnDarkDefaultHover") /** - * Цвет успеха + * Green Text Accent Hover Default */ - public var textDefaultPositiveHover: Color by colors.obtain("textDefaultPositiveHover") + public var personasDefaultGreenTextAccentHover: Color by + colors.obtain("personasDefaultGreenTextAccentHover") /** - * Инвертированный вторичный цвет текста + * Sea Blue Text Accent Hover Default */ - public var textInverseSecondary: Color by colors.obtain("textInverseSecondary") + public var personasDefaultSeaBlueTextAccentHover: Color by + colors.obtain("personasDefaultSeaBlueTextAccentHover") /** - * Инвертированный акцентный цвет + * Accent Secondary Hover Inverse */ - public var textInverseAccentHover: Color by colors.obtain("textInverseAccentHover") + public var surfaceInverseAccentSecondaryHover: Color by + colors.obtain("surfaceInverseAccentSecondaryHover") /** - * Цвет обводки успех + * Accent Secondary Active On Light */ - public var outlineDefaultPositiveActive: Color by colors.obtain("outlineDefaultPositiveActive") + public var surfaceOnLightAccentSecondaryActive: Color by + colors.obtain("surfaceOnLightAccentSecondaryActive") /** - * Вторичный непрозрачный фон поверхности/контрола + * Transparent Navi Active Default */ - public var surfaceDefaultSolidSecondaryActive: Color by - colors.obtain("surfaceDefaultSolidSecondaryActive") + public var surfaceDefaultTransparentNaviActive: Color by + colors.obtain("surfaceDefaultTransparentNaviActive") /** - * Вторичный непрозрачный фон поверхности/контрола + * Transparent Accent Minor Active On Light */ - public var surfaceDefaultSolidSecondary: Color by colors.obtain("surfaceDefaultSolidSecondary") + public var surfaceOnLightTransparentAccentMinorActive: Color by + colors.obtain("surfaceOnLightTransparentAccentMinorActive") /** - * Третичный непрозрачный фон поверхности/контрола + * Green Text Accent Active On Light */ - public var surfaceDefaultSolidTertiaryHover: Color by - colors.obtain("surfaceDefaultSolidTertiaryHover") + public var personasOnLightGreenTextAccentActive: Color by + colors.obtain("personasOnLightGreenTextAccentActive") /** - * Третичный непрозрачный фон поверхности/контрола + * Default Active Default */ - public var surfaceDefaultSolidTertiaryActive: Color by - colors.obtain("surfaceDefaultSolidTertiaryActive") + public var outlineDefaultDefaultActive: Color by colors.obtain("outlineDefaultDefaultActive") /** - * Третичный непрозрачный фон поверхности/контрола + * Primary Active On Dark */ - public var surfaceDefaultSolidTertiary: Color by colors.obtain("surfaceDefaultSolidTertiary") + public var outlineOnDarkPrimaryActive: Color by colors.obtain("outlineOnDarkPrimaryActive") /** - * Основной фон для карточек + * Olive Text Accent Active Default */ - public var surfaceDefaultSolidCardHover: Color by colors.obtain("surfaceDefaultSolidCardHover") + public var personasDefaultOliveTextAccentActive: Color by + colors.obtain("personasDefaultOliveTextAccentActive") /** - * Основной фон для карточек + * Olive Text Accent Hover On Dark */ - public var surfaceDefaultSolidCardActive: Color by - colors.obtain("surfaceDefaultSolidCardActive") + public var personasOnDarkOliveTextAccentHover: Color by + colors.obtain("personasOnDarkOliveTextAccentHover") /** - * Основной фон для карточек + * Violet Text Accent Active On Light */ - public var surfaceDefaultSolidCard: Color by colors.obtain("surfaceDefaultSolidCard") + public var personasOnLightVioletTextAccentActive: Color by + colors.obtain("personasOnLightVioletTextAccentActive") /** - * Основной фон для карточек + * Ochre Text Accent Active On Light */ - public var surfaceDefaultSolidCardBrightness: Color by - colors.obtain("surfaceDefaultSolidCardBrightness") + public var personasOnLightOchreTextAccentActive: Color by + colors.obtain("personasOnLightOchreTextAccentActive") /** - * Основной непрозрачный фон поверхности/контрола + * Accent Secondary Hover On Dark */ - public var surfaceDefaultSolidPrimaryActive: Color by - colors.obtain("surfaceDefaultSolidPrimaryActive") + public var surfaceOnDarkAccentSecondaryHover: Color by + colors.obtain("surfaceOnDarkAccentSecondaryHover") /** - * Основной непрозрачный фон поверхности/контрола + * Green Text Accent Hover Inverse */ - public var surfaceDefaultSolidPrimaryBrightness: Color by - colors.obtain("surfaceDefaultSolidPrimaryBrightness") + public var personasInverseGreenTextAccentHover: Color by + colors.obtain("personasInverseGreenTextAccentHover") /** - * Основной непрозрачный фон поверхности/контрола + * Pink Text Accent Hover On Light */ - public var surfaceDefaultSolidPrimary: Color by colors.obtain("surfaceDefaultSolidPrimary") + public var personasOnLightPinkTextAccentHover: Color by + colors.obtain("personasOnLightPinkTextAccentHover") /** - * Вторичный непрозрачный фон поверхности/контрола + * Accent Secondary Hover Default */ - public var surfaceDefaultSolidSecondaryHover: Color by - colors.obtain("surfaceDefaultSolidSecondaryHover") + public var surfaceDefaultAccentSecondaryHover: Color by + colors.obtain("surfaceDefaultAccentSecondaryHover") /** - * Третичный прозрачный фон поверхности/контрола + * Indigo Text Accent Hover Default */ - public var surfaceDefaultTransparentTertiaryHover: Color by - colors.obtain("surfaceDefaultTransparentTertiaryHover") + public var personasDefaultIndigoTextAccentHover: Color by + colors.obtain("personasDefaultIndigoTextAccentHover") /** - * Третичный прозрачный фон поверхности/контрола + * Violet Text Accent Hover On Dark */ - public var surfaceDefaultTransparentTertiaryActive: Color by - colors.obtain("surfaceDefaultTransparentTertiaryActive") + public var personasOnDarkVioletTextAccentHover: Color by + colors.obtain("personasOnDarkVioletTextAccentHover") /** - * Третичный прозрачный фон поверхности/контрола + * On Light Outline Primary */ - public var surfaceDefaultTransparentTertiary: Color by - colors.obtain("surfaceDefaultTransparentTertiary") + public var outlineOnLightPrimary: Color by colors.obtain("outlineOnLightPrimary") /** - * Прозрачный фон поверхности/контрола по умолчанию + * Inverse Outline Default */ - public var surfaceDefaultTransparentDeepHover: Color by - colors.obtain("surfaceDefaultTransparentDeepHover") + public var outlineInverseDefault: Color by colors.obtain("outlineInverseDefault") /** - * Прозрачный фон поверхности/контрола по умолчанию + * Blue Text Accent Hover On Dark */ - public var surfaceDefaultTransparentDeepActive: Color by - colors.obtain("surfaceDefaultTransparentDeepActive") + public var personasOnDarkBlueTextAccentHover: Color by + colors.obtain("personasOnDarkBlueTextAccentHover") /** - * Прозрачный фон поверхности/контрола по умолчанию + * Indigo Text Accent Hover On Light */ - public var surfaceDefaultTransparentDeep: Color by - colors.obtain("surfaceDefaultTransparentDeep") + public var personasOnLightIndigoTextAccentHover: Color by + colors.obtain("personasOnLightIndigoTextAccentHover") /** - * Прозрачный фон для карточек + * Indigo Text Accent Active On Light */ - public var surfaceDefaultTransparentCardHover: Color by - colors.obtain("surfaceDefaultTransparentCardHover") + public var personasOnLightIndigoTextAccentActive: Color by + colors.obtain("personasOnLightIndigoTextAccentActive") /** - * Прозрачный фон для карточек + * Sea Blue Text Accent Hover On Light */ - public var surfaceDefaultTransparentCardActive: Color by - colors.obtain("surfaceDefaultTransparentCardActive") + public var personasOnLightSeaBlueTextAccentHover: Color by + colors.obtain("personasOnLightSeaBlueTextAccentHover") /** - * Прозрачный фон для карточек + * Ochre Text Accent Active Default */ - public var surfaceDefaultTransparentCard: Color by - colors.obtain("surfaceDefaultTransparentCard") + public var personasDefaultOchreTextAccentActive: Color by + colors.obtain("personasDefaultOchreTextAccentActive") /** - * Прозрачный фон для карточек + * Inverse Background Hardline */ - public var surfaceDefaultTransparentCardBrightness: Color by - colors.obtain("surfaceDefaultTransparentCardBrightness") + public var backgroundInverseHardline: Color by colors.obtain("backgroundInverseHardline") /** - * Фон поверхности/контрола без заливки + * Transparent Accent Minor Active On Dark */ - public var surfaceDefaultClearHover: Color by colors.obtain("surfaceDefaultClearHover") + public var surfaceOnDarkTransparentAccentMinorActive: Color by + colors.obtain("surfaceOnDarkTransparentAccentMinorActive") /** - * Фон поверхности/контрола без заливки + * Sea Blue Text Accent Hover On Dark */ - public var surfaceDefaultClearActive: Color by colors.obtain("surfaceDefaultClearActive") + public var personasOnDarkSeaBlueTextAccentHover: Color by + colors.obtain("personasOnDarkSeaBlueTextAccentHover") /** - * Фон поверхности/контрола без заливки + * Surface Transparent Navi */ - public var surfaceDefaultClear: Color by colors.obtain("surfaceDefaultClear") + public var surfaceDefaultTransparentNavi: Color by + colors.obtain("surfaceDefaultTransparentNavi") /** - * Акцентный минорный непрозрачный фон поверхности/контрола + * Violet Text Accent Active Default */ - public var surfaceDefaultAccentMinorActive: Color by - colors.obtain("surfaceDefaultAccentMinorActive") + public var personasDefaultVioletTextAccentActive: Color by + colors.obtain("personasDefaultVioletTextAccentActive") /** - * Прозрачный акцентный фон поверхности/контрола + * Blue Text Accent Hover Default */ - public var surfaceDefaultTransparentAccentHover: Color by - colors.obtain("surfaceDefaultTransparentAccentHover") + public var personasDefaultBlueTextAccentHover: Color by + colors.obtain("personasDefaultBlueTextAccentHover") /** - * Прозрачный акцентный фон поверхности/контрола + * Outline Default */ - public var surfaceDefaultTransparentAccentActive: Color by - colors.obtain("surfaceDefaultTransparentAccentActive") + public var outlineDefaultDefault: Color by colors.obtain("outlineDefaultDefault") /** - * Цвет фона поверхности/контрола успех + * Основной цвет текста */ - public var surfaceDefaultPositiveHover: Color by colors.obtain("surfaceDefaultPositiveHover") + public var textDefaultPrimaryBrightnessActive: Color by + colors.obtain("textDefaultPrimaryBrightnessActive") /** - * Цвет фона поверхности/контрола успех + * Основной фон для карточек */ - public var surfaceDefaultPositiveActive: Color by colors.obtain("surfaceDefaultPositiveActive") + public var surfaceDefaultSolidCardBrightnessHover: Color by + colors.obtain("surfaceDefaultSolidCardBrightnessHover") /** - * Цвет фона поверхности предупреждение + * Прозрачный фон для карточек */ - public var surfaceDefaultWarningHover: Color by colors.obtain("surfaceDefaultWarningHover") + public var surfaceDefaultTransparentCardBrightnessHover: Color by + colors.obtain("surfaceDefaultTransparentCardBrightnessHover") /** - * Основной прозрачный фон поверхности/контрола + * Основной фон для карточек */ - public var surfaceDefaultTransparentPrimaryHover: Color by - colors.obtain("surfaceDefaultTransparentPrimaryHover") + public var surfaceDefaultSolidCardBrightnessActive: Color by + colors.obtain("surfaceDefaultSolidCardBrightnessActive") /** - * Основной прозрачный фон поверхности/контрола + * Основной непрозрачный фон поверхности/контрола */ - public var surfaceDefaultTransparentPrimaryActive: Color by - colors.obtain("surfaceDefaultTransparentPrimaryActive") + public var surfaceDefaultSolidPrimaryBrightnessHover: Color by + colors.obtain("surfaceDefaultSolidPrimaryBrightnessHover") /** - * Инвертированный минорный акцентный цвет + * Прозрачный фон для карточек */ - public var textInverseAccentMinorHover: Color by colors.obtain("textInverseAccentMinorHover") + public var surfaceDefaultTransparentCardBrightnessActive: Color by + colors.obtain("surfaceDefaultTransparentCardBrightnessActive") /** - * Инвертированный минорный акцентный цвет + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public var textInverseAccentMinorActive: Color by colors.obtain("textInverseAccentMinorActive") + public var surfaceOnDarkSolidPrimaryBrightnessActive: Color by + colors.obtain("surfaceOnDarkSolidPrimaryBrightnessActive") /** - * Цвет фона поверхности/контрола информация + * Прозрачный фон для карточек на темном фоне */ - public var surfaceDefaultInfo: Color by colors.obtain("surfaceDefaultInfo") + public var surfaceOnDarkTransparentCardBrightnessHover: Color by + colors.obtain("surfaceOnDarkTransparentCardBrightnessHover") /** - * Цвет фона поверхности/контрола успех + * Прозрачный фон для карточек на темном фоне */ - public var surfaceDefaultPositive: Color by colors.obtain("surfaceDefaultPositive") + public var surfaceOnDarkTransparentCardBrightnessActive: Color by + colors.obtain("surfaceOnDarkTransparentCardBrightnessActive") /** - * Акцентный минорный непрозрачный фон поверхности/контрола + * Основной фон для карточек на темном фоне */ - public var surfaceDefaultAccentMinor: Color by colors.obtain("surfaceDefaultAccentMinor") + public var surfaceOnDarkSolidCardBrightnessHover: Color by + colors.obtain("surfaceOnDarkSolidCardBrightnessHover") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Основной фон для карточек на темном фоне */ - public var surfaceOnDarkSolidPrimary: Color by colors.obtain("surfaceOnDarkSolidPrimary") + public var surfaceOnDarkSolidCardBrightnessActive: Color by + colors.obtain("surfaceOnDarkSolidCardBrightnessActive") /** - * Вторичный непрозрачный фон поверхности на темном фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceOnDarkSolidSecondaryHover: Color by - colors.obtain("surfaceOnDarkSolidSecondaryHover") + public var surfaceOnLightSolidPrimaryBrightnessHover: Color by + colors.obtain("surfaceOnLightSolidPrimaryBrightnessHover") /** - * Вторичный непрозрачный фон поверхности на темном фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceOnDarkSolidSecondaryActive: Color by - colors.obtain("surfaceOnDarkSolidSecondaryActive") + public var surfaceOnLightSolidPrimaryBrightnessActive: Color by + colors.obtain("surfaceOnLightSolidPrimaryBrightnessActive") /** - * Вторичный непрозрачный фон поверхности на темном фоне + * Inverse Personas Indigo Text Accent */ - public var surfaceOnDarkSolidSecondary: Color by colors.obtain("surfaceOnDarkSolidSecondary") + public var personasInverseIndigoTextAccent: Color by + colors.obtain("personasInverseIndigoTextAccent") /** - * Третичный непрозрачный фон поверхности/контрола на темном фоне + * Inverse Personas Pink Text Accent */ - public var surfaceOnDarkSolidTertiaryHover: Color by - colors.obtain("surfaceOnDarkSolidTertiaryHover") + public var personasInversePinkTextAccent: Color by + colors.obtain("personasInversePinkTextAccent") /** - * Третичный непрозрачный фон поверхности/контрола на темном фоне + * Personas Olive Text Accent */ - public var surfaceOnDarkSolidTertiaryActive: Color by - colors.obtain("surfaceOnDarkSolidTertiaryActive") + public var personasDefaultOliveTextAccent: Color by + colors.obtain("personasDefaultOliveTextAccent") /** - * Третичный непрозрачный фон поверхности/контрола на темном фоне + * Цвет обводки успех на светлом фоне */ - public var surfaceOnDarkSolidTertiary: Color by colors.obtain("surfaceOnDarkSolidTertiary") + public var outlineOnLightPositiveActive: Color by colors.obtain("outlineOnLightPositiveActive") /** - * Основной фон для карточек на темном фоне + * Inverse Personas Ochre Text Accent */ - public var surfaceOnDarkSolidCardHover: Color by colors.obtain("surfaceOnDarkSolidCardHover") + public var personasInverseOchreTextAccent: Color by + colors.obtain("personasInverseOchreTextAccent") /** - * Основной фон для карточек на темном фоне + * On Dark Personas Olive Text Accent */ - public var surfaceOnDarkSolidCardActive: Color by colors.obtain("surfaceOnDarkSolidCardActive") + public var personasOnDarkOliveTextAccent: Color by + colors.obtain("personasOnDarkOliveTextAccent") /** - * Основной фон для карточек на темном фоне + * Третичный непрозрачный фон поверхности/контрола */ - public var surfaceOnDarkSolidCard: Color by colors.obtain("surfaceOnDarkSolidCard") + public var surfaceDefaultSolidTertiaryActive: Color by + colors.obtain("surfaceDefaultSolidTertiaryActive") /** - * Основной фон для карточек на темном фоне + * Третичный непрозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceOnDarkSolidCardBrightness: Color by - colors.obtain("surfaceOnDarkSolidCardBrightness") + public var surfaceOnLightSolidTertiaryActive: Color by + colors.obtain("surfaceOnLightSolidTertiaryActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + * Inverse Surface Transparent Navi */ - public var surfaceOnDarkSolidDefaultHover: Color by - colors.obtain("surfaceOnDarkSolidDefaultHover") + public var surfaceInverseTransparentNavi: Color by + colors.obtain("surfaceInverseTransparentNavi") /** - * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + * Прозрачный фон для карточек на светлом фоне */ - public var surfaceOnDarkSolidDefaultActive: Color by - colors.obtain("surfaceOnDarkSolidDefaultActive") + public var surfaceOnLightTransparentCardBrightnessHover: Color by + colors.obtain("surfaceOnLightTransparentCardBrightnessHover") /** - * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + * Основной цвет текста */ - public var surfaceOnDarkSolidDefault: Color by colors.obtain("surfaceOnDarkSolidDefault") + public var textDefaultPrimary: Color by colors.obtain("textDefaultPrimary") /** - * Основной прозрачный фон поверхности/контрола на темном фоне + * Акцентный минорный цвет на темном фоне */ - public var surfaceOnDarkTransparentPrimaryHover: Color by - colors.obtain("surfaceOnDarkTransparentPrimaryHover") + public var textOnDarkAccentMinorHover: Color by colors.obtain("textOnDarkAccentMinorHover") /** - * Основной прозрачный фон поверхности/контрола на темном фоне + * On Light Personas Olive Text Accent */ - public var surfaceOnDarkTransparentPrimaryActive: Color by - colors.obtain("surfaceOnDarkTransparentPrimaryActive") + public var personasOnLightOliveTextAccent: Color by + colors.obtain("personasOnLightOliveTextAccent") /** - * Основной прозрачный фон поверхности/контрола на темном фоне + * Прозрачный фон для карточек на светлом фоне */ - public var surfaceOnDarkTransparentPrimary: Color by - colors.obtain("surfaceOnDarkTransparentPrimary") + public var surfaceOnLightTransparentCardBrightnessActive: Color by + colors.obtain("surfaceOnLightTransparentCardBrightnessActive") /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */ - public var surfaceOnDarkTransparentSecondaryHover: Color by - colors.obtain("surfaceOnDarkTransparentSecondaryHover") + public var surfaceOnDarkAccentMinorActive: Color by + colors.obtain("surfaceOnDarkAccentMinorActive") /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Основной фон для карточек на светлом фоне */ - public var surfaceOnDarkTransparentSecondaryActive: Color by - colors.obtain("surfaceOnDarkTransparentSecondaryActive") + public var surfaceOnLightSolidCardBrightnessHover: Color by + colors.obtain("surfaceOnLightSolidCardBrightnessHover") /** - * Цвет фона поверхности предупреждение + * Основной фон для карточек на светлом фоне */ - public var surfaceDefaultWarning: Color by colors.obtain("surfaceDefaultWarning") + public var surfaceOnLightSolidCardBrightnessActive: Color by + colors.obtain("surfaceOnLightSolidCardBrightnessActive") /** - * Цвет фона поверхности/контрола ошибка + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public var surfaceDefaultNegativeHover: Color by colors.obtain("surfaceDefaultNegativeHover") + public var surfaceInverseSolidPrimaryBrightnessHover: Color by + colors.obtain("surfaceInverseSolidPrimaryBrightnessHover") /** - * Цвет фона поверхности/контрола ошибка + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public var surfaceDefaultNegativeActive: Color by colors.obtain("surfaceDefaultNegativeActive") + public var surfaceInverseSolidPrimaryBrightnessActive: Color by + colors.obtain("surfaceInverseSolidPrimaryBrightnessActive") /** - * Цвет фона поверхности/контрола информация + * Инвертированный прозрачный фон для карточек */ - public var surfaceDefaultInfoHover: Color by colors.obtain("surfaceDefaultInfoHover") + public var surfaceInverseTransparentCardBrightnessHover: Color by + colors.obtain("surfaceInverseTransparentCardBrightnessHover") /** - * Цвет фона поверхности/контрола информация + * Outline Primary */ - public var surfaceDefaultInfoActive: Color by colors.obtain("surfaceDefaultInfoActive") + public var outlineDefaultPrimary: Color by colors.obtain("outlineDefaultPrimary") /** - * Прозрачный фон для карточек на темном фоне + * On Light Personas Ochre Text Accent */ - public var surfaceOnDarkTransparentCardActive: Color by - colors.obtain("surfaceOnDarkTransparentCardActive") + public var personasOnLightOchreTextAccent: Color by + colors.obtain("personasOnLightOchreTextAccent") /** - * Вторичный прозрачный фон поверхности/контрола + * On Dark Personas Indigo Text Accent */ - public var surfaceDefaultTransparentSecondary: Color by - colors.obtain("surfaceDefaultTransparentSecondary") + public var personasOnDarkIndigoTextAccent: Color by + colors.obtain("personasOnDarkIndigoTextAccent") /** - * Прозрачный акцентный фон поверхности/контрола + * On Dark Surface Accent Secondary */ - public var surfaceDefaultTransparentAccent: Color by - colors.obtain("surfaceDefaultTransparentAccent") + public var surfaceOnDarkAccentSecondary: Color by colors.obtain("surfaceOnDarkAccentSecondary") /** - * Прозрачный акцентный фон поверхности/контрола на темном фоне + * Inverse Personas Green Text Accent */ - public var surfaceOnDarkTransparentAccentHover: Color by - colors.obtain("surfaceOnDarkTransparentAccentHover") + public var personasInverseGreenTextAccent: Color by + colors.obtain("personasInverseGreenTextAccent") /** - * Прозрачный акцентный фон поверхности/контрола на темном фоне + * Surface Accent Secondary */ - public var surfaceOnDarkTransparentAccentActive: Color by - colors.obtain("surfaceOnDarkTransparentAccentActive") + public var surfaceDefaultAccentSecondary: Color by + colors.obtain("surfaceDefaultAccentSecondary") /** - * Цвет фона поверхности/контрола успех на темном фоне + * Акцентный минорный непрозрачный фон поверхности/контрола */ - public var surfaceOnDarkPositiveHover: Color by colors.obtain("surfaceOnDarkPositiveHover") + public var surfaceDefaultAccentMinor: Color by colors.obtain("surfaceDefaultAccentMinor") /** - * Цвет фона поверхности/контрола успех на темном фоне + * Третичный непрозрачный фон поверхности/контрола на темном фоне */ - public var surfaceOnDarkPositiveActive: Color by colors.obtain("surfaceOnDarkPositiveActive") + public var surfaceOnDarkSolidTertiaryActive: Color by + colors.obtain("surfaceOnDarkSolidTertiaryActive") /** - * Цвет фона поверхности предупреждение на темном фоне + * Вторичный фон на светлом фоне */ - public var surfaceOnDarkWarningHover: Color by colors.obtain("surfaceOnDarkWarningHover") + public var backgroundLightSecondary: Color by colors.obtain("backgroundLightSecondary") /** - * Цвет фона поверхности предупреждение на темном фоне + * Инвертированный третичный непрозрачный фон поверхности/контрола */ - public var surfaceOnDarkWarningActive: Color by colors.obtain("surfaceOnDarkWarningActive") + public var surfaceInverseSolidTertiary: Color by colors.obtain("surfaceInverseSolidTertiary") /** - * Цвет фона поверхности предупреждение на темном фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceOnDarkWarning: Color by colors.obtain("surfaceOnDarkWarning") + public var surfaceOnLightAccentMinor: Color by colors.obtain("surfaceOnLightAccentMinor") /** - * Цвет фона поверхности/контрола ошибка на темном фоне + * Инвертированный прозрачный фон для карточек */ - public var surfaceOnDarkNegativeHover: Color by colors.obtain("surfaceOnDarkNegativeHover") + public var surfaceInverseTransparentCardBrightnessActive: Color by + colors.obtain("surfaceInverseTransparentCardBrightnessActive") /** - * Цвет фона поверхности/контрола ошибка на темном фоне + * Цвет обводки предупреждение на светлом фоне */ - public var surfaceOnDarkNegativeActive: Color by colors.obtain("surfaceOnDarkNegativeActive") + public var outlineOnLightWarningActive: Color by colors.obtain("outlineOnLightWarningActive") /** - * Третичный прозрачный фон поверхности/контрола на темном фоне + * On Light Personas Violet Text Accent */ - public var surfaceOnDarkTransparentTertiaryHover: Color by - colors.obtain("surfaceOnDarkTransparentTertiaryHover") + public var personasOnLightVioletTextAccent: Color by + colors.obtain("personasOnLightVioletTextAccent") /** - * Третичный прозрачный фон поверхности/контрола на темном фоне + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */ - public var surfaceOnDarkTransparentTertiaryActive: Color by - colors.obtain("surfaceOnDarkTransparentTertiaryActive") + public var surfaceInverseAccentMinor: Color by colors.obtain("surfaceInverseAccentMinor") /** - * Прозрачный фон поверхности по умолчанию на темном фоне + * Инвертированный основной фон для карточек */ - public var surfaceOnDarkTransparentDeepHover: Color by - colors.obtain("surfaceOnDarkTransparentDeepHover") + public var surfaceInverseSolidCardBrightnessActive: Color by + colors.obtain("surfaceInverseSolidCardBrightnessActive") /** - * Прозрачный фон поверхности по умолчанию на темном фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */ - public var surfaceOnDarkTransparentDeep: Color by colors.obtain("surfaceOnDarkTransparentDeep") + public var surfaceOnDarkAccentMinorHover: Color by + colors.obtain("surfaceOnDarkAccentMinorHover") /** - * Прозрачный фон для карточек на темном фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceOnDarkTransparentCardHover: Color by - colors.obtain("surfaceOnDarkTransparentCardHover") + public var surfaceOnLightAccentMinorHover: Color by + colors.obtain("surfaceOnLightAccentMinorHover") /** - * Основной непрозрачный фон поверхности на светлом фоне + * On Dark Personas Blue Text Accent */ - public var surfaceOnLightSolidPrimary: Color by colors.obtain("surfaceOnLightSolidPrimary") + public var personasOnDarkBlueTextAccent: Color by colors.obtain("personasOnDarkBlueTextAccent") /** - * Основной непрозрачный фон поверхности на светлом фоне + * On Light Personas Indigo Text Accent */ - public var surfaceOnLightSolidPrimaryBrightness: Color by - colors.obtain("surfaceOnLightSolidPrimaryBrightness") + public var personasOnLightIndigoTextAccent: Color by + colors.obtain("personasOnLightIndigoTextAccent") /** - * Вторичный непрозрачный фон поверхности на светлом фоне + * On Light Personas Sea Blue Text Accent */ - public var surfaceOnLightSolidSecondaryHover: Color by - colors.obtain("surfaceOnLightSolidSecondaryHover") + public var personasOnLightSeaBlueTextAccent: Color by + colors.obtain("personasOnLightSeaBlueTextAccent") /** - * Вторичный непрозрачный фон поверхности на светлом фоне + * Personas Ochre Text Accent */ - public var surfaceOnLightSolidSecondaryActive: Color by - colors.obtain("surfaceOnLightSolidSecondaryActive") + public var personasDefaultOchreTextAccent: Color by + colors.obtain("personasDefaultOchreTextAccent") /** - * Вторичный непрозрачный фон поверхности на светлом фоне + * On Dark Surface Transparent Accent Minor */ - public var surfaceOnLightSolidSecondary: Color by colors.obtain("surfaceOnLightSolidSecondary") + public var surfaceOnDarkTransparentAccentMinor: Color by + colors.obtain("surfaceOnDarkTransparentAccentMinor") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + * On Dark Personas Violet Text Accent */ - public var surfaceOnDarkAccentMinorHover: Color by - colors.obtain("surfaceOnDarkAccentMinorHover") + public var personasOnDarkVioletTextAccent: Color by + colors.obtain("personasOnDarkVioletTextAccent") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + * On Light Surface Transparent Navi */ - public var surfaceOnDarkAccentMinorActive: Color by - colors.obtain("surfaceOnDarkAccentMinorActive") + public var surfaceOnLightTransparentNavi: Color by + colors.obtain("surfaceOnLightTransparentNavi") /** - * Основной фон для карточек на светлом фоне + * Green Text Accent Hover On Dark */ - public var surfaceOnLightSolidCardActive: Color by - colors.obtain("surfaceOnLightSolidCardActive") + public var personasOnDarkGreenTextAccentHover: Color by + colors.obtain("personasOnDarkGreenTextAccentHover") /** - * Основной фон для карточек на светлом фоне + * Green Text Accent Active Default */ - public var surfaceOnLightSolidCard: Color by colors.obtain("surfaceOnLightSolidCard") + public var personasDefaultGreenTextAccentActive: Color by + colors.obtain("personasDefaultGreenTextAccentActive") /** - * Основной фон для карточек на светлом фоне + * Sea Blue Text Accent Active Default */ - public var surfaceOnLightSolidCardBrightness: Color by - colors.obtain("surfaceOnLightSolidCardBrightness") + public var personasDefaultSeaBlueTextAccentActive: Color by + colors.obtain("personasDefaultSeaBlueTextAccentActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + * Accent Secondary Active Inverse */ - public var surfaceOnLightSolidDefaultActive: Color by - colors.obtain("surfaceOnLightSolidDefaultActive") + public var surfaceInverseAccentSecondaryActive: Color by + colors.obtain("surfaceInverseAccentSecondaryActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + * Pink Text Accent Active On Dark */ - public var surfaceOnLightSolidDefault: Color by colors.obtain("surfaceOnLightSolidDefault") + public var personasOnDarkPinkTextAccentActive: Color by + colors.obtain("personasOnDarkPinkTextAccentActive") /** - * Основной прозрачный фон поверхности/контрола на светлом фоне + * Primary Active Default */ - public var surfaceOnLightTransparentPrimaryHover: Color by - colors.obtain("surfaceOnLightTransparentPrimaryHover") + public var outlineDefaultPrimaryActive: Color by colors.obtain("outlineDefaultPrimaryActive") /** - * Основной прозрачный фон поверхности/контрола на светлом фоне + * Indigo Text Accent Active Inverse */ - public var surfaceOnLightTransparentPrimaryActive: Color by - colors.obtain("surfaceOnLightTransparentPrimaryActive") + public var personasInverseIndigoTextAccentActive: Color by + colors.obtain("personasInverseIndigoTextAccentActive") /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне + * Pink Text Accent Active Inverse */ - public var surfaceOnLightTransparentSecondaryHover: Color by - colors.obtain("surfaceOnLightTransparentSecondaryHover") + public var personasInversePinkTextAccentActive: Color by + colors.obtain("personasInversePinkTextAccentActive") /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне + * Olive Text Accent Active On Dark */ - public var surfaceOnLightTransparentSecondaryActive: Color by - colors.obtain("surfaceOnLightTransparentSecondaryActive") + public var personasOnDarkOliveTextAccentActive: Color by + colors.obtain("personasOnDarkOliveTextAccentActive") /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне + * Accent Secondary Active On Dark */ - public var surfaceOnLightTransparentSecondary: Color by - colors.obtain("surfaceOnLightTransparentSecondary") + public var surfaceOnDarkAccentSecondaryActive: Color by + colors.obtain("surfaceOnDarkAccentSecondaryActive") /** - * Третичный прозрачный фон поверхности/контрола на светлом фоне + * Green Text Accent Active Inverse */ - public var surfaceOnLightTransparentTertiaryHover: Color by - colors.obtain("surfaceOnLightTransparentTertiaryHover") + public var personasInverseGreenTextAccentActive: Color by + colors.obtain("personasInverseGreenTextAccentActive") /** - * Основной цвет текста + * Pink Text Accent Active On Light */ - public var textDefaultPrimaryHover: Color by colors.obtain("textDefaultPrimaryHover") + public var personasOnLightPinkTextAccentActive: Color by + colors.obtain("personasOnLightPinkTextAccentActive") /** - * Цвет фона поверхности/контрола информация на темном фоне + * Indigo Text Accent Active Default */ - public var surfaceOnDarkInfoHover: Color by colors.obtain("surfaceOnDarkInfoHover") + public var personasDefaultIndigoTextAccentActive: Color by + colors.obtain("personasDefaultIndigoTextAccentActive") /** - * Цвет фона поверхности/контрола информация на темном фоне + * Violet Text Accent Active On Dark */ - public var surfaceOnDarkInfoActive: Color by colors.obtain("surfaceOnDarkInfoActive") + public var personasOnDarkVioletTextAccentActive: Color by + colors.obtain("personasOnDarkVioletTextAccentActive") /** - * Третичный прозрачный фон поверхности/контрола на темном фоне + * Transparent Navi Hover On Light */ - public var surfaceOnDarkTransparentTertiary: Color by - colors.obtain("surfaceOnDarkTransparentTertiary") + public var surfaceOnLightTransparentNaviHover: Color by + colors.obtain("surfaceOnLightTransparentNaviHover") /** - * Цвет фона поверхности/контрола информация на темном фоне + * Transparent Navi Active On Light */ - public var surfaceOnDarkInfo: Color by colors.obtain("surfaceOnDarkInfo") + public var surfaceOnLightTransparentNaviActive: Color by + colors.obtain("surfaceOnLightTransparentNaviActive") /** - * Основной непрозрачный фон поверхности на светлом фоне + * Olive Text Accent Hover Inverse */ - public var surfaceOnLightSolidPrimaryHover: Color by - colors.obtain("surfaceOnLightSolidPrimaryHover") + public var personasInverseOliveTextAccentHover: Color by + colors.obtain("personasInverseOliveTextAccentHover") /** - * Основной непрозрачный фон поверхности на светлом фоне + * Ochre Text Accent Hover Default */ - public var surfaceOnLightSolidPrimaryActive: Color by - colors.obtain("surfaceOnLightSolidPrimaryActive") + public var personasDefaultOchreTextAccentHover: Color by + colors.obtain("personasDefaultOchreTextAccentHover") /** - * Прозрачный фон для карточек на светлом фоне + * Inverse Surface Accent Secondary */ - public var surfaceOnLightTransparentCardBrightness: Color by - colors.obtain("surfaceOnLightTransparentCardBrightness") + public var surfaceInverseAccentSecondary: Color by + colors.obtain("surfaceInverseAccentSecondary") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + * Light Background Hardline */ - public var surfaceOnLightAccentMinorActive: Color by - colors.obtain("surfaceOnLightAccentMinorActive") + public var backgroundLightHardline: Color by colors.obtain("backgroundLightHardline") /** - * Прозрачный акцентный фон поверхности/контрола на светлом фоне + * Sea Blue Text Accent Active On Dark */ - public var surfaceOnLightTransparentAccentHover: Color by - colors.obtain("surfaceOnLightTransparentAccentHover") + public var personasOnDarkSeaBlueTextAccentActive: Color by + colors.obtain("personasOnDarkSeaBlueTextAccentActive") /** - * Прозрачный акцентный фон поверхности/контрола на светлом фоне + * On Light Surface Transparent Accent Minor */ - public var surfaceOnLightTransparentAccentActive: Color by - colors.obtain("surfaceOnLightTransparentAccentActive") + public var surfaceOnLightTransparentAccentMinor: Color by + colors.obtain("surfaceOnLightTransparentAccentMinor") /** - * Третичный непрозрачный фон поверхности на светлом фоне + * On Light Personas Green Text Accent */ - public var surfaceOnLightSolidTertiary: Color by colors.obtain("surfaceOnLightSolidTertiary") + public var personasOnLightGreenTextAccent: Color by + colors.obtain("personasOnLightGreenTextAccent") /** - * Основной фон для карточек на светлом фоне + * Primary Active On Light */ - public var surfaceOnLightSolidCardHover: Color by colors.obtain("surfaceOnLightSolidCardHover") + public var outlineOnLightPrimaryActive: Color by colors.obtain("outlineOnLightPrimaryActive") /** - * Цвет фона поверхности/контрола успех на светлом фоне + * Blue Text Accent Active Inverse */ - public var surfaceOnLightPositiveHover: Color by colors.obtain("surfaceOnLightPositiveHover") + public var personasInverseBlueTextAccentActive: Color by + colors.obtain("personasInverseBlueTextAccentActive") /** - * Цвет фона поверхности/контрола успех на светлом фоне + * Transparent Accent Minor Active Inverse */ - public var surfaceOnLightPositiveActive: Color by colors.obtain("surfaceOnLightPositiveActive") + public var surfaceInverseTransparentAccentMinorActive: Color by + colors.obtain("surfaceInverseTransparentAccentMinorActive") /** - * Цвет фона поверхности / предупреждение на светлом фоне + * Основной цвет текста */ - public var surfaceOnLightWarningHover: Color by colors.obtain("surfaceOnLightWarningHover") + public var textDefaultPrimaryBrightnessHover: Color by + colors.obtain("textDefaultPrimaryBrightnessHover") /** - * Цвет фона поверхности / предупреждение на светлом фоне + * Основной цвет текста на темном фоне */ - public var surfaceOnLightWarningActive: Color by colors.obtain("surfaceOnLightWarningActive") + public var textOnDarkPrimaryBrightnessHover: Color by + colors.obtain("textOnDarkPrimaryBrightnessHover") /** - * Цвет фона поверхности / предупреждение на светлом фоне + * On Dark Personas Sea Blue Text Accent */ - public var surfaceOnLightWarning: Color by colors.obtain("surfaceOnLightWarning") + public var personasOnDarkSeaBlueTextAccent: Color by + colors.obtain("personasOnDarkSeaBlueTextAccent") /** - * Цвет фона поверхности/контрола ошибка на светлом фоне + * Blue Text Accent Active On Light */ - public var surfaceOnLightNegativeHover: Color by colors.obtain("surfaceOnLightNegativeHover") + public var personasOnLightBlueTextAccentActive: Color by + colors.obtain("personasOnLightBlueTextAccentActive") /** - * Цвет фона поверхности/контрола ошибка на светлом фоне + * Default Active On Light */ - public var surfaceOnLightNegative: Color by colors.obtain("surfaceOnLightNegative") + public var outlineOnLightDefaultActive: Color by colors.obtain("outlineOnLightDefaultActive") /** - * Цвет фона поверхности/контрола информация на светлом фоне + * Цвет предупреждения на светлом фоне */ - public var surfaceOnLightInfoHover: Color by colors.obtain("surfaceOnLightInfoHover") + public var textOnLightWarningActive: Color by colors.obtain("textOnLightWarningActive") /** - * Цвет фона поверхности/контрола информация на светлом фоне + * Transparent Navi Hover Default */ - public var surfaceOnLightInfoActive: Color by colors.obtain("surfaceOnLightInfoActive") + public var surfaceDefaultTransparentNaviHover: Color by + colors.obtain("surfaceDefaultTransparentNaviHover") /** - * Третичный прозрачный фон поверхности/контрола на светлом фоне + * Transparent Accent Minor Hover On Light */ - public var surfaceOnLightTransparentTertiary: Color by - colors.obtain("surfaceOnLightTransparentTertiary") + public var surfaceOnLightTransparentAccentMinorHover: Color by + colors.obtain("surfaceOnLightTransparentAccentMinorHover") /** - * Прозрачный фон поверхности по умолчанию на светлом фоне + * Green Text Accent Hover On Light */ - public var surfaceOnLightTransparentDeepHover: Color by - colors.obtain("surfaceOnLightTransparentDeepHover") + public var personasOnLightGreenTextAccentHover: Color by + colors.obtain("personasOnLightGreenTextAccentHover") /** - * Прозрачный акцентный фон поверхности/контрола на темном фоне + * Default Hover Default */ - public var surfaceOnDarkTransparentAccent: Color by - colors.obtain("surfaceOnDarkTransparentAccent") + public var outlineDefaultDefaultHover: Color by colors.obtain("outlineDefaultDefaultHover") /** - * Прозрачный фон поверхности по умолчанию на светлом фоне + * Primary Hover On Dark */ - public var surfaceOnLightTransparentDeep: Color by - colors.obtain("surfaceOnLightTransparentDeep") + public var outlineOnDarkPrimaryHover: Color by colors.obtain("outlineOnDarkPrimaryHover") /** - * Прозрачный фон для карточек на светлом фоне + * Pink Text Accent Hover On Dark */ - public var surfaceOnLightTransparentCardActive: Color by - colors.obtain("surfaceOnLightTransparentCardActive") + public var personasOnDarkPinkTextAccentHover: Color by + colors.obtain("personasOnDarkPinkTextAccentHover") /** - * Прозрачный фон для карточек на светлом фоне + * Primary Hover Default */ - public var surfaceOnLightTransparentCard: Color by - colors.obtain("surfaceOnLightTransparentCard") + public var outlineDefaultPrimaryHover: Color by colors.obtain("outlineDefaultPrimaryHover") /** - * Инвертированный основной непрозрачный фон поверхности + * Indigo Text Accent Hover Inverse */ - public var surfaceInverseSolidPrimaryBrightness: Color by - colors.obtain("surfaceInverseSolidPrimaryBrightness") + public var personasInverseIndigoTextAccentHover: Color by + colors.obtain("personasInverseIndigoTextAccentHover") /** - * Инвертированный вторичный непрозрачный фон поверхности + * Pink Text Accent Hover Inverse */ - public var surfaceInverseSolidSecondaryHover: Color by - colors.obtain("surfaceInverseSolidSecondaryHover") + public var personasInversePinkTextAccentHover: Color by + colors.obtain("personasInversePinkTextAccentHover") /** - * Инвертированный вторичный непрозрачный фон поверхности + * Olive Text Accent Hover Default */ - public var surfaceInverseSolidSecondary: Color by colors.obtain("surfaceInverseSolidSecondary") + public var personasDefaultOliveTextAccentHover: Color by + colors.obtain("personasDefaultOliveTextAccentHover") /** - * Инвертированный третичный непрозрачный фон поверхности + * Ochre Text Accent Hover Inverse */ - public var surfaceInverseSolidTertiaryHover: Color by - colors.obtain("surfaceInverseSolidTertiaryHover") + public var personasInverseOchreTextAccentHover: Color by + colors.obtain("personasInverseOchreTextAccentHover") /** - * Инвертированный третичный непрозрачный фон поверхности + * Transparent Navi Hover Inverse */ - public var surfaceInverseSolidTertiaryActive: Color by - colors.obtain("surfaceInverseSolidTertiaryActive") + public var surfaceInverseTransparentNaviHover: Color by + colors.obtain("surfaceInverseTransparentNaviHover") /** - * Инвертированный третичный непрозрачный фон поверхности + * Olive Text Accent Hover On Light */ - public var surfaceInverseSolidTertiary: Color by colors.obtain("surfaceInverseSolidTertiary") + public var personasOnLightOliveTextAccentHover: Color by + colors.obtain("personasOnLightOliveTextAccentHover") /** - * Инвертированный основной фон для карточек + * Violet Text Accent Hover On Light */ - public var surfaceInverseSolidCardHover: Color by colors.obtain("surfaceInverseSolidCardHover") + public var personasOnLightVioletTextAccentHover: Color by + colors.obtain("personasOnLightVioletTextAccentHover") /** - * Инвертированный основной фон для карточек + * Ochre Text Accent Hover On Light */ - public var surfaceInverseSolidCardActive: Color by - colors.obtain("surfaceInverseSolidCardActive") + public var personasOnLightOchreTextAccentHover: Color by + colors.obtain("personasOnLightOchreTextAccentHover") /** - * Инвертированный основной фон для карточек + * Indigo Text Accent Hover On Dark */ - public var surfaceInverseSolidCard: Color by colors.obtain("surfaceInverseSolidCard") + public var personasOnDarkIndigoTextAccentHover: Color by + colors.obtain("personasOnDarkIndigoTextAccentHover") /** - * Инвертированный основной фон для карточек + * On Dark Personas Ochre Text Accent */ - public var surfaceInverseSolidCardBrightness: Color by - colors.obtain("surfaceInverseSolidCardBrightness") + public var personasOnDarkOchreTextAccent: Color by + colors.obtain("personasOnDarkOchreTextAccent") /** - * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + * Green Text Accent Active On Dark */ - public var surfaceInverseSolidDefaultHover: Color by - colors.obtain("surfaceInverseSolidDefaultHover") + public var personasOnDarkGreenTextAccentActive: Color by + colors.obtain("personasOnDarkGreenTextAccentActive") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Ochre Text Accent Active On Dark */ - public var surfaceInverseTransparentSecondaryHover: Color by - colors.obtain("surfaceInverseTransparentSecondaryHover") + public var personasOnDarkOchreTextAccentActive: Color by + colors.obtain("personasOnDarkOchreTextAccentActive") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Transparent Accent Minor Active Default */ - public var surfaceInverseTransparentSecondaryActive: Color by - colors.obtain("surfaceInverseTransparentSecondaryActive") + public var surfaceDefaultTransparentAccentMinorActive: Color by + colors.obtain("surfaceDefaultTransparentAccentMinorActive") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Default Hover Inverse */ - public var surfaceInverseTransparentSecondary: Color by - colors.obtain("surfaceInverseTransparentSecondary") + public var outlineInverseDefaultHover: Color by colors.obtain("outlineInverseDefaultHover") /** - * Инвертированный третичный прозрачный фон поверхности/контрола + * Personas Violet Text Accent */ - public var surfaceInverseTransparentTertiaryHover: Color by - colors.obtain("surfaceInverseTransparentTertiaryHover") + public var personasDefaultVioletTextAccent: Color by + colors.obtain("personasDefaultVioletTextAccent") /** - * Инвертированный третичный прозрачный фон поверхности/контрола + * Primary Hover Inverse */ - public var surfaceInverseTransparentTertiary: Color by - colors.obtain("surfaceInverseTransparentTertiary") + public var outlineInversePrimaryHover: Color by colors.obtain("outlineInversePrimaryHover") /** - * Инвертированный прозрачный фон поверхности по умолчанию + * Sea Blue Text Accent Hover Inverse */ - public var surfaceInverseTransparentDeepHover: Color by - colors.obtain("surfaceInverseTransparentDeepHover") + public var personasInverseSeaBlueTextAccentHover: Color by + colors.obtain("personasInverseSeaBlueTextAccentHover") /** - * Цвет фона поверхности/контрола информация на светлом фоне + * Blue Text Accent Hover Inverse */ - public var surfaceOnLightInfo: Color by colors.obtain("surfaceOnLightInfo") + public var personasInverseBlueTextAccentHover: Color by + colors.obtain("personasInverseBlueTextAccentHover") /** - * Основной прозрачный фон поверхности/контрола на светлом фоне + * Violet Text Accent Hover Inverse */ - public var surfaceOnLightTransparentPrimary: Color by - colors.obtain("surfaceOnLightTransparentPrimary") + public var personasInverseVioletTextAccentHover: Color by + colors.obtain("personasInverseVioletTextAccentHover") /** - * Прозрачный фон поверхности по умолчанию на светлом фоне + * Transparent Accent Minor Hover Inverse */ - public var surfaceOnLightTransparentDeepActive: Color by - colors.obtain("surfaceOnLightTransparentDeepActive") + public var surfaceInverseTransparentAccentMinorHover: Color by + colors.obtain("surfaceInverseTransparentAccentMinorHover") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + * Blue Text Accent Hover On Light */ - public var surfaceOnLightAccentMinor: Color by colors.obtain("surfaceOnLightAccentMinor") + public var personasOnLightBlueTextAccentHover: Color by + colors.obtain("personasOnLightBlueTextAccentHover") /** - * Инвертированный основной непрозрачный фон поверхности + * Transparent Navi Hover On Dark */ - public var surfaceInverseSolidPrimaryActive: Color by - colors.obtain("surfaceInverseSolidPrimaryActive") + public var surfaceOnDarkTransparentNaviHover: Color by + colors.obtain("surfaceOnDarkTransparentNaviHover") /** - * Инвертированный основной непрозрачный фон поверхности + * Accent Secondary Hover On Light */ - public var surfaceInverseSolidPrimary: Color by colors.obtain("surfaceInverseSolidPrimary") + public var surfaceOnLightAccentSecondaryHover: Color by + colors.obtain("surfaceOnLightAccentSecondaryHover") /** - * Инвертированный акцентный фон поверхности/контрола + * Personas Blue Text Accent */ - public var surfaceInverseAccentActive: Color by colors.obtain("surfaceInverseAccentActive") + public var personasDefaultBlueTextAccent: Color by + colors.obtain("personasDefaultBlueTextAccent") /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + * Personas Sea Blue Text Accent */ - public var surfaceInverseAccentMinorActive: Color by - colors.obtain("surfaceInverseAccentMinorActive") + public var personasDefaultSeaBlueTextAccent: Color by + colors.obtain("personasDefaultSeaBlueTextAccent") /** - * Прозрачный инвертированный акцентный фон поверхности/контрола + * Violet Text Accent Hover Default */ - public var surfaceInverseTransparentAccentHover: Color by - colors.obtain("surfaceInverseTransparentAccentHover") + public var personasDefaultVioletTextAccentHover: Color by + colors.obtain("personasDefaultVioletTextAccentHover") /** - * Прозрачный инвертированный акцентный фон поверхности/контрола + * Background Hardline */ - public var surfaceInverseTransparentAccentActive: Color by - colors.obtain("surfaceInverseTransparentAccentActive") + public var backgroundDefaultHardline: Color by colors.obtain("backgroundDefaultHardline") /** - * Инвертированный основной прозрачный фон поверхности/контрола + * Основной цвет текста на светлом фоне */ - public var surfaceInverseTransparentPrimaryHover: Color by - colors.obtain("surfaceInverseTransparentPrimaryHover") + public var textOnLightPrimaryBrightnessHover: Color by + colors.obtain("textOnLightPrimaryBrightnessHover") /** - * Инвертированный основной прозрачный фон поверхности/контрола + * Инвертированный основной цвет текста */ - public var surfaceInverseTransparentPrimaryActive: Color by - colors.obtain("surfaceInverseTransparentPrimaryActive") + public var textInversePrimaryBrightnessHover: Color by + colors.obtain("textInversePrimaryBrightnessHover") /** - * Инвертированный цвет фона поверхности / предупреждение + * Основной непрозрачный фон поверхности/контрола */ - public var surfaceInverseWarning: Color by colors.obtain("surfaceInverseWarning") + public var surfaceDefaultSolidPrimaryBrightnessActive: Color by + colors.obtain("surfaceDefaultSolidPrimaryBrightnessActive") /** - * Инвертированный цвет фона поверхности/контрола ошибка + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public var surfaceInverseNegativeHover: Color by colors.obtain("surfaceInverseNegativeHover") + public var surfaceOnDarkSolidPrimaryBrightnessHover: Color by + colors.obtain("surfaceOnDarkSolidPrimaryBrightnessHover") /** - * Инвертированный цвет фона поверхности/контрола ошибка + * Инвертированный основной фон для карточек */ - public var surfaceInverseNegativeActive: Color by colors.obtain("surfaceInverseNegativeActive") + public var surfaceInverseSolidCardBrightnessHover: Color by + colors.obtain("surfaceInverseSolidCardBrightnessHover") /** - * Инвертированный цвет фона поверхности/контрола ошибка + * Inverse Personas Blue Text Accent */ - public var surfaceInverseNegative: Color by colors.obtain("surfaceInverseNegative") + public var personasInverseBlueTextAccent: Color by + colors.obtain("personasInverseBlueTextAccent") /** - * Инвертированный цвет фона поверхности/контрола информация + * Blue Text Accent Active Default */ - public var surfaceInverseInfoHover: Color by colors.obtain("surfaceInverseInfoHover") + public var personasDefaultBlueTextAccentActive: Color by + colors.obtain("personasDefaultBlueTextAccentActive") /** - * Инвертированный цвет фона поверхности/контрола информация + * Accent Secondary Active Default */ - public var surfaceInverseInfoActive: Color by colors.obtain("surfaceInverseInfoActive") + public var surfaceDefaultAccentSecondaryActive: Color by + colors.obtain("surfaceDefaultAccentSecondaryActive") /** - * Инвертированный прозрачный фон для карточек + * Surface Transparent Accent Minor */ - public var surfaceInverseTransparentCardHover: Color by - colors.obtain("surfaceInverseTransparentCardHover") + public var surfaceDefaultTransparentAccentMinor: Color by + colors.obtain("surfaceDefaultTransparentAccentMinor") /** - * Основной прозрачный цвет обводки на темном фоне + * Inverse Personas Sea Blue Text Accent */ - public var outlineOnDarkTransparentPrimaryHover: Color by - colors.obtain("outlineOnDarkTransparentPrimaryHover") + public var personasInverseSeaBlueTextAccent: Color by + colors.obtain("personasInverseSeaBlueTextAccent") /** - * Цвет фона поверхности/контрола успех на светлом фоне + * On Dark Personas Pink Text Accent */ - public var surfaceOnLightPositive: Color by colors.obtain("surfaceOnLightPositive") + public var personasOnDarkPinkTextAccent: Color by colors.obtain("personasOnDarkPinkTextAccent") /** - * Инвертированный прозрачный фон для карточек + * Personas Pink Text Accent */ - public var surfaceInverseTransparentCardActive: Color by - colors.obtain("surfaceInverseTransparentCardActive") + public var personasDefaultPinkTextAccent: Color by + colors.obtain("personasDefaultPinkTextAccent") /** - * Инвертированный прозрачный фон для карточек + * Inverse Personas Violet Text Accent */ - public var surfaceInverseTransparentCardBrightness: Color by - colors.obtain("surfaceInverseTransparentCardBrightness") + public var personasInverseVioletTextAccent: Color by + colors.obtain("personasInverseVioletTextAccent") /** - * Инвертированный акцентный фон поверхности/контрола + * Inverse Surface Transparent Accent Minor */ - public var surfaceInverseAccentHover: Color by colors.obtain("surfaceInverseAccentHover") + public var surfaceInverseTransparentAccentMinor: Color by + colors.obtain("surfaceInverseTransparentAccentMinor") /** - * Основной фон на светлом фоне + * On Light Personas Blue Text Accent */ - public var backgroundLightPrimary: Color by colors.obtain("backgroundLightPrimary") + public var personasOnLightBlueTextAccent: Color by + colors.obtain("personasOnLightBlueTextAccent") /** - * Инвертированный основной фон + * On Dark Surface Transparent Navi */ - public var backgroundInversePrimary: Color by colors.obtain("backgroundInversePrimary") + public var surfaceOnDarkTransparentNavi: Color by colors.obtain("surfaceOnDarkTransparentNavi") /** - * Инвертированный основной фон + * Inverse Outline Primary */ - public var backgroundInversePrimaryBrightness: Color by - colors.obtain("backgroundInversePrimaryBrightness") + public var outlineInversePrimary: Color by colors.obtain("outlineInversePrimary") /** - * Инвертированный вторичный фон + * Olive Text Accent Active Inverse */ - public var backgroundInverseSecondary: Color by colors.obtain("backgroundInverseSecondary") + public var personasInverseOliveTextAccentActive: Color by + colors.obtain("personasInverseOliveTextAccentActive") /** - * Цвет фона паранжи светлый + * On Dark Outline Default */ - public var overlayDefaultSoft: Color by colors.obtain("overlayDefaultSoft") + public var outlineOnDarkDefault: Color by colors.obtain("outlineOnDarkDefault") /** - * Цвет фона паранжи темный + * Personas Green Text Accent */ - public var overlayDefaultHard: Color by colors.obtain("overlayDefaultHard") + public var personasDefaultGreenTextAccent: Color by + colors.obtain("personasDefaultGreenTextAccent") /** - * Цвет фона паранжи светлый на темном фоне + * Dark Background Hardline */ - public var overlayOnDarkSoft: Color by colors.obtain("overlayOnDarkSoft") + public var backgroundDarkHardline: Color by colors.obtain("backgroundDarkHardline") /** - * Цвет фона паранжи темный на темном фоне + * On Dark Outline Primary */ - public var overlayOnDarkHard: Color by colors.obtain("overlayOnDarkHard") + public var outlineOnDarkPrimary: Color by colors.obtain("outlineOnDarkPrimary") /** - * Цвет фона паранжи светлый на светлом фоне + * Основной цвет текста на темном фоне */ - public var overlayOnLightSoft: Color by colors.obtain("overlayOnLightSoft") + public var textOnDarkPrimaryBrightnessActive: Color by + colors.obtain("textOnDarkPrimaryBrightnessActive") /** - * Цвет фона паранжи темный на светлом фоне + * Основной цвет текста на светлом фоне */ - public var overlayOnLightHard: Color by colors.obtain("overlayOnLightHard") + public var textOnLightPrimaryBrightnessActive: Color by + colors.obtain("textOnLightPrimaryBrightnessActive") /** - * Инвертированный цвет фона паранжи светлый + * Инвертированный основной цвет текста */ - public var overlayInverseSoft: Color by colors.obtain("overlayInverseSoft") + public var textInversePrimaryBrightnessActive: Color by + colors.obtain("textInversePrimaryBrightnessActive") /** - * Инвертированный цвет фона паранжи темный + * Personas Indigo Text Accent */ - public var overlayInverseHard: Color by colors.obtain("overlayInverseHard") + public var personasDefaultIndigoTextAccent: Color by + colors.obtain("personasDefaultIndigoTextAccent") /** - * Основной прозрачный цвет обводки + * Ochre Text Accent Hover On Dark */ - public var outlineDefaultTransparentPrimaryHover: Color by - colors.obtain("outlineDefaultTransparentPrimaryHover") + public var personasOnDarkOchreTextAccentHover: Color by + colors.obtain("personasOnDarkOchreTextAccentHover") /** - * Основной прозрачный цвет обводки + * Indigo Text Accent Active On Dark */ - public var outlineDefaultTransparentPrimaryActive: Color by - colors.obtain("outlineDefaultTransparentPrimaryActive") + public var personasOnDarkIndigoTextAccentActive: Color by + colors.obtain("personasOnDarkIndigoTextAccentActive") /** - * Цвет обводки успех на светлом фоне + * Pink Text Accent Hover Default */ - public var outlineOnLightPositive: Color by colors.obtain("outlineOnLightPositive") + public var personasDefaultPinkTextAccentHover: Color by + colors.obtain("personasDefaultPinkTextAccentHover") /** - * Третичный фон на светлом фоне + * On Dark Personas Green Text Accent */ - public var backgroundLightHardline: Color by colors.obtain("backgroundLightHardline") + public var personasOnDarkGreenTextAccent: Color by + colors.obtain("personasOnDarkGreenTextAccent") /** - * Инвертированный цвет фона поверхности/контрола успех + * Transparent Accent Minor Hover Default */ - public var surfaceInversePositiveActive: Color by colors.obtain("surfaceInversePositiveActive") + public var surfaceDefaultTransparentAccentMinorHover: Color by + colors.obtain("surfaceDefaultTransparentAccentMinorHover") /** - * Инвертированный цвет фона поверхности / предупреждение + * Transparent Navi Active On Dark */ - public var surfaceInverseWarningHover: Color by colors.obtain("surfaceInverseWarningHover") + public var surfaceOnDarkTransparentNaviActive: Color by + colors.obtain("surfaceOnDarkTransparentNaviActive") /** - * Инвертированный цвет фона поверхности / предупреждение + * Ochre Text Accent Active Inverse */ - public var surfaceInverseWarningActive: Color by colors.obtain("surfaceInverseWarningActive") + public var personasInverseOchreTextAccentActive: Color by + colors.obtain("personasInverseOchreTextAccentActive") /** - * Цвет обводки ошибка + * Transparent Navi Active Inverse */ - public var outlineDefaultNegativeHover: Color by colors.obtain("outlineDefaultNegativeHover") + public var surfaceInverseTransparentNaviActive: Color by + colors.obtain("surfaceInverseTransparentNaviActive") /** - * Цвет обводки ошибка + * Olive Text Accent Active On Light */ - public var outlineDefaultNegativeActive: Color by colors.obtain("outlineDefaultNegativeActive") + public var personasOnLightOliveTextAccentActive: Color by + colors.obtain("personasOnLightOliveTextAccentActive") /** - * Цвет обводки информация + * Pink Text Accent Active Default */ - public var outlineDefaultTextInfoHover: Color by colors.obtain("outlineDefaultTextInfoHover") + public var personasDefaultPinkTextAccentActive: Color by + colors.obtain("personasDefaultPinkTextAccentActive") /** - * Цвет обводки информация + * Blue Text Accent Active On Dark */ - public var outlineDefaultTextInfoActive: Color by colors.obtain("outlineDefaultTextInfoActive") + public var personasOnDarkBlueTextAccentActive: Color by + colors.obtain("personasOnDarkBlueTextAccentActive") /** - * Цвет обводки предупреждение + * Sea Blue Text Accent Active On Light */ - public var outlineDefaultWarning: Color by colors.obtain("outlineDefaultWarning") + public var personasOnLightSeaBlueTextAccentActive: Color by + colors.obtain("personasOnLightSeaBlueTextAccentActive") /** - * Инвертированный основной прозрачный фон поверхности/контрола + * On Light Outline Default */ - public var surfaceInverseTransparentPrimary: Color by - colors.obtain("surfaceInverseTransparentPrimary") + public var outlineOnLightDefault: Color by colors.obtain("outlineOnLightDefault") /** - * Инвертированный акцентный фон поверхности/контрола + * Transparent Accent Minor Hover On Dark */ - public var surfaceInverseAccent: Color by colors.obtain("surfaceInverseAccent") + public var surfaceOnDarkTransparentAccentMinorHover: Color by + colors.obtain("surfaceOnDarkTransparentAccentMinorHover") /** - * Основной фон + * On Light Surface Accent Secondary */ - public var backgroundDefaultPrimary: Color by colors.obtain("backgroundDefaultPrimary") + public var surfaceOnLightAccentSecondary: Color by + colors.obtain("surfaceOnLightAccentSecondary") /** - * Вторичный фон на темном фоне + * On Light Personas Pink Text Accent */ - public var backgroundDarkSecondary: Color by colors.obtain("backgroundDarkSecondary") + public var personasOnLightPinkTextAccent: Color by + colors.obtain("personasOnLightPinkTextAccent") /** - * Цвет обводки успех на темном фоне + * Inverse Personas Olive Text Accent */ - public var outlineOnDarkPositiveHover: Color by colors.obtain("outlineOnDarkPositiveHover") + public var personasInverseOliveTextAccent: Color by + colors.obtain("personasInverseOliveTextAccent") /** - * Цвет обводки успех на темном фоне + * Сплошной наборный текст */ - public var outlineOnDarkPositiveActive: Color by colors.obtain("outlineOnDarkPositiveActive") + public var textDefaultParagraphActive: Color by colors.obtain("textDefaultParagraphActive") /** - * Цвет обводки предупреждение на темном фоне + * Акцентный цвет */ - public var outlineOnDarkWarningHover: Color by colors.obtain("outlineOnDarkWarningHover") + public var textDefaultAccent: Color by colors.obtain("textDefaultAccent") /** - * Цвет обводки предупреждение на темном фоне + * Акцентный цвет */ - public var outlineOnDarkWarningActive: Color by colors.obtain("outlineOnDarkWarningActive") + public var textDefaultAccentHover: Color by colors.obtain("textDefaultAccentHover") /** - * Цвет обводки ошибка на темном фоне + * Акцентный цвет */ - public var outlineOnDarkNegativeHover: Color by colors.obtain("outlineOnDarkNegativeHover") + public var textDefaultAccentActive: Color by colors.obtain("textDefaultAccentActive") /** - * Цвет обводки ошибка на темном фоне + * Акцентный минорный цвет */ - public var outlineOnDarkNegativeActive: Color by colors.obtain("outlineOnDarkNegativeActive") + public var textDefaultAccentMinor: Color by colors.obtain("textDefaultAccentMinor") /** - * Цвет обводки информация на темном фоне + * Акцентный минорный цвет */ - public var outlineOnDarkTextInfoHover: Color by colors.obtain("outlineOnDarkTextInfoHover") + public var textDefaultAccentMinorHover: Color by colors.obtain("textDefaultAccentMinorHover") /** - * Цвет обводки информация на темном фоне + * Акцентный минорный цвет */ - public var outlineOnDarkTextInfoActive: Color by colors.obtain("outlineOnDarkTextInfoActive") + public var textDefaultAccentMinorActive: Color by colors.obtain("textDefaultAccentMinorActive") /** - * Инвертированный цвет обводки предупреждение + * Цвет успеха */ - public var outlineInverseWarningHover: Color by colors.obtain("outlineInverseWarningHover") + public var textDefaultPositive: Color by colors.obtain("textDefaultPositive") /** - * Цвет обводки предупреждение на темном фоне + * Цвет успеха */ - public var outlineOnDarkWarning: Color by colors.obtain("outlineOnDarkWarning") + public var textDefaultPositiveHover: Color by colors.obtain("textDefaultPositiveHover") /** - * Цвет обводки ошибка на темном фоне + * Цвет успеха */ - public var outlineOnDarkNegative: Color by colors.obtain("outlineOnDarkNegative") + public var textDefaultPositiveActive: Color by colors.obtain("textDefaultPositiveActive") /** - * Цвет обводки информация на темном фоне + * Цвет предупреждения */ - public var outlineOnDarkTextInfo: Color by colors.obtain("outlineOnDarkTextInfo") + public var textDefaultWarning: Color by colors.obtain("textDefaultWarning") /** - * Цвет обводки успех на темном фоне + * Цвет предупреждения */ - public var outlineOnDarkPositive: Color by colors.obtain("outlineOnDarkPositive") + public var textDefaultWarningHover: Color by colors.obtain("textDefaultWarningHover") /** - * Инвертированный цвет обводки предупреждение + * Цвет предупреждения */ - public var outlineInverseWarningActive: Color by colors.obtain("outlineInverseWarningActive") + public var textDefaultWarningActive: Color by colors.obtain("textDefaultWarningActive") /** - * Основной прозрачный цвет обводки на светлом фоне + * Цвет ошибки */ - public var outlineOnLightTransparentPrimaryHover: Color by - colors.obtain("outlineOnLightTransparentPrimaryHover") + public var textDefaultNegative: Color by colors.obtain("textDefaultNegative") /** - * Основной прозрачный цвет обводки на светлом фоне + * Цвет ошибки */ - public var outlineOnLightTransparentPrimaryActive: Color by - colors.obtain("outlineOnLightTransparentPrimaryActive") + public var textDefaultNegativeHover: Color by colors.obtain("textDefaultNegativeHover") /** - * Третичный фон на темном фоне + * Цвет ошибки */ - public var backgroundDarkHardline: Color by colors.obtain("backgroundDarkHardline") + public var textDefaultNegativeActive: Color by colors.obtain("textDefaultNegativeActive") /** - * Цвет обводки предупреждение + * Цвет информации */ - public var outlineDefaultWarningHover: Color by colors.obtain("outlineDefaultWarningHover") + public var textDefaultInfo: Color by colors.obtain("textDefaultInfo") /** - * Цвет обводки предупреждение + * Цвет информации */ - public var outlineDefaultWarningActive: Color by colors.obtain("outlineDefaultWarningActive") + public var textDefaultInfoHover: Color by colors.obtain("textDefaultInfoHover") /** - * Цвет обводки информация на светлом фоне + * Цвет информации */ - public var outlineOnLightTextInfo: Color by colors.obtain("outlineOnLightTextInfo") + public var textDefaultInfoActive: Color by colors.obtain("textDefaultInfoActive") /** - * Инвертированный основной прозрачный цвет обводки + * Вторичный цвет текста */ - public var outlineInverseTransparentPrimaryHover: Color by - colors.obtain("outlineInverseTransparentPrimaryHover") + public var textDefaultSecondaryHover: Color by colors.obtain("textDefaultSecondaryHover") /** - * Инвертированный основной прозрачный цвет обводки + * Вторичный цвет текста */ - public var outlineInverseTransparentPrimaryActive: Color by - colors.obtain("outlineInverseTransparentPrimaryActive") + public var textDefaultSecondary: Color by colors.obtain("textDefaultSecondary") /** - * Инвертированный цвет обводки успех + * Основной цвет текста */ - public var outlineInversePositiveHover: Color by colors.obtain("outlineInversePositiveHover") + public var textDefaultPrimaryActive: Color by colors.obtain("textDefaultPrimaryActive") /** - * Инвертированный цвет обводки успех + * Вторичный цвет текста */ - public var outlineInversePositiveActive: Color by colors.obtain("outlineInversePositiveActive") + public var textDefaultSecondaryActive: Color by colors.obtain("textDefaultSecondaryActive") /** - * Инвертированный цвет обводки ошибка + * Третичный цвет текста */ - public var outlineInverseNegativeHover: Color by colors.obtain("outlineInverseNegativeHover") + public var textDefaultTertiary: Color by colors.obtain("textDefaultTertiary") /** - * Инвертированный цвет обводки ошибка + * Третичный цвет текста */ - public var outlineInverseNegativeActive: Color by colors.obtain("outlineInverseNegativeActive") + public var textDefaultTertiaryHover: Color by colors.obtain("textDefaultTertiaryHover") /** - * Инвертированный цвет обводки информация + * Третичный цвет текста */ - public var outlineInverseTextInfoHover: Color by colors.obtain("outlineInverseTextInfoHover") + public var textDefaultTertiaryActive: Color by colors.obtain("textDefaultTertiaryActive") /** - * Инвертированный цвет обводки информация + * Основной цвет текста */ - public var outlineInverseTextInfoActive: Color by colors.obtain("outlineInverseTextInfoActive") + public var textDefaultPrimaryBrightness: Color by colors.obtain("textDefaultPrimaryBrightness") /** - * Инвертированный цвет обводки ошибка + * Сплошной наборный текст */ - public var outlineInverseNegative: Color by colors.obtain("outlineInverseNegative") + public var textDefaultParagraph: Color by colors.obtain("textDefaultParagraph") /** - * Инвертированный цвет обводки предупреждение + * Сплошной наборный текст */ - public var outlineInverseWarning: Color by colors.obtain("outlineInverseWarning") + public var textDefaultParagraphHover: Color by colors.obtain("textDefaultParagraphHover") /** - * Инвертированный цвет обводки информация + * Сплошной наборный текст на темном фоне */ - public var outlineInverseTextInfo: Color by colors.obtain("outlineInverseTextInfo") + public var textOnDarkParagraphActive: Color by colors.obtain("textOnDarkParagraphActive") /** - * Инвертированный основной прозрачный цвет обводки + * Акцентный цвет на темном фоне */ - public var outlineInverseTransparentPrimary: Color by - colors.obtain("outlineInverseTransparentPrimary") + public var textOnDarkAccent: Color by colors.obtain("textOnDarkAccent") /** - * Инвертированный цвет обводки успех + * Акцентный цвет на темном фоне */ - public var outlineInversePositive: Color by colors.obtain("outlineInversePositive") + public var textOnDarkAccentHover: Color by colors.obtain("textOnDarkAccentHover") /** - * Желтый цвет для данных + * Акцентный цвет на темном фоне */ - public var dataDefaultYellow: Color by colors.obtain("dataDefaultYellow") + public var textOnDarkAccentActive: Color by colors.obtain("textOnDarkAccentActive") /** - * Желтый цвет для данных + * Акцентный минорный цвет на темном фоне */ - public var dataDefaultYellowHover: Color by colors.obtain("dataDefaultYellowHover") + public var textOnDarkAccentMinor: Color by colors.obtain("textOnDarkAccentMinor") /** - * Желтый цвет для данных + * Акцентный минорный цвет на темном фоне */ - public var dataDefaultYellowActive: Color by colors.obtain("dataDefaultYellowActive") + public var textOnDarkAccentMinorActive: Color by colors.obtain("textOnDarkAccentMinorActive") /** - * Минорный желтый цвет для данных + * Цвет успеха на темном фоне */ - public var dataDefaultYellowMinor: Color by colors.obtain("dataDefaultYellowMinor") + public var textOnDarkPositive: Color by colors.obtain("textOnDarkPositive") /** - * Минорный желтый цвет для данных + * Цвет успеха на темном фоне */ - public var dataDefaultYellowMinorHover: Color by colors.obtain("dataDefaultYellowMinorHover") + public var textOnDarkPositiveHover: Color by colors.obtain("textOnDarkPositiveHover") /** - * Минорный желтый цвет для данных + * Цвет успеха на темном фоне */ - public var dataDefaultYellowMinorActive: Color by colors.obtain("dataDefaultYellowMinorActive") + public var textOnDarkPositiveActive: Color by colors.obtain("textOnDarkPositiveActive") /** - * Прозрачный желтый цвет для данных + * Цвет предупреждения на темном фоне */ - public var dataDefaultYellowTransparent: Color by colors.obtain("dataDefaultYellowTransparent") + public var textOnDarkWarning: Color by colors.obtain("textOnDarkWarning") /** - * Цвет обводки ошибка на светлом фоне + * Цвет предупреждения на темном фоне */ - public var outlineOnLightNegativeHover: Color by colors.obtain("outlineOnLightNegativeHover") + public var textOnDarkWarningHover: Color by colors.obtain("textOnDarkWarningHover") /** - * Цвет обводки предупреждение на светлом фоне + * Цвет предупреждения на темном фоне */ - public var outlineOnLightWarningActive: Color by colors.obtain("outlineOnLightWarningActive") + public var textOnDarkWarningActive: Color by colors.obtain("textOnDarkWarningActive") /** - * Цвет обводки информация на светлом фоне + * Цвет ошибки на темном фоне */ - public var outlineOnLightTextInfoHover: Color by colors.obtain("outlineOnLightTextInfoHover") + public var textOnDarkNegative: Color by colors.obtain("textOnDarkNegative") /** - * Цвет обводки информация + * Цвет ошибки на темном фоне */ - public var outlineDefaultTextInfo: Color by colors.obtain("outlineDefaultTextInfo") + public var textOnDarkNegativeHover: Color by colors.obtain("textOnDarkNegativeHover") /** - * Основной прозрачный цвет обводки + * Цвет ошибки на темном фоне */ - public var outlineDefaultTransparentPrimary: Color by - colors.obtain("outlineDefaultTransparentPrimary") + public var textOnDarkNegativeActive: Color by colors.obtain("textOnDarkNegativeActive") /** - * Желтый цвет для данных на светлом фоне + * Цвет информации на темном фоне */ - public var dataOnLightYellowActive: Color by colors.obtain("dataOnLightYellowActive") + public var textOnDarkInfo: Color by colors.obtain("textOnDarkInfo") /** - * Минорный желтый цвет для данных на светлом фоне + * Цвет информации на темном фоне */ - public var dataOnLightYellowMinor: Color by colors.obtain("dataOnLightYellowMinor") + public var textOnDarkInfoHover: Color by colors.obtain("textOnDarkInfoHover") /** - * Минорный желтый цвет для данных на светлом фоне + * Цвет информации на темном фоне */ - public var dataOnLightYellowMinorHover: Color by colors.obtain("dataOnLightYellowMinorHover") + public var textOnDarkInfoActive: Color by colors.obtain("textOnDarkInfoActive") /** - * Прозрачный желтый цвет для данных на светлом фоне + * Основной цвет текста на темном фоне */ - public var dataOnLightYellowTransparentHover: Color by - colors.obtain("dataOnLightYellowTransparentHover") + public var textOnDarkPrimaryActive: Color by colors.obtain("textOnDarkPrimaryActive") /** - * Прозрачный желтый цвет для данных на светлом фоне + * Третичный цвет текста на темном фоне */ - public var dataOnLightYellowTransparentActive: Color by - colors.obtain("dataOnLightYellowTransparentActive") + public var textOnDarkTertiaryActive: Color by colors.obtain("textOnDarkTertiaryActive") /** - * Инвертированный желтый цвет для данных + * Основной цвет текста на темном фоне */ - public var dataInverseYellow: Color by colors.obtain("dataInverseYellow") + public var textOnDarkPrimary: Color by colors.obtain("textOnDarkPrimary") /** - * Инвертированный желтый цвет для данных + * Основной цвет текста на темном фоне */ - public var dataInverseYellowHover: Color by colors.obtain("dataInverseYellowHover") + public var textOnDarkPrimaryBrightness: Color by colors.obtain("textOnDarkPrimaryBrightness") /** - * Инвертированный желтый цвет для данных + * Вторичный цвет текста на темном фоне */ - public var dataInverseYellowActive: Color by colors.obtain("dataInverseYellowActive") + public var textOnDarkSecondary: Color by colors.obtain("textOnDarkSecondary") /** - * Инвертированный минорный желтый цвет для данных + * Вторичный цвет текста на темном фоне */ - public var dataInverseYellowMinor: Color by colors.obtain("dataInverseYellowMinor") + public var textOnDarkSecondaryHover: Color by colors.obtain("textOnDarkSecondaryHover") /** - * Инвертированный минорный желтый цвет для данных + * Третичный цвет текста на темном фоне */ - public var dataInverseYellowMinorHover: Color by colors.obtain("dataInverseYellowMinorHover") + public var textOnDarkTertiary: Color by colors.obtain("textOnDarkTertiary") /** - * Инвертированный минорный желтый цвет для данных + * Третичный цвет текста на темном фоне */ - public var dataInverseYellowMinorActive: Color by colors.obtain("dataInverseYellowMinorActive") + public var textOnDarkTertiaryHover: Color by colors.obtain("textOnDarkTertiaryHover") /** - * Инвертированный прозрачный желтый цвет для данных + * Вторичный цвет текста на темном фоне */ - public var dataInverseYellowTransparent: Color by colors.obtain("dataInverseYellowTransparent") + public var textOnDarkSecondaryActive: Color by colors.obtain("textOnDarkSecondaryActive") /** - * Инвертированный прозрачный желтый цвет для данных + * Основной цвет текста на темном фоне */ - public var dataInverseYellowTransparentHover: Color by - colors.obtain("dataInverseYellowTransparentHover") + public var textOnDarkPrimaryHover: Color by colors.obtain("textOnDarkPrimaryHover") /** - * Инвертированный прозрачный желтый цвет для данных + * Сплошной наборный текст на темном фоне */ - public var dataInverseYellowTransparentActive: Color by - colors.obtain("dataInverseYellowTransparentActive") + public var textOnDarkParagraph: Color by colors.obtain("textOnDarkParagraph") /** - * Прозрачный желтый цвет для данных на темном фоне + * Сплошной наборный текст на темном фоне */ - public var dataOnDarkYellowTransparent: Color by colors.obtain("dataOnDarkYellowTransparent") + public var textOnDarkParagraphHover: Color by colors.obtain("textOnDarkParagraphHover") /** - * Прозрачный желтый цвет для данных + * Основной цвет текста на светлом фоне */ - public var dataDefaultYellowTransparentActive: Color by - colors.obtain("dataDefaultYellowTransparentActive") + public var textOnLightPrimaryBrightness: Color by colors.obtain("textOnLightPrimaryBrightness") /** - * Желтый цвет для данных на темном фоне + * Вторичный цвет текста на светлом фоне */ - public var dataOnDarkYellow: Color by colors.obtain("dataOnDarkYellow") + public var textOnLightSecondary: Color by colors.obtain("textOnLightSecondary") /** - * Желтый цвет для данных на темном фоне + * Вторичный цвет текста на светлом фоне */ - public var dataOnDarkYellowHover: Color by colors.obtain("dataOnDarkYellowHover") + public var textOnLightSecondaryHover: Color by colors.obtain("textOnLightSecondaryHover") /** - * Желтый цвет для данных на темном фоне + * Вторичный цвет текста на светлом фоне */ - public var dataOnDarkYellowActive: Color by colors.obtain("dataOnDarkYellowActive") + public var textOnLightSecondaryActive: Color by colors.obtain("textOnLightSecondaryActive") /** - * Инвертированный цвет фона поверхности/контрола успех + * Третичный цвет текста на светлом фоне */ - public var surfaceInversePositive: Color by colors.obtain("surfaceInversePositive") + public var textOnLightTertiary: Color by colors.obtain("textOnLightTertiary") /** - * Цвет обводки успех + * Третичный цвет текста на светлом фоне */ - public var outlineDefaultPositive: Color by colors.obtain("outlineDefaultPositive") + public var textOnLightTertiaryHover: Color by colors.obtain("textOnLightTertiaryHover") /** - * Минорный желтый цвет для данных на темном фоне + * Третичный цвет текста на светлом фоне */ - public var dataOnDarkYellowMinor: Color by colors.obtain("dataOnDarkYellowMinor") + public var textOnLightTertiaryActive: Color by colors.obtain("textOnLightTertiaryActive") /** - * Минорный желтый цвет для данных на темном фоне + * Сплошной наборный текст на светлом фоне */ - public var dataOnDarkYellowMinorActive: Color by colors.obtain("dataOnDarkYellowMinorActive") + public var textOnLightParagraph: Color by colors.obtain("textOnLightParagraph") /** - * Прозрачный желтый цвет для данных на темном фоне + * Сплошной наборный текст на светлом фоне */ - public var dataOnDarkYellowTransparentHover: Color by - colors.obtain("dataOnDarkYellowTransparentHover") + public var textOnLightParagraphHover: Color by colors.obtain("textOnLightParagraphHover") /** - * Желтый цвет для данных на светлом фоне + * Сплошной наборный текст на светлом фоне */ - public var dataOnLightYellow: Color by colors.obtain("dataOnLightYellow") + public var textOnLightParagraphActive: Color by colors.obtain("textOnLightParagraphActive") /** - * Желтый цвет для данных на светлом фоне + * Акцентный цвет на светлом фоне */ - public var dataOnLightYellowHover: Color by colors.obtain("dataOnLightYellowHover") - - public var outlineDefaultTransparentClearHover: Color by - colors.obtain("outlineDefaultTransparentClearHover") - - public var outlineDefaultTransparentClearActive: Color by - colors.obtain("outlineDefaultTransparentClearActive") + public var textOnLightAccent: Color by colors.obtain("textOnLightAccent") - public var outlineInverseDefault: Color by colors.obtain("outlineInverseDefault") + /** + * Акцентный цвет на светлом фоне + */ + public var textOnLightAccentHover: Color by colors.obtain("textOnLightAccentHover") - public var outlineInverseDefaultHover: Color by colors.obtain("outlineInverseDefaultHover") + /** + * Акцентный цвет на светлом фоне + */ + public var textOnLightAccentActive: Color by colors.obtain("textOnLightAccentActive") - public var outlineInverseDefaultActive: Color by colors.obtain("outlineInverseDefaultActive") + /** + * Акцентный минорный цвет на светлом фоне + */ + public var textOnLightAccentMinor: Color by colors.obtain("textOnLightAccentMinor") - public var outlineOnDarkMinorActive: Color by colors.obtain("outlineOnDarkMinorActive") + /** + * Акцентный минорный цвет на светлом фоне + */ + public var textOnLightAccentMinorHover: Color by colors.obtain("textOnLightAccentMinorHover") - public var outlineOnLightDefault: Color by colors.obtain("outlineOnLightDefault") + /** + * Акцентный минорный цвет на светлом фоне + */ + public var textOnLightAccentMinorActive: Color by colors.obtain("textOnLightAccentMinorActive") - public var outlineOnLightDefaultHover: Color by colors.obtain("outlineOnLightDefaultHover") + /** + * Цвет успеха на светлом фоне + */ + public var textOnLightPositive: Color by colors.obtain("textOnLightPositive") - public var outlineOnDarkDefaultHover: Color by colors.obtain("outlineOnDarkDefaultHover") + /** + * Цвет успеха на светлом фоне + */ + public var textOnLightPositiveHover: Color by colors.obtain("textOnLightPositiveHover") - public var personaDefaultBlueTextAccent: Color by colors.obtain("personaDefaultBlueTextAccent") + /** + * Цвет успеха на светлом фоне + */ + public var textOnLightPositiveActive: Color by colors.obtain("textOnLightPositiveActive") - public var personaDefaultBlueTextAccentHover: Color by - colors.obtain("personaDefaultBlueTextAccentHover") + /** + * Цвет предупреждения на светлом фоне + */ + public var textOnLightWarning: Color by colors.obtain("textOnLightWarning") - public var personaDefaultBlueTextAccentActive: Color by - colors.obtain("personaDefaultBlueTextAccentActive") + /** + * Цвет предупреждения на светлом фоне + */ + public var textOnLightWarningHover: Color by colors.obtain("textOnLightWarningHover") - public var personaDefaultGreenTextAccent: Color by - colors.obtain("personaDefaultGreenTextAccent") + /** + * Основной цвет текста на светлом фоне + */ + public var textOnLightPrimary: Color by colors.obtain("textOnLightPrimary") - public var personaDefaultGreenTextAccentHover: Color by - colors.obtain("personaDefaultGreenTextAccentHover") + /** + * Основной цвет текста на светлом фоне + */ + public var textOnLightPrimaryHover: Color by colors.obtain("textOnLightPrimaryHover") - public var personaDefaultGreenTextAccentActive: Color by - colors.obtain("personaDefaultGreenTextAccentActive") + /** + * Основной цвет текста на светлом фоне + */ + public var textOnLightPrimaryActive: Color by colors.obtain("textOnLightPrimaryActive") - public var outlineDefaultDefault: Color by colors.obtain("outlineDefaultDefault") + /** + * Инвертированный основной цвет текста + */ + public var textInversePrimary: Color by colors.obtain("textInversePrimary") - public var outlineDefaultDefaultHover: Color by colors.obtain("outlineDefaultDefaultHover") + /** + * Инвертированный основной цвет текста + */ + public var textInversePrimaryHover: Color by colors.obtain("textInversePrimaryHover") - public var outlineDefaultDefaultActive: Color by colors.obtain("outlineDefaultDefaultActive") + /** + * Инвертированный основной цвет текста + */ + public var textInversePrimaryActive: Color by colors.obtain("textInversePrimaryActive") - public var outlineDefaultMinor: Color by colors.obtain("outlineDefaultMinor") + /** + * Инвертированный основной цвет текста + */ + public var textInversePrimaryBrightness: Color by colors.obtain("textInversePrimaryBrightness") - public var outlineDefaultMinorHover: Color by colors.obtain("outlineDefaultMinorHover") + /** + * Инвертированный вторичный цвет текста + */ + public var textInverseSecondary: Color by colors.obtain("textInverseSecondary") - public var outlineDefaultMinorActive: Color by colors.obtain("outlineDefaultMinorActive") + /** + * Инвертированный вторичный цвет текста + */ + public var textInverseSecondaryHover: Color by colors.obtain("textInverseSecondaryHover") - public var outlineOnDarkDefault: Color by colors.obtain("outlineOnDarkDefault") + /** + * Инвертированный вторичный цвет текста + */ + public var textInverseSecondaryActive: Color by colors.obtain("textInverseSecondaryActive") - public var outlineOnDarkDefaultActive: Color by colors.obtain("outlineOnDarkDefaultActive") + /** + * Инвертированный третичный цвет текста + */ + public var textInverseTertiary: Color by colors.obtain("textInverseTertiary") - public var outlineOnDarkMinor: Color by colors.obtain("outlineOnDarkMinor") + /** + * Инвертированный третичный цвет текста + */ + public var textInverseTertiaryHover: Color by colors.obtain("textInverseTertiaryHover") - public var outlineOnDarkMinorHover: Color by colors.obtain("outlineOnDarkMinorHover") + /** + * Инвертированный третичный цвет текста + */ + public var textInverseTertiaryActive: Color by colors.obtain("textInverseTertiaryActive") - public var personaDefaultOchreTextAccent: Color by - colors.obtain("personaDefaultOchreTextAccent") + /** + * Инвертированный сплошной наборный текст + */ + public var textInverseParagraph: Color by colors.obtain("textInverseParagraph") - public var personaDefaultOchreTextAccentHover: Color by - colors.obtain("personaDefaultOchreTextAccentHover") + /** + * Инвертированный сплошной наборный текст + */ + public var textInverseParagraphHover: Color by colors.obtain("textInverseParagraphHover") - public var personaDefaultOchreTextAccentActive: Color by - colors.obtain("personaDefaultOchreTextAccentActive") + /** + * Инвертированный сплошной наборный текст + */ + public var textInverseParagraphActive: Color by colors.obtain("textInverseParagraphActive") - public var personaDefaultOliveTextAccent: Color by - colors.obtain("personaDefaultOliveTextAccent") + /** + * Инвертированный акцентный цвет + */ + public var textInverseAccent: Color by colors.obtain("textInverseAccent") - public var personaDefaultOliveTextAccentHover: Color by - colors.obtain("personaDefaultOliveTextAccentHover") + /** + * Инвертированный акцентный цвет + */ + public var textInverseAccentHover: Color by colors.obtain("textInverseAccentHover") - public var personaDefaultOliveTextAccentActive: Color by - colors.obtain("personaDefaultOliveTextAccentActive") + /** + * Инвертированный акцентный цвет + */ + public var textInverseAccentActive: Color by colors.obtain("textInverseAccentActive") - public var outlineOnLightDefaultActive: Color by colors.obtain("outlineOnLightDefaultActive") + /** + * Инвертированный минорный акцентный цвет + */ + public var textInverseAccentMinor: Color by colors.obtain("textInverseAccentMinor") - public var outlineOnLightMinor: Color by colors.obtain("outlineOnLightMinor") + /** + * Инвертированный минорный акцентный цвет + */ + public var textInverseAccentMinorHover: Color by colors.obtain("textInverseAccentMinorHover") - public var outlineOnLightMinorHover: Color by colors.obtain("outlineOnLightMinorHover") + /** + * Инвертированный минорный акцентный цвет + */ + public var textInverseAccentMinorActive: Color by colors.obtain("textInverseAccentMinorActive") - public var personaDefaultSeaBlueTextAccent: Color by - colors.obtain("personaDefaultSeaBlueTextAccent") + /** + * Цвет ошибки на светлом фоне + */ + public var textOnLightNegativeActive: Color by colors.obtain("textOnLightNegativeActive") - public var personaDefaultSeaBlueTextAccentHover: Color by - colors.obtain("personaDefaultSeaBlueTextAccentHover") + /** + * Цвет ошибки на светлом фоне + */ + public var textOnLightNegative: Color by colors.obtain("textOnLightNegative") - public var personaDefaultVioletTextAccent: Color by - colors.obtain("personaDefaultVioletTextAccent") + /** + * Цвет информации на светлом фоне + */ + public var textOnLightInfo: Color by colors.obtain("textOnLightInfo") - public var personaDefaultVioletTextAccentHover: Color by - colors.obtain("personaDefaultVioletTextAccentHover") + /** + * Цвет информации на светлом фоне + */ + public var textOnLightInfoHover: Color by colors.obtain("textOnLightInfoHover") - public var personaDefaultVioletTextAccentActive: Color by - colors.obtain("personaDefaultVioletTextAccentActive") + /** + * Цвет информации на светлом фоне + */ + public var textOnLightInfoActive: Color by colors.obtain("textOnLightInfoActive") - public var personaInverseBlueTextAccent: Color by colors.obtain("personaInverseBlueTextAccent") + /** + * Цвет ошибки на светлом фоне + */ + public var textOnLightNegativeHover: Color by colors.obtain("textOnLightNegativeHover") - public var personaInverseBlueTextAccentHover: Color by - colors.obtain("personaInverseBlueTextAccentHover") + /** + * Инвертированный цвет ошибки + */ + public var textInverseNegativeActive: Color by colors.obtain("textInverseNegativeActive") - public var personaInverseBlueTextAccentActive: Color by - colors.obtain("personaInverseBlueTextAccentActive") + /** + * Инвертированный цвет информации + */ + public var textInverseInfo: Color by colors.obtain("textInverseInfo") - public var personaInverseGreenTextAccent: Color by - colors.obtain("personaInverseGreenTextAccent") + /** + * Инвертированный цвет информации + */ + public var textInverseInfoHover: Color by colors.obtain("textInverseInfoHover") - public var personaInverseGreenTextAccentHover: Color by - colors.obtain("personaInverseGreenTextAccentHover") + /** + * Инвертированный цвет информации + */ + public var textInverseInfoActive: Color by colors.obtain("textInverseInfoActive") - public var personaInverseGreenTextAccentActive: Color by - colors.obtain("personaInverseGreenTextAccentActive") + /** + * Основной непрозрачный фон поверхности/контрола + */ + public var surfaceDefaultSolidPrimary: Color by colors.obtain("surfaceDefaultSolidPrimary") - public var personaInverseIndigoTextAccent: Color by - colors.obtain("personaInverseIndigoTextAccent") + /** + * Инвертированный цвет предупреждения + */ + public var textInverseWarningActive: Color by colors.obtain("textInverseWarningActive") - public var personaInverseIndigoTextAccentHover: Color by - colors.obtain("personaInverseIndigoTextAccentHover") + /** + * Основной непрозрачный фон поверхности/контрола + */ + public var surfaceDefaultSolidPrimaryHover: Color by + colors.obtain("surfaceDefaultSolidPrimaryHover") - public var personaDefaultIndigoTextAccentHover: Color by - colors.obtain("personaDefaultIndigoTextAccentHover") - - public var personaDefaultIndigoTextAccentActive: Color by - colors.obtain("personaDefaultIndigoTextAccentActive") - - public var personaDefaultPinkTextAccentActive: Color by - colors.obtain("personaDefaultPinkTextAccentActive") - - public var personaInverseOliveTextAccent: Color by - colors.obtain("personaInverseOliveTextAccent") - - public var personaInverseOliveTextAccentActive: Color by - colors.obtain("personaInverseOliveTextAccentActive") - - public var personaInversePinkTextAccent: Color by colors.obtain("personaInversePinkTextAccent") - - public var personaInversePinkTextAccentHover: Color by - colors.obtain("personaInversePinkTextAccentHover") - - public var personaInversePinkTextAccentActive: Color by - colors.obtain("personaInversePinkTextAccentActive") - - public var personaInverseSeaBlueTextAccent: Color by - colors.obtain("personaInverseSeaBlueTextAccent") - - public var personaInverseSeaBlueTextAccentHover: Color by - colors.obtain("personaInverseSeaBlueTextAccentHover") - - public var personaInverseSeaBlueTextAccentActive: Color by - colors.obtain("personaInverseSeaBlueTextAccentActive") - - public var personaInverseVioletTextAccent: Color by - colors.obtain("personaInverseVioletTextAccent") - - public var personaInverseVioletTextAccentHover: Color by - colors.obtain("personaInverseVioletTextAccentHover") - - public var personaInverseVioletTextAccentActive: Color by - colors.obtain("personaInverseVioletTextAccentActive") - - public var personaOnDarkBlueTextAccent: Color by colors.obtain("personaOnDarkBlueTextAccent") - - public var personaOnDarkBlueTextAccentHover: Color by - colors.obtain("personaOnDarkBlueTextAccentHover") - - public var personaOnDarkBlueTextAccentActive: Color by - colors.obtain("personaOnDarkBlueTextAccentActive") - - public var personaInverseOchreTextAccent: Color by - colors.obtain("personaInverseOchreTextAccent") - - public var personaInverseOchreTextAccentHover: Color by - colors.obtain("personaInverseOchreTextAccentHover") - - public var personaInverseOliveTextAccentHover: Color by - colors.obtain("personaInverseOliveTextAccentHover") - - public var personaInverseOchreTextAccentActive: Color by - colors.obtain("personaInverseOchreTextAccentActive") - - public var personaOnDarkIndigoTextAccent: Color by - colors.obtain("personaOnDarkIndigoTextAccent") - - public var personaOnDarkIndigoTextAccentHover: Color by - colors.obtain("personaOnDarkIndigoTextAccentHover") - - public var personaOnDarkIndigoTextAccentActive: Color by - colors.obtain("personaOnDarkIndigoTextAccentActive") - - public var personaDefaultPinkTextAccent: Color by colors.obtain("personaDefaultPinkTextAccent") - - public var personaDefaultPinkTextAccentHover: Color by - colors.obtain("personaDefaultPinkTextAccentHover") - - public var personaOnDarkOliveTextAccent: Color by colors.obtain("personaOnDarkOliveTextAccent") - - public var personaOnDarkOliveTextAccentHover: Color by - colors.obtain("personaOnDarkOliveTextAccentHover") - - public var personaOnDarkOliveTextAccentActive: Color by - colors.obtain("personaOnDarkOliveTextAccentActive") - - public var personaOnDarkPinkTextAccent: Color by colors.obtain("personaOnDarkPinkTextAccent") - - public var personaOnDarkPinkTextAccentActive: Color by - colors.obtain("personaOnDarkPinkTextAccentActive") - - public var personaOnDarkSeaBlueTextAccent: Color by - colors.obtain("personaOnDarkSeaBlueTextAccent") - - public var personaOnDarkSeaBlueTextAccentHover: Color by - colors.obtain("personaOnDarkSeaBlueTextAccentHover") - - public var personaOnDarkSeaBlueTextAccentActive: Color by - colors.obtain("personaOnDarkSeaBlueTextAccentActive") - - public var personaOnDarkGreenTextAccent: Color by colors.obtain("personaOnDarkGreenTextAccent") - - public var personaOnDarkGreenTextAccentHover: Color by - colors.obtain("personaOnDarkGreenTextAccentHover") - - public var personaOnDarkGreenTextAccentActive: Color by - colors.obtain("personaOnDarkGreenTextAccentActive") - - public var personaOnLightBlueTextAccentHover: Color by - colors.obtain("personaOnLightBlueTextAccentHover") - - public var personaOnLightBlueTextAccentActive: Color by - colors.obtain("personaOnLightBlueTextAccentActive") - - public var personaOnLightGreenTextAccent: Color by - colors.obtain("personaOnLightGreenTextAccent") - - public var personaOnLightGreenTextAccentHover: Color by - colors.obtain("personaOnLightGreenTextAccentHover") - - public var personaOnLightGreenTextAccentActive: Color by - colors.obtain("personaOnLightGreenTextAccentActive") - - public var personaOnLightIndigoTextAccent: Color by - colors.obtain("personaOnLightIndigoTextAccent") - - public var personaOnLightIndigoTextAccentActive: Color by - colors.obtain("personaOnLightIndigoTextAccentActive") - - public var personaOnLightOchreTextAccent: Color by - colors.obtain("personaOnLightOchreTextAccent") - - public var personaOnDarkOchreTextAccentHover: Color by - colors.obtain("personaOnDarkOchreTextAccentHover") - - public var personaOnDarkOchreTextAccentActive: Color by - colors.obtain("personaOnDarkOchreTextAccentActive") - - public var personaOnDarkVioletTextAccentHover: Color by - colors.obtain("personaOnDarkVioletTextAccentHover") - - public var personaOnLightBlueTextAccent: Color by colors.obtain("personaOnLightBlueTextAccent") - - public var personaOnLightVioletTextAccent: Color by - colors.obtain("personaOnLightVioletTextAccent") - - public var personaOnLightVioletTextAccentHover: Color by - colors.obtain("personaOnLightVioletTextAccentHover") - - public var personaOnLightVioletTextAccentActive: Color by - colors.obtain("personaOnLightVioletTextAccentActive") - - public var surfaceDefaultAccentPrimary: Color by colors.obtain("surfaceDefaultAccentPrimary") - - public var surfaceDefaultAccentPrimaryHover: Color by - colors.obtain("surfaceDefaultAccentPrimaryHover") - - public var surfaceDefaultAccentPrimaryActive: Color by - colors.obtain("surfaceDefaultAccentPrimaryActive") - - public var surfaceOnLightAccentPrimary: Color by colors.obtain("surfaceOnLightAccentPrimary") + /** + * Основной непрозрачный фон поверхности/контрола + */ + public var surfaceDefaultSolidPrimaryActive: Color by + colors.obtain("surfaceDefaultSolidPrimaryActive") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + * Основной непрозрачный фон поверхности/контрола */ - public var surfaceOnLightAccentMinorHover: Color by - colors.obtain("surfaceOnLightAccentMinorHover") + public var surfaceDefaultSolidPrimaryBrightness: Color by + colors.obtain("surfaceDefaultSolidPrimaryBrightness") /** - * Инвертированный вторичный непрозрачный фон поверхности + * Вторичный непрозрачный фон поверхности/контрола */ - public var surfaceInverseSolidSecondaryActive: Color by - colors.obtain("surfaceInverseSolidSecondaryActive") + public var surfaceDefaultSolidSecondary: Color by colors.obtain("surfaceDefaultSolidSecondary") /** - * Инвертированный прозрачный фон поверхности по умолчанию + * Вторичный непрозрачный фон поверхности/контрола */ - public var surfaceInverseTransparentDeepActive: Color by - colors.obtain("surfaceInverseTransparentDeepActive") + public var surfaceDefaultSolidSecondaryHover: Color by + colors.obtain("surfaceDefaultSolidSecondaryHover") /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + * Вторичный непрозрачный фон поверхности/контрола */ - public var surfaceInverseAccentMinor: Color by colors.obtain("surfaceInverseAccentMinor") - - public var personaOnLightOliveTextAccentHover: Color by - colors.obtain("personaOnLightOliveTextAccentHover") - - public var personaOnDarkVioletTextAccent: Color by - colors.obtain("personaOnDarkVioletTextAccent") + public var surfaceDefaultSolidSecondaryActive: Color by + colors.obtain("surfaceDefaultSolidSecondaryActive") /** - * Инвертированный акцентный цвет + * Третичный непрозрачный фон поверхности/контрола */ - public var textInverseAccentActive: Color by colors.obtain("textInverseAccentActive") + public var surfaceDefaultSolidTertiary: Color by colors.obtain("surfaceDefaultSolidTertiary") /** - * Цвет фона поверхности предупреждение + * Третичный непрозрачный фон поверхности/контрола */ - public var surfaceDefaultWarningActive: Color by colors.obtain("surfaceDefaultWarningActive") - - public var surfaceOnLightAccentPrimaryActive: Color by - colors.obtain("surfaceOnLightAccentPrimaryActive") + public var surfaceDefaultSolidTertiaryHover: Color by + colors.obtain("surfaceDefaultSolidTertiaryHover") /** - * Акцентный минорный цвет на светлом фоне + * Инвертированный цвет успеха */ - public var textOnLightAccentMinorHover: Color by colors.obtain("textOnLightAccentMinorHover") - - public var personaOnLightPinkTextAccentActive: Color by - colors.obtain("personaOnLightPinkTextAccentActive") - - public var personaOnLightSeaBlueTextAccentActive: Color by - colors.obtain("personaOnLightSeaBlueTextAccentActive") - - public var surfaceDefaultAccentSecondaryActive: Color by - colors.obtain("surfaceDefaultAccentSecondaryActive") - - public var surfaceDefaultTransparentAccentMinorActive: Color by - colors.obtain("surfaceDefaultTransparentAccentMinorActive") - - public var surfaceInverseAccentSecondaryActive: Color by - colors.obtain("surfaceInverseAccentSecondaryActive") - - public var surfaceInverseTransparentAccentMinorActive: Color by - colors.obtain("surfaceInverseTransparentAccentMinorActive") - - public var surfaceOnDarkAccentPrimaryActive: Color by - colors.obtain("surfaceOnDarkAccentPrimaryActive") - - public var surfaceOnDarkAccentSecondaryActive: Color by - colors.obtain("surfaceOnDarkAccentSecondaryActive") - - public var surfaceOnDarkTransparentAccentMinorHover: Color by - colors.obtain("surfaceOnDarkTransparentAccentMinorHover") - - public var surfaceOnLightAccentSecondaryActive: Color by - colors.obtain("surfaceOnLightAccentSecondaryActive") - - public var surfaceOnLightTransparentAccentMinorActive: Color by - colors.obtain("surfaceOnLightTransparentAccentMinorActive") - - public var personaOnLightPinkTextAccentHover: Color by - colors.obtain("personaOnLightPinkTextAccentHover") + public var textInversePositive: Color by colors.obtain("textInversePositive") /** - * Третичный цвет текста на темном фоне + * Инвертированный цвет успеха */ - public var textOnDarkTertiary: Color by colors.obtain("textOnDarkTertiary") + public var textInversePositiveHover: Color by colors.obtain("textInversePositiveHover") /** - * Акцентный минорный цвет + * Инвертированный цвет предупреждения */ - public var textDefaultAccentMinorHover: Color by colors.obtain("textDefaultAccentMinorHover") - - public var personaOnLightOliveTextAccent: Color by - colors.obtain("personaOnLightOliveTextAccent") - - public var surfaceOnLightTransparentAccentMinor: Color by - colors.obtain("surfaceOnLightTransparentAccentMinor") - - public var personaOnLightSeaBlueTextAccent: Color by - colors.obtain("personaOnLightSeaBlueTextAccent") - - public var surfaceDefaultAccentSecondary: Color by - colors.obtain("surfaceDefaultAccentSecondary") - - public var surfaceDefaultTransparentAccentMinor: Color by - colors.obtain("surfaceDefaultTransparentAccentMinor") - - public var surfaceInverseAccentSecondary: Color by - colors.obtain("surfaceInverseAccentSecondary") - - public var surfaceInverseTransparentAccentMinor: Color by - colors.obtain("surfaceInverseTransparentAccentMinor") - - public var surfaceOnDarkAccentPrimary: Color by colors.obtain("surfaceOnDarkAccentPrimary") - - public var surfaceOnDarkAccentSecondary: Color by colors.obtain("surfaceOnDarkAccentSecondary") - - public var surfaceOnDarkTransparentAccentMinor: Color by - colors.obtain("surfaceOnDarkTransparentAccentMinor") - - public var surfaceOnLightAccentSecondary: Color by - colors.obtain("surfaceOnLightAccentSecondary") - - public var outlineInverseMinor: Color by colors.obtain("outlineInverseMinor") + public var textInverseWarning: Color by colors.obtain("textInverseWarning") /** * Инвертированный цвет предупреждения @@ -1977,212 +1868,173 @@ public class SddsSbComColors( public var textInverseWarningHover: Color by colors.obtain("textInverseWarningHover") /** - * Прозрачный желтый цвет для данных + * Инвертированный цвет успеха */ - public var dataDefaultYellowTransparentHover: Color by - colors.obtain("dataDefaultYellowTransparentHover") + public var textInversePositiveActive: Color by colors.obtain("textInversePositiveActive") /** - * Инвертированный цвет фона поверхности/контрола информация + * Инвертированный цвет ошибки */ - public var surfaceInverseInfo: Color by colors.obtain("surfaceInverseInfo") + public var textInverseNegative: Color by colors.obtain("textInverseNegative") /** - * Цвет обводки ошибка + * Инвертированный цвет ошибки */ - public var outlineDefaultNegative: Color by colors.obtain("outlineDefaultNegative") + public var textInverseNegativeHover: Color by colors.obtain("textInverseNegativeHover") /** - * Акцентный цвет на светлом фоне + * Вторичный прозрачный фон поверхности/контрола */ - public var textOnLightAccentHover: Color by colors.obtain("textOnLightAccentHover") - - public var surfaceOnLightAccentSecondaryHover: Color by - colors.obtain("surfaceOnLightAccentSecondaryHover") - - public var surfaceOnLightTransparentAccentMinorHover: Color by - colors.obtain("surfaceOnLightTransparentAccentMinorHover") - - public var personaOnDarkPinkTextAccentHover: Color by - colors.obtain("personaOnDarkPinkTextAccentHover") - - public var surfaceInverseTransparentAccentMinorHover: Color by - colors.obtain("surfaceInverseTransparentAccentMinorHover") - - public var surfaceOnLightAccentPrimaryHover: Color by - colors.obtain("surfaceOnLightAccentPrimaryHover") - - public var surfaceOnDarkAccentSecondaryHover: Color by - colors.obtain("surfaceOnDarkAccentSecondaryHover") - - public var surfaceDefaultTransparentAccentMinorHover: Color by - colors.obtain("surfaceDefaultTransparentAccentMinorHover") - - public var surfaceInverseAccentSecondaryHover: Color by - colors.obtain("surfaceInverseAccentSecondaryHover") - - public var personaOnLightPinkTextAccent: Color by colors.obtain("personaOnLightPinkTextAccent") - - public var personaOnLightSeaBlueTextAccentHover: Color by - colors.obtain("personaOnLightSeaBlueTextAccentHover") - - public var surfaceOnDarkTransparentAccentMinorActive: Color by - colors.obtain("surfaceOnDarkTransparentAccentMinorActive") - - public var surfaceDefaultAccentSecondaryHover: Color by - colors.obtain("surfaceDefaultAccentSecondaryHover") + public var surfaceDefaultTransparentSecondaryActive: Color by + colors.obtain("surfaceDefaultTransparentSecondaryActive") /** - * Вторичный прозрачный фон поверхности/контрола + * Третичный прозрачный фон поверхности/контрола */ - public var surfaceDefaultTransparentSecondaryHover: Color by - colors.obtain("surfaceDefaultTransparentSecondaryHover") + public var surfaceDefaultTransparentTertiary: Color by + colors.obtain("surfaceDefaultTransparentTertiary") /** - * Цвет фона поверхности/контрола ошибка + * Третичный прозрачный фон поверхности/контрола */ - public var surfaceDefaultNegative: Color by colors.obtain("surfaceDefaultNegative") + public var surfaceDefaultTransparentTertiaryHover: Color by + colors.obtain("surfaceDefaultTransparentTertiaryHover") /** - * Вторичный фон + * Третичный прозрачный фон поверхности/контрола */ - public var backgroundDefaultSecondary: Color by colors.obtain("backgroundDefaultSecondary") + public var surfaceDefaultTransparentTertiaryActive: Color by + colors.obtain("surfaceDefaultTransparentTertiaryActive") /** - * Прозрачный фон для карточек на светлом фоне + * Глубокий прозрачный фон поверхности/контрола */ - public var surfaceOnLightTransparentCardHover: Color by - colors.obtain("surfaceOnLightTransparentCardHover") + public var surfaceDefaultTransparentDeep: Color by + colors.obtain("surfaceDefaultTransparentDeep") /** - * Инвертированный основной непрозрачный фон поверхности + * Глубокий прозрачный фон поверхности/контрола */ - public var surfaceInverseSolidPrimaryHover: Color by - colors.obtain("surfaceInverseSolidPrimaryHover") + public var surfaceDefaultTransparentDeepHover: Color by + colors.obtain("surfaceDefaultTransparentDeepHover") /** - * Основной фон на темном фоне + * Глубокий прозрачный фон поверхности/контрола */ - public var backgroundDarkPrimary: Color by colors.obtain("backgroundDarkPrimary") + public var surfaceDefaultTransparentDeepActive: Color by + colors.obtain("surfaceDefaultTransparentDeepActive") /** - * Вторичный фон на светлом фоне + * Прозрачный фон для карточек */ - public var backgroundLightSecondary: Color by colors.obtain("backgroundLightSecondary") + public var surfaceDefaultTransparentCard: Color by + colors.obtain("surfaceDefaultTransparentCard") /** - * Минорный желтый цвет для данных на темном фоне + * Прозрачный фон для карточек */ - public var dataOnDarkYellowMinorHover: Color by colors.obtain("dataOnDarkYellowMinorHover") + public var surfaceDefaultTransparentCardHover: Color by + colors.obtain("surfaceDefaultTransparentCardHover") /** - * Цвет обводки ошибка на светлом фоне + * Прозрачный фон для карточек */ - public var outlineOnLightNegativeActive: Color by colors.obtain("outlineOnLightNegativeActive") + public var surfaceDefaultTransparentCardActive: Color by + colors.obtain("surfaceDefaultTransparentCardActive") /** - * Основной прозрачный цвет обводки на светлом фоне + * Прозрачный фон для карточек */ - public var outlineOnLightTransparentPrimary: Color by - colors.obtain("outlineOnLightTransparentPrimary") + public var surfaceDefaultTransparentCardBrightness: Color by + colors.obtain("surfaceDefaultTransparentCardBrightness") /** - * Прозрачный акцентный фон поверхности/контрола на светлом фоне + * Фон поверхности/контрола без заливки */ - public var surfaceOnLightTransparentAccent: Color by - colors.obtain("surfaceOnLightTransparentAccent") - - public var surfaceOnDarkAccentPrimaryHover: Color by - colors.obtain("surfaceOnDarkAccentPrimaryHover") + public var surfaceDefaultClear: Color by colors.obtain("surfaceDefaultClear") /** - * Прозрачный фон поверхности по умолчанию на темном фоне + * Фон поверхности/контрола без заливки */ - public var surfaceOnDarkTransparentDeepActive: Color by - colors.obtain("surfaceOnDarkTransparentDeepActive") + public var surfaceDefaultClearHover: Color by colors.obtain("surfaceDefaultClearHover") /** - * Цвет фона поверхности/контрола успех на темном фоне + * Фон поверхности/контрола без заливки */ - public var surfaceOnDarkPositive: Color by colors.obtain("surfaceOnDarkPositive") - - public var outlineOnLightMinorActive: Color by colors.obtain("outlineOnLightMinorActive") + public var surfaceDefaultClearActive: Color by colors.obtain("surfaceDefaultClearActive") /** - * Цвет обводки информация на светлом фоне + * Акцентный фон поверхности/контрола */ - public var outlineOnLightTextInfoActive: Color by colors.obtain("outlineOnLightTextInfoActive") - - public var personaOnDarkVioletTextAccentActive: Color by - colors.obtain("personaOnDarkVioletTextAccentActive") + public var surfaceDefaultAccent: Color by colors.obtain("surfaceDefaultAccent") /** - * Инвертированный прозрачный фон для карточек + * Акцентный фон поверхности/контрола */ - public var surfaceInverseTransparentCard: Color by - colors.obtain("surfaceInverseTransparentCard") + public var surfaceDefaultAccentHover: Color by colors.obtain("surfaceDefaultAccentHover") /** - * Основной прозрачный цвет обводки на темном фоне + * Акцентный фон поверхности/контрола */ - public var outlineOnDarkTransparentPrimary: Color by - colors.obtain("outlineOnDarkTransparentPrimary") - - public var personaOnLightOchreTextAccentActive: Color by - colors.obtain("personaOnLightOchreTextAccentActive") + public var surfaceDefaultAccentActive: Color by colors.obtain("surfaceDefaultAccentActive") /** - * Цвет фона поверхности/контрола ошибка на темном фоне + * Акцентный минорный непрозрачный фон поверхности/контрола */ - public var surfaceOnDarkNegative: Color by colors.obtain("surfaceOnDarkNegative") - - public var outlineInverseMinorHover: Color by colors.obtain("outlineInverseMinorHover") + public var surfaceDefaultAccentMinorHover: Color by + colors.obtain("surfaceDefaultAccentMinorHover") /** - * Непрозрачный фон поверхности/контрола по умолчанию + * Акцентный минорный непрозрачный фон поверхности/контрола */ - public var surfaceDefaultSolidDefault: Color by colors.obtain("surfaceDefaultSolidDefault") + public var surfaceDefaultAccentMinorActive: Color by + colors.obtain("surfaceDefaultAccentMinorActive") /** - * New description + * Прозрачный акцентный фон поверхности/контрола */ - public var backgroundInverseHardline: Color by colors.obtain("backgroundInverseHardline") + public var surfaceDefaultTransparentAccent: Color by + colors.obtain("surfaceDefaultTransparentAccent") /** - * Цвет обводки успех на светлом фоне + * Прозрачный акцентный фон поверхности/контрола */ - public var outlineOnLightPositiveActive: Color by colors.obtain("outlineOnLightPositiveActive") + public var surfaceDefaultTransparentAccentHover: Color by + colors.obtain("surfaceDefaultTransparentAccentHover") /** - * Прозрачный желтый цвет для данных на светлом фоне + * Прозрачный акцентный фон поверхности/контрола */ - public var dataOnLightYellowTransparent: Color by colors.obtain("dataOnLightYellowTransparent") + public var surfaceDefaultTransparentAccentActive: Color by + colors.obtain("surfaceDefaultTransparentAccentActive") /** - * Минорный желтый цвет для данных на светлом фоне + * Основной фон для карточек */ - public var dataOnLightYellowMinorActive: Color by colors.obtain("dataOnLightYellowMinorActive") + public var surfaceDefaultSolidCardActive: Color by + colors.obtain("surfaceDefaultSolidCardActive") /** - * Акцентный цвет на темном фоне + * Основной фон для карточек */ - public var textOnDarkAccentHover: Color by colors.obtain("textOnDarkAccentHover") + public var surfaceDefaultSolidCard: Color by colors.obtain("surfaceDefaultSolidCard") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Основной фон для карточек */ - public var surfaceOnDarkSolidPrimaryActive: Color by - colors.obtain("surfaceOnDarkSolidPrimaryActive") + public var surfaceDefaultSolidCardBrightness: Color by + colors.obtain("surfaceDefaultSolidCardBrightness") /** - * New description + * Непрозрачный фон поверхности/контрола по умолчанию */ - public var backgroundDefaultHardline: Color by colors.obtain("backgroundDefaultHardline") + public var surfaceDefaultSolidDefault: Color by colors.obtain("surfaceDefaultSolidDefault") /** - * Цвет обводки ошибка на светлом фоне + * Непрозрачный фон поверхности/контрола по умолчанию */ - public var outlineOnLightNegative: Color by colors.obtain("outlineOnLightNegative") + public var surfaceDefaultSolidDefaultHover: Color by + colors.obtain("surfaceDefaultSolidDefaultHover") /** * Основной прозрачный фон поверхности/контрола @@ -2191,3323 +2043,2886 @@ public class SddsSbComColors( colors.obtain("surfaceDefaultTransparentPrimary") /** - * Прозрачный фон для карточек на темном фоне + * Основной прозрачный фон поверхности/контрола */ - public var surfaceOnDarkTransparentCard: Color by colors.obtain("surfaceOnDarkTransparentCard") + public var surfaceDefaultTransparentPrimaryHover: Color by + colors.obtain("surfaceDefaultTransparentPrimaryHover") /** - * Третичный непрозрачный фон поверхности на светлом фоне + * Непрозрачный фон поверхности/контрола по умолчанию */ - public var surfaceOnLightSolidTertiaryHover: Color by - colors.obtain("surfaceOnLightSolidTertiaryHover") + public var surfaceDefaultSolidDefaultActive: Color by + colors.obtain("surfaceDefaultSolidDefaultActive") /** - * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + * Основной фон для карточек */ - public var surfaceInverseSolidDefaultActive: Color by - colors.obtain("surfaceInverseSolidDefaultActive") + public var surfaceDefaultSolidCardHover: Color by colors.obtain("surfaceDefaultSolidCardHover") /** - * Инвертированный цвет фона поверхности/контрола успех + * Основной прозрачный фон поверхности/контрола */ - public var surfaceInversePositiveHover: Color by colors.obtain("surfaceInversePositiveHover") + public var surfaceDefaultTransparentPrimaryActive: Color by + colors.obtain("surfaceDefaultTransparentPrimaryActive") /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + * Вторичный прозрачный фон поверхности/контрола */ - public var surfaceInverseAccentMinorHover: Color by - colors.obtain("surfaceInverseAccentMinorHover") + public var surfaceDefaultTransparentSecondary: Color by + colors.obtain("surfaceDefaultTransparentSecondary") /** - * Основной прозрачный цвет обводки на темном фоне + * Вторичный прозрачный фон поверхности/контрола */ - public var outlineOnDarkTransparentPrimaryActive: Color by - colors.obtain("outlineOnDarkTransparentPrimaryActive") + public var surfaceDefaultTransparentSecondaryHover: Color by + colors.obtain("surfaceDefaultTransparentSecondaryHover") /** - * Цвет обводки предупреждение на светлом фоне + * Цвет фона поверхности/контрола предупреждение */ - public var outlineOnLightWarning: Color by colors.obtain("outlineOnLightWarning") - - public var outlineOnDarkMinorBrightness: Color by colors.obtain("outlineOnDarkMinorBrightness") - - public var personaDefaultGreenTextAccentBrightness: Color by - colors.obtain("personaDefaultGreenTextAccentBrightness") - - public var personaDefaultOchreTextAccentBrightness: Color by - colors.obtain("personaDefaultOchreTextAccentBrightness") - - public var personaOnLightOchreTextAccentHover: Color by - colors.obtain("personaOnLightOchreTextAccentHover") - - public var personaOnDarkVioletTextAccentBrightness: Color by - colors.obtain("personaOnDarkVioletTextAccentBrightness") - - public var surfaceOnLightAccentSecondaryBrightness: Color by - colors.obtain("surfaceOnLightAccentSecondaryBrightness") - - public var surfaceOnDarkAccentSecondaryBrightness: Color by - colors.obtain("surfaceOnDarkAccentSecondaryBrightness") - - public var personaInverseOchreTextAccentBrightness: Color by - colors.obtain("personaInverseOchreTextAccentBrightness") - - public var personaOnLightGreenTextAccentBrightness: Color by - colors.obtain("personaOnLightGreenTextAccentBrightness") - - public var personaOnLightOchreTextAccentBrightness: Color by - colors.obtain("personaOnLightOchreTextAccentBrightness") + public var surfaceDefaultWarningActive: Color by colors.obtain("surfaceDefaultWarningActive") /** - * Прозрачный инвертированный акцентный фон поверхности/контрола + * Цвет фона поверхности/контрола ошибка */ - public var surfaceInverseTransparentAccent: Color by - colors.obtain("surfaceInverseTransparentAccent") + public var surfaceDefaultNegative: Color by colors.obtain("surfaceDefaultNegative") /** - * Цвет обводки предупреждение на светлом фоне + * Цвет фона поверхности/контрола ошибка */ - public var outlineOnLightWarningHover: Color by colors.obtain("outlineOnLightWarningHover") - - public var surfaceOnLightAccentPrimaryBrightness: Color by - colors.obtain("surfaceOnLightAccentPrimaryBrightness") - - public var personaInversePinkTextAccentBrightness: Color by - colors.obtain("personaInversePinkTextAccentBrightness") - - public var personaInverseVioletTextAccentBrightness: Color by - colors.obtain("personaInverseVioletTextAccentBrightness") - - public var personaOnDarkIndigoTextAccentBrightness: Color by - colors.obtain("personaOnDarkIndigoTextAccentBrightness") - - public var personaOnDarkOliveTextAccentBrightness: Color by - colors.obtain("personaOnDarkOliveTextAccentBrightness") - - public var personaOnLightVioletTextAccentBrightness: Color by - colors.obtain("personaOnLightVioletTextAccentBrightness") - - public var surfaceInverseAccentSecondaryBrightness: Color by - colors.obtain("surfaceInverseAccentSecondaryBrightness") - - public var surfaceDefaultAccentPrimaryBrightness: Color by - colors.obtain("surfaceDefaultAccentPrimaryBrightness") - - public var personaOnLightSeaBlueTextAccentBrightness: Color by - colors.obtain("personaOnLightSeaBlueTextAccentBrightness") - - public var personaInverseGreenTextAccentBrightness: Color by - colors.obtain("personaInverseGreenTextAccentBrightness") - - public var personaOnLightPinkTextAccentBrightness: Color by - colors.obtain("personaOnLightPinkTextAccentBrightness") - - public var surfaceOnLightTransparentAccentMinorBrightness: Color by - colors.obtain("surfaceOnLightTransparentAccentMinorBrightness") - - public var personaDefaultPinkTextAccentBrightness: Color by - colors.obtain("personaDefaultPinkTextAccentBrightness") + public var surfaceDefaultNegativeHover: Color by colors.obtain("surfaceDefaultNegativeHover") /** - * Сплошной наборный текст + * Цвет фона поверхности/контрола ошибка */ - public var textDefaultParagraphActive: Color by colors.obtain("textDefaultParagraphActive") + public var surfaceDefaultNegativeActive: Color by colors.obtain("surfaceDefaultNegativeActive") /** - * Акцентный цвет + * Цвет фона поверхности/контрола информация */ - public var textDefaultAccentHover: Color by colors.obtain("textDefaultAccentHover") + public var surfaceDefaultInfo: Color by colors.obtain("surfaceDefaultInfo") /** - * Инвертированный минорный акцентный цвет + * Цвет фона поверхности/контрола информация */ - public var textInverseAccentMinor: Color by colors.obtain("textInverseAccentMinor") + public var surfaceDefaultInfoHover: Color by colors.obtain("surfaceDefaultInfoHover") /** - * Акцентный минорный непрозрачный фон поверхности/контрола + * Цвет фона поверхности/контрола информация */ - public var surfaceDefaultAccentMinorHover: Color by - colors.obtain("surfaceDefaultAccentMinorHover") + public var surfaceDefaultInfoActive: Color by colors.obtain("surfaceDefaultInfoActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + * Цвет фона поверхности/контрола успех */ - public var surfaceOnLightSolidDefaultHover: Color by - colors.obtain("surfaceOnLightSolidDefaultHover") + public var surfaceDefaultPositiveActive: Color by colors.obtain("surfaceDefaultPositiveActive") /** - * Цвет фона поверхности/контрола ошибка на светлом фоне + * Цвет фона поверхности/контрола успех */ - public var surfaceOnLightNegativeActive: Color by colors.obtain("surfaceOnLightNegativeActive") + public var surfaceDefaultPositive: Color by colors.obtain("surfaceDefaultPositive") /** - * Инвертированный третичный прозрачный фон поверхности/контрола + * Цвет фона поверхности/контрола успех */ - public var surfaceInverseTransparentTertiaryActive: Color by - colors.obtain("surfaceInverseTransparentTertiaryActive") + public var surfaceDefaultPositiveHover: Color by colors.obtain("surfaceDefaultPositiveHover") /** - * Цвет обводки успех + * Цвет фона поверхности/контрола предупреждение */ - public var outlineDefaultPositiveHover: Color by colors.obtain("outlineDefaultPositiveHover") + public var surfaceDefaultWarning: Color by colors.obtain("surfaceDefaultWarning") /** - * Цвет обводки успех на светлом фоне + * Цвет фона поверхности/контрола предупреждение */ - public var outlineOnLightPositiveHover: Color by colors.obtain("outlineOnLightPositiveHover") + public var surfaceDefaultWarningHover: Color by colors.obtain("surfaceDefaultWarningHover") /** - * Вторичный цвет текста + * Прозрачный цвет фона поверхности/контрола предупреждение */ - public var textDefaultSecondaryHover: Color by colors.obtain("textDefaultSecondaryHover") - - public var personaDefaultBlueTextAccentBrightness: Color by - colors.obtain("personaDefaultBlueTextAccentBrightness") - - public var personaDefaultIndigoTextAccentBrightness: Color by - colors.obtain("personaDefaultIndigoTextAccentBrightness") - - public var personaDefaultOliveTextAccentBrightness: Color by - colors.obtain("personaDefaultOliveTextAccentBrightness") - - public var personaOnLightIndigoTextAccentHover: Color by - colors.obtain("personaOnLightIndigoTextAccentHover") - - public var personaOnLightOliveTextAccentActive: Color by - colors.obtain("personaOnLightOliveTextAccentActive") + public var surfaceDefaultTransparentNegative: Color by + colors.obtain("surfaceDefaultTransparentNegative") /** - * Акцентный минорный цвет на темном фоне + * Прозрачный цвет фона поверхности/контрола предупреждение */ - public var textOnDarkAccentMinorActive: Color by colors.obtain("textOnDarkAccentMinorActive") - - public var surfaceDefaultTransparentAccentMinorBrightness: Color by - colors.obtain("surfaceDefaultTransparentAccentMinorBrightness") - - public var outlineInverseMinorBrightness: Color by - colors.obtain("outlineInverseMinorBrightness") - - public var personaOnLightBlueTextAccentBrightness: Color by - colors.obtain("personaOnLightBlueTextAccentBrightness") - - public var personaOnLightIndigoTextAccentBrightness: Color by - colors.obtain("personaOnLightIndigoTextAccentBrightness") + public var surfaceDefaultTransparentNegativeHover: Color by + colors.obtain("surfaceDefaultTransparentNegativeHover") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + * Цвет для readOnly */ - public var surfaceOnDarkAccentMinor: Color by colors.obtain("surfaceOnDarkAccentMinor") - - public var outlineOnDarkDefaultBrightness: Color by - colors.obtain("outlineOnDarkDefaultBrightness") - - public var surfaceInverseTransparentAccentMinorBrightness: Color by - colors.obtain("surfaceInverseTransparentAccentMinorBrightness") - - public var surfaceDefaultAccentSecondaryBrightness: Color by - colors.obtain("surfaceDefaultAccentSecondaryBrightness") - - public var personaInverseOliveTextAccentBrightness: Color by - colors.obtain("personaInverseOliveTextAccentBrightness") - - public var personaInverseSeaBlueTextAccentBrightness: Color by - colors.obtain("personaInverseSeaBlueTextAccentBrightness") - - public var personaOnDarkBlueTextAccentBrightness: Color by - colors.obtain("personaOnDarkBlueTextAccentBrightness") - - public var personaOnDarkOchreTextAccentBrightness: Color by - colors.obtain("personaOnDarkOchreTextAccentBrightness") - - public var personaOnLightOliveTextAccentBrightness: Color by - colors.obtain("personaOnLightOliveTextAccentBrightness") - - public var outlineInverseMinorActive: Color by colors.obtain("outlineInverseMinorActive") - - public var surfaceOnDarkTransparentAccentMinorBrightness: Color by - colors.obtain("surfaceOnDarkTransparentAccentMinorBrightness") - - public var personaOnDarkGreenTextAccentBrightness: Color by - colors.obtain("personaOnDarkGreenTextAccentBrightness") - - public var personaInverseBlueTextAccentBrightness: Color by - colors.obtain("personaInverseBlueTextAccentBrightness") - - public var personaInverseIndigoTextAccentBrightness: Color by - colors.obtain("personaInverseIndigoTextAccentBrightness") - - public var surfaceOnDarkAccentPrimaryBrightness: Color by - colors.obtain("surfaceOnDarkAccentPrimaryBrightness") - - public var outlineOnLightDefaultBrightness: Color by - colors.obtain("outlineOnLightDefaultBrightness") + public var surfaceDefaultReadOnly: Color by colors.obtain("surfaceDefaultReadOnly") /** - * Сплошной наборный текст + * Цвет для readOnly */ - public var textDefaultParagraphHover: Color by colors.obtain("textDefaultParagraphHover") + public var surfaceDefaultReadOnlyHover: Color by colors.obtain("surfaceDefaultReadOnlyHover") /** - * Сплошной наборный текст + * Цвет для readOnly */ - public var textDefaultParagraph: Color by colors.obtain("textDefaultParagraph") + public var surfaceDefaultReadOnlyActive: Color by colors.obtain("surfaceDefaultReadOnlyActive") /** - * Акцентный цвет + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultAccentActive: Color by colors.obtain("textDefaultAccentActive") + public var surfaceOnDarkSolidPrimary: Color by colors.obtain("surfaceOnDarkSolidPrimary") /** - * Основной непрозрачный фон поверхности/контрола + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public var surfaceDefaultSolidPrimaryHover: Color by - colors.obtain("surfaceDefaultSolidPrimaryHover") + public var surfaceOnDarkSolidPrimaryHover: Color by + colors.obtain("surfaceOnDarkSolidPrimaryHover") /** - * Цвет успеха + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultPositiveActive: Color by colors.obtain("textDefaultPositiveActive") + public var surfaceOnDarkSolidPrimaryActive: Color by + colors.obtain("surfaceOnDarkSolidPrimaryActive") /** - * Цвет предупреждения + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultWarningActive: Color by colors.obtain("textDefaultWarningActive") + public var surfaceOnDarkSolidPrimaryBrightness: Color by + colors.obtain("surfaceOnDarkSolidPrimaryBrightness") /** - * Цвет ошибки + * Вторичный непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultNegativeHover: Color by colors.obtain("textDefaultNegativeHover") + public var surfaceOnDarkSolidSecondary: Color by colors.obtain("surfaceOnDarkSolidSecondary") /** - * Цвет ошибки + * Вторичный непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultNegative: Color by colors.obtain("textDefaultNegative") + public var surfaceOnDarkSolidSecondaryHover: Color by + colors.obtain("surfaceOnDarkSolidSecondaryHover") /** - * Цвет информации + * Вторичный непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultInfoActive: Color by colors.obtain("textDefaultInfoActive") + public var surfaceOnDarkSolidSecondaryActive: Color by + colors.obtain("surfaceOnDarkSolidSecondaryActive") /** - * Акцентный цвет + * Третичный непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultAccent: Color by colors.obtain("textDefaultAccent") + public var surfaceOnDarkSolidTertiary: Color by colors.obtain("surfaceOnDarkSolidTertiary") /** - * Акцентный минорный цвет + * Третичный непрозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultAccentMinor: Color by colors.obtain("textDefaultAccentMinor") + public var surfaceOnDarkSolidTertiaryHover: Color by + colors.obtain("surfaceOnDarkSolidTertiaryHover") /** - * Основной цвет текста на темном фоне + * Прозрачный цвет фона поверхности/контрола предупреждение */ - public var textOnDarkPrimaryBrightness: Color by colors.obtain("textOnDarkPrimaryBrightness") + public var surfaceDefaultTransparentNegativeActive: Color by + colors.obtain("surfaceDefaultTransparentNegativeActive") /** - * Вторичный цвет текста на темном фоне + * Вторичный прозрачный фон поверхности/контрола на темном фоне */ - public var textOnDarkSecondaryActive: Color by colors.obtain("textOnDarkSecondaryActive") + public var surfaceOnDarkTransparentSecondaryActive: Color by + colors.obtain("surfaceOnDarkTransparentSecondaryActive") /** - * Третичный цвет текста на темном фоне + * Третичный прозрачный фон поверхности/контрола на темном фоне */ - public var textOnDarkTertiaryHover: Color by colors.obtain("textOnDarkTertiaryHover") + public var surfaceOnDarkTransparentTertiary: Color by + colors.obtain("surfaceOnDarkTransparentTertiary") /** - * Основной цвет текста + * Третичный прозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultPrimaryActive: Color by colors.obtain("textDefaultPrimaryActive") + public var surfaceOnDarkTransparentTertiaryHover: Color by + colors.obtain("surfaceOnDarkTransparentTertiaryHover") /** - * Основной цвет текста + * Третичный прозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultPrimaryBrightness: Color by colors.obtain("textDefaultPrimaryBrightness") + public var surfaceOnDarkTransparentTertiaryActive: Color by + colors.obtain("surfaceOnDarkTransparentTertiaryActive") /** - * Вторичный цвет текста + * Глубокий прозрачный фон поверхности/контрола на темном фоне */ - public var textDefaultSecondary: Color by colors.obtain("textDefaultSecondary") + public var surfaceOnDarkTransparentDeep: Color by colors.obtain("surfaceOnDarkTransparentDeep") /** - * Цвет успеха на темном фоне + * Глубокий прозрачный фон поверхности/контрола на темном фоне */ - public var textOnDarkPositiveHover: Color by colors.obtain("textOnDarkPositiveHover") + public var surfaceOnDarkTransparentDeepHover: Color by + colors.obtain("surfaceOnDarkTransparentDeepHover") /** - * Цвет предупреждения на темном фоне + * Глубокий прозрачный фон поверхности/контрола на темном фоне */ - public var textOnDarkWarningHover: Color by colors.obtain("textOnDarkWarningHover") + public var surfaceOnDarkTransparentDeepActive: Color by + colors.obtain("surfaceOnDarkTransparentDeepActive") /** - * Цвет предупреждения на темном фоне + * Прозрачный фон для карточек на темном фоне */ - public var textOnDarkWarning: Color by colors.obtain("textOnDarkWarning") + public var surfaceOnDarkTransparentCard: Color by colors.obtain("surfaceOnDarkTransparentCard") /** - * Цвет ошибки на темном фоне + * Прозрачный фон для карточек на темном фоне */ - public var textOnDarkNegativeActive: Color by colors.obtain("textOnDarkNegativeActive") + public var surfaceOnDarkTransparentCardHover: Color by + colors.obtain("surfaceOnDarkTransparentCardHover") /** - * Цвет информации на темном фоне + * Прозрачный фон для карточек на темном фоне */ - public var textOnDarkInfo: Color by colors.obtain("textOnDarkInfo") + public var surfaceOnDarkTransparentCardActive: Color by + colors.obtain("surfaceOnDarkTransparentCardActive") /** - * Цвет успеха на темном фоне + * Прозрачный фон для карточек на темном фоне */ - public var textOnDarkPositive: Color by colors.obtain("textOnDarkPositive") + public var surfaceOnDarkTransparentCardBrightness: Color by + colors.obtain("surfaceOnDarkTransparentCardBrightness") /** - * Основной цвет текста на светлом фоне + * Фон поверхности/контрола без заливки на темном фоне */ - public var textOnLightPrimaryHover: Color by colors.obtain("textOnLightPrimaryHover") + public var surfaceOnDarkClear: Color by colors.obtain("surfaceOnDarkClear") /** - * Основной цвет текста на светлом фоне + * Фон поверхности/контрола без заливки на темном фоне */ - public var textOnLightPrimary: Color by colors.obtain("textOnLightPrimary") + public var surfaceOnDarkClearHover: Color by colors.obtain("surfaceOnDarkClearHover") /** - * Вторичный цвет текста на светлом фоне + * Фон поверхности/контрола без заливки на темном фоне */ - public var textOnLightSecondaryHover: Color by colors.obtain("textOnLightSecondaryHover") + public var surfaceOnDarkClearActive: Color by colors.obtain("surfaceOnDarkClearActive") /** - * Вторичный цвет текста на светлом фоне + * Акцентный фон поверхности/контрола на темном фоне */ - public var textOnLightSecondary: Color by colors.obtain("textOnLightSecondary") + public var surfaceOnDarkAccent: Color by colors.obtain("surfaceOnDarkAccent") /** - * Третичный цвет текста на светлом фоне + * Акцентный фон поверхности/контрола на темном фоне */ - public var textOnLightTertiaryActive: Color by colors.obtain("textOnLightTertiaryActive") + public var surfaceOnDarkAccentHover: Color by colors.obtain("surfaceOnDarkAccentHover") /** - * Сплошной наборный текст на светлом фоне + * Акцентный фон поверхности/контрола на темном фоне */ - public var textOnLightParagraphHover: Color by colors.obtain("textOnLightParagraphHover") + public var surfaceOnDarkAccentActive: Color by colors.obtain("surfaceOnDarkAccentActive") /** - * Сплошной наборный текст на светлом фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */ - public var textOnLightParagraph: Color by colors.obtain("textOnLightParagraph") + public var surfaceOnDarkAccentMinor: Color by colors.obtain("surfaceOnDarkAccentMinor") /** - * Сплошной наборный текст на темном фоне + * Основной фон для карточек на темном фоне */ - public var textOnDarkParagraphActive: Color by colors.obtain("textOnDarkParagraphActive") + public var surfaceOnDarkSolidCardActive: Color by colors.obtain("surfaceOnDarkSolidCardActive") /** - * Акцентный цвет на темном фоне + * Основной фон для карточек на темном фоне */ - public var textOnDarkAccentActive: Color by colors.obtain("textOnDarkAccentActive") + public var surfaceOnDarkSolidCard: Color by colors.obtain("surfaceOnDarkSolidCard") /** - * Цвет успеха на светлом фоне + * Основной фон для карточек на темном фоне */ - public var textOnLightPositiveActive: Color by colors.obtain("textOnLightPositiveActive") + public var surfaceOnDarkSolidCardBrightness: Color by + colors.obtain("surfaceOnDarkSolidCardBrightness") /** - * Цвет предупреждения на светлом фоне + * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне */ - public var textOnLightWarningActive: Color by colors.obtain("textOnLightWarningActive") + public var surfaceOnDarkSolidDefaultHover: Color by + colors.obtain("surfaceOnDarkSolidDefaultHover") /** - * Цвет ошибки на светлом фоне + * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне */ - public var textOnLightNegativeHover: Color by colors.obtain("textOnLightNegativeHover") + public var surfaceOnDarkSolidDefaultActive: Color by + colors.obtain("surfaceOnDarkSolidDefaultActive") /** - * Цвет ошибки на светлом фоне + * Основной прозрачный фон поверхности/контрола на темном фоне */ - public var textOnLightNegative: Color by colors.obtain("textOnLightNegative") + public var surfaceOnDarkTransparentPrimary: Color by + colors.obtain("surfaceOnDarkTransparentPrimary") /** - * Цвет информации на светлом фоне + * Основной прозрачный фон поверхности/контрола на темном фоне */ - public var textOnLightInfoActive: Color by colors.obtain("textOnLightInfoActive") + public var surfaceOnDarkTransparentPrimaryHover: Color by + colors.obtain("surfaceOnDarkTransparentPrimaryHover") /** - * Акцентный цвет на светлом фоне + * Основной фон для карточек на темном фоне */ - public var textOnLightAccent: Color by colors.obtain("textOnLightAccent") + public var surfaceOnDarkSolidCardHover: Color by colors.obtain("surfaceOnDarkSolidCardHover") /** - * Акцентный минорный цвет на светлом фоне + * Основной прозрачный фон поверхности/контрола на темном фоне */ - public var textOnLightAccentMinor: Color by colors.obtain("textOnLightAccentMinor") + public var surfaceOnDarkTransparentPrimaryActive: Color by + colors.obtain("surfaceOnDarkTransparentPrimaryActive") /** - * Инвертированный основной цвет текста + * Вторичный прозрачный фон поверхности/контрола на темном фоне */ - public var textInversePrimaryActive: Color by colors.obtain("textInversePrimaryActive") + public var surfaceOnDarkTransparentSecondary: Color by + colors.obtain("surfaceOnDarkTransparentSecondary") /** - * Инвертированный основной цвет текста + * Вторичный прозрачный фон поверхности/контрола на темном фоне */ - public var textInversePrimaryBrightness: Color by colors.obtain("textInversePrimaryBrightness") + public var surfaceOnDarkTransparentSecondaryHover: Color by + colors.obtain("surfaceOnDarkTransparentSecondaryHover") /** - * Инвертированный третичный цвет текста + * Цвет фона поверхности/контрола успех на темном фоне */ - public var textInverseTertiaryActive: Color by colors.obtain("textInverseTertiaryActive") + public var surfaceOnDarkPositive: Color by colors.obtain("surfaceOnDarkPositive") /** - * Цвет предупреждения + * Цвет фона поверхности/контрола успех на темном фоне */ - public var textDefaultWarning: Color by colors.obtain("textDefaultWarning") + public var surfaceOnDarkPositiveHover: Color by colors.obtain("surfaceOnDarkPositiveHover") /** - * Цвет ошибки + * Цвет фона поверхности/контрола успех на темном фоне */ - public var textDefaultNegativeActive: Color by colors.obtain("textDefaultNegativeActive") + public var surfaceOnDarkPositiveActive: Color by colors.obtain("surfaceOnDarkPositiveActive") /** - * Цвет информации + * Цвет фона поверхности/контрола предупреждение на темном фоне */ - public var textDefaultInfoHover: Color by colors.obtain("textDefaultInfoHover") + public var surfaceOnDarkWarning: Color by colors.obtain("surfaceOnDarkWarning") /** - * Цвет информации + * Цвет фона поверхности/контрола предупреждение на темном фоне */ - public var textDefaultInfo: Color by colors.obtain("textDefaultInfo") + public var surfaceOnDarkWarningHover: Color by colors.obtain("surfaceOnDarkWarningHover") /** - * Цвет успеха + * Цвет фона поверхности/контрола предупреждение на темном фоне */ - public var textDefaultPositive: Color by colors.obtain("textDefaultPositive") + public var surfaceOnDarkWarningActive: Color by colors.obtain("surfaceOnDarkWarningActive") /** - * Основной цвет текста на темном фоне + * Цвет фона поверхности/контрола ошибка на темном фоне */ - public var textOnDarkPrimaryHover: Color by colors.obtain("textOnDarkPrimaryHover") + public var surfaceOnDarkNegative: Color by colors.obtain("surfaceOnDarkNegative") /** - * Основной цвет текста на темном фоне + * Цвет фона поверхности/контрола ошибка на темном фоне */ - public var textOnDarkPrimary: Color by colors.obtain("textOnDarkPrimary") + public var surfaceOnDarkNegativeHover: Color by colors.obtain("surfaceOnDarkNegativeHover") /** - * Вторичный цвет текста на темном фоне + * Цвет фона поверхности/контрола ошибка на темном фоне */ - public var textOnDarkSecondaryHover: Color by colors.obtain("textOnDarkSecondaryHover") + public var surfaceOnDarkNegativeActive: Color by colors.obtain("surfaceOnDarkNegativeActive") /** - * Вторичный цвет текста на темном фоне + * Цвет фона поверхности/контрола информация на темном фоне */ - public var textOnDarkSecondary: Color by colors.obtain("textOnDarkSecondary") + public var surfaceOnDarkInfo: Color by colors.obtain("surfaceOnDarkInfo") /** - * Третичный цвет текста на темном фоне + * Цвет фона поверхности/контрола информация на темном фоне */ - public var textOnDarkTertiaryActive: Color by colors.obtain("textOnDarkTertiaryActive") + public var surfaceOnDarkInfoHover: Color by colors.obtain("surfaceOnDarkInfoHover") /** - * Основной цвет текста + * Цвет фона поверхности/контрола информация на темном фоне */ - public var textDefaultPrimary: Color by colors.obtain("textDefaultPrimary") + public var surfaceOnDarkInfoActive: Color by colors.obtain("surfaceOnDarkInfoActive") /** - * Вторичный цвет текста + * Прозрачный акцентный фон поверхности/контрола на темном фоне */ - public var textDefaultSecondaryActive: Color by colors.obtain("textDefaultSecondaryActive") + public var surfaceOnDarkTransparentAccentActive: Color by + colors.obtain("surfaceOnDarkTransparentAccentActive") /** - * Цвет успеха на темном фоне + * Прозрачный акцентный фон поверхности/контрола на темном фоне */ - public var textOnDarkPositiveActive: Color by colors.obtain("textOnDarkPositiveActive") + public var surfaceOnDarkTransparentAccent: Color by + colors.obtain("surfaceOnDarkTransparentAccent") /** - * Цвет предупреждения на темном фоне + * Прозрачный акцентный фон поверхности/контрола на темном фоне */ - public var textOnDarkWarningActive: Color by colors.obtain("textOnDarkWarningActive") + public var surfaceOnDarkTransparentAccentHover: Color by + colors.obtain("surfaceOnDarkTransparentAccentHover") /** - * Цвет ошибки на темном фоне + * Цвет для readOnly */ - public var textOnDarkNegativeHover: Color by colors.obtain("textOnDarkNegativeHover") + public var surfaceOnDarkReadOnly: Color by colors.obtain("surfaceOnDarkReadOnly") /** - * Цвет ошибки на темном фоне + * Цвет для readOnly */ - public var textOnDarkNegative: Color by colors.obtain("textOnDarkNegative") + public var surfaceOnDarkReadOnlyHover: Color by colors.obtain("surfaceOnDarkReadOnlyHover") /** - * Акцентный цвет на темном фоне + * Цвет для readOnly */ - public var textOnDarkAccent: Color by colors.obtain("textOnDarkAccent") + public var surfaceOnDarkReadOnlyActive: Color by colors.obtain("surfaceOnDarkReadOnlyActive") /** - * Акцентный минорный цвет на темном фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnDarkAccentMinor: Color by colors.obtain("textOnDarkAccentMinor") + public var surfaceOnLightSolidPrimary: Color by colors.obtain("surfaceOnLightSolidPrimary") /** - * Основной цвет текста на светлом фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightPrimaryActive: Color by colors.obtain("textOnLightPrimaryActive") + public var surfaceOnLightSolidPrimaryHover: Color by + colors.obtain("surfaceOnLightSolidPrimaryHover") /** - * Вторичный цвет текста на светлом фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightSecondaryActive: Color by colors.obtain("textOnLightSecondaryActive") + public var surfaceOnLightSolidPrimaryActive: Color by + colors.obtain("surfaceOnLightSolidPrimaryActive") /** - * Третичный цвет текста на светлом фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightTertiaryHover: Color by colors.obtain("textOnLightTertiaryHover") + public var surfaceOnLightSolidPrimaryBrightness: Color by + colors.obtain("surfaceOnLightSolidPrimaryBrightness") /** - * Третичный цвет текста на светлом фоне + * Вторичный непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightTertiary: Color by colors.obtain("textOnLightTertiary") + public var surfaceOnLightSolidSecondary: Color by colors.obtain("surfaceOnLightSolidSecondary") /** - * Сплошной наборный текст на светлом фоне + * Вторичный непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightParagraphActive: Color by colors.obtain("textOnLightParagraphActive") + public var surfaceOnLightSolidSecondaryHover: Color by + colors.obtain("surfaceOnLightSolidSecondaryHover") /** - * Сплошной наборный текст на темном фоне + * Вторичный непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnDarkParagraphHover: Color by colors.obtain("textOnDarkParagraphHover") + public var surfaceOnLightSolidSecondaryActive: Color by + colors.obtain("surfaceOnLightSolidSecondaryActive") /** - * Сплошной наборный текст на темном фоне + * Третичный непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnDarkParagraph: Color by colors.obtain("textOnDarkParagraph") + public var surfaceOnLightSolidTertiary: Color by colors.obtain("surfaceOnLightSolidTertiary") /** - * Акцентный минорный цвет на темном фоне + * Третичный непрозрачный фон поверхности/контрола на светлом фоне */ - public var textOnDarkAccentMinorHover: Color by colors.obtain("textOnDarkAccentMinorHover") + public var surfaceOnLightSolidTertiaryHover: Color by + colors.obtain("surfaceOnLightSolidTertiaryHover") /** - * Цвет успеха на светлом фоне + * Прозрачный цвет фона поверхности/контрола предупреждение на темном фоне */ - public var textOnLightPositiveHover: Color by colors.obtain("textOnLightPositiveHover") + public var surfaceOnDarkTransparentNegativeActive: Color by + colors.obtain("surfaceOnDarkTransparentNegativeActive") /** - * Цвет предупреждения на светлом фоне + * Прозрачный цвет фона поверхности/контрола предупреждение на темном фоне */ - public var textOnLightWarningHover: Color by colors.obtain("textOnLightWarningHover") + public var surfaceOnDarkTransparentNegative: Color by + colors.obtain("surfaceOnDarkTransparentNegative") /** - * Цвет предупреждения на светлом фоне + * Прозрачный цвет фона поверхности/контрола предупреждение на темном фоне */ - public var textOnLightWarning: Color by colors.obtain("textOnLightWarning") + public var surfaceOnDarkTransparentNegativeHover: Color by + colors.obtain("surfaceOnDarkTransparentNegativeHover") /** - * Цвет ошибки на светлом фоне + * Вторичный прозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightNegativeActive: Color by colors.obtain("textOnLightNegativeActive") + public var surfaceOnLightTransparentSecondaryActive: Color by + colors.obtain("surfaceOnLightTransparentSecondaryActive") /** - * Цвет информации на светлом фоне + * Третичный прозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightInfoHover: Color by colors.obtain("textOnLightInfoHover") + public var surfaceOnLightTransparentTertiary: Color by + colors.obtain("surfaceOnLightTransparentTertiary") /** - * Цвет информации на светлом фоне + * Третичный прозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightInfo: Color by colors.obtain("textOnLightInfo") + public var surfaceOnLightTransparentTertiaryHover: Color by + colors.obtain("surfaceOnLightTransparentTertiaryHover") /** - * Цвет успеха на светлом фоне + * Третичный прозрачный фон поверхности/контрола на светлом фоне */ - public var textOnLightPositive: Color by colors.obtain("textOnLightPositive") + public var surfaceOnLightTransparentTertiaryActive: Color by + colors.obtain("surfaceOnLightTransparentTertiaryActive") /** - * Инвертированный основной цвет текста + * Глубокий прозрачный фон поверхности/контрола на светлом фоне */ - public var textInversePrimaryHover: Color by colors.obtain("textInversePrimaryHover") + public var surfaceOnLightTransparentDeep: Color by + colors.obtain("surfaceOnLightTransparentDeep") /** - * Инвертированный основной цвет текста + * Глубокий прозрачный фон поверхности/контрола на светлом фоне */ - public var textInversePrimary: Color by colors.obtain("textInversePrimary") + public var surfaceOnLightTransparentDeepHover: Color by + colors.obtain("surfaceOnLightTransparentDeepHover") /** - * Инвертированный вторичный цвет текста + * Глубокий прозрачный фон поверхности/контрола на светлом фоне */ - public var textInverseSecondaryHover: Color by colors.obtain("textInverseSecondaryHover") + public var surfaceOnLightTransparentDeepActive: Color by + colors.obtain("surfaceOnLightTransparentDeepActive") /** - * Инвертированный третичный цвет текста + * Прозрачный фон для карточек на светлом фоне */ - public var textInverseTertiaryHover: Color by colors.obtain("textInverseTertiaryHover") + public var surfaceOnLightTransparentCard: Color by + colors.obtain("surfaceOnLightTransparentCard") /** - * Цвет предупреждения + * Прозрачный фон для карточек на светлом фоне */ - public var textDefaultWarningHover: Color by colors.obtain("textDefaultWarningHover") + public var surfaceOnLightTransparentCardHover: Color by + colors.obtain("surfaceOnLightTransparentCardHover") /** - * Инвертированный цвет ошибки + * Прозрачный фон для карточек на светлом фоне */ - public var textInverseNegative: Color by colors.obtain("textInverseNegative") + public var surfaceOnLightTransparentCardActive: Color by + colors.obtain("surfaceOnLightTransparentCardActive") /** - * Инвертированный цвет информации + * Прозрачный фон для карточек на светлом фоне */ - public var textInverseInfoActive: Color by colors.obtain("textInverseInfoActive") + public var surfaceOnLightTransparentCardBrightness: Color by + colors.obtain("surfaceOnLightTransparentCardBrightness") /** - * Инвертированный акцентный цвет + * Фон поверхности/контрола без заливки на светлом фоне */ - public var textInverseAccent: Color by colors.obtain("textInverseAccent") + public var surfaceOnLightClear: Color by colors.obtain("surfaceOnLightClear") /** - * Прозрачный желтый цвет для данных на темном фоне + * Фон поверхности/контрола без заливки на светлом фоне */ - public var dataOnDarkYellowTransparentActive: Color by - colors.obtain("dataOnDarkYellowTransparentActive") - - public var outlineOnLightMinorBrightness: Color by - colors.obtain("outlineOnLightMinorBrightness") + public var surfaceOnLightClearHover: Color by colors.obtain("surfaceOnLightClearHover") /** - * Непрозрачный фон поверхности/контрола по умолчанию + * Фон поверхности/контрола без заливки на светлом фоне */ - public var surfaceDefaultSolidDefaultActive: Color by - colors.obtain("surfaceDefaultSolidDefaultActive") + public var surfaceOnLightClearActive: Color by colors.obtain("surfaceOnLightClearActive") /** - * Прозрачный фон для карточек на темном фоне + * Акцентный фон поверхности/контрола на светлом фоне */ - public var surfaceOnDarkTransparentCardBrightness: Color by - colors.obtain("surfaceOnDarkTransparentCardBrightness") + public var surfaceOnLightAccent: Color by colors.obtain("surfaceOnLightAccent") /** - * Инвертированный третичный цвет текста + * Акцентный фон поверхности/контрола на светлом фоне */ - public var textInverseTertiary: Color by colors.obtain("textInverseTertiary") + public var surfaceOnLightAccentHover: Color by colors.obtain("surfaceOnLightAccentHover") /** - * Инвертированный cплошной наборный текст + * Акцентный фон поверхности/контрола на светлом фоне */ - public var textInverseParagraphActive: Color by colors.obtain("textInverseParagraphActive") + public var surfaceOnLightAccentActive: Color by colors.obtain("surfaceOnLightAccentActive") /** - * Акцентный цвет на светлом фоне + * Основной фон для карточек на светлом фоне */ - public var textOnLightAccentActive: Color by colors.obtain("textOnLightAccentActive") + public var surfaceOnLightSolidCardActive: Color by + colors.obtain("surfaceOnLightSolidCardActive") /** - * Основной фон + * Основной фон для карточек на светлом фоне */ - public var backgroundDefaultPrimaryBrightness: Color by - colors.obtain("backgroundDefaultPrimaryBrightness") + public var surfaceOnLightSolidCard: Color by colors.obtain("surfaceOnLightSolidCard") /** - * Инвертированный цвет успеха + * Основной фон для карточек на светлом фоне */ - public var textInversePositiveHover: Color by colors.obtain("textInversePositiveHover") + public var surfaceOnLightSolidCardBrightness: Color by + colors.obtain("surfaceOnLightSolidCardBrightness") /** - * Инвертированный цвет предупреждения + * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне */ - public var textInverseWarningActive: Color by colors.obtain("textInverseWarningActive") + public var surfaceOnLightSolidDefault: Color by colors.obtain("surfaceOnLightSolidDefault") /** - * Инвертированный цвет ошибки + * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне */ - public var textInverseNegativeHover: Color by colors.obtain("textInverseNegativeHover") + public var surfaceOnLightSolidDefaultHover: Color by + colors.obtain("surfaceOnLightSolidDefaultHover") /** - * Инвертированный прозрачный фон поверхности по умолчанию + * Основной прозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceInverseTransparentDeep: Color by - colors.obtain("surfaceInverseTransparentDeep") + public var surfaceOnLightTransparentPrimary: Color by + colors.obtain("surfaceOnLightTransparentPrimary") /** - * Третичный прозрачный фон поверхности/контрола на светлом фоне + * Основной прозрачный фон поверхности/контрола на светлом фоне */ - public var surfaceOnLightTransparentTertiaryActive: Color by - colors.obtain("surfaceOnLightTransparentTertiaryActive") + public var surfaceOnLightTransparentPrimaryHover: Color by + colors.obtain("surfaceOnLightTransparentPrimaryHover") /** - * Акцентный минорный цвет на светлом фоне + * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне */ - public var textOnLightAccentMinorActive: Color by colors.obtain("textOnLightAccentMinorActive") + public var surfaceOnLightSolidDefaultActive: Color by + colors.obtain("surfaceOnLightSolidDefaultActive") /** - * Инвертированный cплошной наборный текст + * Основной фон для карточек на светлом фоне */ - public var textInverseParagraphHover: Color by colors.obtain("textInverseParagraphHover") + public var surfaceOnLightSolidCardHover: Color by colors.obtain("surfaceOnLightSolidCardHover") /** - * Инвертированный цвет успеха + * Основной прозрачный фон поверхности/контрола на светлом фоне */ - public var textInversePositiveActive: Color by colors.obtain("textInversePositiveActive") + public var surfaceOnLightTransparentPrimaryActive: Color by + colors.obtain("surfaceOnLightTransparentPrimaryActive") /** - * Инвертированный цвет предупреждения + * Вторичный прозрачный фон поверхности/контрола на светлом фоне */ - public var textInverseWarning: Color by colors.obtain("textInverseWarning") + public var surfaceOnLightTransparentSecondary: Color by + colors.obtain("surfaceOnLightTransparentSecondary") /** - * Инвертированный цвет ошибки + * Вторичный прозрачный фон поверхности/контрола на светлом фоне */ - public var textInverseNegativeActive: Color by colors.obtain("textInverseNegativeActive") + public var surfaceOnLightTransparentSecondaryHover: Color by + colors.obtain("surfaceOnLightTransparentSecondaryHover") /** - * Инвертированный цвет информации + * Цвет фона поверхности/контрола успех на светлом фоне */ - public var textInverseInfoHover: Color by colors.obtain("textInverseInfoHover") + public var surfaceOnLightPositive: Color by colors.obtain("surfaceOnLightPositive") /** - * Инвертированный цвет информации + * Цвет фона поверхности/контрола успех на светлом фоне */ - public var textInverseInfo: Color by colors.obtain("textInverseInfo") + public var surfaceOnLightPositiveHover: Color by colors.obtain("surfaceOnLightPositiveHover") /** - * Инвертированный цвет успеха + * Цвет фона поверхности/контрола успех на светлом фоне */ - public var textInversePositive: Color by colors.obtain("textInversePositive") + public var surfaceOnLightPositiveActive: Color by colors.obtain("surfaceOnLightPositiveActive") /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Цвет фона поверхности/контрола предупреждение на светлом фоне */ - public var surfaceOnDarkTransparentSecondary: Color by - colors.obtain("surfaceOnDarkTransparentSecondary") + public var surfaceOnLightWarning: Color by colors.obtain("surfaceOnLightWarning") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Цвет фона поверхности/контрола предупреждение на светлом фоне */ - public var surfaceOnDarkSolidPrimaryHover: Color by - colors.obtain("surfaceOnDarkSolidPrimaryHover") + public var surfaceOnLightWarningHover: Color by colors.obtain("surfaceOnLightWarningHover") /** - * Акцентный минорный цвет + * Цвет фона поверхности/контрола предупреждение на светлом фоне */ - public var textDefaultAccentMinorActive: Color by colors.obtain("textDefaultAccentMinorActive") + public var surfaceOnLightWarningActive: Color by colors.obtain("surfaceOnLightWarningActive") /** - * Инвертированный вторичный цвет текста + * Цвет фона поверхности/контрола ошибка на светлом фоне */ - public var textInverseSecondaryActive: Color by colors.obtain("textInverseSecondaryActive") + public var surfaceOnLightNegative: Color by colors.obtain("surfaceOnLightNegative") /** - * Вторичный прозрачный фон поверхности/контрола + * Цвет фона поверхности/контрола ошибка на светлом фоне */ - public var surfaceDefaultTransparentSecondaryActive: Color by - colors.obtain("surfaceDefaultTransparentSecondaryActive") + public var surfaceOnLightNegativeHover: Color by colors.obtain("surfaceOnLightNegativeHover") /** - * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + * Цвет фона поверхности/контрола ошибка на светлом фоне */ - public var surfaceInverseSolidDefault: Color by colors.obtain("surfaceInverseSolidDefault") + public var surfaceOnLightNegativeActive: Color by colors.obtain("surfaceOnLightNegativeActive") /** - * Третичный непрозрачный фон поверхности на светлом фоне + * Цвет фона поверхности/контрола информация на светлом фоне */ - public var surfaceOnLightSolidTertiaryActive: Color by - colors.obtain("surfaceOnLightSolidTertiaryActive") - - public var outlineInverseOutlineMinorHover: Color by - colors.obtain("outlineInverseOutlineMinorHover") - - public var outlineInverseOutlineMinor: Color by colors.obtain("outlineInverseOutlineMinor") - - public var outlineInverseOutlineMinorActive: Color by - colors.obtain("outlineInverseOutlineMinorActive") - - public var outlineInverseOutlineMinorBrightness: Color by - colors.obtain("outlineInverseOutlineMinorBrightness") + public var surfaceOnLightInfo: Color by colors.obtain("surfaceOnLightInfo") /** - * Возвращает копию [SddsSbComColors]. Предоставляет возможность переопределять цвета. + * Цвет фона поверхности/контрола информация на светлом фоне */ - public fun copy(overrideColors: ColorOverrideScope.() -> Unit = {}): SddsSbComColors { - val colorOverrideScope = ColorOverrideScope() - overrideColors.invoke(colorOverrideScope) - val overrideMap = colorOverrideScope.overrideMap - return SddsSbComColors(colors.mapValues { overrideMap[it.key] ?: it.value }) - } -} - -/** - * Скоуп переопределения цветов - */ -public class ColorOverrideScope { - private val _overrideMap: MutableMap = mutableMapOf() - - internal val overrideMap: Map - get() = _overrideMap.toMap() + public var surfaceOnLightInfoHover: Color by colors.obtain("surfaceOnLightInfoHover") /** - * Третичный цвет текста + * Цвет фона поверхности/контрола информация на светлом фоне */ - public val textDefaultTertiaryHover: String = "textDefaultTertiaryHover" - - public val personaDefaultIndigoTextAccent: String = "personaDefaultIndigoTextAccent" - - public val personaOnDarkPinkTextAccentBrightness: String = - "personaOnDarkPinkTextAccentBrightness" - - public val personaOnDarkSeaBlueTextAccentBrightness: String = - "personaOnDarkSeaBlueTextAccentBrightness" - - public val outlineDefaultTransparentClear: String = "outlineDefaultTransparentClear" - - public val personaDefaultSeaBlueTextAccentActive: String = - "personaDefaultSeaBlueTextAccentActive" - - public val personaInverseIndigoTextAccentActive: String = "personaInverseIndigoTextAccentActive" - - public val personaOnDarkOchreTextAccent: String = "personaOnDarkOchreTextAccent" - - public val outlineDefaultMinorBrightness: String = "outlineDefaultMinorBrightness" - - public val outlineDefaultDefaultBrightness: String = "outlineDefaultDefaultBrightness" - - public val outlineDefaultTransparentClearBrightness: String = - "outlineDefaultTransparentClearBrightness" - - public val outlineInverseDefaultBrightness: String = "outlineInverseDefaultBrightness" - - public val personaDefaultSeaBlueTextAccentBrightness: String = - "personaDefaultSeaBlueTextAccentBrightness" - - public val personaDefaultVioletTextAccentBrightness: String = - "personaDefaultVioletTextAccentBrightness" + public var surfaceOnLightInfoActive: Color by colors.obtain("surfaceOnLightInfoActive") /** - * Третичный цвет текста + * Прозрачный акцентный фон поверхности/контрола на светлом фоне */ - public val textDefaultTertiaryActive: String = "textDefaultTertiaryActive" + public var surfaceOnLightTransparentAccentActive: Color by + colors.obtain("surfaceOnLightTransparentAccentActive") /** - * Третичный цвет текста + * Прозрачный акцентный фон поверхности/контрола на светлом фоне */ - public val textDefaultTertiary: String = "textDefaultTertiary" + public var surfaceOnLightTransparentAccent: Color by + colors.obtain("surfaceOnLightTransparentAccent") /** - * Непрозрачный фон поверхности/контрола по умолчанию + * Прозрачный акцентный фон поверхности/контрола на светлом фоне */ - public val surfaceDefaultSolidDefaultHover: String = "surfaceDefaultSolidDefaultHover" + public var surfaceOnLightTransparentAccentHover: Color by + colors.obtain("surfaceOnLightTransparentAccentHover") /** - * Инвертированный cплошной наборный текст + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ - public val textInverseParagraph: String = "textInverseParagraph" + public var surfaceOnLightTransparentNegative: Color by + colors.obtain("surfaceOnLightTransparentNegative") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ - public val surfaceOnDarkSolidPrimaryBrightness: String = "surfaceOnDarkSolidPrimaryBrightness" + public var surfaceOnLightTransparentNegativeHover: Color by + colors.obtain("surfaceOnLightTransparentNegativeHover") /** - * Основной цвет текста на темном фоне + * Цвет для readOnly */ - public val textOnDarkPrimaryActive: String = "textOnDarkPrimaryActive" + public var surfaceOnLightReadOnly: Color by colors.obtain("surfaceOnLightReadOnly") /** - * Основной цвет текста на светлом фоне + * Цвет для readOnly */ - public val textOnLightPrimaryBrightness: String = "textOnLightPrimaryBrightness" + public var surfaceOnLightReadOnlyHover: Color by colors.obtain("surfaceOnLightReadOnlyHover") /** - * Цвет успеха + * Цвет для readOnly */ - public val textDefaultPositiveHover: String = "textDefaultPositiveHover" + public var surfaceOnLightReadOnlyActive: Color by colors.obtain("surfaceOnLightReadOnlyActive") /** - * Инвертированный вторичный цвет текста + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public val textInverseSecondary: String = "textInverseSecondary" + public var surfaceInverseSolidPrimary: Color by colors.obtain("surfaceInverseSolidPrimary") /** - * Инвертированный акцентный цвет + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public val textInverseAccentHover: String = "textInverseAccentHover" + public var surfaceInverseSolidPrimaryHover: Color by + colors.obtain("surfaceInverseSolidPrimaryHover") /** - * Цвет обводки успех + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public val outlineDefaultPositiveActive: String = "outlineDefaultPositiveActive" + public var surfaceInverseSolidPrimaryActive: Color by + colors.obtain("surfaceInverseSolidPrimaryActive") /** - * Вторичный непрозрачный фон поверхности/контрола + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidSecondaryActive: String = "surfaceDefaultSolidSecondaryActive" + public var surfaceInverseSolidPrimaryBrightness: Color by + colors.obtain("surfaceInverseSolidPrimaryBrightness") /** - * Вторичный непрозрачный фон поверхности/контрола + * Инвертированный вторичный непрозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidSecondary: String = "surfaceDefaultSolidSecondary" + public var surfaceInverseSolidSecondary: Color by colors.obtain("surfaceInverseSolidSecondary") /** - * Третичный непрозрачный фон поверхности/контрола + * Инвертированный вторичный непрозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidTertiaryHover: String = "surfaceDefaultSolidTertiaryHover" + public var surfaceInverseSolidSecondaryHover: Color by + colors.obtain("surfaceInverseSolidSecondaryHover") /** - * Третичный непрозрачный фон поверхности/контрола + * Инвертированный вторичный непрозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidTertiaryActive: String = "surfaceDefaultSolidTertiaryActive" + public var surfaceInverseSolidSecondaryActive: Color by + colors.obtain("surfaceInverseSolidSecondaryActive") /** - * Третичный непрозрачный фон поверхности/контрола + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ - public val surfaceDefaultSolidTertiary: String = "surfaceDefaultSolidTertiary" + public var surfaceOnLightTransparentNegativeActive: Color by + colors.obtain("surfaceOnLightTransparentNegativeActive") /** - * Основной фон для карточек + * Инвертированный вторичный прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidCardHover: String = "surfaceDefaultSolidCardHover" + public var surfaceInverseTransparentSecondaryHover: Color by + colors.obtain("surfaceInverseTransparentSecondaryHover") /** - * Основной фон для карточек + * Инвертированный вторичный прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidCardActive: String = "surfaceDefaultSolidCardActive" + public var surfaceInverseTransparentSecondaryActive: Color by + colors.obtain("surfaceInverseTransparentSecondaryActive") /** - * Основной фон для карточек + * Инвертированный третичный прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidCard: String = "surfaceDefaultSolidCard" + public var surfaceInverseTransparentTertiary: Color by + colors.obtain("surfaceInverseTransparentTertiary") /** - * Основной фон для карточек + * Инвертированный третичный прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidCardBrightness: String = "surfaceDefaultSolidCardBrightness" + public var surfaceInverseTransparentTertiaryHover: Color by + colors.obtain("surfaceInverseTransparentTertiaryHover") /** - * Основной непрозрачный фон поверхности/контрола + * Инвертированный третичный прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidPrimaryActive: String = "surfaceDefaultSolidPrimaryActive" + public var surfaceInverseTransparentTertiaryActive: Color by + colors.obtain("surfaceInverseTransparentTertiaryActive") /** - * Основной непрозрачный фон поверхности/контрола + * Инвертированный глубокий прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidPrimaryBrightness: String = "surfaceDefaultSolidPrimaryBrightness" + public var surfaceInverseTransparentDeep: Color by + colors.obtain("surfaceInverseTransparentDeep") /** - * Основной непрозрачный фон поверхности/контрола + * Инвертированный глубокий прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidPrimary: String = "surfaceDefaultSolidPrimary" + public var surfaceInverseTransparentDeepHover: Color by + colors.obtain("surfaceInverseTransparentDeepHover") /** - * Вторичный непрозрачный фон поверхности/контрола + * Инвертированный глубокий прозрачный фон поверхности/контрола */ - public val surfaceDefaultSolidSecondaryHover: String = "surfaceDefaultSolidSecondaryHover" + public var surfaceInverseTransparentDeepActive: Color by + colors.obtain("surfaceInverseTransparentDeepActive") /** - * Третичный прозрачный фон поверхности/контрола + * Инвертированный прозрачный фон для карточек */ - public val surfaceDefaultTransparentTertiaryHover: String = - "surfaceDefaultTransparentTertiaryHover" + public var surfaceInverseTransparentCard: Color by + colors.obtain("surfaceInverseTransparentCard") /** - * Третичный прозрачный фон поверхности/контрола + * Инвертированный прозрачный фон для карточек */ - public val surfaceDefaultTransparentTertiaryActive: String = - "surfaceDefaultTransparentTertiaryActive" + public var surfaceInverseTransparentCardHover: Color by + colors.obtain("surfaceInverseTransparentCardHover") /** - * Третичный прозрачный фон поверхности/контрола + * Инвертированный прозрачный фон для карточек */ - public val surfaceDefaultTransparentTertiary: String = "surfaceDefaultTransparentTertiary" + public var surfaceInverseTransparentCardActive: Color by + colors.obtain("surfaceInverseTransparentCardActive") /** - * Прозрачный фон поверхности/контрола по умолчанию + * Инвертированный прозрачный фон для карточек */ - public val surfaceDefaultTransparentDeepHover: String = "surfaceDefaultTransparentDeepHover" - - /** - * Прозрачный фон поверхности/контрола по умолчанию - */ - public val surfaceDefaultTransparentDeepActive: String = "surfaceDefaultTransparentDeepActive" + public var surfaceInverseTransparentCardBrightness: Color by + colors.obtain("surfaceInverseTransparentCardBrightness") /** - * Прозрачный фон поверхности/контрола по умолчанию + * Инвертированный фон поверхности/контрола без заливки */ - public val surfaceDefaultTransparentDeep: String = "surfaceDefaultTransparentDeep" + public var surfaceInverseClear: Color by colors.obtain("surfaceInverseClear") /** - * Прозрачный фон для карточек + * Инвертированный фон поверхности/контрола без заливки */ - public val surfaceDefaultTransparentCardHover: String = "surfaceDefaultTransparentCardHover" + public var surfaceInverseClearHover: Color by colors.obtain("surfaceInverseClearHover") /** - * Прозрачный фон для карточек + * Инвертированный фон поверхности/контрола без заливки */ - public val surfaceDefaultTransparentCardActive: String = "surfaceDefaultTransparentCardActive" + public var surfaceInverseClearActive: Color by colors.obtain("surfaceInverseClearActive") /** - * Прозрачный фон для карточек + * Инвертированный акцентный фон поверхности/контрола */ - public val surfaceDefaultTransparentCard: String = "surfaceDefaultTransparentCard" + public var surfaceInverseAccent: Color by colors.obtain("surfaceInverseAccent") /** - * Прозрачный фон для карточек + * Инвертированный третичный непрозрачный фон поверхности/контрола */ - public val surfaceDefaultTransparentCardBrightness: String = - "surfaceDefaultTransparentCardBrightness" + public var surfaceInverseSolidTertiaryActive: Color by + colors.obtain("surfaceInverseSolidTertiaryActive") /** - * Фон поверхности/контрола без заливки + * Инвертированный третичный непрозрачный фон поверхности/контрола */ - public val surfaceDefaultClearHover: String = "surfaceDefaultClearHover" + public var surfaceInverseSolidTertiaryHover: Color by + colors.obtain("surfaceInverseSolidTertiaryHover") /** - * Фон поверхности/контрола без заливки + * Инвертированный основной фон для карточек */ - public val surfaceDefaultClearActive: String = "surfaceDefaultClearActive" + public var surfaceInverseSolidCard: Color by colors.obtain("surfaceInverseSolidCard") /** - * Фон поверхности/контрола без заливки + * Инвертированный основной фон для карточек */ - public val surfaceDefaultClear: String = "surfaceDefaultClear" + public var surfaceInverseSolidCardActive: Color by + colors.obtain("surfaceInverseSolidCardActive") /** - * Акцентный минорный непрозрачный фон поверхности/контрола + * Инвертированный основной фон для карточек */ - public val surfaceDefaultAccentMinorActive: String = "surfaceDefaultAccentMinorActive" + public var surfaceInverseSolidCardHover: Color by colors.obtain("surfaceInverseSolidCardHover") /** - * Прозрачный акцентный фон поверхности/контрола + * Инвертированный непрозрачный фон поверхности/контрола по умолчанию */ - public val surfaceDefaultTransparentAccentHover: String = "surfaceDefaultTransparentAccentHover" + public var surfaceInverseSolidDefaultHover: Color by + colors.obtain("surfaceInverseSolidDefaultHover") /** - * Прозрачный акцентный фон поверхности/контрола + * Инвертированный непрозрачный фон поверхности/контрола по умолчанию */ - public val surfaceDefaultTransparentAccentActive: String = - "surfaceDefaultTransparentAccentActive" + public var surfaceInverseSolidDefaultActive: Color by + colors.obtain("surfaceInverseSolidDefaultActive") /** - * Цвет фона поверхности/контрола успех + * Инвертированный основной фон для карточек */ - public val surfaceDefaultPositiveHover: String = "surfaceDefaultPositiveHover" + public var surfaceInverseSolidCardBrightness: Color by + colors.obtain("surfaceInverseSolidCardBrightness") /** - * Цвет фона поверхности/контрола успех + * Инвертированный непрозрачный фон поверхности/контрола по умолчанию */ - public val surfaceDefaultPositiveActive: String = "surfaceDefaultPositiveActive" + public var surfaceInverseSolidDefault: Color by colors.obtain("surfaceInverseSolidDefault") /** - * Цвет фона поверхности предупреждение + * Инвертированный основной прозрачный фон поверхности/контрола */ - public val surfaceDefaultWarningHover: String = "surfaceDefaultWarningHover" + public var surfaceInverseTransparentPrimary: Color by + colors.obtain("surfaceInverseTransparentPrimary") /** - * Основной прозрачный фон поверхности/контрола + * Инвертированный основной прозрачный фон поверхности/контрола */ - public val surfaceDefaultTransparentPrimaryHover: String = - "surfaceDefaultTransparentPrimaryHover" + public var surfaceInverseTransparentPrimaryHover: Color by + colors.obtain("surfaceInverseTransparentPrimaryHover") /** - * Основной прозрачный фон поверхности/контрола + * Инвертированный основной прозрачный фон поверхности/контрола */ - public val surfaceDefaultTransparentPrimaryActive: String = - "surfaceDefaultTransparentPrimaryActive" + public var surfaceInverseTransparentPrimaryActive: Color by + colors.obtain("surfaceInverseTransparentPrimaryActive") /** - * Инвертированный минорный акцентный цвет + * Инвертированный вторичный прозрачный фон поверхности/контрола */ - public val textInverseAccentMinorHover: String = "textInverseAccentMinorHover" + public var surfaceInverseTransparentSecondary: Color by + colors.obtain("surfaceInverseTransparentSecondary") /** - * Инвертированный минорный акцентный цвет + * Инвертированный цвет фона поверхности/контрола успех */ - public val textInverseAccentMinorActive: String = "textInverseAccentMinorActive" + public var surfaceInversePositive: Color by colors.obtain("surfaceInversePositive") /** - * Цвет фона поверхности/контрола информация + * Инвертированный цвет фона поверхности/контрола успех */ - public val surfaceDefaultInfo: String = "surfaceDefaultInfo" + public var surfaceInversePositiveHover: Color by colors.obtain("surfaceInversePositiveHover") /** - * Цвет фона поверхности/контрола успех + * Инвертированный цвет фона поверхности/контрола успех */ - public val surfaceDefaultPositive: String = "surfaceDefaultPositive" + public var surfaceInversePositiveActive: Color by colors.obtain("surfaceInversePositiveActive") /** - * Акцентный минорный непрозрачный фон поверхности/контрола + * Инвертированный цвет фона поверхности/контрола предупреждение */ - public val surfaceDefaultAccentMinor: String = "surfaceDefaultAccentMinor" + public var surfaceInverseWarning: Color by colors.obtain("surfaceInverseWarning") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Инвертированный цвет фона поверхности/контрола предупреждение */ - public val surfaceOnDarkSolidPrimary: String = "surfaceOnDarkSolidPrimary" + public var surfaceInverseWarningHover: Color by colors.obtain("surfaceInverseWarningHover") /** - * Вторичный непрозрачный фон поверхности на темном фоне + * Инвертированный цвет фона поверхности/контрола предупреждение */ - public val surfaceOnDarkSolidSecondaryHover: String = "surfaceOnDarkSolidSecondaryHover" + public var surfaceInverseWarningActive: Color by colors.obtain("surfaceInverseWarningActive") /** - * Вторичный непрозрачный фон поверхности на темном фоне + * Инвертированный цвет фона поверхности/контрола ошибка */ - public val surfaceOnDarkSolidSecondaryActive: String = "surfaceOnDarkSolidSecondaryActive" + public var surfaceInverseNegative: Color by colors.obtain("surfaceInverseNegative") /** - * Вторичный непрозрачный фон поверхности на темном фоне + * Инвертированный цвет фона поверхности/контрола ошибка */ - public val surfaceOnDarkSolidSecondary: String = "surfaceOnDarkSolidSecondary" + public var surfaceInverseNegativeHover: Color by colors.obtain("surfaceInverseNegativeHover") /** - * Третичный непрозрачный фон поверхности/контрола на темном фоне + * Инвертированный цвет фона поверхности/контрола ошибка */ - public val surfaceOnDarkSolidTertiaryHover: String = "surfaceOnDarkSolidTertiaryHover" + public var surfaceInverseNegativeActive: Color by colors.obtain("surfaceInverseNegativeActive") /** - * Третичный непрозрачный фон поверхности/контрола на темном фоне + * Инвертированный цвет фона поверхности/контрола информация */ - public val surfaceOnDarkSolidTertiaryActive: String = "surfaceOnDarkSolidTertiaryActive" + public var surfaceInverseInfo: Color by colors.obtain("surfaceInverseInfo") /** - * Третичный непрозрачный фон поверхности/контрола на темном фоне + * Инвертированный цвет фона поверхности/контрола информация */ - public val surfaceOnDarkSolidTertiary: String = "surfaceOnDarkSolidTertiary" + public var surfaceInverseInfoHover: Color by colors.obtain("surfaceInverseInfoHover") /** - * Основной фон для карточек на темном фоне + * Инвертированный цвет фона поверхности/контрола информация */ - public val surfaceOnDarkSolidCardHover: String = "surfaceOnDarkSolidCardHover" + public var surfaceInverseInfoActive: Color by colors.obtain("surfaceInverseInfoActive") /** - * Основной фон для карточек на темном фоне + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */ - public val surfaceOnDarkSolidCardActive: String = "surfaceOnDarkSolidCardActive" + public var surfaceInverseAccentMinorActive: Color by + colors.obtain("surfaceInverseAccentMinorActive") /** - * Основной фон для карточек на темном фоне + * Инвертированный акцентный фон поверхности/контрола */ - public val surfaceOnDarkSolidCard: String = "surfaceOnDarkSolidCard" + public var surfaceInverseAccentHover: Color by colors.obtain("surfaceInverseAccentHover") /** - * Основной фон для карточек на темном фоне + * Прозрачный инвертированный акцентный фон поверхности/контрола */ - public val surfaceOnDarkSolidCardBrightness: String = "surfaceOnDarkSolidCardBrightness" + public var surfaceInverseTransparentAccent: Color by + colors.obtain("surfaceInverseTransparentAccent") /** - * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + * Прозрачный инвертированный акцентный фон поверхности/контрола */ - public val surfaceOnDarkSolidDefaultHover: String = "surfaceOnDarkSolidDefaultHover" + public var surfaceInverseTransparentAccentHover: Color by + colors.obtain("surfaceInverseTransparentAccentHover") /** - * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + * Прозрачный инвертированный акцентный фон поверхности/контрола */ - public val surfaceOnDarkSolidDefaultActive: String = "surfaceOnDarkSolidDefaultActive" + public var surfaceInverseTransparentAccentActive: Color by + colors.obtain("surfaceInverseTransparentAccentActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + * Инвертированный акцентный фон поверхности/контрола */ - public val surfaceOnDarkSolidDefault: String = "surfaceOnDarkSolidDefault" + public var surfaceInverseAccentActive: Color by colors.obtain("surfaceInverseAccentActive") /** - * Основной прозрачный фон поверхности/контрола на темном фоне + * Прозрачный инвертированный цвет фона поверхности/контрола предупреждение */ - public val surfaceOnDarkTransparentPrimaryHover: String = "surfaceOnDarkTransparentPrimaryHover" + public var surfaceInverseTransparentNegativeActive: Color by + colors.obtain("surfaceInverseTransparentNegativeActive") /** - * Основной прозрачный фон поверхности/контрола на темном фоне + * Прозрачный инвертированный цвет фона поверхности/контрола предупреждение */ - public val surfaceOnDarkTransparentPrimaryActive: String = - "surfaceOnDarkTransparentPrimaryActive" + public var surfaceInverseTransparentNegative: Color by + colors.obtain("surfaceInverseTransparentNegative") /** - * Основной прозрачный фон поверхности/контрола на темном фоне + * Цвет для readOnly */ - public val surfaceOnDarkTransparentPrimary: String = "surfaceOnDarkTransparentPrimary" + public var surfaceInverseReadOnly: Color by colors.obtain("surfaceInverseReadOnly") /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Цвет для readOnly */ - public val surfaceOnDarkTransparentSecondaryHover: String = - "surfaceOnDarkTransparentSecondaryHover" + public var surfaceInverseReadOnlyHover: Color by colors.obtain("surfaceInverseReadOnlyHover") /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Цвет для readOnly */ - public val surfaceOnDarkTransparentSecondaryActive: String = - "surfaceOnDarkTransparentSecondaryActive" + public var surfaceInverseReadOnlyActive: Color by colors.obtain("surfaceInverseReadOnlyActive") /** - * Цвет фона поверхности предупреждение + * Основной фон */ - public val surfaceDefaultWarning: String = "surfaceDefaultWarning" + public var backgroundDefaultPrimary: Color by colors.obtain("backgroundDefaultPrimary") /** - * Цвет фона поверхности/контрола ошибка + * Вторичный фон */ - public val surfaceDefaultNegativeHover: String = "surfaceDefaultNegativeHover" + public var backgroundDefaultSecondary: Color by colors.obtain("backgroundDefaultSecondary") /** - * Цвет фона поверхности/контрола ошибка + * Третичный фон */ - public val surfaceDefaultNegativeActive: String = "surfaceDefaultNegativeActive" + public var backgroundDefaultTertiary: Color by colors.obtain("backgroundDefaultTertiary") /** - * Цвет фона поверхности/контрола информация + * Основной фон на темном фоне */ - public val surfaceDefaultInfoHover: String = "surfaceDefaultInfoHover" + public var backgroundDarkPrimary: Color by colors.obtain("backgroundDarkPrimary") /** - * Цвет фона поверхности/контрола информация + * Вторичный фон на темном фоне */ - public val surfaceDefaultInfoActive: String = "surfaceDefaultInfoActive" + public var backgroundDarkSecondary: Color by colors.obtain("backgroundDarkSecondary") /** - * Прозрачный фон для карточек на темном фоне + * Третичный фон на темном фоне */ - public val surfaceOnDarkTransparentCardActive: String = "surfaceOnDarkTransparentCardActive" + public var backgroundDarkTertiary: Color by colors.obtain("backgroundDarkTertiary") /** - * Вторичный прозрачный фон поверхности/контрола + * Основной фон на светлом фоне */ - public val surfaceDefaultTransparentSecondary: String = "surfaceDefaultTransparentSecondary" + public var backgroundLightPrimary: Color by colors.obtain("backgroundLightPrimary") /** - * Прозрачный акцентный фон поверхности/контрола + * Прозрачный инвертированный цвет фона поверхности/контрола предупреждение */ - public val surfaceDefaultTransparentAccent: String = "surfaceDefaultTransparentAccent" + public var surfaceInverseTransparentNegativeHover: Color by + colors.obtain("surfaceInverseTransparentNegativeHover") /** - * Прозрачный акцентный фон поверхности/контрола на темном фоне + * Инвертированный цвет фона паранжи светлый */ - public val surfaceOnDarkTransparentAccentHover: String = "surfaceOnDarkTransparentAccentHover" + public var overlayInverseSoft: Color by colors.obtain("overlayInverseSoft") /** - * Прозрачный акцентный фон поверхности/контрола на темном фоне + * Инвертированный цвет фона паранжи темный */ - public val surfaceOnDarkTransparentAccentActive: String = "surfaceOnDarkTransparentAccentActive" + public var overlayInverseHard: Color by colors.obtain("overlayInverseHard") /** - * Цвет фона поверхности/контрола успех на темном фоне + * Основной прозрачный цвет обводки */ - public val surfaceOnDarkPositiveHover: String = "surfaceOnDarkPositiveHover" + public var outlineDefaultTransparentPrimary: Color by + colors.obtain("outlineDefaultTransparentPrimary") /** - * Цвет фона поверхности/контрола успех на темном фоне + * Основной прозрачный цвет обводки */ - public val surfaceOnDarkPositiveActive: String = "surfaceOnDarkPositiveActive" + public var outlineDefaultTransparentPrimaryHover: Color by + colors.obtain("outlineDefaultTransparentPrimaryHover") /** - * Цвет фона поверхности предупреждение на темном фоне + * Основной прозрачный цвет обводки */ - public val surfaceOnDarkWarningHover: String = "surfaceOnDarkWarningHover" + public var outlineDefaultTransparentPrimaryActive: Color by + colors.obtain("outlineDefaultTransparentPrimaryActive") /** - * Цвет фона поверхности предупреждение на темном фоне + * Бесцветная обводка */ - public val surfaceOnDarkWarningActive: String = "surfaceOnDarkWarningActive" + public var outlineDefaultClear: Color by colors.obtain("outlineDefaultClear") /** - * Цвет фона поверхности предупреждение на темном фоне + * Инвертированный вторичный фон */ - public val surfaceOnDarkWarning: String = "surfaceOnDarkWarning" + public var backgroundInverseSecondary: Color by colors.obtain("backgroundInverseSecondary") /** - * Цвет фона поверхности/контрола ошибка на темном фоне + * Третичный фон на светлом фоне */ - public val surfaceOnDarkNegativeHover: String = "surfaceOnDarkNegativeHover" + public var backgroundLightTertiary: Color by colors.obtain("backgroundLightTertiary") /** - * Цвет фона поверхности/контрола ошибка на темном фоне + * Инвертированный третичный фон */ - public val surfaceOnDarkNegativeActive: String = "surfaceOnDarkNegativeActive" + public var backgroundInverseTertiary: Color by colors.obtain("backgroundInverseTertiary") /** - * Третичный прозрачный фон поверхности/контрола на темном фоне + * Цвет фона паранжи светлый */ - public val surfaceOnDarkTransparentTertiaryHover: String = - "surfaceOnDarkTransparentTertiaryHover" + public var overlayDefaultSoft: Color by colors.obtain("overlayDefaultSoft") /** - * Третичный прозрачный фон поверхности/контрола на темном фоне + * Цвет фона паранжи темный */ - public val surfaceOnDarkTransparentTertiaryActive: String = - "surfaceOnDarkTransparentTertiaryActive" + public var overlayDefaultHard: Color by colors.obtain("overlayDefaultHard") /** - * Прозрачный фон поверхности по умолчанию на темном фоне + * Цвет фона паранжи светлый на темном фоне */ - public val surfaceOnDarkTransparentDeepHover: String = "surfaceOnDarkTransparentDeepHover" + public var overlayOnDarkSoft: Color by colors.obtain("overlayOnDarkSoft") /** - * Прозрачный фон поверхности по умолчанию на темном фоне + * Цвет фона паранжи темный на темном фоне */ - public val surfaceOnDarkTransparentDeep: String = "surfaceOnDarkTransparentDeep" + public var overlayOnDarkHard: Color by colors.obtain("overlayOnDarkHard") /** - * Прозрачный фон для карточек на темном фоне + * Инвертированный основной фон */ - public val surfaceOnDarkTransparentCardHover: String = "surfaceOnDarkTransparentCardHover" + public var backgroundInversePrimary: Color by colors.obtain("backgroundInversePrimary") /** - * Основной непрозрачный фон поверхности на светлом фоне + * Цвет фона паранжи светлый на светлом фоне */ - public val surfaceOnLightSolidPrimary: String = "surfaceOnLightSolidPrimary" + public var overlayOnLightSoft: Color by colors.obtain("overlayOnLightSoft") /** - * Основной непрозрачный фон поверхности на светлом фоне + * Цвет фона паранжи темный на светлом фоне */ - public val surfaceOnLightSolidPrimaryBrightness: String = "surfaceOnLightSolidPrimaryBrightness" + public var overlayOnLightHard: Color by colors.obtain("overlayOnLightHard") /** - * Вторичный непрозрачный фон поверхности на светлом фоне + * Цвет обводки успех */ - public val surfaceOnLightSolidSecondaryHover: String = "surfaceOnLightSolidSecondaryHover" + public var outlineDefaultPositive: Color by colors.obtain("outlineDefaultPositive") /** - * Вторичный непрозрачный фон поверхности на светлом фоне + * Цвет обводки успех */ - public val surfaceOnLightSolidSecondaryActive: String = "surfaceOnLightSolidSecondaryActive" + public var outlineDefaultPositiveHover: Color by colors.obtain("outlineDefaultPositiveHover") /** - * Вторичный непрозрачный фон поверхности на светлом фоне + * Цвет обводки успех */ - public val surfaceOnLightSolidSecondary: String = "surfaceOnLightSolidSecondary" + public var outlineDefaultPositiveActive: Color by colors.obtain("outlineDefaultPositiveActive") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + * Цвет обводки предупреждение */ - public val surfaceOnDarkAccentMinorHover: String = "surfaceOnDarkAccentMinorHover" + public var outlineDefaultWarning: Color by colors.obtain("outlineDefaultWarning") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + * Цвет обводки предупреждение */ - public val surfaceOnDarkAccentMinorActive: String = "surfaceOnDarkAccentMinorActive" + public var outlineDefaultWarningHover: Color by colors.obtain("outlineDefaultWarningHover") /** - * Основной фон для карточек на светлом фоне + * Цвет обводки предупреждение */ - public val surfaceOnLightSolidCardActive: String = "surfaceOnLightSolidCardActive" + public var outlineDefaultWarningActive: Color by colors.obtain("outlineDefaultWarningActive") /** - * Основной фон для карточек на светлом фоне + * Цвет обводки ошибка */ - public val surfaceOnLightSolidCard: String = "surfaceOnLightSolidCard" + public var outlineDefaultNegative: Color by colors.obtain("outlineDefaultNegative") /** - * Основной фон для карточек на светлом фоне + * Цвет обводки ошибка */ - public val surfaceOnLightSolidCardBrightness: String = "surfaceOnLightSolidCardBrightness" + public var outlineDefaultNegativeHover: Color by colors.obtain("outlineDefaultNegativeHover") /** - * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + * Цвет обводки ошибка */ - public val surfaceOnLightSolidDefaultActive: String = "surfaceOnLightSolidDefaultActive" + public var outlineDefaultNegativeActive: Color by colors.obtain("outlineDefaultNegativeActive") /** - * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + * Цвет обводки информация */ - public val surfaceOnLightSolidDefault: String = "surfaceOnLightSolidDefault" + public var outlineDefaultInfo: Color by colors.obtain("outlineDefaultInfo") /** - * Основной прозрачный фон поверхности/контрола на светлом фоне + * Цвет обводки информация */ - public val surfaceOnLightTransparentPrimaryHover: String = - "surfaceOnLightTransparentPrimaryHover" + public var outlineDefaultInfoHover: Color by colors.obtain("outlineDefaultInfoHover") /** - * Основной прозрачный фон поверхности/контрола на светлом фоне + * Цвет обводки информация */ - public val surfaceOnLightTransparentPrimaryActive: String = - "surfaceOnLightTransparentPrimaryActive" + public var outlineDefaultInfoActive: Color by colors.obtain("outlineDefaultInfoActive") /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне + * Бесцветная обводка */ - public val surfaceOnLightTransparentSecondaryHover: String = - "surfaceOnLightTransparentSecondaryHover" + public var outlineDefaultClearActive: Color by colors.obtain("outlineDefaultClearActive") /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне + * Бесцветная обводка */ - public val surfaceOnLightTransparentSecondaryActive: String = - "surfaceOnLightTransparentSecondaryActive" + public var outlineDefaultClearHover: Color by colors.obtain("outlineDefaultClearHover") /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне + * Основной прозрачный цвет обводки на темном фоне */ - public val surfaceOnLightTransparentSecondary: String = "surfaceOnLightTransparentSecondary" + public var outlineOnDarkTransparentPrimary: Color by + colors.obtain("outlineOnDarkTransparentPrimary") /** - * Третичный прозрачный фон поверхности/контрола на светлом фоне + * Основной прозрачный цвет обводки на темном фоне */ - public val surfaceOnLightTransparentTertiaryHover: String = - "surfaceOnLightTransparentTertiaryHover" + public var outlineOnDarkTransparentPrimaryHover: Color by + colors.obtain("outlineOnDarkTransparentPrimaryHover") /** - * Основной цвет текста + * Основной прозрачный цвет обводки на темном фоне */ - public val textDefaultPrimaryHover: String = "textDefaultPrimaryHover" + public var outlineOnDarkTransparentPrimaryActive: Color by + colors.obtain("outlineOnDarkTransparentPrimaryActive") /** - * Цвет фона поверхности/контрола информация на темном фоне + * Цвет обводки успех на темном фоне */ - public val surfaceOnDarkInfoHover: String = "surfaceOnDarkInfoHover" + public var outlineOnDarkPositive: Color by colors.obtain("outlineOnDarkPositive") /** - * Цвет фона поверхности/контрола информация на темном фоне + * Цвет обводки успех на темном фоне */ - public val surfaceOnDarkInfoActive: String = "surfaceOnDarkInfoActive" + public var outlineOnDarkPositiveHover: Color by colors.obtain("outlineOnDarkPositiveHover") /** - * Третичный прозрачный фон поверхности/контрола на темном фоне + * Цвет обводки успех на темном фоне */ - public val surfaceOnDarkTransparentTertiary: String = "surfaceOnDarkTransparentTertiary" + public var outlineOnDarkPositiveActive: Color by colors.obtain("outlineOnDarkPositiveActive") /** - * Цвет фона поверхности/контрола информация на темном фоне + * Цвет обводки предупреждение на темном фоне */ - public val surfaceOnDarkInfo: String = "surfaceOnDarkInfo" + public var outlineOnDarkWarning: Color by colors.obtain("outlineOnDarkWarning") /** - * Основной непрозрачный фон поверхности на светлом фоне + * Цвет обводки предупреждение на темном фоне */ - public val surfaceOnLightSolidPrimaryHover: String = "surfaceOnLightSolidPrimaryHover" + public var outlineOnDarkWarningHover: Color by colors.obtain("outlineOnDarkWarningHover") /** - * Основной непрозрачный фон поверхности на светлом фоне + * Цвет обводки предупреждение на темном фоне */ - public val surfaceOnLightSolidPrimaryActive: String = "surfaceOnLightSolidPrimaryActive" + public var outlineOnDarkWarningActive: Color by colors.obtain("outlineOnDarkWarningActive") /** - * Прозрачный фон для карточек на светлом фоне + * Цвет обводки ошибка на темном фоне */ - public val surfaceOnLightTransparentCardBrightness: String = - "surfaceOnLightTransparentCardBrightness" + public var outlineOnDarkNegative: Color by colors.obtain("outlineOnDarkNegative") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + * Цвет обводки ошибка на темном фоне */ - public val surfaceOnLightAccentMinorActive: String = "surfaceOnLightAccentMinorActive" + public var outlineOnDarkNegativeHover: Color by colors.obtain("outlineOnDarkNegativeHover") /** - * Прозрачный акцентный фон поверхности/контрола на светлом фоне + * Цвет обводки ошибка на темном фоне */ - public val surfaceOnLightTransparentAccentHover: String = "surfaceOnLightTransparentAccentHover" + public var outlineOnDarkNegativeActive: Color by colors.obtain("outlineOnDarkNegativeActive") /** - * Прозрачный акцентный фон поверхности/контрола на светлом фоне + * Цвет обводки информация на темном фоне */ - public val surfaceOnLightTransparentAccentActive: String = - "surfaceOnLightTransparentAccentActive" + public var outlineOnDarkInfo: Color by colors.obtain("outlineOnDarkInfo") /** - * Третичный непрозрачный фон поверхности на светлом фоне + * Цвет обводки информация на темном фоне */ - public val surfaceOnLightSolidTertiary: String = "surfaceOnLightSolidTertiary" + public var outlineOnDarkInfoHover: Color by colors.obtain("outlineOnDarkInfoHover") /** - * Основной фон для карточек на светлом фоне + * Цвет обводки информация на темном фоне */ - public val surfaceOnLightSolidCardHover: String = "surfaceOnLightSolidCardHover" + public var outlineOnDarkInfoActive: Color by colors.obtain("outlineOnDarkInfoActive") /** - * Цвет фона поверхности/контрола успех на светлом фоне + * Бесцветная обводка на темном фоне */ - public val surfaceOnLightPositiveHover: String = "surfaceOnLightPositiveHover" + public var outlineOnDarkClearActive: Color by colors.obtain("outlineOnDarkClearActive") /** - * Цвет фона поверхности/контрола успех на светлом фоне + * Бесцветная обводка на темном фоне */ - public val surfaceOnLightPositiveActive: String = "surfaceOnLightPositiveActive" + public var outlineOnDarkClear: Color by colors.obtain("outlineOnDarkClear") /** - * Цвет фона поверхности / предупреждение на светлом фоне + * Бесцветная обводка на темном фоне */ - public val surfaceOnLightWarningHover: String = "surfaceOnLightWarningHover" + public var outlineOnDarkClearHover: Color by colors.obtain("outlineOnDarkClearHover") /** - * Цвет фона поверхности / предупреждение на светлом фоне + * Бесцветная обводка на светлом фоне */ - public val surfaceOnLightWarningActive: String = "surfaceOnLightWarningActive" + public var outlineOnLightClear: Color by colors.obtain("outlineOnLightClear") /** - * Цвет фона поверхности / предупреждение на светлом фоне + * Бесцветная обводка на светлом фоне */ - public val surfaceOnLightWarning: String = "surfaceOnLightWarning" + public var outlineOnLightClearHover: Color by colors.obtain("outlineOnLightClearHover") /** - * Цвет фона поверхности/контрола ошибка на светлом фоне + * Бесцветная обводка на светлом фоне */ - public val surfaceOnLightNegativeHover: String = "surfaceOnLightNegativeHover" + public var outlineOnLightClearActive: Color by colors.obtain("outlineOnLightClearActive") /** - * Цвет фона поверхности/контрола ошибка на светлом фоне + * Цвет обводки успех на светлом фоне */ - public val surfaceOnLightNegative: String = "surfaceOnLightNegative" + public var outlineOnLightPositive: Color by colors.obtain("outlineOnLightPositive") /** - * Цвет фона поверхности/контрола информация на светлом фоне + * Цвет обводки успех на светлом фоне */ - public val surfaceOnLightInfoHover: String = "surfaceOnLightInfoHover" + public var outlineOnLightPositiveHover: Color by colors.obtain("outlineOnLightPositiveHover") /** - * Цвет фона поверхности/контрола информация на светлом фоне + * Основной прозрачный цвет обводки на светлом фоне */ - public val surfaceOnLightInfoActive: String = "surfaceOnLightInfoActive" + public var outlineOnLightTransparentPrimary: Color by + colors.obtain("outlineOnLightTransparentPrimary") /** - * Третичный прозрачный фон поверхности/контрола на светлом фоне + * Основной прозрачный цвет обводки на светлом фоне */ - public val surfaceOnLightTransparentTertiary: String = "surfaceOnLightTransparentTertiary" + public var outlineOnLightTransparentPrimaryHover: Color by + colors.obtain("outlineOnLightTransparentPrimaryHover") /** - * Прозрачный фон поверхности по умолчанию на светлом фоне + * Основной прозрачный цвет обводки на светлом фоне */ - public val surfaceOnLightTransparentDeepHover: String = "surfaceOnLightTransparentDeepHover" + public var outlineOnLightTransparentPrimaryActive: Color by + colors.obtain("outlineOnLightTransparentPrimaryActive") /** - * Прозрачный акцентный фон поверхности/контрола на темном фоне + * Цвет обводки ошибка на светлом фоне */ - public val surfaceOnDarkTransparentAccent: String = "surfaceOnDarkTransparentAccent" + public var outlineOnLightNegative: Color by colors.obtain("outlineOnLightNegative") /** - * Прозрачный фон поверхности по умолчанию на светлом фоне + * Цвет обводки предупреждение на светлом фоне */ - public val surfaceOnLightTransparentDeep: String = "surfaceOnLightTransparentDeep" + public var outlineOnLightWarning: Color by colors.obtain("outlineOnLightWarning") /** - * Прозрачный фон для карточек на светлом фоне + * Цвет обводки ошибка на светлом фоне */ - public val surfaceOnLightTransparentCardActive: String = "surfaceOnLightTransparentCardActive" + public var outlineOnLightNegativeHover: Color by colors.obtain("outlineOnLightNegativeHover") /** - * Прозрачный фон для карточек на светлом фоне + * Цвет обводки ошибка на светлом фоне */ - public val surfaceOnLightTransparentCard: String = "surfaceOnLightTransparentCard" + public var outlineOnLightNegativeActive: Color by colors.obtain("outlineOnLightNegativeActive") /** - * Инвертированный основной непрозрачный фон поверхности + * Цвет обводки информация на светлом фоне */ - public val surfaceInverseSolidPrimaryBrightness: String = "surfaceInverseSolidPrimaryBrightness" + public var outlineOnLightInfo: Color by colors.obtain("outlineOnLightInfo") /** - * Инвертированный вторичный непрозрачный фон поверхности + * Цвет обводки информация на светлом фоне */ - public val surfaceInverseSolidSecondaryHover: String = "surfaceInverseSolidSecondaryHover" + public var outlineOnLightInfoActive: Color by colors.obtain("outlineOnLightInfoActive") /** - * Инвертированный вторичный непрозрачный фон поверхности + * Цвет обводки информация на светлом фоне */ - public val surfaceInverseSolidSecondary: String = "surfaceInverseSolidSecondary" + public var outlineOnLightInfoHover: Color by colors.obtain("outlineOnLightInfoHover") /** - * Инвертированный третичный непрозрачный фон поверхности + * Цвет обводки предупреждение на светлом фоне */ - public val surfaceInverseSolidTertiaryHover: String = "surfaceInverseSolidTertiaryHover" + public var outlineOnLightWarningHover: Color by colors.obtain("outlineOnLightWarningHover") /** - * Инвертированный третичный непрозрачный фон поверхности + * Инвертированный основной прозрачный цвет обводки */ - public val surfaceInverseSolidTertiaryActive: String = "surfaceInverseSolidTertiaryActive" + public var outlineInverseTransparentPrimary: Color by + colors.obtain("outlineInverseTransparentPrimary") /** - * Инвертированный третичный непрозрачный фон поверхности + * Инвертированный основной прозрачный цвет обводки */ - public val surfaceInverseSolidTertiary: String = "surfaceInverseSolidTertiary" + public var outlineInverseTransparentPrimaryHover: Color by + colors.obtain("outlineInverseTransparentPrimaryHover") /** - * Инвертированный основной фон для карточек + * Инвертированный основной прозрачный цвет обводки */ - public val surfaceInverseSolidCardHover: String = "surfaceInverseSolidCardHover" + public var outlineInverseTransparentPrimaryActive: Color by + colors.obtain("outlineInverseTransparentPrimaryActive") /** - * Инвертированный основной фон для карточек + * Инвертированная бесцветная обводка */ - public val surfaceInverseSolidCardActive: String = "surfaceInverseSolidCardActive" + public var outlineInverseClear: Color by colors.obtain("outlineInverseClear") /** - * Инвертированный основной фон для карточек + * Инвертированная бесцветная обводка */ - public val surfaceInverseSolidCard: String = "surfaceInverseSolidCard" + public var outlineInverseClearHover: Color by colors.obtain("outlineInverseClearHover") /** - * Инвертированный основной фон для карточек + * Инвертированная бесцветная обводка */ - public val surfaceInverseSolidCardBrightness: String = "surfaceInverseSolidCardBrightness" + public var outlineInverseClearActive: Color by colors.obtain("outlineInverseClearActive") /** - * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + * Инвертированный цвет обводки предупреждение */ - public val surfaceInverseSolidDefaultHover: String = "surfaceInverseSolidDefaultHover" + public var outlineInverseWarningActive: Color by colors.obtain("outlineInverseWarningActive") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Инвертированный цвет обводки ошибка */ - public val surfaceInverseTransparentSecondaryHover: String = - "surfaceInverseTransparentSecondaryHover" + public var outlineInverseNegative: Color by colors.obtain("outlineInverseNegative") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Инвертированный цвет обводки ошибка */ - public val surfaceInverseTransparentSecondaryActive: String = - "surfaceInverseTransparentSecondaryActive" + public var outlineInverseNegativeHover: Color by colors.obtain("outlineInverseNegativeHover") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Инвертированный цвет обводки ошибка */ - public val surfaceInverseTransparentSecondary: String = "surfaceInverseTransparentSecondary" + public var outlineInverseNegativeActive: Color by colors.obtain("outlineInverseNegativeActive") /** - * Инвертированный третичный прозрачный фон поверхности/контрола + * Инвертированный цвет обводки информация */ - public val surfaceInverseTransparentTertiaryHover: String = - "surfaceInverseTransparentTertiaryHover" + public var outlineInverseInfo: Color by colors.obtain("outlineInverseInfo") /** - * Инвертированный третичный прозрачный фон поверхности/контрола + * Инвертированный цвет обводки информация */ - public val surfaceInverseTransparentTertiary: String = "surfaceInverseTransparentTertiary" + public var outlineInverseInfoHover: Color by colors.obtain("outlineInverseInfoHover") /** - * Инвертированный прозрачный фон поверхности по умолчанию + * Инвертированный цвет обводки информация */ - public val surfaceInverseTransparentDeepHover: String = "surfaceInverseTransparentDeepHover" + public var outlineInverseInfoActive: Color by colors.obtain("outlineInverseInfoActive") /** - * Цвет фона поверхности/контрола информация на светлом фоне + * Инвертированный цвет обводки успех */ - public val surfaceOnLightInfo: String = "surfaceOnLightInfo" + public var outlineInversePositiveActive: Color by colors.obtain("outlineInversePositiveActive") /** - * Основной прозрачный фон поверхности/контрола на светлом фоне + * Инвертированный цвет обводки успех */ - public val surfaceOnLightTransparentPrimary: String = "surfaceOnLightTransparentPrimary" + public var outlineInversePositive: Color by colors.obtain("outlineInversePositive") /** - * Прозрачный фон поверхности по умолчанию на светлом фоне + * Инвертированный цвет обводки успех */ - public val surfaceOnLightTransparentDeepActive: String = "surfaceOnLightTransparentDeepActive" + public var outlineInversePositiveHover: Color by colors.obtain("outlineInversePositiveHover") /** - * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + * Инвертированный цвет обводки предупреждение */ - public val surfaceOnLightAccentMinor: String = "surfaceOnLightAccentMinor" + public var outlineInverseWarning: Color by colors.obtain("outlineInverseWarning") /** - * Инвертированный основной непрозрачный фон поверхности + * Инвертированный цвет обводки предупреждение */ - public val surfaceInverseSolidPrimaryActive: String = "surfaceInverseSolidPrimaryActive" + public var outlineInverseWarningHover: Color by colors.obtain("outlineInverseWarningHover") /** - * Инвертированный основной непрозрачный фон поверхности + * Основной цвет текста */ - public val surfaceInverseSolidPrimary: String = "surfaceInverseSolidPrimary" + public var textDefaultPrimaryHover: Color by colors.obtain("textDefaultPrimaryHover") /** - * Инвертированный акцентный фон поверхности/контрола + * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне */ - public val surfaceInverseAccentActive: String = "surfaceInverseAccentActive" + public var surfaceOnDarkSolidDefault: Color by colors.obtain("surfaceOnDarkSolidDefault") /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */ - public val surfaceInverseAccentMinorActive: String = "surfaceInverseAccentMinorActive" + public var surfaceOnLightAccentMinorActive: Color by + colors.obtain("surfaceOnLightAccentMinorActive") /** - * Прозрачный инвертированный акцентный фон поверхности/контрола + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */ - public val surfaceInverseTransparentAccentHover: String = "surfaceInverseTransparentAccentHover" + public var surfaceInverseAccentMinorHover: Color by + colors.obtain("surfaceInverseAccentMinorHover") /** - * Прозрачный инвертированный акцентный фон поверхности/контрола + * Возвращает копию [SddsSbComColors]. Предоставляет возможность переопределять цвета. */ - public val surfaceInverseTransparentAccentActive: String = - "surfaceInverseTransparentAccentActive" + public fun copy(overrideColors: ColorOverrideScope.() -> Unit = {}): SddsSbComColors { + val colorOverrideScope = ColorOverrideScope() + overrideColors.invoke(colorOverrideScope) + val overrideMap = colorOverrideScope.overrideMap + return SddsSbComColors(colors.mapValues { overrideMap[it.key] ?: it.value }) + } +} + +/** + * Скоуп переопределения цветов + */ +public class ColorOverrideScope { + private val _overrideMap: MutableMap = mutableMapOf() + + internal val overrideMap: Map + get() = _overrideMap.toMap() /** - * Инвертированный основной прозрачный фон поверхности/контрола + * Primary Hover On Light */ - public val surfaceInverseTransparentPrimaryHover: String = - "surfaceInverseTransparentPrimaryHover" + public val outlineOnLightPrimaryHover: String = "outlineOnLightPrimaryHover" /** - * Инвертированный основной прозрачный фон поверхности/контрола + * Default Active Inverse */ - public val surfaceInverseTransparentPrimaryActive: String = - "surfaceInverseTransparentPrimaryActive" + public val outlineInverseDefaultActive: String = "outlineInverseDefaultActive" /** - * Инвертированный цвет фона поверхности / предупреждение + * Sea Blue Text Accent Active Inverse */ - public val surfaceInverseWarning: String = "surfaceInverseWarning" + public val personasInverseSeaBlueTextAccentActive: String = + "personasInverseSeaBlueTextAccentActive" /** - * Инвертированный цвет фона поверхности/контрола ошибка + * Violet Text Accent Active Inverse */ - public val surfaceInverseNegativeHover: String = "surfaceInverseNegativeHover" + public val personasInverseVioletTextAccentActive: String = + "personasInverseVioletTextAccentActive" /** - * Инвертированный цвет фона поверхности/контрола ошибка + * Default Hover On Light */ - public val surfaceInverseNegativeActive: String = "surfaceInverseNegativeActive" + public val outlineOnLightDefaultHover: String = "outlineOnLightDefaultHover" /** - * Инвертированный цвет фона поверхности/контрола ошибка + * Primary Active Inverse */ - public val surfaceInverseNegative: String = "surfaceInverseNegative" + public val outlineInversePrimaryActive: String = "outlineInversePrimaryActive" /** - * Инвертированный цвет фона поверхности/контрола информация + * Default Active On Dark */ - public val surfaceInverseInfoHover: String = "surfaceInverseInfoHover" + public val outlineOnDarkDefaultActive: String = "outlineOnDarkDefaultActive" /** - * Инвертированный цвет фона поверхности/контрола информация + * Default Hover On Dark */ - public val surfaceInverseInfoActive: String = "surfaceInverseInfoActive" + public val outlineOnDarkDefaultHover: String = "outlineOnDarkDefaultHover" /** - * Инвертированный прозрачный фон для карточек + * Green Text Accent Hover Default */ - public val surfaceInverseTransparentCardHover: String = "surfaceInverseTransparentCardHover" + public val personasDefaultGreenTextAccentHover: String = "personasDefaultGreenTextAccentHover" /** - * Основной прозрачный цвет обводки на темном фоне + * Sea Blue Text Accent Hover Default */ - public val outlineOnDarkTransparentPrimaryHover: String = "outlineOnDarkTransparentPrimaryHover" + public val personasDefaultSeaBlueTextAccentHover: String = + "personasDefaultSeaBlueTextAccentHover" /** - * Цвет фона поверхности/контрола успех на светлом фоне + * Accent Secondary Hover Inverse */ - public val surfaceOnLightPositive: String = "surfaceOnLightPositive" + public val surfaceInverseAccentSecondaryHover: String = "surfaceInverseAccentSecondaryHover" /** - * Инвертированный прозрачный фон для карточек + * Accent Secondary Active On Light */ - public val surfaceInverseTransparentCardActive: String = "surfaceInverseTransparentCardActive" + public val surfaceOnLightAccentSecondaryActive: String = "surfaceOnLightAccentSecondaryActive" /** - * Инвертированный прозрачный фон для карточек + * Transparent Navi Active Default */ - public val surfaceInverseTransparentCardBrightness: String = - "surfaceInverseTransparentCardBrightness" + public val surfaceDefaultTransparentNaviActive: String = "surfaceDefaultTransparentNaviActive" /** - * Инвертированный акцентный фон поверхности/контрола + * Transparent Accent Minor Active On Light */ - public val surfaceInverseAccentHover: String = "surfaceInverseAccentHover" + public val surfaceOnLightTransparentAccentMinorActive: String = + "surfaceOnLightTransparentAccentMinorActive" /** - * Основной фон на светлом фоне + * Green Text Accent Active On Light */ - public val backgroundLightPrimary: String = "backgroundLightPrimary" + public val personasOnLightGreenTextAccentActive: String = "personasOnLightGreenTextAccentActive" /** - * Инвертированный основной фон + * Default Active Default */ - public val backgroundInversePrimary: String = "backgroundInversePrimary" + public val outlineDefaultDefaultActive: String = "outlineDefaultDefaultActive" /** - * Инвертированный основной фон + * Primary Active On Dark */ - public val backgroundInversePrimaryBrightness: String = "backgroundInversePrimaryBrightness" + public val outlineOnDarkPrimaryActive: String = "outlineOnDarkPrimaryActive" /** - * Инвертированный вторичный фон + * Olive Text Accent Active Default */ - public val backgroundInverseSecondary: String = "backgroundInverseSecondary" + public val personasDefaultOliveTextAccentActive: String = "personasDefaultOliveTextAccentActive" /** - * Цвет фона паранжи светлый + * Olive Text Accent Hover On Dark */ - public val overlayDefaultSoft: String = "overlayDefaultSoft" + public val personasOnDarkOliveTextAccentHover: String = "personasOnDarkOliveTextAccentHover" /** - * Цвет фона паранжи темный + * Violet Text Accent Active On Light */ - public val overlayDefaultHard: String = "overlayDefaultHard" + public val personasOnLightVioletTextAccentActive: String = + "personasOnLightVioletTextAccentActive" /** - * Цвет фона паранжи светлый на темном фоне + * Ochre Text Accent Active On Light */ - public val overlayOnDarkSoft: String = "overlayOnDarkSoft" + public val personasOnLightOchreTextAccentActive: String = "personasOnLightOchreTextAccentActive" /** - * Цвет фона паранжи темный на темном фоне + * Accent Secondary Hover On Dark */ - public val overlayOnDarkHard: String = "overlayOnDarkHard" + public val surfaceOnDarkAccentSecondaryHover: String = "surfaceOnDarkAccentSecondaryHover" /** - * Цвет фона паранжи светлый на светлом фоне + * Green Text Accent Hover Inverse */ - public val overlayOnLightSoft: String = "overlayOnLightSoft" + public val personasInverseGreenTextAccentHover: String = "personasInverseGreenTextAccentHover" /** - * Цвет фона паранжи темный на светлом фоне + * Pink Text Accent Hover On Light */ - public val overlayOnLightHard: String = "overlayOnLightHard" + public val personasOnLightPinkTextAccentHover: String = "personasOnLightPinkTextAccentHover" /** - * Инвертированный цвет фона паранжи светлый + * Accent Secondary Hover Default */ - public val overlayInverseSoft: String = "overlayInverseSoft" + public val surfaceDefaultAccentSecondaryHover: String = "surfaceDefaultAccentSecondaryHover" /** - * Инвертированный цвет фона паранжи темный + * Indigo Text Accent Hover Default */ - public val overlayInverseHard: String = "overlayInverseHard" + public val personasDefaultIndigoTextAccentHover: String = "personasDefaultIndigoTextAccentHover" /** - * Основной прозрачный цвет обводки + * Violet Text Accent Hover On Dark */ - public val outlineDefaultTransparentPrimaryHover: String = - "outlineDefaultTransparentPrimaryHover" + public val personasOnDarkVioletTextAccentHover: String = "personasOnDarkVioletTextAccentHover" /** - * Основной прозрачный цвет обводки + * On Light Outline Primary */ - public val outlineDefaultTransparentPrimaryActive: String = - "outlineDefaultTransparentPrimaryActive" + public val outlineOnLightPrimary: String = "outlineOnLightPrimary" /** - * Цвет обводки успех на светлом фоне + * Inverse Outline Default */ - public val outlineOnLightPositive: String = "outlineOnLightPositive" + public val outlineInverseDefault: String = "outlineInverseDefault" /** - * Третичный фон на светлом фоне + * Blue Text Accent Hover On Dark */ - public val backgroundLightHardline: String = "backgroundLightHardline" + public val personasOnDarkBlueTextAccentHover: String = "personasOnDarkBlueTextAccentHover" /** - * Инвертированный цвет фона поверхности/контрола успех + * Indigo Text Accent Hover On Light */ - public val surfaceInversePositiveActive: String = "surfaceInversePositiveActive" + public val personasOnLightIndigoTextAccentHover: String = "personasOnLightIndigoTextAccentHover" /** - * Инвертированный цвет фона поверхности / предупреждение + * Indigo Text Accent Active On Light */ - public val surfaceInverseWarningHover: String = "surfaceInverseWarningHover" + public val personasOnLightIndigoTextAccentActive: String = + "personasOnLightIndigoTextAccentActive" /** - * Инвертированный цвет фона поверхности / предупреждение + * Sea Blue Text Accent Hover On Light */ - public val surfaceInverseWarningActive: String = "surfaceInverseWarningActive" + public val personasOnLightSeaBlueTextAccentHover: String = + "personasOnLightSeaBlueTextAccentHover" /** - * Цвет обводки ошибка + * Ochre Text Accent Active Default */ - public val outlineDefaultNegativeHover: String = "outlineDefaultNegativeHover" + public val personasDefaultOchreTextAccentActive: String = "personasDefaultOchreTextAccentActive" /** - * Цвет обводки ошибка + * Inverse Background Hardline */ - public val outlineDefaultNegativeActive: String = "outlineDefaultNegativeActive" + public val backgroundInverseHardline: String = "backgroundInverseHardline" /** - * Цвет обводки информация + * Transparent Accent Minor Active On Dark */ - public val outlineDefaultTextInfoHover: String = "outlineDefaultTextInfoHover" + public val surfaceOnDarkTransparentAccentMinorActive: String = + "surfaceOnDarkTransparentAccentMinorActive" /** - * Цвет обводки информация + * Sea Blue Text Accent Hover On Dark */ - public val outlineDefaultTextInfoActive: String = "outlineDefaultTextInfoActive" + public val personasOnDarkSeaBlueTextAccentHover: String = "personasOnDarkSeaBlueTextAccentHover" /** - * Цвет обводки предупреждение + * Surface Transparent Navi */ - public val outlineDefaultWarning: String = "outlineDefaultWarning" + public val surfaceDefaultTransparentNavi: String = "surfaceDefaultTransparentNavi" /** - * Инвертированный основной прозрачный фон поверхности/контрола + * Violet Text Accent Active Default */ - public val surfaceInverseTransparentPrimary: String = "surfaceInverseTransparentPrimary" + public val personasDefaultVioletTextAccentActive: String = + "personasDefaultVioletTextAccentActive" /** - * Инвертированный акцентный фон поверхности/контрола + * Blue Text Accent Hover Default */ - public val surfaceInverseAccent: String = "surfaceInverseAccent" + public val personasDefaultBlueTextAccentHover: String = "personasDefaultBlueTextAccentHover" /** - * Основной фон + * Outline Default */ - public val backgroundDefaultPrimary: String = "backgroundDefaultPrimary" + public val outlineDefaultDefault: String = "outlineDefaultDefault" /** - * Вторичный фон на темном фоне + * Основной цвет текста */ - public val backgroundDarkSecondary: String = "backgroundDarkSecondary" + public val textDefaultPrimaryBrightnessActive: String = "textDefaultPrimaryBrightnessActive" /** - * Цвет обводки успех на темном фоне + * Основной фон для карточек */ - public val outlineOnDarkPositiveHover: String = "outlineOnDarkPositiveHover" + public val surfaceDefaultSolidCardBrightnessHover: String = + "surfaceDefaultSolidCardBrightnessHover" /** - * Цвет обводки успех на темном фоне + * Прозрачный фон для карточек */ - public val outlineOnDarkPositiveActive: String = "outlineOnDarkPositiveActive" + public val surfaceDefaultTransparentCardBrightnessHover: String = + "surfaceDefaultTransparentCardBrightnessHover" /** - * Цвет обводки предупреждение на темном фоне + * Основной фон для карточек */ - public val outlineOnDarkWarningHover: String = "outlineOnDarkWarningHover" + public val surfaceDefaultSolidCardBrightnessActive: String = + "surfaceDefaultSolidCardBrightnessActive" /** - * Цвет обводки предупреждение на темном фоне + * Основной непрозрачный фон поверхности/контрола */ - public val outlineOnDarkWarningActive: String = "outlineOnDarkWarningActive" + public val surfaceDefaultSolidPrimaryBrightnessHover: String = + "surfaceDefaultSolidPrimaryBrightnessHover" /** - * Цвет обводки ошибка на темном фоне + * Прозрачный фон для карточек */ - public val outlineOnDarkNegativeHover: String = "outlineOnDarkNegativeHover" + public val surfaceDefaultTransparentCardBrightnessActive: String = + "surfaceDefaultTransparentCardBrightnessActive" /** - * Цвет обводки ошибка на темном фоне + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public val outlineOnDarkNegativeActive: String = "outlineOnDarkNegativeActive" + public val surfaceOnDarkSolidPrimaryBrightnessActive: String = + "surfaceOnDarkSolidPrimaryBrightnessActive" /** - * Цвет обводки информация на темном фоне + * Прозрачный фон для карточек на темном фоне */ - public val outlineOnDarkTextInfoHover: String = "outlineOnDarkTextInfoHover" + public val surfaceOnDarkTransparentCardBrightnessHover: String = + "surfaceOnDarkTransparentCardBrightnessHover" /** - * Цвет обводки информация на темном фоне + * Прозрачный фон для карточек на темном фоне */ - public val outlineOnDarkTextInfoActive: String = "outlineOnDarkTextInfoActive" + public val surfaceOnDarkTransparentCardBrightnessActive: String = + "surfaceOnDarkTransparentCardBrightnessActive" /** - * Инвертированный цвет обводки предупреждение + * Основной фон для карточек на темном фоне */ - public val outlineInverseWarningHover: String = "outlineInverseWarningHover" + public val surfaceOnDarkSolidCardBrightnessHover: String = + "surfaceOnDarkSolidCardBrightnessHover" /** - * Цвет обводки предупреждение на темном фоне + * Основной фон для карточек на темном фоне */ - public val outlineOnDarkWarning: String = "outlineOnDarkWarning" + public val surfaceOnDarkSolidCardBrightnessActive: String = + "surfaceOnDarkSolidCardBrightnessActive" /** - * Цвет обводки ошибка на темном фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public val outlineOnDarkNegative: String = "outlineOnDarkNegative" + public val surfaceOnLightSolidPrimaryBrightnessHover: String = + "surfaceOnLightSolidPrimaryBrightnessHover" /** - * Цвет обводки информация на темном фоне + * Основной непрозрачный фон поверхности/контрола на светлом фоне */ - public val outlineOnDarkTextInfo: String = "outlineOnDarkTextInfo" + public val surfaceOnLightSolidPrimaryBrightnessActive: String = + "surfaceOnLightSolidPrimaryBrightnessActive" /** - * Цвет обводки успех на темном фоне + * Inverse Personas Indigo Text Accent */ - public val outlineOnDarkPositive: String = "outlineOnDarkPositive" + public val personasInverseIndigoTextAccent: String = "personasInverseIndigoTextAccent" /** - * Инвертированный цвет обводки предупреждение + * Inverse Personas Pink Text Accent */ - public val outlineInverseWarningActive: String = "outlineInverseWarningActive" + public val personasInversePinkTextAccent: String = "personasInversePinkTextAccent" /** - * Основной прозрачный цвет обводки на светлом фоне + * Personas Olive Text Accent */ - public val outlineOnLightTransparentPrimaryHover: String = - "outlineOnLightTransparentPrimaryHover" + public val personasDefaultOliveTextAccent: String = "personasDefaultOliveTextAccent" /** - * Основной прозрачный цвет обводки на светлом фоне + * Цвет обводки успех на светлом фоне */ - public val outlineOnLightTransparentPrimaryActive: String = - "outlineOnLightTransparentPrimaryActive" + public val outlineOnLightPositiveActive: String = "outlineOnLightPositiveActive" /** - * Третичный фон на темном фоне + * Inverse Personas Ochre Text Accent */ - public val backgroundDarkHardline: String = "backgroundDarkHardline" + public val personasInverseOchreTextAccent: String = "personasInverseOchreTextAccent" /** - * Цвет обводки предупреждение + * On Dark Personas Olive Text Accent */ - public val outlineDefaultWarningHover: String = "outlineDefaultWarningHover" + public val personasOnDarkOliveTextAccent: String = "personasOnDarkOliveTextAccent" /** - * Цвет обводки предупреждение + * Третичный непрозрачный фон поверхности/контрола */ - public val outlineDefaultWarningActive: String = "outlineDefaultWarningActive" + public val surfaceDefaultSolidTertiaryActive: String = "surfaceDefaultSolidTertiaryActive" /** - * Цвет обводки информация на светлом фоне + * Третичный непрозрачный фон поверхности/контрола на светлом фоне */ - public val outlineOnLightTextInfo: String = "outlineOnLightTextInfo" + public val surfaceOnLightSolidTertiaryActive: String = "surfaceOnLightSolidTertiaryActive" /** - * Инвертированный основной прозрачный цвет обводки + * Inverse Surface Transparent Navi */ - public val outlineInverseTransparentPrimaryHover: String = - "outlineInverseTransparentPrimaryHover" + public val surfaceInverseTransparentNavi: String = "surfaceInverseTransparentNavi" /** - * Инвертированный основной прозрачный цвет обводки + * Прозрачный фон для карточек на светлом фоне */ - public val outlineInverseTransparentPrimaryActive: String = - "outlineInverseTransparentPrimaryActive" + public val surfaceOnLightTransparentCardBrightnessHover: String = + "surfaceOnLightTransparentCardBrightnessHover" /** - * Инвертированный цвет обводки успех + * Основной цвет текста */ - public val outlineInversePositiveHover: String = "outlineInversePositiveHover" + public val textDefaultPrimary: String = "textDefaultPrimary" /** - * Инвертированный цвет обводки успех + * Акцентный минорный цвет на темном фоне */ - public val outlineInversePositiveActive: String = "outlineInversePositiveActive" + public val textOnDarkAccentMinorHover: String = "textOnDarkAccentMinorHover" /** - * Инвертированный цвет обводки ошибка + * On Light Personas Olive Text Accent */ - public val outlineInverseNegativeHover: String = "outlineInverseNegativeHover" + public val personasOnLightOliveTextAccent: String = "personasOnLightOliveTextAccent" /** - * Инвертированный цвет обводки ошибка + * Прозрачный фон для карточек на светлом фоне */ - public val outlineInverseNegativeActive: String = "outlineInverseNegativeActive" + public val surfaceOnLightTransparentCardBrightnessActive: String = + "surfaceOnLightTransparentCardBrightnessActive" /** - * Инвертированный цвет обводки информация + * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */ - public val outlineInverseTextInfoHover: String = "outlineInverseTextInfoHover" + public val surfaceOnDarkAccentMinorActive: String = "surfaceOnDarkAccentMinorActive" /** - * Инвертированный цвет обводки информация + * Основной фон для карточек на светлом фоне */ - public val outlineInverseTextInfoActive: String = "outlineInverseTextInfoActive" + public val surfaceOnLightSolidCardBrightnessHover: String = + "surfaceOnLightSolidCardBrightnessHover" /** - * Инвертированный цвет обводки ошибка + * Основной фон для карточек на светлом фоне */ - public val outlineInverseNegative: String = "outlineInverseNegative" + public val surfaceOnLightSolidCardBrightnessActive: String = + "surfaceOnLightSolidCardBrightnessActive" /** - * Инвертированный цвет обводки предупреждение + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public val outlineInverseWarning: String = "outlineInverseWarning" + public val surfaceInverseSolidPrimaryBrightnessHover: String = + "surfaceInverseSolidPrimaryBrightnessHover" /** - * Инвертированный цвет обводки информация + * Инвертированный основной непрозрачный фон поверхности/контрола */ - public val outlineInverseTextInfo: String = "outlineInverseTextInfo" + public val surfaceInverseSolidPrimaryBrightnessActive: String = + "surfaceInverseSolidPrimaryBrightnessActive" /** - * Инвертированный основной прозрачный цвет обводки + * Инвертированный прозрачный фон для карточек */ - public val outlineInverseTransparentPrimary: String = "outlineInverseTransparentPrimary" + public val surfaceInverseTransparentCardBrightnessHover: String = + "surfaceInverseTransparentCardBrightnessHover" /** - * Инвертированный цвет обводки успех + * Outline Primary */ - public val outlineInversePositive: String = "outlineInversePositive" + public val outlineDefaultPrimary: String = "outlineDefaultPrimary" /** - * Желтый цвет для данных + * On Light Personas Ochre Text Accent */ - public val dataDefaultYellow: String = "dataDefaultYellow" + public val personasOnLightOchreTextAccent: String = "personasOnLightOchreTextAccent" /** - * Желтый цвет для данных + * On Dark Personas Indigo Text Accent */ - public val dataDefaultYellowHover: String = "dataDefaultYellowHover" + public val personasOnDarkIndigoTextAccent: String = "personasOnDarkIndigoTextAccent" /** - * Желтый цвет для данных + * On Dark Surface Accent Secondary */ - public val dataDefaultYellowActive: String = "dataDefaultYellowActive" + public val surfaceOnDarkAccentSecondary: String = "surfaceOnDarkAccentSecondary" /** - * Минорный желтый цвет для данных + * Inverse Personas Green Text Accent */ - public val dataDefaultYellowMinor: String = "dataDefaultYellowMinor" + public val personasInverseGreenTextAccent: String = "personasInverseGreenTextAccent" /** - * Минорный желтый цвет для данных + * Surface Accent Secondary */ - public val dataDefaultYellowMinorHover: String = "dataDefaultYellowMinorHover" + public val surfaceDefaultAccentSecondary: String = "surfaceDefaultAccentSecondary" /** - * Минорный желтый цвет для данных + * Акцентный минорный непрозрачный фон поверхности/контрола */ - public val dataDefaultYellowMinorActive: String = "dataDefaultYellowMinorActive" + public val surfaceDefaultAccentMinor: String = "surfaceDefaultAccentMinor" /** - * Прозрачный желтый цвет для данных + * Третичный непрозрачный фон поверхности/контрола на темном фоне */ - public val dataDefaultYellowTransparent: String = "dataDefaultYellowTransparent" + public val surfaceOnDarkSolidTertiaryActive: String = "surfaceOnDarkSolidTertiaryActive" /** - * Цвет обводки ошибка на светлом фоне + * Вторичный фон на светлом фоне */ - public val outlineOnLightNegativeHover: String = "outlineOnLightNegativeHover" + public val backgroundLightSecondary: String = "backgroundLightSecondary" /** - * Цвет обводки предупреждение на светлом фоне + * Инвертированный третичный непрозрачный фон поверхности/контрола */ - public val outlineOnLightWarningActive: String = "outlineOnLightWarningActive" + public val surfaceInverseSolidTertiary: String = "surfaceInverseSolidTertiary" /** - * Цвет обводки информация на светлом фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */ - public val outlineOnLightTextInfoHover: String = "outlineOnLightTextInfoHover" + public val surfaceOnLightAccentMinor: String = "surfaceOnLightAccentMinor" /** - * Цвет обводки информация + * Инвертированный прозрачный фон для карточек */ - public val outlineDefaultTextInfo: String = "outlineDefaultTextInfo" + public val surfaceInverseTransparentCardBrightnessActive: String = + "surfaceInverseTransparentCardBrightnessActive" /** - * Основной прозрачный цвет обводки + * Цвет обводки предупреждение на светлом фоне */ - public val outlineDefaultTransparentPrimary: String = "outlineDefaultTransparentPrimary" + public val outlineOnLightWarningActive: String = "outlineOnLightWarningActive" /** - * Желтый цвет для данных на светлом фоне + * On Light Personas Violet Text Accent */ - public val dataOnLightYellowActive: String = "dataOnLightYellowActive" + public val personasOnLightVioletTextAccent: String = "personasOnLightVioletTextAccent" /** - * Минорный желтый цвет для данных на светлом фоне + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */ - public val dataOnLightYellowMinor: String = "dataOnLightYellowMinor" + public val surfaceInverseAccentMinor: String = "surfaceInverseAccentMinor" /** - * Минорный желтый цвет для данных на светлом фоне + * Инвертированный основной фон для карточек */ - public val dataOnLightYellowMinorHover: String = "dataOnLightYellowMinorHover" + public val surfaceInverseSolidCardBrightnessActive: String = + "surfaceInverseSolidCardBrightnessActive" /** - * Прозрачный желтый цвет для данных на светлом фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне */ - public val dataOnLightYellowTransparentHover: String = "dataOnLightYellowTransparentHover" + public val surfaceOnDarkAccentMinorHover: String = "surfaceOnDarkAccentMinorHover" /** - * Прозрачный желтый цвет для данных на светлом фоне + * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне */ - public val dataOnLightYellowTransparentActive: String = "dataOnLightYellowTransparentActive" + public val surfaceOnLightAccentMinorHover: String = "surfaceOnLightAccentMinorHover" /** - * Инвертированный желтый цвет для данных + * On Dark Personas Blue Text Accent */ - public val dataInverseYellow: String = "dataInverseYellow" + public val personasOnDarkBlueTextAccent: String = "personasOnDarkBlueTextAccent" /** - * Инвертированный желтый цвет для данных + * On Light Personas Indigo Text Accent */ - public val dataInverseYellowHover: String = "dataInverseYellowHover" + public val personasOnLightIndigoTextAccent: String = "personasOnLightIndigoTextAccent" /** - * Инвертированный желтый цвет для данных + * On Light Personas Sea Blue Text Accent */ - public val dataInverseYellowActive: String = "dataInverseYellowActive" + public val personasOnLightSeaBlueTextAccent: String = "personasOnLightSeaBlueTextAccent" /** - * Инвертированный минорный желтый цвет для данных + * Personas Ochre Text Accent */ - public val dataInverseYellowMinor: String = "dataInverseYellowMinor" + public val personasDefaultOchreTextAccent: String = "personasDefaultOchreTextAccent" /** - * Инвертированный минорный желтый цвет для данных + * On Dark Surface Transparent Accent Minor */ - public val dataInverseYellowMinorHover: String = "dataInverseYellowMinorHover" + public val surfaceOnDarkTransparentAccentMinor: String = "surfaceOnDarkTransparentAccentMinor" /** - * Инвертированный минорный желтый цвет для данных + * On Dark Personas Violet Text Accent */ - public val dataInverseYellowMinorActive: String = "dataInverseYellowMinorActive" + public val personasOnDarkVioletTextAccent: String = "personasOnDarkVioletTextAccent" /** - * Инвертированный прозрачный желтый цвет для данных + * On Light Surface Transparent Navi */ - public val dataInverseYellowTransparent: String = "dataInverseYellowTransparent" + public val surfaceOnLightTransparentNavi: String = "surfaceOnLightTransparentNavi" /** - * Инвертированный прозрачный желтый цвет для данных + * Green Text Accent Hover On Dark */ - public val dataInverseYellowTransparentHover: String = "dataInverseYellowTransparentHover" + public val personasOnDarkGreenTextAccentHover: String = "personasOnDarkGreenTextAccentHover" /** - * Инвертированный прозрачный желтый цвет для данных + * Green Text Accent Active Default */ - public val dataInverseYellowTransparentActive: String = "dataInverseYellowTransparentActive" + public val personasDefaultGreenTextAccentActive: String = "personasDefaultGreenTextAccentActive" /** - * Прозрачный желтый цвет для данных на темном фоне + * Sea Blue Text Accent Active Default */ - public val dataOnDarkYellowTransparent: String = "dataOnDarkYellowTransparent" + public val personasDefaultSeaBlueTextAccentActive: String = + "personasDefaultSeaBlueTextAccentActive" /** - * Прозрачный желтый цвет для данных + * Accent Secondary Active Inverse */ - public val dataDefaultYellowTransparentActive: String = "dataDefaultYellowTransparentActive" + public val surfaceInverseAccentSecondaryActive: String = "surfaceInverseAccentSecondaryActive" /** - * Желтый цвет для данных на темном фоне + * Pink Text Accent Active On Dark */ - public val dataOnDarkYellow: String = "dataOnDarkYellow" + public val personasOnDarkPinkTextAccentActive: String = "personasOnDarkPinkTextAccentActive" /** - * Желтый цвет для данных на темном фоне + * Primary Active Default */ - public val dataOnDarkYellowHover: String = "dataOnDarkYellowHover" + public val outlineDefaultPrimaryActive: String = "outlineDefaultPrimaryActive" /** - * Желтый цвет для данных на темном фоне + * Indigo Text Accent Active Inverse */ - public val dataOnDarkYellowActive: String = "dataOnDarkYellowActive" + public val personasInverseIndigoTextAccentActive: String = + "personasInverseIndigoTextAccentActive" /** - * Инвертированный цвет фона поверхности/контрола успех + * Pink Text Accent Active Inverse */ - public val surfaceInversePositive: String = "surfaceInversePositive" + public val personasInversePinkTextAccentActive: String = "personasInversePinkTextAccentActive" /** - * Цвет обводки успех + * Olive Text Accent Active On Dark */ - public val outlineDefaultPositive: String = "outlineDefaultPositive" + public val personasOnDarkOliveTextAccentActive: String = "personasOnDarkOliveTextAccentActive" /** - * Минорный желтый цвет для данных на темном фоне + * Accent Secondary Active On Dark */ - public val dataOnDarkYellowMinor: String = "dataOnDarkYellowMinor" + public val surfaceOnDarkAccentSecondaryActive: String = "surfaceOnDarkAccentSecondaryActive" /** - * Минорный желтый цвет для данных на темном фоне + * Green Text Accent Active Inverse */ - public val dataOnDarkYellowMinorActive: String = "dataOnDarkYellowMinorActive" + public val personasInverseGreenTextAccentActive: String = "personasInverseGreenTextAccentActive" /** - * Прозрачный желтый цвет для данных на темном фоне + * Pink Text Accent Active On Light */ - public val dataOnDarkYellowTransparentHover: String = "dataOnDarkYellowTransparentHover" + public val personasOnLightPinkTextAccentActive: String = "personasOnLightPinkTextAccentActive" /** - * Желтый цвет для данных на светлом фоне + * Indigo Text Accent Active Default */ - public val dataOnLightYellow: String = "dataOnLightYellow" + public val personasDefaultIndigoTextAccentActive: String = + "personasDefaultIndigoTextAccentActive" /** - * Желтый цвет для данных на светлом фоне + * Violet Text Accent Active On Dark */ - public val dataOnLightYellowHover: String = "dataOnLightYellowHover" - - public val outlineDefaultTransparentClearHover: String = "outlineDefaultTransparentClearHover" - - public val outlineDefaultTransparentClearActive: String = "outlineDefaultTransparentClearActive" + public val personasOnDarkVioletTextAccentActive: String = "personasOnDarkVioletTextAccentActive" - public val outlineInverseDefault: String = "outlineInverseDefault" - - public val outlineInverseDefaultHover: String = "outlineInverseDefaultHover" + /** + * Transparent Navi Hover On Light + */ + public val surfaceOnLightTransparentNaviHover: String = "surfaceOnLightTransparentNaviHover" - public val outlineInverseDefaultActive: String = "outlineInverseDefaultActive" + /** + * Transparent Navi Active On Light + */ + public val surfaceOnLightTransparentNaviActive: String = "surfaceOnLightTransparentNaviActive" - public val outlineOnDarkMinorActive: String = "outlineOnDarkMinorActive" + /** + * Olive Text Accent Hover Inverse + */ + public val personasInverseOliveTextAccentHover: String = "personasInverseOliveTextAccentHover" - public val outlineOnLightDefault: String = "outlineOnLightDefault" + /** + * Ochre Text Accent Hover Default + */ + public val personasDefaultOchreTextAccentHover: String = "personasDefaultOchreTextAccentHover" - public val outlineOnLightDefaultHover: String = "outlineOnLightDefaultHover" + /** + * Inverse Surface Accent Secondary + */ + public val surfaceInverseAccentSecondary: String = "surfaceInverseAccentSecondary" - public val outlineOnDarkDefaultHover: String = "outlineOnDarkDefaultHover" + /** + * Light Background Hardline + */ + public val backgroundLightHardline: String = "backgroundLightHardline" - public val personaDefaultBlueTextAccent: String = "personaDefaultBlueTextAccent" + /** + * Sea Blue Text Accent Active On Dark + */ + public val personasOnDarkSeaBlueTextAccentActive: String = + "personasOnDarkSeaBlueTextAccentActive" - public val personaDefaultBlueTextAccentHover: String = "personaDefaultBlueTextAccentHover" + /** + * On Light Surface Transparent Accent Minor + */ + public val surfaceOnLightTransparentAccentMinor: String = "surfaceOnLightTransparentAccentMinor" - public val personaDefaultBlueTextAccentActive: String = "personaDefaultBlueTextAccentActive" + /** + * On Light Personas Green Text Accent + */ + public val personasOnLightGreenTextAccent: String = "personasOnLightGreenTextAccent" - public val personaDefaultGreenTextAccent: String = "personaDefaultGreenTextAccent" + /** + * Primary Active On Light + */ + public val outlineOnLightPrimaryActive: String = "outlineOnLightPrimaryActive" - public val personaDefaultGreenTextAccentHover: String = "personaDefaultGreenTextAccentHover" - - public val personaDefaultGreenTextAccentActive: String = "personaDefaultGreenTextAccentActive" - - public val outlineDefaultDefault: String = "outlineDefaultDefault" - - public val outlineDefaultDefaultHover: String = "outlineDefaultDefaultHover" - - public val outlineDefaultDefaultActive: String = "outlineDefaultDefaultActive" - - public val outlineDefaultMinor: String = "outlineDefaultMinor" - - public val outlineDefaultMinorHover: String = "outlineDefaultMinorHover" - - public val outlineDefaultMinorActive: String = "outlineDefaultMinorActive" - - public val outlineOnDarkDefault: String = "outlineOnDarkDefault" - - public val outlineOnDarkDefaultActive: String = "outlineOnDarkDefaultActive" - - public val outlineOnDarkMinor: String = "outlineOnDarkMinor" - - public val outlineOnDarkMinorHover: String = "outlineOnDarkMinorHover" - - public val personaDefaultOchreTextAccent: String = "personaDefaultOchreTextAccent" - - public val personaDefaultOchreTextAccentHover: String = "personaDefaultOchreTextAccentHover" - - public val personaDefaultOchreTextAccentActive: String = "personaDefaultOchreTextAccentActive" - - public val personaDefaultOliveTextAccent: String = "personaDefaultOliveTextAccent" - - public val personaDefaultOliveTextAccentHover: String = "personaDefaultOliveTextAccentHover" - - public val personaDefaultOliveTextAccentActive: String = "personaDefaultOliveTextAccentActive" - - public val outlineOnLightDefaultActive: String = "outlineOnLightDefaultActive" - - public val outlineOnLightMinor: String = "outlineOnLightMinor" - - public val outlineOnLightMinorHover: String = "outlineOnLightMinorHover" - - public val personaDefaultSeaBlueTextAccent: String = "personaDefaultSeaBlueTextAccent" - - public val personaDefaultSeaBlueTextAccentHover: String = "personaDefaultSeaBlueTextAccentHover" - - public val personaDefaultVioletTextAccent: String = "personaDefaultVioletTextAccent" - - public val personaDefaultVioletTextAccentHover: String = "personaDefaultVioletTextAccentHover" - - public val personaDefaultVioletTextAccentActive: String = "personaDefaultVioletTextAccentActive" - - public val personaInverseBlueTextAccent: String = "personaInverseBlueTextAccent" - - public val personaInverseBlueTextAccentHover: String = "personaInverseBlueTextAccentHover" - - public val personaInverseBlueTextAccentActive: String = "personaInverseBlueTextAccentActive" - - public val personaInverseGreenTextAccent: String = "personaInverseGreenTextAccent" - - public val personaInverseGreenTextAccentHover: String = "personaInverseGreenTextAccentHover" - - public val personaInverseGreenTextAccentActive: String = "personaInverseGreenTextAccentActive" - - public val personaInverseIndigoTextAccent: String = "personaInverseIndigoTextAccent" - - public val personaInverseIndigoTextAccentHover: String = "personaInverseIndigoTextAccentHover" - - public val personaDefaultIndigoTextAccentHover: String = "personaDefaultIndigoTextAccentHover" - - public val personaDefaultIndigoTextAccentActive: String = "personaDefaultIndigoTextAccentActive" - - public val personaDefaultPinkTextAccentActive: String = "personaDefaultPinkTextAccentActive" - - public val personaInverseOliveTextAccent: String = "personaInverseOliveTextAccent" - - public val personaInverseOliveTextAccentActive: String = "personaInverseOliveTextAccentActive" - - public val personaInversePinkTextAccent: String = "personaInversePinkTextAccent" - - public val personaInversePinkTextAccentHover: String = "personaInversePinkTextAccentHover" - - public val personaInversePinkTextAccentActive: String = "personaInversePinkTextAccentActive" - - public val personaInverseSeaBlueTextAccent: String = "personaInverseSeaBlueTextAccent" - - public val personaInverseSeaBlueTextAccentHover: String = "personaInverseSeaBlueTextAccentHover" - - public val personaInverseSeaBlueTextAccentActive: String = - "personaInverseSeaBlueTextAccentActive" - - public val personaInverseVioletTextAccent: String = "personaInverseVioletTextAccent" - - public val personaInverseVioletTextAccentHover: String = "personaInverseVioletTextAccentHover" - - public val personaInverseVioletTextAccentActive: String = "personaInverseVioletTextAccentActive" - - public val personaOnDarkBlueTextAccent: String = "personaOnDarkBlueTextAccent" - - public val personaOnDarkBlueTextAccentHover: String = "personaOnDarkBlueTextAccentHover" - - public val personaOnDarkBlueTextAccentActive: String = "personaOnDarkBlueTextAccentActive" - - public val personaInverseOchreTextAccent: String = "personaInverseOchreTextAccent" - - public val personaInverseOchreTextAccentHover: String = "personaInverseOchreTextAccentHover" - - public val personaInverseOliveTextAccentHover: String = "personaInverseOliveTextAccentHover" - - public val personaInverseOchreTextAccentActive: String = "personaInverseOchreTextAccentActive" - - public val personaOnDarkIndigoTextAccent: String = "personaOnDarkIndigoTextAccent" - - public val personaOnDarkIndigoTextAccentHover: String = "personaOnDarkIndigoTextAccentHover" - - public val personaOnDarkIndigoTextAccentActive: String = "personaOnDarkIndigoTextAccentActive" - - public val personaDefaultPinkTextAccent: String = "personaDefaultPinkTextAccent" - - public val personaDefaultPinkTextAccentHover: String = "personaDefaultPinkTextAccentHover" - - public val personaOnDarkOliveTextAccent: String = "personaOnDarkOliveTextAccent" - - public val personaOnDarkOliveTextAccentHover: String = "personaOnDarkOliveTextAccentHover" - - public val personaOnDarkOliveTextAccentActive: String = "personaOnDarkOliveTextAccentActive" - - public val personaOnDarkPinkTextAccent: String = "personaOnDarkPinkTextAccent" - - public val personaOnDarkPinkTextAccentActive: String = "personaOnDarkPinkTextAccentActive" - - public val personaOnDarkSeaBlueTextAccent: String = "personaOnDarkSeaBlueTextAccent" - - public val personaOnDarkSeaBlueTextAccentHover: String = "personaOnDarkSeaBlueTextAccentHover" - - public val personaOnDarkSeaBlueTextAccentActive: String = "personaOnDarkSeaBlueTextAccentActive" - - public val personaOnDarkGreenTextAccent: String = "personaOnDarkGreenTextAccent" - - public val personaOnDarkGreenTextAccentHover: String = "personaOnDarkGreenTextAccentHover" - - public val personaOnDarkGreenTextAccentActive: String = "personaOnDarkGreenTextAccentActive" - - public val personaOnLightBlueTextAccentHover: String = "personaOnLightBlueTextAccentHover" - - public val personaOnLightBlueTextAccentActive: String = "personaOnLightBlueTextAccentActive" - - public val personaOnLightGreenTextAccent: String = "personaOnLightGreenTextAccent" - - public val personaOnLightGreenTextAccentHover: String = "personaOnLightGreenTextAccentHover" - - public val personaOnLightGreenTextAccentActive: String = "personaOnLightGreenTextAccentActive" - - public val personaOnLightIndigoTextAccent: String = "personaOnLightIndigoTextAccent" - - public val personaOnLightIndigoTextAccentActive: String = "personaOnLightIndigoTextAccentActive" - - public val personaOnLightOchreTextAccent: String = "personaOnLightOchreTextAccent" - - public val personaOnDarkOchreTextAccentHover: String = "personaOnDarkOchreTextAccentHover" - - public val personaOnDarkOchreTextAccentActive: String = "personaOnDarkOchreTextAccentActive" - - public val personaOnDarkVioletTextAccentHover: String = "personaOnDarkVioletTextAccentHover" - - public val personaOnLightBlueTextAccent: String = "personaOnLightBlueTextAccent" - - public val personaOnLightVioletTextAccent: String = "personaOnLightVioletTextAccent" - - public val personaOnLightVioletTextAccentHover: String = "personaOnLightVioletTextAccentHover" - - public val personaOnLightVioletTextAccentActive: String = "personaOnLightVioletTextAccentActive" - - public val surfaceDefaultAccentPrimary: String = "surfaceDefaultAccentPrimary" - - public val surfaceDefaultAccentPrimaryHover: String = "surfaceDefaultAccentPrimaryHover" - - public val surfaceDefaultAccentPrimaryActive: String = "surfaceDefaultAccentPrimaryActive" - - public val surfaceOnLightAccentPrimary: String = "surfaceOnLightAccentPrimary" + /** + * Blue Text Accent Active Inverse + */ + public val personasInverseBlueTextAccentActive: String = "personasInverseBlueTextAccentActive" /** - * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + * Transparent Accent Minor Active Inverse */ - public val surfaceOnLightAccentMinorHover: String = "surfaceOnLightAccentMinorHover" + public val surfaceInverseTransparentAccentMinorActive: String = + "surfaceInverseTransparentAccentMinorActive" /** - * Инвертированный вторичный непрозрачный фон поверхности + * Основной цвет текста */ - public val surfaceInverseSolidSecondaryActive: String = "surfaceInverseSolidSecondaryActive" + public val textDefaultPrimaryBrightnessHover: String = "textDefaultPrimaryBrightnessHover" /** - * Инвертированный прозрачный фон поверхности по умолчанию + * Основной цвет текста на темном фоне */ - public val surfaceInverseTransparentDeepActive: String = "surfaceInverseTransparentDeepActive" + public val textOnDarkPrimaryBrightnessHover: String = "textOnDarkPrimaryBrightnessHover" /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + * On Dark Personas Sea Blue Text Accent */ - public val surfaceInverseAccentMinor: String = "surfaceInverseAccentMinor" - - public val personaOnLightOliveTextAccentHover: String = "personaOnLightOliveTextAccentHover" - - public val personaOnDarkVioletTextAccent: String = "personaOnDarkVioletTextAccent" + public val personasOnDarkSeaBlueTextAccent: String = "personasOnDarkSeaBlueTextAccent" /** - * Инвертированный акцентный цвет + * Blue Text Accent Active On Light */ - public val textInverseAccentActive: String = "textInverseAccentActive" + public val personasOnLightBlueTextAccentActive: String = "personasOnLightBlueTextAccentActive" /** - * Цвет фона поверхности предупреждение + * Default Active On Light */ - public val surfaceDefaultWarningActive: String = "surfaceDefaultWarningActive" - - public val surfaceOnLightAccentPrimaryActive: String = "surfaceOnLightAccentPrimaryActive" + public val outlineOnLightDefaultActive: String = "outlineOnLightDefaultActive" /** - * Акцентный минорный цвет на светлом фоне + * Цвет предупреждения на светлом фоне */ - public val textOnLightAccentMinorHover: String = "textOnLightAccentMinorHover" - - public val personaOnLightPinkTextAccentActive: String = "personaOnLightPinkTextAccentActive" - - public val personaOnLightSeaBlueTextAccentActive: String = - "personaOnLightSeaBlueTextAccentActive" - - public val surfaceDefaultAccentSecondaryActive: String = "surfaceDefaultAccentSecondaryActive" - - public val surfaceDefaultTransparentAccentMinorActive: String = - "surfaceDefaultTransparentAccentMinorActive" - - public val surfaceInverseAccentSecondaryActive: String = "surfaceInverseAccentSecondaryActive" - - public val surfaceInverseTransparentAccentMinorActive: String = - "surfaceInverseTransparentAccentMinorActive" - - public val surfaceOnDarkAccentPrimaryActive: String = "surfaceOnDarkAccentPrimaryActive" - - public val surfaceOnDarkAccentSecondaryActive: String = "surfaceOnDarkAccentSecondaryActive" - - public val surfaceOnDarkTransparentAccentMinorHover: String = - "surfaceOnDarkTransparentAccentMinorHover" - - public val surfaceOnLightAccentSecondaryActive: String = "surfaceOnLightAccentSecondaryActive" - - public val surfaceOnLightTransparentAccentMinorActive: String = - "surfaceOnLightTransparentAccentMinorActive" - - public val personaOnLightPinkTextAccentHover: String = "personaOnLightPinkTextAccentHover" + public val textOnLightWarningActive: String = "textOnLightWarningActive" /** - * Третичный цвет текста на темном фоне + * Transparent Navi Hover Default */ - public val textOnDarkTertiary: String = "textOnDarkTertiary" + public val surfaceDefaultTransparentNaviHover: String = "surfaceDefaultTransparentNaviHover" /** - * Акцентный минорный цвет + * Transparent Accent Minor Hover On Light */ - public val textDefaultAccentMinorHover: String = "textDefaultAccentMinorHover" - - public val personaOnLightOliveTextAccent: String = "personaOnLightOliveTextAccent" - - public val surfaceOnLightTransparentAccentMinor: String = "surfaceOnLightTransparentAccentMinor" - - public val personaOnLightSeaBlueTextAccent: String = "personaOnLightSeaBlueTextAccent" - - public val surfaceDefaultAccentSecondary: String = "surfaceDefaultAccentSecondary" - - public val surfaceDefaultTransparentAccentMinor: String = "surfaceDefaultTransparentAccentMinor" - - public val surfaceInverseAccentSecondary: String = "surfaceInverseAccentSecondary" - - public val surfaceInverseTransparentAccentMinor: String = "surfaceInverseTransparentAccentMinor" - - public val surfaceOnDarkAccentPrimary: String = "surfaceOnDarkAccentPrimary" - - public val surfaceOnDarkAccentSecondary: String = "surfaceOnDarkAccentSecondary" - - public val surfaceOnDarkTransparentAccentMinor: String = "surfaceOnDarkTransparentAccentMinor" - - public val surfaceOnLightAccentSecondary: String = "surfaceOnLightAccentSecondary" - - public val outlineInverseMinor: String = "outlineInverseMinor" + public val surfaceOnLightTransparentAccentMinorHover: String = + "surfaceOnLightTransparentAccentMinorHover" /** - * Инвертированный цвет предупреждения + * Green Text Accent Hover On Light */ - public val textInverseWarningHover: String = "textInverseWarningHover" + public val personasOnLightGreenTextAccentHover: String = "personasOnLightGreenTextAccentHover" /** - * Прозрачный желтый цвет для данных + * Default Hover Default */ - public val dataDefaultYellowTransparentHover: String = "dataDefaultYellowTransparentHover" + public val outlineDefaultDefaultHover: String = "outlineDefaultDefaultHover" /** - * Инвертированный цвет фона поверхности/контрола информация + * Primary Hover On Dark */ - public val surfaceInverseInfo: String = "surfaceInverseInfo" + public val outlineOnDarkPrimaryHover: String = "outlineOnDarkPrimaryHover" /** - * Цвет обводки ошибка + * Pink Text Accent Hover On Dark */ - public val outlineDefaultNegative: String = "outlineDefaultNegative" + public val personasOnDarkPinkTextAccentHover: String = "personasOnDarkPinkTextAccentHover" /** - * Акцентный цвет на светлом фоне + * Primary Hover Default */ - public val textOnLightAccentHover: String = "textOnLightAccentHover" - - public val surfaceOnLightAccentSecondaryHover: String = "surfaceOnLightAccentSecondaryHover" - - public val surfaceOnLightTransparentAccentMinorHover: String = - "surfaceOnLightTransparentAccentMinorHover" - - public val personaOnDarkPinkTextAccentHover: String = "personaOnDarkPinkTextAccentHover" - - public val surfaceInverseTransparentAccentMinorHover: String = - "surfaceInverseTransparentAccentMinorHover" - - public val surfaceOnLightAccentPrimaryHover: String = "surfaceOnLightAccentPrimaryHover" - - public val surfaceOnDarkAccentSecondaryHover: String = "surfaceOnDarkAccentSecondaryHover" - - public val surfaceDefaultTransparentAccentMinorHover: String = - "surfaceDefaultTransparentAccentMinorHover" - - public val surfaceInverseAccentSecondaryHover: String = "surfaceInverseAccentSecondaryHover" - - public val personaOnLightPinkTextAccent: String = "personaOnLightPinkTextAccent" - - public val personaOnLightSeaBlueTextAccentHover: String = "personaOnLightSeaBlueTextAccentHover" - - public val surfaceOnDarkTransparentAccentMinorActive: String = - "surfaceOnDarkTransparentAccentMinorActive" - - public val surfaceDefaultAccentSecondaryHover: String = "surfaceDefaultAccentSecondaryHover" + public val outlineDefaultPrimaryHover: String = "outlineDefaultPrimaryHover" /** - * Вторичный прозрачный фон поверхности/контрола + * Indigo Text Accent Hover Inverse */ - public val surfaceDefaultTransparentSecondaryHover: String = - "surfaceDefaultTransparentSecondaryHover" + public val personasInverseIndigoTextAccentHover: String = "personasInverseIndigoTextAccentHover" /** - * Цвет фона поверхности/контрола ошибка + * Pink Text Accent Hover Inverse */ - public val surfaceDefaultNegative: String = "surfaceDefaultNegative" + public val personasInversePinkTextAccentHover: String = "personasInversePinkTextAccentHover" /** - * Вторичный фон + * Olive Text Accent Hover Default */ - public val backgroundDefaultSecondary: String = "backgroundDefaultSecondary" + public val personasDefaultOliveTextAccentHover: String = "personasDefaultOliveTextAccentHover" /** - * Прозрачный фон для карточек на светлом фоне + * Ochre Text Accent Hover Inverse */ - public val surfaceOnLightTransparentCardHover: String = "surfaceOnLightTransparentCardHover" + public val personasInverseOchreTextAccentHover: String = "personasInverseOchreTextAccentHover" /** - * Инвертированный основной непрозрачный фон поверхности + * Transparent Navi Hover Inverse */ - public val surfaceInverseSolidPrimaryHover: String = "surfaceInverseSolidPrimaryHover" + public val surfaceInverseTransparentNaviHover: String = "surfaceInverseTransparentNaviHover" /** - * Основной фон на темном фоне + * Olive Text Accent Hover On Light */ - public val backgroundDarkPrimary: String = "backgroundDarkPrimary" + public val personasOnLightOliveTextAccentHover: String = "personasOnLightOliveTextAccentHover" /** - * Вторичный фон на светлом фоне + * Violet Text Accent Hover On Light */ - public val backgroundLightSecondary: String = "backgroundLightSecondary" + public val personasOnLightVioletTextAccentHover: String = "personasOnLightVioletTextAccentHover" /** - * Минорный желтый цвет для данных на темном фоне + * Ochre Text Accent Hover On Light */ - public val dataOnDarkYellowMinorHover: String = "dataOnDarkYellowMinorHover" + public val personasOnLightOchreTextAccentHover: String = "personasOnLightOchreTextAccentHover" /** - * Цвет обводки ошибка на светлом фоне + * Indigo Text Accent Hover On Dark */ - public val outlineOnLightNegativeActive: String = "outlineOnLightNegativeActive" + public val personasOnDarkIndigoTextAccentHover: String = "personasOnDarkIndigoTextAccentHover" /** - * Основной прозрачный цвет обводки на светлом фоне + * On Dark Personas Ochre Text Accent */ - public val outlineOnLightTransparentPrimary: String = "outlineOnLightTransparentPrimary" + public val personasOnDarkOchreTextAccent: String = "personasOnDarkOchreTextAccent" /** - * Прозрачный акцентный фон поверхности/контрола на светлом фоне + * Green Text Accent Active On Dark */ - public val surfaceOnLightTransparentAccent: String = "surfaceOnLightTransparentAccent" - - public val surfaceOnDarkAccentPrimaryHover: String = "surfaceOnDarkAccentPrimaryHover" + public val personasOnDarkGreenTextAccentActive: String = "personasOnDarkGreenTextAccentActive" /** - * Прозрачный фон поверхности по умолчанию на темном фоне + * Ochre Text Accent Active On Dark */ - public val surfaceOnDarkTransparentDeepActive: String = "surfaceOnDarkTransparentDeepActive" + public val personasOnDarkOchreTextAccentActive: String = "personasOnDarkOchreTextAccentActive" /** - * Цвет фона поверхности/контрола успех на темном фоне + * Transparent Accent Minor Active Default */ - public val surfaceOnDarkPositive: String = "surfaceOnDarkPositive" - - public val outlineOnLightMinorActive: String = "outlineOnLightMinorActive" + public val surfaceDefaultTransparentAccentMinorActive: String = + "surfaceDefaultTransparentAccentMinorActive" /** - * Цвет обводки информация на светлом фоне + * Default Hover Inverse */ - public val outlineOnLightTextInfoActive: String = "outlineOnLightTextInfoActive" - - public val personaOnDarkVioletTextAccentActive: String = "personaOnDarkVioletTextAccentActive" + public val outlineInverseDefaultHover: String = "outlineInverseDefaultHover" /** - * Инвертированный прозрачный фон для карточек + * Personas Violet Text Accent */ - public val surfaceInverseTransparentCard: String = "surfaceInverseTransparentCard" + public val personasDefaultVioletTextAccent: String = "personasDefaultVioletTextAccent" /** - * Основной прозрачный цвет обводки на темном фоне + * Primary Hover Inverse */ - public val outlineOnDarkTransparentPrimary: String = "outlineOnDarkTransparentPrimary" + public val outlineInversePrimaryHover: String = "outlineInversePrimaryHover" - public val personaOnLightOchreTextAccentActive: String = "personaOnLightOchreTextAccentActive" + /** + * Sea Blue Text Accent Hover Inverse + */ + public val personasInverseSeaBlueTextAccentHover: String = + "personasInverseSeaBlueTextAccentHover" /** - * Цвет фона поверхности/контрола ошибка на темном фоне + * Blue Text Accent Hover Inverse */ - public val surfaceOnDarkNegative: String = "surfaceOnDarkNegative" + public val personasInverseBlueTextAccentHover: String = "personasInverseBlueTextAccentHover" - public val outlineInverseMinorHover: String = "outlineInverseMinorHover" + /** + * Violet Text Accent Hover Inverse + */ + public val personasInverseVioletTextAccentHover: String = "personasInverseVioletTextAccentHover" /** - * Непрозрачный фон поверхности/контрола по умолчанию + * Transparent Accent Minor Hover Inverse */ - public val surfaceDefaultSolidDefault: String = "surfaceDefaultSolidDefault" + public val surfaceInverseTransparentAccentMinorHover: String = + "surfaceInverseTransparentAccentMinorHover" /** - * New description + * Blue Text Accent Hover On Light */ - public val backgroundInverseHardline: String = "backgroundInverseHardline" + public val personasOnLightBlueTextAccentHover: String = "personasOnLightBlueTextAccentHover" /** - * Цвет обводки успех на светлом фоне + * Transparent Navi Hover On Dark */ - public val outlineOnLightPositiveActive: String = "outlineOnLightPositiveActive" + public val surfaceOnDarkTransparentNaviHover: String = "surfaceOnDarkTransparentNaviHover" /** - * Прозрачный желтый цвет для данных на светлом фоне + * Accent Secondary Hover On Light */ - public val dataOnLightYellowTransparent: String = "dataOnLightYellowTransparent" + public val surfaceOnLightAccentSecondaryHover: String = "surfaceOnLightAccentSecondaryHover" /** - * Минорный желтый цвет для данных на светлом фоне + * Personas Blue Text Accent */ - public val dataOnLightYellowMinorActive: String = "dataOnLightYellowMinorActive" + public val personasDefaultBlueTextAccent: String = "personasDefaultBlueTextAccent" /** - * Акцентный цвет на темном фоне + * Personas Sea Blue Text Accent */ - public val textOnDarkAccentHover: String = "textOnDarkAccentHover" + public val personasDefaultSeaBlueTextAccent: String = "personasDefaultSeaBlueTextAccent" /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Violet Text Accent Hover Default */ - public val surfaceOnDarkSolidPrimaryActive: String = "surfaceOnDarkSolidPrimaryActive" + public val personasDefaultVioletTextAccentHover: String = "personasDefaultVioletTextAccentHover" /** - * New description + * Background Hardline */ public val backgroundDefaultHardline: String = "backgroundDefaultHardline" /** - * Цвет обводки ошибка на светлом фоне + * Основной цвет текста на светлом фоне */ - public val outlineOnLightNegative: String = "outlineOnLightNegative" + public val textOnLightPrimaryBrightnessHover: String = "textOnLightPrimaryBrightnessHover" /** - * Основной прозрачный фон поверхности/контрола + * Инвертированный основной цвет текста */ - public val surfaceDefaultTransparentPrimary: String = "surfaceDefaultTransparentPrimary" + public val textInversePrimaryBrightnessHover: String = "textInversePrimaryBrightnessHover" /** - * Прозрачный фон для карточек на темном фоне + * Основной непрозрачный фон поверхности/контрола */ - public val surfaceOnDarkTransparentCard: String = "surfaceOnDarkTransparentCard" + public val surfaceDefaultSolidPrimaryBrightnessActive: String = + "surfaceDefaultSolidPrimaryBrightnessActive" /** - * Третичный непрозрачный фон поверхности на светлом фоне + * Основной непрозрачный фон поверхности/контрола на темном фоне */ - public val surfaceOnLightSolidTertiaryHover: String = "surfaceOnLightSolidTertiaryHover" + public val surfaceOnDarkSolidPrimaryBrightnessHover: String = + "surfaceOnDarkSolidPrimaryBrightnessHover" /** - * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + * Инвертированный основной фон для карточек */ - public val surfaceInverseSolidDefaultActive: String = "surfaceInverseSolidDefaultActive" + public val surfaceInverseSolidCardBrightnessHover: String = + "surfaceInverseSolidCardBrightnessHover" /** - * Инвертированный цвет фона поверхности/контрола успех + * Inverse Personas Blue Text Accent */ - public val surfaceInversePositiveHover: String = "surfaceInversePositiveHover" + public val personasInverseBlueTextAccent: String = "personasInverseBlueTextAccent" /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + * Blue Text Accent Active Default */ - public val surfaceInverseAccentMinorHover: String = "surfaceInverseAccentMinorHover" + public val personasDefaultBlueTextAccentActive: String = "personasDefaultBlueTextAccentActive" /** - * Основной прозрачный цвет обводки на темном фоне + * Accent Secondary Active Default */ - public val outlineOnDarkTransparentPrimaryActive: String = - "outlineOnDarkTransparentPrimaryActive" + public val surfaceDefaultAccentSecondaryActive: String = "surfaceDefaultAccentSecondaryActive" /** - * Цвет обводки предупреждение на светлом фоне + * Surface Transparent Accent Minor */ - public val outlineOnLightWarning: String = "outlineOnLightWarning" - - public val outlineOnDarkMinorBrightness: String = "outlineOnDarkMinorBrightness" - - public val personaDefaultGreenTextAccentBrightness: String = - "personaDefaultGreenTextAccentBrightness" - - public val personaDefaultOchreTextAccentBrightness: String = - "personaDefaultOchreTextAccentBrightness" - - public val personaOnLightOchreTextAccentHover: String = "personaOnLightOchreTextAccentHover" - - public val personaOnDarkVioletTextAccentBrightness: String = - "personaOnDarkVioletTextAccentBrightness" - - public val surfaceOnLightAccentSecondaryBrightness: String = - "surfaceOnLightAccentSecondaryBrightness" - - public val surfaceOnDarkAccentSecondaryBrightness: String = - "surfaceOnDarkAccentSecondaryBrightness" - - public val personaInverseOchreTextAccentBrightness: String = - "personaInverseOchreTextAccentBrightness" - - public val personaOnLightGreenTextAccentBrightness: String = - "personaOnLightGreenTextAccentBrightness" - - public val personaOnLightOchreTextAccentBrightness: String = - "personaOnLightOchreTextAccentBrightness" + public val surfaceDefaultTransparentAccentMinor: String = "surfaceDefaultTransparentAccentMinor" /** - * Прозрачный инвертированный акцентный фон поверхности/контрола + * Inverse Personas Sea Blue Text Accent */ - public val surfaceInverseTransparentAccent: String = "surfaceInverseTransparentAccent" + public val personasInverseSeaBlueTextAccent: String = "personasInverseSeaBlueTextAccent" /** - * Цвет обводки предупреждение на светлом фоне + * On Dark Personas Pink Text Accent */ - public val outlineOnLightWarningHover: String = "outlineOnLightWarningHover" - - public val surfaceOnLightAccentPrimaryBrightness: String = - "surfaceOnLightAccentPrimaryBrightness" - - public val personaInversePinkTextAccentBrightness: String = - "personaInversePinkTextAccentBrightness" - - public val personaInverseVioletTextAccentBrightness: String = - "personaInverseVioletTextAccentBrightness" - - public val personaOnDarkIndigoTextAccentBrightness: String = - "personaOnDarkIndigoTextAccentBrightness" - - public val personaOnDarkOliveTextAccentBrightness: String = - "personaOnDarkOliveTextAccentBrightness" - - public val personaOnLightVioletTextAccentBrightness: String = - "personaOnLightVioletTextAccentBrightness" - - public val surfaceInverseAccentSecondaryBrightness: String = - "surfaceInverseAccentSecondaryBrightness" - - public val surfaceDefaultAccentPrimaryBrightness: String = - "surfaceDefaultAccentPrimaryBrightness" - - public val personaOnLightSeaBlueTextAccentBrightness: String = - "personaOnLightSeaBlueTextAccentBrightness" - - public val personaInverseGreenTextAccentBrightness: String = - "personaInverseGreenTextAccentBrightness" - - public val personaOnLightPinkTextAccentBrightness: String = - "personaOnLightPinkTextAccentBrightness" - - public val surfaceOnLightTransparentAccentMinorBrightness: String = - "surfaceOnLightTransparentAccentMinorBrightness" - - public val personaDefaultPinkTextAccentBrightness: String = - "personaDefaultPinkTextAccentBrightness" + public val personasOnDarkPinkTextAccent: String = "personasOnDarkPinkTextAccent" /** - * Сплошной наборный текст + * Personas Pink Text Accent */ - public val textDefaultParagraphActive: String = "textDefaultParagraphActive" + public val personasDefaultPinkTextAccent: String = "personasDefaultPinkTextAccent" /** - * Акцентный цвет + * Inverse Personas Violet Text Accent */ - public val textDefaultAccentHover: String = "textDefaultAccentHover" + public val personasInverseVioletTextAccent: String = "personasInverseVioletTextAccent" /** - * Инвертированный минорный акцентный цвет + * Inverse Surface Transparent Accent Minor */ - public val textInverseAccentMinor: String = "textInverseAccentMinor" + public val surfaceInverseTransparentAccentMinor: String = "surfaceInverseTransparentAccentMinor" /** - * Акцентный минорный непрозрачный фон поверхности/контрола + * On Light Personas Blue Text Accent */ - public val surfaceDefaultAccentMinorHover: String = "surfaceDefaultAccentMinorHover" + public val personasOnLightBlueTextAccent: String = "personasOnLightBlueTextAccent" /** - * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + * On Dark Surface Transparent Navi */ - public val surfaceOnLightSolidDefaultHover: String = "surfaceOnLightSolidDefaultHover" + public val surfaceOnDarkTransparentNavi: String = "surfaceOnDarkTransparentNavi" /** - * Цвет фона поверхности/контрола ошибка на светлом фоне + * Inverse Outline Primary */ - public val surfaceOnLightNegativeActive: String = "surfaceOnLightNegativeActive" + public val outlineInversePrimary: String = "outlineInversePrimary" /** - * Инвертированный третичный прозрачный фон поверхности/контрола + * Olive Text Accent Active Inverse */ - public val surfaceInverseTransparentTertiaryActive: String = - "surfaceInverseTransparentTertiaryActive" + public val personasInverseOliveTextAccentActive: String = "personasInverseOliveTextAccentActive" /** - * Цвет обводки успех + * On Dark Outline Default */ - public val outlineDefaultPositiveHover: String = "outlineDefaultPositiveHover" + public val outlineOnDarkDefault: String = "outlineOnDarkDefault" /** - * Цвет обводки успех на светлом фоне + * Personas Green Text Accent */ - public val outlineOnLightPositiveHover: String = "outlineOnLightPositiveHover" + public val personasDefaultGreenTextAccent: String = "personasDefaultGreenTextAccent" /** - * Вторичный цвет текста + * Dark Background Hardline */ - public val textDefaultSecondaryHover: String = "textDefaultSecondaryHover" - - public val personaDefaultBlueTextAccentBrightness: String = - "personaDefaultBlueTextAccentBrightness" - - public val personaDefaultIndigoTextAccentBrightness: String = - "personaDefaultIndigoTextAccentBrightness" - - public val personaDefaultOliveTextAccentBrightness: String = - "personaDefaultOliveTextAccentBrightness" - - public val personaOnLightIndigoTextAccentHover: String = "personaOnLightIndigoTextAccentHover" - - public val personaOnLightOliveTextAccentActive: String = "personaOnLightOliveTextAccentActive" + public val backgroundDarkHardline: String = "backgroundDarkHardline" /** - * Акцентный минорный цвет на темном фоне + * On Dark Outline Primary */ - public val textOnDarkAccentMinorActive: String = "textOnDarkAccentMinorActive" - - public val surfaceDefaultTransparentAccentMinorBrightness: String = - "surfaceDefaultTransparentAccentMinorBrightness" - - public val outlineInverseMinorBrightness: String = "outlineInverseMinorBrightness" - - public val personaOnLightBlueTextAccentBrightness: String = - "personaOnLightBlueTextAccentBrightness" - - public val personaOnLightIndigoTextAccentBrightness: String = - "personaOnLightIndigoTextAccentBrightness" + public val outlineOnDarkPrimary: String = "outlineOnDarkPrimary" /** - * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + * Основной цвет текста на темном фоне */ - public val surfaceOnDarkAccentMinor: String = "surfaceOnDarkAccentMinor" - - public val outlineOnDarkDefaultBrightness: String = "outlineOnDarkDefaultBrightness" - - public val surfaceInverseTransparentAccentMinorBrightness: String = - "surfaceInverseTransparentAccentMinorBrightness" - - public val surfaceDefaultAccentSecondaryBrightness: String = - "surfaceDefaultAccentSecondaryBrightness" - - public val personaInverseOliveTextAccentBrightness: String = - "personaInverseOliveTextAccentBrightness" - - public val personaInverseSeaBlueTextAccentBrightness: String = - "personaInverseSeaBlueTextAccentBrightness" - - public val personaOnDarkBlueTextAccentBrightness: String = - "personaOnDarkBlueTextAccentBrightness" - - public val personaOnDarkOchreTextAccentBrightness: String = - "personaOnDarkOchreTextAccentBrightness" - - public val personaOnLightOliveTextAccentBrightness: String = - "personaOnLightOliveTextAccentBrightness" - - public val outlineInverseMinorActive: String = "outlineInverseMinorActive" - - public val surfaceOnDarkTransparentAccentMinorBrightness: String = - "surfaceOnDarkTransparentAccentMinorBrightness" - - public val personaOnDarkGreenTextAccentBrightness: String = - "personaOnDarkGreenTextAccentBrightness" - - public val personaInverseBlueTextAccentBrightness: String = - "personaInverseBlueTextAccentBrightness" - - public val personaInverseIndigoTextAccentBrightness: String = - "personaInverseIndigoTextAccentBrightness" - - public val surfaceOnDarkAccentPrimaryBrightness: String = "surfaceOnDarkAccentPrimaryBrightness" - - public val outlineOnLightDefaultBrightness: String = "outlineOnLightDefaultBrightness" + public val textOnDarkPrimaryBrightnessActive: String = "textOnDarkPrimaryBrightnessActive" /** - * Сплошной наборный текст + * Основной цвет текста на светлом фоне */ - public val textDefaultParagraphHover: String = "textDefaultParagraphHover" + public val textOnLightPrimaryBrightnessActive: String = "textOnLightPrimaryBrightnessActive" /** - * Сплошной наборный текст + * Инвертированный основной цвет текста */ - public val textDefaultParagraph: String = "textDefaultParagraph" + public val textInversePrimaryBrightnessActive: String = "textInversePrimaryBrightnessActive" /** - * Акцентный цвет + * Personas Indigo Text Accent */ - public val textDefaultAccentActive: String = "textDefaultAccentActive" + public val personasDefaultIndigoTextAccent: String = "personasDefaultIndigoTextAccent" /** - * Основной непрозрачный фон поверхности/контрола + * Ochre Text Accent Hover On Dark */ - public val surfaceDefaultSolidPrimaryHover: String = "surfaceDefaultSolidPrimaryHover" + public val personasOnDarkOchreTextAccentHover: String = "personasOnDarkOchreTextAccentHover" /** - * Цвет успеха + * Indigo Text Accent Active On Dark */ - public val textDefaultPositiveActive: String = "textDefaultPositiveActive" + public val personasOnDarkIndigoTextAccentActive: String = "personasOnDarkIndigoTextAccentActive" /** - * Цвет предупреждения + * Pink Text Accent Hover Default */ - public val textDefaultWarningActive: String = "textDefaultWarningActive" + public val personasDefaultPinkTextAccentHover: String = "personasDefaultPinkTextAccentHover" /** - * Цвет ошибки + * On Dark Personas Green Text Accent */ - public val textDefaultNegativeHover: String = "textDefaultNegativeHover" + public val personasOnDarkGreenTextAccent: String = "personasOnDarkGreenTextAccent" /** - * Цвет ошибки + * Transparent Accent Minor Hover Default */ - public val textDefaultNegative: String = "textDefaultNegative" + public val surfaceDefaultTransparentAccentMinorHover: String = + "surfaceDefaultTransparentAccentMinorHover" /** - * Цвет информации + * Transparent Navi Active On Dark */ - public val textDefaultInfoActive: String = "textDefaultInfoActive" + public val surfaceOnDarkTransparentNaviActive: String = "surfaceOnDarkTransparentNaviActive" /** - * Акцентный цвет + * Ochre Text Accent Active Inverse */ - public val textDefaultAccent: String = "textDefaultAccent" + public val personasInverseOchreTextAccentActive: String = "personasInverseOchreTextAccentActive" /** - * Акцентный минорный цвет + * Transparent Navi Active Inverse */ - public val textDefaultAccentMinor: String = "textDefaultAccentMinor" + public val surfaceInverseTransparentNaviActive: String = "surfaceInverseTransparentNaviActive" /** - * Основной цвет текста на темном фоне + * Olive Text Accent Active On Light */ - public val textOnDarkPrimaryBrightness: String = "textOnDarkPrimaryBrightness" + public val personasOnLightOliveTextAccentActive: String = "personasOnLightOliveTextAccentActive" /** - * Вторичный цвет текста на темном фоне + * Pink Text Accent Active Default */ - public val textOnDarkSecondaryActive: String = "textOnDarkSecondaryActive" + public val personasDefaultPinkTextAccentActive: String = "personasDefaultPinkTextAccentActive" /** - * Третичный цвет текста на темном фоне + * Blue Text Accent Active On Dark */ - public val textOnDarkTertiaryHover: String = "textOnDarkTertiaryHover" + public val personasOnDarkBlueTextAccentActive: String = "personasOnDarkBlueTextAccentActive" /** - * Основной цвет текста + * Sea Blue Text Accent Active On Light */ - public val textDefaultPrimaryActive: String = "textDefaultPrimaryActive" + public val personasOnLightSeaBlueTextAccentActive: String = + "personasOnLightSeaBlueTextAccentActive" /** - * Основной цвет текста + * On Light Outline Default */ - public val textDefaultPrimaryBrightness: String = "textDefaultPrimaryBrightness" + public val outlineOnLightDefault: String = "outlineOnLightDefault" /** - * Вторичный цвет текста + * Transparent Accent Minor Hover On Dark */ - public val textDefaultSecondary: String = "textDefaultSecondary" + public val surfaceOnDarkTransparentAccentMinorHover: String = + "surfaceOnDarkTransparentAccentMinorHover" /** - * Цвет успеха на темном фоне + * On Light Surface Accent Secondary */ - public val textOnDarkPositiveHover: String = "textOnDarkPositiveHover" + public val surfaceOnLightAccentSecondary: String = "surfaceOnLightAccentSecondary" /** - * Цвет предупреждения на темном фоне + * On Light Personas Pink Text Accent */ - public val textOnDarkWarningHover: String = "textOnDarkWarningHover" + public val personasOnLightPinkTextAccent: String = "personasOnLightPinkTextAccent" /** - * Цвет предупреждения на темном фоне + * Inverse Personas Olive Text Accent */ - public val textOnDarkWarning: String = "textOnDarkWarning" + public val personasInverseOliveTextAccent: String = "personasInverseOliveTextAccent" /** - * Цвет ошибки на темном фоне + * Сплошной наборный текст */ - public val textOnDarkNegativeActive: String = "textOnDarkNegativeActive" + public val textDefaultParagraphActive: String = "textDefaultParagraphActive" /** - * Цвет информации на темном фоне + * Акцентный цвет */ - public val textOnDarkInfo: String = "textOnDarkInfo" + public val textDefaultAccent: String = "textDefaultAccent" /** - * Цвет успеха на темном фоне + * Акцентный цвет */ - public val textOnDarkPositive: String = "textOnDarkPositive" + public val textDefaultAccentHover: String = "textDefaultAccentHover" /** - * Основной цвет текста на светлом фоне + * Акцентный цвет */ - public val textOnLightPrimaryHover: String = "textOnLightPrimaryHover" + public val textDefaultAccentActive: String = "textDefaultAccentActive" /** - * Основной цвет текста на светлом фоне + * Акцентный минорный цвет */ - public val textOnLightPrimary: String = "textOnLightPrimary" + public val textDefaultAccentMinor: String = "textDefaultAccentMinor" /** - * Вторичный цвет текста на светлом фоне + * Акцентный минорный цвет */ - public val textOnLightSecondaryHover: String = "textOnLightSecondaryHover" + public val textDefaultAccentMinorHover: String = "textDefaultAccentMinorHover" /** - * Вторичный цвет текста на светлом фоне + * Акцентный минорный цвет */ - public val textOnLightSecondary: String = "textOnLightSecondary" + public val textDefaultAccentMinorActive: String = "textDefaultAccentMinorActive" /** - * Третичный цвет текста на светлом фоне + * Цвет успеха */ - public val textOnLightTertiaryActive: String = "textOnLightTertiaryActive" + public val textDefaultPositive: String = "textDefaultPositive" /** - * Сплошной наборный текст на светлом фоне + * Цвет успеха */ - public val textOnLightParagraphHover: String = "textOnLightParagraphHover" + public val textDefaultPositiveHover: String = "textDefaultPositiveHover" /** - * Сплошной наборный текст на светлом фоне + * Цвет успеха */ - public val textOnLightParagraph: String = "textOnLightParagraph" + public val textDefaultPositiveActive: String = "textDefaultPositiveActive" /** - * Сплошной наборный текст на темном фоне + * Цвет предупреждения */ - public val textOnDarkParagraphActive: String = "textOnDarkParagraphActive" + public val textDefaultWarning: String = "textDefaultWarning" /** - * Акцентный цвет на темном фоне + * Цвет предупреждения */ - public val textOnDarkAccentActive: String = "textOnDarkAccentActive" + public val textDefaultWarningHover: String = "textDefaultWarningHover" /** - * Цвет успеха на светлом фоне + * Цвет предупреждения */ - public val textOnLightPositiveActive: String = "textOnLightPositiveActive" + public val textDefaultWarningActive: String = "textDefaultWarningActive" /** - * Цвет предупреждения на светлом фоне + * Цвет ошибки */ - public val textOnLightWarningActive: String = "textOnLightWarningActive" + public val textDefaultNegative: String = "textDefaultNegative" /** - * Цвет ошибки на светлом фоне + * Цвет ошибки */ - public val textOnLightNegativeHover: String = "textOnLightNegativeHover" + public val textDefaultNegativeHover: String = "textDefaultNegativeHover" /** - * Цвет ошибки на светлом фоне + * Цвет ошибки */ - public val textOnLightNegative: String = "textOnLightNegative" + public val textDefaultNegativeActive: String = "textDefaultNegativeActive" /** - * Цвет информации на светлом фоне + * Цвет информации */ - public val textOnLightInfoActive: String = "textOnLightInfoActive" + public val textDefaultInfo: String = "textDefaultInfo" /** - * Акцентный цвет на светлом фоне + * Цвет информации */ - public val textOnLightAccent: String = "textOnLightAccent" + public val textDefaultInfoHover: String = "textDefaultInfoHover" /** - * Акцентный минорный цвет на светлом фоне + * Цвет информации */ - public val textOnLightAccentMinor: String = "textOnLightAccentMinor" + public val textDefaultInfoActive: String = "textDefaultInfoActive" /** - * Инвертированный основной цвет текста + * Вторичный цвет текста */ - public val textInversePrimaryActive: String = "textInversePrimaryActive" + public val textDefaultSecondaryHover: String = "textDefaultSecondaryHover" /** - * Инвертированный основной цвет текста + * Вторичный цвет текста */ - public val textInversePrimaryBrightness: String = "textInversePrimaryBrightness" + public val textDefaultSecondary: String = "textDefaultSecondary" /** - * Инвертированный третичный цвет текста + * Основной цвет текста */ - public val textInverseTertiaryActive: String = "textInverseTertiaryActive" + public val textDefaultPrimaryActive: String = "textDefaultPrimaryActive" /** - * Цвет предупреждения + * Вторичный цвет текста */ - public val textDefaultWarning: String = "textDefaultWarning" + public val textDefaultSecondaryActive: String = "textDefaultSecondaryActive" /** - * Цвет ошибки + * Третичный цвет текста */ - public val textDefaultNegativeActive: String = "textDefaultNegativeActive" + public val textDefaultTertiary: String = "textDefaultTertiary" /** - * Цвет информации + * Третичный цвет текста */ - public val textDefaultInfoHover: String = "textDefaultInfoHover" + public val textDefaultTertiaryHover: String = "textDefaultTertiaryHover" /** - * Цвет информации + * Третичный цвет текста */ - public val textDefaultInfo: String = "textDefaultInfo" + public val textDefaultTertiaryActive: String = "textDefaultTertiaryActive" /** - * Цвет успеха + * Основной цвет текста */ - public val textDefaultPositive: String = "textDefaultPositive" + public val textDefaultPrimaryBrightness: String = "textDefaultPrimaryBrightness" /** - * Основной цвет текста на темном фоне + * Сплошной наборный текст */ - public val textOnDarkPrimaryHover: String = "textOnDarkPrimaryHover" + public val textDefaultParagraph: String = "textDefaultParagraph" /** - * Основной цвет текста на темном фоне + * Сплошной наборный текст */ - public val textOnDarkPrimary: String = "textOnDarkPrimary" + public val textDefaultParagraphHover: String = "textDefaultParagraphHover" /** - * Вторичный цвет текста на темном фоне + * Сплошной наборный текст на темном фоне */ - public val textOnDarkSecondaryHover: String = "textOnDarkSecondaryHover" + public val textOnDarkParagraphActive: String = "textOnDarkParagraphActive" /** - * Вторичный цвет текста на темном фоне + * Акцентный цвет на темном фоне */ - public val textOnDarkSecondary: String = "textOnDarkSecondary" + public val textOnDarkAccent: String = "textOnDarkAccent" /** - * Третичный цвет текста на темном фоне + * Акцентный цвет на темном фоне */ - public val textOnDarkTertiaryActive: String = "textOnDarkTertiaryActive" + public val textOnDarkAccentHover: String = "textOnDarkAccentHover" /** - * Основной цвет текста + * Акцентный цвет на темном фоне */ - public val textDefaultPrimary: String = "textDefaultPrimary" + public val textOnDarkAccentActive: String = "textOnDarkAccentActive" /** - * Вторичный цвет текста + * Акцентный минорный цвет на темном фоне */ - public val textDefaultSecondaryActive: String = "textDefaultSecondaryActive" + public val textOnDarkAccentMinor: String = "textOnDarkAccentMinor" + + /** + * Акцентный минорный цвет на темном фоне + */ + public val textOnDarkAccentMinorActive: String = "textOnDarkAccentMinorActive" + + /** + * Цвет успеха на темном фоне + */ + public val textOnDarkPositive: String = "textOnDarkPositive" + + /** + * Цвет успеха на темном фоне + */ + public val textOnDarkPositiveHover: String = "textOnDarkPositiveHover" /** * Цвет успеха на темном фоне @@ -5517,170 +4932,167 @@ public class ColorOverrideScope { /** * Цвет предупреждения на темном фоне */ - public val textOnDarkWarningActive: String = "textOnDarkWarningActive" + public val textOnDarkWarning: String = "textOnDarkWarning" /** - * Цвет ошибки на темном фоне + * Цвет предупреждения на темном фоне */ - public val textOnDarkNegativeHover: String = "textOnDarkNegativeHover" + public val textOnDarkWarningHover: String = "textOnDarkWarningHover" /** - * Цвет ошибки на темном фоне + * Цвет предупреждения на темном фоне */ - public val textOnDarkNegative: String = "textOnDarkNegative" + public val textOnDarkWarningActive: String = "textOnDarkWarningActive" /** - * Акцентный цвет на темном фоне + * Цвет ошибки на темном фоне */ - public val textOnDarkAccent: String = "textOnDarkAccent" + public val textOnDarkNegative: String = "textOnDarkNegative" /** - * Акцентный минорный цвет на темном фоне + * Цвет ошибки на темном фоне */ - public val textOnDarkAccentMinor: String = "textOnDarkAccentMinor" + public val textOnDarkNegativeHover: String = "textOnDarkNegativeHover" /** - * Основной цвет текста на светлом фоне + * Цвет ошибки на темном фоне */ - public val textOnLightPrimaryActive: String = "textOnLightPrimaryActive" + public val textOnDarkNegativeActive: String = "textOnDarkNegativeActive" /** - * Вторичный цвет текста на светлом фоне + * Цвет информации на темном фоне */ - public val textOnLightSecondaryActive: String = "textOnLightSecondaryActive" + public val textOnDarkInfo: String = "textOnDarkInfo" /** - * Третичный цвет текста на светлом фоне + * Цвет информации на темном фоне */ - public val textOnLightTertiaryHover: String = "textOnLightTertiaryHover" + public val textOnDarkInfoHover: String = "textOnDarkInfoHover" /** - * Третичный цвет текста на светлом фоне + * Цвет информации на темном фоне */ - public val textOnLightTertiary: String = "textOnLightTertiary" + public val textOnDarkInfoActive: String = "textOnDarkInfoActive" /** - * Сплошной наборный текст на светлом фоне + * Основной цвет текста на темном фоне */ - public val textOnLightParagraphActive: String = "textOnLightParagraphActive" + public val textOnDarkPrimaryActive: String = "textOnDarkPrimaryActive" /** - * Сплошной наборный текст на темном фоне + * Третичный цвет текста на темном фоне */ - public val textOnDarkParagraphHover: String = "textOnDarkParagraphHover" + public val textOnDarkTertiaryActive: String = "textOnDarkTertiaryActive" /** - * Сплошной наборный текст на темном фоне + * Основной цвет текста на темном фоне */ - public val textOnDarkParagraph: String = "textOnDarkParagraph" + public val textOnDarkPrimary: String = "textOnDarkPrimary" /** - * Акцентный минорный цвет на темном фоне + * Основной цвет текста на темном фоне */ - public val textOnDarkAccentMinorHover: String = "textOnDarkAccentMinorHover" + public val textOnDarkPrimaryBrightness: String = "textOnDarkPrimaryBrightness" /** - * Цвет успеха на светлом фоне + * Вторичный цвет текста на темном фоне */ - public val textOnLightPositiveHover: String = "textOnLightPositiveHover" + public val textOnDarkSecondary: String = "textOnDarkSecondary" /** - * Цвет предупреждения на светлом фоне + * Вторичный цвет текста на темном фоне */ - public val textOnLightWarningHover: String = "textOnLightWarningHover" + public val textOnDarkSecondaryHover: String = "textOnDarkSecondaryHover" /** - * Цвет предупреждения на светлом фоне + * Третичный цвет текста на темном фоне */ - public val textOnLightWarning: String = "textOnLightWarning" + public val textOnDarkTertiary: String = "textOnDarkTertiary" /** - * Цвет ошибки на светлом фоне + * Третичный цвет текста на темном фоне */ - public val textOnLightNegativeActive: String = "textOnLightNegativeActive" + public val textOnDarkTertiaryHover: String = "textOnDarkTertiaryHover" /** - * Цвет информации на светлом фоне + * Вторичный цвет текста на темном фоне */ - public val textOnLightInfoHover: String = "textOnLightInfoHover" + public val textOnDarkSecondaryActive: String = "textOnDarkSecondaryActive" /** - * Цвет информации на светлом фоне + * Основной цвет текста на темном фоне */ - public val textOnLightInfo: String = "textOnLightInfo" + public val textOnDarkPrimaryHover: String = "textOnDarkPrimaryHover" /** - * Цвет успеха на светлом фоне + * Сплошной наборный текст на темном фоне */ - public val textOnLightPositive: String = "textOnLightPositive" + public val textOnDarkParagraph: String = "textOnDarkParagraph" /** - * Инвертированный основной цвет текста + * Сплошной наборный текст на темном фоне */ - public val textInversePrimaryHover: String = "textInversePrimaryHover" + public val textOnDarkParagraphHover: String = "textOnDarkParagraphHover" /** - * Инвертированный основной цвет текста + * Основной цвет текста на светлом фоне */ - public val textInversePrimary: String = "textInversePrimary" + public val textOnLightPrimaryBrightness: String = "textOnLightPrimaryBrightness" /** - * Инвертированный вторичный цвет текста + * Вторичный цвет текста на светлом фоне */ - public val textInverseSecondaryHover: String = "textInverseSecondaryHover" + public val textOnLightSecondary: String = "textOnLightSecondary" /** - * Инвертированный третичный цвет текста + * Вторичный цвет текста на светлом фоне */ - public val textInverseTertiaryHover: String = "textInverseTertiaryHover" + public val textOnLightSecondaryHover: String = "textOnLightSecondaryHover" /** - * Цвет предупреждения + * Вторичный цвет текста на светлом фоне */ - public val textDefaultWarningHover: String = "textDefaultWarningHover" + public val textOnLightSecondaryActive: String = "textOnLightSecondaryActive" /** - * Инвертированный цвет ошибки + * Третичный цвет текста на светлом фоне */ - public val textInverseNegative: String = "textInverseNegative" + public val textOnLightTertiary: String = "textOnLightTertiary" /** - * Инвертированный цвет информации + * Третичный цвет текста на светлом фоне */ - public val textInverseInfoActive: String = "textInverseInfoActive" + public val textOnLightTertiaryHover: String = "textOnLightTertiaryHover" /** - * Инвертированный акцентный цвет + * Третичный цвет текста на светлом фоне */ - public val textInverseAccent: String = "textInverseAccent" + public val textOnLightTertiaryActive: String = "textOnLightTertiaryActive" /** - * Прозрачный желтый цвет для данных на темном фоне + * Сплошной наборный текст на светлом фоне */ - public val dataOnDarkYellowTransparentActive: String = "dataOnDarkYellowTransparentActive" - - public val outlineOnLightMinorBrightness: String = "outlineOnLightMinorBrightness" + public val textOnLightParagraph: String = "textOnLightParagraph" /** - * Непрозрачный фон поверхности/контрола по умолчанию + * Сплошной наборный текст на светлом фоне */ - public val surfaceDefaultSolidDefaultActive: String = "surfaceDefaultSolidDefaultActive" + public val textOnLightParagraphHover: String = "textOnLightParagraphHover" /** - * Прозрачный фон для карточек на темном фоне + * Сплошной наборный текст на светлом фоне */ - public val surfaceOnDarkTransparentCardBrightness: String = - "surfaceOnDarkTransparentCardBrightness" + public val textOnLightParagraphActive: String = "textOnLightParagraphActive" /** - * Инвертированный третичный цвет текста + * Акцентный цвет на светлом фоне */ - public val textInverseTertiary: String = "textInverseTertiary" + public val textOnLightAccent: String = "textOnLightAccent" /** - * Инвертированный cплошной наборный текст + * Акцентный цвет на светлом фоне */ - public val textInverseParagraphActive: String = "textInverseParagraphActive" + public val textOnLightAccentHover: String = "textOnLightAccentHover" /** * Акцентный цвет на светлом фоне @@ -5688,90 +5100,89 @@ public class ColorOverrideScope { public val textOnLightAccentActive: String = "textOnLightAccentActive" /** - * Основной фон + * Акцентный минорный цвет на светлом фоне */ - public val backgroundDefaultPrimaryBrightness: String = "backgroundDefaultPrimaryBrightness" + public val textOnLightAccentMinor: String = "textOnLightAccentMinor" /** - * Инвертированный цвет успеха + * Акцентный минорный цвет на светлом фоне */ - public val textInversePositiveHover: String = "textInversePositiveHover" + public val textOnLightAccentMinorHover: String = "textOnLightAccentMinorHover" /** - * Инвертированный цвет предупреждения + * Акцентный минорный цвет на светлом фоне */ - public val textInverseWarningActive: String = "textInverseWarningActive" + public val textOnLightAccentMinorActive: String = "textOnLightAccentMinorActive" /** - * Инвертированный цвет ошибки + * Цвет успеха на светлом фоне */ - public val textInverseNegativeHover: String = "textInverseNegativeHover" + public val textOnLightPositive: String = "textOnLightPositive" /** - * Инвертированный прозрачный фон поверхности по умолчанию + * Цвет успеха на светлом фоне */ - public val surfaceInverseTransparentDeep: String = "surfaceInverseTransparentDeep" + public val textOnLightPositiveHover: String = "textOnLightPositiveHover" /** - * Третичный прозрачный фон поверхности/контрола на светлом фоне + * Цвет успеха на светлом фоне */ - public val surfaceOnLightTransparentTertiaryActive: String = - "surfaceOnLightTransparentTertiaryActive" + public val textOnLightPositiveActive: String = "textOnLightPositiveActive" /** - * Акцентный минорный цвет на светлом фоне + * Цвет предупреждения на светлом фоне */ - public val textOnLightAccentMinorActive: String = "textOnLightAccentMinorActive" + public val textOnLightWarning: String = "textOnLightWarning" /** - * Инвертированный cплошной наборный текст + * Цвет предупреждения на светлом фоне */ - public val textInverseParagraphHover: String = "textInverseParagraphHover" + public val textOnLightWarningHover: String = "textOnLightWarningHover" /** - * Инвертированный цвет успеха + * Основной цвет текста на светлом фоне */ - public val textInversePositiveActive: String = "textInversePositiveActive" + public val textOnLightPrimary: String = "textOnLightPrimary" /** - * Инвертированный цвет предупреждения + * Основной цвет текста на светлом фоне */ - public val textInverseWarning: String = "textInverseWarning" + public val textOnLightPrimaryHover: String = "textOnLightPrimaryHover" /** - * Инвертированный цвет ошибки + * Основной цвет текста на светлом фоне */ - public val textInverseNegativeActive: String = "textInverseNegativeActive" + public val textOnLightPrimaryActive: String = "textOnLightPrimaryActive" /** - * Инвертированный цвет информации + * Инвертированный основной цвет текста */ - public val textInverseInfoHover: String = "textInverseInfoHover" + public val textInversePrimary: String = "textInversePrimary" /** - * Инвертированный цвет информации + * Инвертированный основной цвет текста */ - public val textInverseInfo: String = "textInverseInfo" + public val textInversePrimaryHover: String = "textInversePrimaryHover" /** - * Инвертированный цвет успеха + * Инвертированный основной цвет текста */ - public val textInversePositive: String = "textInversePositive" + public val textInversePrimaryActive: String = "textInversePrimaryActive" /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Инвертированный основной цвет текста */ - public val surfaceOnDarkTransparentSecondary: String = "surfaceOnDarkTransparentSecondary" + public val textInversePrimaryBrightness: String = "textInversePrimaryBrightness" /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Инвертированный вторичный цвет текста */ - public val surfaceOnDarkSolidPrimaryHover: String = "surfaceOnDarkSolidPrimaryHover" + public val textInverseSecondary: String = "textInverseSecondary" /** - * Акцентный минорный цвет + * Инвертированный вторичный цвет текста */ - public val textDefaultAccentMinorActive: String = "textDefaultAccentMinorActive" + public val textInverseSecondaryHover: String = "textInverseSecondaryHover" /** * Инвертированный вторичный цвет текста @@ -5779,5511 +5190,7131 @@ public class ColorOverrideScope { public val textInverseSecondaryActive: String = "textInverseSecondaryActive" /** - * Вторичный прозрачный фон поверхности/контрола + * Инвертированный третичный цвет текста */ - public val surfaceDefaultTransparentSecondaryActive: String = - "surfaceDefaultTransparentSecondaryActive" + public val textInverseTertiary: String = "textInverseTertiary" /** - * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + * Инвертированный третичный цвет текста */ - public val surfaceInverseSolidDefault: String = "surfaceInverseSolidDefault" + public val textInverseTertiaryHover: String = "textInverseTertiaryHover" /** - * Третичный непрозрачный фон поверхности на светлом фоне + * Инвертированный третичный цвет текста */ - public val surfaceOnLightSolidTertiaryActive: String = "surfaceOnLightSolidTertiaryActive" - - public val outlineInverseOutlineMinorHover: String = "outlineInverseOutlineMinorHover" - - public val outlineInverseOutlineMinor: String = "outlineInverseOutlineMinor" - - public val outlineInverseOutlineMinorActive: String = "outlineInverseOutlineMinorActive" + public val textInverseTertiaryActive: String = "textInverseTertiaryActive" - public val outlineInverseOutlineMinorBrightness: String = "outlineInverseOutlineMinorBrightness" + /** + * Инвертированный сплошной наборный текст + */ + public val textInverseParagraph: String = "textInverseParagraph" /** - * Переопределяет аттрибут цвета. + * Инвертированный сплошной наборный текст */ - public infix fun String.overrideBy(color: Color) { - _overrideMap[this] = color - } -} + public val textInverseParagraphHover: String = "textInverseParagraphHover" -internal val LocalSddsSbComColors: ProvidableCompositionLocal = - staticCompositionLocalOf { - lightSddsSbComColors() - } + /** + * Инвертированный сплошной наборный текст + */ + public val textInverseParagraphActive: String = "textInverseParagraphActive" -@Suppress("LongMethod") -internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { - textDefaultTertiaryHover = other.textDefaultTertiaryHover - personaDefaultIndigoTextAccent = other.personaDefaultIndigoTextAccent - personaOnDarkPinkTextAccentBrightness = other.personaOnDarkPinkTextAccentBrightness - personaOnDarkSeaBlueTextAccentBrightness = other.personaOnDarkSeaBlueTextAccentBrightness - outlineDefaultTransparentClear = other.outlineDefaultTransparentClear - personaDefaultSeaBlueTextAccentActive = other.personaDefaultSeaBlueTextAccentActive - personaInverseIndigoTextAccentActive = other.personaInverseIndigoTextAccentActive - personaOnDarkOchreTextAccent = other.personaOnDarkOchreTextAccent - outlineDefaultMinorBrightness = other.outlineDefaultMinorBrightness - outlineDefaultDefaultBrightness = other.outlineDefaultDefaultBrightness - outlineDefaultTransparentClearBrightness = other.outlineDefaultTransparentClearBrightness - outlineInverseDefaultBrightness = other.outlineInverseDefaultBrightness - personaDefaultSeaBlueTextAccentBrightness = other.personaDefaultSeaBlueTextAccentBrightness - personaDefaultVioletTextAccentBrightness = other.personaDefaultVioletTextAccentBrightness - textDefaultTertiaryActive = other.textDefaultTertiaryActive - textDefaultTertiary = other.textDefaultTertiary - surfaceDefaultSolidDefaultHover = other.surfaceDefaultSolidDefaultHover - textInverseParagraph = other.textInverseParagraph - surfaceOnDarkSolidPrimaryBrightness = other.surfaceOnDarkSolidPrimaryBrightness - textOnDarkPrimaryActive = other.textOnDarkPrimaryActive - textOnLightPrimaryBrightness = other.textOnLightPrimaryBrightness - textDefaultPositiveHover = other.textDefaultPositiveHover - textInverseSecondary = other.textInverseSecondary - textInverseAccentHover = other.textInverseAccentHover - outlineDefaultPositiveActive = other.outlineDefaultPositiveActive - surfaceDefaultSolidSecondaryActive = other.surfaceDefaultSolidSecondaryActive - surfaceDefaultSolidSecondary = other.surfaceDefaultSolidSecondary - surfaceDefaultSolidTertiaryHover = other.surfaceDefaultSolidTertiaryHover - surfaceDefaultSolidTertiaryActive = other.surfaceDefaultSolidTertiaryActive - surfaceDefaultSolidTertiary = other.surfaceDefaultSolidTertiary - surfaceDefaultSolidCardHover = other.surfaceDefaultSolidCardHover - surfaceDefaultSolidCardActive = other.surfaceDefaultSolidCardActive - surfaceDefaultSolidCard = other.surfaceDefaultSolidCard - surfaceDefaultSolidCardBrightness = other.surfaceDefaultSolidCardBrightness - surfaceDefaultSolidPrimaryActive = other.surfaceDefaultSolidPrimaryActive - surfaceDefaultSolidPrimaryBrightness = other.surfaceDefaultSolidPrimaryBrightness - surfaceDefaultSolidPrimary = other.surfaceDefaultSolidPrimary - surfaceDefaultSolidSecondaryHover = other.surfaceDefaultSolidSecondaryHover - surfaceDefaultTransparentTertiaryHover = other.surfaceDefaultTransparentTertiaryHover - surfaceDefaultTransparentTertiaryActive = other.surfaceDefaultTransparentTertiaryActive - surfaceDefaultTransparentTertiary = other.surfaceDefaultTransparentTertiary - surfaceDefaultTransparentDeepHover = other.surfaceDefaultTransparentDeepHover - surfaceDefaultTransparentDeepActive = other.surfaceDefaultTransparentDeepActive - surfaceDefaultTransparentDeep = other.surfaceDefaultTransparentDeep - surfaceDefaultTransparentCardHover = other.surfaceDefaultTransparentCardHover - surfaceDefaultTransparentCardActive = other.surfaceDefaultTransparentCardActive - surfaceDefaultTransparentCard = other.surfaceDefaultTransparentCard - surfaceDefaultTransparentCardBrightness = other.surfaceDefaultTransparentCardBrightness - surfaceDefaultClearHover = other.surfaceDefaultClearHover - surfaceDefaultClearActive = other.surfaceDefaultClearActive - surfaceDefaultClear = other.surfaceDefaultClear - surfaceDefaultAccentMinorActive = other.surfaceDefaultAccentMinorActive - surfaceDefaultTransparentAccentHover = other.surfaceDefaultTransparentAccentHover - surfaceDefaultTransparentAccentActive = other.surfaceDefaultTransparentAccentActive - surfaceDefaultPositiveHover = other.surfaceDefaultPositiveHover - surfaceDefaultPositiveActive = other.surfaceDefaultPositiveActive - surfaceDefaultWarningHover = other.surfaceDefaultWarningHover - surfaceDefaultTransparentPrimaryHover = other.surfaceDefaultTransparentPrimaryHover - surfaceDefaultTransparentPrimaryActive = other.surfaceDefaultTransparentPrimaryActive - textInverseAccentMinorHover = other.textInverseAccentMinorHover - textInverseAccentMinorActive = other.textInverseAccentMinorActive - surfaceDefaultInfo = other.surfaceDefaultInfo - surfaceDefaultPositive = other.surfaceDefaultPositive - surfaceDefaultAccentMinor = other.surfaceDefaultAccentMinor - surfaceOnDarkSolidPrimary = other.surfaceOnDarkSolidPrimary - surfaceOnDarkSolidSecondaryHover = other.surfaceOnDarkSolidSecondaryHover - surfaceOnDarkSolidSecondaryActive = other.surfaceOnDarkSolidSecondaryActive - surfaceOnDarkSolidSecondary = other.surfaceOnDarkSolidSecondary - surfaceOnDarkSolidTertiaryHover = other.surfaceOnDarkSolidTertiaryHover - surfaceOnDarkSolidTertiaryActive = other.surfaceOnDarkSolidTertiaryActive - surfaceOnDarkSolidTertiary = other.surfaceOnDarkSolidTertiary - surfaceOnDarkSolidCardHover = other.surfaceOnDarkSolidCardHover - surfaceOnDarkSolidCardActive = other.surfaceOnDarkSolidCardActive - surfaceOnDarkSolidCard = other.surfaceOnDarkSolidCard - surfaceOnDarkSolidCardBrightness = other.surfaceOnDarkSolidCardBrightness - surfaceOnDarkSolidDefaultHover = other.surfaceOnDarkSolidDefaultHover - surfaceOnDarkSolidDefaultActive = other.surfaceOnDarkSolidDefaultActive - surfaceOnDarkSolidDefault = other.surfaceOnDarkSolidDefault - surfaceOnDarkTransparentPrimaryHover = other.surfaceOnDarkTransparentPrimaryHover - surfaceOnDarkTransparentPrimaryActive = other.surfaceOnDarkTransparentPrimaryActive - surfaceOnDarkTransparentPrimary = other.surfaceOnDarkTransparentPrimary - surfaceOnDarkTransparentSecondaryHover = other.surfaceOnDarkTransparentSecondaryHover - surfaceOnDarkTransparentSecondaryActive = other.surfaceOnDarkTransparentSecondaryActive - surfaceDefaultWarning = other.surfaceDefaultWarning - surfaceDefaultNegativeHover = other.surfaceDefaultNegativeHover - surfaceDefaultNegativeActive = other.surfaceDefaultNegativeActive - surfaceDefaultInfoHover = other.surfaceDefaultInfoHover - surfaceDefaultInfoActive = other.surfaceDefaultInfoActive - surfaceOnDarkTransparentCardActive = other.surfaceOnDarkTransparentCardActive - surfaceDefaultTransparentSecondary = other.surfaceDefaultTransparentSecondary - surfaceDefaultTransparentAccent = other.surfaceDefaultTransparentAccent - surfaceOnDarkTransparentAccentHover = other.surfaceOnDarkTransparentAccentHover - surfaceOnDarkTransparentAccentActive = other.surfaceOnDarkTransparentAccentActive - surfaceOnDarkPositiveHover = other.surfaceOnDarkPositiveHover - surfaceOnDarkPositiveActive = other.surfaceOnDarkPositiveActive - surfaceOnDarkWarningHover = other.surfaceOnDarkWarningHover - surfaceOnDarkWarningActive = other.surfaceOnDarkWarningActive - surfaceOnDarkWarning = other.surfaceOnDarkWarning - surfaceOnDarkNegativeHover = other.surfaceOnDarkNegativeHover - surfaceOnDarkNegativeActive = other.surfaceOnDarkNegativeActive - surfaceOnDarkTransparentTertiaryHover = other.surfaceOnDarkTransparentTertiaryHover - surfaceOnDarkTransparentTertiaryActive = other.surfaceOnDarkTransparentTertiaryActive - surfaceOnDarkTransparentDeepHover = other.surfaceOnDarkTransparentDeepHover - surfaceOnDarkTransparentDeep = other.surfaceOnDarkTransparentDeep - surfaceOnDarkTransparentCardHover = other.surfaceOnDarkTransparentCardHover - surfaceOnLightSolidPrimary = other.surfaceOnLightSolidPrimary - surfaceOnLightSolidPrimaryBrightness = other.surfaceOnLightSolidPrimaryBrightness - surfaceOnLightSolidSecondaryHover = other.surfaceOnLightSolidSecondaryHover - surfaceOnLightSolidSecondaryActive = other.surfaceOnLightSolidSecondaryActive - surfaceOnLightSolidSecondary = other.surfaceOnLightSolidSecondary - surfaceOnDarkAccentMinorHover = other.surfaceOnDarkAccentMinorHover - surfaceOnDarkAccentMinorActive = other.surfaceOnDarkAccentMinorActive - surfaceOnLightSolidCardActive = other.surfaceOnLightSolidCardActive - surfaceOnLightSolidCard = other.surfaceOnLightSolidCard - surfaceOnLightSolidCardBrightness = other.surfaceOnLightSolidCardBrightness - surfaceOnLightSolidDefaultActive = other.surfaceOnLightSolidDefaultActive - surfaceOnLightSolidDefault = other.surfaceOnLightSolidDefault - surfaceOnLightTransparentPrimaryHover = other.surfaceOnLightTransparentPrimaryHover - surfaceOnLightTransparentPrimaryActive = other.surfaceOnLightTransparentPrimaryActive - surfaceOnLightTransparentSecondaryHover = other.surfaceOnLightTransparentSecondaryHover - surfaceOnLightTransparentSecondaryActive = other.surfaceOnLightTransparentSecondaryActive - surfaceOnLightTransparentSecondary = other.surfaceOnLightTransparentSecondary - surfaceOnLightTransparentTertiaryHover = other.surfaceOnLightTransparentTertiaryHover - textDefaultPrimaryHover = other.textDefaultPrimaryHover - surfaceOnDarkInfoHover = other.surfaceOnDarkInfoHover - surfaceOnDarkInfoActive = other.surfaceOnDarkInfoActive - surfaceOnDarkTransparentTertiary = other.surfaceOnDarkTransparentTertiary - surfaceOnDarkInfo = other.surfaceOnDarkInfo - surfaceOnLightSolidPrimaryHover = other.surfaceOnLightSolidPrimaryHover - surfaceOnLightSolidPrimaryActive = other.surfaceOnLightSolidPrimaryActive - surfaceOnLightTransparentCardBrightness = other.surfaceOnLightTransparentCardBrightness - surfaceOnLightAccentMinorActive = other.surfaceOnLightAccentMinorActive - surfaceOnLightTransparentAccentHover = other.surfaceOnLightTransparentAccentHover - surfaceOnLightTransparentAccentActive = other.surfaceOnLightTransparentAccentActive - surfaceOnLightSolidTertiary = other.surfaceOnLightSolidTertiary - surfaceOnLightSolidCardHover = other.surfaceOnLightSolidCardHover - surfaceOnLightPositiveHover = other.surfaceOnLightPositiveHover - surfaceOnLightPositiveActive = other.surfaceOnLightPositiveActive - surfaceOnLightWarningHover = other.surfaceOnLightWarningHover - surfaceOnLightWarningActive = other.surfaceOnLightWarningActive - surfaceOnLightWarning = other.surfaceOnLightWarning - surfaceOnLightNegativeHover = other.surfaceOnLightNegativeHover - surfaceOnLightNegative = other.surfaceOnLightNegative - surfaceOnLightInfoHover = other.surfaceOnLightInfoHover - surfaceOnLightInfoActive = other.surfaceOnLightInfoActive - surfaceOnLightTransparentTertiary = other.surfaceOnLightTransparentTertiary - surfaceOnLightTransparentDeepHover = other.surfaceOnLightTransparentDeepHover - surfaceOnDarkTransparentAccent = other.surfaceOnDarkTransparentAccent - surfaceOnLightTransparentDeep = other.surfaceOnLightTransparentDeep - surfaceOnLightTransparentCardActive = other.surfaceOnLightTransparentCardActive - surfaceOnLightTransparentCard = other.surfaceOnLightTransparentCard - surfaceInverseSolidPrimaryBrightness = other.surfaceInverseSolidPrimaryBrightness - surfaceInverseSolidSecondaryHover = other.surfaceInverseSolidSecondaryHover - surfaceInverseSolidSecondary = other.surfaceInverseSolidSecondary - surfaceInverseSolidTertiaryHover = other.surfaceInverseSolidTertiaryHover - surfaceInverseSolidTertiaryActive = other.surfaceInverseSolidTertiaryActive - surfaceInverseSolidTertiary = other.surfaceInverseSolidTertiary - surfaceInverseSolidCardHover = other.surfaceInverseSolidCardHover - surfaceInverseSolidCardActive = other.surfaceInverseSolidCardActive - surfaceInverseSolidCard = other.surfaceInverseSolidCard - surfaceInverseSolidCardBrightness = other.surfaceInverseSolidCardBrightness - surfaceInverseSolidDefaultHover = other.surfaceInverseSolidDefaultHover - surfaceInverseTransparentSecondaryHover = other.surfaceInverseTransparentSecondaryHover - surfaceInverseTransparentSecondaryActive = other.surfaceInverseTransparentSecondaryActive - surfaceInverseTransparentSecondary = other.surfaceInverseTransparentSecondary - surfaceInverseTransparentTertiaryHover = other.surfaceInverseTransparentTertiaryHover - surfaceInverseTransparentTertiary = other.surfaceInverseTransparentTertiary - surfaceInverseTransparentDeepHover = other.surfaceInverseTransparentDeepHover - surfaceOnLightInfo = other.surfaceOnLightInfo - surfaceOnLightTransparentPrimary = other.surfaceOnLightTransparentPrimary - surfaceOnLightTransparentDeepActive = other.surfaceOnLightTransparentDeepActive - surfaceOnLightAccentMinor = other.surfaceOnLightAccentMinor - surfaceInverseSolidPrimaryActive = other.surfaceInverseSolidPrimaryActive - surfaceInverseSolidPrimary = other.surfaceInverseSolidPrimary - surfaceInverseAccentActive = other.surfaceInverseAccentActive - surfaceInverseAccentMinorActive = other.surfaceInverseAccentMinorActive - surfaceInverseTransparentAccentHover = other.surfaceInverseTransparentAccentHover - surfaceInverseTransparentAccentActive = other.surfaceInverseTransparentAccentActive - surfaceInverseTransparentPrimaryHover = other.surfaceInverseTransparentPrimaryHover - surfaceInverseTransparentPrimaryActive = other.surfaceInverseTransparentPrimaryActive - surfaceInverseWarning = other.surfaceInverseWarning - surfaceInverseNegativeHover = other.surfaceInverseNegativeHover - surfaceInverseNegativeActive = other.surfaceInverseNegativeActive - surfaceInverseNegative = other.surfaceInverseNegative - surfaceInverseInfoHover = other.surfaceInverseInfoHover - surfaceInverseInfoActive = other.surfaceInverseInfoActive - surfaceInverseTransparentCardHover = other.surfaceInverseTransparentCardHover - outlineOnDarkTransparentPrimaryHover = other.outlineOnDarkTransparentPrimaryHover - surfaceOnLightPositive = other.surfaceOnLightPositive - surfaceInverseTransparentCardActive = other.surfaceInverseTransparentCardActive - surfaceInverseTransparentCardBrightness = other.surfaceInverseTransparentCardBrightness - surfaceInverseAccentHover = other.surfaceInverseAccentHover - backgroundLightPrimary = other.backgroundLightPrimary - backgroundInversePrimary = other.backgroundInversePrimary - backgroundInversePrimaryBrightness = other.backgroundInversePrimaryBrightness - backgroundInverseSecondary = other.backgroundInverseSecondary - overlayDefaultSoft = other.overlayDefaultSoft - overlayDefaultHard = other.overlayDefaultHard - overlayOnDarkSoft = other.overlayOnDarkSoft - overlayOnDarkHard = other.overlayOnDarkHard - overlayOnLightSoft = other.overlayOnLightSoft - overlayOnLightHard = other.overlayOnLightHard - overlayInverseSoft = other.overlayInverseSoft - overlayInverseHard = other.overlayInverseHard - outlineDefaultTransparentPrimaryHover = other.outlineDefaultTransparentPrimaryHover - outlineDefaultTransparentPrimaryActive = other.outlineDefaultTransparentPrimaryActive - outlineOnLightPositive = other.outlineOnLightPositive - backgroundLightHardline = other.backgroundLightHardline - surfaceInversePositiveActive = other.surfaceInversePositiveActive - surfaceInverseWarningHover = other.surfaceInverseWarningHover - surfaceInverseWarningActive = other.surfaceInverseWarningActive - outlineDefaultNegativeHover = other.outlineDefaultNegativeHover - outlineDefaultNegativeActive = other.outlineDefaultNegativeActive - outlineDefaultTextInfoHover = other.outlineDefaultTextInfoHover - outlineDefaultTextInfoActive = other.outlineDefaultTextInfoActive - outlineDefaultWarning = other.outlineDefaultWarning - surfaceInverseTransparentPrimary = other.surfaceInverseTransparentPrimary - surfaceInverseAccent = other.surfaceInverseAccent - backgroundDefaultPrimary = other.backgroundDefaultPrimary - backgroundDarkSecondary = other.backgroundDarkSecondary - outlineOnDarkPositiveHover = other.outlineOnDarkPositiveHover - outlineOnDarkPositiveActive = other.outlineOnDarkPositiveActive - outlineOnDarkWarningHover = other.outlineOnDarkWarningHover - outlineOnDarkWarningActive = other.outlineOnDarkWarningActive - outlineOnDarkNegativeHover = other.outlineOnDarkNegativeHover - outlineOnDarkNegativeActive = other.outlineOnDarkNegativeActive - outlineOnDarkTextInfoHover = other.outlineOnDarkTextInfoHover - outlineOnDarkTextInfoActive = other.outlineOnDarkTextInfoActive - outlineInverseWarningHover = other.outlineInverseWarningHover - outlineOnDarkWarning = other.outlineOnDarkWarning - outlineOnDarkNegative = other.outlineOnDarkNegative - outlineOnDarkTextInfo = other.outlineOnDarkTextInfo - outlineOnDarkPositive = other.outlineOnDarkPositive - outlineInverseWarningActive = other.outlineInverseWarningActive - outlineOnLightTransparentPrimaryHover = other.outlineOnLightTransparentPrimaryHover - outlineOnLightTransparentPrimaryActive = other.outlineOnLightTransparentPrimaryActive - backgroundDarkHardline = other.backgroundDarkHardline - outlineDefaultWarningHover = other.outlineDefaultWarningHover - outlineDefaultWarningActive = other.outlineDefaultWarningActive - outlineOnLightTextInfo = other.outlineOnLightTextInfo - outlineInverseTransparentPrimaryHover = other.outlineInverseTransparentPrimaryHover - outlineInverseTransparentPrimaryActive = other.outlineInverseTransparentPrimaryActive - outlineInversePositiveHover = other.outlineInversePositiveHover - outlineInversePositiveActive = other.outlineInversePositiveActive - outlineInverseNegativeHover = other.outlineInverseNegativeHover - outlineInverseNegativeActive = other.outlineInverseNegativeActive - outlineInverseTextInfoHover = other.outlineInverseTextInfoHover - outlineInverseTextInfoActive = other.outlineInverseTextInfoActive - outlineInverseNegative = other.outlineInverseNegative - outlineInverseWarning = other.outlineInverseWarning - outlineInverseTextInfo = other.outlineInverseTextInfo - outlineInverseTransparentPrimary = other.outlineInverseTransparentPrimary - outlineInversePositive = other.outlineInversePositive - dataDefaultYellow = other.dataDefaultYellow - dataDefaultYellowHover = other.dataDefaultYellowHover - dataDefaultYellowActive = other.dataDefaultYellowActive - dataDefaultYellowMinor = other.dataDefaultYellowMinor - dataDefaultYellowMinorHover = other.dataDefaultYellowMinorHover - dataDefaultYellowMinorActive = other.dataDefaultYellowMinorActive - dataDefaultYellowTransparent = other.dataDefaultYellowTransparent - outlineOnLightNegativeHover = other.outlineOnLightNegativeHover - outlineOnLightWarningActive = other.outlineOnLightWarningActive - outlineOnLightTextInfoHover = other.outlineOnLightTextInfoHover - outlineDefaultTextInfo = other.outlineDefaultTextInfo - outlineDefaultTransparentPrimary = other.outlineDefaultTransparentPrimary - dataOnLightYellowActive = other.dataOnLightYellowActive - dataOnLightYellowMinor = other.dataOnLightYellowMinor - dataOnLightYellowMinorHover = other.dataOnLightYellowMinorHover - dataOnLightYellowTransparentHover = other.dataOnLightYellowTransparentHover - dataOnLightYellowTransparentActive = other.dataOnLightYellowTransparentActive - dataInverseYellow = other.dataInverseYellow - dataInverseYellowHover = other.dataInverseYellowHover - dataInverseYellowActive = other.dataInverseYellowActive - dataInverseYellowMinor = other.dataInverseYellowMinor - dataInverseYellowMinorHover = other.dataInverseYellowMinorHover - dataInverseYellowMinorActive = other.dataInverseYellowMinorActive - dataInverseYellowTransparent = other.dataInverseYellowTransparent - dataInverseYellowTransparentHover = other.dataInverseYellowTransparentHover - dataInverseYellowTransparentActive = other.dataInverseYellowTransparentActive - dataOnDarkYellowTransparent = other.dataOnDarkYellowTransparent - dataDefaultYellowTransparentActive = other.dataDefaultYellowTransparentActive - dataOnDarkYellow = other.dataOnDarkYellow - dataOnDarkYellowHover = other.dataOnDarkYellowHover - dataOnDarkYellowActive = other.dataOnDarkYellowActive - surfaceInversePositive = other.surfaceInversePositive - outlineDefaultPositive = other.outlineDefaultPositive - dataOnDarkYellowMinor = other.dataOnDarkYellowMinor - dataOnDarkYellowMinorActive = other.dataOnDarkYellowMinorActive - dataOnDarkYellowTransparentHover = other.dataOnDarkYellowTransparentHover - dataOnLightYellow = other.dataOnLightYellow - dataOnLightYellowHover = other.dataOnLightYellowHover - outlineDefaultTransparentClearHover = other.outlineDefaultTransparentClearHover - outlineDefaultTransparentClearActive = other.outlineDefaultTransparentClearActive - outlineInverseDefault = other.outlineInverseDefault - outlineInverseDefaultHover = other.outlineInverseDefaultHover - outlineInverseDefaultActive = other.outlineInverseDefaultActive - outlineOnDarkMinorActive = other.outlineOnDarkMinorActive - outlineOnLightDefault = other.outlineOnLightDefault - outlineOnLightDefaultHover = other.outlineOnLightDefaultHover - outlineOnDarkDefaultHover = other.outlineOnDarkDefaultHover - personaDefaultBlueTextAccent = other.personaDefaultBlueTextAccent - personaDefaultBlueTextAccentHover = other.personaDefaultBlueTextAccentHover - personaDefaultBlueTextAccentActive = other.personaDefaultBlueTextAccentActive - personaDefaultGreenTextAccent = other.personaDefaultGreenTextAccent - personaDefaultGreenTextAccentHover = other.personaDefaultGreenTextAccentHover - personaDefaultGreenTextAccentActive = other.personaDefaultGreenTextAccentActive - outlineDefaultDefault = other.outlineDefaultDefault - outlineDefaultDefaultHover = other.outlineDefaultDefaultHover - outlineDefaultDefaultActive = other.outlineDefaultDefaultActive - outlineDefaultMinor = other.outlineDefaultMinor - outlineDefaultMinorHover = other.outlineDefaultMinorHover - outlineDefaultMinorActive = other.outlineDefaultMinorActive - outlineOnDarkDefault = other.outlineOnDarkDefault - outlineOnDarkDefaultActive = other.outlineOnDarkDefaultActive - outlineOnDarkMinor = other.outlineOnDarkMinor - outlineOnDarkMinorHover = other.outlineOnDarkMinorHover - personaDefaultOchreTextAccent = other.personaDefaultOchreTextAccent - personaDefaultOchreTextAccentHover = other.personaDefaultOchreTextAccentHover - personaDefaultOchreTextAccentActive = other.personaDefaultOchreTextAccentActive - personaDefaultOliveTextAccent = other.personaDefaultOliveTextAccent - personaDefaultOliveTextAccentHover = other.personaDefaultOliveTextAccentHover - personaDefaultOliveTextAccentActive = other.personaDefaultOliveTextAccentActive - outlineOnLightDefaultActive = other.outlineOnLightDefaultActive - outlineOnLightMinor = other.outlineOnLightMinor - outlineOnLightMinorHover = other.outlineOnLightMinorHover - personaDefaultSeaBlueTextAccent = other.personaDefaultSeaBlueTextAccent - personaDefaultSeaBlueTextAccentHover = other.personaDefaultSeaBlueTextAccentHover - personaDefaultVioletTextAccent = other.personaDefaultVioletTextAccent - personaDefaultVioletTextAccentHover = other.personaDefaultVioletTextAccentHover - personaDefaultVioletTextAccentActive = other.personaDefaultVioletTextAccentActive - personaInverseBlueTextAccent = other.personaInverseBlueTextAccent - personaInverseBlueTextAccentHover = other.personaInverseBlueTextAccentHover - personaInverseBlueTextAccentActive = other.personaInverseBlueTextAccentActive - personaInverseGreenTextAccent = other.personaInverseGreenTextAccent - personaInverseGreenTextAccentHover = other.personaInverseGreenTextAccentHover - personaInverseGreenTextAccentActive = other.personaInverseGreenTextAccentActive - personaInverseIndigoTextAccent = other.personaInverseIndigoTextAccent - personaInverseIndigoTextAccentHover = other.personaInverseIndigoTextAccentHover - personaDefaultIndigoTextAccentHover = other.personaDefaultIndigoTextAccentHover - personaDefaultIndigoTextAccentActive = other.personaDefaultIndigoTextAccentActive - personaDefaultPinkTextAccentActive = other.personaDefaultPinkTextAccentActive - personaInverseOliveTextAccent = other.personaInverseOliveTextAccent - personaInverseOliveTextAccentActive = other.personaInverseOliveTextAccentActive - personaInversePinkTextAccent = other.personaInversePinkTextAccent - personaInversePinkTextAccentHover = other.personaInversePinkTextAccentHover - personaInversePinkTextAccentActive = other.personaInversePinkTextAccentActive - personaInverseSeaBlueTextAccent = other.personaInverseSeaBlueTextAccent - personaInverseSeaBlueTextAccentHover = other.personaInverseSeaBlueTextAccentHover - personaInverseSeaBlueTextAccentActive = other.personaInverseSeaBlueTextAccentActive - personaInverseVioletTextAccent = other.personaInverseVioletTextAccent - personaInverseVioletTextAccentHover = other.personaInverseVioletTextAccentHover - personaInverseVioletTextAccentActive = other.personaInverseVioletTextAccentActive - personaOnDarkBlueTextAccent = other.personaOnDarkBlueTextAccent - personaOnDarkBlueTextAccentHover = other.personaOnDarkBlueTextAccentHover - personaOnDarkBlueTextAccentActive = other.personaOnDarkBlueTextAccentActive - personaInverseOchreTextAccent = other.personaInverseOchreTextAccent - personaInverseOchreTextAccentHover = other.personaInverseOchreTextAccentHover - personaInverseOliveTextAccentHover = other.personaInverseOliveTextAccentHover - personaInverseOchreTextAccentActive = other.personaInverseOchreTextAccentActive - personaOnDarkIndigoTextAccent = other.personaOnDarkIndigoTextAccent - personaOnDarkIndigoTextAccentHover = other.personaOnDarkIndigoTextAccentHover - personaOnDarkIndigoTextAccentActive = other.personaOnDarkIndigoTextAccentActive - personaDefaultPinkTextAccent = other.personaDefaultPinkTextAccent - personaDefaultPinkTextAccentHover = other.personaDefaultPinkTextAccentHover - personaOnDarkOliveTextAccent = other.personaOnDarkOliveTextAccent - personaOnDarkOliveTextAccentHover = other.personaOnDarkOliveTextAccentHover - personaOnDarkOliveTextAccentActive = other.personaOnDarkOliveTextAccentActive - personaOnDarkPinkTextAccent = other.personaOnDarkPinkTextAccent - personaOnDarkPinkTextAccentActive = other.personaOnDarkPinkTextAccentActive - personaOnDarkSeaBlueTextAccent = other.personaOnDarkSeaBlueTextAccent - personaOnDarkSeaBlueTextAccentHover = other.personaOnDarkSeaBlueTextAccentHover - personaOnDarkSeaBlueTextAccentActive = other.personaOnDarkSeaBlueTextAccentActive - personaOnDarkGreenTextAccent = other.personaOnDarkGreenTextAccent - personaOnDarkGreenTextAccentHover = other.personaOnDarkGreenTextAccentHover - personaOnDarkGreenTextAccentActive = other.personaOnDarkGreenTextAccentActive - personaOnLightBlueTextAccentHover = other.personaOnLightBlueTextAccentHover - personaOnLightBlueTextAccentActive = other.personaOnLightBlueTextAccentActive - personaOnLightGreenTextAccent = other.personaOnLightGreenTextAccent - personaOnLightGreenTextAccentHover = other.personaOnLightGreenTextAccentHover - personaOnLightGreenTextAccentActive = other.personaOnLightGreenTextAccentActive - personaOnLightIndigoTextAccent = other.personaOnLightIndigoTextAccent - personaOnLightIndigoTextAccentActive = other.personaOnLightIndigoTextAccentActive - personaOnLightOchreTextAccent = other.personaOnLightOchreTextAccent - personaOnDarkOchreTextAccentHover = other.personaOnDarkOchreTextAccentHover - personaOnDarkOchreTextAccentActive = other.personaOnDarkOchreTextAccentActive - personaOnDarkVioletTextAccentHover = other.personaOnDarkVioletTextAccentHover - personaOnLightBlueTextAccent = other.personaOnLightBlueTextAccent - personaOnLightVioletTextAccent = other.personaOnLightVioletTextAccent - personaOnLightVioletTextAccentHover = other.personaOnLightVioletTextAccentHover - personaOnLightVioletTextAccentActive = other.personaOnLightVioletTextAccentActive - surfaceDefaultAccentPrimary = other.surfaceDefaultAccentPrimary - surfaceDefaultAccentPrimaryHover = other.surfaceDefaultAccentPrimaryHover - surfaceDefaultAccentPrimaryActive = other.surfaceDefaultAccentPrimaryActive - surfaceOnLightAccentPrimary = other.surfaceOnLightAccentPrimary - surfaceOnLightAccentMinorHover = other.surfaceOnLightAccentMinorHover - surfaceInverseSolidSecondaryActive = other.surfaceInverseSolidSecondaryActive - surfaceInverseTransparentDeepActive = other.surfaceInverseTransparentDeepActive - surfaceInverseAccentMinor = other.surfaceInverseAccentMinor - personaOnLightOliveTextAccentHover = other.personaOnLightOliveTextAccentHover - personaOnDarkVioletTextAccent = other.personaOnDarkVioletTextAccent - textInverseAccentActive = other.textInverseAccentActive - surfaceDefaultWarningActive = other.surfaceDefaultWarningActive - surfaceOnLightAccentPrimaryActive = other.surfaceOnLightAccentPrimaryActive - textOnLightAccentMinorHover = other.textOnLightAccentMinorHover - personaOnLightPinkTextAccentActive = other.personaOnLightPinkTextAccentActive - personaOnLightSeaBlueTextAccentActive = other.personaOnLightSeaBlueTextAccentActive - surfaceDefaultAccentSecondaryActive = other.surfaceDefaultAccentSecondaryActive - surfaceDefaultTransparentAccentMinorActive = other.surfaceDefaultTransparentAccentMinorActive - surfaceInverseAccentSecondaryActive = other.surfaceInverseAccentSecondaryActive - surfaceInverseTransparentAccentMinorActive = other.surfaceInverseTransparentAccentMinorActive - surfaceOnDarkAccentPrimaryActive = other.surfaceOnDarkAccentPrimaryActive - surfaceOnDarkAccentSecondaryActive = other.surfaceOnDarkAccentSecondaryActive - surfaceOnDarkTransparentAccentMinorHover = other.surfaceOnDarkTransparentAccentMinorHover - surfaceOnLightAccentSecondaryActive = other.surfaceOnLightAccentSecondaryActive - surfaceOnLightTransparentAccentMinorActive = other.surfaceOnLightTransparentAccentMinorActive - personaOnLightPinkTextAccentHover = other.personaOnLightPinkTextAccentHover - textOnDarkTertiary = other.textOnDarkTertiary - textDefaultAccentMinorHover = other.textDefaultAccentMinorHover - personaOnLightOliveTextAccent = other.personaOnLightOliveTextAccent - surfaceOnLightTransparentAccentMinor = other.surfaceOnLightTransparentAccentMinor - personaOnLightSeaBlueTextAccent = other.personaOnLightSeaBlueTextAccent - surfaceDefaultAccentSecondary = other.surfaceDefaultAccentSecondary - surfaceDefaultTransparentAccentMinor = other.surfaceDefaultTransparentAccentMinor - surfaceInverseAccentSecondary = other.surfaceInverseAccentSecondary - surfaceInverseTransparentAccentMinor = other.surfaceInverseTransparentAccentMinor - surfaceOnDarkAccentPrimary = other.surfaceOnDarkAccentPrimary - surfaceOnDarkAccentSecondary = other.surfaceOnDarkAccentSecondary - surfaceOnDarkTransparentAccentMinor = other.surfaceOnDarkTransparentAccentMinor - surfaceOnLightAccentSecondary = other.surfaceOnLightAccentSecondary - outlineInverseMinor = other.outlineInverseMinor - textInverseWarningHover = other.textInverseWarningHover - dataDefaultYellowTransparentHover = other.dataDefaultYellowTransparentHover - surfaceInverseInfo = other.surfaceInverseInfo - outlineDefaultNegative = other.outlineDefaultNegative - textOnLightAccentHover = other.textOnLightAccentHover - surfaceOnLightAccentSecondaryHover = other.surfaceOnLightAccentSecondaryHover - surfaceOnLightTransparentAccentMinorHover = other.surfaceOnLightTransparentAccentMinorHover - personaOnDarkPinkTextAccentHover = other.personaOnDarkPinkTextAccentHover - surfaceInverseTransparentAccentMinorHover = other.surfaceInverseTransparentAccentMinorHover - surfaceOnLightAccentPrimaryHover = other.surfaceOnLightAccentPrimaryHover - surfaceOnDarkAccentSecondaryHover = other.surfaceOnDarkAccentSecondaryHover - surfaceDefaultTransparentAccentMinorHover = other.surfaceDefaultTransparentAccentMinorHover - surfaceInverseAccentSecondaryHover = other.surfaceInverseAccentSecondaryHover - personaOnLightPinkTextAccent = other.personaOnLightPinkTextAccent - personaOnLightSeaBlueTextAccentHover = other.personaOnLightSeaBlueTextAccentHover - surfaceOnDarkTransparentAccentMinorActive = other.surfaceOnDarkTransparentAccentMinorActive - surfaceDefaultAccentSecondaryHover = other.surfaceDefaultAccentSecondaryHover - surfaceDefaultTransparentSecondaryHover = other.surfaceDefaultTransparentSecondaryHover - surfaceDefaultNegative = other.surfaceDefaultNegative - backgroundDefaultSecondary = other.backgroundDefaultSecondary - surfaceOnLightTransparentCardHover = other.surfaceOnLightTransparentCardHover - surfaceInverseSolidPrimaryHover = other.surfaceInverseSolidPrimaryHover - backgroundDarkPrimary = other.backgroundDarkPrimary - backgroundLightSecondary = other.backgroundLightSecondary - dataOnDarkYellowMinorHover = other.dataOnDarkYellowMinorHover - outlineOnLightNegativeActive = other.outlineOnLightNegativeActive - outlineOnLightTransparentPrimary = other.outlineOnLightTransparentPrimary - surfaceOnLightTransparentAccent = other.surfaceOnLightTransparentAccent - surfaceOnDarkAccentPrimaryHover = other.surfaceOnDarkAccentPrimaryHover - surfaceOnDarkTransparentDeepActive = other.surfaceOnDarkTransparentDeepActive - surfaceOnDarkPositive = other.surfaceOnDarkPositive - outlineOnLightMinorActive = other.outlineOnLightMinorActive - outlineOnLightTextInfoActive = other.outlineOnLightTextInfoActive - personaOnDarkVioletTextAccentActive = other.personaOnDarkVioletTextAccentActive - surfaceInverseTransparentCard = other.surfaceInverseTransparentCard - outlineOnDarkTransparentPrimary = other.outlineOnDarkTransparentPrimary - personaOnLightOchreTextAccentActive = other.personaOnLightOchreTextAccentActive - surfaceOnDarkNegative = other.surfaceOnDarkNegative - outlineInverseMinorHover = other.outlineInverseMinorHover - surfaceDefaultSolidDefault = other.surfaceDefaultSolidDefault - backgroundInverseHardline = other.backgroundInverseHardline - outlineOnLightPositiveActive = other.outlineOnLightPositiveActive - dataOnLightYellowTransparent = other.dataOnLightYellowTransparent - dataOnLightYellowMinorActive = other.dataOnLightYellowMinorActive - textOnDarkAccentHover = other.textOnDarkAccentHover - surfaceOnDarkSolidPrimaryActive = other.surfaceOnDarkSolidPrimaryActive - backgroundDefaultHardline = other.backgroundDefaultHardline - outlineOnLightNegative = other.outlineOnLightNegative - surfaceDefaultTransparentPrimary = other.surfaceDefaultTransparentPrimary - surfaceOnDarkTransparentCard = other.surfaceOnDarkTransparentCard - surfaceOnLightSolidTertiaryHover = other.surfaceOnLightSolidTertiaryHover - surfaceInverseSolidDefaultActive = other.surfaceInverseSolidDefaultActive - surfaceInversePositiveHover = other.surfaceInversePositiveHover - surfaceInverseAccentMinorHover = other.surfaceInverseAccentMinorHover - outlineOnDarkTransparentPrimaryActive = other.outlineOnDarkTransparentPrimaryActive - outlineOnLightWarning = other.outlineOnLightWarning - outlineOnDarkMinorBrightness = other.outlineOnDarkMinorBrightness - personaDefaultGreenTextAccentBrightness = other.personaDefaultGreenTextAccentBrightness - personaDefaultOchreTextAccentBrightness = other.personaDefaultOchreTextAccentBrightness - personaOnLightOchreTextAccentHover = other.personaOnLightOchreTextAccentHover - personaOnDarkVioletTextAccentBrightness = other.personaOnDarkVioletTextAccentBrightness - surfaceOnLightAccentSecondaryBrightness = other.surfaceOnLightAccentSecondaryBrightness - surfaceOnDarkAccentSecondaryBrightness = other.surfaceOnDarkAccentSecondaryBrightness - personaInverseOchreTextAccentBrightness = other.personaInverseOchreTextAccentBrightness - personaOnLightGreenTextAccentBrightness = other.personaOnLightGreenTextAccentBrightness - personaOnLightOchreTextAccentBrightness = other.personaOnLightOchreTextAccentBrightness - surfaceInverseTransparentAccent = other.surfaceInverseTransparentAccent - outlineOnLightWarningHover = other.outlineOnLightWarningHover - surfaceOnLightAccentPrimaryBrightness = other.surfaceOnLightAccentPrimaryBrightness - personaInversePinkTextAccentBrightness = other.personaInversePinkTextAccentBrightness - personaInverseVioletTextAccentBrightness = other.personaInverseVioletTextAccentBrightness - personaOnDarkIndigoTextAccentBrightness = other.personaOnDarkIndigoTextAccentBrightness - personaOnDarkOliveTextAccentBrightness = other.personaOnDarkOliveTextAccentBrightness - personaOnLightVioletTextAccentBrightness = other.personaOnLightVioletTextAccentBrightness - surfaceInverseAccentSecondaryBrightness = other.surfaceInverseAccentSecondaryBrightness - surfaceDefaultAccentPrimaryBrightness = other.surfaceDefaultAccentPrimaryBrightness - personaOnLightSeaBlueTextAccentBrightness = other.personaOnLightSeaBlueTextAccentBrightness - personaInverseGreenTextAccentBrightness = other.personaInverseGreenTextAccentBrightness - personaOnLightPinkTextAccentBrightness = other.personaOnLightPinkTextAccentBrightness - surfaceOnLightTransparentAccentMinorBrightness = - other.surfaceOnLightTransparentAccentMinorBrightness - personaDefaultPinkTextAccentBrightness = other.personaDefaultPinkTextAccentBrightness - textDefaultParagraphActive = other.textDefaultParagraphActive - textDefaultAccentHover = other.textDefaultAccentHover - textInverseAccentMinor = other.textInverseAccentMinor - surfaceDefaultAccentMinorHover = other.surfaceDefaultAccentMinorHover - surfaceOnLightSolidDefaultHover = other.surfaceOnLightSolidDefaultHover - surfaceOnLightNegativeActive = other.surfaceOnLightNegativeActive - surfaceInverseTransparentTertiaryActive = other.surfaceInverseTransparentTertiaryActive - outlineDefaultPositiveHover = other.outlineDefaultPositiveHover - outlineOnLightPositiveHover = other.outlineOnLightPositiveHover - textDefaultSecondaryHover = other.textDefaultSecondaryHover - personaDefaultBlueTextAccentBrightness = other.personaDefaultBlueTextAccentBrightness - personaDefaultIndigoTextAccentBrightness = other.personaDefaultIndigoTextAccentBrightness - personaDefaultOliveTextAccentBrightness = other.personaDefaultOliveTextAccentBrightness - personaOnLightIndigoTextAccentHover = other.personaOnLightIndigoTextAccentHover - personaOnLightOliveTextAccentActive = other.personaOnLightOliveTextAccentActive - textOnDarkAccentMinorActive = other.textOnDarkAccentMinorActive - surfaceDefaultTransparentAccentMinorBrightness = - other.surfaceDefaultTransparentAccentMinorBrightness - outlineInverseMinorBrightness = other.outlineInverseMinorBrightness - personaOnLightBlueTextAccentBrightness = other.personaOnLightBlueTextAccentBrightness - personaOnLightIndigoTextAccentBrightness = other.personaOnLightIndigoTextAccentBrightness - surfaceOnDarkAccentMinor = other.surfaceOnDarkAccentMinor - outlineOnDarkDefaultBrightness = other.outlineOnDarkDefaultBrightness - surfaceInverseTransparentAccentMinorBrightness = - other.surfaceInverseTransparentAccentMinorBrightness - surfaceDefaultAccentSecondaryBrightness = other.surfaceDefaultAccentSecondaryBrightness - personaInverseOliveTextAccentBrightness = other.personaInverseOliveTextAccentBrightness - personaInverseSeaBlueTextAccentBrightness = other.personaInverseSeaBlueTextAccentBrightness - personaOnDarkBlueTextAccentBrightness = other.personaOnDarkBlueTextAccentBrightness - personaOnDarkOchreTextAccentBrightness = other.personaOnDarkOchreTextAccentBrightness - personaOnLightOliveTextAccentBrightness = other.personaOnLightOliveTextAccentBrightness - outlineInverseMinorActive = other.outlineInverseMinorActive - surfaceOnDarkTransparentAccentMinorBrightness = - other.surfaceOnDarkTransparentAccentMinorBrightness - personaOnDarkGreenTextAccentBrightness = other.personaOnDarkGreenTextAccentBrightness - personaInverseBlueTextAccentBrightness = other.personaInverseBlueTextAccentBrightness - personaInverseIndigoTextAccentBrightness = other.personaInverseIndigoTextAccentBrightness - surfaceOnDarkAccentPrimaryBrightness = other.surfaceOnDarkAccentPrimaryBrightness - outlineOnLightDefaultBrightness = other.outlineOnLightDefaultBrightness - textDefaultParagraphHover = other.textDefaultParagraphHover - textDefaultParagraph = other.textDefaultParagraph - textDefaultAccentActive = other.textDefaultAccentActive - surfaceDefaultSolidPrimaryHover = other.surfaceDefaultSolidPrimaryHover - textDefaultPositiveActive = other.textDefaultPositiveActive - textDefaultWarningActive = other.textDefaultWarningActive - textDefaultNegativeHover = other.textDefaultNegativeHover - textDefaultNegative = other.textDefaultNegative - textDefaultInfoActive = other.textDefaultInfoActive - textDefaultAccent = other.textDefaultAccent - textDefaultAccentMinor = other.textDefaultAccentMinor - textOnDarkPrimaryBrightness = other.textOnDarkPrimaryBrightness - textOnDarkSecondaryActive = other.textOnDarkSecondaryActive - textOnDarkTertiaryHover = other.textOnDarkTertiaryHover - textDefaultPrimaryActive = other.textDefaultPrimaryActive - textDefaultPrimaryBrightness = other.textDefaultPrimaryBrightness - textDefaultSecondary = other.textDefaultSecondary - textOnDarkPositiveHover = other.textOnDarkPositiveHover - textOnDarkWarningHover = other.textOnDarkWarningHover - textOnDarkWarning = other.textOnDarkWarning - textOnDarkNegativeActive = other.textOnDarkNegativeActive - textOnDarkInfo = other.textOnDarkInfo - textOnDarkPositive = other.textOnDarkPositive - textOnLightPrimaryHover = other.textOnLightPrimaryHover - textOnLightPrimary = other.textOnLightPrimary - textOnLightSecondaryHover = other.textOnLightSecondaryHover - textOnLightSecondary = other.textOnLightSecondary - textOnLightTertiaryActive = other.textOnLightTertiaryActive - textOnLightParagraphHover = other.textOnLightParagraphHover - textOnLightParagraph = other.textOnLightParagraph - textOnDarkParagraphActive = other.textOnDarkParagraphActive - textOnDarkAccentActive = other.textOnDarkAccentActive - textOnLightPositiveActive = other.textOnLightPositiveActive - textOnLightWarningActive = other.textOnLightWarningActive - textOnLightNegativeHover = other.textOnLightNegativeHover - textOnLightNegative = other.textOnLightNegative - textOnLightInfoActive = other.textOnLightInfoActive - textOnLightAccent = other.textOnLightAccent - textOnLightAccentMinor = other.textOnLightAccentMinor - textInversePrimaryActive = other.textInversePrimaryActive - textInversePrimaryBrightness = other.textInversePrimaryBrightness - textInverseTertiaryActive = other.textInverseTertiaryActive - textDefaultWarning = other.textDefaultWarning - textDefaultNegativeActive = other.textDefaultNegativeActive - textDefaultInfoHover = other.textDefaultInfoHover - textDefaultInfo = other.textDefaultInfo - textDefaultPositive = other.textDefaultPositive - textOnDarkPrimaryHover = other.textOnDarkPrimaryHover - textOnDarkPrimary = other.textOnDarkPrimary - textOnDarkSecondaryHover = other.textOnDarkSecondaryHover - textOnDarkSecondary = other.textOnDarkSecondary - textOnDarkTertiaryActive = other.textOnDarkTertiaryActive - textDefaultPrimary = other.textDefaultPrimary - textDefaultSecondaryActive = other.textDefaultSecondaryActive - textOnDarkPositiveActive = other.textOnDarkPositiveActive - textOnDarkWarningActive = other.textOnDarkWarningActive - textOnDarkNegativeHover = other.textOnDarkNegativeHover - textOnDarkNegative = other.textOnDarkNegative - textOnDarkAccent = other.textOnDarkAccent - textOnDarkAccentMinor = other.textOnDarkAccentMinor - textOnLightPrimaryActive = other.textOnLightPrimaryActive - textOnLightSecondaryActive = other.textOnLightSecondaryActive - textOnLightTertiaryHover = other.textOnLightTertiaryHover - textOnLightTertiary = other.textOnLightTertiary - textOnLightParagraphActive = other.textOnLightParagraphActive - textOnDarkParagraphHover = other.textOnDarkParagraphHover - textOnDarkParagraph = other.textOnDarkParagraph - textOnDarkAccentMinorHover = other.textOnDarkAccentMinorHover - textOnLightPositiveHover = other.textOnLightPositiveHover - textOnLightWarningHover = other.textOnLightWarningHover - textOnLightWarning = other.textOnLightWarning - textOnLightNegativeActive = other.textOnLightNegativeActive - textOnLightInfoHover = other.textOnLightInfoHover - textOnLightInfo = other.textOnLightInfo - textOnLightPositive = other.textOnLightPositive - textInversePrimaryHover = other.textInversePrimaryHover - textInversePrimary = other.textInversePrimary - textInverseSecondaryHover = other.textInverseSecondaryHover - textInverseTertiaryHover = other.textInverseTertiaryHover - textDefaultWarningHover = other.textDefaultWarningHover - textInverseNegative = other.textInverseNegative - textInverseInfoActive = other.textInverseInfoActive - textInverseAccent = other.textInverseAccent - dataOnDarkYellowTransparentActive = other.dataOnDarkYellowTransparentActive - outlineOnLightMinorBrightness = other.outlineOnLightMinorBrightness - surfaceDefaultSolidDefaultActive = other.surfaceDefaultSolidDefaultActive - surfaceOnDarkTransparentCardBrightness = other.surfaceOnDarkTransparentCardBrightness - textInverseTertiary = other.textInverseTertiary - textInverseParagraphActive = other.textInverseParagraphActive - textOnLightAccentActive = other.textOnLightAccentActive - backgroundDefaultPrimaryBrightness = other.backgroundDefaultPrimaryBrightness - textInversePositiveHover = other.textInversePositiveHover - textInverseWarningActive = other.textInverseWarningActive - textInverseNegativeHover = other.textInverseNegativeHover - surfaceInverseTransparentDeep = other.surfaceInverseTransparentDeep - surfaceOnLightTransparentTertiaryActive = other.surfaceOnLightTransparentTertiaryActive - textOnLightAccentMinorActive = other.textOnLightAccentMinorActive - textInverseParagraphHover = other.textInverseParagraphHover - textInversePositiveActive = other.textInversePositiveActive - textInverseWarning = other.textInverseWarning - textInverseNegativeActive = other.textInverseNegativeActive - textInverseInfoHover = other.textInverseInfoHover - textInverseInfo = other.textInverseInfo - textInversePositive = other.textInversePositive - surfaceOnDarkTransparentSecondary = other.surfaceOnDarkTransparentSecondary - surfaceOnDarkSolidPrimaryHover = other.surfaceOnDarkSolidPrimaryHover - textDefaultAccentMinorActive = other.textDefaultAccentMinorActive - textInverseSecondaryActive = other.textInverseSecondaryActive - surfaceDefaultTransparentSecondaryActive = other.surfaceDefaultTransparentSecondaryActive - surfaceInverseSolidDefault = other.surfaceInverseSolidDefault - surfaceOnLightSolidTertiaryActive = other.surfaceOnLightSolidTertiaryActive - outlineInverseOutlineMinorHover = other.outlineInverseOutlineMinorHover - outlineInverseOutlineMinor = other.outlineInverseOutlineMinor - outlineInverseOutlineMinorActive = other.outlineInverseOutlineMinorActive - outlineInverseOutlineMinorBrightness = other.outlineInverseOutlineMinorBrightness -} + /** + * Инвертированный акцентный цвет + */ + public val textInverseAccent: String = "textInverseAccent" -private fun MutableMap.add( - attribute: String, - defaultTokenValue: Color, - overwriteMap: Map, -) { - this[attribute] = overwriteMap[attribute] ?: defaultTokenValue -} + /** + * Инвертированный акцентный цвет + */ + public val textInverseAccentHover: String = "textInverseAccentHover" -/** - * Цвета [SddsSbComColors] для светлой темы - */ -@Suppress("LongMethod") -public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = {}): SddsSbComColors { - val colorOverrideScope = ColorOverrideScope() - overrideColors.invoke(colorOverrideScope) - val overwrite = colorOverrideScope.overrideMap - val initial = mutableMapOf() - initial.add("textDefaultTertiaryHover", LightColorTokens.TextDefaultTertiaryHover, overwrite) - initial.add( - "personaDefaultIndigoTextAccent", - LightColorTokens.PersonaDefaultIndigoTextAccent, - overwrite, - ) - initial.add( - "personaOnDarkPinkTextAccentBrightness", - LightColorTokens.PersonaOnDarkPinkTextAccentBrightness, - overwrite, - ) - initial.add( - "personaOnDarkSeaBlueTextAccentBrightness", - LightColorTokens.PersonaOnDarkSeaBlueTextAccentBrightness, - overwrite, - ) - initial.add( - "outlineDefaultTransparentClear", - LightColorTokens.OutlineDefaultTransparentClear, - overwrite, - ) - initial.add( - "personaDefaultSeaBlueTextAccentActive", - LightColorTokens.PersonaDefaultSeaBlueTextAccentActive, - overwrite, - ) - initial.add( - "personaInverseIndigoTextAccentActive", - LightColorTokens.PersonaInverseIndigoTextAccentActive, - overwrite, - ) - initial.add( - "personaOnDarkOchreTextAccent", - LightColorTokens.PersonaOnDarkOchreTextAccent, - overwrite, - ) - initial.add( - "outlineDefaultMinorBrightness", - LightColorTokens.OutlineDefaultMinorBrightness, - overwrite, - ) - initial.add( - "outlineDefaultDefaultBrightness", - LightColorTokens.OutlineDefaultDefaultBrightness, - overwrite, - ) - initial.add( - "outlineDefaultTransparentClearBrightness", - LightColorTokens.OutlineDefaultTransparentClearBrightness, - overwrite, - ) - initial.add( - "outlineInverseDefaultBrightness", - LightColorTokens.OutlineInverseDefaultBrightness, - overwrite, - ) - initial.add( - "personaDefaultSeaBlueTextAccentBrightness", - LightColorTokens.PersonaDefaultSeaBlueTextAccentBrightness, - overwrite, - ) - initial.add( - "personaDefaultVioletTextAccentBrightness", - LightColorTokens.PersonaDefaultVioletTextAccentBrightness, - overwrite, - ) - initial.add("textDefaultTertiaryActive", LightColorTokens.TextDefaultTertiaryActive, overwrite) - initial.add("textDefaultTertiary", LightColorTokens.TextDefaultTertiary, overwrite) - initial.add( - "surfaceDefaultSolidDefaultHover", - LightColorTokens.SurfaceDefaultSolidDefaultHover, - overwrite, - ) - initial.add("textInverseParagraph", LightColorTokens.TextInverseParagraph, overwrite) - initial.add( - "surfaceOnDarkSolidPrimaryBrightness", - LightColorTokens.SurfaceOnDarkSolidPrimaryBrightness, - overwrite, - ) - initial.add("textOnDarkPrimaryActive", LightColorTokens.TextOnDarkPrimaryActive, overwrite) - initial.add( - "textOnLightPrimaryBrightness", - LightColorTokens.TextOnLightPrimaryBrightness, - overwrite, - ) - initial.add("textDefaultPositiveHover", LightColorTokens.TextDefaultPositiveHover, overwrite) - initial.add("textInverseSecondary", LightColorTokens.TextInverseSecondary, overwrite) - initial.add("textInverseAccentHover", LightColorTokens.TextInverseAccentHover, overwrite) - initial.add( - "outlineDefaultPositiveActive", - LightColorTokens.OutlineDefaultPositiveActive, - overwrite, - ) - initial.add( - "surfaceDefaultSolidSecondaryActive", - LightColorTokens.SurfaceDefaultSolidSecondaryActive, - overwrite, - ) - initial.add( - "surfaceDefaultSolidSecondary", - LightColorTokens.SurfaceDefaultSolidSecondary, - overwrite, - ) - initial.add( - "surfaceDefaultSolidTertiaryHover", - LightColorTokens.SurfaceDefaultSolidTertiaryHover, - overwrite, - ) - initial.add( - "surfaceDefaultSolidTertiaryActive", - LightColorTokens.SurfaceDefaultSolidTertiaryActive, - overwrite, - ) - initial.add( - "surfaceDefaultSolidTertiary", - LightColorTokens.SurfaceDefaultSolidTertiary, - overwrite, - ) - initial.add( - "surfaceDefaultSolidCardHover", - LightColorTokens.SurfaceDefaultSolidCardHover, - overwrite, - ) - initial.add( - "surfaceDefaultSolidCardActive", - LightColorTokens.SurfaceDefaultSolidCardActive, - overwrite, - ) - initial.add("surfaceDefaultSolidCard", LightColorTokens.SurfaceDefaultSolidCard, overwrite) - initial.add( - "surfaceDefaultSolidCardBrightness", - LightColorTokens.SurfaceDefaultSolidCardBrightness, - overwrite, - ) - initial.add( - "surfaceDefaultSolidPrimaryActive", - LightColorTokens.SurfaceDefaultSolidPrimaryActive, - overwrite, - ) - initial.add( - "surfaceDefaultSolidPrimaryBrightness", - LightColorTokens.SurfaceDefaultSolidPrimaryBrightness, - overwrite, - ) - initial.add( - "surfaceDefaultSolidPrimary", - LightColorTokens.SurfaceDefaultSolidPrimary, - overwrite, - ) - initial.add( - "surfaceDefaultSolidSecondaryHover", - LightColorTokens.SurfaceDefaultSolidSecondaryHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentTertiaryHover", - LightColorTokens.SurfaceDefaultTransparentTertiaryHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentTertiaryActive", - LightColorTokens.SurfaceDefaultTransparentTertiaryActive, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentTertiary", - LightColorTokens.SurfaceDefaultTransparentTertiary, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentDeepHover", - LightColorTokens.SurfaceDefaultTransparentDeepHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentDeepActive", - LightColorTokens.SurfaceDefaultTransparentDeepActive, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentDeep", - LightColorTokens.SurfaceDefaultTransparentDeep, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentCardHover", - LightColorTokens.SurfaceDefaultTransparentCardHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentCardActive", - LightColorTokens.SurfaceDefaultTransparentCardActive, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentCard", - LightColorTokens.SurfaceDefaultTransparentCard, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentCardBrightness", - LightColorTokens.SurfaceDefaultTransparentCardBrightness, - overwrite, - ) - initial.add("surfaceDefaultClearHover", LightColorTokens.SurfaceDefaultClearHover, overwrite) - initial.add("surfaceDefaultClearActive", LightColorTokens.SurfaceDefaultClearActive, overwrite) - initial.add("surfaceDefaultClear", LightColorTokens.SurfaceDefaultClear, overwrite) - initial.add( - "surfaceDefaultAccentMinorActive", - LightColorTokens.SurfaceDefaultAccentMinorActive, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentAccentHover", - LightColorTokens.SurfaceDefaultTransparentAccentHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentAccentActive", - LightColorTokens.SurfaceDefaultTransparentAccentActive, - overwrite, - ) - initial.add( - "surfaceDefaultPositiveHover", - LightColorTokens.SurfaceDefaultPositiveHover, - overwrite, - ) - initial.add( - "surfaceDefaultPositiveActive", - LightColorTokens.SurfaceDefaultPositiveActive, - overwrite, - ) - initial.add( - "surfaceDefaultWarningHover", - LightColorTokens.SurfaceDefaultWarningHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentPrimaryHover", - LightColorTokens.SurfaceDefaultTransparentPrimaryHover, - overwrite, - ) - initial.add( - "surfaceDefaultTransparentPrimaryActive", - LightColorTokens.SurfaceDefaultTransparentPrimaryActive, - overwrite, - ) - initial.add( - "textInverseAccentMinorHover", - LightColorTokens.TextInverseAccentMinorHover, - overwrite, - ) - initial.add( - "textInverseAccentMinorActive", - LightColorTokens.TextInverseAccentMinorActive, - overwrite, - ) - initial.add("surfaceDefaultInfo", LightColorTokens.SurfaceDefaultInfo, overwrite) - initial.add("surfaceDefaultPositive", LightColorTokens.SurfaceDefaultPositive, overwrite) - initial.add("surfaceDefaultAccentMinor", LightColorTokens.SurfaceDefaultAccentMinor, overwrite) - initial.add("surfaceOnDarkSolidPrimary", LightColorTokens.SurfaceOnDarkSolidPrimary, overwrite) - initial.add( - "surfaceOnDarkSolidSecondaryHover", - LightColorTokens.SurfaceOnDarkSolidSecondaryHover, - overwrite, - ) - initial.add( - "surfaceOnDarkSolidSecondaryActive", - LightColorTokens.SurfaceOnDarkSolidSecondaryActive, - overwrite, - ) - initial.add( - "surfaceOnDarkSolidSecondary", - LightColorTokens.SurfaceOnDarkSolidSecondary, - overwrite, - ) - initial.add( - "surfaceOnDarkSolidTertiaryHover", - LightColorTokens.SurfaceOnDarkSolidTertiaryHover, - overwrite, - ) - initial.add( - "surfaceOnDarkSolidTertiaryActive", - LightColorTokens.SurfaceOnDarkSolidTertiaryActive, - overwrite, - ) + /** + * Инвертированный акцентный цвет + */ + public val textInverseAccentActive: String = "textInverseAccentActive" + + /** + * Инвертированный минорный акцентный цвет + */ + public val textInverseAccentMinor: String = "textInverseAccentMinor" + + /** + * Инвертированный минорный акцентный цвет + */ + public val textInverseAccentMinorHover: String = "textInverseAccentMinorHover" + + /** + * Инвертированный минорный акцентный цвет + */ + public val textInverseAccentMinorActive: String = "textInverseAccentMinorActive" + + /** + * Цвет ошибки на светлом фоне + */ + public val textOnLightNegativeActive: String = "textOnLightNegativeActive" + + /** + * Цвет ошибки на светлом фоне + */ + public val textOnLightNegative: String = "textOnLightNegative" + + /** + * Цвет информации на светлом фоне + */ + public val textOnLightInfo: String = "textOnLightInfo" + + /** + * Цвет информации на светлом фоне + */ + public val textOnLightInfoHover: String = "textOnLightInfoHover" + + /** + * Цвет информации на светлом фоне + */ + public val textOnLightInfoActive: String = "textOnLightInfoActive" + + /** + * Цвет ошибки на светлом фоне + */ + public val textOnLightNegativeHover: String = "textOnLightNegativeHover" + + /** + * Инвертированный цвет ошибки + */ + public val textInverseNegativeActive: String = "textInverseNegativeActive" + + /** + * Инвертированный цвет информации + */ + public val textInverseInfo: String = "textInverseInfo" + + /** + * Инвертированный цвет информации + */ + public val textInverseInfoHover: String = "textInverseInfoHover" + + /** + * Инвертированный цвет информации + */ + public val textInverseInfoActive: String = "textInverseInfoActive" + + /** + * Основной непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidPrimary: String = "surfaceDefaultSolidPrimary" + + /** + * Инвертированный цвет предупреждения + */ + public val textInverseWarningActive: String = "textInverseWarningActive" + + /** + * Основной непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidPrimaryHover: String = "surfaceDefaultSolidPrimaryHover" + + /** + * Основной непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidPrimaryActive: String = "surfaceDefaultSolidPrimaryActive" + + /** + * Основной непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidPrimaryBrightness: String = "surfaceDefaultSolidPrimaryBrightness" + + /** + * Вторичный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidSecondary: String = "surfaceDefaultSolidSecondary" + + /** + * Вторичный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidSecondaryHover: String = "surfaceDefaultSolidSecondaryHover" + + /** + * Вторичный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidSecondaryActive: String = "surfaceDefaultSolidSecondaryActive" + + /** + * Третичный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidTertiary: String = "surfaceDefaultSolidTertiary" + + /** + * Третичный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidTertiaryHover: String = "surfaceDefaultSolidTertiaryHover" + + /** + * Инвертированный цвет успеха + */ + public val textInversePositive: String = "textInversePositive" + + /** + * Инвертированный цвет успеха + */ + public val textInversePositiveHover: String = "textInversePositiveHover" + + /** + * Инвертированный цвет предупреждения + */ + public val textInverseWarning: String = "textInverseWarning" + + /** + * Инвертированный цвет предупреждения + */ + public val textInverseWarningHover: String = "textInverseWarningHover" + + /** + * Инвертированный цвет успеха + */ + public val textInversePositiveActive: String = "textInversePositiveActive" + + /** + * Инвертированный цвет ошибки + */ + public val textInverseNegative: String = "textInverseNegative" + + /** + * Инвертированный цвет ошибки + */ + public val textInverseNegativeHover: String = "textInverseNegativeHover" + + /** + * Вторичный прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentSecondaryActive: String = + "surfaceDefaultTransparentSecondaryActive" + + /** + * Третичный прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentTertiary: String = "surfaceDefaultTransparentTertiary" + + /** + * Третичный прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentTertiaryHover: String = + "surfaceDefaultTransparentTertiaryHover" + + /** + * Третичный прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentTertiaryActive: String = + "surfaceDefaultTransparentTertiaryActive" + + /** + * Глубокий прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentDeep: String = "surfaceDefaultTransparentDeep" + + /** + * Глубокий прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentDeepHover: String = "surfaceDefaultTransparentDeepHover" + + /** + * Глубокий прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentDeepActive: String = "surfaceDefaultTransparentDeepActive" + + /** + * Прозрачный фон для карточек + */ + public val surfaceDefaultTransparentCard: String = "surfaceDefaultTransparentCard" + + /** + * Прозрачный фон для карточек + */ + public val surfaceDefaultTransparentCardHover: String = "surfaceDefaultTransparentCardHover" + + /** + * Прозрачный фон для карточек + */ + public val surfaceDefaultTransparentCardActive: String = "surfaceDefaultTransparentCardActive" + + /** + * Прозрачный фон для карточек + */ + public val surfaceDefaultTransparentCardBrightness: String = + "surfaceDefaultTransparentCardBrightness" + + /** + * Фон поверхности/контрола без заливки + */ + public val surfaceDefaultClear: String = "surfaceDefaultClear" + + /** + * Фон поверхности/контрола без заливки + */ + public val surfaceDefaultClearHover: String = "surfaceDefaultClearHover" + + /** + * Фон поверхности/контрола без заливки + */ + public val surfaceDefaultClearActive: String = "surfaceDefaultClearActive" + + /** + * Акцентный фон поверхности/контрола + */ + public val surfaceDefaultAccent: String = "surfaceDefaultAccent" + + /** + * Акцентный фон поверхности/контрола + */ + public val surfaceDefaultAccentHover: String = "surfaceDefaultAccentHover" + + /** + * Акцентный фон поверхности/контрола + */ + public val surfaceDefaultAccentActive: String = "surfaceDefaultAccentActive" + + /** + * Акцентный минорный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultAccentMinorHover: String = "surfaceDefaultAccentMinorHover" + + /** + * Акцентный минорный непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultAccentMinorActive: String = "surfaceDefaultAccentMinorActive" + + /** + * Прозрачный акцентный фон поверхности/контрола + */ + public val surfaceDefaultTransparentAccent: String = "surfaceDefaultTransparentAccent" + + /** + * Прозрачный акцентный фон поверхности/контрола + */ + public val surfaceDefaultTransparentAccentHover: String = "surfaceDefaultTransparentAccentHover" + + /** + * Прозрачный акцентный фон поверхности/контрола + */ + public val surfaceDefaultTransparentAccentActive: String = + "surfaceDefaultTransparentAccentActive" + + /** + * Основной фон для карточек + */ + public val surfaceDefaultSolidCardActive: String = "surfaceDefaultSolidCardActive" + + /** + * Основной фон для карточек + */ + public val surfaceDefaultSolidCard: String = "surfaceDefaultSolidCard" + + /** + * Основной фон для карточек + */ + public val surfaceDefaultSolidCardBrightness: String = "surfaceDefaultSolidCardBrightness" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию + */ + public val surfaceDefaultSolidDefault: String = "surfaceDefaultSolidDefault" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию + */ + public val surfaceDefaultSolidDefaultHover: String = "surfaceDefaultSolidDefaultHover" + + /** + * Основной прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentPrimary: String = "surfaceDefaultTransparentPrimary" + + /** + * Основной прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentPrimaryHover: String = + "surfaceDefaultTransparentPrimaryHover" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию + */ + public val surfaceDefaultSolidDefaultActive: String = "surfaceDefaultSolidDefaultActive" + + /** + * Основной фон для карточек + */ + public val surfaceDefaultSolidCardHover: String = "surfaceDefaultSolidCardHover" + + /** + * Основной прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentPrimaryActive: String = + "surfaceDefaultTransparentPrimaryActive" + + /** + * Вторичный прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentSecondary: String = "surfaceDefaultTransparentSecondary" + + /** + * Вторичный прозрачный фон поверхности/контрола + */ + public val surfaceDefaultTransparentSecondaryHover: String = + "surfaceDefaultTransparentSecondaryHover" + + /** + * Цвет фона поверхности/контрола предупреждение + */ + public val surfaceDefaultWarningActive: String = "surfaceDefaultWarningActive" + + /** + * Цвет фона поверхности/контрола ошибка + */ + public val surfaceDefaultNegative: String = "surfaceDefaultNegative" + + /** + * Цвет фона поверхности/контрола ошибка + */ + public val surfaceDefaultNegativeHover: String = "surfaceDefaultNegativeHover" + + /** + * Цвет фона поверхности/контрола ошибка + */ + public val surfaceDefaultNegativeActive: String = "surfaceDefaultNegativeActive" + + /** + * Цвет фона поверхности/контрола информация + */ + public val surfaceDefaultInfo: String = "surfaceDefaultInfo" + + /** + * Цвет фона поверхности/контрола информация + */ + public val surfaceDefaultInfoHover: String = "surfaceDefaultInfoHover" + + /** + * Цвет фона поверхности/контрола информация + */ + public val surfaceDefaultInfoActive: String = "surfaceDefaultInfoActive" + + /** + * Цвет фона поверхности/контрола успех + */ + public val surfaceDefaultPositiveActive: String = "surfaceDefaultPositiveActive" + + /** + * Цвет фона поверхности/контрола успех + */ + public val surfaceDefaultPositive: String = "surfaceDefaultPositive" + + /** + * Цвет фона поверхности/контрола успех + */ + public val surfaceDefaultPositiveHover: String = "surfaceDefaultPositiveHover" + + /** + * Цвет фона поверхности/контрола предупреждение + */ + public val surfaceDefaultWarning: String = "surfaceDefaultWarning" + + /** + * Цвет фона поверхности/контрола предупреждение + */ + public val surfaceDefaultWarningHover: String = "surfaceDefaultWarningHover" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение + */ + public val surfaceDefaultTransparentNegative: String = "surfaceDefaultTransparentNegative" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение + */ + public val surfaceDefaultTransparentNegativeHover: String = + "surfaceDefaultTransparentNegativeHover" + + /** + * Цвет для readOnly + */ + public val surfaceDefaultReadOnly: String = "surfaceDefaultReadOnly" + + /** + * Цвет для readOnly + */ + public val surfaceDefaultReadOnlyHover: String = "surfaceDefaultReadOnlyHover" + + /** + * Цвет для readOnly + */ + public val surfaceDefaultReadOnlyActive: String = "surfaceDefaultReadOnlyActive" + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidPrimary: String = "surfaceOnDarkSolidPrimary" + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidPrimaryHover: String = "surfaceOnDarkSolidPrimaryHover" + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidPrimaryActive: String = "surfaceOnDarkSolidPrimaryActive" + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidPrimaryBrightness: String = "surfaceOnDarkSolidPrimaryBrightness" + + /** + * Вторичный непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidSecondary: String = "surfaceOnDarkSolidSecondary" + + /** + * Вторичный непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidSecondaryHover: String = "surfaceOnDarkSolidSecondaryHover" + + /** + * Вторичный непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidSecondaryActive: String = "surfaceOnDarkSolidSecondaryActive" + + /** + * Третичный непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidTertiary: String = "surfaceOnDarkSolidTertiary" + + /** + * Третичный непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidTertiaryHover: String = "surfaceOnDarkSolidTertiaryHover" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение + */ + public val surfaceDefaultTransparentNegativeActive: String = + "surfaceDefaultTransparentNegativeActive" + + /** + * Вторичный прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentSecondaryActive: String = + "surfaceOnDarkTransparentSecondaryActive" + + /** + * Третичный прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentTertiary: String = "surfaceOnDarkTransparentTertiary" + + /** + * Третичный прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentTertiaryHover: String = + "surfaceOnDarkTransparentTertiaryHover" + + /** + * Третичный прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentTertiaryActive: String = + "surfaceOnDarkTransparentTertiaryActive" + + /** + * Глубокий прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentDeep: String = "surfaceOnDarkTransparentDeep" + + /** + * Глубокий прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentDeepHover: String = "surfaceOnDarkTransparentDeepHover" + + /** + * Глубокий прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentDeepActive: String = "surfaceOnDarkTransparentDeepActive" + + /** + * Прозрачный фон для карточек на темном фоне + */ + public val surfaceOnDarkTransparentCard: String = "surfaceOnDarkTransparentCard" + + /** + * Прозрачный фон для карточек на темном фоне + */ + public val surfaceOnDarkTransparentCardHover: String = "surfaceOnDarkTransparentCardHover" + + /** + * Прозрачный фон для карточек на темном фоне + */ + public val surfaceOnDarkTransparentCardActive: String = "surfaceOnDarkTransparentCardActive" + + /** + * Прозрачный фон для карточек на темном фоне + */ + public val surfaceOnDarkTransparentCardBrightness: String = + "surfaceOnDarkTransparentCardBrightness" + + /** + * Фон поверхности/контрола без заливки на темном фоне + */ + public val surfaceOnDarkClear: String = "surfaceOnDarkClear" + + /** + * Фон поверхности/контрола без заливки на темном фоне + */ + public val surfaceOnDarkClearHover: String = "surfaceOnDarkClearHover" + + /** + * Фон поверхности/контрола без заливки на темном фоне + */ + public val surfaceOnDarkClearActive: String = "surfaceOnDarkClearActive" + + /** + * Акцентный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkAccent: String = "surfaceOnDarkAccent" + + /** + * Акцентный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkAccentHover: String = "surfaceOnDarkAccentHover" + + /** + * Акцентный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkAccentActive: String = "surfaceOnDarkAccentActive" + + /** + * Акцентный минорный непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkAccentMinor: String = "surfaceOnDarkAccentMinor" + + /** + * Основной фон для карточек на темном фоне + */ + public val surfaceOnDarkSolidCardActive: String = "surfaceOnDarkSolidCardActive" + + /** + * Основной фон для карточек на темном фоне + */ + public val surfaceOnDarkSolidCard: String = "surfaceOnDarkSolidCard" + + /** + * Основной фон для карточек на темном фоне + */ + public val surfaceOnDarkSolidCardBrightness: String = "surfaceOnDarkSolidCardBrightness" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + */ + public val surfaceOnDarkSolidDefaultHover: String = "surfaceOnDarkSolidDefaultHover" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + */ + public val surfaceOnDarkSolidDefaultActive: String = "surfaceOnDarkSolidDefaultActive" + + /** + * Основной прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentPrimary: String = "surfaceOnDarkTransparentPrimary" + + /** + * Основной прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentPrimaryHover: String = "surfaceOnDarkTransparentPrimaryHover" + + /** + * Основной фон для карточек на темном фоне + */ + public val surfaceOnDarkSolidCardHover: String = "surfaceOnDarkSolidCardHover" + + /** + * Основной прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentPrimaryActive: String = + "surfaceOnDarkTransparentPrimaryActive" + + /** + * Вторичный прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentSecondary: String = "surfaceOnDarkTransparentSecondary" + + /** + * Вторичный прозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentSecondaryHover: String = + "surfaceOnDarkTransparentSecondaryHover" + + /** + * Цвет фона поверхности/контрола успех на темном фоне + */ + public val surfaceOnDarkPositive: String = "surfaceOnDarkPositive" + + /** + * Цвет фона поверхности/контрола успех на темном фоне + */ + public val surfaceOnDarkPositiveHover: String = "surfaceOnDarkPositiveHover" + + /** + * Цвет фона поверхности/контрола успех на темном фоне + */ + public val surfaceOnDarkPositiveActive: String = "surfaceOnDarkPositiveActive" + + /** + * Цвет фона поверхности/контрола предупреждение на темном фоне + */ + public val surfaceOnDarkWarning: String = "surfaceOnDarkWarning" + + /** + * Цвет фона поверхности/контрола предупреждение на темном фоне + */ + public val surfaceOnDarkWarningHover: String = "surfaceOnDarkWarningHover" + + /** + * Цвет фона поверхности/контрола предупреждение на темном фоне + */ + public val surfaceOnDarkWarningActive: String = "surfaceOnDarkWarningActive" + + /** + * Цвет фона поверхности/контрола ошибка на темном фоне + */ + public val surfaceOnDarkNegative: String = "surfaceOnDarkNegative" + + /** + * Цвет фона поверхности/контрола ошибка на темном фоне + */ + public val surfaceOnDarkNegativeHover: String = "surfaceOnDarkNegativeHover" + + /** + * Цвет фона поверхности/контрола ошибка на темном фоне + */ + public val surfaceOnDarkNegativeActive: String = "surfaceOnDarkNegativeActive" + + /** + * Цвет фона поверхности/контрола информация на темном фоне + */ + public val surfaceOnDarkInfo: String = "surfaceOnDarkInfo" + + /** + * Цвет фона поверхности/контрола информация на темном фоне + */ + public val surfaceOnDarkInfoHover: String = "surfaceOnDarkInfoHover" + + /** + * Цвет фона поверхности/контрола информация на темном фоне + */ + public val surfaceOnDarkInfoActive: String = "surfaceOnDarkInfoActive" + + /** + * Прозрачный акцентный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentAccentActive: String = "surfaceOnDarkTransparentAccentActive" + + /** + * Прозрачный акцентный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentAccent: String = "surfaceOnDarkTransparentAccent" + + /** + * Прозрачный акцентный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkTransparentAccentHover: String = "surfaceOnDarkTransparentAccentHover" + + /** + * Цвет для readOnly + */ + public val surfaceOnDarkReadOnly: String = "surfaceOnDarkReadOnly" + + /** + * Цвет для readOnly + */ + public val surfaceOnDarkReadOnlyHover: String = "surfaceOnDarkReadOnlyHover" + + /** + * Цвет для readOnly + */ + public val surfaceOnDarkReadOnlyActive: String = "surfaceOnDarkReadOnlyActive" + + /** + * Основной непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidPrimary: String = "surfaceOnLightSolidPrimary" + + /** + * Основной непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidPrimaryHover: String = "surfaceOnLightSolidPrimaryHover" + + /** + * Основной непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidPrimaryActive: String = "surfaceOnLightSolidPrimaryActive" + + /** + * Основной непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidPrimaryBrightness: String = "surfaceOnLightSolidPrimaryBrightness" + + /** + * Вторичный непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidSecondary: String = "surfaceOnLightSolidSecondary" + + /** + * Вторичный непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidSecondaryHover: String = "surfaceOnLightSolidSecondaryHover" + + /** + * Вторичный непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidSecondaryActive: String = "surfaceOnLightSolidSecondaryActive" + + /** + * Третичный непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidTertiary: String = "surfaceOnLightSolidTertiary" + + /** + * Третичный непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightSolidTertiaryHover: String = "surfaceOnLightSolidTertiaryHover" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение на темном фоне + */ + public val surfaceOnDarkTransparentNegativeActive: String = + "surfaceOnDarkTransparentNegativeActive" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение на темном фоне + */ + public val surfaceOnDarkTransparentNegative: String = "surfaceOnDarkTransparentNegative" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение на темном фоне + */ + public val surfaceOnDarkTransparentNegativeHover: String = + "surfaceOnDarkTransparentNegativeHover" + + /** + * Вторичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentSecondaryActive: String = + "surfaceOnLightTransparentSecondaryActive" + + /** + * Третичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentTertiary: String = "surfaceOnLightTransparentTertiary" + + /** + * Третичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentTertiaryHover: String = + "surfaceOnLightTransparentTertiaryHover" + + /** + * Третичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentTertiaryActive: String = + "surfaceOnLightTransparentTertiaryActive" + + /** + * Глубокий прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentDeep: String = "surfaceOnLightTransparentDeep" + + /** + * Глубокий прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentDeepHover: String = "surfaceOnLightTransparentDeepHover" + + /** + * Глубокий прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentDeepActive: String = "surfaceOnLightTransparentDeepActive" + + /** + * Прозрачный фон для карточек на светлом фоне + */ + public val surfaceOnLightTransparentCard: String = "surfaceOnLightTransparentCard" + + /** + * Прозрачный фон для карточек на светлом фоне + */ + public val surfaceOnLightTransparentCardHover: String = "surfaceOnLightTransparentCardHover" + + /** + * Прозрачный фон для карточек на светлом фоне + */ + public val surfaceOnLightTransparentCardActive: String = "surfaceOnLightTransparentCardActive" + + /** + * Прозрачный фон для карточек на светлом фоне + */ + public val surfaceOnLightTransparentCardBrightness: String = + "surfaceOnLightTransparentCardBrightness" + + /** + * Фон поверхности/контрола без заливки на светлом фоне + */ + public val surfaceOnLightClear: String = "surfaceOnLightClear" + + /** + * Фон поверхности/контрола без заливки на светлом фоне + */ + public val surfaceOnLightClearHover: String = "surfaceOnLightClearHover" + + /** + * Фон поверхности/контрола без заливки на светлом фоне + */ + public val surfaceOnLightClearActive: String = "surfaceOnLightClearActive" + + /** + * Акцентный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightAccent: String = "surfaceOnLightAccent" + + /** + * Акцентный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightAccentHover: String = "surfaceOnLightAccentHover" + + /** + * Акцентный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightAccentActive: String = "surfaceOnLightAccentActive" + + /** + * Основной фон для карточек на светлом фоне + */ + public val surfaceOnLightSolidCardActive: String = "surfaceOnLightSolidCardActive" + + /** + * Основной фон для карточек на светлом фоне + */ + public val surfaceOnLightSolidCard: String = "surfaceOnLightSolidCard" + + /** + * Основной фон для карточек на светлом фоне + */ + public val surfaceOnLightSolidCardBrightness: String = "surfaceOnLightSolidCardBrightness" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + */ + public val surfaceOnLightSolidDefault: String = "surfaceOnLightSolidDefault" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + */ + public val surfaceOnLightSolidDefaultHover: String = "surfaceOnLightSolidDefaultHover" + + /** + * Основной прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentPrimary: String = "surfaceOnLightTransparentPrimary" + + /** + * Основной прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentPrimaryHover: String = + "surfaceOnLightTransparentPrimaryHover" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию на светлом фоне + */ + public val surfaceOnLightSolidDefaultActive: String = "surfaceOnLightSolidDefaultActive" + + /** + * Основной фон для карточек на светлом фоне + */ + public val surfaceOnLightSolidCardHover: String = "surfaceOnLightSolidCardHover" + + /** + * Основной прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentPrimaryActive: String = + "surfaceOnLightTransparentPrimaryActive" + + /** + * Вторичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentSecondary: String = "surfaceOnLightTransparentSecondary" + + /** + * Вторичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentSecondaryHover: String = + "surfaceOnLightTransparentSecondaryHover" + + /** + * Цвет фона поверхности/контрола успех на светлом фоне + */ + public val surfaceOnLightPositive: String = "surfaceOnLightPositive" + + /** + * Цвет фона поверхности/контрола успех на светлом фоне + */ + public val surfaceOnLightPositiveHover: String = "surfaceOnLightPositiveHover" + + /** + * Цвет фона поверхности/контрола успех на светлом фоне + */ + public val surfaceOnLightPositiveActive: String = "surfaceOnLightPositiveActive" + + /** + * Цвет фона поверхности/контрола предупреждение на светлом фоне + */ + public val surfaceOnLightWarning: String = "surfaceOnLightWarning" + + /** + * Цвет фона поверхности/контрола предупреждение на светлом фоне + */ + public val surfaceOnLightWarningHover: String = "surfaceOnLightWarningHover" + + /** + * Цвет фона поверхности/контрола предупреждение на светлом фоне + */ + public val surfaceOnLightWarningActive: String = "surfaceOnLightWarningActive" + + /** + * Цвет фона поверхности/контрола ошибка на светлом фоне + */ + public val surfaceOnLightNegative: String = "surfaceOnLightNegative" + + /** + * Цвет фона поверхности/контрола ошибка на светлом фоне + */ + public val surfaceOnLightNegativeHover: String = "surfaceOnLightNegativeHover" + + /** + * Цвет фона поверхности/контрола ошибка на светлом фоне + */ + public val surfaceOnLightNegativeActive: String = "surfaceOnLightNegativeActive" + + /** + * Цвет фона поверхности/контрола информация на светлом фоне + */ + public val surfaceOnLightInfo: String = "surfaceOnLightInfo" + + /** + * Цвет фона поверхности/контрола информация на светлом фоне + */ + public val surfaceOnLightInfoHover: String = "surfaceOnLightInfoHover" + + /** + * Цвет фона поверхности/контрола информация на светлом фоне + */ + public val surfaceOnLightInfoActive: String = "surfaceOnLightInfoActive" + + /** + * Прозрачный акцентный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentAccentActive: String = + "surfaceOnLightTransparentAccentActive" + + /** + * Прозрачный акцентный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentAccent: String = "surfaceOnLightTransparentAccent" + + /** + * Прозрачный акцентный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentAccentHover: String = "surfaceOnLightTransparentAccentHover" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне + */ + public val surfaceOnLightTransparentNegative: String = "surfaceOnLightTransparentNegative" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне + */ + public val surfaceOnLightTransparentNegativeHover: String = + "surfaceOnLightTransparentNegativeHover" + + /** + * Цвет для readOnly + */ + public val surfaceOnLightReadOnly: String = "surfaceOnLightReadOnly" + + /** + * Цвет для readOnly + */ + public val surfaceOnLightReadOnlyHover: String = "surfaceOnLightReadOnlyHover" + + /** + * Цвет для readOnly + */ + public val surfaceOnLightReadOnlyActive: String = "surfaceOnLightReadOnlyActive" + + /** + * Инвертированный основной непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidPrimary: String = "surfaceInverseSolidPrimary" + + /** + * Инвертированный основной непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidPrimaryHover: String = "surfaceInverseSolidPrimaryHover" + + /** + * Инвертированный основной непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidPrimaryActive: String = "surfaceInverseSolidPrimaryActive" + + /** + * Инвертированный основной непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidPrimaryBrightness: String = "surfaceInverseSolidPrimaryBrightness" + + /** + * Инвертированный вторичный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidSecondary: String = "surfaceInverseSolidSecondary" + + /** + * Инвертированный вторичный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidSecondaryHover: String = "surfaceInverseSolidSecondaryHover" + + /** + * Инвертированный вторичный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidSecondaryActive: String = "surfaceInverseSolidSecondaryActive" + + /** + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне + */ + public val surfaceOnLightTransparentNegativeActive: String = + "surfaceOnLightTransparentNegativeActive" + + /** + * Инвертированный вторичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentSecondaryHover: String = + "surfaceInverseTransparentSecondaryHover" + + /** + * Инвертированный вторичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentSecondaryActive: String = + "surfaceInverseTransparentSecondaryActive" + + /** + * Инвертированный третичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentTertiary: String = "surfaceInverseTransparentTertiary" + + /** + * Инвертированный третичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentTertiaryHover: String = + "surfaceInverseTransparentTertiaryHover" + + /** + * Инвертированный третичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentTertiaryActive: String = + "surfaceInverseTransparentTertiaryActive" + + /** + * Инвертированный глубокий прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentDeep: String = "surfaceInverseTransparentDeep" + + /** + * Инвертированный глубокий прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentDeepHover: String = "surfaceInverseTransparentDeepHover" + + /** + * Инвертированный глубокий прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentDeepActive: String = "surfaceInverseTransparentDeepActive" + + /** + * Инвертированный прозрачный фон для карточек + */ + public val surfaceInverseTransparentCard: String = "surfaceInverseTransparentCard" + + /** + * Инвертированный прозрачный фон для карточек + */ + public val surfaceInverseTransparentCardHover: String = "surfaceInverseTransparentCardHover" + + /** + * Инвертированный прозрачный фон для карточек + */ + public val surfaceInverseTransparentCardActive: String = "surfaceInverseTransparentCardActive" + + /** + * Инвертированный прозрачный фон для карточек + */ + public val surfaceInverseTransparentCardBrightness: String = + "surfaceInverseTransparentCardBrightness" + + /** + * Инвертированный фон поверхности/контрола без заливки + */ + public val surfaceInverseClear: String = "surfaceInverseClear" + + /** + * Инвертированный фон поверхности/контрола без заливки + */ + public val surfaceInverseClearHover: String = "surfaceInverseClearHover" + + /** + * Инвертированный фон поверхности/контрола без заливки + */ + public val surfaceInverseClearActive: String = "surfaceInverseClearActive" + + /** + * Инвертированный акцентный фон поверхности/контрола + */ + public val surfaceInverseAccent: String = "surfaceInverseAccent" + + /** + * Инвертированный третичный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidTertiaryActive: String = "surfaceInverseSolidTertiaryActive" + + /** + * Инвертированный третичный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseSolidTertiaryHover: String = "surfaceInverseSolidTertiaryHover" + + /** + * Инвертированный основной фон для карточек + */ + public val surfaceInverseSolidCard: String = "surfaceInverseSolidCard" + + /** + * Инвертированный основной фон для карточек + */ + public val surfaceInverseSolidCardActive: String = "surfaceInverseSolidCardActive" + + /** + * Инвертированный основной фон для карточек + */ + public val surfaceInverseSolidCardHover: String = "surfaceInverseSolidCardHover" + + /** + * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + */ + public val surfaceInverseSolidDefaultHover: String = "surfaceInverseSolidDefaultHover" + + /** + * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + */ + public val surfaceInverseSolidDefaultActive: String = "surfaceInverseSolidDefaultActive" + + /** + * Инвертированный основной фон для карточек + */ + public val surfaceInverseSolidCardBrightness: String = "surfaceInverseSolidCardBrightness" + + /** + * Инвертированный непрозрачный фон поверхности/контрола по умолчанию + */ + public val surfaceInverseSolidDefault: String = "surfaceInverseSolidDefault" + + /** + * Инвертированный основной прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentPrimary: String = "surfaceInverseTransparentPrimary" + + /** + * Инвертированный основной прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentPrimaryHover: String = + "surfaceInverseTransparentPrimaryHover" + + /** + * Инвертированный основной прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentPrimaryActive: String = + "surfaceInverseTransparentPrimaryActive" + + /** + * Инвертированный вторичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentSecondary: String = "surfaceInverseTransparentSecondary" + + /** + * Инвертированный цвет фона поверхности/контрола успех + */ + public val surfaceInversePositive: String = "surfaceInversePositive" + + /** + * Инвертированный цвет фона поверхности/контрола успех + */ + public val surfaceInversePositiveHover: String = "surfaceInversePositiveHover" + + /** + * Инвертированный цвет фона поверхности/контрола успех + */ + public val surfaceInversePositiveActive: String = "surfaceInversePositiveActive" + + /** + * Инвертированный цвет фона поверхности/контрола предупреждение + */ + public val surfaceInverseWarning: String = "surfaceInverseWarning" + + /** + * Инвертированный цвет фона поверхности/контрола предупреждение + */ + public val surfaceInverseWarningHover: String = "surfaceInverseWarningHover" + + /** + * Инвертированный цвет фона поверхности/контрола предупреждение + */ + public val surfaceInverseWarningActive: String = "surfaceInverseWarningActive" + + /** + * Инвертированный цвет фона поверхности/контрола ошибка + */ + public val surfaceInverseNegative: String = "surfaceInverseNegative" + + /** + * Инвертированный цвет фона поверхности/контрола ошибка + */ + public val surfaceInverseNegativeHover: String = "surfaceInverseNegativeHover" + + /** + * Инвертированный цвет фона поверхности/контрола ошибка + */ + public val surfaceInverseNegativeActive: String = "surfaceInverseNegativeActive" + + /** + * Инвертированный цвет фона поверхности/контрола информация + */ + public val surfaceInverseInfo: String = "surfaceInverseInfo" + + /** + * Инвертированный цвет фона поверхности/контрола информация + */ + public val surfaceInverseInfoHover: String = "surfaceInverseInfoHover" + + /** + * Инвертированный цвет фона поверхности/контрола информация + */ + public val surfaceInverseInfoActive: String = "surfaceInverseInfoActive" + + /** + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseAccentMinorActive: String = "surfaceInverseAccentMinorActive" + + /** + * Инвертированный акцентный фон поверхности/контрола + */ + public val surfaceInverseAccentHover: String = "surfaceInverseAccentHover" + + /** + * Прозрачный инвертированный акцентный фон поверхности/контрола + */ + public val surfaceInverseTransparentAccent: String = "surfaceInverseTransparentAccent" + + /** + * Прозрачный инвертированный акцентный фон поверхности/контрола + */ + public val surfaceInverseTransparentAccentHover: String = "surfaceInverseTransparentAccentHover" + + /** + * Прозрачный инвертированный акцентный фон поверхности/контрола + */ + public val surfaceInverseTransparentAccentActive: String = + "surfaceInverseTransparentAccentActive" + + /** + * Инвертированный акцентный фон поверхности/контрола + */ + public val surfaceInverseAccentActive: String = "surfaceInverseAccentActive" + + /** + * Прозрачный инвертированный цвет фона поверхности/контрола предупреждение + */ + public val surfaceInverseTransparentNegativeActive: String = + "surfaceInverseTransparentNegativeActive" + + /** + * Прозрачный инвертированный цвет фона поверхности/контрола предупреждение + */ + public val surfaceInverseTransparentNegative: String = "surfaceInverseTransparentNegative" + + /** + * Цвет для readOnly + */ + public val surfaceInverseReadOnly: String = "surfaceInverseReadOnly" + + /** + * Цвет для readOnly + */ + public val surfaceInverseReadOnlyHover: String = "surfaceInverseReadOnlyHover" + + /** + * Цвет для readOnly + */ + public val surfaceInverseReadOnlyActive: String = "surfaceInverseReadOnlyActive" + + /** + * Основной фон + */ + public val backgroundDefaultPrimary: String = "backgroundDefaultPrimary" + + /** + * Вторичный фон + */ + public val backgroundDefaultSecondary: String = "backgroundDefaultSecondary" + + /** + * Третичный фон + */ + public val backgroundDefaultTertiary: String = "backgroundDefaultTertiary" + + /** + * Основной фон на темном фоне + */ + public val backgroundDarkPrimary: String = "backgroundDarkPrimary" + + /** + * Вторичный фон на темном фоне + */ + public val backgroundDarkSecondary: String = "backgroundDarkSecondary" + + /** + * Третичный фон на темном фоне + */ + public val backgroundDarkTertiary: String = "backgroundDarkTertiary" + + /** + * Основной фон на светлом фоне + */ + public val backgroundLightPrimary: String = "backgroundLightPrimary" + + /** + * Прозрачный инвертированный цвет фона поверхности/контрола предупреждение + */ + public val surfaceInverseTransparentNegativeHover: String = + "surfaceInverseTransparentNegativeHover" + + /** + * Инвертированный цвет фона паранжи светлый + */ + public val overlayInverseSoft: String = "overlayInverseSoft" + + /** + * Инвертированный цвет фона паранжи темный + */ + public val overlayInverseHard: String = "overlayInverseHard" + + /** + * Основной прозрачный цвет обводки + */ + public val outlineDefaultTransparentPrimary: String = "outlineDefaultTransparentPrimary" + + /** + * Основной прозрачный цвет обводки + */ + public val outlineDefaultTransparentPrimaryHover: String = + "outlineDefaultTransparentPrimaryHover" + + /** + * Основной прозрачный цвет обводки + */ + public val outlineDefaultTransparentPrimaryActive: String = + "outlineDefaultTransparentPrimaryActive" + + /** + * Бесцветная обводка + */ + public val outlineDefaultClear: String = "outlineDefaultClear" + + /** + * Инвертированный вторичный фон + */ + public val backgroundInverseSecondary: String = "backgroundInverseSecondary" + + /** + * Третичный фон на светлом фоне + */ + public val backgroundLightTertiary: String = "backgroundLightTertiary" + + /** + * Инвертированный третичный фон + */ + public val backgroundInverseTertiary: String = "backgroundInverseTertiary" + + /** + * Цвет фона паранжи светлый + */ + public val overlayDefaultSoft: String = "overlayDefaultSoft" + + /** + * Цвет фона паранжи темный + */ + public val overlayDefaultHard: String = "overlayDefaultHard" + + /** + * Цвет фона паранжи светлый на темном фоне + */ + public val overlayOnDarkSoft: String = "overlayOnDarkSoft" + + /** + * Цвет фона паранжи темный на темном фоне + */ + public val overlayOnDarkHard: String = "overlayOnDarkHard" + + /** + * Инвертированный основной фон + */ + public val backgroundInversePrimary: String = "backgroundInversePrimary" + + /** + * Цвет фона паранжи светлый на светлом фоне + */ + public val overlayOnLightSoft: String = "overlayOnLightSoft" + + /** + * Цвет фона паранжи темный на светлом фоне + */ + public val overlayOnLightHard: String = "overlayOnLightHard" + + /** + * Цвет обводки успех + */ + public val outlineDefaultPositive: String = "outlineDefaultPositive" + + /** + * Цвет обводки успех + */ + public val outlineDefaultPositiveHover: String = "outlineDefaultPositiveHover" + + /** + * Цвет обводки успех + */ + public val outlineDefaultPositiveActive: String = "outlineDefaultPositiveActive" + + /** + * Цвет обводки предупреждение + */ + public val outlineDefaultWarning: String = "outlineDefaultWarning" + + /** + * Цвет обводки предупреждение + */ + public val outlineDefaultWarningHover: String = "outlineDefaultWarningHover" + + /** + * Цвет обводки предупреждение + */ + public val outlineDefaultWarningActive: String = "outlineDefaultWarningActive" + + /** + * Цвет обводки ошибка + */ + public val outlineDefaultNegative: String = "outlineDefaultNegative" + + /** + * Цвет обводки ошибка + */ + public val outlineDefaultNegativeHover: String = "outlineDefaultNegativeHover" + + /** + * Цвет обводки ошибка + */ + public val outlineDefaultNegativeActive: String = "outlineDefaultNegativeActive" + + /** + * Цвет обводки информация + */ + public val outlineDefaultInfo: String = "outlineDefaultInfo" + + /** + * Цвет обводки информация + */ + public val outlineDefaultInfoHover: String = "outlineDefaultInfoHover" + + /** + * Цвет обводки информация + */ + public val outlineDefaultInfoActive: String = "outlineDefaultInfoActive" + + /** + * Бесцветная обводка + */ + public val outlineDefaultClearActive: String = "outlineDefaultClearActive" + + /** + * Бесцветная обводка + */ + public val outlineDefaultClearHover: String = "outlineDefaultClearHover" + + /** + * Основной прозрачный цвет обводки на темном фоне + */ + public val outlineOnDarkTransparentPrimary: String = "outlineOnDarkTransparentPrimary" + + /** + * Основной прозрачный цвет обводки на темном фоне + */ + public val outlineOnDarkTransparentPrimaryHover: String = "outlineOnDarkTransparentPrimaryHover" + + /** + * Основной прозрачный цвет обводки на темном фоне + */ + public val outlineOnDarkTransparentPrimaryActive: String = + "outlineOnDarkTransparentPrimaryActive" + + /** + * Цвет обводки успех на темном фоне + */ + public val outlineOnDarkPositive: String = "outlineOnDarkPositive" + + /** + * Цвет обводки успех на темном фоне + */ + public val outlineOnDarkPositiveHover: String = "outlineOnDarkPositiveHover" + + /** + * Цвет обводки успех на темном фоне + */ + public val outlineOnDarkPositiveActive: String = "outlineOnDarkPositiveActive" + + /** + * Цвет обводки предупреждение на темном фоне + */ + public val outlineOnDarkWarning: String = "outlineOnDarkWarning" + + /** + * Цвет обводки предупреждение на темном фоне + */ + public val outlineOnDarkWarningHover: String = "outlineOnDarkWarningHover" + + /** + * Цвет обводки предупреждение на темном фоне + */ + public val outlineOnDarkWarningActive: String = "outlineOnDarkWarningActive" + + /** + * Цвет обводки ошибка на темном фоне + */ + public val outlineOnDarkNegative: String = "outlineOnDarkNegative" + + /** + * Цвет обводки ошибка на темном фоне + */ + public val outlineOnDarkNegativeHover: String = "outlineOnDarkNegativeHover" + + /** + * Цвет обводки ошибка на темном фоне + */ + public val outlineOnDarkNegativeActive: String = "outlineOnDarkNegativeActive" + + /** + * Цвет обводки информация на темном фоне + */ + public val outlineOnDarkInfo: String = "outlineOnDarkInfo" + + /** + * Цвет обводки информация на темном фоне + */ + public val outlineOnDarkInfoHover: String = "outlineOnDarkInfoHover" + + /** + * Цвет обводки информация на темном фоне + */ + public val outlineOnDarkInfoActive: String = "outlineOnDarkInfoActive" + + /** + * Бесцветная обводка на темном фоне + */ + public val outlineOnDarkClearActive: String = "outlineOnDarkClearActive" + + /** + * Бесцветная обводка на темном фоне + */ + public val outlineOnDarkClear: String = "outlineOnDarkClear" + + /** + * Бесцветная обводка на темном фоне + */ + public val outlineOnDarkClearHover: String = "outlineOnDarkClearHover" + + /** + * Бесцветная обводка на светлом фоне + */ + public val outlineOnLightClear: String = "outlineOnLightClear" + + /** + * Бесцветная обводка на светлом фоне + */ + public val outlineOnLightClearHover: String = "outlineOnLightClearHover" + + /** + * Бесцветная обводка на светлом фоне + */ + public val outlineOnLightClearActive: String = "outlineOnLightClearActive" + + /** + * Цвет обводки успех на светлом фоне + */ + public val outlineOnLightPositive: String = "outlineOnLightPositive" + + /** + * Цвет обводки успех на светлом фоне + */ + public val outlineOnLightPositiveHover: String = "outlineOnLightPositiveHover" + + /** + * Основной прозрачный цвет обводки на светлом фоне + */ + public val outlineOnLightTransparentPrimary: String = "outlineOnLightTransparentPrimary" + + /** + * Основной прозрачный цвет обводки на светлом фоне + */ + public val outlineOnLightTransparentPrimaryHover: String = + "outlineOnLightTransparentPrimaryHover" + + /** + * Основной прозрачный цвет обводки на светлом фоне + */ + public val outlineOnLightTransparentPrimaryActive: String = + "outlineOnLightTransparentPrimaryActive" + + /** + * Цвет обводки ошибка на светлом фоне + */ + public val outlineOnLightNegative: String = "outlineOnLightNegative" + + /** + * Цвет обводки предупреждение на светлом фоне + */ + public val outlineOnLightWarning: String = "outlineOnLightWarning" + + /** + * Цвет обводки ошибка на светлом фоне + */ + public val outlineOnLightNegativeHover: String = "outlineOnLightNegativeHover" + + /** + * Цвет обводки ошибка на светлом фоне + */ + public val outlineOnLightNegativeActive: String = "outlineOnLightNegativeActive" + + /** + * Цвет обводки информация на светлом фоне + */ + public val outlineOnLightInfo: String = "outlineOnLightInfo" + + /** + * Цвет обводки информация на светлом фоне + */ + public val outlineOnLightInfoActive: String = "outlineOnLightInfoActive" + + /** + * Цвет обводки информация на светлом фоне + */ + public val outlineOnLightInfoHover: String = "outlineOnLightInfoHover" + + /** + * Цвет обводки предупреждение на светлом фоне + */ + public val outlineOnLightWarningHover: String = "outlineOnLightWarningHover" + + /** + * Инвертированный основной прозрачный цвет обводки + */ + public val outlineInverseTransparentPrimary: String = "outlineInverseTransparentPrimary" + + /** + * Инвертированный основной прозрачный цвет обводки + */ + public val outlineInverseTransparentPrimaryHover: String = + "outlineInverseTransparentPrimaryHover" + + /** + * Инвертированный основной прозрачный цвет обводки + */ + public val outlineInverseTransparentPrimaryActive: String = + "outlineInverseTransparentPrimaryActive" + + /** + * Инвертированная бесцветная обводка + */ + public val outlineInverseClear: String = "outlineInverseClear" + + /** + * Инвертированная бесцветная обводка + */ + public val outlineInverseClearHover: String = "outlineInverseClearHover" + + /** + * Инвертированная бесцветная обводка + */ + public val outlineInverseClearActive: String = "outlineInverseClearActive" + + /** + * Инвертированный цвет обводки предупреждение + */ + public val outlineInverseWarningActive: String = "outlineInverseWarningActive" + + /** + * Инвертированный цвет обводки ошибка + */ + public val outlineInverseNegative: String = "outlineInverseNegative" + + /** + * Инвертированный цвет обводки ошибка + */ + public val outlineInverseNegativeHover: String = "outlineInverseNegativeHover" + + /** + * Инвертированный цвет обводки ошибка + */ + public val outlineInverseNegativeActive: String = "outlineInverseNegativeActive" + + /** + * Инвертированный цвет обводки информация + */ + public val outlineInverseInfo: String = "outlineInverseInfo" + + /** + * Инвертированный цвет обводки информация + */ + public val outlineInverseInfoHover: String = "outlineInverseInfoHover" + + /** + * Инвертированный цвет обводки информация + */ + public val outlineInverseInfoActive: String = "outlineInverseInfoActive" + + /** + * Инвертированный цвет обводки успех + */ + public val outlineInversePositiveActive: String = "outlineInversePositiveActive" + + /** + * Инвертированный цвет обводки успех + */ + public val outlineInversePositive: String = "outlineInversePositive" + + /** + * Инвертированный цвет обводки успех + */ + public val outlineInversePositiveHover: String = "outlineInversePositiveHover" + + /** + * Инвертированный цвет обводки предупреждение + */ + public val outlineInverseWarning: String = "outlineInverseWarning" + + /** + * Инвертированный цвет обводки предупреждение + */ + public val outlineInverseWarningHover: String = "outlineInverseWarningHover" + + /** + * Основной цвет текста + */ + public val textDefaultPrimaryHover: String = "textDefaultPrimaryHover" + + /** + * Непрозрачный фон поверхности/контрола по умолчанию на темном фоне + */ + public val surfaceOnDarkSolidDefault: String = "surfaceOnDarkSolidDefault" + + /** + * Акцентный минорный непрозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightAccentMinorActive: String = "surfaceOnLightAccentMinorActive" + + /** + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола + */ + public val surfaceInverseAccentMinorHover: String = "surfaceInverseAccentMinorHover" + + /** + * Переопределяет аттрибут цвета. + */ + public infix fun String.overrideBy(color: Color) { + _overrideMap[this] = color + } +} + +internal val LocalSddsSbComColors: ProvidableCompositionLocal = + staticCompositionLocalOf { + lightSddsSbComColors() + } + +@Suppress("LongMethod") +internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { + outlineOnLightPrimaryHover = other.outlineOnLightPrimaryHover + outlineInverseDefaultActive = other.outlineInverseDefaultActive + personasInverseSeaBlueTextAccentActive = other.personasInverseSeaBlueTextAccentActive + personasInverseVioletTextAccentActive = other.personasInverseVioletTextAccentActive + outlineOnLightDefaultHover = other.outlineOnLightDefaultHover + outlineInversePrimaryActive = other.outlineInversePrimaryActive + outlineOnDarkDefaultActive = other.outlineOnDarkDefaultActive + outlineOnDarkDefaultHover = other.outlineOnDarkDefaultHover + personasDefaultGreenTextAccentHover = other.personasDefaultGreenTextAccentHover + personasDefaultSeaBlueTextAccentHover = other.personasDefaultSeaBlueTextAccentHover + surfaceInverseAccentSecondaryHover = other.surfaceInverseAccentSecondaryHover + surfaceOnLightAccentSecondaryActive = other.surfaceOnLightAccentSecondaryActive + surfaceDefaultTransparentNaviActive = other.surfaceDefaultTransparentNaviActive + surfaceOnLightTransparentAccentMinorActive = other.surfaceOnLightTransparentAccentMinorActive + personasOnLightGreenTextAccentActive = other.personasOnLightGreenTextAccentActive + outlineDefaultDefaultActive = other.outlineDefaultDefaultActive + outlineOnDarkPrimaryActive = other.outlineOnDarkPrimaryActive + personasDefaultOliveTextAccentActive = other.personasDefaultOliveTextAccentActive + personasOnDarkOliveTextAccentHover = other.personasOnDarkOliveTextAccentHover + personasOnLightVioletTextAccentActive = other.personasOnLightVioletTextAccentActive + personasOnLightOchreTextAccentActive = other.personasOnLightOchreTextAccentActive + surfaceOnDarkAccentSecondaryHover = other.surfaceOnDarkAccentSecondaryHover + personasInverseGreenTextAccentHover = other.personasInverseGreenTextAccentHover + personasOnLightPinkTextAccentHover = other.personasOnLightPinkTextAccentHover + surfaceDefaultAccentSecondaryHover = other.surfaceDefaultAccentSecondaryHover + personasDefaultIndigoTextAccentHover = other.personasDefaultIndigoTextAccentHover + personasOnDarkVioletTextAccentHover = other.personasOnDarkVioletTextAccentHover + outlineOnLightPrimary = other.outlineOnLightPrimary + outlineInverseDefault = other.outlineInverseDefault + personasOnDarkBlueTextAccentHover = other.personasOnDarkBlueTextAccentHover + personasOnLightIndigoTextAccentHover = other.personasOnLightIndigoTextAccentHover + personasOnLightIndigoTextAccentActive = other.personasOnLightIndigoTextAccentActive + personasOnLightSeaBlueTextAccentHover = other.personasOnLightSeaBlueTextAccentHover + personasDefaultOchreTextAccentActive = other.personasDefaultOchreTextAccentActive + backgroundInverseHardline = other.backgroundInverseHardline + surfaceOnDarkTransparentAccentMinorActive = other.surfaceOnDarkTransparentAccentMinorActive + personasOnDarkSeaBlueTextAccentHover = other.personasOnDarkSeaBlueTextAccentHover + surfaceDefaultTransparentNavi = other.surfaceDefaultTransparentNavi + personasDefaultVioletTextAccentActive = other.personasDefaultVioletTextAccentActive + personasDefaultBlueTextAccentHover = other.personasDefaultBlueTextAccentHover + outlineDefaultDefault = other.outlineDefaultDefault + textDefaultPrimaryBrightnessActive = other.textDefaultPrimaryBrightnessActive + surfaceDefaultSolidCardBrightnessHover = other.surfaceDefaultSolidCardBrightnessHover + surfaceDefaultTransparentCardBrightnessHover = + other.surfaceDefaultTransparentCardBrightnessHover + surfaceDefaultSolidCardBrightnessActive = other.surfaceDefaultSolidCardBrightnessActive + surfaceDefaultSolidPrimaryBrightnessHover = other.surfaceDefaultSolidPrimaryBrightnessHover + surfaceDefaultTransparentCardBrightnessActive = + other.surfaceDefaultTransparentCardBrightnessActive + surfaceOnDarkSolidPrimaryBrightnessActive = other.surfaceOnDarkSolidPrimaryBrightnessActive + surfaceOnDarkTransparentCardBrightnessHover = other.surfaceOnDarkTransparentCardBrightnessHover + surfaceOnDarkTransparentCardBrightnessActive = + other.surfaceOnDarkTransparentCardBrightnessActive + surfaceOnDarkSolidCardBrightnessHover = other.surfaceOnDarkSolidCardBrightnessHover + surfaceOnDarkSolidCardBrightnessActive = other.surfaceOnDarkSolidCardBrightnessActive + surfaceOnLightSolidPrimaryBrightnessHover = other.surfaceOnLightSolidPrimaryBrightnessHover + surfaceOnLightSolidPrimaryBrightnessActive = other.surfaceOnLightSolidPrimaryBrightnessActive + personasInverseIndigoTextAccent = other.personasInverseIndigoTextAccent + personasInversePinkTextAccent = other.personasInversePinkTextAccent + personasDefaultOliveTextAccent = other.personasDefaultOliveTextAccent + outlineOnLightPositiveActive = other.outlineOnLightPositiveActive + personasInverseOchreTextAccent = other.personasInverseOchreTextAccent + personasOnDarkOliveTextAccent = other.personasOnDarkOliveTextAccent + surfaceDefaultSolidTertiaryActive = other.surfaceDefaultSolidTertiaryActive + surfaceOnLightSolidTertiaryActive = other.surfaceOnLightSolidTertiaryActive + surfaceInverseTransparentNavi = other.surfaceInverseTransparentNavi + surfaceOnLightTransparentCardBrightnessHover = + other.surfaceOnLightTransparentCardBrightnessHover + textDefaultPrimary = other.textDefaultPrimary + textOnDarkAccentMinorHover = other.textOnDarkAccentMinorHover + personasOnLightOliveTextAccent = other.personasOnLightOliveTextAccent + surfaceOnLightTransparentCardBrightnessActive = + other.surfaceOnLightTransparentCardBrightnessActive + surfaceOnDarkAccentMinorActive = other.surfaceOnDarkAccentMinorActive + surfaceOnLightSolidCardBrightnessHover = other.surfaceOnLightSolidCardBrightnessHover + surfaceOnLightSolidCardBrightnessActive = other.surfaceOnLightSolidCardBrightnessActive + surfaceInverseSolidPrimaryBrightnessHover = other.surfaceInverseSolidPrimaryBrightnessHover + surfaceInverseSolidPrimaryBrightnessActive = other.surfaceInverseSolidPrimaryBrightnessActive + surfaceInverseTransparentCardBrightnessHover = + other.surfaceInverseTransparentCardBrightnessHover + outlineDefaultPrimary = other.outlineDefaultPrimary + personasOnLightOchreTextAccent = other.personasOnLightOchreTextAccent + personasOnDarkIndigoTextAccent = other.personasOnDarkIndigoTextAccent + surfaceOnDarkAccentSecondary = other.surfaceOnDarkAccentSecondary + personasInverseGreenTextAccent = other.personasInverseGreenTextAccent + surfaceDefaultAccentSecondary = other.surfaceDefaultAccentSecondary + surfaceDefaultAccentMinor = other.surfaceDefaultAccentMinor + surfaceOnDarkSolidTertiaryActive = other.surfaceOnDarkSolidTertiaryActive + backgroundLightSecondary = other.backgroundLightSecondary + surfaceInverseSolidTertiary = other.surfaceInverseSolidTertiary + surfaceOnLightAccentMinor = other.surfaceOnLightAccentMinor + surfaceInverseTransparentCardBrightnessActive = + other.surfaceInverseTransparentCardBrightnessActive + outlineOnLightWarningActive = other.outlineOnLightWarningActive + personasOnLightVioletTextAccent = other.personasOnLightVioletTextAccent + surfaceInverseAccentMinor = other.surfaceInverseAccentMinor + surfaceInverseSolidCardBrightnessActive = other.surfaceInverseSolidCardBrightnessActive + surfaceOnDarkAccentMinorHover = other.surfaceOnDarkAccentMinorHover + surfaceOnLightAccentMinorHover = other.surfaceOnLightAccentMinorHover + personasOnDarkBlueTextAccent = other.personasOnDarkBlueTextAccent + personasOnLightIndigoTextAccent = other.personasOnLightIndigoTextAccent + personasOnLightSeaBlueTextAccent = other.personasOnLightSeaBlueTextAccent + personasDefaultOchreTextAccent = other.personasDefaultOchreTextAccent + surfaceOnDarkTransparentAccentMinor = other.surfaceOnDarkTransparentAccentMinor + personasOnDarkVioletTextAccent = other.personasOnDarkVioletTextAccent + surfaceOnLightTransparentNavi = other.surfaceOnLightTransparentNavi + personasOnDarkGreenTextAccentHover = other.personasOnDarkGreenTextAccentHover + personasDefaultGreenTextAccentActive = other.personasDefaultGreenTextAccentActive + personasDefaultSeaBlueTextAccentActive = other.personasDefaultSeaBlueTextAccentActive + surfaceInverseAccentSecondaryActive = other.surfaceInverseAccentSecondaryActive + personasOnDarkPinkTextAccentActive = other.personasOnDarkPinkTextAccentActive + outlineDefaultPrimaryActive = other.outlineDefaultPrimaryActive + personasInverseIndigoTextAccentActive = other.personasInverseIndigoTextAccentActive + personasInversePinkTextAccentActive = other.personasInversePinkTextAccentActive + personasOnDarkOliveTextAccentActive = other.personasOnDarkOliveTextAccentActive + surfaceOnDarkAccentSecondaryActive = other.surfaceOnDarkAccentSecondaryActive + personasInverseGreenTextAccentActive = other.personasInverseGreenTextAccentActive + personasOnLightPinkTextAccentActive = other.personasOnLightPinkTextAccentActive + personasDefaultIndigoTextAccentActive = other.personasDefaultIndigoTextAccentActive + personasOnDarkVioletTextAccentActive = other.personasOnDarkVioletTextAccentActive + surfaceOnLightTransparentNaviHover = other.surfaceOnLightTransparentNaviHover + surfaceOnLightTransparentNaviActive = other.surfaceOnLightTransparentNaviActive + personasInverseOliveTextAccentHover = other.personasInverseOliveTextAccentHover + personasDefaultOchreTextAccentHover = other.personasDefaultOchreTextAccentHover + surfaceInverseAccentSecondary = other.surfaceInverseAccentSecondary + backgroundLightHardline = other.backgroundLightHardline + personasOnDarkSeaBlueTextAccentActive = other.personasOnDarkSeaBlueTextAccentActive + surfaceOnLightTransparentAccentMinor = other.surfaceOnLightTransparentAccentMinor + personasOnLightGreenTextAccent = other.personasOnLightGreenTextAccent + outlineOnLightPrimaryActive = other.outlineOnLightPrimaryActive + personasInverseBlueTextAccentActive = other.personasInverseBlueTextAccentActive + surfaceInverseTransparentAccentMinorActive = other.surfaceInverseTransparentAccentMinorActive + textDefaultPrimaryBrightnessHover = other.textDefaultPrimaryBrightnessHover + textOnDarkPrimaryBrightnessHover = other.textOnDarkPrimaryBrightnessHover + personasOnDarkSeaBlueTextAccent = other.personasOnDarkSeaBlueTextAccent + personasOnLightBlueTextAccentActive = other.personasOnLightBlueTextAccentActive + outlineOnLightDefaultActive = other.outlineOnLightDefaultActive + textOnLightWarningActive = other.textOnLightWarningActive + surfaceDefaultTransparentNaviHover = other.surfaceDefaultTransparentNaviHover + surfaceOnLightTransparentAccentMinorHover = other.surfaceOnLightTransparentAccentMinorHover + personasOnLightGreenTextAccentHover = other.personasOnLightGreenTextAccentHover + outlineDefaultDefaultHover = other.outlineDefaultDefaultHover + outlineOnDarkPrimaryHover = other.outlineOnDarkPrimaryHover + personasOnDarkPinkTextAccentHover = other.personasOnDarkPinkTextAccentHover + outlineDefaultPrimaryHover = other.outlineDefaultPrimaryHover + personasInverseIndigoTextAccentHover = other.personasInverseIndigoTextAccentHover + personasInversePinkTextAccentHover = other.personasInversePinkTextAccentHover + personasDefaultOliveTextAccentHover = other.personasDefaultOliveTextAccentHover + personasInverseOchreTextAccentHover = other.personasInverseOchreTextAccentHover + surfaceInverseTransparentNaviHover = other.surfaceInverseTransparentNaviHover + personasOnLightOliveTextAccentHover = other.personasOnLightOliveTextAccentHover + personasOnLightVioletTextAccentHover = other.personasOnLightVioletTextAccentHover + personasOnLightOchreTextAccentHover = other.personasOnLightOchreTextAccentHover + personasOnDarkIndigoTextAccentHover = other.personasOnDarkIndigoTextAccentHover + personasOnDarkOchreTextAccent = other.personasOnDarkOchreTextAccent + personasOnDarkGreenTextAccentActive = other.personasOnDarkGreenTextAccentActive + personasOnDarkOchreTextAccentActive = other.personasOnDarkOchreTextAccentActive + surfaceDefaultTransparentAccentMinorActive = other.surfaceDefaultTransparentAccentMinorActive + outlineInverseDefaultHover = other.outlineInverseDefaultHover + personasDefaultVioletTextAccent = other.personasDefaultVioletTextAccent + outlineInversePrimaryHover = other.outlineInversePrimaryHover + personasInverseSeaBlueTextAccentHover = other.personasInverseSeaBlueTextAccentHover + personasInverseBlueTextAccentHover = other.personasInverseBlueTextAccentHover + personasInverseVioletTextAccentHover = other.personasInverseVioletTextAccentHover + surfaceInverseTransparentAccentMinorHover = other.surfaceInverseTransparentAccentMinorHover + personasOnLightBlueTextAccentHover = other.personasOnLightBlueTextAccentHover + surfaceOnDarkTransparentNaviHover = other.surfaceOnDarkTransparentNaviHover + surfaceOnLightAccentSecondaryHover = other.surfaceOnLightAccentSecondaryHover + personasDefaultBlueTextAccent = other.personasDefaultBlueTextAccent + personasDefaultSeaBlueTextAccent = other.personasDefaultSeaBlueTextAccent + personasDefaultVioletTextAccentHover = other.personasDefaultVioletTextAccentHover + backgroundDefaultHardline = other.backgroundDefaultHardline + textOnLightPrimaryBrightnessHover = other.textOnLightPrimaryBrightnessHover + textInversePrimaryBrightnessHover = other.textInversePrimaryBrightnessHover + surfaceDefaultSolidPrimaryBrightnessActive = other.surfaceDefaultSolidPrimaryBrightnessActive + surfaceOnDarkSolidPrimaryBrightnessHover = other.surfaceOnDarkSolidPrimaryBrightnessHover + surfaceInverseSolidCardBrightnessHover = other.surfaceInverseSolidCardBrightnessHover + personasInverseBlueTextAccent = other.personasInverseBlueTextAccent + personasDefaultBlueTextAccentActive = other.personasDefaultBlueTextAccentActive + surfaceDefaultAccentSecondaryActive = other.surfaceDefaultAccentSecondaryActive + surfaceDefaultTransparentAccentMinor = other.surfaceDefaultTransparentAccentMinor + personasInverseSeaBlueTextAccent = other.personasInverseSeaBlueTextAccent + personasOnDarkPinkTextAccent = other.personasOnDarkPinkTextAccent + personasDefaultPinkTextAccent = other.personasDefaultPinkTextAccent + personasInverseVioletTextAccent = other.personasInverseVioletTextAccent + surfaceInverseTransparentAccentMinor = other.surfaceInverseTransparentAccentMinor + personasOnLightBlueTextAccent = other.personasOnLightBlueTextAccent + surfaceOnDarkTransparentNavi = other.surfaceOnDarkTransparentNavi + outlineInversePrimary = other.outlineInversePrimary + personasInverseOliveTextAccentActive = other.personasInverseOliveTextAccentActive + outlineOnDarkDefault = other.outlineOnDarkDefault + personasDefaultGreenTextAccent = other.personasDefaultGreenTextAccent + backgroundDarkHardline = other.backgroundDarkHardline + outlineOnDarkPrimary = other.outlineOnDarkPrimary + textOnDarkPrimaryBrightnessActive = other.textOnDarkPrimaryBrightnessActive + textOnLightPrimaryBrightnessActive = other.textOnLightPrimaryBrightnessActive + textInversePrimaryBrightnessActive = other.textInversePrimaryBrightnessActive + personasDefaultIndigoTextAccent = other.personasDefaultIndigoTextAccent + personasOnDarkOchreTextAccentHover = other.personasOnDarkOchreTextAccentHover + personasOnDarkIndigoTextAccentActive = other.personasOnDarkIndigoTextAccentActive + personasDefaultPinkTextAccentHover = other.personasDefaultPinkTextAccentHover + personasOnDarkGreenTextAccent = other.personasOnDarkGreenTextAccent + surfaceDefaultTransparentAccentMinorHover = other.surfaceDefaultTransparentAccentMinorHover + surfaceOnDarkTransparentNaviActive = other.surfaceOnDarkTransparentNaviActive + personasInverseOchreTextAccentActive = other.personasInverseOchreTextAccentActive + surfaceInverseTransparentNaviActive = other.surfaceInverseTransparentNaviActive + personasOnLightOliveTextAccentActive = other.personasOnLightOliveTextAccentActive + personasDefaultPinkTextAccentActive = other.personasDefaultPinkTextAccentActive + personasOnDarkBlueTextAccentActive = other.personasOnDarkBlueTextAccentActive + personasOnLightSeaBlueTextAccentActive = other.personasOnLightSeaBlueTextAccentActive + outlineOnLightDefault = other.outlineOnLightDefault + surfaceOnDarkTransparentAccentMinorHover = other.surfaceOnDarkTransparentAccentMinorHover + surfaceOnLightAccentSecondary = other.surfaceOnLightAccentSecondary + personasOnLightPinkTextAccent = other.personasOnLightPinkTextAccent + personasInverseOliveTextAccent = other.personasInverseOliveTextAccent + textDefaultParagraphActive = other.textDefaultParagraphActive + textDefaultAccent = other.textDefaultAccent + textDefaultAccentHover = other.textDefaultAccentHover + textDefaultAccentActive = other.textDefaultAccentActive + textDefaultAccentMinor = other.textDefaultAccentMinor + textDefaultAccentMinorHover = other.textDefaultAccentMinorHover + textDefaultAccentMinorActive = other.textDefaultAccentMinorActive + textDefaultPositive = other.textDefaultPositive + textDefaultPositiveHover = other.textDefaultPositiveHover + textDefaultPositiveActive = other.textDefaultPositiveActive + textDefaultWarning = other.textDefaultWarning + textDefaultWarningHover = other.textDefaultWarningHover + textDefaultWarningActive = other.textDefaultWarningActive + textDefaultNegative = other.textDefaultNegative + textDefaultNegativeHover = other.textDefaultNegativeHover + textDefaultNegativeActive = other.textDefaultNegativeActive + textDefaultInfo = other.textDefaultInfo + textDefaultInfoHover = other.textDefaultInfoHover + textDefaultInfoActive = other.textDefaultInfoActive + textDefaultSecondaryHover = other.textDefaultSecondaryHover + textDefaultSecondary = other.textDefaultSecondary + textDefaultPrimaryActive = other.textDefaultPrimaryActive + textDefaultSecondaryActive = other.textDefaultSecondaryActive + textDefaultTertiary = other.textDefaultTertiary + textDefaultTertiaryHover = other.textDefaultTertiaryHover + textDefaultTertiaryActive = other.textDefaultTertiaryActive + textDefaultPrimaryBrightness = other.textDefaultPrimaryBrightness + textDefaultParagraph = other.textDefaultParagraph + textDefaultParagraphHover = other.textDefaultParagraphHover + textOnDarkParagraphActive = other.textOnDarkParagraphActive + textOnDarkAccent = other.textOnDarkAccent + textOnDarkAccentHover = other.textOnDarkAccentHover + textOnDarkAccentActive = other.textOnDarkAccentActive + textOnDarkAccentMinor = other.textOnDarkAccentMinor + textOnDarkAccentMinorActive = other.textOnDarkAccentMinorActive + textOnDarkPositive = other.textOnDarkPositive + textOnDarkPositiveHover = other.textOnDarkPositiveHover + textOnDarkPositiveActive = other.textOnDarkPositiveActive + textOnDarkWarning = other.textOnDarkWarning + textOnDarkWarningHover = other.textOnDarkWarningHover + textOnDarkWarningActive = other.textOnDarkWarningActive + textOnDarkNegative = other.textOnDarkNegative + textOnDarkNegativeHover = other.textOnDarkNegativeHover + textOnDarkNegativeActive = other.textOnDarkNegativeActive + textOnDarkInfo = other.textOnDarkInfo + textOnDarkInfoHover = other.textOnDarkInfoHover + textOnDarkInfoActive = other.textOnDarkInfoActive + textOnDarkPrimaryActive = other.textOnDarkPrimaryActive + textOnDarkTertiaryActive = other.textOnDarkTertiaryActive + textOnDarkPrimary = other.textOnDarkPrimary + textOnDarkPrimaryBrightness = other.textOnDarkPrimaryBrightness + textOnDarkSecondary = other.textOnDarkSecondary + textOnDarkSecondaryHover = other.textOnDarkSecondaryHover + textOnDarkTertiary = other.textOnDarkTertiary + textOnDarkTertiaryHover = other.textOnDarkTertiaryHover + textOnDarkSecondaryActive = other.textOnDarkSecondaryActive + textOnDarkPrimaryHover = other.textOnDarkPrimaryHover + textOnDarkParagraph = other.textOnDarkParagraph + textOnDarkParagraphHover = other.textOnDarkParagraphHover + textOnLightPrimaryBrightness = other.textOnLightPrimaryBrightness + textOnLightSecondary = other.textOnLightSecondary + textOnLightSecondaryHover = other.textOnLightSecondaryHover + textOnLightSecondaryActive = other.textOnLightSecondaryActive + textOnLightTertiary = other.textOnLightTertiary + textOnLightTertiaryHover = other.textOnLightTertiaryHover + textOnLightTertiaryActive = other.textOnLightTertiaryActive + textOnLightParagraph = other.textOnLightParagraph + textOnLightParagraphHover = other.textOnLightParagraphHover + textOnLightParagraphActive = other.textOnLightParagraphActive + textOnLightAccent = other.textOnLightAccent + textOnLightAccentHover = other.textOnLightAccentHover + textOnLightAccentActive = other.textOnLightAccentActive + textOnLightAccentMinor = other.textOnLightAccentMinor + textOnLightAccentMinorHover = other.textOnLightAccentMinorHover + textOnLightAccentMinorActive = other.textOnLightAccentMinorActive + textOnLightPositive = other.textOnLightPositive + textOnLightPositiveHover = other.textOnLightPositiveHover + textOnLightPositiveActive = other.textOnLightPositiveActive + textOnLightWarning = other.textOnLightWarning + textOnLightWarningHover = other.textOnLightWarningHover + textOnLightPrimary = other.textOnLightPrimary + textOnLightPrimaryHover = other.textOnLightPrimaryHover + textOnLightPrimaryActive = other.textOnLightPrimaryActive + textInversePrimary = other.textInversePrimary + textInversePrimaryHover = other.textInversePrimaryHover + textInversePrimaryActive = other.textInversePrimaryActive + textInversePrimaryBrightness = other.textInversePrimaryBrightness + textInverseSecondary = other.textInverseSecondary + textInverseSecondaryHover = other.textInverseSecondaryHover + textInverseSecondaryActive = other.textInverseSecondaryActive + textInverseTertiary = other.textInverseTertiary + textInverseTertiaryHover = other.textInverseTertiaryHover + textInverseTertiaryActive = other.textInverseTertiaryActive + textInverseParagraph = other.textInverseParagraph + textInverseParagraphHover = other.textInverseParagraphHover + textInverseParagraphActive = other.textInverseParagraphActive + textInverseAccent = other.textInverseAccent + textInverseAccentHover = other.textInverseAccentHover + textInverseAccentActive = other.textInverseAccentActive + textInverseAccentMinor = other.textInverseAccentMinor + textInverseAccentMinorHover = other.textInverseAccentMinorHover + textInverseAccentMinorActive = other.textInverseAccentMinorActive + textOnLightNegativeActive = other.textOnLightNegativeActive + textOnLightNegative = other.textOnLightNegative + textOnLightInfo = other.textOnLightInfo + textOnLightInfoHover = other.textOnLightInfoHover + textOnLightInfoActive = other.textOnLightInfoActive + textOnLightNegativeHover = other.textOnLightNegativeHover + textInverseNegativeActive = other.textInverseNegativeActive + textInverseInfo = other.textInverseInfo + textInverseInfoHover = other.textInverseInfoHover + textInverseInfoActive = other.textInverseInfoActive + surfaceDefaultSolidPrimary = other.surfaceDefaultSolidPrimary + textInverseWarningActive = other.textInverseWarningActive + surfaceDefaultSolidPrimaryHover = other.surfaceDefaultSolidPrimaryHover + surfaceDefaultSolidPrimaryActive = other.surfaceDefaultSolidPrimaryActive + surfaceDefaultSolidPrimaryBrightness = other.surfaceDefaultSolidPrimaryBrightness + surfaceDefaultSolidSecondary = other.surfaceDefaultSolidSecondary + surfaceDefaultSolidSecondaryHover = other.surfaceDefaultSolidSecondaryHover + surfaceDefaultSolidSecondaryActive = other.surfaceDefaultSolidSecondaryActive + surfaceDefaultSolidTertiary = other.surfaceDefaultSolidTertiary + surfaceDefaultSolidTertiaryHover = other.surfaceDefaultSolidTertiaryHover + textInversePositive = other.textInversePositive + textInversePositiveHover = other.textInversePositiveHover + textInverseWarning = other.textInverseWarning + textInverseWarningHover = other.textInverseWarningHover + textInversePositiveActive = other.textInversePositiveActive + textInverseNegative = other.textInverseNegative + textInverseNegativeHover = other.textInverseNegativeHover + surfaceDefaultTransparentSecondaryActive = other.surfaceDefaultTransparentSecondaryActive + surfaceDefaultTransparentTertiary = other.surfaceDefaultTransparentTertiary + surfaceDefaultTransparentTertiaryHover = other.surfaceDefaultTransparentTertiaryHover + surfaceDefaultTransparentTertiaryActive = other.surfaceDefaultTransparentTertiaryActive + surfaceDefaultTransparentDeep = other.surfaceDefaultTransparentDeep + surfaceDefaultTransparentDeepHover = other.surfaceDefaultTransparentDeepHover + surfaceDefaultTransparentDeepActive = other.surfaceDefaultTransparentDeepActive + surfaceDefaultTransparentCard = other.surfaceDefaultTransparentCard + surfaceDefaultTransparentCardHover = other.surfaceDefaultTransparentCardHover + surfaceDefaultTransparentCardActive = other.surfaceDefaultTransparentCardActive + surfaceDefaultTransparentCardBrightness = other.surfaceDefaultTransparentCardBrightness + surfaceDefaultClear = other.surfaceDefaultClear + surfaceDefaultClearHover = other.surfaceDefaultClearHover + surfaceDefaultClearActive = other.surfaceDefaultClearActive + surfaceDefaultAccent = other.surfaceDefaultAccent + surfaceDefaultAccentHover = other.surfaceDefaultAccentHover + surfaceDefaultAccentActive = other.surfaceDefaultAccentActive + surfaceDefaultAccentMinorHover = other.surfaceDefaultAccentMinorHover + surfaceDefaultAccentMinorActive = other.surfaceDefaultAccentMinorActive + surfaceDefaultTransparentAccent = other.surfaceDefaultTransparentAccent + surfaceDefaultTransparentAccentHover = other.surfaceDefaultTransparentAccentHover + surfaceDefaultTransparentAccentActive = other.surfaceDefaultTransparentAccentActive + surfaceDefaultSolidCardActive = other.surfaceDefaultSolidCardActive + surfaceDefaultSolidCard = other.surfaceDefaultSolidCard + surfaceDefaultSolidCardBrightness = other.surfaceDefaultSolidCardBrightness + surfaceDefaultSolidDefault = other.surfaceDefaultSolidDefault + surfaceDefaultSolidDefaultHover = other.surfaceDefaultSolidDefaultHover + surfaceDefaultTransparentPrimary = other.surfaceDefaultTransparentPrimary + surfaceDefaultTransparentPrimaryHover = other.surfaceDefaultTransparentPrimaryHover + surfaceDefaultSolidDefaultActive = other.surfaceDefaultSolidDefaultActive + surfaceDefaultSolidCardHover = other.surfaceDefaultSolidCardHover + surfaceDefaultTransparentPrimaryActive = other.surfaceDefaultTransparentPrimaryActive + surfaceDefaultTransparentSecondary = other.surfaceDefaultTransparentSecondary + surfaceDefaultTransparentSecondaryHover = other.surfaceDefaultTransparentSecondaryHover + surfaceDefaultWarningActive = other.surfaceDefaultWarningActive + surfaceDefaultNegative = other.surfaceDefaultNegative + surfaceDefaultNegativeHover = other.surfaceDefaultNegativeHover + surfaceDefaultNegativeActive = other.surfaceDefaultNegativeActive + surfaceDefaultInfo = other.surfaceDefaultInfo + surfaceDefaultInfoHover = other.surfaceDefaultInfoHover + surfaceDefaultInfoActive = other.surfaceDefaultInfoActive + surfaceDefaultPositiveActive = other.surfaceDefaultPositiveActive + surfaceDefaultPositive = other.surfaceDefaultPositive + surfaceDefaultPositiveHover = other.surfaceDefaultPositiveHover + surfaceDefaultWarning = other.surfaceDefaultWarning + surfaceDefaultWarningHover = other.surfaceDefaultWarningHover + surfaceDefaultTransparentNegative = other.surfaceDefaultTransparentNegative + surfaceDefaultTransparentNegativeHover = other.surfaceDefaultTransparentNegativeHover + surfaceDefaultReadOnly = other.surfaceDefaultReadOnly + surfaceDefaultReadOnlyHover = other.surfaceDefaultReadOnlyHover + surfaceDefaultReadOnlyActive = other.surfaceDefaultReadOnlyActive + surfaceOnDarkSolidPrimary = other.surfaceOnDarkSolidPrimary + surfaceOnDarkSolidPrimaryHover = other.surfaceOnDarkSolidPrimaryHover + surfaceOnDarkSolidPrimaryActive = other.surfaceOnDarkSolidPrimaryActive + surfaceOnDarkSolidPrimaryBrightness = other.surfaceOnDarkSolidPrimaryBrightness + surfaceOnDarkSolidSecondary = other.surfaceOnDarkSolidSecondary + surfaceOnDarkSolidSecondaryHover = other.surfaceOnDarkSolidSecondaryHover + surfaceOnDarkSolidSecondaryActive = other.surfaceOnDarkSolidSecondaryActive + surfaceOnDarkSolidTertiary = other.surfaceOnDarkSolidTertiary + surfaceOnDarkSolidTertiaryHover = other.surfaceOnDarkSolidTertiaryHover + surfaceDefaultTransparentNegativeActive = other.surfaceDefaultTransparentNegativeActive + surfaceOnDarkTransparentSecondaryActive = other.surfaceOnDarkTransparentSecondaryActive + surfaceOnDarkTransparentTertiary = other.surfaceOnDarkTransparentTertiary + surfaceOnDarkTransparentTertiaryHover = other.surfaceOnDarkTransparentTertiaryHover + surfaceOnDarkTransparentTertiaryActive = other.surfaceOnDarkTransparentTertiaryActive + surfaceOnDarkTransparentDeep = other.surfaceOnDarkTransparentDeep + surfaceOnDarkTransparentDeepHover = other.surfaceOnDarkTransparentDeepHover + surfaceOnDarkTransparentDeepActive = other.surfaceOnDarkTransparentDeepActive + surfaceOnDarkTransparentCard = other.surfaceOnDarkTransparentCard + surfaceOnDarkTransparentCardHover = other.surfaceOnDarkTransparentCardHover + surfaceOnDarkTransparentCardActive = other.surfaceOnDarkTransparentCardActive + surfaceOnDarkTransparentCardBrightness = other.surfaceOnDarkTransparentCardBrightness + surfaceOnDarkClear = other.surfaceOnDarkClear + surfaceOnDarkClearHover = other.surfaceOnDarkClearHover + surfaceOnDarkClearActive = other.surfaceOnDarkClearActive + surfaceOnDarkAccent = other.surfaceOnDarkAccent + surfaceOnDarkAccentHover = other.surfaceOnDarkAccentHover + surfaceOnDarkAccentActive = other.surfaceOnDarkAccentActive + surfaceOnDarkAccentMinor = other.surfaceOnDarkAccentMinor + surfaceOnDarkSolidCardActive = other.surfaceOnDarkSolidCardActive + surfaceOnDarkSolidCard = other.surfaceOnDarkSolidCard + surfaceOnDarkSolidCardBrightness = other.surfaceOnDarkSolidCardBrightness + surfaceOnDarkSolidDefaultHover = other.surfaceOnDarkSolidDefaultHover + surfaceOnDarkSolidDefaultActive = other.surfaceOnDarkSolidDefaultActive + surfaceOnDarkTransparentPrimary = other.surfaceOnDarkTransparentPrimary + surfaceOnDarkTransparentPrimaryHover = other.surfaceOnDarkTransparentPrimaryHover + surfaceOnDarkSolidCardHover = other.surfaceOnDarkSolidCardHover + surfaceOnDarkTransparentPrimaryActive = other.surfaceOnDarkTransparentPrimaryActive + surfaceOnDarkTransparentSecondary = other.surfaceOnDarkTransparentSecondary + surfaceOnDarkTransparentSecondaryHover = other.surfaceOnDarkTransparentSecondaryHover + surfaceOnDarkPositive = other.surfaceOnDarkPositive + surfaceOnDarkPositiveHover = other.surfaceOnDarkPositiveHover + surfaceOnDarkPositiveActive = other.surfaceOnDarkPositiveActive + surfaceOnDarkWarning = other.surfaceOnDarkWarning + surfaceOnDarkWarningHover = other.surfaceOnDarkWarningHover + surfaceOnDarkWarningActive = other.surfaceOnDarkWarningActive + surfaceOnDarkNegative = other.surfaceOnDarkNegative + surfaceOnDarkNegativeHover = other.surfaceOnDarkNegativeHover + surfaceOnDarkNegativeActive = other.surfaceOnDarkNegativeActive + surfaceOnDarkInfo = other.surfaceOnDarkInfo + surfaceOnDarkInfoHover = other.surfaceOnDarkInfoHover + surfaceOnDarkInfoActive = other.surfaceOnDarkInfoActive + surfaceOnDarkTransparentAccentActive = other.surfaceOnDarkTransparentAccentActive + surfaceOnDarkTransparentAccent = other.surfaceOnDarkTransparentAccent + surfaceOnDarkTransparentAccentHover = other.surfaceOnDarkTransparentAccentHover + surfaceOnDarkReadOnly = other.surfaceOnDarkReadOnly + surfaceOnDarkReadOnlyHover = other.surfaceOnDarkReadOnlyHover + surfaceOnDarkReadOnlyActive = other.surfaceOnDarkReadOnlyActive + surfaceOnLightSolidPrimary = other.surfaceOnLightSolidPrimary + surfaceOnLightSolidPrimaryHover = other.surfaceOnLightSolidPrimaryHover + surfaceOnLightSolidPrimaryActive = other.surfaceOnLightSolidPrimaryActive + surfaceOnLightSolidPrimaryBrightness = other.surfaceOnLightSolidPrimaryBrightness + surfaceOnLightSolidSecondary = other.surfaceOnLightSolidSecondary + surfaceOnLightSolidSecondaryHover = other.surfaceOnLightSolidSecondaryHover + surfaceOnLightSolidSecondaryActive = other.surfaceOnLightSolidSecondaryActive + surfaceOnLightSolidTertiary = other.surfaceOnLightSolidTertiary + surfaceOnLightSolidTertiaryHover = other.surfaceOnLightSolidTertiaryHover + surfaceOnDarkTransparentNegativeActive = other.surfaceOnDarkTransparentNegativeActive + surfaceOnDarkTransparentNegative = other.surfaceOnDarkTransparentNegative + surfaceOnDarkTransparentNegativeHover = other.surfaceOnDarkTransparentNegativeHover + surfaceOnLightTransparentSecondaryActive = other.surfaceOnLightTransparentSecondaryActive + surfaceOnLightTransparentTertiary = other.surfaceOnLightTransparentTertiary + surfaceOnLightTransparentTertiaryHover = other.surfaceOnLightTransparentTertiaryHover + surfaceOnLightTransparentTertiaryActive = other.surfaceOnLightTransparentTertiaryActive + surfaceOnLightTransparentDeep = other.surfaceOnLightTransparentDeep + surfaceOnLightTransparentDeepHover = other.surfaceOnLightTransparentDeepHover + surfaceOnLightTransparentDeepActive = other.surfaceOnLightTransparentDeepActive + surfaceOnLightTransparentCard = other.surfaceOnLightTransparentCard + surfaceOnLightTransparentCardHover = other.surfaceOnLightTransparentCardHover + surfaceOnLightTransparentCardActive = other.surfaceOnLightTransparentCardActive + surfaceOnLightTransparentCardBrightness = other.surfaceOnLightTransparentCardBrightness + surfaceOnLightClear = other.surfaceOnLightClear + surfaceOnLightClearHover = other.surfaceOnLightClearHover + surfaceOnLightClearActive = other.surfaceOnLightClearActive + surfaceOnLightAccent = other.surfaceOnLightAccent + surfaceOnLightAccentHover = other.surfaceOnLightAccentHover + surfaceOnLightAccentActive = other.surfaceOnLightAccentActive + surfaceOnLightSolidCardActive = other.surfaceOnLightSolidCardActive + surfaceOnLightSolidCard = other.surfaceOnLightSolidCard + surfaceOnLightSolidCardBrightness = other.surfaceOnLightSolidCardBrightness + surfaceOnLightSolidDefault = other.surfaceOnLightSolidDefault + surfaceOnLightSolidDefaultHover = other.surfaceOnLightSolidDefaultHover + surfaceOnLightTransparentPrimary = other.surfaceOnLightTransparentPrimary + surfaceOnLightTransparentPrimaryHover = other.surfaceOnLightTransparentPrimaryHover + surfaceOnLightSolidDefaultActive = other.surfaceOnLightSolidDefaultActive + surfaceOnLightSolidCardHover = other.surfaceOnLightSolidCardHover + surfaceOnLightTransparentPrimaryActive = other.surfaceOnLightTransparentPrimaryActive + surfaceOnLightTransparentSecondary = other.surfaceOnLightTransparentSecondary + surfaceOnLightTransparentSecondaryHover = other.surfaceOnLightTransparentSecondaryHover + surfaceOnLightPositive = other.surfaceOnLightPositive + surfaceOnLightPositiveHover = other.surfaceOnLightPositiveHover + surfaceOnLightPositiveActive = other.surfaceOnLightPositiveActive + surfaceOnLightWarning = other.surfaceOnLightWarning + surfaceOnLightWarningHover = other.surfaceOnLightWarningHover + surfaceOnLightWarningActive = other.surfaceOnLightWarningActive + surfaceOnLightNegative = other.surfaceOnLightNegative + surfaceOnLightNegativeHover = other.surfaceOnLightNegativeHover + surfaceOnLightNegativeActive = other.surfaceOnLightNegativeActive + surfaceOnLightInfo = other.surfaceOnLightInfo + surfaceOnLightInfoHover = other.surfaceOnLightInfoHover + surfaceOnLightInfoActive = other.surfaceOnLightInfoActive + surfaceOnLightTransparentAccentActive = other.surfaceOnLightTransparentAccentActive + surfaceOnLightTransparentAccent = other.surfaceOnLightTransparentAccent + surfaceOnLightTransparentAccentHover = other.surfaceOnLightTransparentAccentHover + surfaceOnLightTransparentNegative = other.surfaceOnLightTransparentNegative + surfaceOnLightTransparentNegativeHover = other.surfaceOnLightTransparentNegativeHover + surfaceOnLightReadOnly = other.surfaceOnLightReadOnly + surfaceOnLightReadOnlyHover = other.surfaceOnLightReadOnlyHover + surfaceOnLightReadOnlyActive = other.surfaceOnLightReadOnlyActive + surfaceInverseSolidPrimary = other.surfaceInverseSolidPrimary + surfaceInverseSolidPrimaryHover = other.surfaceInverseSolidPrimaryHover + surfaceInverseSolidPrimaryActive = other.surfaceInverseSolidPrimaryActive + surfaceInverseSolidPrimaryBrightness = other.surfaceInverseSolidPrimaryBrightness + surfaceInverseSolidSecondary = other.surfaceInverseSolidSecondary + surfaceInverseSolidSecondaryHover = other.surfaceInverseSolidSecondaryHover + surfaceInverseSolidSecondaryActive = other.surfaceInverseSolidSecondaryActive + surfaceOnLightTransparentNegativeActive = other.surfaceOnLightTransparentNegativeActive + surfaceInverseTransparentSecondaryHover = other.surfaceInverseTransparentSecondaryHover + surfaceInverseTransparentSecondaryActive = other.surfaceInverseTransparentSecondaryActive + surfaceInverseTransparentTertiary = other.surfaceInverseTransparentTertiary + surfaceInverseTransparentTertiaryHover = other.surfaceInverseTransparentTertiaryHover + surfaceInverseTransparentTertiaryActive = other.surfaceInverseTransparentTertiaryActive + surfaceInverseTransparentDeep = other.surfaceInverseTransparentDeep + surfaceInverseTransparentDeepHover = other.surfaceInverseTransparentDeepHover + surfaceInverseTransparentDeepActive = other.surfaceInverseTransparentDeepActive + surfaceInverseTransparentCard = other.surfaceInverseTransparentCard + surfaceInverseTransparentCardHover = other.surfaceInverseTransparentCardHover + surfaceInverseTransparentCardActive = other.surfaceInverseTransparentCardActive + surfaceInverseTransparentCardBrightness = other.surfaceInverseTransparentCardBrightness + surfaceInverseClear = other.surfaceInverseClear + surfaceInverseClearHover = other.surfaceInverseClearHover + surfaceInverseClearActive = other.surfaceInverseClearActive + surfaceInverseAccent = other.surfaceInverseAccent + surfaceInverseSolidTertiaryActive = other.surfaceInverseSolidTertiaryActive + surfaceInverseSolidTertiaryHover = other.surfaceInverseSolidTertiaryHover + surfaceInverseSolidCard = other.surfaceInverseSolidCard + surfaceInverseSolidCardActive = other.surfaceInverseSolidCardActive + surfaceInverseSolidCardHover = other.surfaceInverseSolidCardHover + surfaceInverseSolidDefaultHover = other.surfaceInverseSolidDefaultHover + surfaceInverseSolidDefaultActive = other.surfaceInverseSolidDefaultActive + surfaceInverseSolidCardBrightness = other.surfaceInverseSolidCardBrightness + surfaceInverseSolidDefault = other.surfaceInverseSolidDefault + surfaceInverseTransparentPrimary = other.surfaceInverseTransparentPrimary + surfaceInverseTransparentPrimaryHover = other.surfaceInverseTransparentPrimaryHover + surfaceInverseTransparentPrimaryActive = other.surfaceInverseTransparentPrimaryActive + surfaceInverseTransparentSecondary = other.surfaceInverseTransparentSecondary + surfaceInversePositive = other.surfaceInversePositive + surfaceInversePositiveHover = other.surfaceInversePositiveHover + surfaceInversePositiveActive = other.surfaceInversePositiveActive + surfaceInverseWarning = other.surfaceInverseWarning + surfaceInverseWarningHover = other.surfaceInverseWarningHover + surfaceInverseWarningActive = other.surfaceInverseWarningActive + surfaceInverseNegative = other.surfaceInverseNegative + surfaceInverseNegativeHover = other.surfaceInverseNegativeHover + surfaceInverseNegativeActive = other.surfaceInverseNegativeActive + surfaceInverseInfo = other.surfaceInverseInfo + surfaceInverseInfoHover = other.surfaceInverseInfoHover + surfaceInverseInfoActive = other.surfaceInverseInfoActive + surfaceInverseAccentMinorActive = other.surfaceInverseAccentMinorActive + surfaceInverseAccentHover = other.surfaceInverseAccentHover + surfaceInverseTransparentAccent = other.surfaceInverseTransparentAccent + surfaceInverseTransparentAccentHover = other.surfaceInverseTransparentAccentHover + surfaceInverseTransparentAccentActive = other.surfaceInverseTransparentAccentActive + surfaceInverseAccentActive = other.surfaceInverseAccentActive + surfaceInverseTransparentNegativeActive = other.surfaceInverseTransparentNegativeActive + surfaceInverseTransparentNegative = other.surfaceInverseTransparentNegative + surfaceInverseReadOnly = other.surfaceInverseReadOnly + surfaceInverseReadOnlyHover = other.surfaceInverseReadOnlyHover + surfaceInverseReadOnlyActive = other.surfaceInverseReadOnlyActive + backgroundDefaultPrimary = other.backgroundDefaultPrimary + backgroundDefaultSecondary = other.backgroundDefaultSecondary + backgroundDefaultTertiary = other.backgroundDefaultTertiary + backgroundDarkPrimary = other.backgroundDarkPrimary + backgroundDarkSecondary = other.backgroundDarkSecondary + backgroundDarkTertiary = other.backgroundDarkTertiary + backgroundLightPrimary = other.backgroundLightPrimary + surfaceInverseTransparentNegativeHover = other.surfaceInverseTransparentNegativeHover + overlayInverseSoft = other.overlayInverseSoft + overlayInverseHard = other.overlayInverseHard + outlineDefaultTransparentPrimary = other.outlineDefaultTransparentPrimary + outlineDefaultTransparentPrimaryHover = other.outlineDefaultTransparentPrimaryHover + outlineDefaultTransparentPrimaryActive = other.outlineDefaultTransparentPrimaryActive + outlineDefaultClear = other.outlineDefaultClear + backgroundInverseSecondary = other.backgroundInverseSecondary + backgroundLightTertiary = other.backgroundLightTertiary + backgroundInverseTertiary = other.backgroundInverseTertiary + overlayDefaultSoft = other.overlayDefaultSoft + overlayDefaultHard = other.overlayDefaultHard + overlayOnDarkSoft = other.overlayOnDarkSoft + overlayOnDarkHard = other.overlayOnDarkHard + backgroundInversePrimary = other.backgroundInversePrimary + overlayOnLightSoft = other.overlayOnLightSoft + overlayOnLightHard = other.overlayOnLightHard + outlineDefaultPositive = other.outlineDefaultPositive + outlineDefaultPositiveHover = other.outlineDefaultPositiveHover + outlineDefaultPositiveActive = other.outlineDefaultPositiveActive + outlineDefaultWarning = other.outlineDefaultWarning + outlineDefaultWarningHover = other.outlineDefaultWarningHover + outlineDefaultWarningActive = other.outlineDefaultWarningActive + outlineDefaultNegative = other.outlineDefaultNegative + outlineDefaultNegativeHover = other.outlineDefaultNegativeHover + outlineDefaultNegativeActive = other.outlineDefaultNegativeActive + outlineDefaultInfo = other.outlineDefaultInfo + outlineDefaultInfoHover = other.outlineDefaultInfoHover + outlineDefaultInfoActive = other.outlineDefaultInfoActive + outlineDefaultClearActive = other.outlineDefaultClearActive + outlineDefaultClearHover = other.outlineDefaultClearHover + outlineOnDarkTransparentPrimary = other.outlineOnDarkTransparentPrimary + outlineOnDarkTransparentPrimaryHover = other.outlineOnDarkTransparentPrimaryHover + outlineOnDarkTransparentPrimaryActive = other.outlineOnDarkTransparentPrimaryActive + outlineOnDarkPositive = other.outlineOnDarkPositive + outlineOnDarkPositiveHover = other.outlineOnDarkPositiveHover + outlineOnDarkPositiveActive = other.outlineOnDarkPositiveActive + outlineOnDarkWarning = other.outlineOnDarkWarning + outlineOnDarkWarningHover = other.outlineOnDarkWarningHover + outlineOnDarkWarningActive = other.outlineOnDarkWarningActive + outlineOnDarkNegative = other.outlineOnDarkNegative + outlineOnDarkNegativeHover = other.outlineOnDarkNegativeHover + outlineOnDarkNegativeActive = other.outlineOnDarkNegativeActive + outlineOnDarkInfo = other.outlineOnDarkInfo + outlineOnDarkInfoHover = other.outlineOnDarkInfoHover + outlineOnDarkInfoActive = other.outlineOnDarkInfoActive + outlineOnDarkClearActive = other.outlineOnDarkClearActive + outlineOnDarkClear = other.outlineOnDarkClear + outlineOnDarkClearHover = other.outlineOnDarkClearHover + outlineOnLightClear = other.outlineOnLightClear + outlineOnLightClearHover = other.outlineOnLightClearHover + outlineOnLightClearActive = other.outlineOnLightClearActive + outlineOnLightPositive = other.outlineOnLightPositive + outlineOnLightPositiveHover = other.outlineOnLightPositiveHover + outlineOnLightTransparentPrimary = other.outlineOnLightTransparentPrimary + outlineOnLightTransparentPrimaryHover = other.outlineOnLightTransparentPrimaryHover + outlineOnLightTransparentPrimaryActive = other.outlineOnLightTransparentPrimaryActive + outlineOnLightNegative = other.outlineOnLightNegative + outlineOnLightWarning = other.outlineOnLightWarning + outlineOnLightNegativeHover = other.outlineOnLightNegativeHover + outlineOnLightNegativeActive = other.outlineOnLightNegativeActive + outlineOnLightInfo = other.outlineOnLightInfo + outlineOnLightInfoActive = other.outlineOnLightInfoActive + outlineOnLightInfoHover = other.outlineOnLightInfoHover + outlineOnLightWarningHover = other.outlineOnLightWarningHover + outlineInverseTransparentPrimary = other.outlineInverseTransparentPrimary + outlineInverseTransparentPrimaryHover = other.outlineInverseTransparentPrimaryHover + outlineInverseTransparentPrimaryActive = other.outlineInverseTransparentPrimaryActive + outlineInverseClear = other.outlineInverseClear + outlineInverseClearHover = other.outlineInverseClearHover + outlineInverseClearActive = other.outlineInverseClearActive + outlineInverseWarningActive = other.outlineInverseWarningActive + outlineInverseNegative = other.outlineInverseNegative + outlineInverseNegativeHover = other.outlineInverseNegativeHover + outlineInverseNegativeActive = other.outlineInverseNegativeActive + outlineInverseInfo = other.outlineInverseInfo + outlineInverseInfoHover = other.outlineInverseInfoHover + outlineInverseInfoActive = other.outlineInverseInfoActive + outlineInversePositiveActive = other.outlineInversePositiveActive + outlineInversePositive = other.outlineInversePositive + outlineInversePositiveHover = other.outlineInversePositiveHover + outlineInverseWarning = other.outlineInverseWarning + outlineInverseWarningHover = other.outlineInverseWarningHover + textDefaultPrimaryHover = other.textDefaultPrimaryHover + surfaceOnDarkSolidDefault = other.surfaceOnDarkSolidDefault + surfaceOnLightAccentMinorActive = other.surfaceOnLightAccentMinorActive + surfaceInverseAccentMinorHover = other.surfaceInverseAccentMinorHover +} + +private fun MutableMap.add( + attribute: String, + defaultTokenValue: Color, + overwriteMap: Map, +) { + this[attribute] = overwriteMap[attribute] ?: defaultTokenValue +} + +/** + * Цвета [SddsSbComColors] для светлой темы + */ +@Suppress("LongMethod") +public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = {}): SddsSbComColors { + val colorOverrideScope = ColorOverrideScope() + overrideColors.invoke(colorOverrideScope) + val overwrite = colorOverrideScope.overrideMap + val initial = mutableMapOf() initial.add( - "surfaceOnDarkSolidTertiary", - LightColorTokens.SurfaceOnDarkSolidTertiary, + "outlineOnLightPrimaryHover", + LightColorTokens.OutlineOnLightPrimaryHover, overwrite, ) initial.add( - "surfaceOnDarkSolidCardHover", - LightColorTokens.SurfaceOnDarkSolidCardHover, + "outlineInverseDefaultActive", + LightColorTokens.OutlineInverseDefaultActive, overwrite, ) initial.add( - "surfaceOnDarkSolidCardActive", - LightColorTokens.SurfaceOnDarkSolidCardActive, + "personasInverseSeaBlueTextAccentActive", + LightColorTokens.PersonasInverseSeaBlueTextAccentActive, overwrite, ) - initial.add("surfaceOnDarkSolidCard", LightColorTokens.SurfaceOnDarkSolidCard, overwrite) initial.add( - "surfaceOnDarkSolidCardBrightness", - LightColorTokens.SurfaceOnDarkSolidCardBrightness, + "personasInverseVioletTextAccentActive", + LightColorTokens.PersonasInverseVioletTextAccentActive, overwrite, ) initial.add( - "surfaceOnDarkSolidDefaultHover", - LightColorTokens.SurfaceOnDarkSolidDefaultHover, + "outlineOnLightDefaultHover", + LightColorTokens.OutlineOnLightDefaultHover, overwrite, ) initial.add( - "surfaceOnDarkSolidDefaultActive", - LightColorTokens.SurfaceOnDarkSolidDefaultActive, + "outlineInversePrimaryActive", + LightColorTokens.OutlineInversePrimaryActive, overwrite, ) - initial.add("surfaceOnDarkSolidDefault", LightColorTokens.SurfaceOnDarkSolidDefault, overwrite) initial.add( - "surfaceOnDarkTransparentPrimaryHover", - LightColorTokens.SurfaceOnDarkTransparentPrimaryHover, + "outlineOnDarkDefaultActive", + LightColorTokens.OutlineOnDarkDefaultActive, overwrite, ) + initial.add("outlineOnDarkDefaultHover", LightColorTokens.OutlineOnDarkDefaultHover, overwrite) initial.add( - "surfaceOnDarkTransparentPrimaryActive", - LightColorTokens.SurfaceOnDarkTransparentPrimaryActive, + "personasDefaultGreenTextAccentHover", + LightColorTokens.PersonasDefaultGreenTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentPrimary", - LightColorTokens.SurfaceOnDarkTransparentPrimary, + "personasDefaultSeaBlueTextAccentHover", + LightColorTokens.PersonasDefaultSeaBlueTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentSecondaryHover", - LightColorTokens.SurfaceOnDarkTransparentSecondaryHover, + "surfaceInverseAccentSecondaryHover", + LightColorTokens.SurfaceInverseAccentSecondaryHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentSecondaryActive", - LightColorTokens.SurfaceOnDarkTransparentSecondaryActive, + "surfaceOnLightAccentSecondaryActive", + LightColorTokens.SurfaceOnLightAccentSecondaryActive, overwrite, ) - initial.add("surfaceDefaultWarning", LightColorTokens.SurfaceDefaultWarning, overwrite) initial.add( - "surfaceDefaultNegativeHover", - LightColorTokens.SurfaceDefaultNegativeHover, + "surfaceDefaultTransparentNaviActive", + LightColorTokens.SurfaceDefaultTransparentNaviActive, overwrite, ) initial.add( - "surfaceDefaultNegativeActive", - LightColorTokens.SurfaceDefaultNegativeActive, + "surfaceOnLightTransparentAccentMinorActive", + LightColorTokens.SurfaceOnLightTransparentAccentMinorActive, overwrite, ) - initial.add("surfaceDefaultInfoHover", LightColorTokens.SurfaceDefaultInfoHover, overwrite) - initial.add("surfaceDefaultInfoActive", LightColorTokens.SurfaceDefaultInfoActive, overwrite) initial.add( - "surfaceOnDarkTransparentCardActive", - LightColorTokens.SurfaceOnDarkTransparentCardActive, + "personasOnLightGreenTextAccentActive", + LightColorTokens.PersonasOnLightGreenTextAccentActive, overwrite, ) initial.add( - "surfaceDefaultTransparentSecondary", - LightColorTokens.SurfaceDefaultTransparentSecondary, + "outlineDefaultDefaultActive", + LightColorTokens.OutlineDefaultDefaultActive, overwrite, ) initial.add( - "surfaceDefaultTransparentAccent", - LightColorTokens.SurfaceDefaultTransparentAccent, + "outlineOnDarkPrimaryActive", + LightColorTokens.OutlineOnDarkPrimaryActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentHover", - LightColorTokens.SurfaceOnDarkTransparentAccentHover, + "personasDefaultOliveTextAccentActive", + LightColorTokens.PersonasDefaultOliveTextAccentActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentActive", - LightColorTokens.SurfaceOnDarkTransparentAccentActive, + "personasOnDarkOliveTextAccentHover", + LightColorTokens.PersonasOnDarkOliveTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkPositiveHover", - LightColorTokens.SurfaceOnDarkPositiveHover, + "personasOnLightVioletTextAccentActive", + LightColorTokens.PersonasOnLightVioletTextAccentActive, overwrite, ) initial.add( - "surfaceOnDarkPositiveActive", - LightColorTokens.SurfaceOnDarkPositiveActive, + "personasOnLightOchreTextAccentActive", + LightColorTokens.PersonasOnLightOchreTextAccentActive, overwrite, ) - initial.add("surfaceOnDarkWarningHover", LightColorTokens.SurfaceOnDarkWarningHover, overwrite) initial.add( - "surfaceOnDarkWarningActive", - LightColorTokens.SurfaceOnDarkWarningActive, + "surfaceOnDarkAccentSecondaryHover", + LightColorTokens.SurfaceOnDarkAccentSecondaryHover, overwrite, ) - initial.add("surfaceOnDarkWarning", LightColorTokens.SurfaceOnDarkWarning, overwrite) initial.add( - "surfaceOnDarkNegativeHover", - LightColorTokens.SurfaceOnDarkNegativeHover, + "personasInverseGreenTextAccentHover", + LightColorTokens.PersonasInverseGreenTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkNegativeActive", - LightColorTokens.SurfaceOnDarkNegativeActive, + "personasOnLightPinkTextAccentHover", + LightColorTokens.PersonasOnLightPinkTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentTertiaryHover", - LightColorTokens.SurfaceOnDarkTransparentTertiaryHover, + "surfaceDefaultAccentSecondaryHover", + LightColorTokens.SurfaceDefaultAccentSecondaryHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentTertiaryActive", - LightColorTokens.SurfaceOnDarkTransparentTertiaryActive, + "personasDefaultIndigoTextAccentHover", + LightColorTokens.PersonasDefaultIndigoTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentDeepHover", - LightColorTokens.SurfaceOnDarkTransparentDeepHover, + "personasOnDarkVioletTextAccentHover", + LightColorTokens.PersonasOnDarkVioletTextAccentHover, overwrite, ) + initial.add("outlineOnLightPrimary", LightColorTokens.OutlineOnLightPrimary, overwrite) + initial.add("outlineInverseDefault", LightColorTokens.OutlineInverseDefault, overwrite) initial.add( - "surfaceOnDarkTransparentDeep", - LightColorTokens.SurfaceOnDarkTransparentDeep, + "personasOnDarkBlueTextAccentHover", + LightColorTokens.PersonasOnDarkBlueTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentCardHover", - LightColorTokens.SurfaceOnDarkTransparentCardHover, + "personasOnLightIndigoTextAccentHover", + LightColorTokens.PersonasOnLightIndigoTextAccentHover, overwrite, ) initial.add( - "surfaceOnLightSolidPrimary", - LightColorTokens.SurfaceOnLightSolidPrimary, + "personasOnLightIndigoTextAccentActive", + LightColorTokens.PersonasOnLightIndigoTextAccentActive, overwrite, ) initial.add( - "surfaceOnLightSolidPrimaryBrightness", - LightColorTokens.SurfaceOnLightSolidPrimaryBrightness, + "personasOnLightSeaBlueTextAccentHover", + LightColorTokens.PersonasOnLightSeaBlueTextAccentHover, overwrite, ) initial.add( - "surfaceOnLightSolidSecondaryHover", - LightColorTokens.SurfaceOnLightSolidSecondaryHover, + "personasDefaultOchreTextAccentActive", + LightColorTokens.PersonasDefaultOchreTextAccentActive, overwrite, ) + initial.add("backgroundInverseHardline", LightColorTokens.BackgroundInverseHardline, overwrite) initial.add( - "surfaceOnLightSolidSecondaryActive", - LightColorTokens.SurfaceOnLightSolidSecondaryActive, + "surfaceOnDarkTransparentAccentMinorActive", + LightColorTokens.SurfaceOnDarkTransparentAccentMinorActive, overwrite, ) initial.add( - "surfaceOnLightSolidSecondary", - LightColorTokens.SurfaceOnLightSolidSecondary, + "personasOnDarkSeaBlueTextAccentHover", + LightColorTokens.PersonasOnDarkSeaBlueTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkAccentMinorHover", - LightColorTokens.SurfaceOnDarkAccentMinorHover, + "surfaceDefaultTransparentNavi", + LightColorTokens.SurfaceDefaultTransparentNavi, overwrite, ) initial.add( - "surfaceOnDarkAccentMinorActive", - LightColorTokens.SurfaceOnDarkAccentMinorActive, + "personasDefaultVioletTextAccentActive", + LightColorTokens.PersonasDefaultVioletTextAccentActive, overwrite, ) initial.add( - "surfaceOnLightSolidCardActive", - LightColorTokens.SurfaceOnLightSolidCardActive, + "personasDefaultBlueTextAccentHover", + LightColorTokens.PersonasDefaultBlueTextAccentHover, overwrite, ) - initial.add("surfaceOnLightSolidCard", LightColorTokens.SurfaceOnLightSolidCard, overwrite) + initial.add("outlineDefaultDefault", LightColorTokens.OutlineDefaultDefault, overwrite) initial.add( - "surfaceOnLightSolidCardBrightness", - LightColorTokens.SurfaceOnLightSolidCardBrightness, + "textDefaultPrimaryBrightnessActive", + LightColorTokens.TextDefaultPrimaryBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightSolidDefaultActive", - LightColorTokens.SurfaceOnLightSolidDefaultActive, + "surfaceDefaultSolidCardBrightnessHover", + LightColorTokens.SurfaceDefaultSolidCardBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightSolidDefault", - LightColorTokens.SurfaceOnLightSolidDefault, + "surfaceDefaultTransparentCardBrightnessHover", + LightColorTokens.SurfaceDefaultTransparentCardBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentPrimaryHover", - LightColorTokens.SurfaceOnLightTransparentPrimaryHover, + "surfaceDefaultSolidCardBrightnessActive", + LightColorTokens.SurfaceDefaultSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightTransparentPrimaryActive", - LightColorTokens.SurfaceOnLightTransparentPrimaryActive, + "surfaceDefaultSolidPrimaryBrightnessHover", + LightColorTokens.SurfaceDefaultSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentSecondaryHover", - LightColorTokens.SurfaceOnLightTransparentSecondaryHover, + "surfaceDefaultTransparentCardBrightnessActive", + LightColorTokens.SurfaceDefaultTransparentCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightTransparentSecondaryActive", - LightColorTokens.SurfaceOnLightTransparentSecondaryActive, + "surfaceOnDarkSolidPrimaryBrightnessActive", + LightColorTokens.SurfaceOnDarkSolidPrimaryBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightTransparentSecondary", - LightColorTokens.SurfaceOnLightTransparentSecondary, + "surfaceOnDarkTransparentCardBrightnessHover", + LightColorTokens.SurfaceOnDarkTransparentCardBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentTertiaryHover", - LightColorTokens.SurfaceOnLightTransparentTertiaryHover, + "surfaceOnDarkTransparentCardBrightnessActive", + LightColorTokens.SurfaceOnDarkTransparentCardBrightnessActive, overwrite, ) - initial.add("textDefaultPrimaryHover", LightColorTokens.TextDefaultPrimaryHover, overwrite) - initial.add("surfaceOnDarkInfoHover", LightColorTokens.SurfaceOnDarkInfoHover, overwrite) - initial.add("surfaceOnDarkInfoActive", LightColorTokens.SurfaceOnDarkInfoActive, overwrite) initial.add( - "surfaceOnDarkTransparentTertiary", - LightColorTokens.SurfaceOnDarkTransparentTertiary, + "surfaceOnDarkSolidCardBrightnessHover", + LightColorTokens.SurfaceOnDarkSolidCardBrightnessHover, overwrite, ) - initial.add("surfaceOnDarkInfo", LightColorTokens.SurfaceOnDarkInfo, overwrite) initial.add( - "surfaceOnLightSolidPrimaryHover", - LightColorTokens.SurfaceOnLightSolidPrimaryHover, + "surfaceOnDarkSolidCardBrightnessActive", + LightColorTokens.SurfaceOnDarkSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightSolidPrimaryActive", - LightColorTokens.SurfaceOnLightSolidPrimaryActive, + "surfaceOnLightSolidPrimaryBrightnessHover", + LightColorTokens.SurfaceOnLightSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentCardBrightness", - LightColorTokens.SurfaceOnLightTransparentCardBrightness, + "surfaceOnLightSolidPrimaryBrightnessActive", + LightColorTokens.SurfaceOnLightSolidPrimaryBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightAccentMinorActive", - LightColorTokens.SurfaceOnLightAccentMinorActive, + "personasInverseIndigoTextAccent", + LightColorTokens.PersonasInverseIndigoTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentHover", - LightColorTokens.SurfaceOnLightTransparentAccentHover, + "personasInversePinkTextAccent", + LightColorTokens.PersonasInversePinkTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentActive", - LightColorTokens.SurfaceOnLightTransparentAccentActive, + "personasDefaultOliveTextAccent", + LightColorTokens.PersonasDefaultOliveTextAccent, overwrite, ) initial.add( - "surfaceOnLightSolidTertiary", - LightColorTokens.SurfaceOnLightSolidTertiary, + "outlineOnLightPositiveActive", + LightColorTokens.OutlineOnLightPositiveActive, overwrite, ) initial.add( - "surfaceOnLightSolidCardHover", - LightColorTokens.SurfaceOnLightSolidCardHover, + "personasInverseOchreTextAccent", + LightColorTokens.PersonasInverseOchreTextAccent, overwrite, ) initial.add( - "surfaceOnLightPositiveHover", - LightColorTokens.SurfaceOnLightPositiveHover, + "personasOnDarkOliveTextAccent", + LightColorTokens.PersonasOnDarkOliveTextAccent, overwrite, ) initial.add( - "surfaceOnLightPositiveActive", - LightColorTokens.SurfaceOnLightPositiveActive, + "surfaceDefaultSolidTertiaryActive", + LightColorTokens.SurfaceDefaultSolidTertiaryActive, overwrite, ) initial.add( - "surfaceOnLightWarningHover", - LightColorTokens.SurfaceOnLightWarningHover, + "surfaceOnLightSolidTertiaryActive", + LightColorTokens.SurfaceOnLightSolidTertiaryActive, overwrite, ) initial.add( - "surfaceOnLightWarningActive", - LightColorTokens.SurfaceOnLightWarningActive, + "surfaceInverseTransparentNavi", + LightColorTokens.SurfaceInverseTransparentNavi, overwrite, ) - initial.add("surfaceOnLightWarning", LightColorTokens.SurfaceOnLightWarning, overwrite) initial.add( - "surfaceOnLightNegativeHover", - LightColorTokens.SurfaceOnLightNegativeHover, + "surfaceOnLightTransparentCardBrightnessHover", + LightColorTokens.SurfaceOnLightTransparentCardBrightnessHover, overwrite, ) - initial.add("surfaceOnLightNegative", LightColorTokens.SurfaceOnLightNegative, overwrite) - initial.add("surfaceOnLightInfoHover", LightColorTokens.SurfaceOnLightInfoHover, overwrite) - initial.add("surfaceOnLightInfoActive", LightColorTokens.SurfaceOnLightInfoActive, overwrite) + initial.add("textDefaultPrimary", LightColorTokens.TextDefaultPrimary, overwrite) initial.add( - "surfaceOnLightTransparentTertiary", - LightColorTokens.SurfaceOnLightTransparentTertiary, + "textOnDarkAccentMinorHover", + LightColorTokens.TextOnDarkAccentMinorHover, overwrite, ) initial.add( - "surfaceOnLightTransparentDeepHover", - LightColorTokens.SurfaceOnLightTransparentDeepHover, + "personasOnLightOliveTextAccent", + LightColorTokens.PersonasOnLightOliveTextAccent, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccent", - LightColorTokens.SurfaceOnDarkTransparentAccent, + "surfaceOnLightTransparentCardBrightnessActive", + LightColorTokens.SurfaceOnLightTransparentCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightTransparentDeep", - LightColorTokens.SurfaceOnLightTransparentDeep, + "surfaceOnDarkAccentMinorActive", + LightColorTokens.SurfaceOnDarkAccentMinorActive, overwrite, ) initial.add( - "surfaceOnLightTransparentCardActive", - LightColorTokens.SurfaceOnLightTransparentCardActive, + "surfaceOnLightSolidCardBrightnessHover", + LightColorTokens.SurfaceOnLightSolidCardBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentCard", - LightColorTokens.SurfaceOnLightTransparentCard, + "surfaceOnLightSolidCardBrightnessActive", + LightColorTokens.SurfaceOnLightSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceInverseSolidPrimaryBrightness", - LightColorTokens.SurfaceInverseSolidPrimaryBrightness, + "surfaceInverseSolidPrimaryBrightnessHover", + LightColorTokens.SurfaceInverseSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceInverseSolidSecondaryHover", - LightColorTokens.SurfaceInverseSolidSecondaryHover, + "surfaceInverseSolidPrimaryBrightnessActive", + LightColorTokens.SurfaceInverseSolidPrimaryBrightnessActive, overwrite, ) initial.add( - "surfaceInverseSolidSecondary", - LightColorTokens.SurfaceInverseSolidSecondary, + "surfaceInverseTransparentCardBrightnessHover", + LightColorTokens.SurfaceInverseTransparentCardBrightnessHover, overwrite, ) + initial.add("outlineDefaultPrimary", LightColorTokens.OutlineDefaultPrimary, overwrite) initial.add( - "surfaceInverseSolidTertiaryHover", - LightColorTokens.SurfaceInverseSolidTertiaryHover, + "personasOnLightOchreTextAccent", + LightColorTokens.PersonasOnLightOchreTextAccent, overwrite, ) initial.add( - "surfaceInverseSolidTertiaryActive", - LightColorTokens.SurfaceInverseSolidTertiaryActive, + "personasOnDarkIndigoTextAccent", + LightColorTokens.PersonasOnDarkIndigoTextAccent, overwrite, ) initial.add( - "surfaceInverseSolidTertiary", - LightColorTokens.SurfaceInverseSolidTertiary, + "surfaceOnDarkAccentSecondary", + LightColorTokens.SurfaceOnDarkAccentSecondary, overwrite, ) initial.add( - "surfaceInverseSolidCardHover", - LightColorTokens.SurfaceInverseSolidCardHover, + "personasInverseGreenTextAccent", + LightColorTokens.PersonasInverseGreenTextAccent, overwrite, ) initial.add( - "surfaceInverseSolidCardActive", - LightColorTokens.SurfaceInverseSolidCardActive, + "surfaceDefaultAccentSecondary", + LightColorTokens.SurfaceDefaultAccentSecondary, overwrite, ) - initial.add("surfaceInverseSolidCard", LightColorTokens.SurfaceInverseSolidCard, overwrite) + initial.add("surfaceDefaultAccentMinor", LightColorTokens.SurfaceDefaultAccentMinor, overwrite) initial.add( - "surfaceInverseSolidCardBrightness", - LightColorTokens.SurfaceInverseSolidCardBrightness, + "surfaceOnDarkSolidTertiaryActive", + LightColorTokens.SurfaceOnDarkSolidTertiaryActive, overwrite, ) + initial.add("backgroundLightSecondary", LightColorTokens.BackgroundLightSecondary, overwrite) initial.add( - "surfaceInverseSolidDefaultHover", - LightColorTokens.SurfaceInverseSolidDefaultHover, + "surfaceInverseSolidTertiary", + LightColorTokens.SurfaceInverseSolidTertiary, overwrite, ) + initial.add("surfaceOnLightAccentMinor", LightColorTokens.SurfaceOnLightAccentMinor, overwrite) initial.add( - "surfaceInverseTransparentSecondaryHover", - LightColorTokens.SurfaceInverseTransparentSecondaryHover, + "surfaceInverseTransparentCardBrightnessActive", + LightColorTokens.SurfaceInverseTransparentCardBrightnessActive, overwrite, ) initial.add( - "surfaceInverseTransparentSecondaryActive", - LightColorTokens.SurfaceInverseTransparentSecondaryActive, + "outlineOnLightWarningActive", + LightColorTokens.OutlineOnLightWarningActive, overwrite, ) initial.add( - "surfaceInverseTransparentSecondary", - LightColorTokens.SurfaceInverseTransparentSecondary, + "personasOnLightVioletTextAccent", + LightColorTokens.PersonasOnLightVioletTextAccent, overwrite, ) + initial.add("surfaceInverseAccentMinor", LightColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( - "surfaceInverseTransparentTertiaryHover", - LightColorTokens.SurfaceInverseTransparentTertiaryHover, + "surfaceInverseSolidCardBrightnessActive", + LightColorTokens.SurfaceInverseSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceInverseTransparentTertiary", - LightColorTokens.SurfaceInverseTransparentTertiary, + "surfaceOnDarkAccentMinorHover", + LightColorTokens.SurfaceOnDarkAccentMinorHover, overwrite, ) initial.add( - "surfaceInverseTransparentDeepHover", - LightColorTokens.SurfaceInverseTransparentDeepHover, + "surfaceOnLightAccentMinorHover", + LightColorTokens.SurfaceOnLightAccentMinorHover, overwrite, ) - initial.add("surfaceOnLightInfo", LightColorTokens.SurfaceOnLightInfo, overwrite) initial.add( - "surfaceOnLightTransparentPrimary", - LightColorTokens.SurfaceOnLightTransparentPrimary, + "personasOnDarkBlueTextAccent", + LightColorTokens.PersonasOnDarkBlueTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentDeepActive", - LightColorTokens.SurfaceOnLightTransparentDeepActive, + "personasOnLightIndigoTextAccent", + LightColorTokens.PersonasOnLightIndigoTextAccent, overwrite, ) - initial.add("surfaceOnLightAccentMinor", LightColorTokens.SurfaceOnLightAccentMinor, overwrite) initial.add( - "surfaceInverseSolidPrimaryActive", - LightColorTokens.SurfaceInverseSolidPrimaryActive, + "personasOnLightSeaBlueTextAccent", + LightColorTokens.PersonasOnLightSeaBlueTextAccent, overwrite, ) initial.add( - "surfaceInverseSolidPrimary", - LightColorTokens.SurfaceInverseSolidPrimary, + "personasDefaultOchreTextAccent", + LightColorTokens.PersonasDefaultOchreTextAccent, overwrite, ) initial.add( - "surfaceInverseAccentActive", - LightColorTokens.SurfaceInverseAccentActive, + "surfaceOnDarkTransparentAccentMinor", + LightColorTokens.SurfaceOnDarkTransparentAccentMinor, overwrite, ) initial.add( - "surfaceInverseAccentMinorActive", - LightColorTokens.SurfaceInverseAccentMinorActive, + "personasOnDarkVioletTextAccent", + LightColorTokens.PersonasOnDarkVioletTextAccent, overwrite, ) initial.add( - "surfaceInverseTransparentAccentHover", - LightColorTokens.SurfaceInverseTransparentAccentHover, + "surfaceOnLightTransparentNavi", + LightColorTokens.SurfaceOnLightTransparentNavi, overwrite, ) initial.add( - "surfaceInverseTransparentAccentActive", - LightColorTokens.SurfaceInverseTransparentAccentActive, + "personasOnDarkGreenTextAccentHover", + LightColorTokens.PersonasOnDarkGreenTextAccentHover, overwrite, ) initial.add( - "surfaceInverseTransparentPrimaryHover", - LightColorTokens.SurfaceInverseTransparentPrimaryHover, + "personasDefaultGreenTextAccentActive", + LightColorTokens.PersonasDefaultGreenTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentPrimaryActive", - LightColorTokens.SurfaceInverseTransparentPrimaryActive, + "personasDefaultSeaBlueTextAccentActive", + LightColorTokens.PersonasDefaultSeaBlueTextAccentActive, overwrite, ) - initial.add("surfaceInverseWarning", LightColorTokens.SurfaceInverseWarning, overwrite) initial.add( - "surfaceInverseNegativeHover", - LightColorTokens.SurfaceInverseNegativeHover, + "surfaceInverseAccentSecondaryActive", + LightColorTokens.SurfaceInverseAccentSecondaryActive, overwrite, ) initial.add( - "surfaceInverseNegativeActive", - LightColorTokens.SurfaceInverseNegativeActive, + "personasOnDarkPinkTextAccentActive", + LightColorTokens.PersonasOnDarkPinkTextAccentActive, overwrite, ) - initial.add("surfaceInverseNegative", LightColorTokens.SurfaceInverseNegative, overwrite) - initial.add("surfaceInverseInfoHover", LightColorTokens.SurfaceInverseInfoHover, overwrite) - initial.add("surfaceInverseInfoActive", LightColorTokens.SurfaceInverseInfoActive, overwrite) initial.add( - "surfaceInverseTransparentCardHover", - LightColorTokens.SurfaceInverseTransparentCardHover, + "outlineDefaultPrimaryActive", + LightColorTokens.OutlineDefaultPrimaryActive, overwrite, ) initial.add( - "outlineOnDarkTransparentPrimaryHover", - LightColorTokens.OutlineOnDarkTransparentPrimaryHover, + "personasInverseIndigoTextAccentActive", + LightColorTokens.PersonasInverseIndigoTextAccentActive, overwrite, ) - initial.add("surfaceOnLightPositive", LightColorTokens.SurfaceOnLightPositive, overwrite) initial.add( - "surfaceInverseTransparentCardActive", - LightColorTokens.SurfaceInverseTransparentCardActive, + "personasInversePinkTextAccentActive", + LightColorTokens.PersonasInversePinkTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentCardBrightness", - LightColorTokens.SurfaceInverseTransparentCardBrightness, + "personasOnDarkOliveTextAccentActive", + LightColorTokens.PersonasOnDarkOliveTextAccentActive, overwrite, ) - initial.add("surfaceInverseAccentHover", LightColorTokens.SurfaceInverseAccentHover, overwrite) - initial.add("backgroundLightPrimary", LightColorTokens.BackgroundLightPrimary, overwrite) - initial.add("backgroundInversePrimary", LightColorTokens.BackgroundInversePrimary, overwrite) initial.add( - "backgroundInversePrimaryBrightness", - LightColorTokens.BackgroundInversePrimaryBrightness, + "surfaceOnDarkAccentSecondaryActive", + LightColorTokens.SurfaceOnDarkAccentSecondaryActive, overwrite, ) initial.add( - "backgroundInverseSecondary", - LightColorTokens.BackgroundInverseSecondary, + "personasInverseGreenTextAccentActive", + LightColorTokens.PersonasInverseGreenTextAccentActive, overwrite, ) - initial.add("overlayDefaultSoft", LightColorTokens.OverlayDefaultSoft, overwrite) - initial.add("overlayDefaultHard", LightColorTokens.OverlayDefaultHard, overwrite) - initial.add("overlayOnDarkSoft", LightColorTokens.OverlayOnDarkSoft, overwrite) - initial.add("overlayOnDarkHard", LightColorTokens.OverlayOnDarkHard, overwrite) - initial.add("overlayOnLightSoft", LightColorTokens.OverlayOnLightSoft, overwrite) - initial.add("overlayOnLightHard", LightColorTokens.OverlayOnLightHard, overwrite) - initial.add("overlayInverseSoft", LightColorTokens.OverlayInverseSoft, overwrite) - initial.add("overlayInverseHard", LightColorTokens.OverlayInverseHard, overwrite) initial.add( - "outlineDefaultTransparentPrimaryHover", - LightColorTokens.OutlineDefaultTransparentPrimaryHover, + "personasOnLightPinkTextAccentActive", + LightColorTokens.PersonasOnLightPinkTextAccentActive, overwrite, ) initial.add( - "outlineDefaultTransparentPrimaryActive", - LightColorTokens.OutlineDefaultTransparentPrimaryActive, + "personasDefaultIndigoTextAccentActive", + LightColorTokens.PersonasDefaultIndigoTextAccentActive, overwrite, ) - initial.add("outlineOnLightPositive", LightColorTokens.OutlineOnLightPositive, overwrite) - initial.add("backgroundLightHardline", LightColorTokens.BackgroundLightHardline, overwrite) initial.add( - "surfaceInversePositiveActive", - LightColorTokens.SurfaceInversePositiveActive, + "personasOnDarkVioletTextAccentActive", + LightColorTokens.PersonasOnDarkVioletTextAccentActive, overwrite, ) initial.add( - "surfaceInverseWarningHover", - LightColorTokens.SurfaceInverseWarningHover, + "surfaceOnLightTransparentNaviHover", + LightColorTokens.SurfaceOnLightTransparentNaviHover, overwrite, ) initial.add( - "surfaceInverseWarningActive", - LightColorTokens.SurfaceInverseWarningActive, + "surfaceOnLightTransparentNaviActive", + LightColorTokens.SurfaceOnLightTransparentNaviActive, overwrite, ) initial.add( - "outlineDefaultNegativeHover", - LightColorTokens.OutlineDefaultNegativeHover, + "personasInverseOliveTextAccentHover", + LightColorTokens.PersonasInverseOliveTextAccentHover, overwrite, ) initial.add( - "outlineDefaultNegativeActive", - LightColorTokens.OutlineDefaultNegativeActive, + "personasDefaultOchreTextAccentHover", + LightColorTokens.PersonasDefaultOchreTextAccentHover, overwrite, ) initial.add( - "outlineDefaultTextInfoHover", - LightColorTokens.OutlineDefaultTextInfoHover, + "surfaceInverseAccentSecondary", + LightColorTokens.SurfaceInverseAccentSecondary, overwrite, ) + initial.add("backgroundLightHardline", LightColorTokens.BackgroundLightHardline, overwrite) initial.add( - "outlineDefaultTextInfoActive", - LightColorTokens.OutlineDefaultTextInfoActive, + "personasOnDarkSeaBlueTextAccentActive", + LightColorTokens.PersonasOnDarkSeaBlueTextAccentActive, overwrite, ) - initial.add("outlineDefaultWarning", LightColorTokens.OutlineDefaultWarning, overwrite) initial.add( - "surfaceInverseTransparentPrimary", - LightColorTokens.SurfaceInverseTransparentPrimary, + "surfaceOnLightTransparentAccentMinor", + LightColorTokens.SurfaceOnLightTransparentAccentMinor, overwrite, ) - initial.add("surfaceInverseAccent", LightColorTokens.SurfaceInverseAccent, overwrite) - initial.add("backgroundDefaultPrimary", LightColorTokens.BackgroundDefaultPrimary, overwrite) - initial.add("backgroundDarkSecondary", LightColorTokens.BackgroundDarkSecondary, overwrite) initial.add( - "outlineOnDarkPositiveHover", - LightColorTokens.OutlineOnDarkPositiveHover, + "personasOnLightGreenTextAccent", + LightColorTokens.PersonasOnLightGreenTextAccent, overwrite, ) initial.add( - "outlineOnDarkPositiveActive", - LightColorTokens.OutlineOnDarkPositiveActive, + "outlineOnLightPrimaryActive", + LightColorTokens.OutlineOnLightPrimaryActive, overwrite, ) - initial.add("outlineOnDarkWarningHover", LightColorTokens.OutlineOnDarkWarningHover, overwrite) initial.add( - "outlineOnDarkWarningActive", - LightColorTokens.OutlineOnDarkWarningActive, + "personasInverseBlueTextAccentActive", + LightColorTokens.PersonasInverseBlueTextAccentActive, overwrite, ) initial.add( - "outlineOnDarkNegativeHover", - LightColorTokens.OutlineOnDarkNegativeHover, + "surfaceInverseTransparentAccentMinorActive", + LightColorTokens.SurfaceInverseTransparentAccentMinorActive, overwrite, ) initial.add( - "outlineOnDarkNegativeActive", - LightColorTokens.OutlineOnDarkNegativeActive, + "textDefaultPrimaryBrightnessHover", + LightColorTokens.TextDefaultPrimaryBrightnessHover, overwrite, ) initial.add( - "outlineOnDarkTextInfoHover", - LightColorTokens.OutlineOnDarkTextInfoHover, + "textOnDarkPrimaryBrightnessHover", + LightColorTokens.TextOnDarkPrimaryBrightnessHover, overwrite, ) initial.add( - "outlineOnDarkTextInfoActive", - LightColorTokens.OutlineOnDarkTextInfoActive, + "personasOnDarkSeaBlueTextAccent", + LightColorTokens.PersonasOnDarkSeaBlueTextAccent, overwrite, ) initial.add( - "outlineInverseWarningHover", - LightColorTokens.OutlineInverseWarningHover, + "personasOnLightBlueTextAccentActive", + LightColorTokens.PersonasOnLightBlueTextAccentActive, overwrite, ) - initial.add("outlineOnDarkWarning", LightColorTokens.OutlineOnDarkWarning, overwrite) - initial.add("outlineOnDarkNegative", LightColorTokens.OutlineOnDarkNegative, overwrite) - initial.add("outlineOnDarkTextInfo", LightColorTokens.OutlineOnDarkTextInfo, overwrite) - initial.add("outlineOnDarkPositive", LightColorTokens.OutlineOnDarkPositive, overwrite) initial.add( - "outlineInverseWarningActive", - LightColorTokens.OutlineInverseWarningActive, + "outlineOnLightDefaultActive", + LightColorTokens.OutlineOnLightDefaultActive, overwrite, ) + initial.add("textOnLightWarningActive", LightColorTokens.TextOnLightWarningActive, overwrite) initial.add( - "outlineOnLightTransparentPrimaryHover", - LightColorTokens.OutlineOnLightTransparentPrimaryHover, + "surfaceDefaultTransparentNaviHover", + LightColorTokens.SurfaceDefaultTransparentNaviHover, overwrite, ) initial.add( - "outlineOnLightTransparentPrimaryActive", - LightColorTokens.OutlineOnLightTransparentPrimaryActive, + "surfaceOnLightTransparentAccentMinorHover", + LightColorTokens.SurfaceOnLightTransparentAccentMinorHover, overwrite, ) - initial.add("backgroundDarkHardline", LightColorTokens.BackgroundDarkHardline, overwrite) initial.add( - "outlineDefaultWarningHover", - LightColorTokens.OutlineDefaultWarningHover, + "personasOnLightGreenTextAccentHover", + LightColorTokens.PersonasOnLightGreenTextAccentHover, overwrite, ) initial.add( - "outlineDefaultWarningActive", - LightColorTokens.OutlineDefaultWarningActive, + "outlineDefaultDefaultHover", + LightColorTokens.OutlineDefaultDefaultHover, overwrite, ) - initial.add("outlineOnLightTextInfo", LightColorTokens.OutlineOnLightTextInfo, overwrite) + initial.add("outlineOnDarkPrimaryHover", LightColorTokens.OutlineOnDarkPrimaryHover, overwrite) initial.add( - "outlineInverseTransparentPrimaryHover", - LightColorTokens.OutlineInverseTransparentPrimaryHover, + "personasOnDarkPinkTextAccentHover", + LightColorTokens.PersonasOnDarkPinkTextAccentHover, overwrite, ) initial.add( - "outlineInverseTransparentPrimaryActive", - LightColorTokens.OutlineInverseTransparentPrimaryActive, + "outlineDefaultPrimaryHover", + LightColorTokens.OutlineDefaultPrimaryHover, overwrite, ) initial.add( - "outlineInversePositiveHover", - LightColorTokens.OutlineInversePositiveHover, + "personasInverseIndigoTextAccentHover", + LightColorTokens.PersonasInverseIndigoTextAccentHover, overwrite, ) initial.add( - "outlineInversePositiveActive", - LightColorTokens.OutlineInversePositiveActive, + "personasInversePinkTextAccentHover", + LightColorTokens.PersonasInversePinkTextAccentHover, overwrite, ) initial.add( - "outlineInverseNegativeHover", - LightColorTokens.OutlineInverseNegativeHover, + "personasDefaultOliveTextAccentHover", + LightColorTokens.PersonasDefaultOliveTextAccentHover, overwrite, ) initial.add( - "outlineInverseNegativeActive", - LightColorTokens.OutlineInverseNegativeActive, + "personasInverseOchreTextAccentHover", + LightColorTokens.PersonasInverseOchreTextAccentHover, overwrite, ) initial.add( - "outlineInverseTextInfoHover", - LightColorTokens.OutlineInverseTextInfoHover, + "surfaceInverseTransparentNaviHover", + LightColorTokens.SurfaceInverseTransparentNaviHover, overwrite, ) initial.add( - "outlineInverseTextInfoActive", - LightColorTokens.OutlineInverseTextInfoActive, + "personasOnLightOliveTextAccentHover", + LightColorTokens.PersonasOnLightOliveTextAccentHover, overwrite, ) - initial.add("outlineInverseNegative", LightColorTokens.OutlineInverseNegative, overwrite) - initial.add("outlineInverseWarning", LightColorTokens.OutlineInverseWarning, overwrite) - initial.add("outlineInverseTextInfo", LightColorTokens.OutlineInverseTextInfo, overwrite) initial.add( - "outlineInverseTransparentPrimary", - LightColorTokens.OutlineInverseTransparentPrimary, + "personasOnLightVioletTextAccentHover", + LightColorTokens.PersonasOnLightVioletTextAccentHover, overwrite, ) - initial.add("outlineInversePositive", LightColorTokens.OutlineInversePositive, overwrite) - initial.add("dataDefaultYellow", LightColorTokens.DataDefaultYellow, overwrite) - initial.add("dataDefaultYellowHover", LightColorTokens.DataDefaultYellowHover, overwrite) - initial.add("dataDefaultYellowActive", LightColorTokens.DataDefaultYellowActive, overwrite) - initial.add("dataDefaultYellowMinor", LightColorTokens.DataDefaultYellowMinor, overwrite) initial.add( - "dataDefaultYellowMinorHover", - LightColorTokens.DataDefaultYellowMinorHover, + "personasOnLightOchreTextAccentHover", + LightColorTokens.PersonasOnLightOchreTextAccentHover, overwrite, ) initial.add( - "dataDefaultYellowMinorActive", - LightColorTokens.DataDefaultYellowMinorActive, + "personasOnDarkIndigoTextAccentHover", + LightColorTokens.PersonasOnDarkIndigoTextAccentHover, overwrite, ) initial.add( - "dataDefaultYellowTransparent", - LightColorTokens.DataDefaultYellowTransparent, + "personasOnDarkOchreTextAccent", + LightColorTokens.PersonasOnDarkOchreTextAccent, overwrite, ) initial.add( - "outlineOnLightNegativeHover", - LightColorTokens.OutlineOnLightNegativeHover, + "personasOnDarkGreenTextAccentActive", + LightColorTokens.PersonasOnDarkGreenTextAccentActive, overwrite, ) initial.add( - "outlineOnLightWarningActive", - LightColorTokens.OutlineOnLightWarningActive, + "personasOnDarkOchreTextAccentActive", + LightColorTokens.PersonasOnDarkOchreTextAccentActive, overwrite, ) initial.add( - "outlineOnLightTextInfoHover", - LightColorTokens.OutlineOnLightTextInfoHover, + "surfaceDefaultTransparentAccentMinorActive", + LightColorTokens.SurfaceDefaultTransparentAccentMinorActive, overwrite, ) - initial.add("outlineDefaultTextInfo", LightColorTokens.OutlineDefaultTextInfo, overwrite) initial.add( - "outlineDefaultTransparentPrimary", - LightColorTokens.OutlineDefaultTransparentPrimary, + "outlineInverseDefaultHover", + LightColorTokens.OutlineInverseDefaultHover, overwrite, ) - initial.add("dataOnLightYellowActive", LightColorTokens.DataOnLightYellowActive, overwrite) - initial.add("dataOnLightYellowMinor", LightColorTokens.DataOnLightYellowMinor, overwrite) initial.add( - "dataOnLightYellowMinorHover", - LightColorTokens.DataOnLightYellowMinorHover, + "personasDefaultVioletTextAccent", + LightColorTokens.PersonasDefaultVioletTextAccent, overwrite, ) initial.add( - "dataOnLightYellowTransparentHover", - LightColorTokens.DataOnLightYellowTransparentHover, + "outlineInversePrimaryHover", + LightColorTokens.OutlineInversePrimaryHover, overwrite, ) initial.add( - "dataOnLightYellowTransparentActive", - LightColorTokens.DataOnLightYellowTransparentActive, + "personasInverseSeaBlueTextAccentHover", + LightColorTokens.PersonasInverseSeaBlueTextAccentHover, overwrite, ) - initial.add("dataInverseYellow", LightColorTokens.DataInverseYellow, overwrite) - initial.add("dataInverseYellowHover", LightColorTokens.DataInverseYellowHover, overwrite) - initial.add("dataInverseYellowActive", LightColorTokens.DataInverseYellowActive, overwrite) - initial.add("dataInverseYellowMinor", LightColorTokens.DataInverseYellowMinor, overwrite) initial.add( - "dataInverseYellowMinorHover", - LightColorTokens.DataInverseYellowMinorHover, + "personasInverseBlueTextAccentHover", + LightColorTokens.PersonasInverseBlueTextAccentHover, overwrite, ) initial.add( - "dataInverseYellowMinorActive", - LightColorTokens.DataInverseYellowMinorActive, + "personasInverseVioletTextAccentHover", + LightColorTokens.PersonasInverseVioletTextAccentHover, overwrite, ) initial.add( - "dataInverseYellowTransparent", - LightColorTokens.DataInverseYellowTransparent, + "surfaceInverseTransparentAccentMinorHover", + LightColorTokens.SurfaceInverseTransparentAccentMinorHover, overwrite, ) initial.add( - "dataInverseYellowTransparentHover", - LightColorTokens.DataInverseYellowTransparentHover, + "personasOnLightBlueTextAccentHover", + LightColorTokens.PersonasOnLightBlueTextAccentHover, overwrite, ) initial.add( - "dataInverseYellowTransparentActive", - LightColorTokens.DataInverseYellowTransparentActive, + "surfaceOnDarkTransparentNaviHover", + LightColorTokens.SurfaceOnDarkTransparentNaviHover, overwrite, ) initial.add( - "dataOnDarkYellowTransparent", - LightColorTokens.DataOnDarkYellowTransparent, + "surfaceOnLightAccentSecondaryHover", + LightColorTokens.SurfaceOnLightAccentSecondaryHover, overwrite, ) initial.add( - "dataDefaultYellowTransparentActive", - LightColorTokens.DataDefaultYellowTransparentActive, + "personasDefaultBlueTextAccent", + LightColorTokens.PersonasDefaultBlueTextAccent, overwrite, ) - initial.add("dataOnDarkYellow", LightColorTokens.DataOnDarkYellow, overwrite) - initial.add("dataOnDarkYellowHover", LightColorTokens.DataOnDarkYellowHover, overwrite) - initial.add("dataOnDarkYellowActive", LightColorTokens.DataOnDarkYellowActive, overwrite) - initial.add("surfaceInversePositive", LightColorTokens.SurfaceInversePositive, overwrite) - initial.add("outlineDefaultPositive", LightColorTokens.OutlineDefaultPositive, overwrite) - initial.add("dataOnDarkYellowMinor", LightColorTokens.DataOnDarkYellowMinor, overwrite) initial.add( - "dataOnDarkYellowMinorActive", - LightColorTokens.DataOnDarkYellowMinorActive, + "personasDefaultSeaBlueTextAccent", + LightColorTokens.PersonasDefaultSeaBlueTextAccent, overwrite, ) initial.add( - "dataOnDarkYellowTransparentHover", - LightColorTokens.DataOnDarkYellowTransparentHover, + "personasDefaultVioletTextAccentHover", + LightColorTokens.PersonasDefaultVioletTextAccentHover, overwrite, ) - initial.add("dataOnLightYellow", LightColorTokens.DataOnLightYellow, overwrite) - initial.add("dataOnLightYellowHover", LightColorTokens.DataOnLightYellowHover, overwrite) + initial.add("backgroundDefaultHardline", LightColorTokens.BackgroundDefaultHardline, overwrite) initial.add( - "outlineDefaultTransparentClearHover", - LightColorTokens.OutlineDefaultTransparentClearHover, + "textOnLightPrimaryBrightnessHover", + LightColorTokens.TextOnLightPrimaryBrightnessHover, overwrite, ) initial.add( - "outlineDefaultTransparentClearActive", - LightColorTokens.OutlineDefaultTransparentClearActive, + "textInversePrimaryBrightnessHover", + LightColorTokens.TextInversePrimaryBrightnessHover, overwrite, ) - initial.add("outlineInverseDefault", LightColorTokens.OutlineInverseDefault, overwrite) initial.add( - "outlineInverseDefaultHover", - LightColorTokens.OutlineInverseDefaultHover, + "surfaceDefaultSolidPrimaryBrightnessActive", + LightColorTokens.SurfaceDefaultSolidPrimaryBrightnessActive, overwrite, ) initial.add( - "outlineInverseDefaultActive", - LightColorTokens.OutlineInverseDefaultActive, + "surfaceOnDarkSolidPrimaryBrightnessHover", + LightColorTokens.SurfaceOnDarkSolidPrimaryBrightnessHover, overwrite, ) - initial.add("outlineOnDarkMinorActive", LightColorTokens.OutlineOnDarkMinorActive, overwrite) - initial.add("outlineOnLightDefault", LightColorTokens.OutlineOnLightDefault, overwrite) initial.add( - "outlineOnLightDefaultHover", - LightColorTokens.OutlineOnLightDefaultHover, + "surfaceInverseSolidCardBrightnessHover", + LightColorTokens.SurfaceInverseSolidCardBrightnessHover, overwrite, ) - initial.add("outlineOnDarkDefaultHover", LightColorTokens.OutlineOnDarkDefaultHover, overwrite) initial.add( - "personaDefaultBlueTextAccent", - LightColorTokens.PersonaDefaultBlueTextAccent, + "personasInverseBlueTextAccent", + LightColorTokens.PersonasInverseBlueTextAccent, overwrite, ) initial.add( - "personaDefaultBlueTextAccentHover", - LightColorTokens.PersonaDefaultBlueTextAccentHover, + "personasDefaultBlueTextAccentActive", + LightColorTokens.PersonasDefaultBlueTextAccentActive, overwrite, ) initial.add( - "personaDefaultBlueTextAccentActive", - LightColorTokens.PersonaDefaultBlueTextAccentActive, + "surfaceDefaultAccentSecondaryActive", + LightColorTokens.SurfaceDefaultAccentSecondaryActive, overwrite, ) initial.add( - "personaDefaultGreenTextAccent", - LightColorTokens.PersonaDefaultGreenTextAccent, + "surfaceDefaultTransparentAccentMinor", + LightColorTokens.SurfaceDefaultTransparentAccentMinor, overwrite, ) initial.add( - "personaDefaultGreenTextAccentHover", - LightColorTokens.PersonaDefaultGreenTextAccentHover, + "personasInverseSeaBlueTextAccent", + LightColorTokens.PersonasInverseSeaBlueTextAccent, overwrite, ) initial.add( - "personaDefaultGreenTextAccentActive", - LightColorTokens.PersonaDefaultGreenTextAccentActive, + "personasOnDarkPinkTextAccent", + LightColorTokens.PersonasOnDarkPinkTextAccent, overwrite, ) - initial.add("outlineDefaultDefault", LightColorTokens.OutlineDefaultDefault, overwrite) initial.add( - "outlineDefaultDefaultHover", - LightColorTokens.OutlineDefaultDefaultHover, + "personasDefaultPinkTextAccent", + LightColorTokens.PersonasDefaultPinkTextAccent, overwrite, ) initial.add( - "outlineDefaultDefaultActive", - LightColorTokens.OutlineDefaultDefaultActive, + "personasInverseVioletTextAccent", + LightColorTokens.PersonasInverseVioletTextAccent, overwrite, ) - initial.add("outlineDefaultMinor", LightColorTokens.OutlineDefaultMinor, overwrite) - initial.add("outlineDefaultMinorHover", LightColorTokens.OutlineDefaultMinorHover, overwrite) - initial.add("outlineDefaultMinorActive", LightColorTokens.OutlineDefaultMinorActive, overwrite) - initial.add("outlineOnDarkDefault", LightColorTokens.OutlineOnDarkDefault, overwrite) initial.add( - "outlineOnDarkDefaultActive", - LightColorTokens.OutlineOnDarkDefaultActive, + "surfaceInverseTransparentAccentMinor", + LightColorTokens.SurfaceInverseTransparentAccentMinor, overwrite, ) - initial.add("outlineOnDarkMinor", LightColorTokens.OutlineOnDarkMinor, overwrite) - initial.add("outlineOnDarkMinorHover", LightColorTokens.OutlineOnDarkMinorHover, overwrite) initial.add( - "personaDefaultOchreTextAccent", - LightColorTokens.PersonaDefaultOchreTextAccent, + "personasOnLightBlueTextAccent", + LightColorTokens.PersonasOnLightBlueTextAccent, overwrite, ) initial.add( - "personaDefaultOchreTextAccentHover", - LightColorTokens.PersonaDefaultOchreTextAccentHover, + "surfaceOnDarkTransparentNavi", + LightColorTokens.SurfaceOnDarkTransparentNavi, overwrite, ) + initial.add("outlineInversePrimary", LightColorTokens.OutlineInversePrimary, overwrite) initial.add( - "personaDefaultOchreTextAccentActive", - LightColorTokens.PersonaDefaultOchreTextAccentActive, + "personasInverseOliveTextAccentActive", + LightColorTokens.PersonasInverseOliveTextAccentActive, overwrite, ) + initial.add("outlineOnDarkDefault", LightColorTokens.OutlineOnDarkDefault, overwrite) initial.add( - "personaDefaultOliveTextAccent", - LightColorTokens.PersonaDefaultOliveTextAccent, + "personasDefaultGreenTextAccent", + LightColorTokens.PersonasDefaultGreenTextAccent, overwrite, ) + initial.add("backgroundDarkHardline", LightColorTokens.BackgroundDarkHardline, overwrite) + initial.add("outlineOnDarkPrimary", LightColorTokens.OutlineOnDarkPrimary, overwrite) initial.add( - "personaDefaultOliveTextAccentHover", - LightColorTokens.PersonaDefaultOliveTextAccentHover, + "textOnDarkPrimaryBrightnessActive", + LightColorTokens.TextOnDarkPrimaryBrightnessActive, overwrite, ) initial.add( - "personaDefaultOliveTextAccentActive", - LightColorTokens.PersonaDefaultOliveTextAccentActive, + "textOnLightPrimaryBrightnessActive", + LightColorTokens.TextOnLightPrimaryBrightnessActive, overwrite, ) initial.add( - "outlineOnLightDefaultActive", - LightColorTokens.OutlineOnLightDefaultActive, + "textInversePrimaryBrightnessActive", + LightColorTokens.TextInversePrimaryBrightnessActive, overwrite, ) - initial.add("outlineOnLightMinor", LightColorTokens.OutlineOnLightMinor, overwrite) - initial.add("outlineOnLightMinorHover", LightColorTokens.OutlineOnLightMinorHover, overwrite) initial.add( - "personaDefaultSeaBlueTextAccent", - LightColorTokens.PersonaDefaultSeaBlueTextAccent, + "personasDefaultIndigoTextAccent", + LightColorTokens.PersonasDefaultIndigoTextAccent, overwrite, ) initial.add( - "personaDefaultSeaBlueTextAccentHover", - LightColorTokens.PersonaDefaultSeaBlueTextAccentHover, + "personasOnDarkOchreTextAccentHover", + LightColorTokens.PersonasOnDarkOchreTextAccentHover, overwrite, ) initial.add( - "personaDefaultVioletTextAccent", - LightColorTokens.PersonaDefaultVioletTextAccent, + "personasOnDarkIndigoTextAccentActive", + LightColorTokens.PersonasOnDarkIndigoTextAccentActive, overwrite, ) initial.add( - "personaDefaultVioletTextAccentHover", - LightColorTokens.PersonaDefaultVioletTextAccentHover, + "personasDefaultPinkTextAccentHover", + LightColorTokens.PersonasDefaultPinkTextAccentHover, overwrite, ) initial.add( - "personaDefaultVioletTextAccentActive", - LightColorTokens.PersonaDefaultVioletTextAccentActive, + "personasOnDarkGreenTextAccent", + LightColorTokens.PersonasOnDarkGreenTextAccent, overwrite, ) initial.add( - "personaInverseBlueTextAccent", - LightColorTokens.PersonaInverseBlueTextAccent, + "surfaceDefaultTransparentAccentMinorHover", + LightColorTokens.SurfaceDefaultTransparentAccentMinorHover, overwrite, ) initial.add( - "personaInverseBlueTextAccentHover", - LightColorTokens.PersonaInverseBlueTextAccentHover, + "surfaceOnDarkTransparentNaviActive", + LightColorTokens.SurfaceOnDarkTransparentNaviActive, overwrite, ) initial.add( - "personaInverseBlueTextAccentActive", - LightColorTokens.PersonaInverseBlueTextAccentActive, + "personasInverseOchreTextAccentActive", + LightColorTokens.PersonasInverseOchreTextAccentActive, overwrite, ) initial.add( - "personaInverseGreenTextAccent", - LightColorTokens.PersonaInverseGreenTextAccent, + "surfaceInverseTransparentNaviActive", + LightColorTokens.SurfaceInverseTransparentNaviActive, overwrite, ) initial.add( - "personaInverseGreenTextAccentHover", - LightColorTokens.PersonaInverseGreenTextAccentHover, + "personasOnLightOliveTextAccentActive", + LightColorTokens.PersonasOnLightOliveTextAccentActive, overwrite, ) initial.add( - "personaInverseGreenTextAccentActive", - LightColorTokens.PersonaInverseGreenTextAccentActive, + "personasDefaultPinkTextAccentActive", + LightColorTokens.PersonasDefaultPinkTextAccentActive, overwrite, ) initial.add( - "personaInverseIndigoTextAccent", - LightColorTokens.PersonaInverseIndigoTextAccent, + "personasOnDarkBlueTextAccentActive", + LightColorTokens.PersonasOnDarkBlueTextAccentActive, overwrite, ) initial.add( - "personaInverseIndigoTextAccentHover", - LightColorTokens.PersonaInverseIndigoTextAccentHover, + "personasOnLightSeaBlueTextAccentActive", + LightColorTokens.PersonasOnLightSeaBlueTextAccentActive, overwrite, ) + initial.add("outlineOnLightDefault", LightColorTokens.OutlineOnLightDefault, overwrite) initial.add( - "personaDefaultIndigoTextAccentHover", - LightColorTokens.PersonaDefaultIndigoTextAccentHover, + "surfaceOnDarkTransparentAccentMinorHover", + LightColorTokens.SurfaceOnDarkTransparentAccentMinorHover, overwrite, ) initial.add( - "personaDefaultIndigoTextAccentActive", - LightColorTokens.PersonaDefaultIndigoTextAccentActive, + "surfaceOnLightAccentSecondary", + LightColorTokens.SurfaceOnLightAccentSecondary, overwrite, ) initial.add( - "personaDefaultPinkTextAccentActive", - LightColorTokens.PersonaDefaultPinkTextAccentActive, + "personasOnLightPinkTextAccent", + LightColorTokens.PersonasOnLightPinkTextAccent, overwrite, ) initial.add( - "personaInverseOliveTextAccent", - LightColorTokens.PersonaInverseOliveTextAccent, + "personasInverseOliveTextAccent", + LightColorTokens.PersonasInverseOliveTextAccent, overwrite, ) initial.add( - "personaInverseOliveTextAccentActive", - LightColorTokens.PersonaInverseOliveTextAccentActive, + "textDefaultParagraphActive", + LightColorTokens.TextDefaultParagraphActive, overwrite, ) + initial.add("textDefaultAccent", LightColorTokens.TextDefaultAccent, overwrite) + initial.add("textDefaultAccentHover", LightColorTokens.TextDefaultAccentHover, overwrite) + initial.add("textDefaultAccentActive", LightColorTokens.TextDefaultAccentActive, overwrite) + initial.add("textDefaultAccentMinor", LightColorTokens.TextDefaultAccentMinor, overwrite) initial.add( - "personaInversePinkTextAccent", - LightColorTokens.PersonaInversePinkTextAccent, + "textDefaultAccentMinorHover", + LightColorTokens.TextDefaultAccentMinorHover, overwrite, ) initial.add( - "personaInversePinkTextAccentHover", - LightColorTokens.PersonaInversePinkTextAccentHover, + "textDefaultAccentMinorActive", + LightColorTokens.TextDefaultAccentMinorActive, overwrite, ) + initial.add("textDefaultPositive", LightColorTokens.TextDefaultPositive, overwrite) + initial.add("textDefaultPositiveHover", LightColorTokens.TextDefaultPositiveHover, overwrite) + initial.add("textDefaultPositiveActive", LightColorTokens.TextDefaultPositiveActive, overwrite) + initial.add("textDefaultWarning", LightColorTokens.TextDefaultWarning, overwrite) + initial.add("textDefaultWarningHover", LightColorTokens.TextDefaultWarningHover, overwrite) + initial.add("textDefaultWarningActive", LightColorTokens.TextDefaultWarningActive, overwrite) + initial.add("textDefaultNegative", LightColorTokens.TextDefaultNegative, overwrite) + initial.add("textDefaultNegativeHover", LightColorTokens.TextDefaultNegativeHover, overwrite) + initial.add("textDefaultNegativeActive", LightColorTokens.TextDefaultNegativeActive, overwrite) + initial.add("textDefaultInfo", LightColorTokens.TextDefaultInfo, overwrite) + initial.add("textDefaultInfoHover", LightColorTokens.TextDefaultInfoHover, overwrite) + initial.add("textDefaultInfoActive", LightColorTokens.TextDefaultInfoActive, overwrite) + initial.add("textDefaultSecondaryHover", LightColorTokens.TextDefaultSecondaryHover, overwrite) + initial.add("textDefaultSecondary", LightColorTokens.TextDefaultSecondary, overwrite) + initial.add("textDefaultPrimaryActive", LightColorTokens.TextDefaultPrimaryActive, overwrite) initial.add( - "personaInversePinkTextAccentActive", - LightColorTokens.PersonaInversePinkTextAccentActive, + "textDefaultSecondaryActive", + LightColorTokens.TextDefaultSecondaryActive, overwrite, ) + initial.add("textDefaultTertiary", LightColorTokens.TextDefaultTertiary, overwrite) + initial.add("textDefaultTertiaryHover", LightColorTokens.TextDefaultTertiaryHover, overwrite) + initial.add("textDefaultTertiaryActive", LightColorTokens.TextDefaultTertiaryActive, overwrite) initial.add( - "personaInverseSeaBlueTextAccent", - LightColorTokens.PersonaInverseSeaBlueTextAccent, + "textDefaultPrimaryBrightness", + LightColorTokens.TextDefaultPrimaryBrightness, overwrite, ) + initial.add("textDefaultParagraph", LightColorTokens.TextDefaultParagraph, overwrite) + initial.add("textDefaultParagraphHover", LightColorTokens.TextDefaultParagraphHover, overwrite) + initial.add("textOnDarkParagraphActive", LightColorTokens.TextOnDarkParagraphActive, overwrite) + initial.add("textOnDarkAccent", LightColorTokens.TextOnDarkAccent, overwrite) + initial.add("textOnDarkAccentHover", LightColorTokens.TextOnDarkAccentHover, overwrite) + initial.add("textOnDarkAccentActive", LightColorTokens.TextOnDarkAccentActive, overwrite) + initial.add("textOnDarkAccentMinor", LightColorTokens.TextOnDarkAccentMinor, overwrite) initial.add( - "personaInverseSeaBlueTextAccentHover", - LightColorTokens.PersonaInverseSeaBlueTextAccentHover, + "textOnDarkAccentMinorActive", + LightColorTokens.TextOnDarkAccentMinorActive, overwrite, ) + initial.add("textOnDarkPositive", LightColorTokens.TextOnDarkPositive, overwrite) + initial.add("textOnDarkPositiveHover", LightColorTokens.TextOnDarkPositiveHover, overwrite) + initial.add("textOnDarkPositiveActive", LightColorTokens.TextOnDarkPositiveActive, overwrite) + initial.add("textOnDarkWarning", LightColorTokens.TextOnDarkWarning, overwrite) + initial.add("textOnDarkWarningHover", LightColorTokens.TextOnDarkWarningHover, overwrite) + initial.add("textOnDarkWarningActive", LightColorTokens.TextOnDarkWarningActive, overwrite) + initial.add("textOnDarkNegative", LightColorTokens.TextOnDarkNegative, overwrite) + initial.add("textOnDarkNegativeHover", LightColorTokens.TextOnDarkNegativeHover, overwrite) + initial.add("textOnDarkNegativeActive", LightColorTokens.TextOnDarkNegativeActive, overwrite) + initial.add("textOnDarkInfo", LightColorTokens.TextOnDarkInfo, overwrite) + initial.add("textOnDarkInfoHover", LightColorTokens.TextOnDarkInfoHover, overwrite) + initial.add("textOnDarkInfoActive", LightColorTokens.TextOnDarkInfoActive, overwrite) + initial.add("textOnDarkPrimaryActive", LightColorTokens.TextOnDarkPrimaryActive, overwrite) + initial.add("textOnDarkTertiaryActive", LightColorTokens.TextOnDarkTertiaryActive, overwrite) + initial.add("textOnDarkPrimary", LightColorTokens.TextOnDarkPrimary, overwrite) initial.add( - "personaInverseSeaBlueTextAccentActive", - LightColorTokens.PersonaInverseSeaBlueTextAccentActive, + "textOnDarkPrimaryBrightness", + LightColorTokens.TextOnDarkPrimaryBrightness, overwrite, ) + initial.add("textOnDarkSecondary", LightColorTokens.TextOnDarkSecondary, overwrite) + initial.add("textOnDarkSecondaryHover", LightColorTokens.TextOnDarkSecondaryHover, overwrite) + initial.add("textOnDarkTertiary", LightColorTokens.TextOnDarkTertiary, overwrite) + initial.add("textOnDarkTertiaryHover", LightColorTokens.TextOnDarkTertiaryHover, overwrite) + initial.add("textOnDarkSecondaryActive", LightColorTokens.TextOnDarkSecondaryActive, overwrite) + initial.add("textOnDarkPrimaryHover", LightColorTokens.TextOnDarkPrimaryHover, overwrite) + initial.add("textOnDarkParagraph", LightColorTokens.TextOnDarkParagraph, overwrite) + initial.add("textOnDarkParagraphHover", LightColorTokens.TextOnDarkParagraphHover, overwrite) initial.add( - "personaInverseVioletTextAccent", - LightColorTokens.PersonaInverseVioletTextAccent, + "textOnLightPrimaryBrightness", + LightColorTokens.TextOnLightPrimaryBrightness, overwrite, ) + initial.add("textOnLightSecondary", LightColorTokens.TextOnLightSecondary, overwrite) + initial.add("textOnLightSecondaryHover", LightColorTokens.TextOnLightSecondaryHover, overwrite) initial.add( - "personaInverseVioletTextAccentHover", - LightColorTokens.PersonaInverseVioletTextAccentHover, + "textOnLightSecondaryActive", + LightColorTokens.TextOnLightSecondaryActive, overwrite, ) + initial.add("textOnLightTertiary", LightColorTokens.TextOnLightTertiary, overwrite) + initial.add("textOnLightTertiaryHover", LightColorTokens.TextOnLightTertiaryHover, overwrite) + initial.add("textOnLightTertiaryActive", LightColorTokens.TextOnLightTertiaryActive, overwrite) + initial.add("textOnLightParagraph", LightColorTokens.TextOnLightParagraph, overwrite) + initial.add("textOnLightParagraphHover", LightColorTokens.TextOnLightParagraphHover, overwrite) initial.add( - "personaInverseVioletTextAccentActive", - LightColorTokens.PersonaInverseVioletTextAccentActive, + "textOnLightParagraphActive", + LightColorTokens.TextOnLightParagraphActive, overwrite, ) + initial.add("textOnLightAccent", LightColorTokens.TextOnLightAccent, overwrite) + initial.add("textOnLightAccentHover", LightColorTokens.TextOnLightAccentHover, overwrite) + initial.add("textOnLightAccentActive", LightColorTokens.TextOnLightAccentActive, overwrite) + initial.add("textOnLightAccentMinor", LightColorTokens.TextOnLightAccentMinor, overwrite) initial.add( - "personaOnDarkBlueTextAccent", - LightColorTokens.PersonaOnDarkBlueTextAccent, + "textOnLightAccentMinorHover", + LightColorTokens.TextOnLightAccentMinorHover, overwrite, ) initial.add( - "personaOnDarkBlueTextAccentHover", - LightColorTokens.PersonaOnDarkBlueTextAccentHover, + "textOnLightAccentMinorActive", + LightColorTokens.TextOnLightAccentMinorActive, overwrite, ) + initial.add("textOnLightPositive", LightColorTokens.TextOnLightPositive, overwrite) + initial.add("textOnLightPositiveHover", LightColorTokens.TextOnLightPositiveHover, overwrite) + initial.add("textOnLightPositiveActive", LightColorTokens.TextOnLightPositiveActive, overwrite) + initial.add("textOnLightWarning", LightColorTokens.TextOnLightWarning, overwrite) + initial.add("textOnLightWarningHover", LightColorTokens.TextOnLightWarningHover, overwrite) + initial.add("textOnLightPrimary", LightColorTokens.TextOnLightPrimary, overwrite) + initial.add("textOnLightPrimaryHover", LightColorTokens.TextOnLightPrimaryHover, overwrite) + initial.add("textOnLightPrimaryActive", LightColorTokens.TextOnLightPrimaryActive, overwrite) + initial.add("textInversePrimary", LightColorTokens.TextInversePrimary, overwrite) + initial.add("textInversePrimaryHover", LightColorTokens.TextInversePrimaryHover, overwrite) + initial.add("textInversePrimaryActive", LightColorTokens.TextInversePrimaryActive, overwrite) initial.add( - "personaOnDarkBlueTextAccentActive", - LightColorTokens.PersonaOnDarkBlueTextAccentActive, + "textInversePrimaryBrightness", + LightColorTokens.TextInversePrimaryBrightness, overwrite, ) + initial.add("textInverseSecondary", LightColorTokens.TextInverseSecondary, overwrite) + initial.add("textInverseSecondaryHover", LightColorTokens.TextInverseSecondaryHover, overwrite) initial.add( - "personaInverseOchreTextAccent", - LightColorTokens.PersonaInverseOchreTextAccent, + "textInverseSecondaryActive", + LightColorTokens.TextInverseSecondaryActive, overwrite, ) + initial.add("textInverseTertiary", LightColorTokens.TextInverseTertiary, overwrite) + initial.add("textInverseTertiaryHover", LightColorTokens.TextInverseTertiaryHover, overwrite) + initial.add("textInverseTertiaryActive", LightColorTokens.TextInverseTertiaryActive, overwrite) + initial.add("textInverseParagraph", LightColorTokens.TextInverseParagraph, overwrite) + initial.add("textInverseParagraphHover", LightColorTokens.TextInverseParagraphHover, overwrite) initial.add( - "personaInverseOchreTextAccentHover", - LightColorTokens.PersonaInverseOchreTextAccentHover, + "textInverseParagraphActive", + LightColorTokens.TextInverseParagraphActive, overwrite, ) + initial.add("textInverseAccent", LightColorTokens.TextInverseAccent, overwrite) + initial.add("textInverseAccentHover", LightColorTokens.TextInverseAccentHover, overwrite) + initial.add("textInverseAccentActive", LightColorTokens.TextInverseAccentActive, overwrite) + initial.add("textInverseAccentMinor", LightColorTokens.TextInverseAccentMinor, overwrite) initial.add( - "personaInverseOliveTextAccentHover", - LightColorTokens.PersonaInverseOliveTextAccentHover, + "textInverseAccentMinorHover", + LightColorTokens.TextInverseAccentMinorHover, overwrite, ) initial.add( - "personaInverseOchreTextAccentActive", - LightColorTokens.PersonaInverseOchreTextAccentActive, + "textInverseAccentMinorActive", + LightColorTokens.TextInverseAccentMinorActive, overwrite, ) + initial.add("textOnLightNegativeActive", LightColorTokens.TextOnLightNegativeActive, overwrite) + initial.add("textOnLightNegative", LightColorTokens.TextOnLightNegative, overwrite) + initial.add("textOnLightInfo", LightColorTokens.TextOnLightInfo, overwrite) + initial.add("textOnLightInfoHover", LightColorTokens.TextOnLightInfoHover, overwrite) + initial.add("textOnLightInfoActive", LightColorTokens.TextOnLightInfoActive, overwrite) + initial.add("textOnLightNegativeHover", LightColorTokens.TextOnLightNegativeHover, overwrite) + initial.add("textInverseNegativeActive", LightColorTokens.TextInverseNegativeActive, overwrite) + initial.add("textInverseInfo", LightColorTokens.TextInverseInfo, overwrite) + initial.add("textInverseInfoHover", LightColorTokens.TextInverseInfoHover, overwrite) + initial.add("textInverseInfoActive", LightColorTokens.TextInverseInfoActive, overwrite) initial.add( - "personaOnDarkIndigoTextAccent", - LightColorTokens.PersonaOnDarkIndigoTextAccent, + "surfaceDefaultSolidPrimary", + LightColorTokens.SurfaceDefaultSolidPrimary, overwrite, ) + initial.add("textInverseWarningActive", LightColorTokens.TextInverseWarningActive, overwrite) initial.add( - "personaOnDarkIndigoTextAccentHover", - LightColorTokens.PersonaOnDarkIndigoTextAccentHover, + "surfaceDefaultSolidPrimaryHover", + LightColorTokens.SurfaceDefaultSolidPrimaryHover, overwrite, ) initial.add( - "personaOnDarkIndigoTextAccentActive", - LightColorTokens.PersonaOnDarkIndigoTextAccentActive, + "surfaceDefaultSolidPrimaryActive", + LightColorTokens.SurfaceDefaultSolidPrimaryActive, overwrite, ) initial.add( - "personaDefaultPinkTextAccent", - LightColorTokens.PersonaDefaultPinkTextAccent, + "surfaceDefaultSolidPrimaryBrightness", + LightColorTokens.SurfaceDefaultSolidPrimaryBrightness, overwrite, ) initial.add( - "personaDefaultPinkTextAccentHover", - LightColorTokens.PersonaDefaultPinkTextAccentHover, + "surfaceDefaultSolidSecondary", + LightColorTokens.SurfaceDefaultSolidSecondary, overwrite, ) initial.add( - "personaOnDarkOliveTextAccent", - LightColorTokens.PersonaOnDarkOliveTextAccent, + "surfaceDefaultSolidSecondaryHover", + LightColorTokens.SurfaceDefaultSolidSecondaryHover, overwrite, ) initial.add( - "personaOnDarkOliveTextAccentHover", - LightColorTokens.PersonaOnDarkOliveTextAccentHover, + "surfaceDefaultSolidSecondaryActive", + LightColorTokens.SurfaceDefaultSolidSecondaryActive, overwrite, ) initial.add( - "personaOnDarkOliveTextAccentActive", - LightColorTokens.PersonaOnDarkOliveTextAccentActive, + "surfaceDefaultSolidTertiary", + LightColorTokens.SurfaceDefaultSolidTertiary, overwrite, ) initial.add( - "personaOnDarkPinkTextAccent", - LightColorTokens.PersonaOnDarkPinkTextAccent, + "surfaceDefaultSolidTertiaryHover", + LightColorTokens.SurfaceDefaultSolidTertiaryHover, overwrite, ) + initial.add("textInversePositive", LightColorTokens.TextInversePositive, overwrite) + initial.add("textInversePositiveHover", LightColorTokens.TextInversePositiveHover, overwrite) + initial.add("textInverseWarning", LightColorTokens.TextInverseWarning, overwrite) + initial.add("textInverseWarningHover", LightColorTokens.TextInverseWarningHover, overwrite) + initial.add("textInversePositiveActive", LightColorTokens.TextInversePositiveActive, overwrite) + initial.add("textInverseNegative", LightColorTokens.TextInverseNegative, overwrite) + initial.add("textInverseNegativeHover", LightColorTokens.TextInverseNegativeHover, overwrite) initial.add( - "personaOnDarkPinkTextAccentActive", - LightColorTokens.PersonaOnDarkPinkTextAccentActive, + "surfaceDefaultTransparentSecondaryActive", + LightColorTokens.SurfaceDefaultTransparentSecondaryActive, overwrite, ) initial.add( - "personaOnDarkSeaBlueTextAccent", - LightColorTokens.PersonaOnDarkSeaBlueTextAccent, + "surfaceDefaultTransparentTertiary", + LightColorTokens.SurfaceDefaultTransparentTertiary, overwrite, ) initial.add( - "personaOnDarkSeaBlueTextAccentHover", - LightColorTokens.PersonaOnDarkSeaBlueTextAccentHover, + "surfaceDefaultTransparentTertiaryHover", + LightColorTokens.SurfaceDefaultTransparentTertiaryHover, overwrite, ) initial.add( - "personaOnDarkSeaBlueTextAccentActive", - LightColorTokens.PersonaOnDarkSeaBlueTextAccentActive, + "surfaceDefaultTransparentTertiaryActive", + LightColorTokens.SurfaceDefaultTransparentTertiaryActive, overwrite, ) initial.add( - "personaOnDarkGreenTextAccent", - LightColorTokens.PersonaOnDarkGreenTextAccent, + "surfaceDefaultTransparentDeep", + LightColorTokens.SurfaceDefaultTransparentDeep, overwrite, ) initial.add( - "personaOnDarkGreenTextAccentHover", - LightColorTokens.PersonaOnDarkGreenTextAccentHover, + "surfaceDefaultTransparentDeepHover", + LightColorTokens.SurfaceDefaultTransparentDeepHover, overwrite, ) initial.add( - "personaOnDarkGreenTextAccentActive", - LightColorTokens.PersonaOnDarkGreenTextAccentActive, + "surfaceDefaultTransparentDeepActive", + LightColorTokens.SurfaceDefaultTransparentDeepActive, overwrite, ) initial.add( - "personaOnLightBlueTextAccentHover", - LightColorTokens.PersonaOnLightBlueTextAccentHover, + "surfaceDefaultTransparentCard", + LightColorTokens.SurfaceDefaultTransparentCard, overwrite, ) initial.add( - "personaOnLightBlueTextAccentActive", - LightColorTokens.PersonaOnLightBlueTextAccentActive, + "surfaceDefaultTransparentCardHover", + LightColorTokens.SurfaceDefaultTransparentCardHover, overwrite, ) initial.add( - "personaOnLightGreenTextAccent", - LightColorTokens.PersonaOnLightGreenTextAccent, + "surfaceDefaultTransparentCardActive", + LightColorTokens.SurfaceDefaultTransparentCardActive, overwrite, ) initial.add( - "personaOnLightGreenTextAccentHover", - LightColorTokens.PersonaOnLightGreenTextAccentHover, + "surfaceDefaultTransparentCardBrightness", + LightColorTokens.SurfaceDefaultTransparentCardBrightness, overwrite, ) + initial.add("surfaceDefaultClear", LightColorTokens.SurfaceDefaultClear, overwrite) + initial.add("surfaceDefaultClearHover", LightColorTokens.SurfaceDefaultClearHover, overwrite) + initial.add("surfaceDefaultClearActive", LightColorTokens.SurfaceDefaultClearActive, overwrite) + initial.add("surfaceDefaultAccent", LightColorTokens.SurfaceDefaultAccent, overwrite) + initial.add("surfaceDefaultAccentHover", LightColorTokens.SurfaceDefaultAccentHover, overwrite) initial.add( - "personaOnLightGreenTextAccentActive", - LightColorTokens.PersonaOnLightGreenTextAccentActive, + "surfaceDefaultAccentActive", + LightColorTokens.SurfaceDefaultAccentActive, overwrite, ) initial.add( - "personaOnLightIndigoTextAccent", - LightColorTokens.PersonaOnLightIndigoTextAccent, + "surfaceDefaultAccentMinorHover", + LightColorTokens.SurfaceDefaultAccentMinorHover, overwrite, ) initial.add( - "personaOnLightIndigoTextAccentActive", - LightColorTokens.PersonaOnLightIndigoTextAccentActive, + "surfaceDefaultAccentMinorActive", + LightColorTokens.SurfaceDefaultAccentMinorActive, overwrite, ) initial.add( - "personaOnLightOchreTextAccent", - LightColorTokens.PersonaOnLightOchreTextAccent, + "surfaceDefaultTransparentAccent", + LightColorTokens.SurfaceDefaultTransparentAccent, overwrite, ) initial.add( - "personaOnDarkOchreTextAccentHover", - LightColorTokens.PersonaOnDarkOchreTextAccentHover, + "surfaceDefaultTransparentAccentHover", + LightColorTokens.SurfaceDefaultTransparentAccentHover, overwrite, ) initial.add( - "personaOnDarkOchreTextAccentActive", - LightColorTokens.PersonaOnDarkOchreTextAccentActive, + "surfaceDefaultTransparentAccentActive", + LightColorTokens.SurfaceDefaultTransparentAccentActive, overwrite, ) initial.add( - "personaOnDarkVioletTextAccentHover", - LightColorTokens.PersonaOnDarkVioletTextAccentHover, + "surfaceDefaultSolidCardActive", + LightColorTokens.SurfaceDefaultSolidCardActive, overwrite, ) + initial.add("surfaceDefaultSolidCard", LightColorTokens.SurfaceDefaultSolidCard, overwrite) initial.add( - "personaOnLightBlueTextAccent", - LightColorTokens.PersonaOnLightBlueTextAccent, + "surfaceDefaultSolidCardBrightness", + LightColorTokens.SurfaceDefaultSolidCardBrightness, overwrite, ) initial.add( - "personaOnLightVioletTextAccent", - LightColorTokens.PersonaOnLightVioletTextAccent, + "surfaceDefaultSolidDefault", + LightColorTokens.SurfaceDefaultSolidDefault, overwrite, ) initial.add( - "personaOnLightVioletTextAccentHover", - LightColorTokens.PersonaOnLightVioletTextAccentHover, + "surfaceDefaultSolidDefaultHover", + LightColorTokens.SurfaceDefaultSolidDefaultHover, overwrite, ) initial.add( - "personaOnLightVioletTextAccentActive", - LightColorTokens.PersonaOnLightVioletTextAccentActive, + "surfaceDefaultTransparentPrimary", + LightColorTokens.SurfaceDefaultTransparentPrimary, overwrite, ) initial.add( - "surfaceDefaultAccentPrimary", - LightColorTokens.SurfaceDefaultAccentPrimary, + "surfaceDefaultTransparentPrimaryHover", + LightColorTokens.SurfaceDefaultTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceDefaultAccentPrimaryHover", - LightColorTokens.SurfaceDefaultAccentPrimaryHover, + "surfaceDefaultSolidDefaultActive", + LightColorTokens.SurfaceDefaultSolidDefaultActive, overwrite, ) initial.add( - "surfaceDefaultAccentPrimaryActive", - LightColorTokens.SurfaceDefaultAccentPrimaryActive, + "surfaceDefaultSolidCardHover", + LightColorTokens.SurfaceDefaultSolidCardHover, overwrite, ) initial.add( - "surfaceOnLightAccentPrimary", - LightColorTokens.SurfaceOnLightAccentPrimary, + "surfaceDefaultTransparentPrimaryActive", + LightColorTokens.SurfaceDefaultTransparentPrimaryActive, overwrite, ) initial.add( - "surfaceOnLightAccentMinorHover", - LightColorTokens.SurfaceOnLightAccentMinorHover, + "surfaceDefaultTransparentSecondary", + LightColorTokens.SurfaceDefaultTransparentSecondary, overwrite, ) initial.add( - "surfaceInverseSolidSecondaryActive", - LightColorTokens.SurfaceInverseSolidSecondaryActive, + "surfaceDefaultTransparentSecondaryHover", + LightColorTokens.SurfaceDefaultTransparentSecondaryHover, overwrite, ) initial.add( - "surfaceInverseTransparentDeepActive", - LightColorTokens.SurfaceInverseTransparentDeepActive, + "surfaceDefaultWarningActive", + LightColorTokens.SurfaceDefaultWarningActive, overwrite, ) - initial.add("surfaceInverseAccentMinor", LightColorTokens.SurfaceInverseAccentMinor, overwrite) + initial.add("surfaceDefaultNegative", LightColorTokens.SurfaceDefaultNegative, overwrite) initial.add( - "personaOnLightOliveTextAccentHover", - LightColorTokens.PersonaOnLightOliveTextAccentHover, + "surfaceDefaultNegativeHover", + LightColorTokens.SurfaceDefaultNegativeHover, overwrite, ) initial.add( - "personaOnDarkVioletTextAccent", - LightColorTokens.PersonaOnDarkVioletTextAccent, + "surfaceDefaultNegativeActive", + LightColorTokens.SurfaceDefaultNegativeActive, overwrite, ) - initial.add("textInverseAccentActive", LightColorTokens.TextInverseAccentActive, overwrite) + initial.add("surfaceDefaultInfo", LightColorTokens.SurfaceDefaultInfo, overwrite) + initial.add("surfaceDefaultInfoHover", LightColorTokens.SurfaceDefaultInfoHover, overwrite) + initial.add("surfaceDefaultInfoActive", LightColorTokens.SurfaceDefaultInfoActive, overwrite) initial.add( - "surfaceDefaultWarningActive", - LightColorTokens.SurfaceDefaultWarningActive, + "surfaceDefaultPositiveActive", + LightColorTokens.SurfaceDefaultPositiveActive, overwrite, ) + initial.add("surfaceDefaultPositive", LightColorTokens.SurfaceDefaultPositive, overwrite) initial.add( - "surfaceOnLightAccentPrimaryActive", - LightColorTokens.SurfaceOnLightAccentPrimaryActive, + "surfaceDefaultPositiveHover", + LightColorTokens.SurfaceDefaultPositiveHover, overwrite, ) + initial.add("surfaceDefaultWarning", LightColorTokens.SurfaceDefaultWarning, overwrite) initial.add( - "textOnLightAccentMinorHover", - LightColorTokens.TextOnLightAccentMinorHover, + "surfaceDefaultWarningHover", + LightColorTokens.SurfaceDefaultWarningHover, overwrite, ) initial.add( - "personaOnLightPinkTextAccentActive", - LightColorTokens.PersonaOnLightPinkTextAccentActive, + "surfaceDefaultTransparentNegative", + LightColorTokens.SurfaceDefaultTransparentNegative, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccentActive", - LightColorTokens.PersonaOnLightSeaBlueTextAccentActive, + "surfaceDefaultTransparentNegativeHover", + LightColorTokens.SurfaceDefaultTransparentNegativeHover, overwrite, ) + initial.add("surfaceDefaultReadOnly", LightColorTokens.SurfaceDefaultReadOnly, overwrite) initial.add( - "surfaceDefaultAccentSecondaryActive", - LightColorTokens.SurfaceDefaultAccentSecondaryActive, + "surfaceDefaultReadOnlyHover", + LightColorTokens.SurfaceDefaultReadOnlyHover, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentMinorActive", - LightColorTokens.SurfaceDefaultTransparentAccentMinorActive, + "surfaceDefaultReadOnlyActive", + LightColorTokens.SurfaceDefaultReadOnlyActive, overwrite, ) + initial.add("surfaceOnDarkSolidPrimary", LightColorTokens.SurfaceOnDarkSolidPrimary, overwrite) initial.add( - "surfaceInverseAccentSecondaryActive", - LightColorTokens.SurfaceInverseAccentSecondaryActive, + "surfaceOnDarkSolidPrimaryHover", + LightColorTokens.SurfaceOnDarkSolidPrimaryHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinorActive", - LightColorTokens.SurfaceInverseTransparentAccentMinorActive, + "surfaceOnDarkSolidPrimaryActive", + LightColorTokens.SurfaceOnDarkSolidPrimaryActive, overwrite, ) initial.add( - "surfaceOnDarkAccentPrimaryActive", - LightColorTokens.SurfaceOnDarkAccentPrimaryActive, + "surfaceOnDarkSolidPrimaryBrightness", + LightColorTokens.SurfaceOnDarkSolidPrimaryBrightness, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondaryActive", - LightColorTokens.SurfaceOnDarkAccentSecondaryActive, + "surfaceOnDarkSolidSecondary", + LightColorTokens.SurfaceOnDarkSolidSecondary, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentMinorHover", - LightColorTokens.SurfaceOnDarkTransparentAccentMinorHover, + "surfaceOnDarkSolidSecondaryHover", + LightColorTokens.SurfaceOnDarkSolidSecondaryHover, overwrite, ) initial.add( - "surfaceOnLightAccentSecondaryActive", - LightColorTokens.SurfaceOnLightAccentSecondaryActive, + "surfaceOnDarkSolidSecondaryActive", + LightColorTokens.SurfaceOnDarkSolidSecondaryActive, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorActive", - LightColorTokens.SurfaceOnLightTransparentAccentMinorActive, + "surfaceOnDarkSolidTertiary", + LightColorTokens.SurfaceOnDarkSolidTertiary, overwrite, ) initial.add( - "personaOnLightPinkTextAccentHover", - LightColorTokens.PersonaOnLightPinkTextAccentHover, + "surfaceOnDarkSolidTertiaryHover", + LightColorTokens.SurfaceOnDarkSolidTertiaryHover, overwrite, ) - initial.add("textOnDarkTertiary", LightColorTokens.TextOnDarkTertiary, overwrite) initial.add( - "textDefaultAccentMinorHover", - LightColorTokens.TextDefaultAccentMinorHover, + "surfaceDefaultTransparentNegativeActive", + LightColorTokens.SurfaceDefaultTransparentNegativeActive, overwrite, ) initial.add( - "personaOnLightOliveTextAccent", - LightColorTokens.PersonaOnLightOliveTextAccent, + "surfaceOnDarkTransparentSecondaryActive", + LightColorTokens.SurfaceOnDarkTransparentSecondaryActive, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinor", - LightColorTokens.SurfaceOnLightTransparentAccentMinor, + "surfaceOnDarkTransparentTertiary", + LightColorTokens.SurfaceOnDarkTransparentTertiary, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccent", - LightColorTokens.PersonaOnLightSeaBlueTextAccent, + "surfaceOnDarkTransparentTertiaryHover", + LightColorTokens.SurfaceOnDarkTransparentTertiaryHover, overwrite, ) initial.add( - "surfaceDefaultAccentSecondary", - LightColorTokens.SurfaceDefaultAccentSecondary, + "surfaceOnDarkTransparentTertiaryActive", + LightColorTokens.SurfaceOnDarkTransparentTertiaryActive, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentMinor", - LightColorTokens.SurfaceDefaultTransparentAccentMinor, + "surfaceOnDarkTransparentDeep", + LightColorTokens.SurfaceOnDarkTransparentDeep, overwrite, ) initial.add( - "surfaceInverseAccentSecondary", - LightColorTokens.SurfaceInverseAccentSecondary, + "surfaceOnDarkTransparentDeepHover", + LightColorTokens.SurfaceOnDarkTransparentDeepHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinor", - LightColorTokens.SurfaceInverseTransparentAccentMinor, + "surfaceOnDarkTransparentDeepActive", + LightColorTokens.SurfaceOnDarkTransparentDeepActive, overwrite, ) initial.add( - "surfaceOnDarkAccentPrimary", - LightColorTokens.SurfaceOnDarkAccentPrimary, + "surfaceOnDarkTransparentCard", + LightColorTokens.SurfaceOnDarkTransparentCard, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondary", - LightColorTokens.SurfaceOnDarkAccentSecondary, + "surfaceOnDarkTransparentCardHover", + LightColorTokens.SurfaceOnDarkTransparentCardHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentMinor", - LightColorTokens.SurfaceOnDarkTransparentAccentMinor, + "surfaceOnDarkTransparentCardActive", + LightColorTokens.SurfaceOnDarkTransparentCardActive, overwrite, ) initial.add( - "surfaceOnLightAccentSecondary", - LightColorTokens.SurfaceOnLightAccentSecondary, + "surfaceOnDarkTransparentCardBrightness", + LightColorTokens.SurfaceOnDarkTransparentCardBrightness, overwrite, ) - initial.add("outlineInverseMinor", LightColorTokens.OutlineInverseMinor, overwrite) - initial.add("textInverseWarningHover", LightColorTokens.TextInverseWarningHover, overwrite) + initial.add("surfaceOnDarkClear", LightColorTokens.SurfaceOnDarkClear, overwrite) + initial.add("surfaceOnDarkClearHover", LightColorTokens.SurfaceOnDarkClearHover, overwrite) + initial.add("surfaceOnDarkClearActive", LightColorTokens.SurfaceOnDarkClearActive, overwrite) + initial.add("surfaceOnDarkAccent", LightColorTokens.SurfaceOnDarkAccent, overwrite) + initial.add("surfaceOnDarkAccentHover", LightColorTokens.SurfaceOnDarkAccentHover, overwrite) + initial.add("surfaceOnDarkAccentActive", LightColorTokens.SurfaceOnDarkAccentActive, overwrite) + initial.add("surfaceOnDarkAccentMinor", LightColorTokens.SurfaceOnDarkAccentMinor, overwrite) initial.add( - "dataDefaultYellowTransparentHover", - LightColorTokens.DataDefaultYellowTransparentHover, + "surfaceOnDarkSolidCardActive", + LightColorTokens.SurfaceOnDarkSolidCardActive, overwrite, ) - initial.add("surfaceInverseInfo", LightColorTokens.SurfaceInverseInfo, overwrite) - initial.add("outlineDefaultNegative", LightColorTokens.OutlineDefaultNegative, overwrite) - initial.add("textOnLightAccentHover", LightColorTokens.TextOnLightAccentHover, overwrite) + initial.add("surfaceOnDarkSolidCard", LightColorTokens.SurfaceOnDarkSolidCard, overwrite) initial.add( - "surfaceOnLightAccentSecondaryHover", - LightColorTokens.SurfaceOnLightAccentSecondaryHover, + "surfaceOnDarkSolidCardBrightness", + LightColorTokens.SurfaceOnDarkSolidCardBrightness, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorHover", - LightColorTokens.SurfaceOnLightTransparentAccentMinorHover, + "surfaceOnDarkSolidDefaultHover", + LightColorTokens.SurfaceOnDarkSolidDefaultHover, overwrite, ) initial.add( - "personaOnDarkPinkTextAccentHover", - LightColorTokens.PersonaOnDarkPinkTextAccentHover, + "surfaceOnDarkSolidDefaultActive", + LightColorTokens.SurfaceOnDarkSolidDefaultActive, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinorHover", - LightColorTokens.SurfaceInverseTransparentAccentMinorHover, + "surfaceOnDarkTransparentPrimary", + LightColorTokens.SurfaceOnDarkTransparentPrimary, overwrite, ) initial.add( - "surfaceOnLightAccentPrimaryHover", - LightColorTokens.SurfaceOnLightAccentPrimaryHover, + "surfaceOnDarkTransparentPrimaryHover", + LightColorTokens.SurfaceOnDarkTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondaryHover", - LightColorTokens.SurfaceOnDarkAccentSecondaryHover, + "surfaceOnDarkSolidCardHover", + LightColorTokens.SurfaceOnDarkSolidCardHover, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentMinorHover", - LightColorTokens.SurfaceDefaultTransparentAccentMinorHover, + "surfaceOnDarkTransparentPrimaryActive", + LightColorTokens.SurfaceOnDarkTransparentPrimaryActive, overwrite, ) initial.add( - "surfaceInverseAccentSecondaryHover", - LightColorTokens.SurfaceInverseAccentSecondaryHover, + "surfaceOnDarkTransparentSecondary", + LightColorTokens.SurfaceOnDarkTransparentSecondary, overwrite, ) initial.add( - "personaOnLightPinkTextAccent", - LightColorTokens.PersonaOnLightPinkTextAccent, + "surfaceOnDarkTransparentSecondaryHover", + LightColorTokens.SurfaceOnDarkTransparentSecondaryHover, overwrite, ) + initial.add("surfaceOnDarkPositive", LightColorTokens.SurfaceOnDarkPositive, overwrite) initial.add( - "personaOnLightSeaBlueTextAccentHover", - LightColorTokens.PersonaOnLightSeaBlueTextAccentHover, + "surfaceOnDarkPositiveHover", + LightColorTokens.SurfaceOnDarkPositiveHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentMinorActive", - LightColorTokens.SurfaceOnDarkTransparentAccentMinorActive, + "surfaceOnDarkPositiveActive", + LightColorTokens.SurfaceOnDarkPositiveActive, overwrite, ) + initial.add("surfaceOnDarkWarning", LightColorTokens.SurfaceOnDarkWarning, overwrite) + initial.add("surfaceOnDarkWarningHover", LightColorTokens.SurfaceOnDarkWarningHover, overwrite) initial.add( - "surfaceDefaultAccentSecondaryHover", - LightColorTokens.SurfaceDefaultAccentSecondaryHover, + "surfaceOnDarkWarningActive", + LightColorTokens.SurfaceOnDarkWarningActive, overwrite, ) + initial.add("surfaceOnDarkNegative", LightColorTokens.SurfaceOnDarkNegative, overwrite) initial.add( - "surfaceDefaultTransparentSecondaryHover", - LightColorTokens.SurfaceDefaultTransparentSecondaryHover, + "surfaceOnDarkNegativeHover", + LightColorTokens.SurfaceOnDarkNegativeHover, overwrite, ) - initial.add("surfaceDefaultNegative", LightColorTokens.SurfaceDefaultNegative, overwrite) initial.add( - "backgroundDefaultSecondary", - LightColorTokens.BackgroundDefaultSecondary, + "surfaceOnDarkNegativeActive", + LightColorTokens.SurfaceOnDarkNegativeActive, overwrite, ) + initial.add("surfaceOnDarkInfo", LightColorTokens.SurfaceOnDarkInfo, overwrite) + initial.add("surfaceOnDarkInfoHover", LightColorTokens.SurfaceOnDarkInfoHover, overwrite) + initial.add("surfaceOnDarkInfoActive", LightColorTokens.SurfaceOnDarkInfoActive, overwrite) initial.add( - "surfaceOnLightTransparentCardHover", - LightColorTokens.SurfaceOnLightTransparentCardHover, + "surfaceOnDarkTransparentAccentActive", + LightColorTokens.SurfaceOnDarkTransparentAccentActive, overwrite, ) initial.add( - "surfaceInverseSolidPrimaryHover", - LightColorTokens.SurfaceInverseSolidPrimaryHover, + "surfaceOnDarkTransparentAccent", + LightColorTokens.SurfaceOnDarkTransparentAccent, overwrite, ) - initial.add("backgroundDarkPrimary", LightColorTokens.BackgroundDarkPrimary, overwrite) - initial.add("backgroundLightSecondary", LightColorTokens.BackgroundLightSecondary, overwrite) initial.add( - "dataOnDarkYellowMinorHover", - LightColorTokens.DataOnDarkYellowMinorHover, + "surfaceOnDarkTransparentAccentHover", + LightColorTokens.SurfaceOnDarkTransparentAccentHover, overwrite, ) + initial.add("surfaceOnDarkReadOnly", LightColorTokens.SurfaceOnDarkReadOnly, overwrite) initial.add( - "outlineOnLightNegativeActive", - LightColorTokens.OutlineOnLightNegativeActive, + "surfaceOnDarkReadOnlyHover", + LightColorTokens.SurfaceOnDarkReadOnlyHover, overwrite, ) initial.add( - "outlineOnLightTransparentPrimary", - LightColorTokens.OutlineOnLightTransparentPrimary, + "surfaceOnDarkReadOnlyActive", + LightColorTokens.SurfaceOnDarkReadOnlyActive, overwrite, ) initial.add( - "surfaceOnLightTransparentAccent", - LightColorTokens.SurfaceOnLightTransparentAccent, + "surfaceOnLightSolidPrimary", + LightColorTokens.SurfaceOnLightSolidPrimary, overwrite, ) initial.add( - "surfaceOnDarkAccentPrimaryHover", - LightColorTokens.SurfaceOnDarkAccentPrimaryHover, + "surfaceOnLightSolidPrimaryHover", + LightColorTokens.SurfaceOnLightSolidPrimaryHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentDeepActive", - LightColorTokens.SurfaceOnDarkTransparentDeepActive, + "surfaceOnLightSolidPrimaryActive", + LightColorTokens.SurfaceOnLightSolidPrimaryActive, overwrite, ) - initial.add("surfaceOnDarkPositive", LightColorTokens.SurfaceOnDarkPositive, overwrite) - initial.add("outlineOnLightMinorActive", LightColorTokens.OutlineOnLightMinorActive, overwrite) initial.add( - "outlineOnLightTextInfoActive", - LightColorTokens.OutlineOnLightTextInfoActive, + "surfaceOnLightSolidPrimaryBrightness", + LightColorTokens.SurfaceOnLightSolidPrimaryBrightness, overwrite, ) initial.add( - "personaOnDarkVioletTextAccentActive", - LightColorTokens.PersonaOnDarkVioletTextAccentActive, + "surfaceOnLightSolidSecondary", + LightColorTokens.SurfaceOnLightSolidSecondary, overwrite, ) initial.add( - "surfaceInverseTransparentCard", - LightColorTokens.SurfaceInverseTransparentCard, + "surfaceOnLightSolidSecondaryHover", + LightColorTokens.SurfaceOnLightSolidSecondaryHover, overwrite, ) initial.add( - "outlineOnDarkTransparentPrimary", - LightColorTokens.OutlineOnDarkTransparentPrimary, + "surfaceOnLightSolidSecondaryActive", + LightColorTokens.SurfaceOnLightSolidSecondaryActive, overwrite, ) initial.add( - "personaOnLightOchreTextAccentActive", - LightColorTokens.PersonaOnLightOchreTextAccentActive, + "surfaceOnLightSolidTertiary", + LightColorTokens.SurfaceOnLightSolidTertiary, overwrite, ) - initial.add("surfaceOnDarkNegative", LightColorTokens.SurfaceOnDarkNegative, overwrite) - initial.add("outlineInverseMinorHover", LightColorTokens.OutlineInverseMinorHover, overwrite) initial.add( - "surfaceDefaultSolidDefault", - LightColorTokens.SurfaceDefaultSolidDefault, + "surfaceOnLightSolidTertiaryHover", + LightColorTokens.SurfaceOnLightSolidTertiaryHover, overwrite, ) - initial.add("backgroundInverseHardline", LightColorTokens.BackgroundInverseHardline, overwrite) initial.add( - "outlineOnLightPositiveActive", - LightColorTokens.OutlineOnLightPositiveActive, + "surfaceOnDarkTransparentNegativeActive", + LightColorTokens.SurfaceOnDarkTransparentNegativeActive, overwrite, ) initial.add( - "dataOnLightYellowTransparent", - LightColorTokens.DataOnLightYellowTransparent, + "surfaceOnDarkTransparentNegative", + LightColorTokens.SurfaceOnDarkTransparentNegative, overwrite, ) initial.add( - "dataOnLightYellowMinorActive", - LightColorTokens.DataOnLightYellowMinorActive, + "surfaceOnDarkTransparentNegativeHover", + LightColorTokens.SurfaceOnDarkTransparentNegativeHover, overwrite, ) - initial.add("textOnDarkAccentHover", LightColorTokens.TextOnDarkAccentHover, overwrite) initial.add( - "surfaceOnDarkSolidPrimaryActive", - LightColorTokens.SurfaceOnDarkSolidPrimaryActive, + "surfaceOnLightTransparentSecondaryActive", + LightColorTokens.SurfaceOnLightTransparentSecondaryActive, overwrite, ) - initial.add("backgroundDefaultHardline", LightColorTokens.BackgroundDefaultHardline, overwrite) - initial.add("outlineOnLightNegative", LightColorTokens.OutlineOnLightNegative, overwrite) initial.add( - "surfaceDefaultTransparentPrimary", - LightColorTokens.SurfaceDefaultTransparentPrimary, + "surfaceOnLightTransparentTertiary", + LightColorTokens.SurfaceOnLightTransparentTertiary, overwrite, ) initial.add( - "surfaceOnDarkTransparentCard", - LightColorTokens.SurfaceOnDarkTransparentCard, + "surfaceOnLightTransparentTertiaryHover", + LightColorTokens.SurfaceOnLightTransparentTertiaryHover, overwrite, ) initial.add( - "surfaceOnLightSolidTertiaryHover", - LightColorTokens.SurfaceOnLightSolidTertiaryHover, + "surfaceOnLightTransparentTertiaryActive", + LightColorTokens.SurfaceOnLightTransparentTertiaryActive, overwrite, ) initial.add( - "surfaceInverseSolidDefaultActive", - LightColorTokens.SurfaceInverseSolidDefaultActive, + "surfaceOnLightTransparentDeep", + LightColorTokens.SurfaceOnLightTransparentDeep, overwrite, ) initial.add( - "surfaceInversePositiveHover", - LightColorTokens.SurfaceInversePositiveHover, + "surfaceOnLightTransparentDeepHover", + LightColorTokens.SurfaceOnLightTransparentDeepHover, overwrite, ) initial.add( - "surfaceInverseAccentMinorHover", - LightColorTokens.SurfaceInverseAccentMinorHover, + "surfaceOnLightTransparentDeepActive", + LightColorTokens.SurfaceOnLightTransparentDeepActive, overwrite, ) initial.add( - "outlineOnDarkTransparentPrimaryActive", - LightColorTokens.OutlineOnDarkTransparentPrimaryActive, + "surfaceOnLightTransparentCard", + LightColorTokens.SurfaceOnLightTransparentCard, overwrite, ) - initial.add("outlineOnLightWarning", LightColorTokens.OutlineOnLightWarning, overwrite) initial.add( - "outlineOnDarkMinorBrightness", - LightColorTokens.OutlineOnDarkMinorBrightness, + "surfaceOnLightTransparentCardHover", + LightColorTokens.SurfaceOnLightTransparentCardHover, overwrite, ) initial.add( - "personaDefaultGreenTextAccentBrightness", - LightColorTokens.PersonaDefaultGreenTextAccentBrightness, + "surfaceOnLightTransparentCardActive", + LightColorTokens.SurfaceOnLightTransparentCardActive, overwrite, ) initial.add( - "personaDefaultOchreTextAccentBrightness", - LightColorTokens.PersonaDefaultOchreTextAccentBrightness, + "surfaceOnLightTransparentCardBrightness", + LightColorTokens.SurfaceOnLightTransparentCardBrightness, overwrite, ) + initial.add("surfaceOnLightClear", LightColorTokens.SurfaceOnLightClear, overwrite) + initial.add("surfaceOnLightClearHover", LightColorTokens.SurfaceOnLightClearHover, overwrite) + initial.add("surfaceOnLightClearActive", LightColorTokens.SurfaceOnLightClearActive, overwrite) + initial.add("surfaceOnLightAccent", LightColorTokens.SurfaceOnLightAccent, overwrite) + initial.add("surfaceOnLightAccentHover", LightColorTokens.SurfaceOnLightAccentHover, overwrite) initial.add( - "personaOnLightOchreTextAccentHover", - LightColorTokens.PersonaOnLightOchreTextAccentHover, + "surfaceOnLightAccentActive", + LightColorTokens.SurfaceOnLightAccentActive, overwrite, ) initial.add( - "personaOnDarkVioletTextAccentBrightness", - LightColorTokens.PersonaOnDarkVioletTextAccentBrightness, + "surfaceOnLightSolidCardActive", + LightColorTokens.SurfaceOnLightSolidCardActive, overwrite, ) + initial.add("surfaceOnLightSolidCard", LightColorTokens.SurfaceOnLightSolidCard, overwrite) initial.add( - "surfaceOnLightAccentSecondaryBrightness", - LightColorTokens.SurfaceOnLightAccentSecondaryBrightness, + "surfaceOnLightSolidCardBrightness", + LightColorTokens.SurfaceOnLightSolidCardBrightness, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondaryBrightness", - LightColorTokens.SurfaceOnDarkAccentSecondaryBrightness, + "surfaceOnLightSolidDefault", + LightColorTokens.SurfaceOnLightSolidDefault, overwrite, ) initial.add( - "personaInverseOchreTextAccentBrightness", - LightColorTokens.PersonaInverseOchreTextAccentBrightness, + "surfaceOnLightSolidDefaultHover", + LightColorTokens.SurfaceOnLightSolidDefaultHover, overwrite, ) initial.add( - "personaOnLightGreenTextAccentBrightness", - LightColorTokens.PersonaOnLightGreenTextAccentBrightness, + "surfaceOnLightTransparentPrimary", + LightColorTokens.SurfaceOnLightTransparentPrimary, overwrite, ) initial.add( - "personaOnLightOchreTextAccentBrightness", - LightColorTokens.PersonaOnLightOchreTextAccentBrightness, + "surfaceOnLightTransparentPrimaryHover", + LightColorTokens.SurfaceOnLightTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccent", - LightColorTokens.SurfaceInverseTransparentAccent, + "surfaceOnLightSolidDefaultActive", + LightColorTokens.SurfaceOnLightSolidDefaultActive, overwrite, ) initial.add( - "outlineOnLightWarningHover", - LightColorTokens.OutlineOnLightWarningHover, + "surfaceOnLightSolidCardHover", + LightColorTokens.SurfaceOnLightSolidCardHover, overwrite, ) initial.add( - "surfaceOnLightAccentPrimaryBrightness", - LightColorTokens.SurfaceOnLightAccentPrimaryBrightness, + "surfaceOnLightTransparentPrimaryActive", + LightColorTokens.SurfaceOnLightTransparentPrimaryActive, overwrite, ) initial.add( - "personaInversePinkTextAccentBrightness", - LightColorTokens.PersonaInversePinkTextAccentBrightness, + "surfaceOnLightTransparentSecondary", + LightColorTokens.SurfaceOnLightTransparentSecondary, overwrite, ) initial.add( - "personaInverseVioletTextAccentBrightness", - LightColorTokens.PersonaInverseVioletTextAccentBrightness, + "surfaceOnLightTransparentSecondaryHover", + LightColorTokens.SurfaceOnLightTransparentSecondaryHover, overwrite, ) + initial.add("surfaceOnLightPositive", LightColorTokens.SurfaceOnLightPositive, overwrite) initial.add( - "personaOnDarkIndigoTextAccentBrightness", - LightColorTokens.PersonaOnDarkIndigoTextAccentBrightness, + "surfaceOnLightPositiveHover", + LightColorTokens.SurfaceOnLightPositiveHover, overwrite, ) initial.add( - "personaOnDarkOliveTextAccentBrightness", - LightColorTokens.PersonaOnDarkOliveTextAccentBrightness, + "surfaceOnLightPositiveActive", + LightColorTokens.SurfaceOnLightPositiveActive, overwrite, ) + initial.add("surfaceOnLightWarning", LightColorTokens.SurfaceOnLightWarning, overwrite) initial.add( - "personaOnLightVioletTextAccentBrightness", - LightColorTokens.PersonaOnLightVioletTextAccentBrightness, + "surfaceOnLightWarningHover", + LightColorTokens.SurfaceOnLightWarningHover, overwrite, ) initial.add( - "surfaceInverseAccentSecondaryBrightness", - LightColorTokens.SurfaceInverseAccentSecondaryBrightness, + "surfaceOnLightWarningActive", + LightColorTokens.SurfaceOnLightWarningActive, overwrite, ) + initial.add("surfaceOnLightNegative", LightColorTokens.SurfaceOnLightNegative, overwrite) initial.add( - "surfaceDefaultAccentPrimaryBrightness", - LightColorTokens.SurfaceDefaultAccentPrimaryBrightness, + "surfaceOnLightNegativeHover", + LightColorTokens.SurfaceOnLightNegativeHover, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccentBrightness", - LightColorTokens.PersonaOnLightSeaBlueTextAccentBrightness, + "surfaceOnLightNegativeActive", + LightColorTokens.SurfaceOnLightNegativeActive, overwrite, ) + initial.add("surfaceOnLightInfo", LightColorTokens.SurfaceOnLightInfo, overwrite) + initial.add("surfaceOnLightInfoHover", LightColorTokens.SurfaceOnLightInfoHover, overwrite) + initial.add("surfaceOnLightInfoActive", LightColorTokens.SurfaceOnLightInfoActive, overwrite) initial.add( - "personaInverseGreenTextAccentBrightness", - LightColorTokens.PersonaInverseGreenTextAccentBrightness, + "surfaceOnLightTransparentAccentActive", + LightColorTokens.SurfaceOnLightTransparentAccentActive, overwrite, ) initial.add( - "personaOnLightPinkTextAccentBrightness", - LightColorTokens.PersonaOnLightPinkTextAccentBrightness, + "surfaceOnLightTransparentAccent", + LightColorTokens.SurfaceOnLightTransparentAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorBrightness", - LightColorTokens.SurfaceOnLightTransparentAccentMinorBrightness, + "surfaceOnLightTransparentAccentHover", + LightColorTokens.SurfaceOnLightTransparentAccentHover, overwrite, ) initial.add( - "personaDefaultPinkTextAccentBrightness", - LightColorTokens.PersonaDefaultPinkTextAccentBrightness, + "surfaceOnLightTransparentNegative", + LightColorTokens.SurfaceOnLightTransparentNegative, overwrite, ) initial.add( - "textDefaultParagraphActive", - LightColorTokens.TextDefaultParagraphActive, + "surfaceOnLightTransparentNegativeHover", + LightColorTokens.SurfaceOnLightTransparentNegativeHover, overwrite, ) - initial.add("textDefaultAccentHover", LightColorTokens.TextDefaultAccentHover, overwrite) - initial.add("textInverseAccentMinor", LightColorTokens.TextInverseAccentMinor, overwrite) + initial.add("surfaceOnLightReadOnly", LightColorTokens.SurfaceOnLightReadOnly, overwrite) initial.add( - "surfaceDefaultAccentMinorHover", - LightColorTokens.SurfaceDefaultAccentMinorHover, + "surfaceOnLightReadOnlyHover", + LightColorTokens.SurfaceOnLightReadOnlyHover, overwrite, ) initial.add( - "surfaceOnLightSolidDefaultHover", - LightColorTokens.SurfaceOnLightSolidDefaultHover, + "surfaceOnLightReadOnlyActive", + LightColorTokens.SurfaceOnLightReadOnlyActive, overwrite, ) initial.add( - "surfaceOnLightNegativeActive", - LightColorTokens.SurfaceOnLightNegativeActive, + "surfaceInverseSolidPrimary", + LightColorTokens.SurfaceInverseSolidPrimary, overwrite, ) initial.add( - "surfaceInverseTransparentTertiaryActive", - LightColorTokens.SurfaceInverseTransparentTertiaryActive, + "surfaceInverseSolidPrimaryHover", + LightColorTokens.SurfaceInverseSolidPrimaryHover, overwrite, ) initial.add( - "outlineDefaultPositiveHover", - LightColorTokens.OutlineDefaultPositiveHover, + "surfaceInverseSolidPrimaryActive", + LightColorTokens.SurfaceInverseSolidPrimaryActive, overwrite, ) initial.add( - "outlineOnLightPositiveHover", - LightColorTokens.OutlineOnLightPositiveHover, + "surfaceInverseSolidPrimaryBrightness", + LightColorTokens.SurfaceInverseSolidPrimaryBrightness, overwrite, ) - initial.add("textDefaultSecondaryHover", LightColorTokens.TextDefaultSecondaryHover, overwrite) initial.add( - "personaDefaultBlueTextAccentBrightness", - LightColorTokens.PersonaDefaultBlueTextAccentBrightness, + "surfaceInverseSolidSecondary", + LightColorTokens.SurfaceInverseSolidSecondary, overwrite, ) initial.add( - "personaDefaultIndigoTextAccentBrightness", - LightColorTokens.PersonaDefaultIndigoTextAccentBrightness, + "surfaceInverseSolidSecondaryHover", + LightColorTokens.SurfaceInverseSolidSecondaryHover, overwrite, ) initial.add( - "personaDefaultOliveTextAccentBrightness", - LightColorTokens.PersonaDefaultOliveTextAccentBrightness, + "surfaceInverseSolidSecondaryActive", + LightColorTokens.SurfaceInverseSolidSecondaryActive, overwrite, ) initial.add( - "personaOnLightIndigoTextAccentHover", - LightColorTokens.PersonaOnLightIndigoTextAccentHover, + "surfaceOnLightTransparentNegativeActive", + LightColorTokens.SurfaceOnLightTransparentNegativeActive, overwrite, ) initial.add( - "personaOnLightOliveTextAccentActive", - LightColorTokens.PersonaOnLightOliveTextAccentActive, + "surfaceInverseTransparentSecondaryHover", + LightColorTokens.SurfaceInverseTransparentSecondaryHover, overwrite, ) initial.add( - "textOnDarkAccentMinorActive", - LightColorTokens.TextOnDarkAccentMinorActive, + "surfaceInverseTransparentSecondaryActive", + LightColorTokens.SurfaceInverseTransparentSecondaryActive, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentMinorBrightness", - LightColorTokens.SurfaceDefaultTransparentAccentMinorBrightness, + "surfaceInverseTransparentTertiary", + LightColorTokens.SurfaceInverseTransparentTertiary, overwrite, ) initial.add( - "outlineInverseMinorBrightness", - LightColorTokens.OutlineInverseMinorBrightness, + "surfaceInverseTransparentTertiaryHover", + LightColorTokens.SurfaceInverseTransparentTertiaryHover, overwrite, ) initial.add( - "personaOnLightBlueTextAccentBrightness", - LightColorTokens.PersonaOnLightBlueTextAccentBrightness, + "surfaceInverseTransparentTertiaryActive", + LightColorTokens.SurfaceInverseTransparentTertiaryActive, overwrite, ) initial.add( - "personaOnLightIndigoTextAccentBrightness", - LightColorTokens.PersonaOnLightIndigoTextAccentBrightness, + "surfaceInverseTransparentDeep", + LightColorTokens.SurfaceInverseTransparentDeep, overwrite, ) - initial.add("surfaceOnDarkAccentMinor", LightColorTokens.SurfaceOnDarkAccentMinor, overwrite) initial.add( - "outlineOnDarkDefaultBrightness", - LightColorTokens.OutlineOnDarkDefaultBrightness, + "surfaceInverseTransparentDeepHover", + LightColorTokens.SurfaceInverseTransparentDeepHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinorBrightness", - LightColorTokens.SurfaceInverseTransparentAccentMinorBrightness, + "surfaceInverseTransparentDeepActive", + LightColorTokens.SurfaceInverseTransparentDeepActive, overwrite, ) initial.add( - "surfaceDefaultAccentSecondaryBrightness", - LightColorTokens.SurfaceDefaultAccentSecondaryBrightness, + "surfaceInverseTransparentCard", + LightColorTokens.SurfaceInverseTransparentCard, overwrite, ) initial.add( - "personaInverseOliveTextAccentBrightness", - LightColorTokens.PersonaInverseOliveTextAccentBrightness, + "surfaceInverseTransparentCardHover", + LightColorTokens.SurfaceInverseTransparentCardHover, overwrite, ) initial.add( - "personaInverseSeaBlueTextAccentBrightness", - LightColorTokens.PersonaInverseSeaBlueTextAccentBrightness, + "surfaceInverseTransparentCardActive", + LightColorTokens.SurfaceInverseTransparentCardActive, overwrite, ) initial.add( - "personaOnDarkBlueTextAccentBrightness", - LightColorTokens.PersonaOnDarkBlueTextAccentBrightness, + "surfaceInverseTransparentCardBrightness", + LightColorTokens.SurfaceInverseTransparentCardBrightness, overwrite, ) + initial.add("surfaceInverseClear", LightColorTokens.SurfaceInverseClear, overwrite) + initial.add("surfaceInverseClearHover", LightColorTokens.SurfaceInverseClearHover, overwrite) + initial.add("surfaceInverseClearActive", LightColorTokens.SurfaceInverseClearActive, overwrite) + initial.add("surfaceInverseAccent", LightColorTokens.SurfaceInverseAccent, overwrite) initial.add( - "personaOnDarkOchreTextAccentBrightness", - LightColorTokens.PersonaOnDarkOchreTextAccentBrightness, + "surfaceInverseSolidTertiaryActive", + LightColorTokens.SurfaceInverseSolidTertiaryActive, overwrite, ) initial.add( - "personaOnLightOliveTextAccentBrightness", - LightColorTokens.PersonaOnLightOliveTextAccentBrightness, + "surfaceInverseSolidTertiaryHover", + LightColorTokens.SurfaceInverseSolidTertiaryHover, overwrite, ) - initial.add("outlineInverseMinorActive", LightColorTokens.OutlineInverseMinorActive, overwrite) + initial.add("surfaceInverseSolidCard", LightColorTokens.SurfaceInverseSolidCard, overwrite) initial.add( - "surfaceOnDarkTransparentAccentMinorBrightness", - LightColorTokens.SurfaceOnDarkTransparentAccentMinorBrightness, + "surfaceInverseSolidCardActive", + LightColorTokens.SurfaceInverseSolidCardActive, overwrite, ) initial.add( - "personaOnDarkGreenTextAccentBrightness", - LightColorTokens.PersonaOnDarkGreenTextAccentBrightness, + "surfaceInverseSolidCardHover", + LightColorTokens.SurfaceInverseSolidCardHover, overwrite, ) initial.add( - "personaInverseBlueTextAccentBrightness", - LightColorTokens.PersonaInverseBlueTextAccentBrightness, + "surfaceInverseSolidDefaultHover", + LightColorTokens.SurfaceInverseSolidDefaultHover, overwrite, ) initial.add( - "personaInverseIndigoTextAccentBrightness", - LightColorTokens.PersonaInverseIndigoTextAccentBrightness, + "surfaceInverseSolidDefaultActive", + LightColorTokens.SurfaceInverseSolidDefaultActive, overwrite, ) initial.add( - "surfaceOnDarkAccentPrimaryBrightness", - LightColorTokens.SurfaceOnDarkAccentPrimaryBrightness, + "surfaceInverseSolidCardBrightness", + LightColorTokens.SurfaceInverseSolidCardBrightness, overwrite, ) initial.add( - "outlineOnLightDefaultBrightness", - LightColorTokens.OutlineOnLightDefaultBrightness, + "surfaceInverseSolidDefault", + LightColorTokens.SurfaceInverseSolidDefault, overwrite, ) - initial.add("textDefaultParagraphHover", LightColorTokens.TextDefaultParagraphHover, overwrite) - initial.add("textDefaultParagraph", LightColorTokens.TextDefaultParagraph, overwrite) - initial.add("textDefaultAccentActive", LightColorTokens.TextDefaultAccentActive, overwrite) initial.add( - "surfaceDefaultSolidPrimaryHover", - LightColorTokens.SurfaceDefaultSolidPrimaryHover, + "surfaceInverseTransparentPrimary", + LightColorTokens.SurfaceInverseTransparentPrimary, overwrite, ) - initial.add("textDefaultPositiveActive", LightColorTokens.TextDefaultPositiveActive, overwrite) - initial.add("textDefaultWarningActive", LightColorTokens.TextDefaultWarningActive, overwrite) - initial.add("textDefaultNegativeHover", LightColorTokens.TextDefaultNegativeHover, overwrite) - initial.add("textDefaultNegative", LightColorTokens.TextDefaultNegative, overwrite) - initial.add("textDefaultInfoActive", LightColorTokens.TextDefaultInfoActive, overwrite) - initial.add("textDefaultAccent", LightColorTokens.TextDefaultAccent, overwrite) - initial.add("textDefaultAccentMinor", LightColorTokens.TextDefaultAccentMinor, overwrite) initial.add( - "textOnDarkPrimaryBrightness", - LightColorTokens.TextOnDarkPrimaryBrightness, + "surfaceInverseTransparentPrimaryHover", + LightColorTokens.SurfaceInverseTransparentPrimaryHover, overwrite, ) - initial.add("textOnDarkSecondaryActive", LightColorTokens.TextOnDarkSecondaryActive, overwrite) - initial.add("textOnDarkTertiaryHover", LightColorTokens.TextOnDarkTertiaryHover, overwrite) - initial.add("textDefaultPrimaryActive", LightColorTokens.TextDefaultPrimaryActive, overwrite) initial.add( - "textDefaultPrimaryBrightness", - LightColorTokens.TextDefaultPrimaryBrightness, + "surfaceInverseTransparentPrimaryActive", + LightColorTokens.SurfaceInverseTransparentPrimaryActive, overwrite, ) - initial.add("textDefaultSecondary", LightColorTokens.TextDefaultSecondary, overwrite) - initial.add("textOnDarkPositiveHover", LightColorTokens.TextOnDarkPositiveHover, overwrite) - initial.add("textOnDarkWarningHover", LightColorTokens.TextOnDarkWarningHover, overwrite) - initial.add("textOnDarkWarning", LightColorTokens.TextOnDarkWarning, overwrite) - initial.add("textOnDarkNegativeActive", LightColorTokens.TextOnDarkNegativeActive, overwrite) - initial.add("textOnDarkInfo", LightColorTokens.TextOnDarkInfo, overwrite) - initial.add("textOnDarkPositive", LightColorTokens.TextOnDarkPositive, overwrite) - initial.add("textOnLightPrimaryHover", LightColorTokens.TextOnLightPrimaryHover, overwrite) - initial.add("textOnLightPrimary", LightColorTokens.TextOnLightPrimary, overwrite) - initial.add("textOnLightSecondaryHover", LightColorTokens.TextOnLightSecondaryHover, overwrite) - initial.add("textOnLightSecondary", LightColorTokens.TextOnLightSecondary, overwrite) - initial.add("textOnLightTertiaryActive", LightColorTokens.TextOnLightTertiaryActive, overwrite) - initial.add("textOnLightParagraphHover", LightColorTokens.TextOnLightParagraphHover, overwrite) - initial.add("textOnLightParagraph", LightColorTokens.TextOnLightParagraph, overwrite) - initial.add("textOnDarkParagraphActive", LightColorTokens.TextOnDarkParagraphActive, overwrite) - initial.add("textOnDarkAccentActive", LightColorTokens.TextOnDarkAccentActive, overwrite) - initial.add("textOnLightPositiveActive", LightColorTokens.TextOnLightPositiveActive, overwrite) - initial.add("textOnLightWarningActive", LightColorTokens.TextOnLightWarningActive, overwrite) - initial.add("textOnLightNegativeHover", LightColorTokens.TextOnLightNegativeHover, overwrite) - initial.add("textOnLightNegative", LightColorTokens.TextOnLightNegative, overwrite) - initial.add("textOnLightInfoActive", LightColorTokens.TextOnLightInfoActive, overwrite) - initial.add("textOnLightAccent", LightColorTokens.TextOnLightAccent, overwrite) - initial.add("textOnLightAccentMinor", LightColorTokens.TextOnLightAccentMinor, overwrite) - initial.add("textInversePrimaryActive", LightColorTokens.TextInversePrimaryActive, overwrite) initial.add( - "textInversePrimaryBrightness", - LightColorTokens.TextInversePrimaryBrightness, + "surfaceInverseTransparentSecondary", + LightColorTokens.SurfaceInverseTransparentSecondary, overwrite, ) - initial.add("textInverseTertiaryActive", LightColorTokens.TextInverseTertiaryActive, overwrite) - initial.add("textDefaultWarning", LightColorTokens.TextDefaultWarning, overwrite) - initial.add("textDefaultNegativeActive", LightColorTokens.TextDefaultNegativeActive, overwrite) - initial.add("textDefaultInfoHover", LightColorTokens.TextDefaultInfoHover, overwrite) - initial.add("textDefaultInfo", LightColorTokens.TextDefaultInfo, overwrite) - initial.add("textDefaultPositive", LightColorTokens.TextDefaultPositive, overwrite) - initial.add("textOnDarkPrimaryHover", LightColorTokens.TextOnDarkPrimaryHover, overwrite) - initial.add("textOnDarkPrimary", LightColorTokens.TextOnDarkPrimary, overwrite) - initial.add("textOnDarkSecondaryHover", LightColorTokens.TextOnDarkSecondaryHover, overwrite) - initial.add("textOnDarkSecondary", LightColorTokens.TextOnDarkSecondary, overwrite) - initial.add("textOnDarkTertiaryActive", LightColorTokens.TextOnDarkTertiaryActive, overwrite) - initial.add("textDefaultPrimary", LightColorTokens.TextDefaultPrimary, overwrite) + initial.add("surfaceInversePositive", LightColorTokens.SurfaceInversePositive, overwrite) initial.add( - "textDefaultSecondaryActive", - LightColorTokens.TextDefaultSecondaryActive, + "surfaceInversePositiveHover", + LightColorTokens.SurfaceInversePositiveHover, overwrite, - ) - initial.add("textOnDarkPositiveActive", LightColorTokens.TextOnDarkPositiveActive, overwrite) - initial.add("textOnDarkWarningActive", LightColorTokens.TextOnDarkWarningActive, overwrite) - initial.add("textOnDarkNegativeHover", LightColorTokens.TextOnDarkNegativeHover, overwrite) - initial.add("textOnDarkNegative", LightColorTokens.TextOnDarkNegative, overwrite) - initial.add("textOnDarkAccent", LightColorTokens.TextOnDarkAccent, overwrite) - initial.add("textOnDarkAccentMinor", LightColorTokens.TextOnDarkAccentMinor, overwrite) - initial.add("textOnLightPrimaryActive", LightColorTokens.TextOnLightPrimaryActive, overwrite) + ) initial.add( - "textOnLightSecondaryActive", - LightColorTokens.TextOnLightSecondaryActive, + "surfaceInversePositiveActive", + LightColorTokens.SurfaceInversePositiveActive, overwrite, ) - initial.add("textOnLightTertiaryHover", LightColorTokens.TextOnLightTertiaryHover, overwrite) - initial.add("textOnLightTertiary", LightColorTokens.TextOnLightTertiary, overwrite) + initial.add("surfaceInverseWarning", LightColorTokens.SurfaceInverseWarning, overwrite) initial.add( - "textOnLightParagraphActive", - LightColorTokens.TextOnLightParagraphActive, + "surfaceInverseWarningHover", + LightColorTokens.SurfaceInverseWarningHover, overwrite, ) - initial.add("textOnDarkParagraphHover", LightColorTokens.TextOnDarkParagraphHover, overwrite) - initial.add("textOnDarkParagraph", LightColorTokens.TextOnDarkParagraph, overwrite) initial.add( - "textOnDarkAccentMinorHover", - LightColorTokens.TextOnDarkAccentMinorHover, + "surfaceInverseWarningActive", + LightColorTokens.SurfaceInverseWarningActive, overwrite, ) - initial.add("textOnLightPositiveHover", LightColorTokens.TextOnLightPositiveHover, overwrite) - initial.add("textOnLightWarningHover", LightColorTokens.TextOnLightWarningHover, overwrite) - initial.add("textOnLightWarning", LightColorTokens.TextOnLightWarning, overwrite) - initial.add("textOnLightNegativeActive", LightColorTokens.TextOnLightNegativeActive, overwrite) - initial.add("textOnLightInfoHover", LightColorTokens.TextOnLightInfoHover, overwrite) - initial.add("textOnLightInfo", LightColorTokens.TextOnLightInfo, overwrite) - initial.add("textOnLightPositive", LightColorTokens.TextOnLightPositive, overwrite) - initial.add("textInversePrimaryHover", LightColorTokens.TextInversePrimaryHover, overwrite) - initial.add("textInversePrimary", LightColorTokens.TextInversePrimary, overwrite) - initial.add("textInverseSecondaryHover", LightColorTokens.TextInverseSecondaryHover, overwrite) - initial.add("textInverseTertiaryHover", LightColorTokens.TextInverseTertiaryHover, overwrite) - initial.add("textDefaultWarningHover", LightColorTokens.TextDefaultWarningHover, overwrite) - initial.add("textInverseNegative", LightColorTokens.TextInverseNegative, overwrite) - initial.add("textInverseInfoActive", LightColorTokens.TextInverseInfoActive, overwrite) - initial.add("textInverseAccent", LightColorTokens.TextInverseAccent, overwrite) + initial.add("surfaceInverseNegative", LightColorTokens.SurfaceInverseNegative, overwrite) initial.add( - "dataOnDarkYellowTransparentActive", - LightColorTokens.DataOnDarkYellowTransparentActive, + "surfaceInverseNegativeHover", + LightColorTokens.SurfaceInverseNegativeHover, overwrite, ) initial.add( - "outlineOnLightMinorBrightness", - LightColorTokens.OutlineOnLightMinorBrightness, + "surfaceInverseNegativeActive", + LightColorTokens.SurfaceInverseNegativeActive, overwrite, ) + initial.add("surfaceInverseInfo", LightColorTokens.SurfaceInverseInfo, overwrite) + initial.add("surfaceInverseInfoHover", LightColorTokens.SurfaceInverseInfoHover, overwrite) + initial.add("surfaceInverseInfoActive", LightColorTokens.SurfaceInverseInfoActive, overwrite) initial.add( - "surfaceDefaultSolidDefaultActive", - LightColorTokens.SurfaceDefaultSolidDefaultActive, + "surfaceInverseAccentMinorActive", + LightColorTokens.SurfaceInverseAccentMinorActive, overwrite, ) + initial.add("surfaceInverseAccentHover", LightColorTokens.SurfaceInverseAccentHover, overwrite) initial.add( - "surfaceOnDarkTransparentCardBrightness", - LightColorTokens.SurfaceOnDarkTransparentCardBrightness, + "surfaceInverseTransparentAccent", + LightColorTokens.SurfaceInverseTransparentAccent, overwrite, ) - initial.add("textInverseTertiary", LightColorTokens.TextInverseTertiary, overwrite) initial.add( - "textInverseParagraphActive", - LightColorTokens.TextInverseParagraphActive, + "surfaceInverseTransparentAccentHover", + LightColorTokens.SurfaceInverseTransparentAccentHover, overwrite, ) - initial.add("textOnLightAccentActive", LightColorTokens.TextOnLightAccentActive, overwrite) initial.add( - "backgroundDefaultPrimaryBrightness", - LightColorTokens.BackgroundDefaultPrimaryBrightness, + "surfaceInverseTransparentAccentActive", + LightColorTokens.SurfaceInverseTransparentAccentActive, overwrite, ) - initial.add("textInversePositiveHover", LightColorTokens.TextInversePositiveHover, overwrite) - initial.add("textInverseWarningActive", LightColorTokens.TextInverseWarningActive, overwrite) - initial.add("textInverseNegativeHover", LightColorTokens.TextInverseNegativeHover, overwrite) initial.add( - "surfaceInverseTransparentDeep", - LightColorTokens.SurfaceInverseTransparentDeep, + "surfaceInverseAccentActive", + LightColorTokens.SurfaceInverseAccentActive, overwrite, ) initial.add( - "surfaceOnLightTransparentTertiaryActive", - LightColorTokens.SurfaceOnLightTransparentTertiaryActive, + "surfaceInverseTransparentNegativeActive", + LightColorTokens.SurfaceInverseTransparentNegativeActive, overwrite, ) initial.add( - "textOnLightAccentMinorActive", - LightColorTokens.TextOnLightAccentMinorActive, + "surfaceInverseTransparentNegative", + LightColorTokens.SurfaceInverseTransparentNegative, overwrite, ) - initial.add("textInverseParagraphHover", LightColorTokens.TextInverseParagraphHover, overwrite) - initial.add("textInversePositiveActive", LightColorTokens.TextInversePositiveActive, overwrite) - initial.add("textInverseWarning", LightColorTokens.TextInverseWarning, overwrite) - initial.add("textInverseNegativeActive", LightColorTokens.TextInverseNegativeActive, overwrite) - initial.add("textInverseInfoHover", LightColorTokens.TextInverseInfoHover, overwrite) - initial.add("textInverseInfo", LightColorTokens.TextInverseInfo, overwrite) - initial.add("textInversePositive", LightColorTokens.TextInversePositive, overwrite) + initial.add("surfaceInverseReadOnly", LightColorTokens.SurfaceInverseReadOnly, overwrite) initial.add( - "surfaceOnDarkTransparentSecondary", - LightColorTokens.SurfaceOnDarkTransparentSecondary, + "surfaceInverseReadOnlyHover", + LightColorTokens.SurfaceInverseReadOnlyHover, overwrite, ) initial.add( - "surfaceOnDarkSolidPrimaryHover", - LightColorTokens.SurfaceOnDarkSolidPrimaryHover, + "surfaceInverseReadOnlyActive", + LightColorTokens.SurfaceInverseReadOnlyActive, overwrite, ) + initial.add("backgroundDefaultPrimary", LightColorTokens.BackgroundDefaultPrimary, overwrite) initial.add( - "textDefaultAccentMinorActive", - LightColorTokens.TextDefaultAccentMinorActive, + "backgroundDefaultSecondary", + LightColorTokens.BackgroundDefaultSecondary, overwrite, ) + initial.add("backgroundDefaultTertiary", LightColorTokens.BackgroundDefaultTertiary, overwrite) + initial.add("backgroundDarkPrimary", LightColorTokens.BackgroundDarkPrimary, overwrite) + initial.add("backgroundDarkSecondary", LightColorTokens.BackgroundDarkSecondary, overwrite) + initial.add("backgroundDarkTertiary", LightColorTokens.BackgroundDarkTertiary, overwrite) + initial.add("backgroundLightPrimary", LightColorTokens.BackgroundLightPrimary, overwrite) initial.add( - "textInverseSecondaryActive", - LightColorTokens.TextInverseSecondaryActive, + "surfaceInverseTransparentNegativeHover", + LightColorTokens.SurfaceInverseTransparentNegativeHover, overwrite, ) + initial.add("overlayInverseSoft", LightColorTokens.OverlayInverseSoft, overwrite) + initial.add("overlayInverseHard", LightColorTokens.OverlayInverseHard, overwrite) initial.add( - "surfaceDefaultTransparentSecondaryActive", - LightColorTokens.SurfaceDefaultTransparentSecondaryActive, + "outlineDefaultTransparentPrimary", + LightColorTokens.OutlineDefaultTransparentPrimary, overwrite, ) initial.add( - "surfaceInverseSolidDefault", - LightColorTokens.SurfaceInverseSolidDefault, + "outlineDefaultTransparentPrimaryHover", + LightColorTokens.OutlineDefaultTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceOnLightSolidTertiaryActive", - LightColorTokens.SurfaceOnLightSolidTertiaryActive, + "outlineDefaultTransparentPrimaryActive", + LightColorTokens.OutlineDefaultTransparentPrimaryActive, overwrite, ) + initial.add("outlineDefaultClear", LightColorTokens.OutlineDefaultClear, overwrite) initial.add( - "outlineInverseOutlineMinorHover", - DarkColorTokens.OutlineInverseOutlineMinorHover, + "backgroundInverseSecondary", + LightColorTokens.BackgroundInverseSecondary, overwrite, ) - initial.add("outlineInverseOutlineMinor", DarkColorTokens.OutlineInverseOutlineMinor, overwrite) + initial.add("backgroundLightTertiary", LightColorTokens.BackgroundLightTertiary, overwrite) + initial.add("backgroundInverseTertiary", LightColorTokens.BackgroundInverseTertiary, overwrite) + initial.add("overlayDefaultSoft", LightColorTokens.OverlayDefaultSoft, overwrite) + initial.add("overlayDefaultHard", LightColorTokens.OverlayDefaultHard, overwrite) + initial.add("overlayOnDarkSoft", LightColorTokens.OverlayOnDarkSoft, overwrite) + initial.add("overlayOnDarkHard", LightColorTokens.OverlayOnDarkHard, overwrite) + initial.add("backgroundInversePrimary", LightColorTokens.BackgroundInversePrimary, overwrite) + initial.add("overlayOnLightSoft", LightColorTokens.OverlayOnLightSoft, overwrite) + initial.add("overlayOnLightHard", LightColorTokens.OverlayOnLightHard, overwrite) + initial.add("outlineDefaultPositive", LightColorTokens.OutlineDefaultPositive, overwrite) initial.add( - "outlineInverseOutlineMinorActive", - DarkColorTokens.OutlineInverseOutlineMinorActive, + "outlineDefaultPositiveHover", + LightColorTokens.OutlineDefaultPositiveHover, overwrite, ) initial.add( - "outlineInverseOutlineMinorBrightness", - DarkColorTokens.OutlineInverseOutlineMinorBrightness, + "outlineDefaultPositiveActive", + LightColorTokens.OutlineDefaultPositiveActive, overwrite, ) - return SddsSbComColors(initial) -} - -/** - * Цвета [SddsSbComColors] для темной темы - */ -@Suppress("LongMethod") -public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = {}): SddsSbComColors { - val colorOverrideScope = ColorOverrideScope() - overrideColors.invoke(colorOverrideScope) - val overwrite = colorOverrideScope.overrideMap - val initial = mutableMapOf() - initial.add("textDefaultTertiaryHover", DarkColorTokens.TextDefaultTertiaryHover, overwrite) + initial.add("outlineDefaultWarning", LightColorTokens.OutlineDefaultWarning, overwrite) initial.add( - "personaDefaultIndigoTextAccent", - DarkColorTokens.PersonaDefaultIndigoTextAccent, + "outlineDefaultWarningHover", + LightColorTokens.OutlineDefaultWarningHover, overwrite, ) initial.add( - "personaOnDarkPinkTextAccentBrightness", - DarkColorTokens.PersonaOnDarkPinkTextAccentBrightness, + "outlineDefaultWarningActive", + LightColorTokens.OutlineDefaultWarningActive, overwrite, ) + initial.add("outlineDefaultNegative", LightColorTokens.OutlineDefaultNegative, overwrite) initial.add( - "personaOnDarkSeaBlueTextAccentBrightness", - DarkColorTokens.PersonaOnDarkSeaBlueTextAccentBrightness, + "outlineDefaultNegativeHover", + LightColorTokens.OutlineDefaultNegativeHover, overwrite, ) initial.add( - "outlineDefaultTransparentClear", - DarkColorTokens.OutlineDefaultTransparentClear, + "outlineDefaultNegativeActive", + LightColorTokens.OutlineDefaultNegativeActive, overwrite, ) + initial.add("outlineDefaultInfo", LightColorTokens.OutlineDefaultInfo, overwrite) + initial.add("outlineDefaultInfoHover", LightColorTokens.OutlineDefaultInfoHover, overwrite) + initial.add("outlineDefaultInfoActive", LightColorTokens.OutlineDefaultInfoActive, overwrite) + initial.add("outlineDefaultClearActive", LightColorTokens.OutlineDefaultClearActive, overwrite) + initial.add("outlineDefaultClearHover", LightColorTokens.OutlineDefaultClearHover, overwrite) initial.add( - "personaDefaultSeaBlueTextAccentActive", - DarkColorTokens.PersonaDefaultSeaBlueTextAccentActive, + "outlineOnDarkTransparentPrimary", + LightColorTokens.OutlineOnDarkTransparentPrimary, overwrite, ) initial.add( - "personaInverseIndigoTextAccentActive", - DarkColorTokens.PersonaInverseIndigoTextAccentActive, + "outlineOnDarkTransparentPrimaryHover", + LightColorTokens.OutlineOnDarkTransparentPrimaryHover, overwrite, ) initial.add( - "personaOnDarkOchreTextAccent", - DarkColorTokens.PersonaOnDarkOchreTextAccent, + "outlineOnDarkTransparentPrimaryActive", + LightColorTokens.OutlineOnDarkTransparentPrimaryActive, overwrite, ) + initial.add("outlineOnDarkPositive", LightColorTokens.OutlineOnDarkPositive, overwrite) initial.add( - "outlineDefaultMinorBrightness", - DarkColorTokens.OutlineDefaultMinorBrightness, + "outlineOnDarkPositiveHover", + LightColorTokens.OutlineOnDarkPositiveHover, overwrite, ) initial.add( - "outlineDefaultDefaultBrightness", - DarkColorTokens.OutlineDefaultDefaultBrightness, + "outlineOnDarkPositiveActive", + LightColorTokens.OutlineOnDarkPositiveActive, overwrite, ) + initial.add("outlineOnDarkWarning", LightColorTokens.OutlineOnDarkWarning, overwrite) + initial.add("outlineOnDarkWarningHover", LightColorTokens.OutlineOnDarkWarningHover, overwrite) initial.add( - "outlineDefaultTransparentClearBrightness", - DarkColorTokens.OutlineDefaultTransparentClearBrightness, + "outlineOnDarkWarningActive", + LightColorTokens.OutlineOnDarkWarningActive, overwrite, ) + initial.add("outlineOnDarkNegative", LightColorTokens.OutlineOnDarkNegative, overwrite) initial.add( - "outlineInverseDefaultBrightness", - DarkColorTokens.OutlineInverseDefaultBrightness, + "outlineOnDarkNegativeHover", + LightColorTokens.OutlineOnDarkNegativeHover, overwrite, ) initial.add( - "personaDefaultSeaBlueTextAccentBrightness", - DarkColorTokens.PersonaDefaultSeaBlueTextAccentBrightness, + "outlineOnDarkNegativeActive", + LightColorTokens.OutlineOnDarkNegativeActive, overwrite, ) + initial.add("outlineOnDarkInfo", LightColorTokens.OutlineOnDarkInfo, overwrite) + initial.add("outlineOnDarkInfoHover", LightColorTokens.OutlineOnDarkInfoHover, overwrite) + initial.add("outlineOnDarkInfoActive", LightColorTokens.OutlineOnDarkInfoActive, overwrite) + initial.add("outlineOnDarkClearActive", LightColorTokens.OutlineOnDarkClearActive, overwrite) + initial.add("outlineOnDarkClear", LightColorTokens.OutlineOnDarkClear, overwrite) + initial.add("outlineOnDarkClearHover", LightColorTokens.OutlineOnDarkClearHover, overwrite) + initial.add("outlineOnLightClear", LightColorTokens.OutlineOnLightClear, overwrite) + initial.add("outlineOnLightClearHover", LightColorTokens.OutlineOnLightClearHover, overwrite) + initial.add("outlineOnLightClearActive", LightColorTokens.OutlineOnLightClearActive, overwrite) + initial.add("outlineOnLightPositive", LightColorTokens.OutlineOnLightPositive, overwrite) initial.add( - "personaDefaultVioletTextAccentBrightness", - DarkColorTokens.PersonaDefaultVioletTextAccentBrightness, + "outlineOnLightPositiveHover", + LightColorTokens.OutlineOnLightPositiveHover, overwrite, ) - initial.add("textDefaultTertiaryActive", DarkColorTokens.TextDefaultTertiaryActive, overwrite) - initial.add("textDefaultTertiary", DarkColorTokens.TextDefaultTertiary, overwrite) initial.add( - "surfaceDefaultSolidDefaultHover", - DarkColorTokens.SurfaceDefaultSolidDefaultHover, + "outlineOnLightTransparentPrimary", + LightColorTokens.OutlineOnLightTransparentPrimary, overwrite, ) - initial.add("textInverseParagraph", DarkColorTokens.TextInverseParagraph, overwrite) initial.add( - "surfaceOnDarkSolidPrimaryBrightness", - DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightness, + "outlineOnLightTransparentPrimaryHover", + LightColorTokens.OutlineOnLightTransparentPrimaryHover, overwrite, ) - initial.add("textOnDarkPrimaryActive", DarkColorTokens.TextOnDarkPrimaryActive, overwrite) initial.add( - "textOnLightPrimaryBrightness", - DarkColorTokens.TextOnLightPrimaryBrightness, + "outlineOnLightTransparentPrimaryActive", + LightColorTokens.OutlineOnLightTransparentPrimaryActive, overwrite, ) - initial.add("textDefaultPositiveHover", DarkColorTokens.TextDefaultPositiveHover, overwrite) - initial.add("textInverseSecondary", DarkColorTokens.TextInverseSecondary, overwrite) - initial.add("textInverseAccentHover", DarkColorTokens.TextInverseAccentHover, overwrite) + initial.add("outlineOnLightNegative", LightColorTokens.OutlineOnLightNegative, overwrite) + initial.add("outlineOnLightWarning", LightColorTokens.OutlineOnLightWarning, overwrite) initial.add( - "outlineDefaultPositiveActive", - DarkColorTokens.OutlineDefaultPositiveActive, + "outlineOnLightNegativeHover", + LightColorTokens.OutlineOnLightNegativeHover, overwrite, ) initial.add( - "surfaceDefaultSolidSecondaryActive", - DarkColorTokens.SurfaceDefaultSolidSecondaryActive, + "outlineOnLightNegativeActive", + LightColorTokens.OutlineOnLightNegativeActive, overwrite, ) + initial.add("outlineOnLightInfo", LightColorTokens.OutlineOnLightInfo, overwrite) + initial.add("outlineOnLightInfoActive", LightColorTokens.OutlineOnLightInfoActive, overwrite) + initial.add("outlineOnLightInfoHover", LightColorTokens.OutlineOnLightInfoHover, overwrite) initial.add( - "surfaceDefaultSolidSecondary", - DarkColorTokens.SurfaceDefaultSolidSecondary, + "outlineOnLightWarningHover", + LightColorTokens.OutlineOnLightWarningHover, overwrite, ) initial.add( - "surfaceDefaultSolidTertiaryHover", - DarkColorTokens.SurfaceDefaultSolidTertiaryHover, + "outlineInverseTransparentPrimary", + LightColorTokens.OutlineInverseTransparentPrimary, overwrite, ) initial.add( - "surfaceDefaultSolidTertiaryActive", - DarkColorTokens.SurfaceDefaultSolidTertiaryActive, + "outlineInverseTransparentPrimaryHover", + LightColorTokens.OutlineInverseTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceDefaultSolidTertiary", - DarkColorTokens.SurfaceDefaultSolidTertiary, + "outlineInverseTransparentPrimaryActive", + LightColorTokens.OutlineInverseTransparentPrimaryActive, overwrite, ) + initial.add("outlineInverseClear", LightColorTokens.OutlineInverseClear, overwrite) + initial.add("outlineInverseClearHover", LightColorTokens.OutlineInverseClearHover, overwrite) + initial.add("outlineInverseClearActive", LightColorTokens.OutlineInverseClearActive, overwrite) initial.add( - "surfaceDefaultSolidCardHover", - DarkColorTokens.SurfaceDefaultSolidCardHover, + "outlineInverseWarningActive", + LightColorTokens.OutlineInverseWarningActive, overwrite, ) + initial.add("outlineInverseNegative", LightColorTokens.OutlineInverseNegative, overwrite) initial.add( - "surfaceDefaultSolidCardActive", - DarkColorTokens.SurfaceDefaultSolidCardActive, + "outlineInverseNegativeHover", + LightColorTokens.OutlineInverseNegativeHover, overwrite, ) - initial.add("surfaceDefaultSolidCard", DarkColorTokens.SurfaceDefaultSolidCard, overwrite) initial.add( - "surfaceDefaultSolidCardBrightness", - DarkColorTokens.SurfaceDefaultSolidCardBrightness, + "outlineInverseNegativeActive", + LightColorTokens.OutlineInverseNegativeActive, overwrite, ) + initial.add("outlineInverseInfo", LightColorTokens.OutlineInverseInfo, overwrite) + initial.add("outlineInverseInfoHover", LightColorTokens.OutlineInverseInfoHover, overwrite) + initial.add("outlineInverseInfoActive", LightColorTokens.OutlineInverseInfoActive, overwrite) initial.add( - "surfaceDefaultSolidPrimaryActive", - DarkColorTokens.SurfaceDefaultSolidPrimaryActive, + "outlineInversePositiveActive", + LightColorTokens.OutlineInversePositiveActive, overwrite, ) + initial.add("outlineInversePositive", LightColorTokens.OutlineInversePositive, overwrite) initial.add( - "surfaceDefaultSolidPrimaryBrightness", - DarkColorTokens.SurfaceDefaultSolidPrimaryBrightness, + "outlineInversePositiveHover", + LightColorTokens.OutlineInversePositiveHover, overwrite, ) - initial.add("surfaceDefaultSolidPrimary", DarkColorTokens.SurfaceDefaultSolidPrimary, overwrite) + initial.add("outlineInverseWarning", LightColorTokens.OutlineInverseWarning, overwrite) initial.add( - "surfaceDefaultSolidSecondaryHover", - DarkColorTokens.SurfaceDefaultSolidSecondaryHover, + "outlineInverseWarningHover", + LightColorTokens.OutlineInverseWarningHover, + overwrite, + ) + initial.add("textDefaultPrimaryHover", LightColorTokens.TextDefaultPrimaryHover, overwrite) + initial.add("surfaceOnDarkSolidDefault", LightColorTokens.SurfaceOnDarkSolidDefault, overwrite) + initial.add( + "surfaceOnLightAccentMinorActive", + LightColorTokens.SurfaceOnLightAccentMinorActive, overwrite, ) initial.add( - "surfaceDefaultTransparentTertiaryHover", - DarkColorTokens.SurfaceDefaultTransparentTertiaryHover, + "surfaceInverseAccentMinorHover", + LightColorTokens.SurfaceInverseAccentMinorHover, overwrite, ) + return SddsSbComColors(initial) +} + +/** + * Цвета [SddsSbComColors] для темной темы + */ +@Suppress("LongMethod") +public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = {}): SddsSbComColors { + val colorOverrideScope = ColorOverrideScope() + overrideColors.invoke(colorOverrideScope) + val overwrite = colorOverrideScope.overrideMap + val initial = mutableMapOf() + initial.add("outlineOnLightPrimaryHover", DarkColorTokens.OutlineOnLightPrimaryHover, overwrite) initial.add( - "surfaceDefaultTransparentTertiaryActive", - DarkColorTokens.SurfaceDefaultTransparentTertiaryActive, + "outlineInverseDefaultActive", + DarkColorTokens.OutlineInverseDefaultActive, overwrite, ) initial.add( - "surfaceDefaultTransparentTertiary", - DarkColorTokens.SurfaceDefaultTransparentTertiary, + "personasInverseSeaBlueTextAccentActive", + DarkColorTokens.PersonasInverseSeaBlueTextAccentActive, overwrite, ) initial.add( - "surfaceDefaultTransparentDeepHover", - DarkColorTokens.SurfaceDefaultTransparentDeepHover, + "personasInverseVioletTextAccentActive", + DarkColorTokens.PersonasInverseVioletTextAccentActive, overwrite, ) + initial.add("outlineOnLightDefaultHover", DarkColorTokens.OutlineOnLightDefaultHover, overwrite) initial.add( - "surfaceDefaultTransparentDeepActive", - DarkColorTokens.SurfaceDefaultTransparentDeepActive, + "outlineInversePrimaryActive", + DarkColorTokens.OutlineInversePrimaryActive, overwrite, ) + initial.add("outlineOnDarkDefaultActive", DarkColorTokens.OutlineOnDarkDefaultActive, overwrite) + initial.add("outlineOnDarkDefaultHover", DarkColorTokens.OutlineOnDarkDefaultHover, overwrite) initial.add( - "surfaceDefaultTransparentDeep", - DarkColorTokens.SurfaceDefaultTransparentDeep, + "personasDefaultGreenTextAccentHover", + DarkColorTokens.PersonasDefaultGreenTextAccentHover, overwrite, ) initial.add( - "surfaceDefaultTransparentCardHover", - DarkColorTokens.SurfaceDefaultTransparentCardHover, + "personasDefaultSeaBlueTextAccentHover", + DarkColorTokens.PersonasDefaultSeaBlueTextAccentHover, overwrite, ) initial.add( - "surfaceDefaultTransparentCardActive", - DarkColorTokens.SurfaceDefaultTransparentCardActive, + "surfaceInverseAccentSecondaryHover", + DarkColorTokens.SurfaceInverseAccentSecondaryHover, overwrite, ) initial.add( - "surfaceDefaultTransparentCard", - DarkColorTokens.SurfaceDefaultTransparentCard, + "surfaceOnLightAccentSecondaryActive", + DarkColorTokens.SurfaceOnLightAccentSecondaryActive, overwrite, ) initial.add( - "surfaceDefaultTransparentCardBrightness", - DarkColorTokens.SurfaceDefaultTransparentCardBrightness, + "surfaceDefaultTransparentNaviActive", + DarkColorTokens.SurfaceDefaultTransparentNaviActive, overwrite, ) - initial.add("surfaceDefaultClearHover", DarkColorTokens.SurfaceDefaultClearHover, overwrite) - initial.add("surfaceDefaultClearActive", DarkColorTokens.SurfaceDefaultClearActive, overwrite) - initial.add("surfaceDefaultClear", DarkColorTokens.SurfaceDefaultClear, overwrite) initial.add( - "surfaceDefaultAccentMinorActive", - DarkColorTokens.SurfaceDefaultAccentMinorActive, + "surfaceOnLightTransparentAccentMinorActive", + DarkColorTokens.SurfaceOnLightTransparentAccentMinorActive, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentHover", - DarkColorTokens.SurfaceDefaultTransparentAccentHover, + "personasOnLightGreenTextAccentActive", + DarkColorTokens.PersonasOnLightGreenTextAccentActive, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentActive", - DarkColorTokens.SurfaceDefaultTransparentAccentActive, + "outlineDefaultDefaultActive", + DarkColorTokens.OutlineDefaultDefaultActive, overwrite, ) + initial.add("outlineOnDarkPrimaryActive", DarkColorTokens.OutlineOnDarkPrimaryActive, overwrite) initial.add( - "surfaceDefaultPositiveHover", - DarkColorTokens.SurfaceDefaultPositiveHover, + "personasDefaultOliveTextAccentActive", + DarkColorTokens.PersonasDefaultOliveTextAccentActive, overwrite, ) initial.add( - "surfaceDefaultPositiveActive", - DarkColorTokens.SurfaceDefaultPositiveActive, + "personasOnDarkOliveTextAccentHover", + DarkColorTokens.PersonasOnDarkOliveTextAccentHover, overwrite, ) - initial.add("surfaceDefaultWarningHover", DarkColorTokens.SurfaceDefaultWarningHover, overwrite) initial.add( - "surfaceDefaultTransparentPrimaryHover", - DarkColorTokens.SurfaceDefaultTransparentPrimaryHover, + "personasOnLightVioletTextAccentActive", + DarkColorTokens.PersonasOnLightVioletTextAccentActive, overwrite, ) initial.add( - "surfaceDefaultTransparentPrimaryActive", - DarkColorTokens.SurfaceDefaultTransparentPrimaryActive, + "personasOnLightOchreTextAccentActive", + DarkColorTokens.PersonasOnLightOchreTextAccentActive, overwrite, ) initial.add( - "textInverseAccentMinorHover", - DarkColorTokens.TextInverseAccentMinorHover, + "surfaceOnDarkAccentSecondaryHover", + DarkColorTokens.SurfaceOnDarkAccentSecondaryHover, overwrite, ) initial.add( - "textInverseAccentMinorActive", - DarkColorTokens.TextInverseAccentMinorActive, + "personasInverseGreenTextAccentHover", + DarkColorTokens.PersonasInverseGreenTextAccentHover, overwrite, ) - initial.add("surfaceDefaultInfo", DarkColorTokens.SurfaceDefaultInfo, overwrite) - initial.add("surfaceDefaultPositive", DarkColorTokens.SurfaceDefaultPositive, overwrite) - initial.add("surfaceDefaultAccentMinor", DarkColorTokens.SurfaceDefaultAccentMinor, overwrite) - initial.add("surfaceOnDarkSolidPrimary", DarkColorTokens.SurfaceOnDarkSolidPrimary, overwrite) initial.add( - "surfaceOnDarkSolidSecondaryHover", - DarkColorTokens.SurfaceOnDarkSolidSecondaryHover, + "personasOnLightPinkTextAccentHover", + DarkColorTokens.PersonasOnLightPinkTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkSolidSecondaryActive", - DarkColorTokens.SurfaceOnDarkSolidSecondaryActive, + "surfaceDefaultAccentSecondaryHover", + DarkColorTokens.SurfaceDefaultAccentSecondaryHover, overwrite, ) initial.add( - "surfaceOnDarkSolidSecondary", - DarkColorTokens.SurfaceOnDarkSolidSecondary, + "personasDefaultIndigoTextAccentHover", + DarkColorTokens.PersonasDefaultIndigoTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkSolidTertiaryHover", - DarkColorTokens.SurfaceOnDarkSolidTertiaryHover, + "personasOnDarkVioletTextAccentHover", + DarkColorTokens.PersonasOnDarkVioletTextAccentHover, overwrite, ) + initial.add("outlineOnLightPrimary", DarkColorTokens.OutlineOnLightPrimary, overwrite) + initial.add("outlineInverseDefault", DarkColorTokens.OutlineInverseDefault, overwrite) initial.add( - "surfaceOnDarkSolidTertiaryActive", - DarkColorTokens.SurfaceOnDarkSolidTertiaryActive, + "personasOnDarkBlueTextAccentHover", + DarkColorTokens.PersonasOnDarkBlueTextAccentHover, overwrite, ) - initial.add("surfaceOnDarkSolidTertiary", DarkColorTokens.SurfaceOnDarkSolidTertiary, overwrite) initial.add( - "surfaceOnDarkSolidCardHover", - DarkColorTokens.SurfaceOnDarkSolidCardHover, + "personasOnLightIndigoTextAccentHover", + DarkColorTokens.PersonasOnLightIndigoTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkSolidCardActive", - DarkColorTokens.SurfaceOnDarkSolidCardActive, + "personasOnLightIndigoTextAccentActive", + DarkColorTokens.PersonasOnLightIndigoTextAccentActive, overwrite, ) - initial.add("surfaceOnDarkSolidCard", DarkColorTokens.SurfaceOnDarkSolidCard, overwrite) initial.add( - "surfaceOnDarkSolidCardBrightness", - DarkColorTokens.SurfaceOnDarkSolidCardBrightness, + "personasOnLightSeaBlueTextAccentHover", + DarkColorTokens.PersonasOnLightSeaBlueTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkSolidDefaultHover", - DarkColorTokens.SurfaceOnDarkSolidDefaultHover, + "personasDefaultOchreTextAccentActive", + DarkColorTokens.PersonasDefaultOchreTextAccentActive, overwrite, ) + initial.add("backgroundInverseHardline", DarkColorTokens.BackgroundInverseHardline, overwrite) initial.add( - "surfaceOnDarkSolidDefaultActive", - DarkColorTokens.SurfaceOnDarkSolidDefaultActive, + "surfaceOnDarkTransparentAccentMinorActive", + DarkColorTokens.SurfaceOnDarkTransparentAccentMinorActive, overwrite, ) - initial.add("surfaceOnDarkSolidDefault", DarkColorTokens.SurfaceOnDarkSolidDefault, overwrite) initial.add( - "surfaceOnDarkTransparentPrimaryHover", - DarkColorTokens.SurfaceOnDarkTransparentPrimaryHover, + "personasOnDarkSeaBlueTextAccentHover", + DarkColorTokens.PersonasOnDarkSeaBlueTextAccentHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentPrimaryActive", - DarkColorTokens.SurfaceOnDarkTransparentPrimaryActive, + "surfaceDefaultTransparentNavi", + DarkColorTokens.SurfaceDefaultTransparentNavi, overwrite, ) initial.add( - "surfaceOnDarkTransparentPrimary", - DarkColorTokens.SurfaceOnDarkTransparentPrimary, + "personasDefaultVioletTextAccentActive", + DarkColorTokens.PersonasDefaultVioletTextAccentActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentSecondaryHover", - DarkColorTokens.SurfaceOnDarkTransparentSecondaryHover, + "personasDefaultBlueTextAccentHover", + DarkColorTokens.PersonasDefaultBlueTextAccentHover, overwrite, ) + initial.add("outlineDefaultDefault", DarkColorTokens.OutlineDefaultDefault, overwrite) initial.add( - "surfaceOnDarkTransparentSecondaryActive", - DarkColorTokens.SurfaceOnDarkTransparentSecondaryActive, + "textDefaultPrimaryBrightnessActive", + DarkColorTokens.TextDefaultPrimaryBrightnessActive, overwrite, ) - initial.add("surfaceDefaultWarning", DarkColorTokens.SurfaceDefaultWarning, overwrite) initial.add( - "surfaceDefaultNegativeHover", - DarkColorTokens.SurfaceDefaultNegativeHover, + "surfaceDefaultSolidCardBrightnessHover", + DarkColorTokens.SurfaceDefaultSolidCardBrightnessHover, overwrite, ) initial.add( - "surfaceDefaultNegativeActive", - DarkColorTokens.SurfaceDefaultNegativeActive, + "surfaceDefaultTransparentCardBrightnessHover", + DarkColorTokens.SurfaceDefaultTransparentCardBrightnessHover, overwrite, ) - initial.add("surfaceDefaultInfoHover", DarkColorTokens.SurfaceDefaultInfoHover, overwrite) - initial.add("surfaceDefaultInfoActive", DarkColorTokens.SurfaceDefaultInfoActive, overwrite) initial.add( - "surfaceOnDarkTransparentCardActive", - DarkColorTokens.SurfaceOnDarkTransparentCardActive, + "surfaceDefaultSolidCardBrightnessActive", + DarkColorTokens.SurfaceDefaultSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceDefaultTransparentSecondary", - DarkColorTokens.SurfaceDefaultTransparentSecondary, + "surfaceDefaultSolidPrimaryBrightnessHover", + DarkColorTokens.SurfaceDefaultSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceDefaultTransparentAccent", - DarkColorTokens.SurfaceDefaultTransparentAccent, + "surfaceDefaultTransparentCardBrightnessActive", + DarkColorTokens.SurfaceDefaultTransparentCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentHover", - DarkColorTokens.SurfaceOnDarkTransparentAccentHover, + "surfaceOnDarkSolidPrimaryBrightnessActive", + DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightnessActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentActive", - DarkColorTokens.SurfaceOnDarkTransparentAccentActive, + "surfaceOnDarkTransparentCardBrightnessHover", + DarkColorTokens.SurfaceOnDarkTransparentCardBrightnessHover, overwrite, ) - initial.add("surfaceOnDarkPositiveHover", DarkColorTokens.SurfaceOnDarkPositiveHover, overwrite) initial.add( - "surfaceOnDarkPositiveActive", - DarkColorTokens.SurfaceOnDarkPositiveActive, + "surfaceOnDarkTransparentCardBrightnessActive", + DarkColorTokens.SurfaceOnDarkTransparentCardBrightnessActive, overwrite, ) - initial.add("surfaceOnDarkWarningHover", DarkColorTokens.SurfaceOnDarkWarningHover, overwrite) - initial.add("surfaceOnDarkWarningActive", DarkColorTokens.SurfaceOnDarkWarningActive, overwrite) - initial.add("surfaceOnDarkWarning", DarkColorTokens.SurfaceOnDarkWarning, overwrite) - initial.add("surfaceOnDarkNegativeHover", DarkColorTokens.SurfaceOnDarkNegativeHover, overwrite) initial.add( - "surfaceOnDarkNegativeActive", - DarkColorTokens.SurfaceOnDarkNegativeActive, + "surfaceOnDarkSolidCardBrightnessHover", + DarkColorTokens.SurfaceOnDarkSolidCardBrightnessHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentTertiaryHover", - DarkColorTokens.SurfaceOnDarkTransparentTertiaryHover, + "surfaceOnDarkSolidCardBrightnessActive", + DarkColorTokens.SurfaceOnDarkSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentTertiaryActive", - DarkColorTokens.SurfaceOnDarkTransparentTertiaryActive, + "surfaceOnLightSolidPrimaryBrightnessHover", + DarkColorTokens.SurfaceOnLightSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentDeepHover", - DarkColorTokens.SurfaceOnDarkTransparentDeepHover, + "surfaceOnLightSolidPrimaryBrightnessActive", + DarkColorTokens.SurfaceOnLightSolidPrimaryBrightnessActive, overwrite, ) initial.add( - "surfaceOnDarkTransparentDeep", - DarkColorTokens.SurfaceOnDarkTransparentDeep, + "personasInverseIndigoTextAccent", + DarkColorTokens.PersonasInverseIndigoTextAccent, overwrite, ) initial.add( - "surfaceOnDarkTransparentCardHover", - DarkColorTokens.SurfaceOnDarkTransparentCardHover, + "personasInversePinkTextAccent", + DarkColorTokens.PersonasInversePinkTextAccent, overwrite, ) - initial.add("surfaceOnLightSolidPrimary", DarkColorTokens.SurfaceOnLightSolidPrimary, overwrite) initial.add( - "surfaceOnLightSolidPrimaryBrightness", - DarkColorTokens.SurfaceOnLightSolidPrimaryBrightness, + "personasDefaultOliveTextAccent", + DarkColorTokens.PersonasDefaultOliveTextAccent, overwrite, ) initial.add( - "surfaceOnLightSolidSecondaryHover", - DarkColorTokens.SurfaceOnLightSolidSecondaryHover, + "outlineOnLightPositiveActive", + DarkColorTokens.OutlineOnLightPositiveActive, overwrite, ) initial.add( - "surfaceOnLightSolidSecondaryActive", - DarkColorTokens.SurfaceOnLightSolidSecondaryActive, + "personasInverseOchreTextAccent", + DarkColorTokens.PersonasInverseOchreTextAccent, overwrite, ) initial.add( - "surfaceOnLightSolidSecondary", - DarkColorTokens.SurfaceOnLightSolidSecondary, + "personasOnDarkOliveTextAccent", + DarkColorTokens.PersonasOnDarkOliveTextAccent, overwrite, ) initial.add( - "surfaceOnDarkAccentMinorHover", - DarkColorTokens.SurfaceOnDarkAccentMinorHover, + "surfaceDefaultSolidTertiaryActive", + DarkColorTokens.SurfaceDefaultSolidTertiaryActive, overwrite, ) initial.add( - "surfaceOnDarkAccentMinorActive", - DarkColorTokens.SurfaceOnDarkAccentMinorActive, + "surfaceOnLightSolidTertiaryActive", + DarkColorTokens.SurfaceOnLightSolidTertiaryActive, overwrite, ) initial.add( - "surfaceOnLightSolidCardActive", - DarkColorTokens.SurfaceOnLightSolidCardActive, + "surfaceInverseTransparentNavi", + DarkColorTokens.SurfaceInverseTransparentNavi, overwrite, ) - initial.add("surfaceOnLightSolidCard", DarkColorTokens.SurfaceOnLightSolidCard, overwrite) initial.add( - "surfaceOnLightSolidCardBrightness", - DarkColorTokens.SurfaceOnLightSolidCardBrightness, + "surfaceOnLightTransparentCardBrightnessHover", + DarkColorTokens.SurfaceOnLightTransparentCardBrightnessHover, overwrite, ) + initial.add("textDefaultPrimary", DarkColorTokens.TextDefaultPrimary, overwrite) + initial.add("textOnDarkAccentMinorHover", DarkColorTokens.TextOnDarkAccentMinorHover, overwrite) initial.add( - "surfaceOnLightSolidDefaultActive", - DarkColorTokens.SurfaceOnLightSolidDefaultActive, + "personasOnLightOliveTextAccent", + DarkColorTokens.PersonasOnLightOliveTextAccent, overwrite, ) - initial.add("surfaceOnLightSolidDefault", DarkColorTokens.SurfaceOnLightSolidDefault, overwrite) initial.add( - "surfaceOnLightTransparentPrimaryHover", - DarkColorTokens.SurfaceOnLightTransparentPrimaryHover, + "surfaceOnLightTransparentCardBrightnessActive", + DarkColorTokens.SurfaceOnLightTransparentCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightTransparentPrimaryActive", - DarkColorTokens.SurfaceOnLightTransparentPrimaryActive, + "surfaceOnDarkAccentMinorActive", + DarkColorTokens.SurfaceOnDarkAccentMinorActive, overwrite, ) initial.add( - "surfaceOnLightTransparentSecondaryHover", - DarkColorTokens.SurfaceOnLightTransparentSecondaryHover, + "surfaceOnLightSolidCardBrightnessHover", + DarkColorTokens.SurfaceOnLightSolidCardBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentSecondaryActive", - DarkColorTokens.SurfaceOnLightTransparentSecondaryActive, + "surfaceOnLightSolidCardBrightnessActive", + DarkColorTokens.SurfaceOnLightSolidCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightTransparentSecondary", - DarkColorTokens.SurfaceOnLightTransparentSecondary, + "surfaceInverseSolidPrimaryBrightnessHover", + DarkColorTokens.SurfaceInverseSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceOnLightTransparentTertiaryHover", - DarkColorTokens.SurfaceOnLightTransparentTertiaryHover, + "surfaceInverseSolidPrimaryBrightnessActive", + DarkColorTokens.SurfaceInverseSolidPrimaryBrightnessActive, overwrite, ) - initial.add("textDefaultPrimaryHover", DarkColorTokens.TextDefaultPrimaryHover, overwrite) - initial.add("surfaceOnDarkInfoHover", DarkColorTokens.SurfaceOnDarkInfoHover, overwrite) - initial.add("surfaceOnDarkInfoActive", DarkColorTokens.SurfaceOnDarkInfoActive, overwrite) initial.add( - "surfaceOnDarkTransparentTertiary", - DarkColorTokens.SurfaceOnDarkTransparentTertiary, + "surfaceInverseTransparentCardBrightnessHover", + DarkColorTokens.SurfaceInverseTransparentCardBrightnessHover, overwrite, ) - initial.add("surfaceOnDarkInfo", DarkColorTokens.SurfaceOnDarkInfo, overwrite) + initial.add("outlineDefaultPrimary", DarkColorTokens.OutlineDefaultPrimary, overwrite) initial.add( - "surfaceOnLightSolidPrimaryHover", - DarkColorTokens.SurfaceOnLightSolidPrimaryHover, + "personasOnLightOchreTextAccent", + DarkColorTokens.PersonasOnLightOchreTextAccent, overwrite, ) initial.add( - "surfaceOnLightSolidPrimaryActive", - DarkColorTokens.SurfaceOnLightSolidPrimaryActive, + "personasOnDarkIndigoTextAccent", + DarkColorTokens.PersonasOnDarkIndigoTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentCardBrightness", - DarkColorTokens.SurfaceOnLightTransparentCardBrightness, + "surfaceOnDarkAccentSecondary", + DarkColorTokens.SurfaceOnDarkAccentSecondary, overwrite, ) initial.add( - "surfaceOnLightAccentMinorActive", - DarkColorTokens.SurfaceOnLightAccentMinorActive, + "personasInverseGreenTextAccent", + DarkColorTokens.PersonasInverseGreenTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentHover", - DarkColorTokens.SurfaceOnLightTransparentAccentHover, + "surfaceDefaultAccentSecondary", + DarkColorTokens.SurfaceDefaultAccentSecondary, overwrite, ) + initial.add("surfaceDefaultAccentMinor", DarkColorTokens.SurfaceDefaultAccentMinor, overwrite) initial.add( - "surfaceOnLightTransparentAccentActive", - DarkColorTokens.SurfaceOnLightTransparentAccentActive, + "surfaceOnDarkSolidTertiaryActive", + DarkColorTokens.SurfaceOnDarkSolidTertiaryActive, overwrite, ) + initial.add("backgroundLightSecondary", DarkColorTokens.BackgroundLightSecondary, overwrite) initial.add( - "surfaceOnLightSolidTertiary", - DarkColorTokens.SurfaceOnLightSolidTertiary, + "surfaceInverseSolidTertiary", + DarkColorTokens.SurfaceInverseSolidTertiary, overwrite, ) + initial.add("surfaceOnLightAccentMinor", DarkColorTokens.SurfaceOnLightAccentMinor, overwrite) initial.add( - "surfaceOnLightSolidCardHover", - DarkColorTokens.SurfaceOnLightSolidCardHover, + "surfaceInverseTransparentCardBrightnessActive", + DarkColorTokens.SurfaceInverseTransparentCardBrightnessActive, overwrite, ) initial.add( - "surfaceOnLightPositiveHover", - DarkColorTokens.SurfaceOnLightPositiveHover, + "outlineOnLightWarningActive", + DarkColorTokens.OutlineOnLightWarningActive, overwrite, ) initial.add( - "surfaceOnLightPositiveActive", - DarkColorTokens.SurfaceOnLightPositiveActive, + "personasOnLightVioletTextAccent", + DarkColorTokens.PersonasOnLightVioletTextAccent, overwrite, ) - initial.add("surfaceOnLightWarningHover", DarkColorTokens.SurfaceOnLightWarningHover, overwrite) + initial.add("surfaceInverseAccentMinor", DarkColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( - "surfaceOnLightWarningActive", - DarkColorTokens.SurfaceOnLightWarningActive, + "surfaceInverseSolidCardBrightnessActive", + DarkColorTokens.SurfaceInverseSolidCardBrightnessActive, overwrite, ) - initial.add("surfaceOnLightWarning", DarkColorTokens.SurfaceOnLightWarning, overwrite) initial.add( - "surfaceOnLightNegativeHover", - DarkColorTokens.SurfaceOnLightNegativeHover, + "surfaceOnDarkAccentMinorHover", + DarkColorTokens.SurfaceOnDarkAccentMinorHover, overwrite, ) - initial.add("surfaceOnLightNegative", DarkColorTokens.SurfaceOnLightNegative, overwrite) - initial.add("surfaceOnLightInfoHover", DarkColorTokens.SurfaceOnLightInfoHover, overwrite) - initial.add("surfaceOnLightInfoActive", DarkColorTokens.SurfaceOnLightInfoActive, overwrite) initial.add( - "surfaceOnLightTransparentTertiary", - DarkColorTokens.SurfaceOnLightTransparentTertiary, + "surfaceOnLightAccentMinorHover", + DarkColorTokens.SurfaceOnLightAccentMinorHover, overwrite, ) initial.add( - "surfaceOnLightTransparentDeepHover", - DarkColorTokens.SurfaceOnLightTransparentDeepHover, + "personasOnDarkBlueTextAccent", + DarkColorTokens.PersonasOnDarkBlueTextAccent, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccent", - DarkColorTokens.SurfaceOnDarkTransparentAccent, + "personasOnLightIndigoTextAccent", + DarkColorTokens.PersonasOnLightIndigoTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentDeep", - DarkColorTokens.SurfaceOnLightTransparentDeep, + "personasOnLightSeaBlueTextAccent", + DarkColorTokens.PersonasOnLightSeaBlueTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentCardActive", - DarkColorTokens.SurfaceOnLightTransparentCardActive, + "personasDefaultOchreTextAccent", + DarkColorTokens.PersonasDefaultOchreTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentCard", - DarkColorTokens.SurfaceOnLightTransparentCard, + "surfaceOnDarkTransparentAccentMinor", + DarkColorTokens.SurfaceOnDarkTransparentAccentMinor, overwrite, ) initial.add( - "surfaceInverseSolidPrimaryBrightness", - DarkColorTokens.SurfaceInverseSolidPrimaryBrightness, + "personasOnDarkVioletTextAccent", + DarkColorTokens.PersonasOnDarkVioletTextAccent, overwrite, ) initial.add( - "surfaceInverseSolidSecondaryHover", - DarkColorTokens.SurfaceInverseSolidSecondaryHover, + "surfaceOnLightTransparentNavi", + DarkColorTokens.SurfaceOnLightTransparentNavi, overwrite, ) initial.add( - "surfaceInverseSolidSecondary", - DarkColorTokens.SurfaceInverseSolidSecondary, + "personasOnDarkGreenTextAccentHover", + DarkColorTokens.PersonasOnDarkGreenTextAccentHover, overwrite, ) initial.add( - "surfaceInverseSolidTertiaryHover", - DarkColorTokens.SurfaceInverseSolidTertiaryHover, + "personasDefaultGreenTextAccentActive", + DarkColorTokens.PersonasDefaultGreenTextAccentActive, overwrite, ) initial.add( - "surfaceInverseSolidTertiaryActive", - DarkColorTokens.SurfaceInverseSolidTertiaryActive, + "personasDefaultSeaBlueTextAccentActive", + DarkColorTokens.PersonasDefaultSeaBlueTextAccentActive, overwrite, ) initial.add( - "surfaceInverseSolidTertiary", - DarkColorTokens.SurfaceInverseSolidTertiary, + "surfaceInverseAccentSecondaryActive", + DarkColorTokens.SurfaceInverseAccentSecondaryActive, overwrite, ) initial.add( - "surfaceInverseSolidCardHover", - DarkColorTokens.SurfaceInverseSolidCardHover, + "personasOnDarkPinkTextAccentActive", + DarkColorTokens.PersonasOnDarkPinkTextAccentActive, overwrite, ) initial.add( - "surfaceInverseSolidCardActive", - DarkColorTokens.SurfaceInverseSolidCardActive, + "outlineDefaultPrimaryActive", + DarkColorTokens.OutlineDefaultPrimaryActive, overwrite, ) - initial.add("surfaceInverseSolidCard", DarkColorTokens.SurfaceInverseSolidCard, overwrite) initial.add( - "surfaceInverseSolidCardBrightness", - DarkColorTokens.SurfaceInverseSolidCardBrightness, + "personasInverseIndigoTextAccentActive", + DarkColorTokens.PersonasInverseIndigoTextAccentActive, overwrite, ) initial.add( - "surfaceInverseSolidDefaultHover", - DarkColorTokens.SurfaceInverseSolidDefaultHover, + "personasInversePinkTextAccentActive", + DarkColorTokens.PersonasInversePinkTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentSecondaryHover", - DarkColorTokens.SurfaceInverseTransparentSecondaryHover, + "personasOnDarkOliveTextAccentActive", + DarkColorTokens.PersonasOnDarkOliveTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentSecondaryActive", - DarkColorTokens.SurfaceInverseTransparentSecondaryActive, + "surfaceOnDarkAccentSecondaryActive", + DarkColorTokens.SurfaceOnDarkAccentSecondaryActive, overwrite, ) initial.add( - "surfaceInverseTransparentSecondary", - DarkColorTokens.SurfaceInverseTransparentSecondary, + "personasInverseGreenTextAccentActive", + DarkColorTokens.PersonasInverseGreenTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentTertiaryHover", - DarkColorTokens.SurfaceInverseTransparentTertiaryHover, + "personasOnLightPinkTextAccentActive", + DarkColorTokens.PersonasOnLightPinkTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentTertiary", - DarkColorTokens.SurfaceInverseTransparentTertiary, + "personasDefaultIndigoTextAccentActive", + DarkColorTokens.PersonasDefaultIndigoTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentDeepHover", - DarkColorTokens.SurfaceInverseTransparentDeepHover, + "personasOnDarkVioletTextAccentActive", + DarkColorTokens.PersonasOnDarkVioletTextAccentActive, overwrite, ) - initial.add("surfaceOnLightInfo", DarkColorTokens.SurfaceOnLightInfo, overwrite) initial.add( - "surfaceOnLightTransparentPrimary", - DarkColorTokens.SurfaceOnLightTransparentPrimary, + "surfaceOnLightTransparentNaviHover", + DarkColorTokens.SurfaceOnLightTransparentNaviHover, overwrite, ) initial.add( - "surfaceOnLightTransparentDeepActive", - DarkColorTokens.SurfaceOnLightTransparentDeepActive, + "surfaceOnLightTransparentNaviActive", + DarkColorTokens.SurfaceOnLightTransparentNaviActive, overwrite, ) - initial.add("surfaceOnLightAccentMinor", DarkColorTokens.SurfaceOnLightAccentMinor, overwrite) initial.add( - "surfaceInverseSolidPrimaryActive", - DarkColorTokens.SurfaceInverseSolidPrimaryActive, + "personasInverseOliveTextAccentHover", + DarkColorTokens.PersonasInverseOliveTextAccentHover, overwrite, ) - initial.add("surfaceInverseSolidPrimary", DarkColorTokens.SurfaceInverseSolidPrimary, overwrite) - initial.add("surfaceInverseAccentActive", DarkColorTokens.SurfaceInverseAccentActive, overwrite) initial.add( - "surfaceInverseAccentMinorActive", - DarkColorTokens.SurfaceInverseAccentMinorActive, + "personasDefaultOchreTextAccentHover", + DarkColorTokens.PersonasDefaultOchreTextAccentHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccentHover", - DarkColorTokens.SurfaceInverseTransparentAccentHover, + "surfaceInverseAccentSecondary", + DarkColorTokens.SurfaceInverseAccentSecondary, overwrite, ) + initial.add("backgroundLightHardline", DarkColorTokens.BackgroundLightHardline, overwrite) initial.add( - "surfaceInverseTransparentAccentActive", - DarkColorTokens.SurfaceInverseTransparentAccentActive, + "personasOnDarkSeaBlueTextAccentActive", + DarkColorTokens.PersonasOnDarkSeaBlueTextAccentActive, overwrite, ) initial.add( - "surfaceInverseTransparentPrimaryHover", - DarkColorTokens.SurfaceInverseTransparentPrimaryHover, + "surfaceOnLightTransparentAccentMinor", + DarkColorTokens.SurfaceOnLightTransparentAccentMinor, overwrite, ) initial.add( - "surfaceInverseTransparentPrimaryActive", - DarkColorTokens.SurfaceInverseTransparentPrimaryActive, + "personasOnLightGreenTextAccent", + DarkColorTokens.PersonasOnLightGreenTextAccent, overwrite, ) - initial.add("surfaceInverseWarning", DarkColorTokens.SurfaceInverseWarning, overwrite) initial.add( - "surfaceInverseNegativeHover", - DarkColorTokens.SurfaceInverseNegativeHover, + "outlineOnLightPrimaryActive", + DarkColorTokens.OutlineOnLightPrimaryActive, overwrite, ) initial.add( - "surfaceInverseNegativeActive", - DarkColorTokens.SurfaceInverseNegativeActive, + "personasInverseBlueTextAccentActive", + DarkColorTokens.PersonasInverseBlueTextAccentActive, overwrite, ) - initial.add("surfaceInverseNegative", DarkColorTokens.SurfaceInverseNegative, overwrite) - initial.add("surfaceInverseInfoHover", DarkColorTokens.SurfaceInverseInfoHover, overwrite) - initial.add("surfaceInverseInfoActive", DarkColorTokens.SurfaceInverseInfoActive, overwrite) initial.add( - "surfaceInverseTransparentCardHover", - DarkColorTokens.SurfaceInverseTransparentCardHover, + "surfaceInverseTransparentAccentMinorActive", + DarkColorTokens.SurfaceInverseTransparentAccentMinorActive, overwrite, ) initial.add( - "outlineOnDarkTransparentPrimaryHover", - DarkColorTokens.OutlineOnDarkTransparentPrimaryHover, + "textDefaultPrimaryBrightnessHover", + DarkColorTokens.TextDefaultPrimaryBrightnessHover, overwrite, ) - initial.add("surfaceOnLightPositive", DarkColorTokens.SurfaceOnLightPositive, overwrite) initial.add( - "surfaceInverseTransparentCardActive", - DarkColorTokens.SurfaceInverseTransparentCardActive, + "textOnDarkPrimaryBrightnessHover", + DarkColorTokens.TextOnDarkPrimaryBrightnessHover, overwrite, ) initial.add( - "surfaceInverseTransparentCardBrightness", - DarkColorTokens.SurfaceInverseTransparentCardBrightness, + "personasOnDarkSeaBlueTextAccent", + DarkColorTokens.PersonasOnDarkSeaBlueTextAccent, overwrite, ) - initial.add("surfaceInverseAccentHover", DarkColorTokens.SurfaceInverseAccentHover, overwrite) - initial.add("backgroundLightPrimary", DarkColorTokens.BackgroundLightPrimary, overwrite) - initial.add("backgroundInversePrimary", DarkColorTokens.BackgroundInversePrimary, overwrite) initial.add( - "backgroundInversePrimaryBrightness", - DarkColorTokens.BackgroundInversePrimaryBrightness, + "personasOnLightBlueTextAccentActive", + DarkColorTokens.PersonasOnLightBlueTextAccentActive, overwrite, ) - initial.add("backgroundInverseSecondary", DarkColorTokens.BackgroundInverseSecondary, overwrite) - initial.add("overlayDefaultSoft", DarkColorTokens.OverlayDefaultSoft, overwrite) - initial.add("overlayDefaultHard", DarkColorTokens.OverlayDefaultHard, overwrite) - initial.add("overlayOnDarkSoft", DarkColorTokens.OverlayOnDarkSoft, overwrite) - initial.add("overlayOnDarkHard", DarkColorTokens.OverlayOnDarkHard, overwrite) - initial.add("overlayOnLightSoft", DarkColorTokens.OverlayOnLightSoft, overwrite) - initial.add("overlayOnLightHard", DarkColorTokens.OverlayOnLightHard, overwrite) - initial.add("overlayInverseSoft", DarkColorTokens.OverlayInverseSoft, overwrite) - initial.add("overlayInverseHard", DarkColorTokens.OverlayInverseHard, overwrite) initial.add( - "outlineDefaultTransparentPrimaryHover", - DarkColorTokens.OutlineDefaultTransparentPrimaryHover, + "outlineOnLightDefaultActive", + DarkColorTokens.OutlineOnLightDefaultActive, overwrite, ) + initial.add("textOnLightWarningActive", DarkColorTokens.TextOnLightWarningActive, overwrite) initial.add( - "outlineDefaultTransparentPrimaryActive", - DarkColorTokens.OutlineDefaultTransparentPrimaryActive, + "surfaceDefaultTransparentNaviHover", + DarkColorTokens.SurfaceDefaultTransparentNaviHover, overwrite, ) - initial.add("outlineOnLightPositive", DarkColorTokens.OutlineOnLightPositive, overwrite) - initial.add("backgroundLightHardline", DarkColorTokens.BackgroundLightHardline, overwrite) initial.add( - "surfaceInversePositiveActive", - DarkColorTokens.SurfaceInversePositiveActive, + "surfaceOnLightTransparentAccentMinorHover", + DarkColorTokens.SurfaceOnLightTransparentAccentMinorHover, overwrite, ) - initial.add("surfaceInverseWarningHover", DarkColorTokens.SurfaceInverseWarningHover, overwrite) initial.add( - "surfaceInverseWarningActive", - DarkColorTokens.SurfaceInverseWarningActive, + "personasOnLightGreenTextAccentHover", + DarkColorTokens.PersonasOnLightGreenTextAccentHover, overwrite, ) + initial.add("outlineDefaultDefaultHover", DarkColorTokens.OutlineDefaultDefaultHover, overwrite) + initial.add("outlineOnDarkPrimaryHover", DarkColorTokens.OutlineOnDarkPrimaryHover, overwrite) initial.add( - "outlineDefaultNegativeHover", - DarkColorTokens.OutlineDefaultNegativeHover, + "personasOnDarkPinkTextAccentHover", + DarkColorTokens.PersonasOnDarkPinkTextAccentHover, overwrite, ) + initial.add("outlineDefaultPrimaryHover", DarkColorTokens.OutlineDefaultPrimaryHover, overwrite) initial.add( - "outlineDefaultNegativeActive", - DarkColorTokens.OutlineDefaultNegativeActive, + "personasInverseIndigoTextAccentHover", + DarkColorTokens.PersonasInverseIndigoTextAccentHover, overwrite, ) initial.add( - "outlineDefaultTextInfoHover", - DarkColorTokens.OutlineDefaultTextInfoHover, + "personasInversePinkTextAccentHover", + DarkColorTokens.PersonasInversePinkTextAccentHover, overwrite, ) initial.add( - "outlineDefaultTextInfoActive", - DarkColorTokens.OutlineDefaultTextInfoActive, + "personasDefaultOliveTextAccentHover", + DarkColorTokens.PersonasDefaultOliveTextAccentHover, overwrite, ) - initial.add("outlineDefaultWarning", DarkColorTokens.OutlineDefaultWarning, overwrite) initial.add( - "surfaceInverseTransparentPrimary", - DarkColorTokens.SurfaceInverseTransparentPrimary, + "personasInverseOchreTextAccentHover", + DarkColorTokens.PersonasInverseOchreTextAccentHover, overwrite, ) - initial.add("surfaceInverseAccent", DarkColorTokens.SurfaceInverseAccent, overwrite) - initial.add("backgroundDefaultPrimary", DarkColorTokens.BackgroundDefaultPrimary, overwrite) - initial.add("backgroundDarkSecondary", DarkColorTokens.BackgroundDarkSecondary, overwrite) - initial.add("outlineOnDarkPositiveHover", DarkColorTokens.OutlineOnDarkPositiveHover, overwrite) initial.add( - "outlineOnDarkPositiveActive", - DarkColorTokens.OutlineOnDarkPositiveActive, + "surfaceInverseTransparentNaviHover", + DarkColorTokens.SurfaceInverseTransparentNaviHover, overwrite, ) - initial.add("outlineOnDarkWarningHover", DarkColorTokens.OutlineOnDarkWarningHover, overwrite) - initial.add("outlineOnDarkWarningActive", DarkColorTokens.OutlineOnDarkWarningActive, overwrite) - initial.add("outlineOnDarkNegativeHover", DarkColorTokens.OutlineOnDarkNegativeHover, overwrite) initial.add( - "outlineOnDarkNegativeActive", - DarkColorTokens.OutlineOnDarkNegativeActive, + "personasOnLightOliveTextAccentHover", + DarkColorTokens.PersonasOnLightOliveTextAccentHover, overwrite, ) - initial.add("outlineOnDarkTextInfoHover", DarkColorTokens.OutlineOnDarkTextInfoHover, overwrite) initial.add( - "outlineOnDarkTextInfoActive", - DarkColorTokens.OutlineOnDarkTextInfoActive, + "personasOnLightVioletTextAccentHover", + DarkColorTokens.PersonasOnLightVioletTextAccentHover, overwrite, ) - initial.add("outlineInverseWarningHover", DarkColorTokens.OutlineInverseWarningHover, overwrite) - initial.add("outlineOnDarkWarning", DarkColorTokens.OutlineOnDarkWarning, overwrite) - initial.add("outlineOnDarkNegative", DarkColorTokens.OutlineOnDarkNegative, overwrite) - initial.add("outlineOnDarkTextInfo", DarkColorTokens.OutlineOnDarkTextInfo, overwrite) - initial.add("outlineOnDarkPositive", DarkColorTokens.OutlineOnDarkPositive, overwrite) initial.add( - "outlineInverseWarningActive", - DarkColorTokens.OutlineInverseWarningActive, + "personasOnLightOchreTextAccentHover", + DarkColorTokens.PersonasOnLightOchreTextAccentHover, overwrite, ) initial.add( - "outlineOnLightTransparentPrimaryHover", - DarkColorTokens.OutlineOnLightTransparentPrimaryHover, + "personasOnDarkIndigoTextAccentHover", + DarkColorTokens.PersonasOnDarkIndigoTextAccentHover, overwrite, ) initial.add( - "outlineOnLightTransparentPrimaryActive", - DarkColorTokens.OutlineOnLightTransparentPrimaryActive, + "personasOnDarkOchreTextAccent", + DarkColorTokens.PersonasOnDarkOchreTextAccent, overwrite, ) - initial.add("backgroundDarkHardline", DarkColorTokens.BackgroundDarkHardline, overwrite) - initial.add("outlineDefaultWarningHover", DarkColorTokens.OutlineDefaultWarningHover, overwrite) initial.add( - "outlineDefaultWarningActive", - DarkColorTokens.OutlineDefaultWarningActive, + "personasOnDarkGreenTextAccentActive", + DarkColorTokens.PersonasOnDarkGreenTextAccentActive, overwrite, ) - initial.add("outlineOnLightTextInfo", DarkColorTokens.OutlineOnLightTextInfo, overwrite) initial.add( - "outlineInverseTransparentPrimaryHover", - DarkColorTokens.OutlineInverseTransparentPrimaryHover, + "personasOnDarkOchreTextAccentActive", + DarkColorTokens.PersonasOnDarkOchreTextAccentActive, overwrite, ) initial.add( - "outlineInverseTransparentPrimaryActive", - DarkColorTokens.OutlineInverseTransparentPrimaryActive, + "surfaceDefaultTransparentAccentMinorActive", + DarkColorTokens.SurfaceDefaultTransparentAccentMinorActive, overwrite, ) + initial.add("outlineInverseDefaultHover", DarkColorTokens.OutlineInverseDefaultHover, overwrite) initial.add( - "outlineInversePositiveHover", - DarkColorTokens.OutlineInversePositiveHover, + "personasDefaultVioletTextAccent", + DarkColorTokens.PersonasDefaultVioletTextAccent, overwrite, ) + initial.add("outlineInversePrimaryHover", DarkColorTokens.OutlineInversePrimaryHover, overwrite) initial.add( - "outlineInversePositiveActive", - DarkColorTokens.OutlineInversePositiveActive, + "personasInverseSeaBlueTextAccentHover", + DarkColorTokens.PersonasInverseSeaBlueTextAccentHover, overwrite, ) initial.add( - "outlineInverseNegativeHover", - DarkColorTokens.OutlineInverseNegativeHover, + "personasInverseBlueTextAccentHover", + DarkColorTokens.PersonasInverseBlueTextAccentHover, overwrite, ) initial.add( - "outlineInverseNegativeActive", - DarkColorTokens.OutlineInverseNegativeActive, + "personasInverseVioletTextAccentHover", + DarkColorTokens.PersonasInverseVioletTextAccentHover, overwrite, ) initial.add( - "outlineInverseTextInfoHover", - DarkColorTokens.OutlineInverseTextInfoHover, + "surfaceInverseTransparentAccentMinorHover", + DarkColorTokens.SurfaceInverseTransparentAccentMinorHover, overwrite, ) initial.add( - "outlineInverseTextInfoActive", - DarkColorTokens.OutlineInverseTextInfoActive, + "personasOnLightBlueTextAccentHover", + DarkColorTokens.PersonasOnLightBlueTextAccentHover, overwrite, ) - initial.add("outlineInverseNegative", DarkColorTokens.OutlineInverseNegative, overwrite) - initial.add("outlineInverseWarning", DarkColorTokens.OutlineInverseWarning, overwrite) - initial.add("outlineInverseTextInfo", DarkColorTokens.OutlineInverseTextInfo, overwrite) initial.add( - "outlineInverseTransparentPrimary", - DarkColorTokens.OutlineInverseTransparentPrimary, + "surfaceOnDarkTransparentNaviHover", + DarkColorTokens.SurfaceOnDarkTransparentNaviHover, overwrite, ) - initial.add("outlineInversePositive", DarkColorTokens.OutlineInversePositive, overwrite) - initial.add("dataDefaultYellow", DarkColorTokens.DataDefaultYellow, overwrite) - initial.add("dataDefaultYellowHover", DarkColorTokens.DataDefaultYellowHover, overwrite) - initial.add("dataDefaultYellowActive", DarkColorTokens.DataDefaultYellowActive, overwrite) - initial.add("dataDefaultYellowMinor", DarkColorTokens.DataDefaultYellowMinor, overwrite) initial.add( - "dataDefaultYellowMinorHover", - DarkColorTokens.DataDefaultYellowMinorHover, + "surfaceOnLightAccentSecondaryHover", + DarkColorTokens.SurfaceOnLightAccentSecondaryHover, overwrite, ) initial.add( - "dataDefaultYellowMinorActive", - DarkColorTokens.DataDefaultYellowMinorActive, + "personasDefaultBlueTextAccent", + DarkColorTokens.PersonasDefaultBlueTextAccent, overwrite, ) initial.add( - "dataDefaultYellowTransparent", - DarkColorTokens.DataDefaultYellowTransparent, + "personasDefaultSeaBlueTextAccent", + DarkColorTokens.PersonasDefaultSeaBlueTextAccent, overwrite, ) initial.add( - "outlineOnLightNegativeHover", - DarkColorTokens.OutlineOnLightNegativeHover, + "personasDefaultVioletTextAccentHover", + DarkColorTokens.PersonasDefaultVioletTextAccentHover, overwrite, ) + initial.add("backgroundDefaultHardline", DarkColorTokens.BackgroundDefaultHardline, overwrite) initial.add( - "outlineOnLightWarningActive", - DarkColorTokens.OutlineOnLightWarningActive, + "textOnLightPrimaryBrightnessHover", + DarkColorTokens.TextOnLightPrimaryBrightnessHover, overwrite, ) initial.add( - "outlineOnLightTextInfoHover", - DarkColorTokens.OutlineOnLightTextInfoHover, + "textInversePrimaryBrightnessHover", + DarkColorTokens.TextInversePrimaryBrightnessHover, overwrite, ) - initial.add("outlineDefaultTextInfo", DarkColorTokens.OutlineDefaultTextInfo, overwrite) initial.add( - "outlineDefaultTransparentPrimary", - DarkColorTokens.OutlineDefaultTransparentPrimary, + "surfaceDefaultSolidPrimaryBrightnessActive", + DarkColorTokens.SurfaceDefaultSolidPrimaryBrightnessActive, overwrite, ) - initial.add("dataOnLightYellowActive", DarkColorTokens.DataOnLightYellowActive, overwrite) - initial.add("dataOnLightYellowMinor", DarkColorTokens.DataOnLightYellowMinor, overwrite) initial.add( - "dataOnLightYellowMinorHover", - DarkColorTokens.DataOnLightYellowMinorHover, + "surfaceOnDarkSolidPrimaryBrightnessHover", + DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightnessHover, overwrite, ) initial.add( - "dataOnLightYellowTransparentHover", - DarkColorTokens.DataOnLightYellowTransparentHover, + "surfaceInverseSolidCardBrightnessHover", + DarkColorTokens.SurfaceInverseSolidCardBrightnessHover, overwrite, ) initial.add( - "dataOnLightYellowTransparentActive", - DarkColorTokens.DataOnLightYellowTransparentActive, + "personasInverseBlueTextAccent", + DarkColorTokens.PersonasInverseBlueTextAccent, overwrite, ) - initial.add("dataInverseYellow", DarkColorTokens.DataInverseYellow, overwrite) - initial.add("dataInverseYellowHover", DarkColorTokens.DataInverseYellowHover, overwrite) - initial.add("dataInverseYellowActive", DarkColorTokens.DataInverseYellowActive, overwrite) - initial.add("dataInverseYellowMinor", DarkColorTokens.DataInverseYellowMinor, overwrite) initial.add( - "dataInverseYellowMinorHover", - DarkColorTokens.DataInverseYellowMinorHover, + "personasDefaultBlueTextAccentActive", + DarkColorTokens.PersonasDefaultBlueTextAccentActive, overwrite, ) initial.add( - "dataInverseYellowMinorActive", - DarkColorTokens.DataInverseYellowMinorActive, + "surfaceDefaultAccentSecondaryActive", + DarkColorTokens.SurfaceDefaultAccentSecondaryActive, overwrite, ) initial.add( - "dataInverseYellowTransparent", - DarkColorTokens.DataInverseYellowTransparent, + "surfaceDefaultTransparentAccentMinor", + DarkColorTokens.SurfaceDefaultTransparentAccentMinor, overwrite, ) initial.add( - "dataInverseYellowTransparentHover", - DarkColorTokens.DataInverseYellowTransparentHover, + "personasInverseSeaBlueTextAccent", + DarkColorTokens.PersonasInverseSeaBlueTextAccent, overwrite, ) initial.add( - "dataInverseYellowTransparentActive", - DarkColorTokens.DataInverseYellowTransparentActive, + "personasOnDarkPinkTextAccent", + DarkColorTokens.PersonasOnDarkPinkTextAccent, overwrite, ) initial.add( - "dataOnDarkYellowTransparent", - DarkColorTokens.DataOnDarkYellowTransparent, + "personasDefaultPinkTextAccent", + DarkColorTokens.PersonasDefaultPinkTextAccent, overwrite, ) initial.add( - "dataDefaultYellowTransparentActive", - DarkColorTokens.DataDefaultYellowTransparentActive, + "personasInverseVioletTextAccent", + DarkColorTokens.PersonasInverseVioletTextAccent, overwrite, ) - initial.add("dataOnDarkYellow", DarkColorTokens.DataOnDarkYellow, overwrite) - initial.add("dataOnDarkYellowHover", DarkColorTokens.DataOnDarkYellowHover, overwrite) - initial.add("dataOnDarkYellowActive", DarkColorTokens.DataOnDarkYellowActive, overwrite) - initial.add("surfaceInversePositive", DarkColorTokens.SurfaceInversePositive, overwrite) - initial.add("outlineDefaultPositive", DarkColorTokens.OutlineDefaultPositive, overwrite) - initial.add("dataOnDarkYellowMinor", DarkColorTokens.DataOnDarkYellowMinor, overwrite) initial.add( - "dataOnDarkYellowMinorActive", - DarkColorTokens.DataOnDarkYellowMinorActive, + "surfaceInverseTransparentAccentMinor", + DarkColorTokens.SurfaceInverseTransparentAccentMinor, overwrite, ) initial.add( - "dataOnDarkYellowTransparentHover", - DarkColorTokens.DataOnDarkYellowTransparentHover, + "personasOnLightBlueTextAccent", + DarkColorTokens.PersonasOnLightBlueTextAccent, overwrite, ) - initial.add("dataOnLightYellow", DarkColorTokens.DataOnLightYellow, overwrite) - initial.add("dataOnLightYellowHover", DarkColorTokens.DataOnLightYellowHover, overwrite) initial.add( - "outlineDefaultTransparentClearHover", - DarkColorTokens.OutlineDefaultTransparentClearHover, + "surfaceOnDarkTransparentNavi", + DarkColorTokens.SurfaceOnDarkTransparentNavi, overwrite, ) + initial.add("outlineInversePrimary", DarkColorTokens.OutlineInversePrimary, overwrite) initial.add( - "outlineDefaultTransparentClearActive", - DarkColorTokens.OutlineDefaultTransparentClearActive, + "personasInverseOliveTextAccentActive", + DarkColorTokens.PersonasInverseOliveTextAccentActive, overwrite, ) - initial.add("outlineInverseDefault", DarkColorTokens.OutlineInverseDefault, overwrite) - initial.add("outlineInverseDefaultHover", DarkColorTokens.OutlineInverseDefaultHover, overwrite) + initial.add("outlineOnDarkDefault", DarkColorTokens.OutlineOnDarkDefault, overwrite) initial.add( - "outlineInverseDefaultActive", - DarkColorTokens.OutlineInverseDefaultActive, + "personasDefaultGreenTextAccent", + DarkColorTokens.PersonasDefaultGreenTextAccent, overwrite, ) - initial.add("outlineOnDarkMinorActive", DarkColorTokens.OutlineOnDarkMinorActive, overwrite) - initial.add("outlineOnLightDefault", DarkColorTokens.OutlineOnLightDefault, overwrite) - initial.add("outlineOnLightDefaultHover", DarkColorTokens.OutlineOnLightDefaultHover, overwrite) - initial.add("outlineOnDarkDefaultHover", DarkColorTokens.OutlineOnDarkDefaultHover, overwrite) + initial.add("backgroundDarkHardline", DarkColorTokens.BackgroundDarkHardline, overwrite) + initial.add("outlineOnDarkPrimary", DarkColorTokens.OutlineOnDarkPrimary, overwrite) initial.add( - "personaDefaultBlueTextAccent", - DarkColorTokens.PersonaDefaultBlueTextAccent, + "textOnDarkPrimaryBrightnessActive", + DarkColorTokens.TextOnDarkPrimaryBrightnessActive, overwrite, ) initial.add( - "personaDefaultBlueTextAccentHover", - DarkColorTokens.PersonaDefaultBlueTextAccentHover, + "textOnLightPrimaryBrightnessActive", + DarkColorTokens.TextOnLightPrimaryBrightnessActive, overwrite, ) initial.add( - "personaDefaultBlueTextAccentActive", - DarkColorTokens.PersonaDefaultBlueTextAccentActive, + "textInversePrimaryBrightnessActive", + DarkColorTokens.TextInversePrimaryBrightnessActive, overwrite, ) initial.add( - "personaDefaultGreenTextAccent", - DarkColorTokens.PersonaDefaultGreenTextAccent, + "personasDefaultIndigoTextAccent", + DarkColorTokens.PersonasDefaultIndigoTextAccent, overwrite, ) initial.add( - "personaDefaultGreenTextAccentHover", - DarkColorTokens.PersonaDefaultGreenTextAccentHover, + "personasOnDarkOchreTextAccentHover", + DarkColorTokens.PersonasOnDarkOchreTextAccentHover, overwrite, ) initial.add( - "personaDefaultGreenTextAccentActive", - DarkColorTokens.PersonaDefaultGreenTextAccentActive, + "personasOnDarkIndigoTextAccentActive", + DarkColorTokens.PersonasOnDarkIndigoTextAccentActive, overwrite, ) - initial.add("outlineDefaultDefault", DarkColorTokens.OutlineDefaultDefault, overwrite) - initial.add("outlineDefaultDefaultHover", DarkColorTokens.OutlineDefaultDefaultHover, overwrite) initial.add( - "outlineDefaultDefaultActive", - DarkColorTokens.OutlineDefaultDefaultActive, + "personasDefaultPinkTextAccentHover", + DarkColorTokens.PersonasDefaultPinkTextAccentHover, overwrite, ) - initial.add("outlineDefaultMinor", DarkColorTokens.OutlineDefaultMinor, overwrite) - initial.add("outlineDefaultMinorHover", DarkColorTokens.OutlineDefaultMinorHover, overwrite) - initial.add("outlineDefaultMinorActive", DarkColorTokens.OutlineDefaultMinorActive, overwrite) - initial.add("outlineOnDarkDefault", DarkColorTokens.OutlineOnDarkDefault, overwrite) - initial.add("outlineOnDarkDefaultActive", DarkColorTokens.OutlineOnDarkDefaultActive, overwrite) - initial.add("outlineOnDarkMinor", DarkColorTokens.OutlineOnDarkMinor, overwrite) - initial.add("outlineOnDarkMinorHover", DarkColorTokens.OutlineOnDarkMinorHover, overwrite) initial.add( - "personaDefaultOchreTextAccent", - DarkColorTokens.PersonaDefaultOchreTextAccent, + "personasOnDarkGreenTextAccent", + DarkColorTokens.PersonasOnDarkGreenTextAccent, overwrite, ) initial.add( - "personaDefaultOchreTextAccentHover", - DarkColorTokens.PersonaDefaultOchreTextAccentHover, + "surfaceDefaultTransparentAccentMinorHover", + DarkColorTokens.SurfaceDefaultTransparentAccentMinorHover, overwrite, ) initial.add( - "personaDefaultOchreTextAccentActive", - DarkColorTokens.PersonaDefaultOchreTextAccentActive, + "surfaceOnDarkTransparentNaviActive", + DarkColorTokens.SurfaceOnDarkTransparentNaviActive, overwrite, ) initial.add( - "personaDefaultOliveTextAccent", - DarkColorTokens.PersonaDefaultOliveTextAccent, + "personasInverseOchreTextAccentActive", + DarkColorTokens.PersonasInverseOchreTextAccentActive, overwrite, ) initial.add( - "personaDefaultOliveTextAccentHover", - DarkColorTokens.PersonaDefaultOliveTextAccentHover, + "surfaceInverseTransparentNaviActive", + DarkColorTokens.SurfaceInverseTransparentNaviActive, overwrite, ) initial.add( - "personaDefaultOliveTextAccentActive", - DarkColorTokens.PersonaDefaultOliveTextAccentActive, + "personasOnLightOliveTextAccentActive", + DarkColorTokens.PersonasOnLightOliveTextAccentActive, overwrite, ) initial.add( - "outlineOnLightDefaultActive", - DarkColorTokens.OutlineOnLightDefaultActive, + "personasDefaultPinkTextAccentActive", + DarkColorTokens.PersonasDefaultPinkTextAccentActive, overwrite, ) - initial.add("outlineOnLightMinor", DarkColorTokens.OutlineOnLightMinor, overwrite) - initial.add("outlineOnLightMinorHover", DarkColorTokens.OutlineOnLightMinorHover, overwrite) initial.add( - "personaDefaultSeaBlueTextAccent", - DarkColorTokens.PersonaDefaultSeaBlueTextAccent, + "personasOnDarkBlueTextAccentActive", + DarkColorTokens.PersonasOnDarkBlueTextAccentActive, overwrite, ) initial.add( - "personaDefaultSeaBlueTextAccentHover", - DarkColorTokens.PersonaDefaultSeaBlueTextAccentHover, + "personasOnLightSeaBlueTextAccentActive", + DarkColorTokens.PersonasOnLightSeaBlueTextAccentActive, overwrite, ) + initial.add("outlineOnLightDefault", DarkColorTokens.OutlineOnLightDefault, overwrite) initial.add( - "personaDefaultVioletTextAccent", - DarkColorTokens.PersonaDefaultVioletTextAccent, + "surfaceOnDarkTransparentAccentMinorHover", + DarkColorTokens.SurfaceOnDarkTransparentAccentMinorHover, overwrite, ) initial.add( - "personaDefaultVioletTextAccentHover", - DarkColorTokens.PersonaDefaultVioletTextAccentHover, + "surfaceOnLightAccentSecondary", + DarkColorTokens.SurfaceOnLightAccentSecondary, overwrite, ) initial.add( - "personaDefaultVioletTextAccentActive", - DarkColorTokens.PersonaDefaultVioletTextAccentActive, + "personasOnLightPinkTextAccent", + DarkColorTokens.PersonasOnLightPinkTextAccent, overwrite, ) initial.add( - "personaInverseBlueTextAccent", - DarkColorTokens.PersonaInverseBlueTextAccent, + "personasInverseOliveTextAccent", + DarkColorTokens.PersonasInverseOliveTextAccent, overwrite, ) + initial.add("textDefaultParagraphActive", DarkColorTokens.TextDefaultParagraphActive, overwrite) + initial.add("textDefaultAccent", DarkColorTokens.TextDefaultAccent, overwrite) + initial.add("textDefaultAccentHover", DarkColorTokens.TextDefaultAccentHover, overwrite) + initial.add("textDefaultAccentActive", DarkColorTokens.TextDefaultAccentActive, overwrite) + initial.add("textDefaultAccentMinor", DarkColorTokens.TextDefaultAccentMinor, overwrite) initial.add( - "personaInverseBlueTextAccentHover", - DarkColorTokens.PersonaInverseBlueTextAccentHover, + "textDefaultAccentMinorHover", + DarkColorTokens.TextDefaultAccentMinorHover, overwrite, ) initial.add( - "personaInverseBlueTextAccentActive", - DarkColorTokens.PersonaInverseBlueTextAccentActive, + "textDefaultAccentMinorActive", + DarkColorTokens.TextDefaultAccentMinorActive, overwrite, ) + initial.add("textDefaultPositive", DarkColorTokens.TextDefaultPositive, overwrite) + initial.add("textDefaultPositiveHover", DarkColorTokens.TextDefaultPositiveHover, overwrite) + initial.add("textDefaultPositiveActive", DarkColorTokens.TextDefaultPositiveActive, overwrite) + initial.add("textDefaultWarning", DarkColorTokens.TextDefaultWarning, overwrite) + initial.add("textDefaultWarningHover", DarkColorTokens.TextDefaultWarningHover, overwrite) + initial.add("textDefaultWarningActive", DarkColorTokens.TextDefaultWarningActive, overwrite) + initial.add("textDefaultNegative", DarkColorTokens.TextDefaultNegative, overwrite) + initial.add("textDefaultNegativeHover", DarkColorTokens.TextDefaultNegativeHover, overwrite) + initial.add("textDefaultNegativeActive", DarkColorTokens.TextDefaultNegativeActive, overwrite) + initial.add("textDefaultInfo", DarkColorTokens.TextDefaultInfo, overwrite) + initial.add("textDefaultInfoHover", DarkColorTokens.TextDefaultInfoHover, overwrite) + initial.add("textDefaultInfoActive", DarkColorTokens.TextDefaultInfoActive, overwrite) + initial.add("textDefaultSecondaryHover", DarkColorTokens.TextDefaultSecondaryHover, overwrite) + initial.add("textDefaultSecondary", DarkColorTokens.TextDefaultSecondary, overwrite) + initial.add("textDefaultPrimaryActive", DarkColorTokens.TextDefaultPrimaryActive, overwrite) + initial.add("textDefaultSecondaryActive", DarkColorTokens.TextDefaultSecondaryActive, overwrite) + initial.add("textDefaultTertiary", DarkColorTokens.TextDefaultTertiary, overwrite) + initial.add("textDefaultTertiaryHover", DarkColorTokens.TextDefaultTertiaryHover, overwrite) + initial.add("textDefaultTertiaryActive", DarkColorTokens.TextDefaultTertiaryActive, overwrite) initial.add( - "personaInverseGreenTextAccent", - DarkColorTokens.PersonaInverseGreenTextAccent, + "textDefaultPrimaryBrightness", + DarkColorTokens.TextDefaultPrimaryBrightness, overwrite, ) + initial.add("textDefaultParagraph", DarkColorTokens.TextDefaultParagraph, overwrite) + initial.add("textDefaultParagraphHover", DarkColorTokens.TextDefaultParagraphHover, overwrite) + initial.add("textOnDarkParagraphActive", DarkColorTokens.TextOnDarkParagraphActive, overwrite) + initial.add("textOnDarkAccent", DarkColorTokens.TextOnDarkAccent, overwrite) + initial.add("textOnDarkAccentHover", DarkColorTokens.TextOnDarkAccentHover, overwrite) + initial.add("textOnDarkAccentActive", DarkColorTokens.TextOnDarkAccentActive, overwrite) + initial.add("textOnDarkAccentMinor", DarkColorTokens.TextOnDarkAccentMinor, overwrite) initial.add( - "personaInverseGreenTextAccentHover", - DarkColorTokens.PersonaInverseGreenTextAccentHover, + "textOnDarkAccentMinorActive", + DarkColorTokens.TextOnDarkAccentMinorActive, overwrite, ) + initial.add("textOnDarkPositive", DarkColorTokens.TextOnDarkPositive, overwrite) + initial.add("textOnDarkPositiveHover", DarkColorTokens.TextOnDarkPositiveHover, overwrite) + initial.add("textOnDarkPositiveActive", DarkColorTokens.TextOnDarkPositiveActive, overwrite) + initial.add("textOnDarkWarning", DarkColorTokens.TextOnDarkWarning, overwrite) + initial.add("textOnDarkWarningHover", DarkColorTokens.TextOnDarkWarningHover, overwrite) + initial.add("textOnDarkWarningActive", DarkColorTokens.TextOnDarkWarningActive, overwrite) + initial.add("textOnDarkNegative", DarkColorTokens.TextOnDarkNegative, overwrite) + initial.add("textOnDarkNegativeHover", DarkColorTokens.TextOnDarkNegativeHover, overwrite) + initial.add("textOnDarkNegativeActive", DarkColorTokens.TextOnDarkNegativeActive, overwrite) + initial.add("textOnDarkInfo", DarkColorTokens.TextOnDarkInfo, overwrite) + initial.add("textOnDarkInfoHover", DarkColorTokens.TextOnDarkInfoHover, overwrite) + initial.add("textOnDarkInfoActive", DarkColorTokens.TextOnDarkInfoActive, overwrite) + initial.add("textOnDarkPrimaryActive", DarkColorTokens.TextOnDarkPrimaryActive, overwrite) + initial.add("textOnDarkTertiaryActive", DarkColorTokens.TextOnDarkTertiaryActive, overwrite) + initial.add("textOnDarkPrimary", DarkColorTokens.TextOnDarkPrimary, overwrite) initial.add( - "personaInverseGreenTextAccentActive", - DarkColorTokens.PersonaInverseGreenTextAccentActive, + "textOnDarkPrimaryBrightness", + DarkColorTokens.TextOnDarkPrimaryBrightness, overwrite, ) + initial.add("textOnDarkSecondary", DarkColorTokens.TextOnDarkSecondary, overwrite) + initial.add("textOnDarkSecondaryHover", DarkColorTokens.TextOnDarkSecondaryHover, overwrite) + initial.add("textOnDarkTertiary", DarkColorTokens.TextOnDarkTertiary, overwrite) + initial.add("textOnDarkTertiaryHover", DarkColorTokens.TextOnDarkTertiaryHover, overwrite) + initial.add("textOnDarkSecondaryActive", DarkColorTokens.TextOnDarkSecondaryActive, overwrite) + initial.add("textOnDarkPrimaryHover", DarkColorTokens.TextOnDarkPrimaryHover, overwrite) + initial.add("textOnDarkParagraph", DarkColorTokens.TextOnDarkParagraph, overwrite) + initial.add("textOnDarkParagraphHover", DarkColorTokens.TextOnDarkParagraphHover, overwrite) initial.add( - "personaInverseIndigoTextAccent", - DarkColorTokens.PersonaInverseIndigoTextAccent, + "textOnLightPrimaryBrightness", + DarkColorTokens.TextOnLightPrimaryBrightness, overwrite, ) + initial.add("textOnLightSecondary", DarkColorTokens.TextOnLightSecondary, overwrite) + initial.add("textOnLightSecondaryHover", DarkColorTokens.TextOnLightSecondaryHover, overwrite) + initial.add("textOnLightSecondaryActive", DarkColorTokens.TextOnLightSecondaryActive, overwrite) + initial.add("textOnLightTertiary", DarkColorTokens.TextOnLightTertiary, overwrite) + initial.add("textOnLightTertiaryHover", DarkColorTokens.TextOnLightTertiaryHover, overwrite) + initial.add("textOnLightTertiaryActive", DarkColorTokens.TextOnLightTertiaryActive, overwrite) + initial.add("textOnLightParagraph", DarkColorTokens.TextOnLightParagraph, overwrite) + initial.add("textOnLightParagraphHover", DarkColorTokens.TextOnLightParagraphHover, overwrite) + initial.add("textOnLightParagraphActive", DarkColorTokens.TextOnLightParagraphActive, overwrite) + initial.add("textOnLightAccent", DarkColorTokens.TextOnLightAccent, overwrite) + initial.add("textOnLightAccentHover", DarkColorTokens.TextOnLightAccentHover, overwrite) + initial.add("textOnLightAccentActive", DarkColorTokens.TextOnLightAccentActive, overwrite) + initial.add("textOnLightAccentMinor", DarkColorTokens.TextOnLightAccentMinor, overwrite) initial.add( - "personaInverseIndigoTextAccentHover", - DarkColorTokens.PersonaInverseIndigoTextAccentHover, + "textOnLightAccentMinorHover", + DarkColorTokens.TextOnLightAccentMinorHover, overwrite, ) initial.add( - "personaDefaultIndigoTextAccentHover", - DarkColorTokens.PersonaDefaultIndigoTextAccentHover, + "textOnLightAccentMinorActive", + DarkColorTokens.TextOnLightAccentMinorActive, overwrite, ) + initial.add("textOnLightPositive", DarkColorTokens.TextOnLightPositive, overwrite) + initial.add("textOnLightPositiveHover", DarkColorTokens.TextOnLightPositiveHover, overwrite) + initial.add("textOnLightPositiveActive", DarkColorTokens.TextOnLightPositiveActive, overwrite) + initial.add("textOnLightWarning", DarkColorTokens.TextOnLightWarning, overwrite) + initial.add("textOnLightWarningHover", DarkColorTokens.TextOnLightWarningHover, overwrite) + initial.add("textOnLightPrimary", DarkColorTokens.TextOnLightPrimary, overwrite) + initial.add("textOnLightPrimaryHover", DarkColorTokens.TextOnLightPrimaryHover, overwrite) + initial.add("textOnLightPrimaryActive", DarkColorTokens.TextOnLightPrimaryActive, overwrite) + initial.add("textInversePrimary", DarkColorTokens.TextInversePrimary, overwrite) + initial.add("textInversePrimaryHover", DarkColorTokens.TextInversePrimaryHover, overwrite) + initial.add("textInversePrimaryActive", DarkColorTokens.TextInversePrimaryActive, overwrite) initial.add( - "personaDefaultIndigoTextAccentActive", - DarkColorTokens.PersonaDefaultIndigoTextAccentActive, + "textInversePrimaryBrightness", + DarkColorTokens.TextInversePrimaryBrightness, overwrite, ) + initial.add("textInverseSecondary", DarkColorTokens.TextInverseSecondary, overwrite) + initial.add("textInverseSecondaryHover", DarkColorTokens.TextInverseSecondaryHover, overwrite) + initial.add("textInverseSecondaryActive", DarkColorTokens.TextInverseSecondaryActive, overwrite) + initial.add("textInverseTertiary", DarkColorTokens.TextInverseTertiary, overwrite) + initial.add("textInverseTertiaryHover", DarkColorTokens.TextInverseTertiaryHover, overwrite) + initial.add("textInverseTertiaryActive", DarkColorTokens.TextInverseTertiaryActive, overwrite) + initial.add("textInverseParagraph", DarkColorTokens.TextInverseParagraph, overwrite) + initial.add("textInverseParagraphHover", DarkColorTokens.TextInverseParagraphHover, overwrite) + initial.add("textInverseParagraphActive", DarkColorTokens.TextInverseParagraphActive, overwrite) + initial.add("textInverseAccent", DarkColorTokens.TextInverseAccent, overwrite) + initial.add("textInverseAccentHover", DarkColorTokens.TextInverseAccentHover, overwrite) + initial.add("textInverseAccentActive", DarkColorTokens.TextInverseAccentActive, overwrite) + initial.add("textInverseAccentMinor", DarkColorTokens.TextInverseAccentMinor, overwrite) initial.add( - "personaDefaultPinkTextAccentActive", - DarkColorTokens.PersonaDefaultPinkTextAccentActive, + "textInverseAccentMinorHover", + DarkColorTokens.TextInverseAccentMinorHover, overwrite, ) initial.add( - "personaInverseOliveTextAccent", - DarkColorTokens.PersonaInverseOliveTextAccent, + "textInverseAccentMinorActive", + DarkColorTokens.TextInverseAccentMinorActive, overwrite, ) + initial.add("textOnLightNegativeActive", DarkColorTokens.TextOnLightNegativeActive, overwrite) + initial.add("textOnLightNegative", DarkColorTokens.TextOnLightNegative, overwrite) + initial.add("textOnLightInfo", DarkColorTokens.TextOnLightInfo, overwrite) + initial.add("textOnLightInfoHover", DarkColorTokens.TextOnLightInfoHover, overwrite) + initial.add("textOnLightInfoActive", DarkColorTokens.TextOnLightInfoActive, overwrite) + initial.add("textOnLightNegativeHover", DarkColorTokens.TextOnLightNegativeHover, overwrite) + initial.add("textInverseNegativeActive", DarkColorTokens.TextInverseNegativeActive, overwrite) + initial.add("textInverseInfo", DarkColorTokens.TextInverseInfo, overwrite) + initial.add("textInverseInfoHover", DarkColorTokens.TextInverseInfoHover, overwrite) + initial.add("textInverseInfoActive", DarkColorTokens.TextInverseInfoActive, overwrite) + initial.add("surfaceDefaultSolidPrimary", DarkColorTokens.SurfaceDefaultSolidPrimary, overwrite) + initial.add("textInverseWarningActive", DarkColorTokens.TextInverseWarningActive, overwrite) initial.add( - "personaInverseOliveTextAccentActive", - DarkColorTokens.PersonaInverseOliveTextAccentActive, + "surfaceDefaultSolidPrimaryHover", + DarkColorTokens.SurfaceDefaultSolidPrimaryHover, overwrite, ) initial.add( - "personaInversePinkTextAccent", - DarkColorTokens.PersonaInversePinkTextAccent, + "surfaceDefaultSolidPrimaryActive", + DarkColorTokens.SurfaceDefaultSolidPrimaryActive, overwrite, ) initial.add( - "personaInversePinkTextAccentHover", - DarkColorTokens.PersonaInversePinkTextAccentHover, + "surfaceDefaultSolidPrimaryBrightness", + DarkColorTokens.SurfaceDefaultSolidPrimaryBrightness, overwrite, ) initial.add( - "personaInversePinkTextAccentActive", - DarkColorTokens.PersonaInversePinkTextAccentActive, + "surfaceDefaultSolidSecondary", + DarkColorTokens.SurfaceDefaultSolidSecondary, overwrite, ) initial.add( - "personaInverseSeaBlueTextAccent", - DarkColorTokens.PersonaInverseSeaBlueTextAccent, + "surfaceDefaultSolidSecondaryHover", + DarkColorTokens.SurfaceDefaultSolidSecondaryHover, overwrite, ) initial.add( - "personaInverseSeaBlueTextAccentHover", - DarkColorTokens.PersonaInverseSeaBlueTextAccentHover, + "surfaceDefaultSolidSecondaryActive", + DarkColorTokens.SurfaceDefaultSolidSecondaryActive, overwrite, ) initial.add( - "personaInverseSeaBlueTextAccentActive", - DarkColorTokens.PersonaInverseSeaBlueTextAccentActive, + "surfaceDefaultSolidTertiary", + DarkColorTokens.SurfaceDefaultSolidTertiary, overwrite, ) initial.add( - "personaInverseVioletTextAccent", - DarkColorTokens.PersonaInverseVioletTextAccent, + "surfaceDefaultSolidTertiaryHover", + DarkColorTokens.SurfaceDefaultSolidTertiaryHover, overwrite, ) + initial.add("textInversePositive", DarkColorTokens.TextInversePositive, overwrite) + initial.add("textInversePositiveHover", DarkColorTokens.TextInversePositiveHover, overwrite) + initial.add("textInverseWarning", DarkColorTokens.TextInverseWarning, overwrite) + initial.add("textInverseWarningHover", DarkColorTokens.TextInverseWarningHover, overwrite) + initial.add("textInversePositiveActive", DarkColorTokens.TextInversePositiveActive, overwrite) + initial.add("textInverseNegative", DarkColorTokens.TextInverseNegative, overwrite) + initial.add("textInverseNegativeHover", DarkColorTokens.TextInverseNegativeHover, overwrite) initial.add( - "personaInverseVioletTextAccentHover", - DarkColorTokens.PersonaInverseVioletTextAccentHover, + "surfaceDefaultTransparentSecondaryActive", + DarkColorTokens.SurfaceDefaultTransparentSecondaryActive, overwrite, ) initial.add( - "personaInverseVioletTextAccentActive", - DarkColorTokens.PersonaInverseVioletTextAccentActive, + "surfaceDefaultTransparentTertiary", + DarkColorTokens.SurfaceDefaultTransparentTertiary, overwrite, ) initial.add( - "personaOnDarkBlueTextAccent", - DarkColorTokens.PersonaOnDarkBlueTextAccent, + "surfaceDefaultTransparentTertiaryHover", + DarkColorTokens.SurfaceDefaultTransparentTertiaryHover, overwrite, ) initial.add( - "personaOnDarkBlueTextAccentHover", - DarkColorTokens.PersonaOnDarkBlueTextAccentHover, + "surfaceDefaultTransparentTertiaryActive", + DarkColorTokens.SurfaceDefaultTransparentTertiaryActive, overwrite, ) initial.add( - "personaOnDarkBlueTextAccentActive", - DarkColorTokens.PersonaOnDarkBlueTextAccentActive, + "surfaceDefaultTransparentDeep", + DarkColorTokens.SurfaceDefaultTransparentDeep, overwrite, ) initial.add( - "personaInverseOchreTextAccent", - DarkColorTokens.PersonaInverseOchreTextAccent, + "surfaceDefaultTransparentDeepHover", + DarkColorTokens.SurfaceDefaultTransparentDeepHover, overwrite, ) initial.add( - "personaInverseOchreTextAccentHover", - DarkColorTokens.PersonaInverseOchreTextAccentHover, + "surfaceDefaultTransparentDeepActive", + DarkColorTokens.SurfaceDefaultTransparentDeepActive, overwrite, ) initial.add( - "personaInverseOliveTextAccentHover", - DarkColorTokens.PersonaInverseOliveTextAccentHover, + "surfaceDefaultTransparentCard", + DarkColorTokens.SurfaceDefaultTransparentCard, overwrite, ) initial.add( - "personaInverseOchreTextAccentActive", - DarkColorTokens.PersonaInverseOchreTextAccentActive, + "surfaceDefaultTransparentCardHover", + DarkColorTokens.SurfaceDefaultTransparentCardHover, overwrite, ) initial.add( - "personaOnDarkIndigoTextAccent", - DarkColorTokens.PersonaOnDarkIndigoTextAccent, + "surfaceDefaultTransparentCardActive", + DarkColorTokens.SurfaceDefaultTransparentCardActive, overwrite, ) initial.add( - "personaOnDarkIndigoTextAccentHover", - DarkColorTokens.PersonaOnDarkIndigoTextAccentHover, + "surfaceDefaultTransparentCardBrightness", + DarkColorTokens.SurfaceDefaultTransparentCardBrightness, overwrite, ) + initial.add("surfaceDefaultClear", DarkColorTokens.SurfaceDefaultClear, overwrite) + initial.add("surfaceDefaultClearHover", DarkColorTokens.SurfaceDefaultClearHover, overwrite) + initial.add("surfaceDefaultClearActive", DarkColorTokens.SurfaceDefaultClearActive, overwrite) + initial.add("surfaceDefaultAccent", DarkColorTokens.SurfaceDefaultAccent, overwrite) + initial.add("surfaceDefaultAccentHover", DarkColorTokens.SurfaceDefaultAccentHover, overwrite) + initial.add("surfaceDefaultAccentActive", DarkColorTokens.SurfaceDefaultAccentActive, overwrite) initial.add( - "personaOnDarkIndigoTextAccentActive", - DarkColorTokens.PersonaOnDarkIndigoTextAccentActive, + "surfaceDefaultAccentMinorHover", + DarkColorTokens.SurfaceDefaultAccentMinorHover, overwrite, ) initial.add( - "personaDefaultPinkTextAccent", - DarkColorTokens.PersonaDefaultPinkTextAccent, + "surfaceDefaultAccentMinorActive", + DarkColorTokens.SurfaceDefaultAccentMinorActive, overwrite, ) initial.add( - "personaDefaultPinkTextAccentHover", - DarkColorTokens.PersonaDefaultPinkTextAccentHover, + "surfaceDefaultTransparentAccent", + DarkColorTokens.SurfaceDefaultTransparentAccent, overwrite, ) initial.add( - "personaOnDarkOliveTextAccent", - DarkColorTokens.PersonaOnDarkOliveTextAccent, + "surfaceDefaultTransparentAccentHover", + DarkColorTokens.SurfaceDefaultTransparentAccentHover, overwrite, ) initial.add( - "personaOnDarkOliveTextAccentHover", - DarkColorTokens.PersonaOnDarkOliveTextAccentHover, + "surfaceDefaultTransparentAccentActive", + DarkColorTokens.SurfaceDefaultTransparentAccentActive, overwrite, ) initial.add( - "personaOnDarkOliveTextAccentActive", - DarkColorTokens.PersonaOnDarkOliveTextAccentActive, + "surfaceDefaultSolidCardActive", + DarkColorTokens.SurfaceDefaultSolidCardActive, overwrite, ) + initial.add("surfaceDefaultSolidCard", DarkColorTokens.SurfaceDefaultSolidCard, overwrite) initial.add( - "personaOnDarkPinkTextAccent", - DarkColorTokens.PersonaOnDarkPinkTextAccent, + "surfaceDefaultSolidCardBrightness", + DarkColorTokens.SurfaceDefaultSolidCardBrightness, overwrite, ) + initial.add("surfaceDefaultSolidDefault", DarkColorTokens.SurfaceDefaultSolidDefault, overwrite) initial.add( - "personaOnDarkPinkTextAccentActive", - DarkColorTokens.PersonaOnDarkPinkTextAccentActive, + "surfaceDefaultSolidDefaultHover", + DarkColorTokens.SurfaceDefaultSolidDefaultHover, overwrite, ) initial.add( - "personaOnDarkSeaBlueTextAccent", - DarkColorTokens.PersonaOnDarkSeaBlueTextAccent, + "surfaceDefaultTransparentPrimary", + DarkColorTokens.SurfaceDefaultTransparentPrimary, overwrite, ) initial.add( - "personaOnDarkSeaBlueTextAccentHover", - DarkColorTokens.PersonaOnDarkSeaBlueTextAccentHover, + "surfaceDefaultTransparentPrimaryHover", + DarkColorTokens.SurfaceDefaultTransparentPrimaryHover, overwrite, ) initial.add( - "personaOnDarkSeaBlueTextAccentActive", - DarkColorTokens.PersonaOnDarkSeaBlueTextAccentActive, + "surfaceDefaultSolidDefaultActive", + DarkColorTokens.SurfaceDefaultSolidDefaultActive, overwrite, ) initial.add( - "personaOnDarkGreenTextAccent", - DarkColorTokens.PersonaOnDarkGreenTextAccent, + "surfaceDefaultSolidCardHover", + DarkColorTokens.SurfaceDefaultSolidCardHover, overwrite, ) initial.add( - "personaOnDarkGreenTextAccentHover", - DarkColorTokens.PersonaOnDarkGreenTextAccentHover, + "surfaceDefaultTransparentPrimaryActive", + DarkColorTokens.SurfaceDefaultTransparentPrimaryActive, overwrite, ) initial.add( - "personaOnDarkGreenTextAccentActive", - DarkColorTokens.PersonaOnDarkGreenTextAccentActive, + "surfaceDefaultTransparentSecondary", + DarkColorTokens.SurfaceDefaultTransparentSecondary, overwrite, ) initial.add( - "personaOnLightBlueTextAccentHover", - DarkColorTokens.PersonaOnLightBlueTextAccentHover, + "surfaceDefaultTransparentSecondaryHover", + DarkColorTokens.SurfaceDefaultTransparentSecondaryHover, overwrite, ) initial.add( - "personaOnLightBlueTextAccentActive", - DarkColorTokens.PersonaOnLightBlueTextAccentActive, + "surfaceDefaultWarningActive", + DarkColorTokens.SurfaceDefaultWarningActive, overwrite, ) + initial.add("surfaceDefaultNegative", DarkColorTokens.SurfaceDefaultNegative, overwrite) initial.add( - "personaOnLightGreenTextAccent", - DarkColorTokens.PersonaOnLightGreenTextAccent, + "surfaceDefaultNegativeHover", + DarkColorTokens.SurfaceDefaultNegativeHover, overwrite, ) initial.add( - "personaOnLightGreenTextAccentHover", - DarkColorTokens.PersonaOnLightGreenTextAccentHover, + "surfaceDefaultNegativeActive", + DarkColorTokens.SurfaceDefaultNegativeActive, overwrite, ) + initial.add("surfaceDefaultInfo", DarkColorTokens.SurfaceDefaultInfo, overwrite) + initial.add("surfaceDefaultInfoHover", DarkColorTokens.SurfaceDefaultInfoHover, overwrite) + initial.add("surfaceDefaultInfoActive", DarkColorTokens.SurfaceDefaultInfoActive, overwrite) initial.add( - "personaOnLightGreenTextAccentActive", - DarkColorTokens.PersonaOnLightGreenTextAccentActive, + "surfaceDefaultPositiveActive", + DarkColorTokens.SurfaceDefaultPositiveActive, overwrite, ) + initial.add("surfaceDefaultPositive", DarkColorTokens.SurfaceDefaultPositive, overwrite) initial.add( - "personaOnLightIndigoTextAccent", - DarkColorTokens.PersonaOnLightIndigoTextAccent, + "surfaceDefaultPositiveHover", + DarkColorTokens.SurfaceDefaultPositiveHover, overwrite, ) + initial.add("surfaceDefaultWarning", DarkColorTokens.SurfaceDefaultWarning, overwrite) + initial.add("surfaceDefaultWarningHover", DarkColorTokens.SurfaceDefaultWarningHover, overwrite) initial.add( - "personaOnLightIndigoTextAccentActive", - DarkColorTokens.PersonaOnLightIndigoTextAccentActive, + "surfaceDefaultTransparentNegative", + DarkColorTokens.SurfaceDefaultTransparentNegative, overwrite, ) initial.add( - "personaOnLightOchreTextAccent", - DarkColorTokens.PersonaOnLightOchreTextAccent, + "surfaceDefaultTransparentNegativeHover", + DarkColorTokens.SurfaceDefaultTransparentNegativeHover, overwrite, ) + initial.add("surfaceDefaultReadOnly", DarkColorTokens.SurfaceDefaultReadOnly, overwrite) initial.add( - "personaOnDarkOchreTextAccentHover", - DarkColorTokens.PersonaOnDarkOchreTextAccentHover, + "surfaceDefaultReadOnlyHover", + DarkColorTokens.SurfaceDefaultReadOnlyHover, overwrite, ) initial.add( - "personaOnDarkOchreTextAccentActive", - DarkColorTokens.PersonaOnDarkOchreTextAccentActive, + "surfaceDefaultReadOnlyActive", + DarkColorTokens.SurfaceDefaultReadOnlyActive, overwrite, ) + initial.add("surfaceOnDarkSolidPrimary", DarkColorTokens.SurfaceOnDarkSolidPrimary, overwrite) initial.add( - "personaOnDarkVioletTextAccentHover", - DarkColorTokens.PersonaOnDarkVioletTextAccentHover, + "surfaceOnDarkSolidPrimaryHover", + DarkColorTokens.SurfaceOnDarkSolidPrimaryHover, overwrite, ) initial.add( - "personaOnLightBlueTextAccent", - DarkColorTokens.PersonaOnLightBlueTextAccent, + "surfaceOnDarkSolidPrimaryActive", + DarkColorTokens.SurfaceOnDarkSolidPrimaryActive, overwrite, ) initial.add( - "personaOnLightVioletTextAccent", - DarkColorTokens.PersonaOnLightVioletTextAccent, + "surfaceOnDarkSolidPrimaryBrightness", + DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightness, overwrite, ) initial.add( - "personaOnLightVioletTextAccentHover", - DarkColorTokens.PersonaOnLightVioletTextAccentHover, + "surfaceOnDarkSolidSecondary", + DarkColorTokens.SurfaceOnDarkSolidSecondary, overwrite, ) initial.add( - "personaOnLightVioletTextAccentActive", - DarkColorTokens.PersonaOnLightVioletTextAccentActive, + "surfaceOnDarkSolidSecondaryHover", + DarkColorTokens.SurfaceOnDarkSolidSecondaryHover, overwrite, ) initial.add( - "surfaceDefaultAccentPrimary", - DarkColorTokens.SurfaceDefaultAccentPrimary, + "surfaceOnDarkSolidSecondaryActive", + DarkColorTokens.SurfaceOnDarkSolidSecondaryActive, overwrite, ) + initial.add("surfaceOnDarkSolidTertiary", DarkColorTokens.SurfaceOnDarkSolidTertiary, overwrite) initial.add( - "surfaceDefaultAccentPrimaryHover", - DarkColorTokens.SurfaceDefaultAccentPrimaryHover, + "surfaceOnDarkSolidTertiaryHover", + DarkColorTokens.SurfaceOnDarkSolidTertiaryHover, overwrite, ) initial.add( - "surfaceDefaultAccentPrimaryActive", - DarkColorTokens.SurfaceDefaultAccentPrimaryActive, + "surfaceDefaultTransparentNegativeActive", + DarkColorTokens.SurfaceDefaultTransparentNegativeActive, overwrite, ) initial.add( - "surfaceOnLightAccentPrimary", - DarkColorTokens.SurfaceOnLightAccentPrimary, + "surfaceOnDarkTransparentSecondaryActive", + DarkColorTokens.SurfaceOnDarkTransparentSecondaryActive, overwrite, ) initial.add( - "surfaceOnLightAccentMinorHover", - DarkColorTokens.SurfaceOnLightAccentMinorHover, + "surfaceOnDarkTransparentTertiary", + DarkColorTokens.SurfaceOnDarkTransparentTertiary, overwrite, ) initial.add( - "surfaceInverseSolidSecondaryActive", - DarkColorTokens.SurfaceInverseSolidSecondaryActive, + "surfaceOnDarkTransparentTertiaryHover", + DarkColorTokens.SurfaceOnDarkTransparentTertiaryHover, overwrite, ) initial.add( - "surfaceInverseTransparentDeepActive", - DarkColorTokens.SurfaceInverseTransparentDeepActive, + "surfaceOnDarkTransparentTertiaryActive", + DarkColorTokens.SurfaceOnDarkTransparentTertiaryActive, overwrite, ) - initial.add("surfaceInverseAccentMinor", DarkColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( - "personaOnLightOliveTextAccentHover", - DarkColorTokens.PersonaOnLightOliveTextAccentHover, + "surfaceOnDarkTransparentDeep", + DarkColorTokens.SurfaceOnDarkTransparentDeep, overwrite, ) initial.add( - "personaOnDarkVioletTextAccent", - DarkColorTokens.PersonaOnDarkVioletTextAccent, + "surfaceOnDarkTransparentDeepHover", + DarkColorTokens.SurfaceOnDarkTransparentDeepHover, overwrite, ) - initial.add("textInverseAccentActive", DarkColorTokens.TextInverseAccentActive, overwrite) initial.add( - "surfaceDefaultWarningActive", - DarkColorTokens.SurfaceDefaultWarningActive, + "surfaceOnDarkTransparentDeepActive", + DarkColorTokens.SurfaceOnDarkTransparentDeepActive, overwrite, ) initial.add( - "surfaceOnLightAccentPrimaryActive", - DarkColorTokens.SurfaceOnLightAccentPrimaryActive, + "surfaceOnDarkTransparentCard", + DarkColorTokens.SurfaceOnDarkTransparentCard, overwrite, ) initial.add( - "textOnLightAccentMinorHover", - DarkColorTokens.TextOnLightAccentMinorHover, + "surfaceOnDarkTransparentCardHover", + DarkColorTokens.SurfaceOnDarkTransparentCardHover, overwrite, ) initial.add( - "personaOnLightPinkTextAccentActive", - DarkColorTokens.PersonaOnLightPinkTextAccentActive, + "surfaceOnDarkTransparentCardActive", + DarkColorTokens.SurfaceOnDarkTransparentCardActive, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccentActive", - DarkColorTokens.PersonaOnLightSeaBlueTextAccentActive, + "surfaceOnDarkTransparentCardBrightness", + DarkColorTokens.SurfaceOnDarkTransparentCardBrightness, overwrite, ) + initial.add("surfaceOnDarkClear", DarkColorTokens.SurfaceOnDarkClear, overwrite) + initial.add("surfaceOnDarkClearHover", DarkColorTokens.SurfaceOnDarkClearHover, overwrite) + initial.add("surfaceOnDarkClearActive", DarkColorTokens.SurfaceOnDarkClearActive, overwrite) + initial.add("surfaceOnDarkAccent", DarkColorTokens.SurfaceOnDarkAccent, overwrite) + initial.add("surfaceOnDarkAccentHover", DarkColorTokens.SurfaceOnDarkAccentHover, overwrite) + initial.add("surfaceOnDarkAccentActive", DarkColorTokens.SurfaceOnDarkAccentActive, overwrite) + initial.add("surfaceOnDarkAccentMinor", DarkColorTokens.SurfaceOnDarkAccentMinor, overwrite) initial.add( - "surfaceDefaultAccentSecondaryActive", - DarkColorTokens.SurfaceDefaultAccentSecondaryActive, + "surfaceOnDarkSolidCardActive", + DarkColorTokens.SurfaceOnDarkSolidCardActive, overwrite, ) + initial.add("surfaceOnDarkSolidCard", DarkColorTokens.SurfaceOnDarkSolidCard, overwrite) initial.add( - "surfaceDefaultTransparentAccentMinorActive", - DarkColorTokens.SurfaceDefaultTransparentAccentMinorActive, + "surfaceOnDarkSolidCardBrightness", + DarkColorTokens.SurfaceOnDarkSolidCardBrightness, overwrite, ) initial.add( - "surfaceInverseAccentSecondaryActive", - DarkColorTokens.SurfaceInverseAccentSecondaryActive, + "surfaceOnDarkSolidDefaultHover", + DarkColorTokens.SurfaceOnDarkSolidDefaultHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinorActive", - DarkColorTokens.SurfaceInverseTransparentAccentMinorActive, + "surfaceOnDarkSolidDefaultActive", + DarkColorTokens.SurfaceOnDarkSolidDefaultActive, overwrite, ) initial.add( - "surfaceOnDarkAccentPrimaryActive", - DarkColorTokens.SurfaceOnDarkAccentPrimaryActive, + "surfaceOnDarkTransparentPrimary", + DarkColorTokens.SurfaceOnDarkTransparentPrimary, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondaryActive", - DarkColorTokens.SurfaceOnDarkAccentSecondaryActive, + "surfaceOnDarkTransparentPrimaryHover", + DarkColorTokens.SurfaceOnDarkTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentMinorHover", - DarkColorTokens.SurfaceOnDarkTransparentAccentMinorHover, + "surfaceOnDarkSolidCardHover", + DarkColorTokens.SurfaceOnDarkSolidCardHover, overwrite, ) initial.add( - "surfaceOnLightAccentSecondaryActive", - DarkColorTokens.SurfaceOnLightAccentSecondaryActive, + "surfaceOnDarkTransparentPrimaryActive", + DarkColorTokens.SurfaceOnDarkTransparentPrimaryActive, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorActive", - DarkColorTokens.SurfaceOnLightTransparentAccentMinorActive, + "surfaceOnDarkTransparentSecondary", + DarkColorTokens.SurfaceOnDarkTransparentSecondary, overwrite, ) initial.add( - "personaOnLightPinkTextAccentHover", - DarkColorTokens.PersonaOnLightPinkTextAccentHover, + "surfaceOnDarkTransparentSecondaryHover", + DarkColorTokens.SurfaceOnDarkTransparentSecondaryHover, overwrite, ) - initial.add("textOnDarkTertiary", DarkColorTokens.TextOnDarkTertiary, overwrite) + initial.add("surfaceOnDarkPositive", DarkColorTokens.SurfaceOnDarkPositive, overwrite) + initial.add("surfaceOnDarkPositiveHover", DarkColorTokens.SurfaceOnDarkPositiveHover, overwrite) initial.add( - "textDefaultAccentMinorHover", - DarkColorTokens.TextDefaultAccentMinorHover, + "surfaceOnDarkPositiveActive", + DarkColorTokens.SurfaceOnDarkPositiveActive, overwrite, ) + initial.add("surfaceOnDarkWarning", DarkColorTokens.SurfaceOnDarkWarning, overwrite) + initial.add("surfaceOnDarkWarningHover", DarkColorTokens.SurfaceOnDarkWarningHover, overwrite) + initial.add("surfaceOnDarkWarningActive", DarkColorTokens.SurfaceOnDarkWarningActive, overwrite) + initial.add("surfaceOnDarkNegative", DarkColorTokens.SurfaceOnDarkNegative, overwrite) + initial.add("surfaceOnDarkNegativeHover", DarkColorTokens.SurfaceOnDarkNegativeHover, overwrite) initial.add( - "personaOnLightOliveTextAccent", - DarkColorTokens.PersonaOnLightOliveTextAccent, + "surfaceOnDarkNegativeActive", + DarkColorTokens.SurfaceOnDarkNegativeActive, overwrite, ) + initial.add("surfaceOnDarkInfo", DarkColorTokens.SurfaceOnDarkInfo, overwrite) + initial.add("surfaceOnDarkInfoHover", DarkColorTokens.SurfaceOnDarkInfoHover, overwrite) + initial.add("surfaceOnDarkInfoActive", DarkColorTokens.SurfaceOnDarkInfoActive, overwrite) initial.add( - "surfaceOnLightTransparentAccentMinor", - DarkColorTokens.SurfaceOnLightTransparentAccentMinor, + "surfaceOnDarkTransparentAccentActive", + DarkColorTokens.SurfaceOnDarkTransparentAccentActive, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccent", - DarkColorTokens.PersonaOnLightSeaBlueTextAccent, + "surfaceOnDarkTransparentAccent", + DarkColorTokens.SurfaceOnDarkTransparentAccent, overwrite, ) initial.add( - "surfaceDefaultAccentSecondary", - DarkColorTokens.SurfaceDefaultAccentSecondary, + "surfaceOnDarkTransparentAccentHover", + DarkColorTokens.SurfaceOnDarkTransparentAccentHover, overwrite, ) + initial.add("surfaceOnDarkReadOnly", DarkColorTokens.SurfaceOnDarkReadOnly, overwrite) + initial.add("surfaceOnDarkReadOnlyHover", DarkColorTokens.SurfaceOnDarkReadOnlyHover, overwrite) initial.add( - "surfaceDefaultTransparentAccentMinor", - DarkColorTokens.SurfaceDefaultTransparentAccentMinor, + "surfaceOnDarkReadOnlyActive", + DarkColorTokens.SurfaceOnDarkReadOnlyActive, overwrite, ) + initial.add("surfaceOnLightSolidPrimary", DarkColorTokens.SurfaceOnLightSolidPrimary, overwrite) initial.add( - "surfaceInverseAccentSecondary", - DarkColorTokens.SurfaceInverseAccentSecondary, + "surfaceOnLightSolidPrimaryHover", + DarkColorTokens.SurfaceOnLightSolidPrimaryHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinor", - DarkColorTokens.SurfaceInverseTransparentAccentMinor, + "surfaceOnLightSolidPrimaryActive", + DarkColorTokens.SurfaceOnLightSolidPrimaryActive, overwrite, ) - initial.add("surfaceOnDarkAccentPrimary", DarkColorTokens.SurfaceOnDarkAccentPrimary, overwrite) initial.add( - "surfaceOnDarkAccentSecondary", - DarkColorTokens.SurfaceOnDarkAccentSecondary, + "surfaceOnLightSolidPrimaryBrightness", + DarkColorTokens.SurfaceOnLightSolidPrimaryBrightness, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentMinor", - DarkColorTokens.SurfaceOnDarkTransparentAccentMinor, + "surfaceOnLightSolidSecondary", + DarkColorTokens.SurfaceOnLightSolidSecondary, overwrite, ) initial.add( - "surfaceOnLightAccentSecondary", - DarkColorTokens.SurfaceOnLightAccentSecondary, + "surfaceOnLightSolidSecondaryHover", + DarkColorTokens.SurfaceOnLightSolidSecondaryHover, overwrite, ) - initial.add("outlineInverseMinor", LightColorTokens.OutlineInverseMinor, overwrite) - initial.add("textInverseWarningHover", DarkColorTokens.TextInverseWarningHover, overwrite) initial.add( - "dataDefaultYellowTransparentHover", - DarkColorTokens.DataDefaultYellowTransparentHover, + "surfaceOnLightSolidSecondaryActive", + DarkColorTokens.SurfaceOnLightSolidSecondaryActive, overwrite, ) - initial.add("surfaceInverseInfo", DarkColorTokens.SurfaceInverseInfo, overwrite) - initial.add("outlineDefaultNegative", DarkColorTokens.OutlineDefaultNegative, overwrite) - initial.add("textOnLightAccentHover", DarkColorTokens.TextOnLightAccentHover, overwrite) initial.add( - "surfaceOnLightAccentSecondaryHover", - DarkColorTokens.SurfaceOnLightAccentSecondaryHover, + "surfaceOnLightSolidTertiary", + DarkColorTokens.SurfaceOnLightSolidTertiary, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorHover", - DarkColorTokens.SurfaceOnLightTransparentAccentMinorHover, + "surfaceOnLightSolidTertiaryHover", + DarkColorTokens.SurfaceOnLightSolidTertiaryHover, overwrite, ) initial.add( - "personaOnDarkPinkTextAccentHover", - DarkColorTokens.PersonaOnDarkPinkTextAccentHover, + "surfaceOnDarkTransparentNegativeActive", + DarkColorTokens.SurfaceOnDarkTransparentNegativeActive, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinorHover", - DarkColorTokens.SurfaceInverseTransparentAccentMinorHover, + "surfaceOnDarkTransparentNegative", + DarkColorTokens.SurfaceOnDarkTransparentNegative, overwrite, ) initial.add( - "surfaceOnLightAccentPrimaryHover", - DarkColorTokens.SurfaceOnLightAccentPrimaryHover, + "surfaceOnDarkTransparentNegativeHover", + DarkColorTokens.SurfaceOnDarkTransparentNegativeHover, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondaryHover", - DarkColorTokens.SurfaceOnDarkAccentSecondaryHover, + "surfaceOnLightTransparentSecondaryActive", + DarkColorTokens.SurfaceOnLightTransparentSecondaryActive, overwrite, ) initial.add( - "surfaceDefaultTransparentAccentMinorHover", - DarkColorTokens.SurfaceDefaultTransparentAccentMinorHover, + "surfaceOnLightTransparentTertiary", + DarkColorTokens.SurfaceOnLightTransparentTertiary, overwrite, ) initial.add( - "surfaceInverseAccentSecondaryHover", - DarkColorTokens.SurfaceInverseAccentSecondaryHover, + "surfaceOnLightTransparentTertiaryHover", + DarkColorTokens.SurfaceOnLightTransparentTertiaryHover, overwrite, ) initial.add( - "personaOnLightPinkTextAccent", - DarkColorTokens.PersonaOnLightPinkTextAccent, + "surfaceOnLightTransparentTertiaryActive", + DarkColorTokens.SurfaceOnLightTransparentTertiaryActive, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccentHover", - DarkColorTokens.PersonaOnLightSeaBlueTextAccentHover, + "surfaceOnLightTransparentDeep", + DarkColorTokens.SurfaceOnLightTransparentDeep, overwrite, ) initial.add( - "surfaceOnDarkTransparentAccentMinorActive", - DarkColorTokens.SurfaceOnDarkTransparentAccentMinorActive, + "surfaceOnLightTransparentDeepHover", + DarkColorTokens.SurfaceOnLightTransparentDeepHover, overwrite, ) initial.add( - "surfaceDefaultAccentSecondaryHover", - DarkColorTokens.SurfaceDefaultAccentSecondaryHover, + "surfaceOnLightTransparentDeepActive", + DarkColorTokens.SurfaceOnLightTransparentDeepActive, overwrite, ) initial.add( - "surfaceDefaultTransparentSecondaryHover", - DarkColorTokens.SurfaceDefaultTransparentSecondaryHover, + "surfaceOnLightTransparentCard", + DarkColorTokens.SurfaceOnLightTransparentCard, overwrite, ) - initial.add("surfaceDefaultNegative", DarkColorTokens.SurfaceDefaultNegative, overwrite) - initial.add("backgroundDefaultSecondary", DarkColorTokens.BackgroundDefaultSecondary, overwrite) initial.add( "surfaceOnLightTransparentCardHover", DarkColorTokens.SurfaceOnLightTransparentCardHover, overwrite, ) initial.add( - "surfaceInverseSolidPrimaryHover", - DarkColorTokens.SurfaceInverseSolidPrimaryHover, + "surfaceOnLightTransparentCardActive", + DarkColorTokens.SurfaceOnLightTransparentCardActive, overwrite, ) - initial.add("backgroundDarkPrimary", DarkColorTokens.BackgroundDarkPrimary, overwrite) - initial.add("backgroundLightSecondary", DarkColorTokens.BackgroundLightSecondary, overwrite) - initial.add("dataOnDarkYellowMinorHover", DarkColorTokens.DataOnDarkYellowMinorHover, overwrite) initial.add( - "outlineOnLightNegativeActive", - DarkColorTokens.OutlineOnLightNegativeActive, + "surfaceOnLightTransparentCardBrightness", + DarkColorTokens.SurfaceOnLightTransparentCardBrightness, overwrite, ) + initial.add("surfaceOnLightClear", DarkColorTokens.SurfaceOnLightClear, overwrite) + initial.add("surfaceOnLightClearHover", DarkColorTokens.SurfaceOnLightClearHover, overwrite) + initial.add("surfaceOnLightClearActive", DarkColorTokens.SurfaceOnLightClearActive, overwrite) + initial.add("surfaceOnLightAccent", DarkColorTokens.SurfaceOnLightAccent, overwrite) + initial.add("surfaceOnLightAccentHover", DarkColorTokens.SurfaceOnLightAccentHover, overwrite) + initial.add("surfaceOnLightAccentActive", DarkColorTokens.SurfaceOnLightAccentActive, overwrite) initial.add( - "outlineOnLightTransparentPrimary", - DarkColorTokens.OutlineOnLightTransparentPrimary, + "surfaceOnLightSolidCardActive", + DarkColorTokens.SurfaceOnLightSolidCardActive, overwrite, ) + initial.add("surfaceOnLightSolidCard", DarkColorTokens.SurfaceOnLightSolidCard, overwrite) initial.add( - "surfaceOnLightTransparentAccent", - DarkColorTokens.SurfaceOnLightTransparentAccent, + "surfaceOnLightSolidCardBrightness", + DarkColorTokens.SurfaceOnLightSolidCardBrightness, overwrite, ) + initial.add("surfaceOnLightSolidDefault", DarkColorTokens.SurfaceOnLightSolidDefault, overwrite) initial.add( - "surfaceOnDarkAccentPrimaryHover", - DarkColorTokens.SurfaceOnDarkAccentPrimaryHover, + "surfaceOnLightSolidDefaultHover", + DarkColorTokens.SurfaceOnLightSolidDefaultHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentDeepActive", - DarkColorTokens.SurfaceOnDarkTransparentDeepActive, + "surfaceOnLightTransparentPrimary", + DarkColorTokens.SurfaceOnLightTransparentPrimary, overwrite, ) - initial.add("surfaceOnDarkPositive", DarkColorTokens.SurfaceOnDarkPositive, overwrite) - initial.add("outlineOnLightMinorActive", DarkColorTokens.OutlineOnLightMinorActive, overwrite) initial.add( - "outlineOnLightTextInfoActive", - DarkColorTokens.OutlineOnLightTextInfoActive, + "surfaceOnLightTransparentPrimaryHover", + DarkColorTokens.SurfaceOnLightTransparentPrimaryHover, overwrite, ) initial.add( - "personaOnDarkVioletTextAccentActive", - DarkColorTokens.PersonaOnDarkVioletTextAccentActive, + "surfaceOnLightSolidDefaultActive", + DarkColorTokens.SurfaceOnLightSolidDefaultActive, overwrite, ) initial.add( - "surfaceInverseTransparentCard", - DarkColorTokens.SurfaceInverseTransparentCard, + "surfaceOnLightSolidCardHover", + DarkColorTokens.SurfaceOnLightSolidCardHover, overwrite, ) initial.add( - "outlineOnDarkTransparentPrimary", - DarkColorTokens.OutlineOnDarkTransparentPrimary, + "surfaceOnLightTransparentPrimaryActive", + DarkColorTokens.SurfaceOnLightTransparentPrimaryActive, overwrite, ) initial.add( - "personaOnLightOchreTextAccentActive", - DarkColorTokens.PersonaOnLightOchreTextAccentActive, + "surfaceOnLightTransparentSecondary", + DarkColorTokens.SurfaceOnLightTransparentSecondary, overwrite, ) - initial.add("surfaceOnDarkNegative", DarkColorTokens.SurfaceOnDarkNegative, overwrite) - initial.add("outlineInverseMinorHover", LightColorTokens.OutlineInverseMinorHover, overwrite) - initial.add("surfaceDefaultSolidDefault", DarkColorTokens.SurfaceDefaultSolidDefault, overwrite) - initial.add("backgroundInverseHardline", DarkColorTokens.BackgroundInverseHardline, overwrite) initial.add( - "outlineOnLightPositiveActive", - DarkColorTokens.OutlineOnLightPositiveActive, + "surfaceOnLightTransparentSecondaryHover", + DarkColorTokens.SurfaceOnLightTransparentSecondaryHover, overwrite, ) + initial.add("surfaceOnLightPositive", DarkColorTokens.SurfaceOnLightPositive, overwrite) initial.add( - "dataOnLightYellowTransparent", - DarkColorTokens.DataOnLightYellowTransparent, + "surfaceOnLightPositiveHover", + DarkColorTokens.SurfaceOnLightPositiveHover, overwrite, ) initial.add( - "dataOnLightYellowMinorActive", - DarkColorTokens.DataOnLightYellowMinorActive, + "surfaceOnLightPositiveActive", + DarkColorTokens.SurfaceOnLightPositiveActive, overwrite, ) - initial.add("textOnDarkAccentHover", DarkColorTokens.TextOnDarkAccentHover, overwrite) + initial.add("surfaceOnLightWarning", DarkColorTokens.SurfaceOnLightWarning, overwrite) + initial.add("surfaceOnLightWarningHover", DarkColorTokens.SurfaceOnLightWarningHover, overwrite) initial.add( - "surfaceOnDarkSolidPrimaryActive", - DarkColorTokens.SurfaceOnDarkSolidPrimaryActive, + "surfaceOnLightWarningActive", + DarkColorTokens.SurfaceOnLightWarningActive, overwrite, ) - initial.add("backgroundDefaultHardline", DarkColorTokens.BackgroundDefaultHardline, overwrite) - initial.add("outlineOnLightNegative", DarkColorTokens.OutlineOnLightNegative, overwrite) + initial.add("surfaceOnLightNegative", DarkColorTokens.SurfaceOnLightNegative, overwrite) initial.add( - "surfaceDefaultTransparentPrimary", - DarkColorTokens.SurfaceDefaultTransparentPrimary, + "surfaceOnLightNegativeHover", + DarkColorTokens.SurfaceOnLightNegativeHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentCard", - DarkColorTokens.SurfaceOnDarkTransparentCard, + "surfaceOnLightNegativeActive", + DarkColorTokens.SurfaceOnLightNegativeActive, overwrite, ) + initial.add("surfaceOnLightInfo", DarkColorTokens.SurfaceOnLightInfo, overwrite) + initial.add("surfaceOnLightInfoHover", DarkColorTokens.SurfaceOnLightInfoHover, overwrite) + initial.add("surfaceOnLightInfoActive", DarkColorTokens.SurfaceOnLightInfoActive, overwrite) initial.add( - "surfaceOnLightSolidTertiaryHover", - DarkColorTokens.SurfaceOnLightSolidTertiaryHover, + "surfaceOnLightTransparentAccentActive", + DarkColorTokens.SurfaceOnLightTransparentAccentActive, overwrite, ) initial.add( - "surfaceInverseSolidDefaultActive", - DarkColorTokens.SurfaceInverseSolidDefaultActive, + "surfaceOnLightTransparentAccent", + DarkColorTokens.SurfaceOnLightTransparentAccent, overwrite, ) initial.add( - "surfaceInversePositiveHover", - DarkColorTokens.SurfaceInversePositiveHover, + "surfaceOnLightTransparentAccentHover", + DarkColorTokens.SurfaceOnLightTransparentAccentHover, overwrite, ) initial.add( - "surfaceInverseAccentMinorHover", - DarkColorTokens.SurfaceInverseAccentMinorHover, + "surfaceOnLightTransparentNegative", + DarkColorTokens.SurfaceOnLightTransparentNegative, overwrite, ) initial.add( - "outlineOnDarkTransparentPrimaryActive", - DarkColorTokens.OutlineOnDarkTransparentPrimaryActive, + "surfaceOnLightTransparentNegativeHover", + DarkColorTokens.SurfaceOnLightTransparentNegativeHover, overwrite, ) - initial.add("outlineOnLightWarning", DarkColorTokens.OutlineOnLightWarning, overwrite) + initial.add("surfaceOnLightReadOnly", DarkColorTokens.SurfaceOnLightReadOnly, overwrite) initial.add( - "outlineOnDarkMinorBrightness", - DarkColorTokens.OutlineOnDarkMinorBrightness, + "surfaceOnLightReadOnlyHover", + DarkColorTokens.SurfaceOnLightReadOnlyHover, overwrite, ) initial.add( - "personaDefaultGreenTextAccentBrightness", - DarkColorTokens.PersonaDefaultGreenTextAccentBrightness, + "surfaceOnLightReadOnlyActive", + DarkColorTokens.SurfaceOnLightReadOnlyActive, overwrite, ) + initial.add("surfaceInverseSolidPrimary", DarkColorTokens.SurfaceInverseSolidPrimary, overwrite) initial.add( - "personaDefaultOchreTextAccentBrightness", - DarkColorTokens.PersonaDefaultOchreTextAccentBrightness, + "surfaceInverseSolidPrimaryHover", + DarkColorTokens.SurfaceInverseSolidPrimaryHover, overwrite, ) initial.add( - "personaOnLightOchreTextAccentHover", - DarkColorTokens.PersonaOnLightOchreTextAccentHover, + "surfaceInverseSolidPrimaryActive", + DarkColorTokens.SurfaceInverseSolidPrimaryActive, overwrite, ) initial.add( - "personaOnDarkVioletTextAccentBrightness", - DarkColorTokens.PersonaOnDarkVioletTextAccentBrightness, + "surfaceInverseSolidPrimaryBrightness", + DarkColorTokens.SurfaceInverseSolidPrimaryBrightness, overwrite, ) initial.add( - "surfaceOnLightAccentSecondaryBrightness", - DarkColorTokens.SurfaceOnLightAccentSecondaryBrightness, + "surfaceInverseSolidSecondary", + DarkColorTokens.SurfaceInverseSolidSecondary, overwrite, ) initial.add( - "surfaceOnDarkAccentSecondaryBrightness", - DarkColorTokens.SurfaceOnDarkAccentSecondaryBrightness, + "surfaceInverseSolidSecondaryHover", + DarkColorTokens.SurfaceInverseSolidSecondaryHover, overwrite, ) initial.add( - "personaInverseOchreTextAccentBrightness", - DarkColorTokens.PersonaInverseOchreTextAccentBrightness, + "surfaceInverseSolidSecondaryActive", + DarkColorTokens.SurfaceInverseSolidSecondaryActive, overwrite, ) initial.add( - "personaOnLightGreenTextAccentBrightness", - DarkColorTokens.PersonaOnLightGreenTextAccentBrightness, + "surfaceOnLightTransparentNegativeActive", + DarkColorTokens.SurfaceOnLightTransparentNegativeActive, overwrite, ) initial.add( - "personaOnLightOchreTextAccentBrightness", - DarkColorTokens.PersonaOnLightOchreTextAccentBrightness, + "surfaceInverseTransparentSecondaryHover", + DarkColorTokens.SurfaceInverseTransparentSecondaryHover, overwrite, ) initial.add( - "surfaceInverseTransparentAccent", - DarkColorTokens.SurfaceInverseTransparentAccent, + "surfaceInverseTransparentSecondaryActive", + DarkColorTokens.SurfaceInverseTransparentSecondaryActive, overwrite, ) - initial.add("outlineOnLightWarningHover", DarkColorTokens.OutlineOnLightWarningHover, overwrite) initial.add( - "surfaceOnLightAccentPrimaryBrightness", - DarkColorTokens.SurfaceOnLightAccentPrimaryBrightness, + "surfaceInverseTransparentTertiary", + DarkColorTokens.SurfaceInverseTransparentTertiary, overwrite, ) initial.add( - "personaInversePinkTextAccentBrightness", - DarkColorTokens.PersonaInversePinkTextAccentBrightness, + "surfaceInverseTransparentTertiaryHover", + DarkColorTokens.SurfaceInverseTransparentTertiaryHover, overwrite, ) initial.add( - "personaInverseVioletTextAccentBrightness", - DarkColorTokens.PersonaInverseVioletTextAccentBrightness, + "surfaceInverseTransparentTertiaryActive", + DarkColorTokens.SurfaceInverseTransparentTertiaryActive, overwrite, ) initial.add( - "personaOnDarkIndigoTextAccentBrightness", - DarkColorTokens.PersonaOnDarkIndigoTextAccentBrightness, + "surfaceInverseTransparentDeep", + DarkColorTokens.SurfaceInverseTransparentDeep, overwrite, ) initial.add( - "personaOnDarkOliveTextAccentBrightness", - DarkColorTokens.PersonaOnDarkOliveTextAccentBrightness, + "surfaceInverseTransparentDeepHover", + DarkColorTokens.SurfaceInverseTransparentDeepHover, overwrite, ) initial.add( - "personaOnLightVioletTextAccentBrightness", - DarkColorTokens.PersonaOnLightVioletTextAccentBrightness, + "surfaceInverseTransparentDeepActive", + DarkColorTokens.SurfaceInverseTransparentDeepActive, overwrite, ) initial.add( - "surfaceInverseAccentSecondaryBrightness", - DarkColorTokens.SurfaceInverseAccentSecondaryBrightness, + "surfaceInverseTransparentCard", + DarkColorTokens.SurfaceInverseTransparentCard, overwrite, ) initial.add( - "surfaceDefaultAccentPrimaryBrightness", - DarkColorTokens.SurfaceDefaultAccentPrimaryBrightness, + "surfaceInverseTransparentCardHover", + DarkColorTokens.SurfaceInverseTransparentCardHover, overwrite, ) initial.add( - "personaOnLightSeaBlueTextAccentBrightness", - DarkColorTokens.PersonaOnLightSeaBlueTextAccentBrightness, + "surfaceInverseTransparentCardActive", + DarkColorTokens.SurfaceInverseTransparentCardActive, overwrite, ) initial.add( - "personaInverseGreenTextAccentBrightness", - DarkColorTokens.PersonaInverseGreenTextAccentBrightness, + "surfaceInverseTransparentCardBrightness", + DarkColorTokens.SurfaceInverseTransparentCardBrightness, overwrite, ) + initial.add("surfaceInverseClear", DarkColorTokens.SurfaceInverseClear, overwrite) + initial.add("surfaceInverseClearHover", DarkColorTokens.SurfaceInverseClearHover, overwrite) + initial.add("surfaceInverseClearActive", DarkColorTokens.SurfaceInverseClearActive, overwrite) + initial.add("surfaceInverseAccent", DarkColorTokens.SurfaceInverseAccent, overwrite) initial.add( - "personaOnLightPinkTextAccentBrightness", - DarkColorTokens.PersonaOnLightPinkTextAccentBrightness, + "surfaceInverseSolidTertiaryActive", + DarkColorTokens.SurfaceInverseSolidTertiaryActive, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorBrightness", - DarkColorTokens.SurfaceOnLightTransparentAccentMinorBrightness, + "surfaceInverseSolidTertiaryHover", + DarkColorTokens.SurfaceInverseSolidTertiaryHover, overwrite, ) + initial.add("surfaceInverseSolidCard", DarkColorTokens.SurfaceInverseSolidCard, overwrite) initial.add( - "personaDefaultPinkTextAccentBrightness", - DarkColorTokens.PersonaDefaultPinkTextAccentBrightness, + "surfaceInverseSolidCardActive", + DarkColorTokens.SurfaceInverseSolidCardActive, overwrite, ) - initial.add("textDefaultParagraphActive", DarkColorTokens.TextDefaultParagraphActive, overwrite) - initial.add("textDefaultAccentHover", DarkColorTokens.TextDefaultAccentHover, overwrite) - initial.add("textInverseAccentMinor", DarkColorTokens.TextInverseAccentMinor, overwrite) initial.add( - "surfaceDefaultAccentMinorHover", - DarkColorTokens.SurfaceDefaultAccentMinorHover, + "surfaceInverseSolidCardHover", + DarkColorTokens.SurfaceInverseSolidCardHover, overwrite, ) initial.add( - "surfaceOnLightSolidDefaultHover", - DarkColorTokens.SurfaceOnLightSolidDefaultHover, + "surfaceInverseSolidDefaultHover", + DarkColorTokens.SurfaceInverseSolidDefaultHover, overwrite, ) initial.add( - "surfaceOnLightNegativeActive", - DarkColorTokens.SurfaceOnLightNegativeActive, + "surfaceInverseSolidDefaultActive", + DarkColorTokens.SurfaceInverseSolidDefaultActive, overwrite, ) initial.add( - "surfaceInverseTransparentTertiaryActive", - DarkColorTokens.SurfaceInverseTransparentTertiaryActive, + "surfaceInverseSolidCardBrightness", + DarkColorTokens.SurfaceInverseSolidCardBrightness, overwrite, ) + initial.add("surfaceInverseSolidDefault", DarkColorTokens.SurfaceInverseSolidDefault, overwrite) initial.add( - "outlineDefaultPositiveHover", - DarkColorTokens.OutlineDefaultPositiveHover, + "surfaceInverseTransparentPrimary", + DarkColorTokens.SurfaceInverseTransparentPrimary, + overwrite, + ) + initial.add( + "surfaceInverseTransparentPrimaryHover", + DarkColorTokens.SurfaceInverseTransparentPrimaryHover, overwrite, ) initial.add( - "outlineOnLightPositiveHover", - DarkColorTokens.OutlineOnLightPositiveHover, + "surfaceInverseTransparentPrimaryActive", + DarkColorTokens.SurfaceInverseTransparentPrimaryActive, overwrite, ) - initial.add("textDefaultSecondaryHover", DarkColorTokens.TextDefaultSecondaryHover, overwrite) initial.add( - "personaDefaultBlueTextAccentBrightness", - DarkColorTokens.PersonaDefaultBlueTextAccentBrightness, + "surfaceInverseTransparentSecondary", + DarkColorTokens.SurfaceInverseTransparentSecondary, overwrite, ) + initial.add("surfaceInversePositive", DarkColorTokens.SurfaceInversePositive, overwrite) initial.add( - "personaDefaultIndigoTextAccentBrightness", - DarkColorTokens.PersonaDefaultIndigoTextAccentBrightness, + "surfaceInversePositiveHover", + DarkColorTokens.SurfaceInversePositiveHover, overwrite, ) initial.add( - "personaDefaultOliveTextAccentBrightness", - DarkColorTokens.PersonaDefaultOliveTextAccentBrightness, + "surfaceInversePositiveActive", + DarkColorTokens.SurfaceInversePositiveActive, overwrite, ) + initial.add("surfaceInverseWarning", DarkColorTokens.SurfaceInverseWarning, overwrite) + initial.add("surfaceInverseWarningHover", DarkColorTokens.SurfaceInverseWarningHover, overwrite) initial.add( - "personaOnLightIndigoTextAccentHover", - DarkColorTokens.PersonaOnLightIndigoTextAccentHover, + "surfaceInverseWarningActive", + DarkColorTokens.SurfaceInverseWarningActive, overwrite, ) + initial.add("surfaceInverseNegative", DarkColorTokens.SurfaceInverseNegative, overwrite) initial.add( - "personaOnLightOliveTextAccentActive", - DarkColorTokens.PersonaOnLightOliveTextAccentActive, + "surfaceInverseNegativeHover", + DarkColorTokens.SurfaceInverseNegativeHover, overwrite, ) initial.add( - "textOnDarkAccentMinorActive", - DarkColorTokens.TextOnDarkAccentMinorActive, + "surfaceInverseNegativeActive", + DarkColorTokens.SurfaceInverseNegativeActive, overwrite, ) + initial.add("surfaceInverseInfo", DarkColorTokens.SurfaceInverseInfo, overwrite) + initial.add("surfaceInverseInfoHover", DarkColorTokens.SurfaceInverseInfoHover, overwrite) + initial.add("surfaceInverseInfoActive", DarkColorTokens.SurfaceInverseInfoActive, overwrite) initial.add( - "surfaceDefaultTransparentAccentMinorBrightness", - DarkColorTokens.SurfaceDefaultTransparentAccentMinorBrightness, + "surfaceInverseAccentMinorActive", + DarkColorTokens.SurfaceInverseAccentMinorActive, overwrite, ) + initial.add("surfaceInverseAccentHover", DarkColorTokens.SurfaceInverseAccentHover, overwrite) initial.add( - "outlineInverseMinorBrightness", - LightColorTokens.OutlineInverseMinorBrightness, + "surfaceInverseTransparentAccent", + DarkColorTokens.SurfaceInverseTransparentAccent, overwrite, ) initial.add( - "personaOnLightBlueTextAccentBrightness", - DarkColorTokens.PersonaOnLightBlueTextAccentBrightness, + "surfaceInverseTransparentAccentHover", + DarkColorTokens.SurfaceInverseTransparentAccentHover, overwrite, ) initial.add( - "personaOnLightIndigoTextAccentBrightness", - DarkColorTokens.PersonaOnLightIndigoTextAccentBrightness, + "surfaceInverseTransparentAccentActive", + DarkColorTokens.SurfaceInverseTransparentAccentActive, overwrite, ) - initial.add("surfaceOnDarkAccentMinor", DarkColorTokens.SurfaceOnDarkAccentMinor, overwrite) + initial.add("surfaceInverseAccentActive", DarkColorTokens.SurfaceInverseAccentActive, overwrite) initial.add( - "outlineOnDarkDefaultBrightness", - DarkColorTokens.OutlineOnDarkDefaultBrightness, + "surfaceInverseTransparentNegativeActive", + DarkColorTokens.SurfaceInverseTransparentNegativeActive, overwrite, ) initial.add( - "surfaceInverseTransparentAccentMinorBrightness", - DarkColorTokens.SurfaceInverseTransparentAccentMinorBrightness, + "surfaceInverseTransparentNegative", + DarkColorTokens.SurfaceInverseTransparentNegative, overwrite, ) + initial.add("surfaceInverseReadOnly", DarkColorTokens.SurfaceInverseReadOnly, overwrite) initial.add( - "surfaceDefaultAccentSecondaryBrightness", - DarkColorTokens.SurfaceDefaultAccentSecondaryBrightness, + "surfaceInverseReadOnlyHover", + DarkColorTokens.SurfaceInverseReadOnlyHover, overwrite, ) initial.add( - "personaInverseOliveTextAccentBrightness", - DarkColorTokens.PersonaInverseOliveTextAccentBrightness, + "surfaceInverseReadOnlyActive", + DarkColorTokens.SurfaceInverseReadOnlyActive, overwrite, ) + initial.add("backgroundDefaultPrimary", DarkColorTokens.BackgroundDefaultPrimary, overwrite) + initial.add("backgroundDefaultSecondary", DarkColorTokens.BackgroundDefaultSecondary, overwrite) + initial.add("backgroundDefaultTertiary", DarkColorTokens.BackgroundDefaultTertiary, overwrite) + initial.add("backgroundDarkPrimary", DarkColorTokens.BackgroundDarkPrimary, overwrite) + initial.add("backgroundDarkSecondary", DarkColorTokens.BackgroundDarkSecondary, overwrite) + initial.add("backgroundDarkTertiary", DarkColorTokens.BackgroundDarkTertiary, overwrite) + initial.add("backgroundLightPrimary", DarkColorTokens.BackgroundLightPrimary, overwrite) initial.add( - "personaInverseSeaBlueTextAccentBrightness", - DarkColorTokens.PersonaInverseSeaBlueTextAccentBrightness, + "surfaceInverseTransparentNegativeHover", + DarkColorTokens.SurfaceInverseTransparentNegativeHover, overwrite, ) + initial.add("overlayInverseSoft", DarkColorTokens.OverlayInverseSoft, overwrite) + initial.add("overlayInverseHard", DarkColorTokens.OverlayInverseHard, overwrite) initial.add( - "personaOnDarkBlueTextAccentBrightness", - DarkColorTokens.PersonaOnDarkBlueTextAccentBrightness, + "outlineDefaultTransparentPrimary", + DarkColorTokens.OutlineDefaultTransparentPrimary, overwrite, ) initial.add( - "personaOnDarkOchreTextAccentBrightness", - DarkColorTokens.PersonaOnDarkOchreTextAccentBrightness, + "outlineDefaultTransparentPrimaryHover", + DarkColorTokens.OutlineDefaultTransparentPrimaryHover, overwrite, ) initial.add( - "personaOnLightOliveTextAccentBrightness", - DarkColorTokens.PersonaOnLightOliveTextAccentBrightness, + "outlineDefaultTransparentPrimaryActive", + DarkColorTokens.OutlineDefaultTransparentPrimaryActive, overwrite, ) - initial.add("outlineInverseMinorActive", LightColorTokens.OutlineInverseMinorActive, overwrite) + initial.add("outlineDefaultClear", DarkColorTokens.OutlineDefaultClear, overwrite) + initial.add("backgroundInverseSecondary", DarkColorTokens.BackgroundInverseSecondary, overwrite) + initial.add("backgroundLightTertiary", DarkColorTokens.BackgroundLightTertiary, overwrite) + initial.add("backgroundInverseTertiary", DarkColorTokens.BackgroundInverseTertiary, overwrite) + initial.add("overlayDefaultSoft", DarkColorTokens.OverlayDefaultSoft, overwrite) + initial.add("overlayDefaultHard", DarkColorTokens.OverlayDefaultHard, overwrite) + initial.add("overlayOnDarkSoft", DarkColorTokens.OverlayOnDarkSoft, overwrite) + initial.add("overlayOnDarkHard", DarkColorTokens.OverlayOnDarkHard, overwrite) + initial.add("backgroundInversePrimary", DarkColorTokens.BackgroundInversePrimary, overwrite) + initial.add("overlayOnLightSoft", DarkColorTokens.OverlayOnLightSoft, overwrite) + initial.add("overlayOnLightHard", DarkColorTokens.OverlayOnLightHard, overwrite) + initial.add("outlineDefaultPositive", DarkColorTokens.OutlineDefaultPositive, overwrite) initial.add( - "surfaceOnDarkTransparentAccentMinorBrightness", - DarkColorTokens.SurfaceOnDarkTransparentAccentMinorBrightness, + "outlineDefaultPositiveHover", + DarkColorTokens.OutlineDefaultPositiveHover, overwrite, ) initial.add( - "personaOnDarkGreenTextAccentBrightness", - DarkColorTokens.PersonaOnDarkGreenTextAccentBrightness, + "outlineDefaultPositiveActive", + DarkColorTokens.OutlineDefaultPositiveActive, overwrite, ) + initial.add("outlineDefaultWarning", DarkColorTokens.OutlineDefaultWarning, overwrite) + initial.add("outlineDefaultWarningHover", DarkColorTokens.OutlineDefaultWarningHover, overwrite) initial.add( - "personaInverseBlueTextAccentBrightness", - DarkColorTokens.PersonaInverseBlueTextAccentBrightness, + "outlineDefaultWarningActive", + DarkColorTokens.OutlineDefaultWarningActive, overwrite, ) + initial.add("outlineDefaultNegative", DarkColorTokens.OutlineDefaultNegative, overwrite) initial.add( - "personaInverseIndigoTextAccentBrightness", - DarkColorTokens.PersonaInverseIndigoTextAccentBrightness, + "outlineDefaultNegativeHover", + DarkColorTokens.OutlineDefaultNegativeHover, overwrite, ) initial.add( - "surfaceOnDarkAccentPrimaryBrightness", - DarkColorTokens.SurfaceOnDarkAccentPrimaryBrightness, + "outlineDefaultNegativeActive", + DarkColorTokens.OutlineDefaultNegativeActive, overwrite, ) + initial.add("outlineDefaultInfo", DarkColorTokens.OutlineDefaultInfo, overwrite) + initial.add("outlineDefaultInfoHover", DarkColorTokens.OutlineDefaultInfoHover, overwrite) + initial.add("outlineDefaultInfoActive", DarkColorTokens.OutlineDefaultInfoActive, overwrite) + initial.add("outlineDefaultClearActive", DarkColorTokens.OutlineDefaultClearActive, overwrite) + initial.add("outlineDefaultClearHover", DarkColorTokens.OutlineDefaultClearHover, overwrite) initial.add( - "outlineOnLightDefaultBrightness", - DarkColorTokens.OutlineOnLightDefaultBrightness, + "outlineOnDarkTransparentPrimary", + DarkColorTokens.OutlineOnDarkTransparentPrimary, overwrite, ) - initial.add("textDefaultParagraphHover", DarkColorTokens.TextDefaultParagraphHover, overwrite) - initial.add("textDefaultParagraph", DarkColorTokens.TextDefaultParagraph, overwrite) - initial.add("textDefaultAccentActive", DarkColorTokens.TextDefaultAccentActive, overwrite) initial.add( - "surfaceDefaultSolidPrimaryHover", - DarkColorTokens.SurfaceDefaultSolidPrimaryHover, + "outlineOnDarkTransparentPrimaryHover", + DarkColorTokens.OutlineOnDarkTransparentPrimaryHover, overwrite, ) - initial.add("textDefaultPositiveActive", DarkColorTokens.TextDefaultPositiveActive, overwrite) - initial.add("textDefaultWarningActive", DarkColorTokens.TextDefaultWarningActive, overwrite) - initial.add("textDefaultNegativeHover", DarkColorTokens.TextDefaultNegativeHover, overwrite) - initial.add("textDefaultNegative", DarkColorTokens.TextDefaultNegative, overwrite) - initial.add("textDefaultInfoActive", DarkColorTokens.TextDefaultInfoActive, overwrite) - initial.add("textDefaultAccent", DarkColorTokens.TextDefaultAccent, overwrite) - initial.add("textDefaultAccentMinor", DarkColorTokens.TextDefaultAccentMinor, overwrite) initial.add( - "textOnDarkPrimaryBrightness", - DarkColorTokens.TextOnDarkPrimaryBrightness, + "outlineOnDarkTransparentPrimaryActive", + DarkColorTokens.OutlineOnDarkTransparentPrimaryActive, overwrite, ) - initial.add("textOnDarkSecondaryActive", DarkColorTokens.TextOnDarkSecondaryActive, overwrite) - initial.add("textOnDarkTertiaryHover", DarkColorTokens.TextOnDarkTertiaryHover, overwrite) - initial.add("textDefaultPrimaryActive", DarkColorTokens.TextDefaultPrimaryActive, overwrite) + initial.add("outlineOnDarkPositive", DarkColorTokens.OutlineOnDarkPositive, overwrite) + initial.add("outlineOnDarkPositiveHover", DarkColorTokens.OutlineOnDarkPositiveHover, overwrite) initial.add( - "textDefaultPrimaryBrightness", - DarkColorTokens.TextDefaultPrimaryBrightness, + "outlineOnDarkPositiveActive", + DarkColorTokens.OutlineOnDarkPositiveActive, overwrite, ) - initial.add("textDefaultSecondary", DarkColorTokens.TextDefaultSecondary, overwrite) - initial.add("textOnDarkPositiveHover", DarkColorTokens.TextOnDarkPositiveHover, overwrite) - initial.add("textOnDarkWarningHover", DarkColorTokens.TextOnDarkWarningHover, overwrite) - initial.add("textOnDarkWarning", DarkColorTokens.TextOnDarkWarning, overwrite) - initial.add("textOnDarkNegativeActive", DarkColorTokens.TextOnDarkNegativeActive, overwrite) - initial.add("textOnDarkInfo", DarkColorTokens.TextOnDarkInfo, overwrite) - initial.add("textOnDarkPositive", DarkColorTokens.TextOnDarkPositive, overwrite) - initial.add("textOnLightPrimaryHover", DarkColorTokens.TextOnLightPrimaryHover, overwrite) - initial.add("textOnLightPrimary", DarkColorTokens.TextOnLightPrimary, overwrite) - initial.add("textOnLightSecondaryHover", DarkColorTokens.TextOnLightSecondaryHover, overwrite) - initial.add("textOnLightSecondary", DarkColorTokens.TextOnLightSecondary, overwrite) - initial.add("textOnLightTertiaryActive", DarkColorTokens.TextOnLightTertiaryActive, overwrite) - initial.add("textOnLightParagraphHover", DarkColorTokens.TextOnLightParagraphHover, overwrite) - initial.add("textOnLightParagraph", DarkColorTokens.TextOnLightParagraph, overwrite) - initial.add("textOnDarkParagraphActive", DarkColorTokens.TextOnDarkParagraphActive, overwrite) - initial.add("textOnDarkAccentActive", DarkColorTokens.TextOnDarkAccentActive, overwrite) - initial.add("textOnLightPositiveActive", DarkColorTokens.TextOnLightPositiveActive, overwrite) - initial.add("textOnLightWarningActive", DarkColorTokens.TextOnLightWarningActive, overwrite) - initial.add("textOnLightNegativeHover", DarkColorTokens.TextOnLightNegativeHover, overwrite) - initial.add("textOnLightNegative", DarkColorTokens.TextOnLightNegative, overwrite) - initial.add("textOnLightInfoActive", DarkColorTokens.TextOnLightInfoActive, overwrite) - initial.add("textOnLightAccent", DarkColorTokens.TextOnLightAccent, overwrite) - initial.add("textOnLightAccentMinor", DarkColorTokens.TextOnLightAccentMinor, overwrite) - initial.add("textInversePrimaryActive", DarkColorTokens.TextInversePrimaryActive, overwrite) + initial.add("outlineOnDarkWarning", DarkColorTokens.OutlineOnDarkWarning, overwrite) + initial.add("outlineOnDarkWarningHover", DarkColorTokens.OutlineOnDarkWarningHover, overwrite) + initial.add("outlineOnDarkWarningActive", DarkColorTokens.OutlineOnDarkWarningActive, overwrite) + initial.add("outlineOnDarkNegative", DarkColorTokens.OutlineOnDarkNegative, overwrite) + initial.add("outlineOnDarkNegativeHover", DarkColorTokens.OutlineOnDarkNegativeHover, overwrite) initial.add( - "textInversePrimaryBrightness", - DarkColorTokens.TextInversePrimaryBrightness, + "outlineOnDarkNegativeActive", + DarkColorTokens.OutlineOnDarkNegativeActive, overwrite, ) - initial.add("textInverseTertiaryActive", DarkColorTokens.TextInverseTertiaryActive, overwrite) - initial.add("textDefaultWarning", DarkColorTokens.TextDefaultWarning, overwrite) - initial.add("textDefaultNegativeActive", DarkColorTokens.TextDefaultNegativeActive, overwrite) - initial.add("textDefaultInfoHover", DarkColorTokens.TextDefaultInfoHover, overwrite) - initial.add("textDefaultInfo", DarkColorTokens.TextDefaultInfo, overwrite) - initial.add("textDefaultPositive", DarkColorTokens.TextDefaultPositive, overwrite) - initial.add("textOnDarkPrimaryHover", DarkColorTokens.TextOnDarkPrimaryHover, overwrite) - initial.add("textOnDarkPrimary", DarkColorTokens.TextOnDarkPrimary, overwrite) - initial.add("textOnDarkSecondaryHover", DarkColorTokens.TextOnDarkSecondaryHover, overwrite) - initial.add("textOnDarkSecondary", DarkColorTokens.TextOnDarkSecondary, overwrite) - initial.add("textOnDarkTertiaryActive", DarkColorTokens.TextOnDarkTertiaryActive, overwrite) - initial.add("textDefaultPrimary", DarkColorTokens.TextDefaultPrimary, overwrite) - initial.add("textDefaultSecondaryActive", DarkColorTokens.TextDefaultSecondaryActive, overwrite) - initial.add("textOnDarkPositiveActive", DarkColorTokens.TextOnDarkPositiveActive, overwrite) - initial.add("textOnDarkWarningActive", DarkColorTokens.TextOnDarkWarningActive, overwrite) - initial.add("textOnDarkNegativeHover", DarkColorTokens.TextOnDarkNegativeHover, overwrite) - initial.add("textOnDarkNegative", DarkColorTokens.TextOnDarkNegative, overwrite) - initial.add("textOnDarkAccent", DarkColorTokens.TextOnDarkAccent, overwrite) - initial.add("textOnDarkAccentMinor", DarkColorTokens.TextOnDarkAccentMinor, overwrite) - initial.add("textOnLightPrimaryActive", DarkColorTokens.TextOnLightPrimaryActive, overwrite) - initial.add("textOnLightSecondaryActive", DarkColorTokens.TextOnLightSecondaryActive, overwrite) - initial.add("textOnLightTertiaryHover", DarkColorTokens.TextOnLightTertiaryHover, overwrite) - initial.add("textOnLightTertiary", DarkColorTokens.TextOnLightTertiary, overwrite) - initial.add("textOnLightParagraphActive", DarkColorTokens.TextOnLightParagraphActive, overwrite) - initial.add("textOnDarkParagraphHover", DarkColorTokens.TextOnDarkParagraphHover, overwrite) - initial.add("textOnDarkParagraph", DarkColorTokens.TextOnDarkParagraph, overwrite) - initial.add("textOnDarkAccentMinorHover", DarkColorTokens.TextOnDarkAccentMinorHover, overwrite) - initial.add("textOnLightPositiveHover", DarkColorTokens.TextOnLightPositiveHover, overwrite) - initial.add("textOnLightWarningHover", DarkColorTokens.TextOnLightWarningHover, overwrite) - initial.add("textOnLightWarning", DarkColorTokens.TextOnLightWarning, overwrite) - initial.add("textOnLightNegativeActive", DarkColorTokens.TextOnLightNegativeActive, overwrite) - initial.add("textOnLightInfoHover", DarkColorTokens.TextOnLightInfoHover, overwrite) - initial.add("textOnLightInfo", DarkColorTokens.TextOnLightInfo, overwrite) - initial.add("textOnLightPositive", DarkColorTokens.TextOnLightPositive, overwrite) - initial.add("textInversePrimaryHover", DarkColorTokens.TextInversePrimaryHover, overwrite) - initial.add("textInversePrimary", DarkColorTokens.TextInversePrimary, overwrite) - initial.add("textInverseSecondaryHover", DarkColorTokens.TextInverseSecondaryHover, overwrite) - initial.add("textInverseTertiaryHover", DarkColorTokens.TextInverseTertiaryHover, overwrite) - initial.add("textDefaultWarningHover", DarkColorTokens.TextDefaultWarningHover, overwrite) - initial.add("textInverseNegative", DarkColorTokens.TextInverseNegative, overwrite) - initial.add("textInverseInfoActive", DarkColorTokens.TextInverseInfoActive, overwrite) - initial.add("textInverseAccent", DarkColorTokens.TextInverseAccent, overwrite) + initial.add("outlineOnDarkInfo", DarkColorTokens.OutlineOnDarkInfo, overwrite) + initial.add("outlineOnDarkInfoHover", DarkColorTokens.OutlineOnDarkInfoHover, overwrite) + initial.add("outlineOnDarkInfoActive", DarkColorTokens.OutlineOnDarkInfoActive, overwrite) + initial.add("outlineOnDarkClearActive", DarkColorTokens.OutlineOnDarkClearActive, overwrite) + initial.add("outlineOnDarkClear", DarkColorTokens.OutlineOnDarkClear, overwrite) + initial.add("outlineOnDarkClearHover", DarkColorTokens.OutlineOnDarkClearHover, overwrite) + initial.add("outlineOnLightClear", DarkColorTokens.OutlineOnLightClear, overwrite) + initial.add("outlineOnLightClearHover", DarkColorTokens.OutlineOnLightClearHover, overwrite) + initial.add("outlineOnLightClearActive", DarkColorTokens.OutlineOnLightClearActive, overwrite) + initial.add("outlineOnLightPositive", DarkColorTokens.OutlineOnLightPositive, overwrite) initial.add( - "dataOnDarkYellowTransparentActive", - DarkColorTokens.DataOnDarkYellowTransparentActive, + "outlineOnLightPositiveHover", + DarkColorTokens.OutlineOnLightPositiveHover, overwrite, ) initial.add( - "outlineOnLightMinorBrightness", - DarkColorTokens.OutlineOnLightMinorBrightness, + "outlineOnLightTransparentPrimary", + DarkColorTokens.OutlineOnLightTransparentPrimary, overwrite, ) initial.add( - "surfaceDefaultSolidDefaultActive", - DarkColorTokens.SurfaceDefaultSolidDefaultActive, + "outlineOnLightTransparentPrimaryHover", + DarkColorTokens.OutlineOnLightTransparentPrimaryHover, overwrite, ) initial.add( - "surfaceOnDarkTransparentCardBrightness", - DarkColorTokens.SurfaceOnDarkTransparentCardBrightness, + "outlineOnLightTransparentPrimaryActive", + DarkColorTokens.OutlineOnLightTransparentPrimaryActive, overwrite, ) - initial.add("textInverseTertiary", DarkColorTokens.TextInverseTertiary, overwrite) - initial.add("textInverseParagraphActive", DarkColorTokens.TextInverseParagraphActive, overwrite) - initial.add("textOnLightAccentActive", DarkColorTokens.TextOnLightAccentActive, overwrite) + initial.add("outlineOnLightNegative", DarkColorTokens.OutlineOnLightNegative, overwrite) + initial.add("outlineOnLightWarning", DarkColorTokens.OutlineOnLightWarning, overwrite) initial.add( - "backgroundDefaultPrimaryBrightness", - DarkColorTokens.BackgroundDefaultPrimaryBrightness, + "outlineOnLightNegativeHover", + DarkColorTokens.OutlineOnLightNegativeHover, overwrite, ) - initial.add("textInversePositiveHover", DarkColorTokens.TextInversePositiveHover, overwrite) - initial.add("textInverseWarningActive", DarkColorTokens.TextInverseWarningActive, overwrite) - initial.add("textInverseNegativeHover", DarkColorTokens.TextInverseNegativeHover, overwrite) initial.add( - "surfaceInverseTransparentDeep", - DarkColorTokens.SurfaceInverseTransparentDeep, + "outlineOnLightNegativeActive", + DarkColorTokens.OutlineOnLightNegativeActive, overwrite, ) + initial.add("outlineOnLightInfo", DarkColorTokens.OutlineOnLightInfo, overwrite) + initial.add("outlineOnLightInfoActive", DarkColorTokens.OutlineOnLightInfoActive, overwrite) + initial.add("outlineOnLightInfoHover", DarkColorTokens.OutlineOnLightInfoHover, overwrite) + initial.add("outlineOnLightWarningHover", DarkColorTokens.OutlineOnLightWarningHover, overwrite) initial.add( - "surfaceOnLightTransparentTertiaryActive", - DarkColorTokens.SurfaceOnLightTransparentTertiaryActive, + "outlineInverseTransparentPrimary", + DarkColorTokens.OutlineInverseTransparentPrimary, overwrite, ) initial.add( - "textOnLightAccentMinorActive", - DarkColorTokens.TextOnLightAccentMinorActive, + "outlineInverseTransparentPrimaryHover", + DarkColorTokens.OutlineInverseTransparentPrimaryHover, overwrite, ) - initial.add("textInverseParagraphHover", DarkColorTokens.TextInverseParagraphHover, overwrite) - initial.add("textInversePositiveActive", DarkColorTokens.TextInversePositiveActive, overwrite) - initial.add("textInverseWarning", DarkColorTokens.TextInverseWarning, overwrite) - initial.add("textInverseNegativeActive", DarkColorTokens.TextInverseNegativeActive, overwrite) - initial.add("textInverseInfoHover", DarkColorTokens.TextInverseInfoHover, overwrite) - initial.add("textInverseInfo", DarkColorTokens.TextInverseInfo, overwrite) - initial.add("textInversePositive", DarkColorTokens.TextInversePositive, overwrite) initial.add( - "surfaceOnDarkTransparentSecondary", - DarkColorTokens.SurfaceOnDarkTransparentSecondary, + "outlineInverseTransparentPrimaryActive", + DarkColorTokens.OutlineInverseTransparentPrimaryActive, overwrite, ) + initial.add("outlineInverseClear", DarkColorTokens.OutlineInverseClear, overwrite) + initial.add("outlineInverseClearHover", DarkColorTokens.OutlineInverseClearHover, overwrite) + initial.add("outlineInverseClearActive", DarkColorTokens.OutlineInverseClearActive, overwrite) initial.add( - "surfaceOnDarkSolidPrimaryHover", - DarkColorTokens.SurfaceOnDarkSolidPrimaryHover, + "outlineInverseWarningActive", + DarkColorTokens.OutlineInverseWarningActive, overwrite, ) + initial.add("outlineInverseNegative", DarkColorTokens.OutlineInverseNegative, overwrite) initial.add( - "textDefaultAccentMinorActive", - DarkColorTokens.TextDefaultAccentMinorActive, + "outlineInverseNegativeHover", + DarkColorTokens.OutlineInverseNegativeHover, overwrite, ) - initial.add("textInverseSecondaryActive", DarkColorTokens.TextInverseSecondaryActive, overwrite) initial.add( - "surfaceDefaultTransparentSecondaryActive", - DarkColorTokens.SurfaceDefaultTransparentSecondaryActive, + "outlineInverseNegativeActive", + DarkColorTokens.OutlineInverseNegativeActive, overwrite, ) - initial.add("surfaceInverseSolidDefault", DarkColorTokens.SurfaceInverseSolidDefault, overwrite) + initial.add("outlineInverseInfo", DarkColorTokens.OutlineInverseInfo, overwrite) + initial.add("outlineInverseInfoHover", DarkColorTokens.OutlineInverseInfoHover, overwrite) + initial.add("outlineInverseInfoActive", DarkColorTokens.OutlineInverseInfoActive, overwrite) initial.add( - "surfaceOnLightSolidTertiaryActive", - DarkColorTokens.SurfaceOnLightSolidTertiaryActive, + "outlineInversePositiveActive", + DarkColorTokens.OutlineInversePositiveActive, overwrite, ) + initial.add("outlineInversePositive", DarkColorTokens.OutlineInversePositive, overwrite) initial.add( - "outlineInverseOutlineMinorHover", - DarkColorTokens.OutlineInverseOutlineMinorHover, + "outlineInversePositiveHover", + DarkColorTokens.OutlineInversePositiveHover, overwrite, ) - initial.add("outlineInverseOutlineMinor", DarkColorTokens.OutlineInverseOutlineMinor, overwrite) + initial.add("outlineInverseWarning", DarkColorTokens.OutlineInverseWarning, overwrite) + initial.add("outlineInverseWarningHover", DarkColorTokens.OutlineInverseWarningHover, overwrite) + initial.add("textDefaultPrimaryHover", DarkColorTokens.TextDefaultPrimaryHover, overwrite) + initial.add("surfaceOnDarkSolidDefault", DarkColorTokens.SurfaceOnDarkSolidDefault, overwrite) initial.add( - "outlineInverseOutlineMinorActive", - DarkColorTokens.OutlineInverseOutlineMinorActive, + "surfaceOnLightAccentMinorActive", + DarkColorTokens.SurfaceOnLightAccentMinorActive, overwrite, ) initial.add( - "outlineInverseOutlineMinorBrightness", - DarkColorTokens.OutlineInverseOutlineMinorBrightness, + "surfaceInverseAccentMinorHover", + DarkColorTokens.SurfaceInverseAccentMinorHover, overwrite, ) return SddsSbComColors(initial) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt index 89c6f741b..7c6715c59 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt @@ -30,541 +30,325 @@ import kotlin.collections.MutableMap public class SddsSbComGradients( private val gradients: Map>, ) { - public val surfaceOnDarkAccentGradientBrightness: List by gradients - - public val outlineOnDarkTransparentSurfaceBrightness: List by gradients - - public val surfaceDefaultAccentGradientBrightness: List by gradients - - public val personaInversePinkSurfaceAccentGradientActive: List by gradients - - public val textDefaultAccentGradientAiBrightness: List by gradients - - public val surfaceOnLightAccentGradientBrightness: List by gradients - - public val personaDefaultGreenSurfaceAccentGradientHover: List by gradients - - public val textOnDarkAccentGradientAiBrightness: List by gradients - - public val textOnLightAccentGradientAiBrightness: List by gradients - - public val surfaceInverseAccentGradientBrightness: List by gradients - - public val textInverseAccentGradientAiBrightness: List by gradients - - public val overlayOnLightGradientBrightness: List by gradients - - public val outlineDefaultTransparentSurfaceBrightness: List by gradients - - public val overlayDefaultGradientBrightness: List by gradients - - public val overlayOnDarkGradientBrightness: List by gradients - - public val overlayInverseGradientBrightness: List by gradients - - public val outlineOnLightTransparentSurfaceBrightness: List by gradients - - public val personaOnLightBlueSurfaceAccentGradient: List by gradients - /** - * Акцентный фон поверхности/контрола с градиентом + * On Dark Personas Indigo Surface Accent Gradient */ - public val surfaceDefaultAccentGradient: List by gradients + public val personasOnDarkIndigoSurfaceAccentGradient: List by gradients /** - * Фон для скелетона + * On Light Outline White Gradient */ - public val surfaceDefaultSkeletonGradient: List by gradients + public val outlineOnLightWhiteGradient: List by gradients /** - * Фон для скелетона + * On Dark Personas Blue Surface Accent Gradient */ - public val surfaceDefaultSkeletonGradientHover: List by gradients + public val personasOnDarkBlueSurfaceAccentGradient: List by gradients /** - * Фон для скелетона + * Inverse Personas Indigo Surface Accent Gradient */ - public val surfaceDefaultSkeletonGradientActive: List by gradients + public val personasInverseIndigoSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * Outline White Gradient */ - public val surfaceDefaultSkeletonDeepGradient: List by gradients + public val outlineDefaultWhiteGradient: List by gradients /** - * Яркий фон для скелетона + * Personas Green Surface Accent Gradient */ - public val surfaceDefaultSkeletonDeepGradientHover: List by gradients + public val personasDefaultGreenSurfaceAccentGradient: List by gradients /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * Inverse Personas Sea Blue Surface Accent Gradient */ - public val surfaceOnDarkAccentGradientHover: List by gradients + public val personasInverseSeaBlueSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * On Light Personas Pink Surface Accent Gradient */ - public val surfaceDefaultSkeletonDeepGradientActive: List by gradients + public val personasOnLightPinkSurfaceAccentGradient: List by gradients /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * Inverse Text Accent Gradient AI */ - public val surfaceOnDarkAccentGradientActive: List by gradients + public val textInverseAccentGradientAI: List by gradients /** - * Фон для скелетона + * On Dark Personas Ochre Surface Accent Gradient */ - public val surfaceOnDarkSkeletonGradient: List by gradients + public val personasOnDarkOchreSurfaceAccentGradient: List by gradients /** - * Фон для скелетона + * Personas Sea Blue Surface Accent Gradient */ - public val surfaceOnDarkSkeletonGradientHover: List by gradients + public val personasDefaultSeaBlueSurfaceAccentGradient: List by gradients /** - * Фон для скелетона + * Inverse Personas Pink Surface Accent Gradient */ - public val surfaceOnDarkSkeletonGradientActive: List by gradients + public val personasInversePinkSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * On Light Surface Skeleton Gradient */ - public val surfaceOnDarkSkeletonDeepGradient: List by gradients + public val surfaceOnLightSkeletonGradient: List by gradients /** - * Яркий фон для скелетона + * Inverse Personas Ochre Surface Accent Gradient */ - public val surfaceOnDarkSkeletonDeepGradientHover: List by gradients + public val personasInverseOchreSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * Dark Background Gradient */ - public val surfaceOnDarkSkeletonDeepGradientActive: List by gradients + public val backgroundDarkGradient: List by gradients /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * On Dark Personas Sea Blue Surface Accent Gradient */ - public val surfaceOnLightAccentGradientActive: List by gradients + public val personasOnDarkSeaBlueSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * On Dark Surface Skeleton Gradient */ - public val surfaceOnLightSkeletonDeepGradientActive: List by gradients + public val surfaceOnDarkSkeletonGradient: List by gradients /** - * Яркий фон для скелетона + * Inverse Background Gradient */ - public val surfaceOnLightSkeletonDeepGradientHover: List by gradients + public val backgroundInverseGradient: List by gradients /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * Inverse Overlay Gradient */ - public val surfaceInverseAccentGradientHover: List by gradients + public val overlayInverseGradient: List by gradients /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * Personas Pink Surface Accent Gradient */ - public val surfaceInverseAccentGradientActive: List by gradients + public val personasDefaultPinkSurfaceAccentGradient: List by gradients /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * On Light Personas Olive Surface Accent Gradient */ - public val surfaceInverseAccentGradient: List by gradients + public val personasOnLightOliveSurfaceAccentGradient: List by gradients /** - * Фон для скелетона + * Inverse Surface Accent Gradient Secondary */ - public val surfaceInverseSkeletonGradient: List by gradients + public val surfaceInverseAccentGradientSecondary: List by gradients /** - * Фон для скелетона + * On Light Text Accent Gradient AI */ - public val surfaceInverseSkeletonGradientHover: List by gradients + public val textOnLightAccentGradientAI: List by gradients /** - * Фон для скелетона + * Light Background Gradient */ - public val surfaceInverseSkeletonGradientActive: List by gradients + public val backgroundLightGradient: List by gradients /** - * Яркий фон для скелетона + * Surface Skeleton Gradient */ - public val surfaceInverseSkeletonDeepGradient: List by gradients + public val surfaceDefaultSkeletonGradient: List by gradients /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * Overlay Gradient */ - public val surfaceOnLightAccentGradient: List by gradients + public val overlayDefaultGradient: List by gradients /** - * Фон для скелетона + * On Dark Overlay Gradient */ - public val surfaceOnLightSkeletonGradient: List by gradients + public val overlayOnDarkGradient: List by gradients /** - * Фон для скелетона + * Background Gradient */ - public val surfaceOnLightSkeletonGradientActive: List by gradients + public val backgroundDefaultGradient: List by gradients /** - * Яркий фон для скелетона + * On Dark Personas Violet Surface Accent Gradient */ - public val surfaceOnLightSkeletonDeepGradient: List by gradients + public val personasOnDarkVioletSurfaceAccentGradient: List by gradients /** - * Акцентный цвет обводки с градиентом + * Inverse Surface Skeleton Gradient */ - public val outlineDefaultAccentGradient: List by gradients + public val surfaceInverseSkeletonGradient: List by gradients /** - * Акцентный цвет обводки с градиентом на темном фоне + * On Light Personas Ochre Surface Accent Gradient */ - public val outlineOnDarkAccentGradientHover: List by gradients + public val personasOnLightOchreSurfaceAccentGradient: List by gradients /** - * Акцентный цвет обводки с градиентом на темном фоне + * Surface Accent Gradient Secondary */ - public val outlineOnDarkAccentGradientActive: List by gradients + public val surfaceDefaultAccentGradientSecondary: List by gradients /** - * Акцентный цвет обводки с градиентом на темном фоне + * Inverse Personas Green Surface Accent Gradient */ - public val outlineOnDarkAccentGradient: List by gradients + public val personasInverseGreenSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * Personas Ochre Surface Accent Gradient */ - public val surfaceInverseSkeletonDeepGradientActive: List by gradients + public val personasDefaultOchreSurfaceAccentGradient: List by gradients /** - * Акцентный цвет обводки с градиентом + * Inverse Outline White Gradient */ - public val outlineDefaultAccentGradientHover: List by gradients + public val outlineInverseWhiteGradient: List by gradients /** - * Акцентный цвет обводки с градиентом на светлом фоне + * On Light Personas Violet Surface Accent Gradient */ - public val outlineOnLightAccentGradient: List by gradients + public val personasOnLightVioletSurfaceAccentGradient: List by gradients /** - * Инвертированный акцентный цвет обводки с градиентом + * Personas Violet Surface Accent Gradient */ - public val outlineInverseAccentGradientHover: List by gradients + public val personasDefaultVioletSurfaceAccentGradient: List by gradients /** - * Инвертированный акцентный цвет обводки с градиентом + * On Dark Outline White Gradient */ - public val outlineInverseAccentGradientActive: List by gradients + public val outlineOnDarkWhiteGradient: List by gradients /** - * Акцентный цвет обводки с градиентом на светлом фоне + * Inverse Personas Blue Surface Accent Gradient */ - public val outlineOnLightAccentGradientActive: List by gradients - - public val personaDefaultBlueSurfaceAccentGradientActive: List by gradients - - public val personaDefaultGreenSurfaceAccentGradient: List by gradients - - public val personaDefaultGreenSurfaceAccentGradientActive: List by gradients - - public val personaDefaultIndigoSurfaceAccentGradient: List by gradients - - public val personaDefaultIndigoSurfaceAccentGradientActive: List by gradients - - public val personaDefaultOchreSurfaceAccentGradient: List by gradients - - public val personaDefaultOchreSurfaceAccentGradientActive: List by gradients - - public val personaDefaultOliveSurfaceAccentGradient: List by gradients - - public val personaDefaultOliveSurfaceAccentGradientHover: List by gradients - - public val personaDefaultOliveSurfaceAccentGradientActive: List by gradients - - public val personaDefaultPinkSurfaceAccentGradient: List by gradients - - public val personaDefaultPinkSurfaceAccentGradientHover: List by gradients - - public val personaDefaultPinkSurfaceAccentGradientActive: List by gradients - - public val personaDefaultBlueSurfaceAccentGradient: List by gradients - - public val personaDefaultSeaBlueSurfaceAccentGradientActive: List by gradients - - public val personaDefaultVioletSurfaceAccentGradient: List by gradients - - public val personaDefaultVioletSurfaceAccentGradientHover: List by gradients - - public val personaDefaultVioletSurfaceAccentGradientActive: List by gradients - - public val personaInverseBlueSurfaceAccentGradient: List by gradients - - public val personaInverseBlueSurfaceAccentGradientHover: List by gradients - - public val personaInverseBlueSurfaceAccentGradientActive: List by gradients - - public val personaInverseGreenSurfaceAccentGradient: List by gradients - - public val personaInverseGreenSurfaceAccentGradientHover: List by gradients - - public val personaInverseGreenSurfaceAccentGradientActive: List by gradients - - public val personaInverseIndigoSurfaceAccentGradient: List by gradients - - public val personaInverseIndigoSurfaceAccentGradientActive: List by gradients - - public val personaInverseOchreSurfaceAccentGradientHover: List by gradients - - public val personaInverseOchreSurfaceAccentGradientActive: List by gradients - - public val personaDefaultSeaBlueSurfaceAccentGradient: List by gradients - - public val personaDefaultSeaBlueSurfaceAccentGradientHover: List by gradients - - public val personaInverseOliveSurfaceAccentGradientActive: List by gradients - - public val personaInversePinkSurfaceAccentGradient: List by gradients - - public val personaInversePinkSurfaceAccentGradientHover: List by gradients - - public val personaInverseSeaBlueSurfaceAccentGradient: List by gradients - - public val personaInverseSeaBlueSurfaceAccentGradientHover: List by gradients - - public val personaInverseSeaBlueSurfaceAccentGradientActive: List by gradients - - public val personaInverseVioletSurfaceAccentGradient: List by gradients - - public val personaInverseVioletSurfaceAccentGradientHover: List by gradients - - public val personaInverseVioletSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkBlueSurfaceAccentGradient: List by gradients - - public val personaOnDarkBlueSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkBlueSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkGreenSurfaceAccentGradient: List by gradients - - public val personaOnDarkGreenSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkGreenSurfaceAccentGradientActive: List by gradients - - public val personaInverseOliveSurfaceAccentGradient: List by gradients - - public val personaInverseOliveSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkIndigoSurfaceAccentGradientActive: List by gradients - - public val personaInverseOchreSurfaceAccentGradient: List by gradients - - public val personaOnDarkOchreSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkOchreSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkOliveSurfaceAccentGradient: List by gradients - - public val personaOnDarkOliveSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkOliveSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkPinkSurfaceAccentGradient: List by gradients - - public val personaOnDarkPinkSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkPinkSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkSeaBlueSurfaceAccentGradient: List by gradients - - public val personaOnDarkSeaBlueSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkSeaBlueSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkVioletSurfaceAccentGradient: List by gradients - - public val personaOnDarkVioletSurfaceAccentGradientHover: List by gradients - - public val personaOnDarkVioletSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkIndigoSurfaceAccentGradient: List by gradients - - public val personaOnDarkIndigoSurfaceAccentGradientHover: List by gradients - - public val personaOnLightGreenSurfaceAccentGradient: List by gradients - - public val personaOnLightGreenSurfaceAccentGradientHover: List by gradients - - public val personaOnLightGreenSurfaceAccentGradientActive: List by gradients - - public val personaOnLightIndigoSurfaceAccentGradient: List by gradients - - public val personaOnLightIndigoSurfaceAccentGradientHover: List by gradients - - public val personaOnLightIndigoSurfaceAccentGradientActive: List by gradients - - public val personaOnLightOchreSurfaceAccentGradient: List by gradients - - public val personaOnLightOchreSurfaceAccentGradientHover: List by gradients - - public val personaOnLightOchreSurfaceAccentGradientActive: List by gradients - - public val personaOnDarkOchreSurfaceAccentGradient: List by gradients - - public val personaOnLightOliveSurfaceAccentGradient: List by gradients - - public val personaOnLightPinkSurfaceAccentGradient: List by gradients - - public val personaOnLightPinkSurfaceAccentGradientHover: List by gradients - - public val personaOnLightBlueSurfaceAccentGradientHover: List by gradients - - public val personaOnLightVioletSurfaceAccentGradient: List by gradients - - public val personaOnLightVioletSurfaceAccentGradientActive: List by gradients - - public val outlineOnDarkTransparentSurfaceActive: List by gradients - - public val outlineOnLightTransparentSurface: List by gradients - - public val outlineOnLightTransparentSurfaceHover: List by gradients - - public val outlineOnLightTransparentSurfaceActive: List by gradients - - public val overlayInverseGradient: List by gradients - - public val textDefaultAccentGradientAi: List by gradients + public val personasInverseBlueSurfaceAccentGradient: List by gradients - public val textDefaultAccentGradientAiHover: List by gradients - - public val textInverseAccentGradientAi: List by gradients - - public val textInverseAccentGradientAiHover: List by gradients - - public val textInverseAccentGradientAiActive: List by gradients - - public val textOnDarkAccentGradientAi: List by gradients - - public val textOnDarkAccentGradientAiHover: List by gradients - - public val textOnDarkAccentGradientAiActive: List by gradients - - public val textOnLightAccentGradientAi: List by gradients - - public val textOnLightAccentGradientAiHover: List by gradients - - public val textOnLightAccentGradientAiActive: List by gradients - - public val textDefaultAccentGradientAiActive: List by gradients - - public val outlineOnDarkTransparentSurface: List by gradients - - public val outlineOnDarkTransparentSurfaceHover: List by gradients - - public val personaOnLightOliveSurfaceAccentGradientHover: List by gradients - - public val overlayOnLightGradientActive: List by gradients - - public val outlineDefaultTransparentSurface: List by gradients - - public val outlineDefaultTransparentSurfaceHover: List by gradients - - public val outlineDefaultTransparentSurfaceActive: List by gradients - - public val overlayDefaultGradient: List by gradients - - public val overlayDefaultGradientHover: List by gradients - - public val overlayDefaultGradientActive: List by gradients - - public val overlayOnDarkGradient: List by gradients - - public val overlayOnDarkGradientHover: List by gradients - - public val overlayOnDarkGradientActive: List by gradients - - public val overlayInverseGradientActive: List by gradients + /** + * On Light Personas Sea Blue Surface Accent Gradient + */ + public val personasOnLightSeaBlueSurfaceAccentGradient: List by gradients - public val overlayInverseGradientHover: List by gradients + /** + * Inverse Personas Olive Surface Accent Gradient + */ + public val personasInverseOliveSurfaceAccentGradient: List by gradients + /** + * On Light Overlay Gradient + */ public val overlayOnLightGradient: List by gradients - public val personaOnLightPinkSurfaceAccentGradientActive: List by gradients + /** + * On Light Personas Indigo Surface Accent Gradient + */ + public val personasOnLightIndigoSurfaceAccentGradient: List by gradients - public val personaOnLightSeaBlueSurfaceAccentGradientHover: List by gradients + /** + * On Light Personas Blue Surface Accent Gradient + */ + public val personasOnLightBlueSurfaceAccentGradient: List by gradients - public val overlayOnLightGradientHover: List by gradients + /** + * On Dark Personas Pink Surface Accent Gradient + */ + public val personasOnDarkPinkSurfaceAccentGradient: List by gradients - public val personaOnLightOliveSurfaceAccentGradientActive: List by gradients + /** + * On Dark Text Accent Gradient AI + */ + public val textOnDarkAccentGradientAI: List by gradients - public val personaOnLightSeaBlueSurfaceAccentGradientActive: List by gradients + /** + * On Dark Personas Green Surface Accent Gradient + */ + public val personasOnDarkGreenSurfaceAccentGradient: List by gradients /** - * Яркий фон для скелетона + * Personas Olive Surface Accent Gradient */ - public val surfaceInverseSkeletonDeepGradientHover: List by gradients + public val personasDefaultOliveSurfaceAccentGradient: List by gradients /** - * Инвертированный акцентный цвет обводки с градиентом + * Personas Indigo Surface Accent Gradient */ - public val outlineInverseAccentGradient: List by gradients + public val personasDefaultIndigoSurfaceAccentGradient: List by gradients /** - * Акцентный цвет обводки с градиентом на светлом фоне + * Text Accent Gradient AI */ - public val outlineOnLightAccentGradientHover: List by gradients + public val textDefaultAccentGradientAI: List by gradients - public val personaInverseIndigoSurfaceAccentGradientHover: List by gradients + /** + * On Dark Surface Accent Gradient Secondary + */ + public val surfaceOnDarkAccentGradientSecondary: List by gradients - public val personaOnLightSeaBlueSurfaceAccentGradient: List by gradients + /** + * Personas Blue Surface Accent Gradient + */ + public val personasDefaultBlueSurfaceAccentGradient: List by gradients /** - * Акцентный цвет обводки с градиентом + * Inverse Personas Violet Surface Accent Gradient */ - public val outlineDefaultAccentGradientActive: List by gradients + public val personasInverseVioletSurfaceAccentGradient: List by gradients - public val personaOnLightVioletSurfaceAccentGradientHover: List by gradients + /** + * On Light Surface Accent Gradient Secondary + */ + public val surfaceOnLightAccentGradientSecondary: List by gradients /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * On Light Personas Green Surface Accent Gradient */ - public val surfaceOnDarkAccentGradient: List by gradients + public val personasOnLightGreenSurfaceAccentGradient: List by gradients /** - * Акцентный фон поверхности/контрола с градиентом + * On Dark Personas Olive Surface Accent Gradient */ - public val surfaceDefaultAccentGradientHover: List by gradients + public val personasOnDarkOliveSurfaceAccentGradient: List by gradients /** * Акцентный фон поверхности/контрола с градиентом */ - public val surfaceDefaultAccentGradientActive: List by gradients + public val surfaceDefaultAccentGradient: List by gradients - public val personaOnLightBlueSurfaceAccentGradientActive: List by gradients + /** + * Акцентный минорный фон поверхности/контрола с градиентом + */ + public val surfaceDefaultAccentMinorGradient: List by gradients - public val personaDefaultOchreSurfaceAccentGradientHover: List by gradients + /** + * Акцентный фон поверхности/контрола с градиентом на темном фоне + */ + public val surfaceOnDarkAccentGradient: List by gradients /** - * Фон для скелетона + * Акцентный минорный фон поверхности/контрола с градиентом на темном фоне */ - public val surfaceOnLightSkeletonGradientHover: List by gradients + public val surfaceOnDarkAccentMinorGradient: List by gradients /** * Акцентный фон поверхности/контрола с градиентом на светлом фоне */ - public val surfaceOnLightAccentGradientHover: List by gradients - - public val personaDefaultIndigoSurfaceAccentGradientHover: List by gradients - - public val personaDefaultBlueSurfaceAccentGradientHover: List by gradients - - public val outlineInverseTransparentSurfaceBrightness: List by gradients + public val surfaceOnLightAccentGradient: List by gradients - public val outlineInverseTransparentSurface: List by gradients + /** + * Акцентный минорный фон поверхности/контрола с градиентом на светлом фоне + */ + public val surfaceOnLightAccentMinorGradient: List by gradients - public val outlineInverseTransparentSurfaceHover: List by gradients + /** + * Инвертированный акцентный фон поверхности/контрола с градиентом + */ + public val surfaceInverseAccentGradient: List by gradients - public val outlineInverseTransparentSurfaceActive: List by gradients + /** + * Инвертированный акцентный минорный фон поверхности/контрола с градиентом + */ + public val surfaceInverseAccentMinorGradient: List by gradients /** * Возвращает копию [SddsSbComGradients]. Предоставляет возможность переопределять градиенты. @@ -586,4420 +370,1301 @@ public class GradientOverrideScope { internal val overrideMap: Map> get() = _overrideMap.toMap() - public val surfaceOnDarkAccentGradientBrightness: String = - "surfaceOnDarkAccentGradientBrightness" - - public val outlineOnDarkTransparentSurfaceBrightness: String = - "outlineOnDarkTransparentSurfaceBrightness" - - public val surfaceDefaultAccentGradientBrightness: String = - "surfaceDefaultAccentGradientBrightness" - - public val personaInversePinkSurfaceAccentGradientActive: String = - "personaInversePinkSurfaceAccentGradientActive" - - public val textDefaultAccentGradientAiBrightness: String = - "textDefaultAccentGradientAiBrightness" - - public val surfaceOnLightAccentGradientBrightness: String = - "surfaceOnLightAccentGradientBrightness" - - public val personaDefaultGreenSurfaceAccentGradientHover: String = - "personaDefaultGreenSurfaceAccentGradientHover" - - public val textOnDarkAccentGradientAiBrightness: String = "textOnDarkAccentGradientAiBrightness" - - public val textOnLightAccentGradientAiBrightness: String = - "textOnLightAccentGradientAiBrightness" - - public val surfaceInverseAccentGradientBrightness: String = - "surfaceInverseAccentGradientBrightness" - - public val textInverseAccentGradientAiBrightness: String = - "textInverseAccentGradientAiBrightness" - - public val overlayOnLightGradientBrightness: String = "overlayOnLightGradientBrightness" - - public val outlineDefaultTransparentSurfaceBrightness: String = - "outlineDefaultTransparentSurfaceBrightness" - - public val overlayDefaultGradientBrightness: String = "overlayDefaultGradientBrightness" - - public val overlayOnDarkGradientBrightness: String = "overlayOnDarkGradientBrightness" - - public val overlayInverseGradientBrightness: String = "overlayInverseGradientBrightness" - - public val outlineOnLightTransparentSurfaceBrightness: String = - "outlineOnLightTransparentSurfaceBrightness" - - public val personaOnLightBlueSurfaceAccentGradient: String = - "personaOnLightBlueSurfaceAccentGradient" - /** - * Акцентный фон поверхности/контрола с градиентом + * On Dark Personas Indigo Surface Accent Gradient */ - public val surfaceDefaultAccentGradient: String = "surfaceDefaultAccentGradient" + public val personasOnDarkIndigoSurfaceAccentGradient: String = + "personasOnDarkIndigoSurfaceAccentGradient" /** - * Фон для скелетона + * On Light Outline White Gradient */ - public val surfaceDefaultSkeletonGradient: String = "surfaceDefaultSkeletonGradient" + public val outlineOnLightWhiteGradient: String = "outlineOnLightWhiteGradient" /** - * Фон для скелетона + * On Dark Personas Blue Surface Accent Gradient */ - public val surfaceDefaultSkeletonGradientHover: String = "surfaceDefaultSkeletonGradientHover" + public val personasOnDarkBlueSurfaceAccentGradient: String = + "personasOnDarkBlueSurfaceAccentGradient" /** - * Фон для скелетона + * Inverse Personas Indigo Surface Accent Gradient */ - public val surfaceDefaultSkeletonGradientActive: String = "surfaceDefaultSkeletonGradientActive" + public val personasInverseIndigoSurfaceAccentGradient: String = + "personasInverseIndigoSurfaceAccentGradient" /** - * Яркий фон для скелетона + * Outline White Gradient */ - public val surfaceDefaultSkeletonDeepGradient: String = "surfaceDefaultSkeletonDeepGradient" + public val outlineDefaultWhiteGradient: String = "outlineDefaultWhiteGradient" /** - * Яркий фон для скелетона + * Personas Green Surface Accent Gradient */ - public val surfaceDefaultSkeletonDeepGradientHover: String = - "surfaceDefaultSkeletonDeepGradientHover" + public val personasDefaultGreenSurfaceAccentGradient: String = + "personasDefaultGreenSurfaceAccentGradient" /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * Inverse Personas Sea Blue Surface Accent Gradient */ - public val surfaceOnDarkAccentGradientHover: String = "surfaceOnDarkAccentGradientHover" + public val personasInverseSeaBlueSurfaceAccentGradient: String = + "personasInverseSeaBlueSurfaceAccentGradient" /** - * Яркий фон для скелетона + * On Light Personas Pink Surface Accent Gradient */ - public val surfaceDefaultSkeletonDeepGradientActive: String = - "surfaceDefaultSkeletonDeepGradientActive" + public val personasOnLightPinkSurfaceAccentGradient: String = + "personasOnLightPinkSurfaceAccentGradient" /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * Inverse Text Accent Gradient AI */ - public val surfaceOnDarkAccentGradientActive: String = "surfaceOnDarkAccentGradientActive" + public val textInverseAccentGradientAI: String = "textInverseAccentGradientAI" /** - * Фон для скелетона + * On Dark Personas Ochre Surface Accent Gradient */ - public val surfaceOnDarkSkeletonGradient: String = "surfaceOnDarkSkeletonGradient" + public val personasOnDarkOchreSurfaceAccentGradient: String = + "personasOnDarkOchreSurfaceAccentGradient" /** - * Фон для скелетона + * Personas Sea Blue Surface Accent Gradient */ - public val surfaceOnDarkSkeletonGradientHover: String = "surfaceOnDarkSkeletonGradientHover" + public val personasDefaultSeaBlueSurfaceAccentGradient: String = + "personasDefaultSeaBlueSurfaceAccentGradient" /** - * Фон для скелетона + * Inverse Personas Pink Surface Accent Gradient */ - public val surfaceOnDarkSkeletonGradientActive: String = "surfaceOnDarkSkeletonGradientActive" + public val personasInversePinkSurfaceAccentGradient: String = + "personasInversePinkSurfaceAccentGradient" /** - * Яркий фон для скелетона + * On Light Surface Skeleton Gradient */ - public val surfaceOnDarkSkeletonDeepGradient: String = "surfaceOnDarkSkeletonDeepGradient" + public val surfaceOnLightSkeletonGradient: String = "surfaceOnLightSkeletonGradient" /** - * Яркий фон для скелетона + * Inverse Personas Ochre Surface Accent Gradient */ - public val surfaceOnDarkSkeletonDeepGradientHover: String = - "surfaceOnDarkSkeletonDeepGradientHover" + public val personasInverseOchreSurfaceAccentGradient: String = + "personasInverseOchreSurfaceAccentGradient" /** - * Яркий фон для скелетона + * Dark Background Gradient */ - public val surfaceOnDarkSkeletonDeepGradientActive: String = - "surfaceOnDarkSkeletonDeepGradientActive" + public val backgroundDarkGradient: String = "backgroundDarkGradient" /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * On Dark Personas Sea Blue Surface Accent Gradient */ - public val surfaceOnLightAccentGradientActive: String = "surfaceOnLightAccentGradientActive" + public val personasOnDarkSeaBlueSurfaceAccentGradient: String = + "personasOnDarkSeaBlueSurfaceAccentGradient" /** - * Яркий фон для скелетона + * On Dark Surface Skeleton Gradient */ - public val surfaceOnLightSkeletonDeepGradientActive: String = - "surfaceOnLightSkeletonDeepGradientActive" + public val surfaceOnDarkSkeletonGradient: String = "surfaceOnDarkSkeletonGradient" /** - * Яркий фон для скелетона + * Inverse Background Gradient */ - public val surfaceOnLightSkeletonDeepGradientHover: String = - "surfaceOnLightSkeletonDeepGradientHover" + public val backgroundInverseGradient: String = "backgroundInverseGradient" /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * Inverse Overlay Gradient */ - public val surfaceInverseAccentGradientHover: String = "surfaceInverseAccentGradientHover" + public val overlayInverseGradient: String = "overlayInverseGradient" /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * Personas Pink Surface Accent Gradient */ - public val surfaceInverseAccentGradientActive: String = "surfaceInverseAccentGradientActive" + public val personasDefaultPinkSurfaceAccentGradient: String = + "personasDefaultPinkSurfaceAccentGradient" /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * On Light Personas Olive Surface Accent Gradient */ - public val surfaceInverseAccentGradient: String = "surfaceInverseAccentGradient" + public val personasOnLightOliveSurfaceAccentGradient: String = + "personasOnLightOliveSurfaceAccentGradient" /** - * Фон для скелетона + * Inverse Surface Accent Gradient Secondary */ - public val surfaceInverseSkeletonGradient: String = "surfaceInverseSkeletonGradient" + public val surfaceInverseAccentGradientSecondary: String = + "surfaceInverseAccentGradientSecondary" /** - * Фон для скелетона + * On Light Text Accent Gradient AI */ - public val surfaceInverseSkeletonGradientHover: String = "surfaceInverseSkeletonGradientHover" + public val textOnLightAccentGradientAI: String = "textOnLightAccentGradientAI" /** - * Фон для скелетона + * Light Background Gradient */ - public val surfaceInverseSkeletonGradientActive: String = "surfaceInverseSkeletonGradientActive" + public val backgroundLightGradient: String = "backgroundLightGradient" /** - * Яркий фон для скелетона + * Surface Skeleton Gradient */ - public val surfaceInverseSkeletonDeepGradient: String = "surfaceInverseSkeletonDeepGradient" + public val surfaceDefaultSkeletonGradient: String = "surfaceDefaultSkeletonGradient" /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * Overlay Gradient */ - public val surfaceOnLightAccentGradient: String = "surfaceOnLightAccentGradient" + public val overlayDefaultGradient: String = "overlayDefaultGradient" /** - * Фон для скелетона + * On Dark Overlay Gradient */ - public val surfaceOnLightSkeletonGradient: String = "surfaceOnLightSkeletonGradient" + public val overlayOnDarkGradient: String = "overlayOnDarkGradient" /** - * Фон для скелетона + * Background Gradient */ - public val surfaceOnLightSkeletonGradientActive: String = "surfaceOnLightSkeletonGradientActive" + public val backgroundDefaultGradient: String = "backgroundDefaultGradient" /** - * Яркий фон для скелетона + * On Dark Personas Violet Surface Accent Gradient */ - public val surfaceOnLightSkeletonDeepGradient: String = "surfaceOnLightSkeletonDeepGradient" + public val personasOnDarkVioletSurfaceAccentGradient: String = + "personasOnDarkVioletSurfaceAccentGradient" /** - * Акцентный цвет обводки с градиентом + * Inverse Surface Skeleton Gradient */ - public val outlineDefaultAccentGradient: String = "outlineDefaultAccentGradient" + public val surfaceInverseSkeletonGradient: String = "surfaceInverseSkeletonGradient" /** - * Акцентный цвет обводки с градиентом на темном фоне + * On Light Personas Ochre Surface Accent Gradient */ - public val outlineOnDarkAccentGradientHover: String = "outlineOnDarkAccentGradientHover" + public val personasOnLightOchreSurfaceAccentGradient: String = + "personasOnLightOchreSurfaceAccentGradient" /** - * Акцентный цвет обводки с градиентом на темном фоне + * Surface Accent Gradient Secondary */ - public val outlineOnDarkAccentGradientActive: String = "outlineOnDarkAccentGradientActive" + public val surfaceDefaultAccentGradientSecondary: String = + "surfaceDefaultAccentGradientSecondary" /** - * Акцентный цвет обводки с градиентом на темном фоне + * Inverse Personas Green Surface Accent Gradient */ - public val outlineOnDarkAccentGradient: String = "outlineOnDarkAccentGradient" + public val personasInverseGreenSurfaceAccentGradient: String = + "personasInverseGreenSurfaceAccentGradient" /** - * Яркий фон для скелетона + * Personas Ochre Surface Accent Gradient */ - public val surfaceInverseSkeletonDeepGradientActive: String = - "surfaceInverseSkeletonDeepGradientActive" + public val personasDefaultOchreSurfaceAccentGradient: String = + "personasDefaultOchreSurfaceAccentGradient" /** - * Акцентный цвет обводки с градиентом + * Inverse Outline White Gradient */ - public val outlineDefaultAccentGradientHover: String = "outlineDefaultAccentGradientHover" + public val outlineInverseWhiteGradient: String = "outlineInverseWhiteGradient" /** - * Акцентный цвет обводки с градиентом на светлом фоне + * On Light Personas Violet Surface Accent Gradient */ - public val outlineOnLightAccentGradient: String = "outlineOnLightAccentGradient" + public val personasOnLightVioletSurfaceAccentGradient: String = + "personasOnLightVioletSurfaceAccentGradient" /** - * Инвертированный акцентный цвет обводки с градиентом + * Personas Violet Surface Accent Gradient */ - public val outlineInverseAccentGradientHover: String = "outlineInverseAccentGradientHover" + public val personasDefaultVioletSurfaceAccentGradient: String = + "personasDefaultVioletSurfaceAccentGradient" /** - * Инвертированный акцентный цвет обводки с градиентом + * On Dark Outline White Gradient */ - public val outlineInverseAccentGradientActive: String = "outlineInverseAccentGradientActive" + public val outlineOnDarkWhiteGradient: String = "outlineOnDarkWhiteGradient" /** - * Акцентный цвет обводки с градиентом на светлом фоне + * Inverse Personas Blue Surface Accent Gradient */ - public val outlineOnLightAccentGradientActive: String = "outlineOnLightAccentGradientActive" - - public val personaDefaultBlueSurfaceAccentGradientActive: String = - "personaDefaultBlueSurfaceAccentGradientActive" - - public val personaDefaultGreenSurfaceAccentGradient: String = - "personaDefaultGreenSurfaceAccentGradient" + public val personasInverseBlueSurfaceAccentGradient: String = + "personasInverseBlueSurfaceAccentGradient" - public val personaDefaultGreenSurfaceAccentGradientActive: String = - "personaDefaultGreenSurfaceAccentGradientActive" - - public val personaDefaultIndigoSurfaceAccentGradient: String = - "personaDefaultIndigoSurfaceAccentGradient" - - public val personaDefaultIndigoSurfaceAccentGradientActive: String = - "personaDefaultIndigoSurfaceAccentGradientActive" - - public val personaDefaultOchreSurfaceAccentGradient: String = - "personaDefaultOchreSurfaceAccentGradient" + /** + * On Light Personas Sea Blue Surface Accent Gradient + */ + public val personasOnLightSeaBlueSurfaceAccentGradient: String = + "personasOnLightSeaBlueSurfaceAccentGradient" - public val personaDefaultOchreSurfaceAccentGradientActive: String = - "personaDefaultOchreSurfaceAccentGradientActive" + /** + * Inverse Personas Olive Surface Accent Gradient + */ + public val personasInverseOliveSurfaceAccentGradient: String = + "personasInverseOliveSurfaceAccentGradient" - public val personaDefaultOliveSurfaceAccentGradient: String = - "personaDefaultOliveSurfaceAccentGradient" + /** + * On Light Overlay Gradient + */ + public val overlayOnLightGradient: String = "overlayOnLightGradient" - public val personaDefaultOliveSurfaceAccentGradientHover: String = - "personaDefaultOliveSurfaceAccentGradientHover" + /** + * On Light Personas Indigo Surface Accent Gradient + */ + public val personasOnLightIndigoSurfaceAccentGradient: String = + "personasOnLightIndigoSurfaceAccentGradient" - public val personaDefaultOliveSurfaceAccentGradientActive: String = - "personaDefaultOliveSurfaceAccentGradientActive" + /** + * On Light Personas Blue Surface Accent Gradient + */ + public val personasOnLightBlueSurfaceAccentGradient: String = + "personasOnLightBlueSurfaceAccentGradient" - public val personaDefaultPinkSurfaceAccentGradient: String = - "personaDefaultPinkSurfaceAccentGradient" - - public val personaDefaultPinkSurfaceAccentGradientHover: String = - "personaDefaultPinkSurfaceAccentGradientHover" - - public val personaDefaultPinkSurfaceAccentGradientActive: String = - "personaDefaultPinkSurfaceAccentGradientActive" - - public val personaDefaultBlueSurfaceAccentGradient: String = - "personaDefaultBlueSurfaceAccentGradient" - - public val personaDefaultSeaBlueSurfaceAccentGradientActive: String = - "personaDefaultSeaBlueSurfaceAccentGradientActive" - - public val personaDefaultVioletSurfaceAccentGradient: String = - "personaDefaultVioletSurfaceAccentGradient" - - public val personaDefaultVioletSurfaceAccentGradientHover: String = - "personaDefaultVioletSurfaceAccentGradientHover" - - public val personaDefaultVioletSurfaceAccentGradientActive: String = - "personaDefaultVioletSurfaceAccentGradientActive" - - public val personaInverseBlueSurfaceAccentGradient: String = - "personaInverseBlueSurfaceAccentGradient" - - public val personaInverseBlueSurfaceAccentGradientHover: String = - "personaInverseBlueSurfaceAccentGradientHover" - - public val personaInverseBlueSurfaceAccentGradientActive: String = - "personaInverseBlueSurfaceAccentGradientActive" - - public val personaInverseGreenSurfaceAccentGradient: String = - "personaInverseGreenSurfaceAccentGradient" - - public val personaInverseGreenSurfaceAccentGradientHover: String = - "personaInverseGreenSurfaceAccentGradientHover" - - public val personaInverseGreenSurfaceAccentGradientActive: String = - "personaInverseGreenSurfaceAccentGradientActive" - - public val personaInverseIndigoSurfaceAccentGradient: String = - "personaInverseIndigoSurfaceAccentGradient" - - public val personaInverseIndigoSurfaceAccentGradientActive: String = - "personaInverseIndigoSurfaceAccentGradientActive" - - public val personaInverseOchreSurfaceAccentGradientHover: String = - "personaInverseOchreSurfaceAccentGradientHover" - - public val personaInverseOchreSurfaceAccentGradientActive: String = - "personaInverseOchreSurfaceAccentGradientActive" - - public val personaDefaultSeaBlueSurfaceAccentGradient: String = - "personaDefaultSeaBlueSurfaceAccentGradient" - - public val personaDefaultSeaBlueSurfaceAccentGradientHover: String = - "personaDefaultSeaBlueSurfaceAccentGradientHover" - - public val personaInverseOliveSurfaceAccentGradientActive: String = - "personaInverseOliveSurfaceAccentGradientActive" - - public val personaInversePinkSurfaceAccentGradient: String = - "personaInversePinkSurfaceAccentGradient" - - public val personaInversePinkSurfaceAccentGradientHover: String = - "personaInversePinkSurfaceAccentGradientHover" - - public val personaInverseSeaBlueSurfaceAccentGradient: String = - "personaInverseSeaBlueSurfaceAccentGradient" - - public val personaInverseSeaBlueSurfaceAccentGradientHover: String = - "personaInverseSeaBlueSurfaceAccentGradientHover" - - public val personaInverseSeaBlueSurfaceAccentGradientActive: String = - "personaInverseSeaBlueSurfaceAccentGradientActive" - - public val personaInverseVioletSurfaceAccentGradient: String = - "personaInverseVioletSurfaceAccentGradient" - - public val personaInverseVioletSurfaceAccentGradientHover: String = - "personaInverseVioletSurfaceAccentGradientHover" - - public val personaInverseVioletSurfaceAccentGradientActive: String = - "personaInverseVioletSurfaceAccentGradientActive" - - public val personaOnDarkBlueSurfaceAccentGradient: String = - "personaOnDarkBlueSurfaceAccentGradient" - - public val personaOnDarkBlueSurfaceAccentGradientHover: String = - "personaOnDarkBlueSurfaceAccentGradientHover" - - public val personaOnDarkBlueSurfaceAccentGradientActive: String = - "personaOnDarkBlueSurfaceAccentGradientActive" - - public val personaOnDarkGreenSurfaceAccentGradient: String = - "personaOnDarkGreenSurfaceAccentGradient" - - public val personaOnDarkGreenSurfaceAccentGradientHover: String = - "personaOnDarkGreenSurfaceAccentGradientHover" - - public val personaOnDarkGreenSurfaceAccentGradientActive: String = - "personaOnDarkGreenSurfaceAccentGradientActive" - - public val personaInverseOliveSurfaceAccentGradient: String = - "personaInverseOliveSurfaceAccentGradient" - - public val personaInverseOliveSurfaceAccentGradientHover: String = - "personaInverseOliveSurfaceAccentGradientHover" - - public val personaOnDarkIndigoSurfaceAccentGradientActive: String = - "personaOnDarkIndigoSurfaceAccentGradientActive" - - public val personaInverseOchreSurfaceAccentGradient: String = - "personaInverseOchreSurfaceAccentGradient" - - public val personaOnDarkOchreSurfaceAccentGradientHover: String = - "personaOnDarkOchreSurfaceAccentGradientHover" - - public val personaOnDarkOchreSurfaceAccentGradientActive: String = - "personaOnDarkOchreSurfaceAccentGradientActive" - - public val personaOnDarkOliveSurfaceAccentGradient: String = - "personaOnDarkOliveSurfaceAccentGradient" - - public val personaOnDarkOliveSurfaceAccentGradientHover: String = - "personaOnDarkOliveSurfaceAccentGradientHover" - - public val personaOnDarkOliveSurfaceAccentGradientActive: String = - "personaOnDarkOliveSurfaceAccentGradientActive" - - public val personaOnDarkPinkSurfaceAccentGradient: String = - "personaOnDarkPinkSurfaceAccentGradient" - - public val personaOnDarkPinkSurfaceAccentGradientHover: String = - "personaOnDarkPinkSurfaceAccentGradientHover" - - public val personaOnDarkPinkSurfaceAccentGradientActive: String = - "personaOnDarkPinkSurfaceAccentGradientActive" - - public val personaOnDarkSeaBlueSurfaceAccentGradient: String = - "personaOnDarkSeaBlueSurfaceAccentGradient" - - public val personaOnDarkSeaBlueSurfaceAccentGradientHover: String = - "personaOnDarkSeaBlueSurfaceAccentGradientHover" - - public val personaOnDarkSeaBlueSurfaceAccentGradientActive: String = - "personaOnDarkSeaBlueSurfaceAccentGradientActive" - - public val personaOnDarkVioletSurfaceAccentGradient: String = - "personaOnDarkVioletSurfaceAccentGradient" - - public val personaOnDarkVioletSurfaceAccentGradientHover: String = - "personaOnDarkVioletSurfaceAccentGradientHover" - - public val personaOnDarkVioletSurfaceAccentGradientActive: String = - "personaOnDarkVioletSurfaceAccentGradientActive" - - public val personaOnDarkIndigoSurfaceAccentGradient: String = - "personaOnDarkIndigoSurfaceAccentGradient" - - public val personaOnDarkIndigoSurfaceAccentGradientHover: String = - "personaOnDarkIndigoSurfaceAccentGradientHover" - - public val personaOnLightGreenSurfaceAccentGradient: String = - "personaOnLightGreenSurfaceAccentGradient" - - public val personaOnLightGreenSurfaceAccentGradientHover: String = - "personaOnLightGreenSurfaceAccentGradientHover" - - public val personaOnLightGreenSurfaceAccentGradientActive: String = - "personaOnLightGreenSurfaceAccentGradientActive" - - public val personaOnLightIndigoSurfaceAccentGradient: String = - "personaOnLightIndigoSurfaceAccentGradient" - - public val personaOnLightIndigoSurfaceAccentGradientHover: String = - "personaOnLightIndigoSurfaceAccentGradientHover" - - public val personaOnLightIndigoSurfaceAccentGradientActive: String = - "personaOnLightIndigoSurfaceAccentGradientActive" - - public val personaOnLightOchreSurfaceAccentGradient: String = - "personaOnLightOchreSurfaceAccentGradient" - - public val personaOnLightOchreSurfaceAccentGradientHover: String = - "personaOnLightOchreSurfaceAccentGradientHover" - - public val personaOnLightOchreSurfaceAccentGradientActive: String = - "personaOnLightOchreSurfaceAccentGradientActive" - - public val personaOnDarkOchreSurfaceAccentGradient: String = - "personaOnDarkOchreSurfaceAccentGradient" - - public val personaOnLightOliveSurfaceAccentGradient: String = - "personaOnLightOliveSurfaceAccentGradient" - - public val personaOnLightPinkSurfaceAccentGradient: String = - "personaOnLightPinkSurfaceAccentGradient" - - public val personaOnLightPinkSurfaceAccentGradientHover: String = - "personaOnLightPinkSurfaceAccentGradientHover" - - public val personaOnLightBlueSurfaceAccentGradientHover: String = - "personaOnLightBlueSurfaceAccentGradientHover" - - public val personaOnLightVioletSurfaceAccentGradient: String = - "personaOnLightVioletSurfaceAccentGradient" - - public val personaOnLightVioletSurfaceAccentGradientActive: String = - "personaOnLightVioletSurfaceAccentGradientActive" - - public val outlineOnDarkTransparentSurfaceActive: String = - "outlineOnDarkTransparentSurfaceActive" - - public val outlineOnLightTransparentSurface: String = "outlineOnLightTransparentSurface" - - public val outlineOnLightTransparentSurfaceHover: String = - "outlineOnLightTransparentSurfaceHover" - - public val outlineOnLightTransparentSurfaceActive: String = - "outlineOnLightTransparentSurfaceActive" - - public val overlayInverseGradient: String = "overlayInverseGradient" - - public val textDefaultAccentGradientAi: String = "textDefaultAccentGradientAi" - - public val textDefaultAccentGradientAiHover: String = "textDefaultAccentGradientAiHover" - - public val textInverseAccentGradientAi: String = "textInverseAccentGradientAi" - - public val textInverseAccentGradientAiHover: String = "textInverseAccentGradientAiHover" - - public val textInverseAccentGradientAiActive: String = "textInverseAccentGradientAiActive" - - public val textOnDarkAccentGradientAi: String = "textOnDarkAccentGradientAi" - - public val textOnDarkAccentGradientAiHover: String = "textOnDarkAccentGradientAiHover" - - public val textOnDarkAccentGradientAiActive: String = "textOnDarkAccentGradientAiActive" - - public val textOnLightAccentGradientAi: String = "textOnLightAccentGradientAi" - - public val textOnLightAccentGradientAiHover: String = "textOnLightAccentGradientAiHover" - - public val textOnLightAccentGradientAiActive: String = "textOnLightAccentGradientAiActive" - - public val textDefaultAccentGradientAiActive: String = "textDefaultAccentGradientAiActive" - - public val outlineOnDarkTransparentSurface: String = "outlineOnDarkTransparentSurface" - - public val outlineOnDarkTransparentSurfaceHover: String = "outlineOnDarkTransparentSurfaceHover" - - public val personaOnLightOliveSurfaceAccentGradientHover: String = - "personaOnLightOliveSurfaceAccentGradientHover" - - public val overlayOnLightGradientActive: String = "overlayOnLightGradientActive" - - public val outlineDefaultTransparentSurface: String = "outlineDefaultTransparentSurface" - - public val outlineDefaultTransparentSurfaceHover: String = - "outlineDefaultTransparentSurfaceHover" - - public val outlineDefaultTransparentSurfaceActive: String = - "outlineDefaultTransparentSurfaceActive" - - public val overlayDefaultGradient: String = "overlayDefaultGradient" - - public val overlayDefaultGradientHover: String = "overlayDefaultGradientHover" - - public val overlayDefaultGradientActive: String = "overlayDefaultGradientActive" - - public val overlayOnDarkGradient: String = "overlayOnDarkGradient" - - public val overlayOnDarkGradientHover: String = "overlayOnDarkGradientHover" - - public val overlayOnDarkGradientActive: String = "overlayOnDarkGradientActive" - - public val overlayInverseGradientActive: String = "overlayInverseGradientActive" - - public val overlayInverseGradientHover: String = "overlayInverseGradientHover" - - public val overlayOnLightGradient: String = "overlayOnLightGradient" - - public val personaOnLightPinkSurfaceAccentGradientActive: String = - "personaOnLightPinkSurfaceAccentGradientActive" - - public val personaOnLightSeaBlueSurfaceAccentGradientHover: String = - "personaOnLightSeaBlueSurfaceAccentGradientHover" - - public val overlayOnLightGradientHover: String = "overlayOnLightGradientHover" - - public val personaOnLightOliveSurfaceAccentGradientActive: String = - "personaOnLightOliveSurfaceAccentGradientActive" - - public val personaOnLightSeaBlueSurfaceAccentGradientActive: String = - "personaOnLightSeaBlueSurfaceAccentGradientActive" - - /** - * Яркий фон для скелетона - */ - public val surfaceInverseSkeletonDeepGradientHover: String = - "surfaceInverseSkeletonDeepGradientHover" - - /** - * Инвертированный акцентный цвет обводки с градиентом - */ - public val outlineInverseAccentGradient: String = "outlineInverseAccentGradient" - - /** - * Акцентный цвет обводки с градиентом на светлом фоне - */ - public val outlineOnLightAccentGradientHover: String = "outlineOnLightAccentGradientHover" - - public val personaInverseIndigoSurfaceAccentGradientHover: String = - "personaInverseIndigoSurfaceAccentGradientHover" - - public val personaOnLightSeaBlueSurfaceAccentGradient: String = - "personaOnLightSeaBlueSurfaceAccentGradient" - - /** - * Акцентный цвет обводки с градиентом - */ - public val outlineDefaultAccentGradientActive: String = "outlineDefaultAccentGradientActive" - - public val personaOnLightVioletSurfaceAccentGradientHover: String = - "personaOnLightVioletSurfaceAccentGradientHover" - - /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне - */ - public val surfaceOnDarkAccentGradient: String = "surfaceOnDarkAccentGradient" - - /** - * Акцентный фон поверхности/контрола с градиентом - */ - public val surfaceDefaultAccentGradientHover: String = "surfaceDefaultAccentGradientHover" - - /** - * Акцентный фон поверхности/контрола с градиентом - */ - public val surfaceDefaultAccentGradientActive: String = "surfaceDefaultAccentGradientActive" - - public val personaOnLightBlueSurfaceAccentGradientActive: String = - "personaOnLightBlueSurfaceAccentGradientActive" - - public val personaDefaultOchreSurfaceAccentGradientHover: String = - "personaDefaultOchreSurfaceAccentGradientHover" - - /** - * Фон для скелетона - */ - public val surfaceOnLightSkeletonGradientHover: String = "surfaceOnLightSkeletonGradientHover" - - /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне - */ - public val surfaceOnLightAccentGradientHover: String = "surfaceOnLightAccentGradientHover" - - public val personaDefaultIndigoSurfaceAccentGradientHover: String = - "personaDefaultIndigoSurfaceAccentGradientHover" - - public val personaDefaultBlueSurfaceAccentGradientHover: String = - "personaDefaultBlueSurfaceAccentGradientHover" - - public val outlineInverseTransparentSurfaceBrightness: String = - "outlineInverseTransparentSurfaceBrightness" - - public val outlineInverseTransparentSurface: String = "outlineInverseTransparentSurface" - - public val outlineInverseTransparentSurfaceHover: String = - "outlineInverseTransparentSurfaceHover" - - public val outlineInverseTransparentSurfaceActive: String = - "outlineInverseTransparentSurfaceActive" + /** + * On Dark Personas Pink Surface Accent Gradient + */ + public val personasOnDarkPinkSurfaceAccentGradient: String = + "personasOnDarkPinkSurfaceAccentGradient" /** - * Переопределяет аттрибут градиента. - */ - public infix fun String.overrideBy(gradient: List) { - _overrideMap[this] = gradient - } -} - -internal val LocalSddsSbComGradients: ProvidableCompositionLocal = - staticCompositionLocalOf { - lightSddsSbComGradients() - } - -private fun MutableMap>.add( - attribute: String, - defaultTokenValue: List, - overwriteMap: Map>, -) { - this[attribute] = overwriteMap[attribute] ?: defaultTokenValue -} - -/** - * Градиенты [SddsSbComGradients] для светлой темы - */ -@Suppress("LongMethod") -public fun lightSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> Unit = {}): SddsSbComGradients { - val gradientOverrideScope = GradientOverrideScope() - overrideGradients.invoke(gradientOverrideScope) - val overwrite = gradientOverrideScope.overrideMap - val initial = mutableMapOf>() - initial.add( - "surfaceOnDarkAccentGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkAccentGradientBrightness.colors, - LightGradientTokens.SurfaceOnDarkAccentGradientBrightness.positions, - LightGradientTokens.SurfaceOnDarkAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkTransparentSurfaceBrightness", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkTransparentSurfaceBrightness.colors, - LightGradientTokens.OutlineOnDarkTransparentSurfaceBrightness.positions, - LightGradientTokens.OutlineOnDarkTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultAccentGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultAccentGradientBrightness.colors, - LightGradientTokens.SurfaceDefaultAccentGradientBrightness.positions, - LightGradientTokens.SurfaceDefaultAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInversePinkSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInversePinkSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInversePinkSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInversePinkSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "textDefaultAccentGradientAiBrightness", - listOf( - linearGradient( - LightGradientTokens.TextDefaultAccentGradientAiBrightness.colors, - LightGradientTokens.TextDefaultAccentGradientAiBrightness.positions, - LightGradientTokens.TextDefaultAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightAccentGradientBrightness.colors, - LightGradientTokens.SurfaceOnLightAccentGradientBrightness.positions, - LightGradientTokens.SurfaceOnLightAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultGreenSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnDarkAccentGradientAiBrightness", - listOf( - linearGradient( - LightGradientTokens.TextOnDarkAccentGradientAiBrightness.colors, - LightGradientTokens.TextOnDarkAccentGradientAiBrightness.positions, - LightGradientTokens.TextOnDarkAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnLightAccentGradientAiBrightness", - listOf( - linearGradient( - LightGradientTokens.TextOnLightAccentGradientAiBrightness.colors, - LightGradientTokens.TextOnLightAccentGradientAiBrightness.positions, - LightGradientTokens.TextOnLightAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseAccentGradientBrightness.colors, - LightGradientTokens.SurfaceInverseAccentGradientBrightness.positions, - LightGradientTokens.SurfaceInverseAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAiBrightness", - listOf( - linearGradient( - LightGradientTokens.TextInverseAccentGradientAiBrightness.colors, - LightGradientTokens.TextInverseAccentGradientAiBrightness.positions, - LightGradientTokens.TextInverseAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnLightGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.OverlayOnLightGradientBrightness.colors, - LightGradientTokens.OverlayOnLightGradientBrightness.positions, - LightGradientTokens.OverlayOnLightGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultTransparentSurfaceBrightness", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurfaceBrightness.colors, - LightGradientTokens.OutlineDefaultTransparentSurfaceBrightness.positions, - LightGradientTokens.OutlineDefaultTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayDefaultGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.OverlayDefaultGradientBrightness.colors, - LightGradientTokens.OverlayDefaultGradientBrightness.positions, - LightGradientTokens.OverlayDefaultGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnDarkGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.OverlayOnDarkGradientBrightness.colors, - LightGradientTokens.OverlayOnDarkGradientBrightness.positions, - LightGradientTokens.OverlayOnDarkGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayInverseGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.OverlayInverseGradientBrightness.colors, - LightGradientTokens.OverlayInverseGradientBrightness.positions, - LightGradientTokens.OverlayInverseGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightTransparentSurfaceBrightness", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightTransparentSurfaceBrightness.colors, - LightGradientTokens.OutlineOnLightTransparentSurfaceBrightness.positions, - LightGradientTokens.OutlineOnLightTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultAccentGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultAccentGradient.colors, - LightGradientTokens.SurfaceDefaultAccentGradient.positions, - LightGradientTokens.SurfaceDefaultAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultSkeletonGradient.colors, - LightGradientTokens.SurfaceDefaultSkeletonGradient.positions, - LightGradientTokens.SurfaceDefaultSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultSkeletonGradientHover.colors, - LightGradientTokens.SurfaceDefaultSkeletonGradientHover.positions, - LightGradientTokens.SurfaceDefaultSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultSkeletonGradientActive.colors, - LightGradientTokens.SurfaceDefaultSkeletonGradientActive.positions, - LightGradientTokens.SurfaceDefaultSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonDeepGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultSkeletonDeepGradient.colors, - LightGradientTokens.SurfaceDefaultSkeletonDeepGradient.positions, - LightGradientTokens.SurfaceDefaultSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonDeepGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultSkeletonDeepGradientHover.colors, - LightGradientTokens.SurfaceDefaultSkeletonDeepGradientHover.positions, - LightGradientTokens.SurfaceDefaultSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkAccentGradientHover.colors, - LightGradientTokens.SurfaceOnDarkAccentGradientHover.positions, - LightGradientTokens.SurfaceOnDarkAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonDeepGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultSkeletonDeepGradientActive.colors, - LightGradientTokens.SurfaceDefaultSkeletonDeepGradientActive.positions, - LightGradientTokens.SurfaceDefaultSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkAccentGradientActive.colors, - LightGradientTokens.SurfaceOnDarkAccentGradientActive.positions, - LightGradientTokens.SurfaceOnDarkAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkSkeletonGradient.colors, - LightGradientTokens.SurfaceOnDarkSkeletonGradient.positions, - LightGradientTokens.SurfaceOnDarkSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkSkeletonGradientHover.colors, - LightGradientTokens.SurfaceOnDarkSkeletonGradientHover.positions, - LightGradientTokens.SurfaceOnDarkSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkSkeletonGradientActive.colors, - LightGradientTokens.SurfaceOnDarkSkeletonGradientActive.positions, - LightGradientTokens.SurfaceOnDarkSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonDeepGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradient.colors, - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradient.positions, - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonDeepGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradientHover.colors, - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradientHover.positions, - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonDeepGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradientActive.colors, - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradientActive.positions, - LightGradientTokens.SurfaceOnDarkSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightAccentGradientActive.colors, - LightGradientTokens.SurfaceOnLightAccentGradientActive.positions, - LightGradientTokens.SurfaceOnLightAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonDeepGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightSkeletonDeepGradientActive.colors, - LightGradientTokens.SurfaceOnLightSkeletonDeepGradientActive.positions, - LightGradientTokens.SurfaceOnLightSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonDeepGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightSkeletonDeepGradientHover.colors, - LightGradientTokens.SurfaceOnLightSkeletonDeepGradientHover.positions, - LightGradientTokens.SurfaceOnLightSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseAccentGradientHover.colors, - LightGradientTokens.SurfaceInverseAccentGradientHover.positions, - LightGradientTokens.SurfaceInverseAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseAccentGradientActive.colors, - LightGradientTokens.SurfaceInverseAccentGradientActive.positions, - LightGradientTokens.SurfaceInverseAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseAccentGradient.colors, - LightGradientTokens.SurfaceInverseAccentGradient.positions, - LightGradientTokens.SurfaceInverseAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseSkeletonGradient.colors, - LightGradientTokens.SurfaceInverseSkeletonGradient.positions, - LightGradientTokens.SurfaceInverseSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseSkeletonGradientHover.colors, - LightGradientTokens.SurfaceInverseSkeletonGradientHover.positions, - LightGradientTokens.SurfaceInverseSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseSkeletonGradientActive.colors, - LightGradientTokens.SurfaceInverseSkeletonGradientActive.positions, - LightGradientTokens.SurfaceInverseSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonDeepGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseSkeletonDeepGradient.colors, - LightGradientTokens.SurfaceInverseSkeletonDeepGradient.positions, - LightGradientTokens.SurfaceInverseSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightAccentGradient.colors, - LightGradientTokens.SurfaceOnLightAccentGradient.positions, - LightGradientTokens.SurfaceOnLightAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightSkeletonGradient.colors, - LightGradientTokens.SurfaceOnLightSkeletonGradient.positions, - LightGradientTokens.SurfaceOnLightSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightSkeletonGradientActive.colors, - LightGradientTokens.SurfaceOnLightSkeletonGradientActive.positions, - LightGradientTokens.SurfaceOnLightSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonDeepGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightSkeletonDeepGradient.colors, - LightGradientTokens.SurfaceOnLightSkeletonDeepGradient.positions, - LightGradientTokens.SurfaceOnLightSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultAccentGradient", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultAccentGradient.colors, - LightGradientTokens.OutlineDefaultAccentGradient.positions, - LightGradientTokens.OutlineDefaultAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkAccentGradientHover.colors, - LightGradientTokens.OutlineOnDarkAccentGradientHover.positions, - LightGradientTokens.OutlineOnDarkAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkAccentGradientActive.colors, - LightGradientTokens.OutlineOnDarkAccentGradientActive.positions, - LightGradientTokens.OutlineOnDarkAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkAccentGradient", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkAccentGradient.colors, - LightGradientTokens.OutlineOnDarkAccentGradient.positions, - LightGradientTokens.OutlineOnDarkAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonDeepGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseSkeletonDeepGradientActive.colors, - LightGradientTokens.SurfaceInverseSkeletonDeepGradientActive.positions, - LightGradientTokens.SurfaceInverseSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultAccentGradientHover.colors, - LightGradientTokens.OutlineDefaultAccentGradientHover.positions, - LightGradientTokens.OutlineDefaultAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightAccentGradient", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightAccentGradient.colors, - LightGradientTokens.OutlineOnLightAccentGradient.positions, - LightGradientTokens.OutlineOnLightAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.OutlineInverseAccentGradientHover.colors, - LightGradientTokens.OutlineInverseAccentGradientHover.positions, - LightGradientTokens.OutlineInverseAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.OutlineInverseAccentGradientActive.colors, - LightGradientTokens.OutlineInverseAccentGradientActive.positions, - LightGradientTokens.OutlineInverseAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightAccentGradientActive.colors, - LightGradientTokens.OutlineOnLightAccentGradientActive.positions, - LightGradientTokens.OutlineOnLightAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultGreenSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultGreenSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultGreenSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultIndigoSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultIndigoSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultOchreSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultOchreSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultOliveSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultOliveSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultOliveSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultOliveSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultPinkSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultPinkSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultPinkSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultPinkSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultSeaBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultVioletSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultVioletSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultVioletSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaDefaultVioletSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseGreenSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseGreenSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseGreenSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseGreenSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseIndigoSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseIndigoSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseOchreSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseOchreSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultSeaBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultSeaBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseOliveSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInversePinkSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInversePinkSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInversePinkSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInversePinkSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInversePinkSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInversePinkSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInversePinkSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInversePinkSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseSeaBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseSeaBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseSeaBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseVioletSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseVioletSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseVioletSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaInverseVioletSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkGreenSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkGreenSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkGreenSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseOliveSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseOliveSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseOliveSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkIndigoSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseOchreSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradient.colors, - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradient.positions, - LightGradientTokens.PersonaInverseOchreSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkOchreSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkOchreSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkOliveSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkOliveSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkOliveSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkPinkSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkPinkSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkPinkSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkSeaBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkSeaBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkSeaBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkVioletSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkVioletSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkVioletSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkIndigoSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkIndigoSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightGreenSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightGreenSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightGreenSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightGreenSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightIndigoSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightIndigoSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightIndigoSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOchreSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOchreSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOchreSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightOchreSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnDarkOchreSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnDarkOchreSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOliveSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightPinkSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightPinkSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightVioletSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightVioletSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkTransparentSurfaceActive", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkTransparentSurfaceActive.colors, - LightGradientTokens.OutlineOnDarkTransparentSurfaceActive.positions, - LightGradientTokens.OutlineOnDarkTransparentSurfaceActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightTransparentSurface", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightTransparentSurface.colors, - LightGradientTokens.OutlineOnLightTransparentSurface.positions, - LightGradientTokens.OutlineOnLightTransparentSurface.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightTransparentSurfaceHover", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightTransparentSurfaceHover.colors, - LightGradientTokens.OutlineOnLightTransparentSurfaceHover.positions, - LightGradientTokens.OutlineOnLightTransparentSurfaceHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightTransparentSurfaceActive", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightTransparentSurfaceActive.colors, - LightGradientTokens.OutlineOnLightTransparentSurfaceActive.positions, - LightGradientTokens.OutlineOnLightTransparentSurfaceActive.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayInverseGradient", - listOf( - linearGradient( - LightGradientTokens.OverlayInverseGradient.colors, - LightGradientTokens.OverlayInverseGradient.positions, - LightGradientTokens.OverlayInverseGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "textDefaultAccentGradientAi", - listOf( - linearGradient( - LightGradientTokens.TextDefaultAccentGradientAi.colors, - LightGradientTokens.TextDefaultAccentGradientAi.positions, - LightGradientTokens.TextDefaultAccentGradientAi.angle, - ), - ), - overwrite, - ) - initial.add( - "textDefaultAccentGradientAiHover", - listOf( - linearGradient( - LightGradientTokens.TextDefaultAccentGradientAiHover.colors, - LightGradientTokens.TextDefaultAccentGradientAiHover.positions, - LightGradientTokens.TextDefaultAccentGradientAiHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAi", - listOf( - linearGradient( - LightGradientTokens.TextInverseAccentGradientAi.colors, - LightGradientTokens.TextInverseAccentGradientAi.positions, - LightGradientTokens.TextInverseAccentGradientAi.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAiHover", - listOf( - linearGradient( - LightGradientTokens.TextInverseAccentGradientAiHover.colors, - LightGradientTokens.TextInverseAccentGradientAiHover.positions, - LightGradientTokens.TextInverseAccentGradientAiHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAiActive", - listOf( - linearGradient( - LightGradientTokens.TextInverseAccentGradientAiActive.colors, - LightGradientTokens.TextInverseAccentGradientAiActive.positions, - LightGradientTokens.TextInverseAccentGradientAiActive.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnDarkAccentGradientAi", - listOf( - linearGradient( - LightGradientTokens.TextOnDarkAccentGradientAi.colors, - LightGradientTokens.TextOnDarkAccentGradientAi.positions, - LightGradientTokens.TextOnDarkAccentGradientAi.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnDarkAccentGradientAiHover", - listOf( - linearGradient( - LightGradientTokens.TextOnDarkAccentGradientAiHover.colors, - LightGradientTokens.TextOnDarkAccentGradientAiHover.positions, - LightGradientTokens.TextOnDarkAccentGradientAiHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnDarkAccentGradientAiActive", - listOf( - linearGradient( - LightGradientTokens.TextOnDarkAccentGradientAiActive.colors, - LightGradientTokens.TextOnDarkAccentGradientAiActive.positions, - LightGradientTokens.TextOnDarkAccentGradientAiActive.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnLightAccentGradientAi", - listOf( - linearGradient( - LightGradientTokens.TextOnLightAccentGradientAi.colors, - LightGradientTokens.TextOnLightAccentGradientAi.positions, - LightGradientTokens.TextOnLightAccentGradientAi.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnLightAccentGradientAiHover", - listOf( - linearGradient( - LightGradientTokens.TextOnLightAccentGradientAiHover.colors, - LightGradientTokens.TextOnLightAccentGradientAiHover.positions, - LightGradientTokens.TextOnLightAccentGradientAiHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnLightAccentGradientAiActive", - listOf( - linearGradient( - LightGradientTokens.TextOnLightAccentGradientAiActive.colors, - LightGradientTokens.TextOnLightAccentGradientAiActive.positions, - LightGradientTokens.TextOnLightAccentGradientAiActive.angle, - ), - ), - overwrite, - ) - initial.add( - "textDefaultAccentGradientAiActive", - listOf( - linearGradient( - LightGradientTokens.TextDefaultAccentGradientAiActive.colors, - LightGradientTokens.TextDefaultAccentGradientAiActive.positions, - LightGradientTokens.TextDefaultAccentGradientAiActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkTransparentSurface", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkTransparentSurface.colors, - LightGradientTokens.OutlineOnDarkTransparentSurface.positions, - LightGradientTokens.OutlineOnDarkTransparentSurface.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkTransparentSurfaceHover", - listOf( - linearGradient( - LightGradientTokens.OutlineOnDarkTransparentSurfaceHover.colors, - LightGradientTokens.OutlineOnDarkTransparentSurfaceHover.positions, - LightGradientTokens.OutlineOnDarkTransparentSurfaceHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOliveSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnLightGradientActive", - listOf( - linearGradient( - LightGradientTokens.OverlayOnLightGradientActive.colors, - LightGradientTokens.OverlayOnLightGradientActive.positions, - LightGradientTokens.OverlayOnLightGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultTransparentSurface", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurface.colors, - LightGradientTokens.OutlineDefaultTransparentSurface.positions, - LightGradientTokens.OutlineDefaultTransparentSurface.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultTransparentSurfaceHover", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurfaceHover.colors, - LightGradientTokens.OutlineDefaultTransparentSurfaceHover.positions, - LightGradientTokens.OutlineDefaultTransparentSurfaceHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultTransparentSurfaceActive", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurfaceActive.colors, - LightGradientTokens.OutlineDefaultTransparentSurfaceActive.positions, - LightGradientTokens.OutlineDefaultTransparentSurfaceActive.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayDefaultGradient", - listOf( - linearGradient( - LightGradientTokens.OverlayDefaultGradient.colors, - LightGradientTokens.OverlayDefaultGradient.positions, - LightGradientTokens.OverlayDefaultGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayDefaultGradientHover", - listOf( - linearGradient( - LightGradientTokens.OverlayDefaultGradientHover.colors, - LightGradientTokens.OverlayDefaultGradientHover.positions, - LightGradientTokens.OverlayDefaultGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayDefaultGradientActive", - listOf( - linearGradient( - LightGradientTokens.OverlayDefaultGradientActive.colors, - LightGradientTokens.OverlayDefaultGradientActive.positions, - LightGradientTokens.OverlayDefaultGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnDarkGradient", - listOf( - linearGradient( - LightGradientTokens.OverlayOnDarkGradient.colors, - LightGradientTokens.OverlayOnDarkGradient.positions, - LightGradientTokens.OverlayOnDarkGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnDarkGradientHover", - listOf( - linearGradient( - LightGradientTokens.OverlayOnDarkGradientHover.colors, - LightGradientTokens.OverlayOnDarkGradientHover.positions, - LightGradientTokens.OverlayOnDarkGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnDarkGradientActive", - listOf( - linearGradient( - LightGradientTokens.OverlayOnDarkGradientActive.colors, - LightGradientTokens.OverlayOnDarkGradientActive.positions, - LightGradientTokens.OverlayOnDarkGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayInverseGradientActive", - listOf( - linearGradient( - LightGradientTokens.OverlayInverseGradientActive.colors, - LightGradientTokens.OverlayInverseGradientActive.positions, - LightGradientTokens.OverlayInverseGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayInverseGradientHover", - listOf( - linearGradient( - LightGradientTokens.OverlayInverseGradientHover.colors, - LightGradientTokens.OverlayInverseGradientHover.positions, - LightGradientTokens.OverlayInverseGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnLightGradient", - listOf( - linearGradient( - LightGradientTokens.OverlayOnLightGradient.colors, - LightGradientTokens.OverlayOnLightGradient.positions, - LightGradientTokens.OverlayOnLightGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightPinkSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightPinkSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightSeaBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnLightGradientHover", - listOf( - linearGradient( - LightGradientTokens.OverlayOnLightGradientHover.colors, - LightGradientTokens.OverlayOnLightGradientHover.positions, - LightGradientTokens.OverlayOnLightGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOliveSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightOliveSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightSeaBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonDeepGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceInverseSkeletonDeepGradientHover.colors, - LightGradientTokens.SurfaceInverseSkeletonDeepGradientHover.positions, - LightGradientTokens.SurfaceInverseSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseAccentGradient", - listOf( - linearGradient( - LightGradientTokens.OutlineInverseAccentGradient.colors, - LightGradientTokens.OutlineInverseAccentGradient.positions, - LightGradientTokens.OutlineInverseAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightAccentGradientHover.colors, - LightGradientTokens.OutlineOnLightAccentGradientHover.positions, - LightGradientTokens.OutlineOnLightAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInverseIndigoSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaInverseIndigoSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightSeaBlueSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradient.colors, - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradient.positions, - LightGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultAccentGradientActive.colors, - LightGradientTokens.OutlineDefaultAccentGradientActive.positions, - LightGradientTokens.OutlineDefaultAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightVioletSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaOnLightVioletSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkAccentGradient", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnDarkAccentGradient.colors, - LightGradientTokens.SurfaceOnDarkAccentGradient.positions, - LightGradientTokens.SurfaceOnDarkAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultAccentGradientHover.colors, - LightGradientTokens.SurfaceDefaultAccentGradientHover.positions, - LightGradientTokens.SurfaceDefaultAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.SurfaceDefaultAccentGradientActive.colors, - LightGradientTokens.SurfaceDefaultAccentGradientActive.positions, - LightGradientTokens.SurfaceDefaultAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradientActive.colors, - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradientActive.positions, - LightGradientTokens.PersonaOnLightBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultOchreSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultOchreSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightSkeletonGradientHover.colors, - LightGradientTokens.SurfaceOnLightSkeletonGradientHover.positions, - LightGradientTokens.SurfaceOnLightSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.SurfaceOnLightAccentGradientHover.colors, - LightGradientTokens.SurfaceOnLightAccentGradientHover.positions, - LightGradientTokens.SurfaceOnLightAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultIndigoSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradientHover.colors, - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradientHover.positions, - LightGradientTokens.PersonaDefaultBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseTransparentSurfaceBrightness", - listOf( - linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurfaceBrightness.colors, - DarkGradientTokens.OutlineInverseTransparentSurfaceBrightness.positions, - DarkGradientTokens.OutlineInverseTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseTransparentSurface", - listOf( - linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurface.colors, - DarkGradientTokens.OutlineInverseTransparentSurface.positions, - DarkGradientTokens.OutlineInverseTransparentSurface.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseTransparentSurfaceHover", - listOf( - linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurfaceHover.colors, - DarkGradientTokens.OutlineInverseTransparentSurfaceHover.positions, - DarkGradientTokens.OutlineInverseTransparentSurfaceHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseTransparentSurfaceActive", - listOf( - linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurfaceActive.colors, - DarkGradientTokens.OutlineInverseTransparentSurfaceActive.positions, - DarkGradientTokens.OutlineInverseTransparentSurfaceActive.angle, - ), - ), - overwrite, - ) - return SddsSbComGradients(initial) -} - -/** - * Градиенты [SddsSbComGradients] для темной темы - */ -@Suppress("LongMethod") -public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> Unit = {}): SddsSbComGradients { - val gradientOverrideScope = GradientOverrideScope() - overrideGradients.invoke(gradientOverrideScope) - val overwrite = gradientOverrideScope.overrideMap - val initial = mutableMapOf>() - initial.add( - "surfaceOnDarkAccentGradientBrightness", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkAccentGradientBrightness.colors, - DarkGradientTokens.SurfaceOnDarkAccentGradientBrightness.positions, - DarkGradientTokens.SurfaceOnDarkAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkTransparentSurfaceBrightness", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnDarkTransparentSurfaceBrightness.colors, - DarkGradientTokens.OutlineOnDarkTransparentSurfaceBrightness.positions, - DarkGradientTokens.OutlineOnDarkTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultAccentGradientBrightness", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultAccentGradientBrightness.colors, - DarkGradientTokens.SurfaceDefaultAccentGradientBrightness.positions, - DarkGradientTokens.SurfaceDefaultAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "personaInversePinkSurfaceAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "textDefaultAccentGradientAiBrightness", - listOf( - linearGradient( - DarkGradientTokens.TextDefaultAccentGradientAiBrightness.colors, - DarkGradientTokens.TextDefaultAccentGradientAiBrightness.positions, - DarkGradientTokens.TextDefaultAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradientBrightness", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightAccentGradientBrightness.colors, - DarkGradientTokens.SurfaceOnLightAccentGradientBrightness.positions, - DarkGradientTokens.SurfaceOnLightAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultGreenSurfaceAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnDarkAccentGradientAiBrightness", - listOf( - linearGradient( - DarkGradientTokens.TextOnDarkAccentGradientAiBrightness.colors, - DarkGradientTokens.TextOnDarkAccentGradientAiBrightness.positions, - DarkGradientTokens.TextOnDarkAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnLightAccentGradientAiBrightness", - listOf( - linearGradient( - DarkGradientTokens.TextOnLightAccentGradientAiBrightness.colors, - DarkGradientTokens.TextOnLightAccentGradientAiBrightness.positions, - DarkGradientTokens.TextOnLightAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradientBrightness", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseAccentGradientBrightness.colors, - DarkGradientTokens.SurfaceInverseAccentGradientBrightness.positions, - DarkGradientTokens.SurfaceInverseAccentGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAiBrightness", - listOf( - linearGradient( - DarkGradientTokens.TextInverseAccentGradientAiBrightness.colors, - DarkGradientTokens.TextInverseAccentGradientAiBrightness.positions, - DarkGradientTokens.TextInverseAccentGradientAiBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnLightGradientBrightness", - listOf( - linearGradient( - DarkGradientTokens.OverlayOnLightGradientBrightness.colors, - DarkGradientTokens.OverlayOnLightGradientBrightness.positions, - DarkGradientTokens.OverlayOnLightGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultTransparentSurfaceBrightness", - listOf( - linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurfaceBrightness.colors, - LightGradientTokens.OutlineDefaultTransparentSurfaceBrightness.positions, - LightGradientTokens.OutlineDefaultTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayDefaultGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.OverlayDefaultGradientBrightness.colors, - LightGradientTokens.OverlayDefaultGradientBrightness.positions, - LightGradientTokens.OverlayDefaultGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnDarkGradientBrightness", - listOf( - linearGradient( - LightGradientTokens.OverlayOnDarkGradientBrightness.colors, - LightGradientTokens.OverlayOnDarkGradientBrightness.positions, - LightGradientTokens.OverlayOnDarkGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayInverseGradientBrightness", - listOf( - linearGradient( - DarkGradientTokens.OverlayInverseGradientBrightness.colors, - DarkGradientTokens.OverlayInverseGradientBrightness.positions, - DarkGradientTokens.OverlayInverseGradientBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightTransparentSurfaceBrightness", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnLightTransparentSurfaceBrightness.colors, - DarkGradientTokens.OutlineOnLightTransparentSurfaceBrightness.positions, - DarkGradientTokens.OutlineOnLightTransparentSurfaceBrightness.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightBlueSurfaceAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultAccentGradient.colors, - DarkGradientTokens.SurfaceDefaultAccentGradient.positions, - DarkGradientTokens.SurfaceDefaultAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultSkeletonGradient.colors, - DarkGradientTokens.SurfaceDefaultSkeletonGradient.positions, - DarkGradientTokens.SurfaceDefaultSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultSkeletonGradientHover.colors, - DarkGradientTokens.SurfaceDefaultSkeletonGradientHover.positions, - DarkGradientTokens.SurfaceDefaultSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultSkeletonGradientActive.colors, - DarkGradientTokens.SurfaceDefaultSkeletonGradientActive.positions, - DarkGradientTokens.SurfaceDefaultSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonDeepGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradient.colors, - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradient.positions, - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonDeepGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradientHover.colors, - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradientHover.positions, - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkAccentGradientHover.colors, - DarkGradientTokens.SurfaceOnDarkAccentGradientHover.positions, - DarkGradientTokens.SurfaceOnDarkAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceDefaultSkeletonDeepGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradientActive.colors, - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradientActive.positions, - DarkGradientTokens.SurfaceDefaultSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkAccentGradientActive.colors, - DarkGradientTokens.SurfaceOnDarkAccentGradientActive.positions, - DarkGradientTokens.SurfaceOnDarkAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkSkeletonGradient.colors, - DarkGradientTokens.SurfaceOnDarkSkeletonGradient.positions, - DarkGradientTokens.SurfaceOnDarkSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkSkeletonGradientHover.colors, - DarkGradientTokens.SurfaceOnDarkSkeletonGradientHover.positions, - DarkGradientTokens.SurfaceOnDarkSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkSkeletonGradientActive.colors, - DarkGradientTokens.SurfaceOnDarkSkeletonGradientActive.positions, - DarkGradientTokens.SurfaceOnDarkSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonDeepGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradient.colors, - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradient.positions, - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonDeepGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradientHover.colors, - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradientHover.positions, - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnDarkSkeletonDeepGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradientActive.colors, - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradientActive.positions, - DarkGradientTokens.SurfaceOnDarkSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightAccentGradientActive.colors, - DarkGradientTokens.SurfaceOnLightAccentGradientActive.positions, - DarkGradientTokens.SurfaceOnLightAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonDeepGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradientActive.colors, - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradientActive.positions, - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonDeepGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradientHover.colors, - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradientHover.positions, - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseAccentGradientHover.colors, - DarkGradientTokens.SurfaceInverseAccentGradientHover.positions, - DarkGradientTokens.SurfaceInverseAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseAccentGradientActive.colors, - DarkGradientTokens.SurfaceInverseAccentGradientActive.positions, - DarkGradientTokens.SurfaceInverseAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseAccentGradient.colors, - DarkGradientTokens.SurfaceInverseAccentGradient.positions, - DarkGradientTokens.SurfaceInverseAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseSkeletonGradient.colors, - DarkGradientTokens.SurfaceInverseSkeletonGradient.positions, - DarkGradientTokens.SurfaceInverseSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonGradientHover", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseSkeletonGradientHover.colors, - DarkGradientTokens.SurfaceInverseSkeletonGradientHover.positions, - DarkGradientTokens.SurfaceInverseSkeletonGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseSkeletonGradientActive.colors, - DarkGradientTokens.SurfaceInverseSkeletonGradientActive.positions, - DarkGradientTokens.SurfaceInverseSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonDeepGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseSkeletonDeepGradient.colors, - DarkGradientTokens.SurfaceInverseSkeletonDeepGradient.positions, - DarkGradientTokens.SurfaceInverseSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightAccentGradient.colors, - DarkGradientTokens.SurfaceOnLightAccentGradient.positions, - DarkGradientTokens.SurfaceOnLightAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightSkeletonGradient.colors, - DarkGradientTokens.SurfaceOnLightSkeletonGradient.positions, - DarkGradientTokens.SurfaceOnLightSkeletonGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightSkeletonGradientActive.colors, - DarkGradientTokens.SurfaceOnLightSkeletonGradientActive.positions, - DarkGradientTokens.SurfaceOnLightSkeletonGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceOnLightSkeletonDeepGradient", - listOf( - linearGradient( - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradient.colors, - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradient.positions, - DarkGradientTokens.SurfaceOnLightSkeletonDeepGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.OutlineDefaultAccentGradient.colors, - DarkGradientTokens.OutlineDefaultAccentGradient.positions, - DarkGradientTokens.OutlineDefaultAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnDarkAccentGradientHover.colors, - DarkGradientTokens.OutlineOnDarkAccentGradientHover.positions, - DarkGradientTokens.OutlineOnDarkAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnDarkAccentGradientActive.colors, - DarkGradientTokens.OutlineOnDarkAccentGradientActive.positions, - DarkGradientTokens.OutlineOnDarkAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnDarkAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnDarkAccentGradient.colors, - DarkGradientTokens.OutlineOnDarkAccentGradient.positions, - DarkGradientTokens.OutlineOnDarkAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "surfaceInverseSkeletonDeepGradientActive", - listOf( - linearGradient( - DarkGradientTokens.SurfaceInverseSkeletonDeepGradientActive.colors, - DarkGradientTokens.SurfaceInverseSkeletonDeepGradientActive.positions, - DarkGradientTokens.SurfaceInverseSkeletonDeepGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineDefaultAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.OutlineDefaultAccentGradientHover.colors, - DarkGradientTokens.OutlineDefaultAccentGradientHover.positions, - DarkGradientTokens.OutlineDefaultAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnLightAccentGradient.colors, - DarkGradientTokens.OutlineOnLightAccentGradient.positions, - DarkGradientTokens.OutlineOnLightAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.OutlineInverseAccentGradientHover.colors, - DarkGradientTokens.OutlineInverseAccentGradientHover.positions, - DarkGradientTokens.OutlineInverseAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineInverseAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.OutlineInverseAccentGradientActive.colors, - DarkGradientTokens.OutlineInverseAccentGradientActive.positions, - DarkGradientTokens.OutlineInverseAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "outlineOnLightAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnLightAccentGradientActive.colors, - DarkGradientTokens.OutlineOnLightAccentGradientActive.positions, - DarkGradientTokens.OutlineOnLightAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultBlueSurfaceAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultGreenSurfaceAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) - initial.add( - "personaDefaultGreenSurfaceAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultGreenSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) + * On Dark Text Accent Gradient AI + */ + public val textOnDarkAccentGradientAI: String = "textOnDarkAccentGradientAI" + + /** + * On Dark Personas Green Surface Accent Gradient + */ + public val personasOnDarkGreenSurfaceAccentGradient: String = + "personasOnDarkGreenSurfaceAccentGradient" + + /** + * Personas Olive Surface Accent Gradient + */ + public val personasDefaultOliveSurfaceAccentGradient: String = + "personasDefaultOliveSurfaceAccentGradient" + + /** + * Personas Indigo Surface Accent Gradient + */ + public val personasDefaultIndigoSurfaceAccentGradient: String = + "personasDefaultIndigoSurfaceAccentGradient" + + /** + * Text Accent Gradient AI + */ + public val textDefaultAccentGradientAI: String = "textDefaultAccentGradientAI" + + /** + * On Dark Surface Accent Gradient Secondary + */ + public val surfaceOnDarkAccentGradientSecondary: String = "surfaceOnDarkAccentGradientSecondary" + + /** + * Personas Blue Surface Accent Gradient + */ + public val personasDefaultBlueSurfaceAccentGradient: String = + "personasDefaultBlueSurfaceAccentGradient" + + /** + * Inverse Personas Violet Surface Accent Gradient + */ + public val personasInverseVioletSurfaceAccentGradient: String = + "personasInverseVioletSurfaceAccentGradient" + + /** + * On Light Surface Accent Gradient Secondary + */ + public val surfaceOnLightAccentGradientSecondary: String = + "surfaceOnLightAccentGradientSecondary" + + /** + * On Light Personas Green Surface Accent Gradient + */ + public val personasOnLightGreenSurfaceAccentGradient: String = + "personasOnLightGreenSurfaceAccentGradient" + + /** + * On Dark Personas Olive Surface Accent Gradient + */ + public val personasOnDarkOliveSurfaceAccentGradient: String = + "personasOnDarkOliveSurfaceAccentGradient" + + /** + * Акцентный фон поверхности/контрола с градиентом + */ + public val surfaceDefaultAccentGradient: String = "surfaceDefaultAccentGradient" + + /** + * Акцентный минорный фон поверхности/контрола с градиентом + */ + public val surfaceDefaultAccentMinorGradient: String = "surfaceDefaultAccentMinorGradient" + + /** + * Акцентный фон поверхности/контрола с градиентом на темном фоне + */ + public val surfaceOnDarkAccentGradient: String = "surfaceOnDarkAccentGradient" + + /** + * Акцентный минорный фон поверхности/контрола с градиентом на темном фоне + */ + public val surfaceOnDarkAccentMinorGradient: String = "surfaceOnDarkAccentMinorGradient" + + /** + * Акцентный фон поверхности/контрола с градиентом на светлом фоне + */ + public val surfaceOnLightAccentGradient: String = "surfaceOnLightAccentGradient" + + /** + * Акцентный минорный фон поверхности/контрола с градиентом на светлом фоне + */ + public val surfaceOnLightAccentMinorGradient: String = "surfaceOnLightAccentMinorGradient" + + /** + * Инвертированный акцентный фон поверхности/контрола с градиентом + */ + public val surfaceInverseAccentGradient: String = "surfaceInverseAccentGradient" + + /** + * Инвертированный акцентный минорный фон поверхности/контрола с градиентом + */ + public val surfaceInverseAccentMinorGradient: String = "surfaceInverseAccentMinorGradient" + + /** + * Переопределяет аттрибут градиента. + */ + public infix fun String.overrideBy(gradient: List) { + _overrideMap[this] = gradient + } +} + +internal val LocalSddsSbComGradients: ProvidableCompositionLocal = + staticCompositionLocalOf { + lightSddsSbComGradients() + } + +private fun MutableMap>.add( + attribute: String, + defaultTokenValue: List, + overwriteMap: Map>, +) { + this[attribute] = overwriteMap[attribute] ?: defaultTokenValue +} + +/** + * Градиенты [SddsSbComGradients] для светлой темы + */ +@Suppress("LongMethod") +public fun lightSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> Unit = {}): SddsSbComGradients { + val gradientOverrideScope = GradientOverrideScope() + overrideGradients.invoke(gradientOverrideScope) + val overwrite = gradientOverrideScope.overrideMap + val initial = mutableMapOf>() initial.add( - "personaDefaultIndigoSurfaceAccentGradient", + "personasOnDarkIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnDarkIndigoSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkIndigoSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultIndigoSurfaceAccentGradientActive", + "outlineOnLightWhiteGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientActive.angle, + LightGradientTokens.OutlineOnLightWhiteGradient.colors, + LightGradientTokens.OutlineOnLightWhiteGradient.positions, + LightGradientTokens.OutlineOnLightWhiteGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultOchreSurfaceAccentGradient", + "personasOnDarkBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnDarkBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultOchreSurfaceAccentGradientActive", + "personasInverseIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasInverseIndigoSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseIndigoSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultOliveSurfaceAccentGradient", + "outlineDefaultWhiteGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradient.angle, + LightGradientTokens.OutlineDefaultWhiteGradient.colors, + LightGradientTokens.OutlineDefaultWhiteGradient.positions, + LightGradientTokens.OutlineDefaultWhiteGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultOliveSurfaceAccentGradientHover", + "personasDefaultGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasDefaultGreenSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultGreenSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultOliveSurfaceAccentGradientActive", + "personasInverseSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultOliveSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasInverseSeaBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseSeaBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultPinkSurfaceAccentGradient", + "personasOnLightPinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnLightPinkSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightPinkSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightPinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultPinkSurfaceAccentGradientHover", + "textInverseAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradientHover.angle, + LightGradientTokens.TextInverseAccentGradientAI.colors, + LightGradientTokens.TextInverseAccentGradientAI.positions, + LightGradientTokens.TextInverseAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "personaDefaultPinkSurfaceAccentGradientActive", + "personasOnDarkOchreSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultPinkSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasOnDarkOchreSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkOchreSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultBlueSurfaceAccentGradient", + "personasDefaultSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradient.angle, + LightGradientTokens.PersonasDefaultSeaBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultSeaBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultSeaBlueSurfaceAccentGradientActive", + "personasInversePinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasInversePinkSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInversePinkSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInversePinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultVioletSurfaceAccentGradient", + "surfaceOnLightSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradient.angle, + LightGradientTokens.SurfaceOnLightSkeletonGradient.colors, + LightGradientTokens.SurfaceOnLightSkeletonGradient.positions, + LightGradientTokens.SurfaceOnLightSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultVioletSurfaceAccentGradientHover", + "personasInverseOchreSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasInverseOchreSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseOchreSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultVioletSurfaceAccentGradientActive", + "backgroundDarkGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaDefaultVioletSurfaceAccentGradientActive.angle, + LightGradientTokens.BackgroundDarkGradient.colors, + LightGradientTokens.BackgroundDarkGradient.positions, + LightGradientTokens.BackgroundDarkGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseBlueSurfaceAccentGradient", + "personasOnDarkSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnDarkSeaBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkSeaBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseBlueSurfaceAccentGradientHover", + "surfaceOnDarkSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradientHover.angle, + LightGradientTokens.SurfaceOnDarkSkeletonGradient.colors, + LightGradientTokens.SurfaceOnDarkSkeletonGradient.positions, + LightGradientTokens.SurfaceOnDarkSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseBlueSurfaceAccentGradientActive", + "backgroundInverseGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseBlueSurfaceAccentGradientActive.angle, + LightGradientTokens.BackgroundInverseGradient.colors, + LightGradientTokens.BackgroundInverseGradient.positions, + LightGradientTokens.BackgroundInverseGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseGreenSurfaceAccentGradient", + "overlayInverseGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradient.angle, + LightGradientTokens.OverlayInverseGradient.colors, + LightGradientTokens.OverlayInverseGradient.positions, + LightGradientTokens.OverlayInverseGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseGreenSurfaceAccentGradientHover", + "personasDefaultPinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasDefaultPinkSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultPinkSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultPinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseGreenSurfaceAccentGradientActive", + "personasOnLightOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseGreenSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasOnLightOliveSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightOliveSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseIndigoSurfaceAccentGradient", + "surfaceInverseAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradient.angle, + LightGradientTokens.SurfaceInverseAccentGradientSecondary.colors, + LightGradientTokens.SurfaceInverseAccentGradientSecondary.positions, + LightGradientTokens.SurfaceInverseAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "personaInverseIndigoSurfaceAccentGradientActive", + "textOnLightAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradientActive.angle, + LightGradientTokens.TextOnLightAccentGradientAI.colors, + LightGradientTokens.TextOnLightAccentGradientAI.positions, + LightGradientTokens.TextOnLightAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "personaInverseOchreSurfaceAccentGradientHover", + "backgroundLightGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradientHover.angle, + LightGradientTokens.BackgroundLightGradient.colors, + LightGradientTokens.BackgroundLightGradient.positions, + LightGradientTokens.BackgroundLightGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseOchreSurfaceAccentGradientActive", + "surfaceDefaultSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradientActive.angle, + LightGradientTokens.SurfaceDefaultSkeletonGradient.colors, + LightGradientTokens.SurfaceDefaultSkeletonGradient.positions, + LightGradientTokens.SurfaceDefaultSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultSeaBlueSurfaceAccentGradient", + "overlayDefaultGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradient.angle, + LightGradientTokens.OverlayDefaultGradient.colors, + LightGradientTokens.OverlayDefaultGradient.positions, + LightGradientTokens.OverlayDefaultGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultSeaBlueSurfaceAccentGradientHover", + "overlayOnDarkGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultSeaBlueSurfaceAccentGradientHover.angle, + LightGradientTokens.OverlayOnDarkGradient.colors, + LightGradientTokens.OverlayOnDarkGradient.positions, + LightGradientTokens.OverlayOnDarkGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseOliveSurfaceAccentGradientActive", + "backgroundDefaultGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradientActive.angle, + LightGradientTokens.BackgroundDefaultGradient.colors, + LightGradientTokens.BackgroundDefaultGradient.positions, + LightGradientTokens.BackgroundDefaultGradient.angle, ), ), overwrite, ) initial.add( - "personaInversePinkSurfaceAccentGradient", + "personasOnDarkVioletSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnDarkVioletSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkVioletSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInversePinkSurfaceAccentGradientHover", + "surfaceInverseSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInversePinkSurfaceAccentGradientHover.angle, + LightGradientTokens.SurfaceInverseSkeletonGradient.colors, + LightGradientTokens.SurfaceInverseSkeletonGradient.positions, + LightGradientTokens.SurfaceInverseSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseSeaBlueSurfaceAccentGradient", + "personasOnLightOchreSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseSeaBlueSurfaceAccentGradientHover", + "surfaceDefaultAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientHover.angle, + LightGradientTokens.SurfaceDefaultAccentGradientSecondary.colors, + LightGradientTokens.SurfaceDefaultAccentGradientSecondary.positions, + LightGradientTokens.SurfaceDefaultAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "personaInverseSeaBlueSurfaceAccentGradientActive", + "personasInverseGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseSeaBlueSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasInverseGreenSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseGreenSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseVioletSurfaceAccentGradient", + "personasDefaultOchreSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradient.angle, + LightGradientTokens.PersonasDefaultOchreSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultOchreSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseVioletSurfaceAccentGradientHover", + "outlineInverseWhiteGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradientHover.angle, + LightGradientTokens.OutlineInverseWhiteGradient.colors, + LightGradientTokens.OutlineInverseWhiteGradient.positions, + LightGradientTokens.OutlineInverseWhiteGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseVioletSurfaceAccentGradientActive", + "personasOnLightVioletSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaInverseVioletSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasOnLightVioletSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightVioletSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkBlueSurfaceAccentGradient", + "personasDefaultVioletSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradient.angle, + LightGradientTokens.PersonasDefaultVioletSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultVioletSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkBlueSurfaceAccentGradientHover", + "outlineOnDarkWhiteGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientHover.angle, + LightGradientTokens.OutlineOnDarkWhiteGradient.colors, + LightGradientTokens.OutlineOnDarkWhiteGradient.positions, + LightGradientTokens.OutlineOnDarkWhiteGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkBlueSurfaceAccentGradientActive", + "personasInverseBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkBlueSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasInverseBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkGreenSurfaceAccentGradient", + "personasOnLightSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnLightSeaBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightSeaBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkGreenSurfaceAccentGradientHover", + "personasInverseOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasInverseOliveSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseOliveSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkGreenSurfaceAccentGradientActive", + "overlayOnLightGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkGreenSurfaceAccentGradientActive.angle, + LightGradientTokens.OverlayOnLightGradient.colors, + LightGradientTokens.OverlayOnLightGradient.positions, + LightGradientTokens.OverlayOnLightGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseOliveSurfaceAccentGradient", + "personasOnLightIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnLightIndigoSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightIndigoSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseOliveSurfaceAccentGradientHover", + "personasOnLightBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseOliveSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasOnLightBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkIndigoSurfaceAccentGradientActive", + "personasOnDarkPinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasOnDarkPinkSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkPinkSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkPinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseOchreSurfaceAccentGradient", + "textOnDarkAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaInverseOchreSurfaceAccentGradient.angle, + LightGradientTokens.TextOnDarkAccentGradientAI.colors, + LightGradientTokens.TextOnDarkAccentGradientAI.positions, + LightGradientTokens.TextOnDarkAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "personaOnDarkOchreSurfaceAccentGradientHover", + "personasOnDarkGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasOnDarkGreenSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkGreenSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkOchreSurfaceAccentGradientActive", + "personasDefaultOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradientActive.angle, + LightGradientTokens.PersonasDefaultOliveSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultOliveSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkOliveSurfaceAccentGradient", + "personasDefaultIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradient.angle, + LightGradientTokens.PersonasDefaultIndigoSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultIndigoSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkOliveSurfaceAccentGradientHover", + "textDefaultAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientHover.angle, + LightGradientTokens.TextDefaultAccentGradientAI.colors, + LightGradientTokens.TextDefaultAccentGradientAI.positions, + LightGradientTokens.TextDefaultAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "personaOnDarkOliveSurfaceAccentGradientActive", + "surfaceOnDarkAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkOliveSurfaceAccentGradientActive.angle, + LightGradientTokens.SurfaceOnDarkAccentGradientSecondary.colors, + LightGradientTokens.SurfaceOnDarkAccentGradientSecondary.positions, + LightGradientTokens.SurfaceOnDarkAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "personaOnDarkPinkSurfaceAccentGradient", + "personasDefaultBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradient.angle, + LightGradientTokens.PersonasDefaultBlueSurfaceAccentGradient.colors, + LightGradientTokens.PersonasDefaultBlueSurfaceAccentGradient.positions, + LightGradientTokens.PersonasDefaultBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkPinkSurfaceAccentGradientHover", + "personasInverseVioletSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasInverseVioletSurfaceAccentGradient.colors, + LightGradientTokens.PersonasInverseVioletSurfaceAccentGradient.positions, + LightGradientTokens.PersonasInverseVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkPinkSurfaceAccentGradientActive", + "surfaceOnLightAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkPinkSurfaceAccentGradientActive.angle, + LightGradientTokens.SurfaceOnLightAccentGradientSecondary.colors, + LightGradientTokens.SurfaceOnLightAccentGradientSecondary.positions, + LightGradientTokens.SurfaceOnLightAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "personaOnDarkSeaBlueSurfaceAccentGradient", + "personasOnLightGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradient.angle, + LightGradientTokens.PersonasOnLightGreenSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightGreenSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkSeaBlueSurfaceAccentGradientHover", + "personasOnDarkOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientHover.angle, + LightGradientTokens.PersonasOnDarkOliveSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnDarkOliveSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnDarkOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkSeaBlueSurfaceAccentGradientActive", + "surfaceDefaultAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkSeaBlueSurfaceAccentGradientActive.angle, + LightGradientTokens.SurfaceDefaultAccentGradient.colors, + LightGradientTokens.SurfaceDefaultAccentGradient.positions, + LightGradientTokens.SurfaceDefaultAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkVioletSurfaceAccentGradient", + "surfaceDefaultAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradient.angle, + LightGradientTokens.SurfaceDefaultAccentMinorGradient.colors, + LightGradientTokens.SurfaceDefaultAccentMinorGradient.positions, + LightGradientTokens.SurfaceDefaultAccentMinorGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkVioletSurfaceAccentGradientHover", + "surfaceOnDarkAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientHover.angle, + LightGradientTokens.SurfaceOnDarkAccentGradient.colors, + LightGradientTokens.SurfaceOnDarkAccentGradient.positions, + LightGradientTokens.SurfaceOnDarkAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkVioletSurfaceAccentGradientActive", + "surfaceOnDarkAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnDarkVioletSurfaceAccentGradientActive.angle, + LightGradientTokens.SurfaceOnDarkAccentMinorGradient.colors, + LightGradientTokens.SurfaceOnDarkAccentMinorGradient.positions, + LightGradientTokens.SurfaceOnDarkAccentMinorGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkIndigoSurfaceAccentGradient", + "surfaceOnLightAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradient.angle, + LightGradientTokens.SurfaceOnLightAccentGradient.colors, + LightGradientTokens.SurfaceOnLightAccentGradient.positions, + LightGradientTokens.SurfaceOnLightAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkIndigoSurfaceAccentGradientHover", + "surfaceOnLightAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnDarkIndigoSurfaceAccentGradientHover.angle, + LightGradientTokens.SurfaceOnLightAccentMinorGradient.colors, + LightGradientTokens.SurfaceOnLightAccentMinorGradient.positions, + LightGradientTokens.SurfaceOnLightAccentMinorGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightGreenSurfaceAccentGradient", + "surfaceInverseAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradient.angle, + LightGradientTokens.SurfaceInverseAccentGradient.colors, + LightGradientTokens.SurfaceInverseAccentGradient.positions, + LightGradientTokens.SurfaceInverseAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightGreenSurfaceAccentGradientHover", + "surfaceInverseAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradientHover.angle, + LightGradientTokens.SurfaceInverseAccentMinorGradient.colors, + LightGradientTokens.SurfaceInverseAccentMinorGradient.positions, + LightGradientTokens.SurfaceInverseAccentMinorGradient.angle, ), ), overwrite, ) + return SddsSbComGradients(initial) +} + +/** + * Градиенты [SddsSbComGradients] для темной темы + */ +@Suppress("LongMethod") +public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> Unit = {}): SddsSbComGradients { + val gradientOverrideScope = GradientOverrideScope() + overrideGradients.invoke(gradientOverrideScope) + val overwrite = gradientOverrideScope.overrideMap + val initial = mutableMapOf>() initial.add( - "personaOnLightGreenSurfaceAccentGradientActive", + "personasOnDarkIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightGreenSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasOnDarkIndigoSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkIndigoSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightIndigoSurfaceAccentGradient", + "outlineOnLightWhiteGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradient.angle, + DarkGradientTokens.OutlineOnLightWhiteGradient.colors, + DarkGradientTokens.OutlineOnLightWhiteGradient.positions, + DarkGradientTokens.OutlineOnLightWhiteGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightIndigoSurfaceAccentGradientHover", + "personasOnDarkBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasOnDarkBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightIndigoSurfaceAccentGradientActive", + "personasInverseIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightIndigoSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasInverseIndigoSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseIndigoSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightOchreSurfaceAccentGradient", + "outlineDefaultWhiteGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradient.angle, + DarkGradientTokens.OutlineDefaultWhiteGradient.colors, + DarkGradientTokens.OutlineDefaultWhiteGradient.positions, + DarkGradientTokens.OutlineDefaultWhiteGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightOchreSurfaceAccentGradientHover", + "personasDefaultGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasDefaultGreenSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultGreenSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightOchreSurfaceAccentGradientActive", + "personasInverseSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightOchreSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasInverseSeaBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseSeaBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnDarkOchreSurfaceAccentGradient", + "personasOnLightPinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnDarkOchreSurfaceAccentGradient.angle, + DarkGradientTokens.PersonasOnLightPinkSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightPinkSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightPinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightOliveSurfaceAccentGradient", + "textInverseAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradient.angle, + DarkGradientTokens.TextInverseAccentGradientAI.colors, + DarkGradientTokens.TextInverseAccentGradientAI.positions, + DarkGradientTokens.TextInverseAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "personaOnLightPinkSurfaceAccentGradient", + "personasOnDarkOchreSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradient.angle, + DarkGradientTokens.PersonasOnDarkOchreSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkOchreSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightPinkSurfaceAccentGradientHover", + "personasDefaultSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasDefaultSeaBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultSeaBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightBlueSurfaceAccentGradientHover", + "personasInversePinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasInversePinkSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInversePinkSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInversePinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightVioletSurfaceAccentGradient", + "surfaceOnLightSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradient.angle, + DarkGradientTokens.SurfaceOnLightSkeletonGradient.colors, + DarkGradientTokens.SurfaceOnLightSkeletonGradient.positions, + DarkGradientTokens.SurfaceOnLightSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightVioletSurfaceAccentGradientActive", + "personasInverseOchreSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasInverseOchreSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseOchreSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineOnDarkTransparentSurfaceActive", + "backgroundDarkGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnDarkTransparentSurfaceActive.colors, - DarkGradientTokens.OutlineOnDarkTransparentSurfaceActive.positions, - DarkGradientTokens.OutlineOnDarkTransparentSurfaceActive.angle, + DarkGradientTokens.BackgroundDarkGradient.colors, + DarkGradientTokens.BackgroundDarkGradient.positions, + DarkGradientTokens.BackgroundDarkGradient.angle, ), ), overwrite, ) initial.add( - "outlineOnLightTransparentSurface", + "personasOnDarkSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnLightTransparentSurface.colors, - DarkGradientTokens.OutlineOnLightTransparentSurface.positions, - DarkGradientTokens.OutlineOnLightTransparentSurface.angle, + DarkGradientTokens.PersonasOnDarkSeaBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkSeaBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineOnLightTransparentSurfaceHover", + "surfaceOnDarkSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnLightTransparentSurfaceHover.colors, - DarkGradientTokens.OutlineOnLightTransparentSurfaceHover.positions, - DarkGradientTokens.OutlineOnLightTransparentSurfaceHover.angle, + DarkGradientTokens.SurfaceOnDarkSkeletonGradient.colors, + DarkGradientTokens.SurfaceOnDarkSkeletonGradient.positions, + DarkGradientTokens.SurfaceOnDarkSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "outlineOnLightTransparentSurfaceActive", + "backgroundInverseGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnLightTransparentSurfaceActive.colors, - DarkGradientTokens.OutlineOnLightTransparentSurfaceActive.positions, - DarkGradientTokens.OutlineOnLightTransparentSurfaceActive.angle, + DarkGradientTokens.BackgroundInverseGradient.colors, + DarkGradientTokens.BackgroundInverseGradient.positions, + DarkGradientTokens.BackgroundInverseGradient.angle, ), ), overwrite, @@ -5016,298 +1681,243 @@ public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> overwrite, ) initial.add( - "textDefaultAccentGradientAi", - listOf( - linearGradient( - DarkGradientTokens.TextDefaultAccentGradientAi.colors, - DarkGradientTokens.TextDefaultAccentGradientAi.positions, - DarkGradientTokens.TextDefaultAccentGradientAi.angle, - ), - ), - overwrite, - ) - initial.add( - "textDefaultAccentGradientAiHover", - listOf( - linearGradient( - DarkGradientTokens.TextDefaultAccentGradientAiHover.colors, - DarkGradientTokens.TextDefaultAccentGradientAiHover.positions, - DarkGradientTokens.TextDefaultAccentGradientAiHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAi", - listOf( - linearGradient( - DarkGradientTokens.TextInverseAccentGradientAi.colors, - DarkGradientTokens.TextInverseAccentGradientAi.positions, - DarkGradientTokens.TextInverseAccentGradientAi.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAiHover", - listOf( - linearGradient( - DarkGradientTokens.TextInverseAccentGradientAiHover.colors, - DarkGradientTokens.TextInverseAccentGradientAiHover.positions, - DarkGradientTokens.TextInverseAccentGradientAiHover.angle, - ), - ), - overwrite, - ) - initial.add( - "textInverseAccentGradientAiActive", - listOf( - linearGradient( - DarkGradientTokens.TextInverseAccentGradientAiActive.colors, - DarkGradientTokens.TextInverseAccentGradientAiActive.positions, - DarkGradientTokens.TextInverseAccentGradientAiActive.angle, - ), - ), - overwrite, - ) - initial.add( - "textOnDarkAccentGradientAi", + "personasDefaultPinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.TextOnDarkAccentGradientAi.colors, - DarkGradientTokens.TextOnDarkAccentGradientAi.positions, - DarkGradientTokens.TextOnDarkAccentGradientAi.angle, + DarkGradientTokens.PersonasDefaultPinkSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultPinkSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultPinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "textOnDarkAccentGradientAiHover", + "personasOnLightOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.TextOnDarkAccentGradientAiHover.colors, - DarkGradientTokens.TextOnDarkAccentGradientAiHover.positions, - DarkGradientTokens.TextOnDarkAccentGradientAiHover.angle, + DarkGradientTokens.PersonasOnLightOliveSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightOliveSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "textOnDarkAccentGradientAiActive", + "surfaceInverseAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.TextOnDarkAccentGradientAiActive.colors, - DarkGradientTokens.TextOnDarkAccentGradientAiActive.positions, - DarkGradientTokens.TextOnDarkAccentGradientAiActive.angle, + DarkGradientTokens.SurfaceInverseAccentGradientSecondary.colors, + DarkGradientTokens.SurfaceInverseAccentGradientSecondary.positions, + DarkGradientTokens.SurfaceInverseAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "textOnLightAccentGradientAi", + "textOnLightAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.TextOnLightAccentGradientAi.colors, - DarkGradientTokens.TextOnLightAccentGradientAi.positions, - DarkGradientTokens.TextOnLightAccentGradientAi.angle, + DarkGradientTokens.TextOnLightAccentGradientAI.colors, + DarkGradientTokens.TextOnLightAccentGradientAI.positions, + DarkGradientTokens.TextOnLightAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "textOnLightAccentGradientAiHover", + "backgroundLightGradient", listOf( linearGradient( - DarkGradientTokens.TextOnLightAccentGradientAiHover.colors, - DarkGradientTokens.TextOnLightAccentGradientAiHover.positions, - DarkGradientTokens.TextOnLightAccentGradientAiHover.angle, + DarkGradientTokens.BackgroundLightGradient.colors, + DarkGradientTokens.BackgroundLightGradient.positions, + DarkGradientTokens.BackgroundLightGradient.angle, ), ), overwrite, ) initial.add( - "textOnLightAccentGradientAiActive", + "surfaceDefaultSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.TextOnLightAccentGradientAiActive.colors, - DarkGradientTokens.TextOnLightAccentGradientAiActive.positions, - DarkGradientTokens.TextOnLightAccentGradientAiActive.angle, + DarkGradientTokens.SurfaceDefaultSkeletonGradient.colors, + DarkGradientTokens.SurfaceDefaultSkeletonGradient.positions, + DarkGradientTokens.SurfaceDefaultSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "textDefaultAccentGradientAiActive", + "overlayDefaultGradient", listOf( linearGradient( - DarkGradientTokens.TextDefaultAccentGradientAiActive.colors, - DarkGradientTokens.TextDefaultAccentGradientAiActive.positions, - DarkGradientTokens.TextDefaultAccentGradientAiActive.angle, + DarkGradientTokens.OverlayDefaultGradient.colors, + DarkGradientTokens.OverlayDefaultGradient.positions, + DarkGradientTokens.OverlayDefaultGradient.angle, ), ), overwrite, ) initial.add( - "outlineOnDarkTransparentSurface", + "overlayOnDarkGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnDarkTransparentSurface.colors, - DarkGradientTokens.OutlineOnDarkTransparentSurface.positions, - DarkGradientTokens.OutlineOnDarkTransparentSurface.angle, + DarkGradientTokens.OverlayOnDarkGradient.colors, + DarkGradientTokens.OverlayOnDarkGradient.positions, + DarkGradientTokens.OverlayOnDarkGradient.angle, ), ), overwrite, ) initial.add( - "outlineOnDarkTransparentSurfaceHover", + "backgroundDefaultGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnDarkTransparentSurfaceHover.colors, - DarkGradientTokens.OutlineOnDarkTransparentSurfaceHover.positions, - DarkGradientTokens.OutlineOnDarkTransparentSurfaceHover.angle, + DarkGradientTokens.BackgroundDefaultGradient.colors, + DarkGradientTokens.BackgroundDefaultGradient.positions, + DarkGradientTokens.BackgroundDefaultGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightOliveSurfaceAccentGradientHover", + "personasOnDarkVioletSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasOnDarkVioletSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkVioletSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayOnLightGradientActive", + "surfaceInverseSkeletonGradient", listOf( linearGradient( - DarkGradientTokens.OverlayOnLightGradientActive.colors, - DarkGradientTokens.OverlayOnLightGradientActive.positions, - DarkGradientTokens.OverlayOnLightGradientActive.angle, + DarkGradientTokens.SurfaceInverseSkeletonGradient.colors, + DarkGradientTokens.SurfaceInverseSkeletonGradient.positions, + DarkGradientTokens.SurfaceInverseSkeletonGradient.angle, ), ), overwrite, ) initial.add( - "outlineDefaultTransparentSurface", + "personasOnLightOchreSurfaceAccentGradient", listOf( linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurface.colors, - LightGradientTokens.OutlineDefaultTransparentSurface.positions, - LightGradientTokens.OutlineDefaultTransparentSurface.angle, + DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineDefaultTransparentSurfaceHover", + "surfaceDefaultAccentGradientSecondary", listOf( linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurfaceHover.colors, - LightGradientTokens.OutlineDefaultTransparentSurfaceHover.positions, - LightGradientTokens.OutlineDefaultTransparentSurfaceHover.angle, + DarkGradientTokens.SurfaceDefaultAccentGradientSecondary.colors, + DarkGradientTokens.SurfaceDefaultAccentGradientSecondary.positions, + DarkGradientTokens.SurfaceDefaultAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "outlineDefaultTransparentSurfaceActive", + "personasInverseGreenSurfaceAccentGradient", listOf( linearGradient( - LightGradientTokens.OutlineDefaultTransparentSurfaceActive.colors, - LightGradientTokens.OutlineDefaultTransparentSurfaceActive.positions, - LightGradientTokens.OutlineDefaultTransparentSurfaceActive.angle, + DarkGradientTokens.PersonasInverseGreenSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseGreenSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayDefaultGradient", + "personasDefaultOchreSurfaceAccentGradient", listOf( linearGradient( - LightGradientTokens.OverlayDefaultGradient.colors, - LightGradientTokens.OverlayDefaultGradient.positions, - LightGradientTokens.OverlayDefaultGradient.angle, + DarkGradientTokens.PersonasDefaultOchreSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultOchreSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultOchreSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayDefaultGradientHover", + "outlineInverseWhiteGradient", listOf( linearGradient( - LightGradientTokens.OverlayDefaultGradientHover.colors, - LightGradientTokens.OverlayDefaultGradientHover.positions, - LightGradientTokens.OverlayDefaultGradientHover.angle, + DarkGradientTokens.OutlineInverseWhiteGradient.colors, + DarkGradientTokens.OutlineInverseWhiteGradient.positions, + DarkGradientTokens.OutlineInverseWhiteGradient.angle, ), ), overwrite, ) initial.add( - "overlayDefaultGradientActive", + "personasOnLightVioletSurfaceAccentGradient", listOf( linearGradient( - LightGradientTokens.OverlayDefaultGradientActive.colors, - LightGradientTokens.OverlayDefaultGradientActive.positions, - LightGradientTokens.OverlayDefaultGradientActive.angle, + DarkGradientTokens.PersonasOnLightVioletSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightVioletSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayOnDarkGradient", + "personasDefaultVioletSurfaceAccentGradient", listOf( linearGradient( - LightGradientTokens.OverlayOnDarkGradient.colors, - LightGradientTokens.OverlayOnDarkGradient.positions, - LightGradientTokens.OverlayOnDarkGradient.angle, + DarkGradientTokens.PersonasDefaultVioletSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultVioletSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayOnDarkGradientHover", + "outlineOnDarkWhiteGradient", listOf( linearGradient( - LightGradientTokens.OverlayOnDarkGradientHover.colors, - LightGradientTokens.OverlayOnDarkGradientHover.positions, - LightGradientTokens.OverlayOnDarkGradientHover.angle, + DarkGradientTokens.OutlineOnDarkWhiteGradient.colors, + DarkGradientTokens.OutlineOnDarkWhiteGradient.positions, + DarkGradientTokens.OutlineOnDarkWhiteGradient.angle, ), ), overwrite, ) initial.add( - "overlayOnDarkGradientActive", + "personasInverseBlueSurfaceAccentGradient", listOf( linearGradient( - LightGradientTokens.OverlayOnDarkGradientActive.colors, - LightGradientTokens.OverlayOnDarkGradientActive.positions, - LightGradientTokens.OverlayOnDarkGradientActive.angle, + DarkGradientTokens.PersonasInverseBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayInverseGradientActive", + "personasOnLightSeaBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.OverlayInverseGradientActive.colors, - DarkGradientTokens.OverlayInverseGradientActive.positions, - DarkGradientTokens.OverlayInverseGradientActive.angle, + DarkGradientTokens.PersonasOnLightSeaBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightSeaBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightSeaBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "overlayInverseGradientHover", + "personasInverseOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.OverlayInverseGradientHover.colors, - DarkGradientTokens.OverlayInverseGradientHover.positions, - DarkGradientTokens.OverlayInverseGradientHover.angle, + DarkGradientTokens.PersonasInverseOliveSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseOliveSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseOliveSurfaceAccentGradient.angle, ), ), overwrite, @@ -5324,276 +1934,243 @@ public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> overwrite, ) initial.add( - "personaOnLightPinkSurfaceAccentGradientActive", - listOf( - linearGradient( - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightPinkSurfaceAccentGradientActive.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightSeaBlueSurfaceAccentGradientHover", - listOf( - linearGradient( - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "overlayOnLightGradientHover", - listOf( - linearGradient( - DarkGradientTokens.OverlayOnLightGradientHover.colors, - DarkGradientTokens.OverlayOnLightGradientHover.positions, - DarkGradientTokens.OverlayOnLightGradientHover.angle, - ), - ), - overwrite, - ) - initial.add( - "personaOnLightOliveSurfaceAccentGradientActive", + "personasOnLightIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightOliveSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasOnLightIndigoSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightIndigoSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightSeaBlueSurfaceAccentGradientActive", + "personasOnLightBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasOnLightBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "surfaceInverseSkeletonDeepGradientHover", + "personasOnDarkPinkSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.SurfaceInverseSkeletonDeepGradientHover.colors, - DarkGradientTokens.SurfaceInverseSkeletonDeepGradientHover.positions, - DarkGradientTokens.SurfaceInverseSkeletonDeepGradientHover.angle, + DarkGradientTokens.PersonasOnDarkPinkSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkPinkSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkPinkSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineInverseAccentGradient", + "textOnDarkAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.OutlineInverseAccentGradient.colors, - DarkGradientTokens.OutlineInverseAccentGradient.positions, - DarkGradientTokens.OutlineInverseAccentGradient.angle, + DarkGradientTokens.TextOnDarkAccentGradientAI.colors, + DarkGradientTokens.TextOnDarkAccentGradientAI.positions, + DarkGradientTokens.TextOnDarkAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "outlineOnLightAccentGradientHover", + "personasOnDarkGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.OutlineOnLightAccentGradientHover.colors, - DarkGradientTokens.OutlineOnLightAccentGradientHover.positions, - DarkGradientTokens.OutlineOnLightAccentGradientHover.angle, + DarkGradientTokens.PersonasOnDarkGreenSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkGreenSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaInverseIndigoSurfaceAccentGradientHover", + "personasDefaultOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaInverseIndigoSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasDefaultOliveSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultOliveSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaOnLightSeaBlueSurfaceAccentGradient", + "personasDefaultIndigoSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradient.colors, - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradient.positions, - DarkGradientTokens.PersonaOnLightSeaBlueSurfaceAccentGradient.angle, + DarkGradientTokens.PersonasDefaultIndigoSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultIndigoSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultIndigoSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineDefaultAccentGradientActive", + "textDefaultAccentGradientAI", listOf( linearGradient( - DarkGradientTokens.OutlineDefaultAccentGradientActive.colors, - DarkGradientTokens.OutlineDefaultAccentGradientActive.positions, - DarkGradientTokens.OutlineDefaultAccentGradientActive.angle, + DarkGradientTokens.TextDefaultAccentGradientAI.colors, + DarkGradientTokens.TextDefaultAccentGradientAI.positions, + DarkGradientTokens.TextDefaultAccentGradientAI.angle, ), ), overwrite, ) initial.add( - "personaOnLightVioletSurfaceAccentGradientHover", + "surfaceOnDarkAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaOnLightVioletSurfaceAccentGradientHover.angle, + DarkGradientTokens.SurfaceOnDarkAccentGradientSecondary.colors, + DarkGradientTokens.SurfaceOnDarkAccentGradientSecondary.positions, + DarkGradientTokens.SurfaceOnDarkAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "surfaceOnDarkAccentGradient", + "personasDefaultBlueSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.SurfaceOnDarkAccentGradient.colors, - DarkGradientTokens.SurfaceOnDarkAccentGradient.positions, - DarkGradientTokens.SurfaceOnDarkAccentGradient.angle, + DarkGradientTokens.PersonasDefaultBlueSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasDefaultBlueSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasDefaultBlueSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "surfaceDefaultAccentGradientHover", + "personasInverseVioletSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.SurfaceDefaultAccentGradientHover.colors, - DarkGradientTokens.SurfaceDefaultAccentGradientHover.positions, - DarkGradientTokens.SurfaceDefaultAccentGradientHover.angle, + DarkGradientTokens.PersonasInverseVioletSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasInverseVioletSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasInverseVioletSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "surfaceDefaultAccentGradientActive", + "surfaceOnLightAccentGradientSecondary", listOf( linearGradient( - DarkGradientTokens.SurfaceDefaultAccentGradientActive.colors, - DarkGradientTokens.SurfaceDefaultAccentGradientActive.positions, - DarkGradientTokens.SurfaceDefaultAccentGradientActive.angle, + DarkGradientTokens.SurfaceOnLightAccentGradientSecondary.colors, + DarkGradientTokens.SurfaceOnLightAccentGradientSecondary.positions, + DarkGradientTokens.SurfaceOnLightAccentGradientSecondary.angle, ), ), overwrite, ) initial.add( - "personaOnLightBlueSurfaceAccentGradientActive", + "personasOnLightGreenSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradientActive.colors, - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradientActive.positions, - DarkGradientTokens.PersonaOnLightBlueSurfaceAccentGradientActive.angle, + DarkGradientTokens.PersonasOnLightGreenSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightGreenSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightGreenSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultOchreSurfaceAccentGradientHover", + "personasOnDarkOliveSurfaceAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultOchreSurfaceAccentGradientHover.angle, + DarkGradientTokens.PersonasOnDarkOliveSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnDarkOliveSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnDarkOliveSurfaceAccentGradient.angle, ), ), overwrite, ) initial.add( - "surfaceOnLightSkeletonGradientHover", + "surfaceDefaultAccentGradient", listOf( linearGradient( - DarkGradientTokens.SurfaceOnLightSkeletonGradientHover.colors, - DarkGradientTokens.SurfaceOnLightSkeletonGradientHover.positions, - DarkGradientTokens.SurfaceOnLightSkeletonGradientHover.angle, + DarkGradientTokens.SurfaceDefaultAccentGradient.colors, + DarkGradientTokens.SurfaceDefaultAccentGradient.positions, + DarkGradientTokens.SurfaceDefaultAccentGradient.angle, ), ), overwrite, ) initial.add( - "surfaceOnLightAccentGradientHover", + "surfaceDefaultAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.SurfaceOnLightAccentGradientHover.colors, - DarkGradientTokens.SurfaceOnLightAccentGradientHover.positions, - DarkGradientTokens.SurfaceOnLightAccentGradientHover.angle, + DarkGradientTokens.SurfaceDefaultAccentMinorGradient.colors, + DarkGradientTokens.SurfaceDefaultAccentMinorGradient.positions, + DarkGradientTokens.SurfaceDefaultAccentMinorGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultIndigoSurfaceAccentGradientHover", + "surfaceOnDarkAccentGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultIndigoSurfaceAccentGradientHover.angle, + DarkGradientTokens.SurfaceOnDarkAccentGradient.colors, + DarkGradientTokens.SurfaceOnDarkAccentGradient.positions, + DarkGradientTokens.SurfaceOnDarkAccentGradient.angle, ), ), overwrite, ) initial.add( - "personaDefaultBlueSurfaceAccentGradientHover", + "surfaceOnDarkAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradientHover.colors, - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradientHover.positions, - DarkGradientTokens.PersonaDefaultBlueSurfaceAccentGradientHover.angle, + DarkGradientTokens.SurfaceOnDarkAccentMinorGradient.colors, + DarkGradientTokens.SurfaceOnDarkAccentMinorGradient.positions, + DarkGradientTokens.SurfaceOnDarkAccentMinorGradient.angle, ), ), overwrite, ) initial.add( - "outlineInverseTransparentSurfaceBrightness", + "surfaceOnLightAccentGradient", listOf( linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurfaceBrightness.colors, - DarkGradientTokens.OutlineInverseTransparentSurfaceBrightness.positions, - DarkGradientTokens.OutlineInverseTransparentSurfaceBrightness.angle, + DarkGradientTokens.SurfaceOnLightAccentGradient.colors, + DarkGradientTokens.SurfaceOnLightAccentGradient.positions, + DarkGradientTokens.SurfaceOnLightAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineInverseTransparentSurface", + "surfaceOnLightAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurface.colors, - DarkGradientTokens.OutlineInverseTransparentSurface.positions, - DarkGradientTokens.OutlineInverseTransparentSurface.angle, + DarkGradientTokens.SurfaceOnLightAccentMinorGradient.colors, + DarkGradientTokens.SurfaceOnLightAccentMinorGradient.positions, + DarkGradientTokens.SurfaceOnLightAccentMinorGradient.angle, ), ), overwrite, ) initial.add( - "outlineInverseTransparentSurfaceHover", + "surfaceInverseAccentGradient", listOf( linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurfaceHover.colors, - DarkGradientTokens.OutlineInverseTransparentSurfaceHover.positions, - DarkGradientTokens.OutlineInverseTransparentSurfaceHover.angle, + DarkGradientTokens.SurfaceInverseAccentGradient.colors, + DarkGradientTokens.SurfaceInverseAccentGradient.positions, + DarkGradientTokens.SurfaceInverseAccentGradient.angle, ), ), overwrite, ) initial.add( - "outlineInverseTransparentSurfaceActive", + "surfaceInverseAccentMinorGradient", listOf( linearGradient( - DarkGradientTokens.OutlineInverseTransparentSurfaceActive.colors, - DarkGradientTokens.OutlineInverseTransparentSurfaceActive.positions, - DarkGradientTokens.OutlineInverseTransparentSurfaceActive.angle, + DarkGradientTokens.SurfaceInverseAccentMinorGradient.colors, + DarkGradientTokens.SurfaceInverseAccentMinorGradient.positions, + DarkGradientTokens.SurfaceInverseAccentMinorGradient.angle, ), ), overwrite, diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt index 498debfc1..47c4f8228 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt @@ -16,17 +16,21 @@ import kotlin.Suppress @Immutable public data class SddsSbComShadows( /** - * shadow up soft s + * shadow down hard s */ - public val upSoftS: ShadowAppearance = ShadowAppearance(), + public val downHardS: ShadowAppearance = ShadowAppearance(), /** - * shadow up soft m + * shadow down soft l */ - public val upSoftM: ShadowAppearance = ShadowAppearance(), + public val downSoftL: ShadowAppearance = ShadowAppearance(), /** - * shadow up soft l + * shadow down soft s */ - public val upSoftL: ShadowAppearance = ShadowAppearance(), + public val downSoftS: ShadowAppearance = ShadowAppearance(), + /** + * shadow down soft m + */ + public val downSoftM: ShadowAppearance = ShadowAppearance(), /** * shadow up hard s */ @@ -39,18 +43,6 @@ public data class SddsSbComShadows( * shadow up hard l */ public val upHardL: ShadowAppearance = ShadowAppearance(), - /** - * shadow down soft s - */ - public val downSoftS: ShadowAppearance = ShadowAppearance(), - /** - * shadow down soft m - */ - public val downSoftM: ShadowAppearance = ShadowAppearance(), - /** - * shadow down soft l - */ - public val downSoftL: ShadowAppearance = ShadowAppearance(), /** * shadow down hard m */ @@ -60,9 +52,17 @@ public data class SddsSbComShadows( */ public val downHardL: ShadowAppearance = ShadowAppearance(), /** - * shadow down hard s + * shadow up soft s */ - public val downHardS: ShadowAppearance = ShadowAppearance(), + public val upSoftS: ShadowAppearance = ShadowAppearance(), + /** + * shadow up soft m + */ + public val upSoftM: ShadowAppearance = ShadowAppearance(), + /** + * shadow up soft l + */ + public val upSoftL: ShadowAppearance = ShadowAppearance(), ) internal val LocalSddsSbComShadows: ProvidableCompositionLocal = @@ -75,55 +75,79 @@ internal val LocalSddsSbComShadows: ProvidableCompositionLocal */ @Suppress("LongMethod") public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( - upSoftS = ShadowAppearance( + downHardS = ShadowAppearance( listOf( ShadowLayer( offset = DpOffset( - x = ShadowTokens.UpSoftSLayer1.offsetX, - y = ShadowTokens.UpSoftSLayer1.offsetY, + x = ShadowTokens.DownHardSLayer1.offsetX, + y = ShadowTokens.DownHardSLayer1.offsetY, ), - spreadRadius = ShadowTokens.UpSoftSLayer1.spreadRadius, - blurRadius = ShadowTokens.UpSoftSLayer1.blurRadius, - color = ShadowTokens.UpSoftSLayer1.color, - fallbackElevation = ShadowTokens.UpSoftSLayer1.fallbackElevation, + spreadRadius = ShadowTokens.DownHardSLayer1.spreadRadius, + blurRadius = ShadowTokens.DownHardSLayer1.blurRadius, + color = ShadowTokens.DownHardSLayer1.color, + fallbackElevation = ShadowTokens.DownHardSLayer1.fallbackElevation, ), ShadowLayer( offset = DpOffset( - x = ShadowTokens.UpSoftSLayer2.offsetX, - y = ShadowTokens.UpSoftSLayer2.offsetY, + x = ShadowTokens.DownHardSLayer2.offsetX, + y = ShadowTokens.DownHardSLayer2.offsetY, ), - spreadRadius = ShadowTokens.UpSoftSLayer2.spreadRadius, - blurRadius = ShadowTokens.UpSoftSLayer2.blurRadius, - color = ShadowTokens.UpSoftSLayer2.color, - fallbackElevation = ShadowTokens.UpSoftSLayer2.fallbackElevation, + spreadRadius = ShadowTokens.DownHardSLayer2.spreadRadius, + blurRadius = ShadowTokens.DownHardSLayer2.blurRadius, + color = ShadowTokens.DownHardSLayer2.color, + fallbackElevation = null, ), ), ), - upSoftM = ShadowAppearance( + downSoftL = ShadowAppearance( listOf( ShadowLayer( offset = DpOffset( - x = ShadowTokens.UpSoftM.offsetX, - y = ShadowTokens.UpSoftM.offsetY, + x = ShadowTokens.DownSoftL.offsetX, + y = ShadowTokens.DownSoftL.offsetY, ), - spreadRadius = ShadowTokens.UpSoftM.spreadRadius, - blurRadius = ShadowTokens.UpSoftM.blurRadius, - color = ShadowTokens.UpSoftM.color, - fallbackElevation = ShadowTokens.UpSoftM.fallbackElevation, + spreadRadius = ShadowTokens.DownSoftL.spreadRadius, + blurRadius = ShadowTokens.DownSoftL.blurRadius, + color = ShadowTokens.DownSoftL.color, + fallbackElevation = ShadowTokens.DownSoftL.fallbackElevation, ), ), ), - upSoftL = ShadowAppearance( + downSoftS = ShadowAppearance( listOf( ShadowLayer( offset = DpOffset( - x = ShadowTokens.UpSoftL.offsetX, - y = ShadowTokens.UpSoftL.offsetY, + x = ShadowTokens.DownSoftSLayer1.offsetX, + y = ShadowTokens.DownSoftSLayer1.offsetY, ), - spreadRadius = ShadowTokens.UpSoftL.spreadRadius, - blurRadius = ShadowTokens.UpSoftL.blurRadius, - color = ShadowTokens.UpSoftL.color, - fallbackElevation = ShadowTokens.UpSoftL.fallbackElevation, + spreadRadius = ShadowTokens.DownSoftSLayer1.spreadRadius, + blurRadius = ShadowTokens.DownSoftSLayer1.blurRadius, + color = ShadowTokens.DownSoftSLayer1.color, + fallbackElevation = ShadowTokens.DownSoftSLayer1.fallbackElevation, + ), + ShadowLayer( + offset = DpOffset( + x = ShadowTokens.DownSoftSLayer2.offsetX, + y = ShadowTokens.DownSoftSLayer2.offsetY, + ), + spreadRadius = ShadowTokens.DownSoftSLayer2.spreadRadius, + blurRadius = ShadowTokens.DownSoftSLayer2.blurRadius, + color = ShadowTokens.DownSoftSLayer2.color, + fallbackElevation = null, + ), + ), + ), + downSoftM = ShadowAppearance( + listOf( + ShadowLayer( + offset = DpOffset( + x = ShadowTokens.DownSoftM.offsetX, + y = ShadowTokens.DownSoftM.offsetY, + ), + spreadRadius = ShadowTokens.DownSoftM.spreadRadius, + blurRadius = ShadowTokens.DownSoftM.blurRadius, + color = ShadowTokens.DownSoftM.color, + fallbackElevation = ShadowTokens.DownSoftM.fallbackElevation, ), ), ), @@ -137,7 +161,7 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( spreadRadius = ShadowTokens.UpHardSLayer1.spreadRadius, blurRadius = ShadowTokens.UpHardSLayer1.blurRadius, color = ShadowTokens.UpHardSLayer1.color, - fallbackElevation = ShadowTokens.UpHardSLayer1.fallbackElevation, + fallbackElevation = null, ), ShadowLayer( offset = DpOffset( @@ -147,7 +171,7 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( spreadRadius = ShadowTokens.UpHardSLayer2.spreadRadius, blurRadius = ShadowTokens.UpHardSLayer2.blurRadius, color = ShadowTokens.UpHardSLayer2.color, - fallbackElevation = ShadowTokens.UpHardSLayer2.fallbackElevation, + fallbackElevation = null, ), ), ), @@ -161,7 +185,7 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( spreadRadius = ShadowTokens.UpHardM.spreadRadius, blurRadius = ShadowTokens.UpHardM.blurRadius, color = ShadowTokens.UpHardM.color, - fallbackElevation = ShadowTokens.UpHardM.fallbackElevation, + fallbackElevation = null, ), ), ), @@ -175,59 +199,7 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( spreadRadius = ShadowTokens.UpHardL.spreadRadius, blurRadius = ShadowTokens.UpHardL.blurRadius, color = ShadowTokens.UpHardL.color, - fallbackElevation = ShadowTokens.UpHardL.fallbackElevation, - ), - ), - ), - downSoftS = ShadowAppearance( - listOf( - ShadowLayer( - offset = DpOffset( - x = ShadowTokens.DownSoftSLayer1.offsetX, - y = ShadowTokens.DownSoftSLayer1.offsetY, - ), - spreadRadius = ShadowTokens.DownSoftSLayer1.spreadRadius, - blurRadius = ShadowTokens.DownSoftSLayer1.blurRadius, - color = ShadowTokens.DownSoftSLayer1.color, - fallbackElevation = ShadowTokens.DownSoftSLayer1.fallbackElevation, - ), - ShadowLayer( - offset = DpOffset( - x = ShadowTokens.DownSoftSLayer2.offsetX, - y = ShadowTokens.DownSoftSLayer2.offsetY, - ), - spreadRadius = ShadowTokens.DownSoftSLayer2.spreadRadius, - blurRadius = ShadowTokens.DownSoftSLayer2.blurRadius, - color = ShadowTokens.DownSoftSLayer2.color, - fallbackElevation = ShadowTokens.DownSoftSLayer2.fallbackElevation, - ), - ), - ), - downSoftM = ShadowAppearance( - listOf( - ShadowLayer( - offset = DpOffset( - x = ShadowTokens.DownSoftM.offsetX, - y = ShadowTokens.DownSoftM.offsetY, - ), - spreadRadius = ShadowTokens.DownSoftM.spreadRadius, - blurRadius = ShadowTokens.DownSoftM.blurRadius, - color = ShadowTokens.DownSoftM.color, - fallbackElevation = ShadowTokens.DownSoftM.fallbackElevation, - ), - ), - ), - downSoftL = ShadowAppearance( - listOf( - ShadowLayer( - offset = DpOffset( - x = ShadowTokens.DownSoftL.offsetX, - y = ShadowTokens.DownSoftL.offsetY, - ), - spreadRadius = ShadowTokens.DownSoftL.spreadRadius, - blurRadius = ShadowTokens.DownSoftL.blurRadius, - color = ShadowTokens.DownSoftL.color, - fallbackElevation = ShadowTokens.DownSoftL.fallbackElevation, + fallbackElevation = null, ), ), ), @@ -259,27 +231,55 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( ), ), ), - downHardS = ShadowAppearance( + upSoftS = ShadowAppearance( listOf( ShadowLayer( offset = DpOffset( - x = ShadowTokens.DownHardSLayer1.offsetX, - y = ShadowTokens.DownHardSLayer1.offsetY, + x = ShadowTokens.UpSoftSLayer1.offsetX, + y = ShadowTokens.UpSoftSLayer1.offsetY, ), - spreadRadius = ShadowTokens.DownHardSLayer1.spreadRadius, - blurRadius = ShadowTokens.DownHardSLayer1.blurRadius, - color = ShadowTokens.DownHardSLayer1.color, - fallbackElevation = ShadowTokens.DownHardSLayer1.fallbackElevation, + spreadRadius = ShadowTokens.UpSoftSLayer1.spreadRadius, + blurRadius = ShadowTokens.UpSoftSLayer1.blurRadius, + color = ShadowTokens.UpSoftSLayer1.color, + fallbackElevation = null, ), ShadowLayer( offset = DpOffset( - x = ShadowTokens.DownHardSLayer2.offsetX, - y = ShadowTokens.DownHardSLayer2.offsetY, + x = ShadowTokens.UpSoftSLayer2.offsetX, + y = ShadowTokens.UpSoftSLayer2.offsetY, ), - spreadRadius = ShadowTokens.DownHardSLayer2.spreadRadius, - blurRadius = ShadowTokens.DownHardSLayer2.blurRadius, - color = ShadowTokens.DownHardSLayer2.color, - fallbackElevation = ShadowTokens.DownHardSLayer2.fallbackElevation, + spreadRadius = ShadowTokens.UpSoftSLayer2.spreadRadius, + blurRadius = ShadowTokens.UpSoftSLayer2.blurRadius, + color = ShadowTokens.UpSoftSLayer2.color, + fallbackElevation = null, + ), + ), + ), + upSoftM = ShadowAppearance( + listOf( + ShadowLayer( + offset = DpOffset( + x = ShadowTokens.UpSoftM.offsetX, + y = ShadowTokens.UpSoftM.offsetY, + ), + spreadRadius = ShadowTokens.UpSoftM.spreadRadius, + blurRadius = ShadowTokens.UpSoftM.blurRadius, + color = ShadowTokens.UpSoftM.color, + fallbackElevation = null, + ), + ), + ), + upSoftL = ShadowAppearance( + listOf( + ShadowLayer( + offset = DpOffset( + x = ShadowTokens.UpSoftL.offsetX, + y = ShadowTokens.UpSoftL.offsetY, + ), + spreadRadius = ShadowTokens.UpSoftL.spreadRadius, + blurRadius = ShadowTokens.UpSoftL.blurRadius, + color = ShadowTokens.UpSoftL.color, + fallbackElevation = null, ), ), ), diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt index 5fb6442a4..ef34da9d3 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt @@ -13,10 +13,6 @@ import com.sdds.sbcom.tokens.RoundShapeTokens */ @Immutable public data class SddsSbComShapes( - /** - * borderRadius 2xl - */ - public val roundXxl: CornerBasedShape = RoundedCornerShape(0), /** * New description */ @@ -29,18 +25,6 @@ public data class SddsSbComShapes( * New description */ public val round3xl: CornerBasedShape = RoundedCornerShape(0), - /** - * borderRadius l - */ - public val roundL: CornerBasedShape = RoundedCornerShape(0), - /** - * borderRadius xl - */ - public val roundXl: CornerBasedShape = RoundedCornerShape(0), - /** - * borderRadius m - */ - public val roundM: CornerBasedShape = RoundedCornerShape(0), /** * borderRadius xxs */ @@ -49,14 +33,30 @@ public data class SddsSbComShapes( * borderRadius xs */ public val roundXs: CornerBasedShape = RoundedCornerShape(0), + /** + * borderRadius xxl + */ + public val roundXxl: CornerBasedShape = RoundedCornerShape(0), /** * borderRadius s */ public val roundS: CornerBasedShape = RoundedCornerShape(0), /** - * New description + * borderRadius xl + */ + public val roundXl: CornerBasedShape = RoundedCornerShape(0), + /** + * borderRadius circle */ public val roundCircle: CornerBasedShape = RoundedCornerShape(0), + /** + * borderRadius m + */ + public val roundM: CornerBasedShape = RoundedCornerShape(0), + /** + * borderRadius l + */ + public val roundL: CornerBasedShape = RoundedCornerShape(0), ) internal val LocalSddsSbComShapes: ProvidableCompositionLocal = @@ -68,15 +68,15 @@ internal val LocalSddsSbComShapes: ProvidableCompositionLocal = * Возвращает [SddsSbComShapes] */ public fun defaultSddsSbComShapes(): SddsSbComShapes = SddsSbComShapes( - roundXxl = RoundShapeTokens.RoundXxl, round4xl = RoundShapeTokens.Round4xl, round5xl = RoundShapeTokens.Round5xl, round3xl = RoundShapeTokens.Round3xl, - roundL = RoundShapeTokens.RoundL, - roundXl = RoundShapeTokens.RoundXl, - roundM = RoundShapeTokens.RoundM, roundXxs = RoundShapeTokens.RoundXxs, roundXs = RoundShapeTokens.RoundXs, + roundXxl = RoundShapeTokens.RoundXxl, roundS = RoundShapeTokens.RoundS, + roundXl = RoundShapeTokens.RoundXl, roundCircle = RoundShapeTokens.RoundCircle, + roundM = RoundShapeTokens.RoundM, + roundL = RoundShapeTokens.RoundL, ) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt index b3cda00f3..77fa31339 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt @@ -14,37 +14,17 @@ import com.sdds.sbcom.tokens.SpacingTokens @Immutable public data class SddsSbComSpacing( /** - * spacing 0x - */ - public val spacing0x: Dp = 0.dp, - /** - * spacing 1x - */ - public val spacing1x: Dp = 0.dp, - /** - * spacing 2x - */ - public val spacing2x: Dp = 0.dp, - /** - * spacing 4x - */ - public val spacing4x: Dp = 0.dp, - /** - * spacing 3x - */ - public val spacing3x: Dp = 0.dp, - /** - * spacing 6x + * spacing 16x */ - public val spacing6x: Dp = 0.dp, + public val spacing16x: Dp = 0.dp, /** - * spacing 8x + * spacing 10x */ - public val spacing8x: Dp = 0.dp, + public val spacing10x: Dp = 0.dp, /** - * spacing 16x + * spacing 12x */ - public val spacing16x: Dp = 0.dp, + public val spacing12x: Dp = 0.dp, /** * spacing 20x */ @@ -66,13 +46,33 @@ public data class SddsSbComSpacing( */ public val spacing60x: Dp = 0.dp, /** - * spacing 10x + * spacing 4x */ - public val spacing10x: Dp = 0.dp, + public val spacing4x: Dp = 0.dp, /** - * spacing 12x + * spacing 2x */ - public val spacing12x: Dp = 0.dp, + public val spacing2x: Dp = 0.dp, + /** + * spacing 0x + */ + public val spacing0x: Dp = 0.dp, + /** + * spacing 1x + */ + public val spacing1x: Dp = 0.dp, + /** + * spacing 3x + */ + public val spacing3x: Dp = 0.dp, + /** + * spacing 6x + */ + public val spacing6x: Dp = 0.dp, + /** + * spacing 8x + */ + public val spacing8x: Dp = 0.dp, ) internal val LocalSddsSbComSpacing: ProvidableCompositionLocal = @@ -84,19 +84,19 @@ internal val LocalSddsSbComSpacing: ProvidableCompositionLocal * Возвращает [SddsSbComSpacing] */ public fun defaultSddsSbComSpacing(): SddsSbComSpacing = SddsSbComSpacing( - spacing0x = SpacingTokens.spacing0x, - spacing1x = SpacingTokens.spacing1x, - spacing2x = SpacingTokens.spacing2x, - spacing4x = SpacingTokens.spacing4x, - spacing3x = SpacingTokens.spacing3x, - spacing6x = SpacingTokens.spacing6x, - spacing8x = SpacingTokens.spacing8x, spacing16x = SpacingTokens.spacing16x, + spacing10x = SpacingTokens.spacing10x, + spacing12x = SpacingTokens.spacing12x, spacing20x = SpacingTokens.spacing20x, spacing24x = SpacingTokens.spacing24x, spacing32x = SpacingTokens.spacing32x, spacing40x = SpacingTokens.spacing40x, spacing60x = SpacingTokens.spacing60x, - spacing10x = SpacingTokens.spacing10x, - spacing12x = SpacingTokens.spacing12x, + spacing4x = SpacingTokens.spacing4x, + spacing2x = SpacingTokens.spacing2x, + spacing0x = SpacingTokens.spacing0x, + spacing1x = SpacingTokens.spacing1x, + spacing3x = SpacingTokens.spacing3x, + spacing6x = SpacingTokens.spacing6x, + spacing8x = SpacingTokens.spacing8x, ) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt index 46943064c..eb627362d 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt @@ -18,17 +18,29 @@ import com.sdds.sbcom.tokens.TypographySmallTokens @Immutable public data class SddsSbComTypography internal constructor( /** - * typography l body-xs-medium + * typography l body-xxs-bold */ - public val bodyXsMedium: TextStyle = TextStyle.Default, + public val bodyXxsBold: TextStyle = TextStyle.Default, /** - * typography l body-xxs-medium + * typography l header-h2-medium */ - public val bodyXxsMedium: TextStyle = TextStyle.Default, + public val headerH2Medium: TextStyle = TextStyle.Default, /** - * typography l body-xxs + * typography l display-s */ - public val bodyXxsNormal: TextStyle = TextStyle.Default, + public val displaySNormal: TextStyle = TextStyle.Default, + /** + * typography l display-s-bold + */ + public val displaySBold: TextStyle = TextStyle.Default, + /** + * typography l display-s-medium + */ + public val displaySMedium: TextStyle = TextStyle.Default, + /** + * typography l header-h1 + */ + public val headerH1Normal: TextStyle = TextStyle.Default, /** * typography l header-h1-bold */ @@ -38,9 +50,17 @@ public data class SddsSbComTypography internal constructor( */ public val headerH1Medium: TextStyle = TextStyle.Default, /** - * typography l header-h1 + * typography l header-h2 */ - public val headerH1Normal: TextStyle = TextStyle.Default, + public val headerH2Normal: TextStyle = TextStyle.Default, + /** + * typography l header-h2-bold + */ + public val headerH2Bold: TextStyle = TextStyle.Default, + /** + * typography l header-h3 + */ + public val headerH3Normal: TextStyle = TextStyle.Default, /** * typography l header-h3-bold */ @@ -50,25 +70,57 @@ public data class SddsSbComTypography internal constructor( */ public val headerH3Medium: TextStyle = TextStyle.Default, /** - * typography l header-h3 + * typography l header-h4 */ - public val headerH3Normal: TextStyle = TextStyle.Default, + public val headerH4Normal: TextStyle = TextStyle.Default, + /** + * typography l header-h4-bold + */ + public val headerH4Bold: TextStyle = TextStyle.Default, /** * typography l header-h4-medium */ public val headerH4Medium: TextStyle = TextStyle.Default, + /** + * typography l body-l + */ + public val bodyLNormal: TextStyle = TextStyle.Default, /** * typography l body-l-bold */ public val bodyLBold: TextStyle = TextStyle.Default, + /** + * typography l body-s-bold + */ + public val bodySBold: TextStyle = TextStyle.Default, /** * typography l body-l-medium */ public val bodyLMedium: TextStyle = TextStyle.Default, /** - * typography l body-l + * typography l body-m */ - public val bodyLNormal: TextStyle = TextStyle.Default, + public val bodyMNormal: TextStyle = TextStyle.Default, + /** + * typography l body-s-medium + */ + public val bodySMedium: TextStyle = TextStyle.Default, + /** + * typography l body-xs + */ + public val bodyXsNormal: TextStyle = TextStyle.Default, + /** + * typography l body-xs-bold + */ + public val bodyXsBold: TextStyle = TextStyle.Default, + /** + * typography l body-xs-medium + */ + public val bodyXsMedium: TextStyle = TextStyle.Default, + /** + * typography l body-xxs + */ + public val bodyXxsNormal: TextStyle = TextStyle.Default, /** * typography l body-m-bold */ @@ -78,49 +130,61 @@ public data class SddsSbComTypography internal constructor( */ public val bodyMMedium: TextStyle = TextStyle.Default, /** - * typography l body-m + * typography l body-s */ - public val bodyMNormal: TextStyle = TextStyle.Default, + public val bodySNormal: TextStyle = TextStyle.Default, /** - * typography l body-s-bold + * typography l body-xxs-medium */ - public val bodySBold: TextStyle = TextStyle.Default, + public val bodyXxsMedium: TextStyle = TextStyle.Default, /** - * typography l body-s-medium + * typography l text-l */ - public val bodySMedium: TextStyle = TextStyle.Default, + public val textLNormal: TextStyle = TextStyle.Default, /** - * typography l body-s + * typography l text-s-medium */ - public val bodySNormal: TextStyle = TextStyle.Default, + public val textSMedium: TextStyle = TextStyle.Default, /** - * typography l body-xs-bold + * typography l text-l-bold */ - public val bodyXsBold: TextStyle = TextStyle.Default, + public val textLBold: TextStyle = TextStyle.Default, /** - * typography l body-xs + * typography l text-m */ - public val bodyXsNormal: TextStyle = TextStyle.Default, + public val textMNormal: TextStyle = TextStyle.Default, /** - * typography l body-xxs-bold + * typography l text-l-medium */ - public val bodyXxsBold: TextStyle = TextStyle.Default, + public val textLMedium: TextStyle = TextStyle.Default, /** - * typography l display-s-bold + * typography l text-s */ - public val displaySBold: TextStyle = TextStyle.Default, + public val textSNormal: TextStyle = TextStyle.Default, /** - * typography l display-s + * typography l text-s-bold */ - public val displaySNormal: TextStyle = TextStyle.Default, + public val textSBold: TextStyle = TextStyle.Default, /** - * typography l header-h2-medium + * typography l text-m-bold */ - public val headerH2Medium: TextStyle = TextStyle.Default, + public val textMBold: TextStyle = TextStyle.Default, /** - * typography l display-s-medium + * typography l text-m-medium */ - public val displaySMedium: TextStyle = TextStyle.Default, + public val textMMedium: TextStyle = TextStyle.Default, + /** + * typography l text-xs + */ + public val textXsNormal: TextStyle = TextStyle.Default, + /** + * typography l text-xs-bold + */ + public val textXsBold: TextStyle = TextStyle.Default, + /** + * typography l text-xs-medium + */ + public val textXsMedium: TextStyle = TextStyle.Default, ) internal val LocalSddsSbComTypography: ProvidableCompositionLocal = @@ -132,96 +196,144 @@ internal val LocalSddsSbComTypography: ProvidableCompositionLocal = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) + public val colors: List = listOf(Color(0xFF874DCF), Color(0xFF7133BE)) /** * Точки остановки цветов градиента @@ -24,10 +27,13 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object OutlineOnDarkTransparentSurfaceBrightness { + /** + * On Light Outline White Gradient + */ + public object OutlineOnLightWhiteGradient { /** * Цвета градиента */ @@ -41,19 +47,22 @@ public object DarkGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object SurfaceDefaultAccentGradientBrightness { + /** + * On Dark Personas Blue Surface Accent Gradient + */ + public object PersonasOnDarkBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) + public val colors: List = listOf(Color(0xFF2F82D9), Color(0xFF1063BA)) /** * Точки остановки цветов градиента @@ -63,14 +72,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInversePinkSurfaceAccentGradientActive { + /** + * Inverse Personas Indigo Surface Accent Gradient + */ + public object PersonasInverseIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF874DCF), Color(0xFF7133BE)) /** * Точки остановки цветов градиента @@ -80,35 +92,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object TextDefaultAccentGradientAiBrightness { + /** + * Outline White Gradient + */ + public object OutlineDefaultWhiteGradient { /** * Цвета градиента */ public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), + Color(0xFFFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0xCCFFFFFF), ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object SurfaceOnLightAccentGradientBrightness { + /** + * Personas Green Surface Accent Gradient + */ + public object PersonasDefaultGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) + public val colors: List = listOf(Color(0xFF1A9E7F), Color(0xFF038768)) /** * Точки остановки цветов градиента @@ -118,36 +137,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f - } - - public object OutlineInverseTransparentSurfaceBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultGreenSurfaceAccentGradientHover { + /** + * Inverse Personas Sea Blue Surface Accent Gradient + */ + public object PersonasInverseSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) /** * Точки остановки цветов градиента @@ -157,56 +157,61 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object TextOnDarkAccentGradientAiBrightness { + /** + * On Light Personas Pink Surface Accent Gradient + */ + public object PersonasOnLightPinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) + public val colors: List = listOf(Color(0xFFFC9999), Color(0xFFDF6969)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object TextOnLightAccentGradientAiBrightness { + /** + * Inverse Text Accent Gradient AI + */ + public object TextInverseAccentGradientAI { /** * Цвета градиента */ public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), Color(0xFFB331D0), + Color(0xFF6D4EDF), + Color(0xFF1FB9E0), ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object SurfaceInverseAccentGradientBrightness { + /** + * On Dark Personas Ochre Surface Accent Gradient + */ + public object PersonasOnDarkOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) + public val colors: List = listOf(Color(0xFFE58042), Color(0xFFC75A17)) /** * Точки остановки цветов градиента @@ -216,35 +221,37 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object TextInverseAccentGradientAiBrightness { + /** + * Personas Sea Blue Surface Accent Gradient + */ + public object PersonasDefaultSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) + public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object OverlayOnLightGradientBrightness { + /** + * Inverse Personas Pink Surface Accent Gradient + */ + public object PersonasInversePinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) + public val colors: List = listOf(Color(0xFFDE7171), Color(0xFFD04F4F)) /** * Точки остановки цветов градиента @@ -254,19 +261,30 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object OverlayInverseGradientBrightness { + /** + * On Light Surface Skeleton Gradient + */ + public object SurfaceOnLightSkeletonGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) + public val colors: List = listOf( + Color(0x0F080808), Color(0x0C080808), + Color(0x09080808), Color(0x08080808), Color(0x06080808), Color(0x03080808), + Color(0x00080808), Color(0x03080808), Color(0x06080808), Color(0x08080808), + Color(0x09080808), Color(0x0C080808), Color(0x0F080808), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf( + 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, + 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, + ) /** * Угол градиента @@ -274,33 +292,34 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - public object OutlineOnLightTransparentSurfaceBrightness { + /** + * Inverse Personas Ochre Surface Accent Gradient + */ + public object PersonasInverseOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) + public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnLightBlueSurfaceAccentGradient { + /** + * Dark Background Gradient + */ + public object BackgroundDarkGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) + public val colors: List = listOf(Color(0xFF021409), Color(0xFF141413)) /** * Точки остановки цветов градиента @@ -314,13 +333,13 @@ public object DarkGradientTokens { } /** - * Акцентный фон поверхности/контрола с градиентом + * On Dark Personas Sea Blue Surface Accent Gradient */ - public object SurfaceDefaultAccentGradient { + public object PersonasOnDarkSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) + public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) /** * Точки остановки цветов градиента @@ -330,13 +349,13 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * On Dark Surface Skeleton Gradient */ - public object SurfaceDefaultSkeletonGradient { + public object SurfaceOnDarkSkeletonGradient { /** * Цвета градиента */ @@ -350,7 +369,7 @@ public object DarkGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.504f, 1.0f, 1.0f) /** * Угол градиента @@ -359,13 +378,13 @@ public object DarkGradientTokens { } /** - * Фон для скелетона + * Inverse Background Gradient */ - public object SurfaceDefaultSkeletonGradientHover { + public object BackgroundInverseGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF021409), Color(0xFF141413)) /** * Точки остановки цветов градиента @@ -375,17 +394,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Фон для скелетона + * Inverse Overlay Gradient */ - public object SurfaceDefaultSkeletonGradientActive { + public object OverlayInverseGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) /** * Точки остановки цветов градиента @@ -395,45 +414,37 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * Personas Pink Surface Accent Gradient */ - public object SurfaceDefaultSkeletonDeepGradient { + public object PersonasDefaultPinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0x5CFFFFFF), Color(0x52FFFFFF), - Color(0x33FFFFFF), Color(0x0AFFFFFF), Color(0x33FFFFFF), Color(0x52FFFFFF), - Color(0x5CFFFFFF), Color(0x14FFFFFF), Color(0x33FFFFFF), Color(0x0AFFFFFF), - Color(0x33FFFFFF), Color(0x52FFFFFF), Color(0x5CFFFFFF), - ) + public val colors: List = listOf(Color(0xFFDE7171), Color(0xFFD04F4F)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * On Light Personas Olive Surface Accent Gradient */ - public object SurfaceDefaultSkeletonDeepGradientHover { + public object PersonasOnLightOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF93CB92), Color(0xFF73B372)) /** * Точки остановки цветов градиента @@ -443,17 +454,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * Inverse Surface Accent Gradient Secondary */ - public object SurfaceOnDarkAccentGradientHover { + public object SurfaceInverseAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -467,33 +478,37 @@ public object DarkGradientTokens { } /** - * Яркий фон для скелетона + * On Light Text Accent Gradient AI */ - public object SurfaceDefaultSkeletonDeepGradientActive { + public object TextOnLightAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFB331D0), + Color(0xFF6D4EDF), + Color(0xFF1FB9E0), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне + * Light Background Gradient */ - public object SurfaceOnDarkAccentGradientActive { + public object BackgroundLightGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -503,13 +518,13 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Фон для скелетона + * Surface Skeleton Gradient */ - public object SurfaceOnDarkSkeletonGradient { + public object SurfaceDefaultSkeletonGradient { /** * Цвета градиента */ @@ -523,7 +538,7 @@ public object DarkGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.504f, 1.0f, 1.0f) /** * Угол градиента @@ -532,13 +547,13 @@ public object DarkGradientTokens { } /** - * Фон для скелетона + * Overlay Gradient */ - public object SurfaceOnDarkSkeletonGradientHover { + public object OverlayDefaultGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) /** * Точки остановки цветов градиента @@ -548,17 +563,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * On Dark Overlay Gradient */ - public object SurfaceOnDarkSkeletonGradientActive { + public object OverlayOnDarkGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) /** * Точки остановки цветов градиента @@ -568,45 +583,37 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * Background Gradient */ - public object SurfaceOnDarkSkeletonDeepGradient { + public object BackgroundDefaultGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0x5CFFFFFF), Color(0x52FFFFFF), - Color(0x33FFFFFF), Color(0x0AFFFFFF), Color(0x33FFFFFF), Color(0x52FFFFFF), - Color(0x5CFFFFFF), Color(0x14FFFFFF), Color(0x33FFFFFF), Color(0x0AFFFFFF), - Color(0x33FFFFFF), Color(0x52FFFFFF), Color(0x5CFFFFFF), - ) + public val colors: List = listOf(Color(0xFF021409), Color(0xFF141413)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Яркий фон для скелетона + * On Dark Personas Violet Surface Accent Gradient */ - public object SurfaceOnDarkSkeletonDeepGradientHover { + public object PersonasOnDarkVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFB14CC2), Color(0xFF9E32AF)) /** * Точки остановки цветов градиента @@ -616,22 +623,30 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * Inverse Surface Skeleton Gradient */ - public object SurfaceOnDarkSkeletonDeepGradientActive { + public object SurfaceInverseSkeletonGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0x0F080808), Color(0x0C080808), + Color(0x09080808), Color(0x08080808), Color(0x06080808), Color(0x03080808), + Color(0x00080808), Color(0x03080808), Color(0x06080808), Color(0x08080808), + Color(0x09080808), Color(0x0C080808), Color(0x0F080808), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf( + 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, + 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, + ) /** * Угол градиента @@ -640,13 +655,13 @@ public object DarkGradientTokens { } /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * On Light Personas Ochre Surface Accent Gradient */ - public object SurfaceOnLightAccentGradientActive { + public object PersonasOnLightOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) /** * Точки остановки цветов градиента @@ -656,17 +671,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * Surface Accent Gradient Secondary */ - public object SurfaceOnLightSkeletonDeepGradientActive { + public object SurfaceDefaultAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -680,13 +695,13 @@ public object DarkGradientTokens { } /** - * Яркий фон для скелетона + * Inverse Personas Green Surface Accent Gradient */ - public object SurfaceOnLightSkeletonDeepGradientHover { + public object PersonasInverseGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF1A9E7F), Color(0xFF038768)) /** * Точки остановки цветов градиента @@ -696,17 +711,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * Personas Ochre Surface Accent Gradient */ - public object SurfaceInverseAccentGradientHover { + public object PersonasDefaultOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFE58042), Color(0xFFC75A17)) /** * Точки остановки цветов градиента @@ -716,37 +731,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * Inverse Outline White Gradient */ - public object SurfaceInverseAccentGradientActive { + public object OutlineInverseWhiteGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0xCCFFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Инвертированный акцентный фон поверхности/контрола с градиентом + * On Light Personas Violet Surface Accent Gradient */ - public object SurfaceInverseAccentGradient { + public object PersonasOnLightVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) + public val colors: List = listOf(Color(0xFFE19DED), Color(0xFFC67AD4)) /** * Точки остановки цветов градиента @@ -756,62 +776,62 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * Personas Violet Surface Accent Gradient */ - public object SurfaceInverseSkeletonGradient { + public object PersonasDefaultVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0x00FFFFFF), - Color(0x3DFFFFFF), - Color(0x00FFFFFF), - Color(0x00FFFFFF), - ) + public val colors: List = listOf(Color(0xFFB14CC2), Color(0xFF9E32AF)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * On Dark Outline White Gradient */ - public object SurfaceInverseSkeletonGradientHover { + public object OutlineOnDarkWhiteGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xCCFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0x99FFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Фон для скелетона + * Inverse Personas Blue Surface Accent Gradient */ - public object SurfaceInverseSkeletonGradientActive { + public object PersonasInverseBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF79B3F2), Color(0xFF5D99DB)) /** * Точки остановки цветов градиента @@ -821,45 +841,37 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * On Light Personas Sea Blue Surface Accent Gradient */ - public object SurfaceInverseSkeletonDeepGradient { + public object PersonasOnLightSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0x5C080808), Color(0x52080808), - Color(0x33080808), Color(0x0A080808), Color(0x33080808), Color(0x52080808), - Color(0x5C080808), Color(0x14080808), Color(0x33080808), Color(0x0A080808), - Color(0x33080808), Color(0x52080808), Color(0x5C080808), - ) + public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * Inverse Personas Olive Surface Accent Gradient */ - public object SurfaceOnLightAccentGradient { + public object PersonasInverseOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) + public val colors: List = listOf(Color(0xFF93CB92), Color(0xFF73B372)) /** * Точки остановки цветов градиента @@ -869,45 +881,37 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * On Light Overlay Gradient */ - public object SurfaceOnLightSkeletonGradient { + public object OverlayOnLightGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0x0F080808), Color(0x0D080808), - Color(0x0A080808), Color(0x08080808), Color(0x05080808), Color(0x03080808), - Color(0x00080808), Color(0x03080808), Color(0x05080808), Color(0x08080808), - Color(0x0A080808), Color(0x0D080808), Color(0x0F080808), - ) + public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, - 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, - ) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 270.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * On Light Personas Indigo Surface Accent Gradient */ - public object SurfaceOnLightSkeletonGradientActive { + public object PersonasOnLightIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFBD91F5), Color(0xFFA175D9)) /** * Точки остановки цветов градиента @@ -917,45 +921,37 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * On Light Personas Blue Surface Accent Gradient */ - public object SurfaceOnLightSkeletonDeepGradient { + public object PersonasOnLightBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf( - Color(0x5C080808), Color(0x52080808), - Color(0x33080808), Color(0x0A080808), Color(0x33080808), Color(0x52080808), - Color(0x5C080808), Color(0x14080808), Color(0x33080808), Color(0x0A080808), - Color(0x33080808), Color(0x52080808), Color(0x5C080808), - ) + public val colors: List = listOf(Color(0xFF79B3F2), Color(0xFF5D99DB)) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом + * On Dark Personas Pink Surface Accent Gradient */ - public object OutlineDefaultAccentGradient { + public object PersonasOnDarkPinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF1A9E32), Color(0xFF04C6C9)) + public val colors: List = listOf(Color(0xFFDE7171), Color(0xFFD04F4F)) /** * Точки остановки цветов градиента @@ -965,37 +961,41 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 45.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом на темном фоне + * On Dark Text Accent Gradient AI */ - public object OutlineOnDarkAccentGradientHover { + public object TextOnDarkAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFCA46E3), + Color(0xFFA98DF5), + Color(0xFF36D3F5), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Акцентный цвет обводки с градиентом на темном фоне + * On Dark Personas Green Surface Accent Gradient */ - public object OutlineOnDarkAccentGradientActive { + public object PersonasOnDarkGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF1A9E7F), Color(0xFF038768)) /** * Точки остановки цветов градиента @@ -1005,17 +1005,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом на темном фоне + * Personas Olive Surface Accent Gradient */ - public object OutlineOnDarkAccentGradient { + public object PersonasDefaultOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF1A9E32), Color(0xFF04C6C9)) + public val colors: List = listOf(Color(0xFF93CB92), Color(0xFF73B372)) /** * Точки остановки цветов градиента @@ -1025,17 +1025,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 45.0f + public const val angle: Float = 180.0f } /** - * Яркий фон для скелетона + * Personas Indigo Surface Accent Gradient */ - public object SurfaceInverseSkeletonDeepGradientActive { + public object PersonasDefaultIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF874DCF), Color(0xFF7133BE)) /** * Точки остановки цветов градиента @@ -1045,37 +1045,41 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом + * Text Accent Gradient AI */ - public object OutlineDefaultAccentGradientHover { + public object TextDefaultAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFCA46E3), + Color(0xFFA98DF5), + Color(0xFF36D3F5), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Акцентный цвет обводки с градиентом на светлом фоне + * On Dark Surface Accent Gradient Secondary */ - public object OutlineOnLightAccentGradient { + public object SurfaceOnDarkAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF0D8523), Color(0xFF0DA8AB)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -1085,17 +1089,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 45.0f + public const val angle: Float = 90.0f } /** - * Инвертированный акцентный цвет обводки с градиентом + * Personas Blue Surface Accent Gradient */ - public object OutlineInverseAccentGradientHover { + public object PersonasDefaultBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF79B3F2), Color(0xFF5D99DB)) /** * Точки остановки цветов градиента @@ -1105,17 +1109,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Инвертированный акцентный цвет обводки с градиентом + * Inverse Personas Violet Surface Accent Gradient */ - public object OutlineInverseAccentGradientActive { + public object PersonasInverseVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFE19DED), Color(0xFFC67AD4)) /** * Точки остановки цветов градиента @@ -1125,17 +1129,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом на светлом фоне + * On Light Surface Accent Gradient Secondary */ - public object OutlineOnLightAccentGradientActive { + public object SurfaceOnLightAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -1148,11 +1152,14 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - public object PersonaDefaultBlueSurfaceAccentGradientActive { + /** + * On Light Personas Green Surface Accent Gradient + */ + public object PersonasOnLightGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF79D7C0), Color(0xFF50B89F)) /** * Точки остановки цветов градиента @@ -1162,14 +1169,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultGreenSurfaceAccentGradient { + /** + * On Dark Personas Olive Surface Accent Gradient + */ + public object PersonasOnDarkOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) + public val colors: List = listOf(Color(0xFF21961F), Color(0xFF127210)) /** * Точки остановки цветов градиента @@ -1179,14 +1189,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultGreenSurfaceAccentGradientActive { + /** + * Акцентный фон поверхности/контрола с градиентом + */ + public object SurfaceDefaultAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -1196,14 +1209,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultIndigoSurfaceAccentGradient { + /** + * Акцентный минорный фон поверхности/контрола с градиентом + */ + public object SurfaceDefaultAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) + public val colors: List = listOf(Color(0xFF034325), Color(0xFA011815)) /** * Точки остановки цветов градиента @@ -1216,11 +1232,14 @@ public object DarkGradientTokens { public const val angle: Float = 135.0f } - public object PersonaDefaultIndigoSurfaceAccentGradientActive { - /** - * Цвета градиента + /** + * Акцентный фон поверхности/контрола с градиентом на темном фоне + */ + public object SurfaceOnDarkAccentGradient { + /** + * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -1230,14 +1249,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultOchreSurfaceAccentGradient { + /** + * Акцентный минорный фон поверхности/контрола с градиентом на темном фоне + */ + public object SurfaceOnDarkAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) + public val colors: List = listOf(Color(0xFF034325), Color(0xFA011815)) /** * Точки остановки цветов градиента @@ -1250,11 +1272,14 @@ public object DarkGradientTokens { public const val angle: Float = 135.0f } - public object PersonaDefaultOchreSurfaceAccentGradientActive { + /** + * Акцентный фон поверхности/контрола с градиентом на светлом фоне + */ + public object SurfaceOnLightAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -1264,14 +1289,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultOliveSurfaceAccentGradient { + /** + * Акцентный минорный фон поверхности/контрола с градиентом на светлом фоне + */ + public object SurfaceOnLightAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -1281,14 +1309,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 133.15f } - public object PersonaDefaultOliveSurfaceAccentGradientHover { + /** + * Инвертированный акцентный фон поверхности/контрола с градиентом + */ + public object SurfaceInverseAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -1298,14 +1329,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultOliveSurfaceAccentGradientActive { + /** + * Инвертированный акцентный минорный фон поверхности/контрола с градиентом + */ + public object SurfaceInverseAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -1315,14 +1349,22 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 133.15f } +} - public object PersonaDefaultPinkSurfaceAccentGradient { +/** + * Токены градиента для светлой темы + */ +public object LightGradientTokens { + /** + * On Dark Personas Indigo Surface Accent Gradient + */ + public object PersonasOnDarkIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) + public val colors: List = listOf(Color(0xFF874DCF), Color(0xFF7133BE)) /** * Точки остановки цветов градиента @@ -1332,31 +1374,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultPinkSurfaceAccentGradientHover { + /** + * On Light Outline White Gradient + */ + public object OutlineOnLightWhiteGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0xCCFFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaDefaultPinkSurfaceAccentGradientActive { + /** + * On Dark Personas Blue Surface Accent Gradient + */ + public object PersonasOnDarkBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF2F82D9), Color(0xFF1063BA)) /** * Точки остановки цветов градиента @@ -1366,14 +1419,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultBlueSurfaceAccentGradient { + /** + * Inverse Personas Indigo Surface Accent Gradient + */ + public object PersonasInverseIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) + public val colors: List = listOf(Color(0xFFBD91F5), Color(0xFFA175D9)) /** * Точки остановки цветов градиента @@ -1383,31 +1439,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultSeaBlueSurfaceAccentGradientActive { + /** + * Outline White Gradient + */ + public object OutlineDefaultWhiteGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xCCFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0x99FFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaDefaultVioletSurfaceAccentGradient { + /** + * Personas Green Surface Accent Gradient + */ + public object PersonasDefaultGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) + public val colors: List = listOf(Color(0xFF79D7C0), Color(0xFF50B89F)) /** * Точки остановки цветов градиента @@ -1417,14 +1484,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultVioletSurfaceAccentGradientHover { + /** + * Inverse Personas Sea Blue Surface Accent Gradient + */ + public object PersonasInverseSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) /** * Точки остановки цветов градиента @@ -1434,14 +1504,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultVioletSurfaceAccentGradientActive { + /** + * On Light Personas Pink Surface Accent Gradient + */ + public object PersonasOnLightPinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFFC9999), Color(0xFFDF6969)) /** * Точки остановки цветов градиента @@ -1451,19 +1524,26 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseBlueSurfaceAccentGradient { + /** + * Inverse Text Accent Gradient AI + */ + public object TextInverseAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) + public val colors: List = listOf( + Color(0xFFCA46E3), + Color(0xFFA98DF5), + Color(0xFF36D3F5), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента @@ -1471,11 +1551,14 @@ public object DarkGradientTokens { public const val angle: Float = 135.0f } - public object PersonaInverseBlueSurfaceAccentGradientHover { + /** + * On Dark Personas Ochre Surface Accent Gradient + */ + public object PersonasOnDarkOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFE58042), Color(0xFFC75A17)) /** * Точки остановки цветов градиента @@ -1485,14 +1568,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseBlueSurfaceAccentGradientActive { + /** + * Personas Sea Blue Surface Accent Gradient + */ + public object PersonasDefaultSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) /** * Точки остановки цветов градиента @@ -1502,14 +1588,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseGreenSurfaceAccentGradient { + /** + * Inverse Personas Pink Surface Accent Gradient + */ + public object PersonasInversePinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) + public val colors: List = listOf(Color(0xFFFC9999), Color(0xFFDF6969)) /** * Точки остановки цветов градиента @@ -1519,19 +1608,30 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaInverseGreenSurfaceAccentGradientHover { + /** + * On Light Surface Skeleton Gradient + */ + public object SurfaceOnLightSkeletonGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0x0F080808), Color(0x0C080808), + Color(0x09080808), Color(0x08080808), Color(0x06080808), Color(0x03080808), + Color(0x00080808), Color(0x03080808), Color(0x06080808), Color(0x08080808), + Color(0x09080808), Color(0x0C080808), Color(0x0F080808), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf( + 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, + 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, + ) /** * Угол градиента @@ -1539,11 +1639,14 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - public object PersonaInverseGreenSurfaceAccentGradientActive { + /** + * Inverse Personas Ochre Surface Accent Gradient + */ + public object PersonasInverseOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFE58042), Color(0xFFC75A17)) /** * Точки остановки цветов градиента @@ -1553,14 +1656,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseIndigoSurfaceAccentGradient { + /** + * Dark Background Gradient + */ + public object BackgroundDarkGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) + public val colors: List = listOf(Color(0xFF021409), Color(0xFF141413)) /** * Точки остановки цветов градиента @@ -1573,11 +1679,14 @@ public object DarkGradientTokens { public const val angle: Float = 135.0f } - public object PersonaInverseIndigoSurfaceAccentGradientActive { + /** + * On Dark Personas Sea Blue Surface Accent Gradient + */ + public object PersonasOnDarkSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) /** * Точки остановки цветов градиента @@ -1587,19 +1696,27 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseOchreSurfaceAccentGradientHover { + /** + * On Dark Surface Skeleton Gradient + */ + public object SurfaceOnDarkSkeletonGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0x00FFFFFF), + Color(0x3DFFFFFF), + Color(0x00FFFFFF), + Color(0x00FFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.504f, 1.0f, 1.0f) /** * Угол градиента @@ -1607,11 +1724,14 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - public object PersonaInverseOchreSurfaceAccentGradientActive { + /** + * Inverse Background Gradient + */ + public object BackgroundInverseGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -1621,14 +1741,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaDefaultSeaBlueSurfaceAccentGradient { + /** + * Inverse Overlay Gradient + */ + public object OverlayInverseGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) + public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) /** * Точки остановки цветов градиента @@ -1638,14 +1761,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultSeaBlueSurfaceAccentGradientHover { + /** + * Personas Pink Surface Accent Gradient + */ + public object PersonasDefaultPinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFFC9999), Color(0xFFDF6969)) /** * Точки остановки цветов градиента @@ -1655,14 +1781,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseOliveSurfaceAccentGradientActive { + /** + * On Light Personas Olive Surface Accent Gradient + */ + public object PersonasOnLightOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF93CB92), Color(0xFF73B372)) /** * Точки остановки цветов градиента @@ -1672,14 +1801,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInversePinkSurfaceAccentGradient { + /** + * Inverse Surface Accent Gradient Secondary + */ + public object SurfaceInverseAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -1689,31 +1821,41 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 90.0f } - public object PersonaInversePinkSurfaceAccentGradientHover { + /** + * On Light Text Accent Gradient AI + */ + public object TextOnLightAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFB331D0), + Color(0xFF6D4EDF), + Color(0xFF1FB9E0), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaInverseSeaBlueSurfaceAccentGradient { + /** + * Light Background Gradient + */ + public object BackgroundLightGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -1726,16 +1868,27 @@ public object DarkGradientTokens { public const val angle: Float = 135.0f } - public object PersonaInverseSeaBlueSurfaceAccentGradientHover { + /** + * Surface Skeleton Gradient + */ + public object SurfaceDefaultSkeletonGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0x0F080808), Color(0x0C080808), + Color(0x09080808), Color(0x08080808), Color(0x06080808), Color(0x03080808), + Color(0x00080808), Color(0x03080808), Color(0x06080808), Color(0x08080808), + Color(0x09080808), Color(0x0C080808), Color(0x0F080808), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf( + 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, + 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, + ) /** * Угол градиента @@ -1743,11 +1896,14 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - public object PersonaInverseSeaBlueSurfaceAccentGradientActive { + /** + * Overlay Gradient + */ + public object OverlayDefaultGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) /** * Точки остановки цветов градиента @@ -1757,14 +1913,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaInverseVioletSurfaceAccentGradient { + /** + * On Dark Overlay Gradient + */ + public object OverlayOnDarkGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) + public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) /** * Точки остановки цветов градиента @@ -1774,14 +1933,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaInverseVioletSurfaceAccentGradientHover { + /** + * Background Gradient + */ + public object BackgroundDefaultGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -1791,14 +1953,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaInverseVioletSurfaceAccentGradientActive { + /** + * On Dark Personas Violet Surface Accent Gradient + */ + public object PersonasOnDarkVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFB14CC2), Color(0xFF9E32AF)) /** * Точки остановки цветов градиента @@ -1808,31 +1973,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkBlueSurfaceAccentGradient { + /** + * Inverse Surface Skeleton Gradient + */ + public object SurfaceInverseSkeletonGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) + public val colors: List = listOf( + Color(0x00FFFFFF), + Color(0x3DFFFFFF), + Color(0x00FFFFFF), + Color(0x00FFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.504f, 1.0f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 90.0f } - public object PersonaOnDarkBlueSurfaceAccentGradientHover { + /** + * On Light Personas Ochre Surface Accent Gradient + */ + public object PersonasOnLightOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) /** * Точки остановки цветов градиента @@ -1842,14 +2018,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkBlueSurfaceAccentGradientActive { + /** + * Surface Accent Gradient Secondary + */ + public object SurfaceDefaultAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -1862,11 +2041,14 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - public object PersonaOnDarkGreenSurfaceAccentGradient { + /** + * Inverse Personas Green Surface Accent Gradient + */ + public object PersonasInverseGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) + public val colors: List = listOf(Color(0xFF79D7C0), Color(0xFF50B89F)) /** * Точки остановки цветов градиента @@ -1876,14 +2058,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkGreenSurfaceAccentGradientHover { + /** + * Personas Ochre Surface Accent Gradient + */ + public object PersonasDefaultOchreSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) /** * Точки остановки цветов градиента @@ -1893,31 +2078,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkGreenSurfaceAccentGradientActive { + /** + * Inverse Outline White Gradient + */ + public object OutlineInverseWhiteGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xCCFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0x99FFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaInverseOliveSurfaceAccentGradient { + /** + * On Light Personas Violet Surface Accent Gradient + */ + public object PersonasOnLightVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) + public val colors: List = listOf(Color(0xFFE19DED), Color(0xFFC67AD4)) /** * Точки остановки цветов градиента @@ -1927,14 +2123,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaInverseOliveSurfaceAccentGradientHover { + /** + * Personas Violet Surface Accent Gradient + */ + public object PersonasDefaultVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFE19DED), Color(0xFFC67AD4)) /** * Точки остановки цветов градиента @@ -1944,31 +2143,42 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkIndigoSurfaceAccentGradientActive { + /** + * On Dark Outline White Gradient + */ + public object OutlineOnDarkWhiteGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xCCFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0x99FFFFFF), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaInverseOchreSurfaceAccentGradient { + /** + * Inverse Personas Blue Surface Accent Gradient + */ + public object PersonasInverseBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) + public val colors: List = listOf(Color(0xFF2F82D9), Color(0xFF1063BA)) /** * Точки остановки цветов градиента @@ -1978,14 +2188,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkOchreSurfaceAccentGradientHover { + /** + * On Light Personas Sea Blue Surface Accent Gradient + */ + public object PersonasOnLightSeaBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) /** * Точки остановки цветов градиента @@ -1995,14 +2208,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkOchreSurfaceAccentGradientActive { + /** + * Inverse Personas Olive Surface Accent Gradient + */ + public object PersonasInverseOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF21961F), Color(0xFF127210)) /** * Точки остановки цветов градиента @@ -2012,14 +2228,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkOliveSurfaceAccentGradient { + /** + * On Light Overlay Gradient + */ + public object OverlayOnLightGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) + public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) /** * Точки остановки цветов градиента @@ -2029,14 +2248,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkOliveSurfaceAccentGradientHover { + /** + * On Light Personas Indigo Surface Accent Gradient + */ + public object PersonasOnLightIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFBD91F5), Color(0xFFA175D9)) /** * Точки остановки цветов градиента @@ -2046,14 +2268,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkOliveSurfaceAccentGradientActive { + /** + * On Light Personas Blue Surface Accent Gradient + */ + public object PersonasOnLightBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF79B3F2), Color(0xFF5D99DB)) /** * Точки остановки цветов градиента @@ -2063,14 +2288,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkPinkSurfaceAccentGradient { + /** + * On Dark Personas Pink Surface Accent Gradient + */ + public object PersonasOnDarkPinkSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) + public val colors: List = listOf(Color(0xFFDE7171), Color(0xFFD04F4F)) /** * Точки остановки цветов градиента @@ -2080,31 +2308,41 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkPinkSurfaceAccentGradientHover { + /** + * On Dark Text Accent Gradient AI + */ + public object TextOnDarkAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFCA46E3), + Color(0xFFA98DF5), + Color(0xFF36D3F5), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaOnDarkPinkSurfaceAccentGradientActive { + /** + * On Dark Personas Green Surface Accent Gradient + */ + public object PersonasOnDarkGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF1A9E7F), Color(0xFF038768)) /** * Точки остановки цветов градиента @@ -2114,14 +2352,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnDarkSeaBlueSurfaceAccentGradient { + /** + * Personas Olive Surface Accent Gradient + */ + public object PersonasDefaultOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) + public val colors: List = listOf(Color(0xFF21961F), Color(0xFF127210)) /** * Точки остановки цветов градиента @@ -2131,4465 +2372,17 @@ public object DarkGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkSeaBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkSeaBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkVioletSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkVioletSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkVioletSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkIndigoSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkIndigoSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightGreenSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightGreenSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightGreenSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightIndigoSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightIndigoSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightIndigoSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightOchreSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOchreSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightOliveSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightPinkSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightPinkSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightVioletSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightVioletSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurfaceActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurface { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurfaceHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurfaceActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextDefaultAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextDefaultAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextDefaultAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineInverseTransparentSurface { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineInverseTransparentSurfaceHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineInverseTransparentSurfaceActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurface { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurfaceHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOliveSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnLightGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnLightGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightPinkSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightSeaBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnLightGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOliveSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightSeaBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceInverseSkeletonDeepGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Инвертированный акцентный цвет обводки с градиентом - */ - public object OutlineInverseAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF0D8523), Color(0xFF0DA8AB)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 45.0f - } - - /** - * Акцентный цвет обводки с градиентом на светлом фоне - */ - public object OutlineOnLightAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseIndigoSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightSeaBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - /** - * Акцентный цвет обводки с градиентом - */ - public object OutlineDefaultAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightVioletSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне - */ - public object SurfaceOnDarkAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом - */ - public object SurfaceDefaultAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом - */ - public object SurfaceDefaultAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultOchreSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceOnLightSkeletonGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне - */ - public object SurfaceOnLightAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultIndigoSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } -} - -/** - * Токены градиента для светлой темы - */ -public object LightGradientTokens { - public object SurfaceOnDarkAccentGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurfaceBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object SurfaceDefaultAccentGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInversePinkSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextDefaultAccentGradientAiBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object SurfaceOnLightAccentGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultGreenSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAiBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAiBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object SurfaceInverseAccentGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAiBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnLightGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineDefaultTransparentSurfaceBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayDefaultGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnDarkGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradientBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurfaceBrightness { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом - */ - public object SurfaceDefaultAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 45.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceDefaultSkeletonGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x0F080808), Color(0x0D080808), - Color(0x0A080808), Color(0x08080808), Color(0x05080808), Color(0x03080808), - Color(0x00080808), Color(0x03080808), Color(0x05080808), Color(0x08080808), - Color(0x0A080808), Color(0x0D080808), Color(0x0F080808), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, - 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 270.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceDefaultSkeletonGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceDefaultSkeletonGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceDefaultSkeletonDeepGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x5C080808), Color(0x52080808), - Color(0x33080808), Color(0x0A080808), Color(0x33080808), Color(0x52080808), - Color(0x5C080808), Color(0x14080808), Color(0x33080808), Color(0x0A080808), - Color(0x33080808), Color(0x52080808), Color(0x5C080808), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceDefaultSkeletonDeepGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне - */ - public object SurfaceOnDarkAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceDefaultSkeletonDeepGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом на темном фоне - */ - public object SurfaceOnDarkAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceOnDarkSkeletonGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x00FFFFFF), - Color(0x3DFFFFFF), - Color(0x00FFFFFF), - Color(0x00FFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceOnDarkSkeletonGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceOnDarkSkeletonGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceOnDarkSkeletonDeepGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x5CFFFFFF), Color(0x52FFFFFF), - Color(0x33FFFFFF), Color(0x0AFFFFFF), Color(0x33FFFFFF), Color(0x52FFFFFF), - Color(0x5CFFFFFF), Color(0x14FFFFFF), Color(0x33FFFFFF), Color(0x0AFFFFFF), - Color(0x33FFFFFF), Color(0x52FFFFFF), Color(0x5CFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceOnDarkSkeletonDeepGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceOnDarkSkeletonDeepGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне - */ - public object SurfaceOnLightAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceOnLightSkeletonDeepGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceOnLightSkeletonDeepGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Инвертированный акцентный фон поверхности/контрола с градиентом - */ - public object SurfaceInverseAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Инвертированный акцентный фон поверхности/контрола с градиентом - */ - public object SurfaceInverseAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Инвертированный акцентный фон поверхности/контрола с градиентом - */ - public object SurfaceInverseAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceInverseSkeletonGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x0F080808), Color(0x0D080808), - Color(0x0A080808), Color(0x08080808), Color(0x05080808), Color(0x03080808), - Color(0x00080808), Color(0x03080808), Color(0x05080808), Color(0x08080808), - Color(0x0A080808), Color(0x0D080808), Color(0x0F080808), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, - 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 270.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceInverseSkeletonGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceInverseSkeletonGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceInverseSkeletonDeepGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x5CFFFFFF), Color(0x52FFFFFF), - Color(0x33FFFFFF), Color(0x0AFFFFFF), Color(0x33FFFFFF), Color(0x52FFFFFF), - Color(0x5CFFFFFF), Color(0x14FFFFFF), Color(0x33FFFFFF), Color(0x0AFFFFFF), - Color(0x33FFFFFF), Color(0x52FFFFFF), Color(0x5CFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне - */ - public object SurfaceOnLightAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF527E4B), Color(0xFF9CBF80)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceOnLightSkeletonGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x0F080808), Color(0x0D080808), - Color(0x0A080808), Color(0x08080808), Color(0x05080808), Color(0x03080808), - Color(0x00080808), Color(0x03080808), Color(0x05080808), Color(0x08080808), - Color(0x0A080808), Color(0x0D080808), Color(0x0F080808), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.1f, 0.2f, 0.25f, 0.3f, 0.4f, 0.5f, - 0.6f, 0.7f, 0.75f, 0.8f, 0.9f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 270.0f - } - - /** - * Фон для скелетона - */ - public object SurfaceOnLightSkeletonGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceOnLightSkeletonDeepGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0x5C080808), Color(0x52080808), - Color(0x33080808), Color(0x0A080808), Color(0x33080808), Color(0x52080808), - Color(0x5C080808), Color(0x14080808), Color(0x33080808), Color(0x0A080808), - Color(0x33080808), Color(0x52080808), Color(0x5C080808), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf( - 0.0f, 0.0625f, 0.125f, 0.25f, 0.375f, - 0.4375f, 0.5f, 0.5625f, 0.625f, 0.75f, 0.875f, 0.9375f, 1.0f, - ) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный цвет обводки с градиентом - */ - public object OutlineDefaultAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF0D8523), Color(0xFF0DA8AB)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 45.0f - } - - /** - * Акцентный цвет обводки с градиентом на темном фоне - */ - public object OutlineOnDarkAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный цвет обводки с градиентом на темном фоне - */ - public object OutlineOnDarkAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный цвет обводки с градиентом на темном фоне - */ - public object OutlineOnDarkAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF1A9E32), Color(0xFF04C6C9)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 45.0f - } - - /** - * Яркий фон для скелетона - */ - public object SurfaceInverseSkeletonDeepGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный цвет обводки с градиентом - */ - public object OutlineDefaultAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный цвет обводки с градиентом на светлом фоне - */ - public object OutlineOnLightAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF0D8523), Color(0xFF0DA8AB)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 45.0f - } - - /** - * Инвертированный акцентный цвет обводки с градиентом - */ - public object OutlineInverseAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Инвертированный акцентный цвет обводки с градиентом - */ - public object OutlineInverseAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - /** - * Акцентный цвет обводки с градиентом на светлом фоне - */ - public object OutlineOnLightAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultGreenSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultGreenSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultIndigoSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultIndigoSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultOchreSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultOliveSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultOliveSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultOliveSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultPinkSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultPinkSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultPinkSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultSeaBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultVioletSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultVioletSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultVioletSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInverseBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseGreenSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInverseGreenSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseGreenSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseIndigoSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInverseIndigoSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseOchreSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseOchreSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultSeaBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaDefaultSeaBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseOliveSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInversePinkSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInversePinkSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseSeaBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInverseSeaBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseSeaBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseVioletSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInverseVioletSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseVioletSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF87BEE5), Color(0xFF5387AF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkGreenSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkGreenSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkGreenSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseOliveSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaInverseOliveSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkIndigoSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaInverseOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkOchreSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkOchreSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkOliveSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkOliveSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkOliveSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkPinkSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkPinkSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkPinkSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkSeaBlueSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkSeaBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkSeaBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkVioletSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkVioletSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkVioletSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkIndigoSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnDarkIndigoSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightGreenSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF8BCB94), Color(0xFF56955E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightGreenSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightGreenSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightIndigoSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF9291E5), Color(0xFF5352C5)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightIndigoSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightIndigoSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightOchreSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOchreSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnDarkOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFE0AB69), Color(0xFFAC7530)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightOliveSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFB3BA8D), Color(0xFF7C8557)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightPinkSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFDE9EA5), Color(0xFFA9656E)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightPinkSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightVioletSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFC6A0DC), Color(0xFF8F69A6)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - - public object PersonaOnLightVioletSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurfaceActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurface { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurfaceHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnLightTransparentSurfaceActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextDefaultAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.06f, 0.5f, 0.94f) - - /** - * Угол градиента - */ - public const val angle: Float = 93.97f - } - - public object TextDefaultAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextInverseAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF36D3F5), - Color(0xFFA98DF5), - Color(0xFFCA46E3), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnDarkAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAi { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFF1FB9E0), - Color(0xFF6D4EDF), - Color(0xFFB331D0), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.5f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAiHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextOnLightAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object TextDefaultAccentGradientAiActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurface { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineOnDarkTransparentSurfaceHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightOliveSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnLightGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineDefaultTransparentSurface { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.3333f, 0.6667f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineDefaultTransparentSurfaceHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OutlineDefaultTransparentSurfaceActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayDefaultGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayDefaultGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayDefaultGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnDarkGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnDarkGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnDarkGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayInverseGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object OverlayOnLightGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightPinkSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightSeaBlueSurfaceAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object OverlayOnLightGradientHover { + /** + * Personas Indigo Surface Accent Gradient + */ + public object PersonasDefaultIndigoSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFBD91F5), Color(0xFFA175D9)) /** * Точки остановки цветов градиента @@ -6599,31 +2392,41 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnLightOliveSurfaceAccentGradientActive { + /** + * Text Accent Gradient AI + */ + public object TextDefaultAccentGradientAI { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf( + Color(0xFFB331D0), + Color(0xFF6D4EDF), + Color(0xFF1FB9E0), + ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.08f, 0.56f, 1.0f) /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } - public object PersonaOnLightSeaBlueSurfaceAccentGradientActive { + /** + * On Dark Surface Accent Gradient Secondary + */ + public object SurfaceOnDarkAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -6637,13 +2440,13 @@ public object LightGradientTokens { } /** - * Яркий фон для скелетона + * Personas Blue Surface Accent Gradient */ - public object SurfaceInverseSkeletonDeepGradientHover { + public object PersonasDefaultBlueSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF2F82D9), Color(0xFF1063BA)) /** * Точки остановки цветов градиента @@ -6653,17 +2456,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Инвертированный акцентный цвет обводки с градиентом + * Inverse Personas Violet Surface Accent Gradient */ - public object OutlineInverseAccentGradient { + public object PersonasInverseVioletSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF1A9E32), Color(0xFF04C6C9)) + public val colors: List = listOf(Color(0xFFB14CC2), Color(0xFF9E32AF)) /** * Точки остановки цветов градиента @@ -6673,17 +2476,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 45.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом на светлом фоне + * On Light Surface Accent Gradient Secondary */ - public object OutlineOnLightAccentGradientHover { + public object SurfaceOnLightAccentGradientSecondary { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF0BA686), Color(0xFF09856B)) /** * Точки остановки цветов градиента @@ -6696,11 +2499,14 @@ public object LightGradientTokens { public const val angle: Float = 90.0f } - public object PersonaInverseIndigoSurfaceAccentGradientHover { + /** + * On Light Personas Green Surface Accent Gradient + */ + public object PersonasOnLightGreenSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF79D7C0), Color(0xFF50B89F)) /** * Точки остановки цветов градиента @@ -6710,14 +2516,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnLightSeaBlueSurfaceAccentGradient { + /** + * On Dark Personas Olive Surface Accent Gradient + */ + public object PersonasOnDarkOliveSurfaceAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF86D9D9), Color(0xFF4E9E9E)) + public val colors: List = listOf(Color(0xFF21961F), Color(0xFF127210)) /** * Точки остановки цветов градиента @@ -6727,17 +2536,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 135.0f + public const val angle: Float = 180.0f } /** - * Акцентный цвет обводки с градиентом + * Акцентный фон поверхности/контрола с градиентом */ - public object OutlineDefaultAccentGradientActive { + public object SurfaceDefaultAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -6747,14 +2556,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaOnLightVioletSurfaceAccentGradientHover { + /** + * Акцентный минорный фон поверхности/контрола с градиентом + */ + public object SurfaceDefaultAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -6764,7 +2576,7 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 133.15f } /** @@ -6774,7 +2586,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF7A733F), Color(0xFFB4AE7B)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -6784,17 +2596,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Акцентный фон поверхности/контрола с градиентом + * Акцентный минорный фон поверхности/контрола с градиентом на темном фоне */ - public object SurfaceDefaultAccentGradientHover { + public object SurfaceOnDarkAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF034325), Color(0xFA011815)) /** * Точки остановки цветов градиента @@ -6804,51 +2616,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } /** - * Акцентный фон поверхности/контрола с градиентом + * Акцентный фон поверхности/контрола с градиентом на светлом фоне */ - public object SurfaceDefaultAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaOnLightBlueSurfaceAccentGradientActive { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultOchreSurfaceAccentGradientHover { + public object SurfaceOnLightAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -6858,17 +2636,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } /** - * Фон для скелетона + * Акцентный минорный фон поверхности/контрола с градиентом на светлом фоне */ - public object SurfaceOnLightSkeletonGradientHover { + public object SurfaceOnLightAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -6878,34 +2656,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 133.15f } /** - * Акцентный фон поверхности/контрола с градиентом на светлом фоне + * Инвертированный акцентный фон поверхности/контрола с градиентом */ - public object SurfaceOnLightAccentGradientHover { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 90.0f - } - - public object PersonaDefaultIndigoSurfaceAccentGradientHover { + public object SurfaceInverseAccentGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF81D3C0), Color(0xFF1D9158)) /** * Точки остановки цветов градиента @@ -6915,14 +2676,17 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 180.0f } - public object PersonaDefaultBlueSurfaceAccentGradientHover { + /** + * Инвертированный акцентный минорный фон поверхности/контрола с градиентом + */ + public object SurfaceInverseAccentMinorGradient { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF034325), Color(0xFA011815)) /** * Точки остановки цветов градиента @@ -6932,6 +2696,6 @@ public object LightGradientTokens { /** * Угол градиента */ - public const val angle: Float = 90.0f + public const val angle: Float = 135.0f } } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt index e038d1311..bc0d196ea 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt @@ -9,11 +9,6 @@ import androidx.compose.ui.unit.dp * Токены скруглений */ public object RoundShapeTokens { - /** - * borderRadius 2xl - */ - public val RoundXxl: RoundedCornerShape = RoundedCornerShape(CornerSize(24.0.dp)) - /** * New description */ @@ -30,37 +25,42 @@ public object RoundShapeTokens { public val Round3xl: RoundedCornerShape = RoundedCornerShape(CornerSize(28.0.dp)) /** - * borderRadius l + * borderRadius xxs */ - public val RoundL: RoundedCornerShape = RoundedCornerShape(CornerSize(16.0.dp)) + public val RoundXxs: RoundedCornerShape = RoundedCornerShape(CornerSize(4.0.dp)) /** - * borderRadius xl + * borderRadius xs */ - public val RoundXl: RoundedCornerShape = RoundedCornerShape(CornerSize(20.0.dp)) + public val RoundXs: RoundedCornerShape = RoundedCornerShape(CornerSize(6.0.dp)) /** - * borderRadius m + * borderRadius xxl */ - public val RoundM: RoundedCornerShape = RoundedCornerShape(CornerSize(12.0.dp)) + public val RoundXxl: RoundedCornerShape = RoundedCornerShape(CornerSize(24.0.dp)) /** - * borderRadius xxs + * borderRadius s */ - public val RoundXxs: RoundedCornerShape = RoundedCornerShape(CornerSize(4.0.dp)) + public val RoundS: RoundedCornerShape = RoundedCornerShape(CornerSize(8.0.dp)) /** - * borderRadius xs + * borderRadius xl */ - public val RoundXs: RoundedCornerShape = RoundedCornerShape(CornerSize(6.0.dp)) + public val RoundXl: RoundedCornerShape = RoundedCornerShape(CornerSize(20.0.dp)) /** - * borderRadius s + * borderRadius circle */ - public val RoundS: RoundedCornerShape = RoundedCornerShape(CornerSize(8.0.dp)) + public val RoundCircle: RoundedCornerShape = RoundedCornerShape(CornerSize(1600.0.dp)) /** - * New description + * borderRadius m + */ + public val RoundM: RoundedCornerShape = RoundedCornerShape(CornerSize(12.0.dp)) + + /** + * borderRadius l */ - public val RoundCircle: RoundedCornerShape = RoundedCornerShape(CornerSize(9999.0.dp)) + public val RoundL: RoundedCornerShape = RoundedCornerShape(CornerSize(16.0.dp)) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt index e250ab2c6..a6a24f3ef 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt @@ -10,141 +10,201 @@ import androidx.compose.ui.unit.dp */ public object ShadowTokens { /** - * shadow up soft s + * shadow down hard s */ - public object UpSoftSLayer1 { + public object DownHardSLayer1 { /** - * shadow up soft s + * shadow down hard s */ public val offsetX: Dp = 0.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val offsetY: Dp = -4.0.dp + public val offsetY: Dp = 4.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val spreadRadius: Dp = -4.0.dp + public val spreadRadius: Dp = -3.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val blurRadius: Dp = 14.0.dp + public val blurRadius: Dp = 12.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val fallbackElevation: Dp = 0.0.dp + public val fallbackElevation: Dp = 2.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val color: Color = Color(0x14080808) + public val color: Color = Color(0x29080808) } /** - * shadow up soft s + * shadow down hard s */ - public object UpSoftSLayer2 { + public object DownHardSLayer2 { /** - * shadow up soft s + * shadow down hard s */ public val offsetX: Dp = 0.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val offsetY: Dp = -1.0.dp + public val offsetY: Dp = 1.0.dp /** - * shadow up soft s + * shadow down hard s */ - public val spreadRadius: Dp = -1.0.dp + public val spreadRadius: Dp = -2.0.dp /** - * shadow up soft s + * shadow down hard s */ public val blurRadius: Dp = 4.0.dp /** - * shadow up soft s + * shadow down hard s + */ + public val color: Color = Color(0x14000000) + } + + /** + * shadow down soft l + */ + public object DownSoftL { + /** + * shadow down soft l */ - public val fallbackElevation: Dp = 0.0.dp + public val offsetX: Dp = 0.0.dp /** - * shadow up soft s + * shadow down soft l */ - public val color: Color = Color(0x08000000) + public val offsetY: Dp = 60.0.dp + + /** + * shadow down soft l + */ + public val spreadRadius: Dp = -8.0.dp + + /** + * shadow down soft l + */ + public val blurRadius: Dp = 112.0.dp + + /** + * shadow down soft l + */ + public val fallbackElevation: Dp = 6.0.dp + + /** + * shadow down soft l + */ + public val color: Color = Color(0x14000000) } /** - * shadow up soft m + * shadow down soft s */ - public object UpSoftM { + public object DownSoftSLayer1 { /** - * shadow up soft m + * shadow down soft s */ public val offsetX: Dp = 0.0.dp /** - * shadow up soft m + * shadow down soft s */ - public val offsetY: Dp = -24.0.dp + public val offsetY: Dp = 4.0.dp /** - * shadow up soft m + * shadow down soft s */ - public val spreadRadius: Dp = -8.0.dp + public val spreadRadius: Dp = -4.0.dp /** - * shadow up soft m + * shadow down soft s */ - public val blurRadius: Dp = 48.0.dp + public val blurRadius: Dp = 14.0.dp /** - * shadow up soft m + * shadow down soft s */ - public val fallbackElevation: Dp = 0.0.dp + public val fallbackElevation: Dp = 2.0.dp /** - * shadow up soft m + * shadow down soft s */ - public val color: Color = Color(0x14000000) + public val color: Color = Color(0x14080808) } /** - * shadow up soft l + * shadow down soft s */ - public object UpSoftL { + public object DownSoftSLayer2 { /** - * shadow up soft l + * shadow down soft s */ public val offsetX: Dp = 0.0.dp /** - * shadow up soft l + * shadow down soft s */ - public val offsetY: Dp = -60.0.dp + public val offsetY: Dp = 1.0.dp /** - * shadow up soft l + * shadow down soft s + */ + public val spreadRadius: Dp = -1.0.dp + + /** + * shadow down soft s + */ + public val blurRadius: Dp = 4.0.dp + + /** + * shadow down soft s + */ + public val color: Color = Color(0x0A000000) + } + + /** + * shadow down soft m + */ + public object DownSoftM { + /** + * shadow down soft m + */ + public val offsetX: Dp = 0.0.dp + + /** + * shadow down soft m + */ + public val offsetY: Dp = 24.0.dp + + /** + * shadow down soft m */ public val spreadRadius: Dp = -8.0.dp /** - * shadow up soft l + * shadow down soft m */ - public val blurRadius: Dp = 112.0.dp + public val blurRadius: Dp = 48.0.dp /** - * shadow up soft l + * shadow down soft m */ - public val fallbackElevation: Dp = 0.0.dp + public val fallbackElevation: Dp = 4.0.dp /** - * shadow up soft l + * shadow down soft m */ public val color: Color = Color(0x14000000) } @@ -173,11 +233,6 @@ public object ShadowTokens { */ public val blurRadius: Dp = 12.0.dp - /** - * shadow up hard s - */ - public val fallbackElevation: Dp = 0.0.dp - /** * shadow up hard s */ @@ -208,11 +263,6 @@ public object ShadowTokens { */ public val blurRadius: Dp = 4.0.dp - /** - * shadow up hard s - */ - public val fallbackElevation: Dp = 0.0.dp - /** * shadow up hard s */ @@ -243,11 +293,6 @@ public object ShadowTokens { */ public val blurRadius: Dp = 32.0.dp - /** - * shadow up hard m - */ - public val fallbackElevation: Dp = 0.0.dp - /** * shadow up hard m */ @@ -278,11 +323,6 @@ public object ShadowTokens { */ public val blurRadius: Dp = 112.0.dp - /** - * shadow up hard l - */ - public val fallbackElevation: Dp = 0.0.dp - /** * shadow up hard l */ @@ -290,281 +330,191 @@ public object ShadowTokens { } /** - * shadow down soft s - */ - public object DownSoftSLayer1 { - /** - * shadow down soft s - */ - public val offsetX: Dp = 0.0.dp - - /** - * shadow down soft s - */ - public val offsetY: Dp = 4.0.dp - - /** - * shadow down soft s - */ - public val spreadRadius: Dp = -4.0.dp - - /** - * shadow down soft s - */ - public val blurRadius: Dp = 14.0.dp - - /** - * shadow down soft s - */ - public val fallbackElevation: Dp = 2.0.dp - - /** - * shadow down soft s - */ - public val color: Color = Color(0x14080808) - } - - /** - * shadow down soft s - */ - public object DownSoftSLayer2 { - /** - * shadow down soft s - */ - public val offsetX: Dp = 0.0.dp - - /** - * shadow down soft s - */ - public val offsetY: Dp = 1.0.dp - - /** - * shadow down soft s - */ - public val spreadRadius: Dp = -1.0.dp - - /** - * shadow down soft s - */ - public val blurRadius: Dp = 4.0.dp - - /** - * shadow down soft s - */ - public val fallbackElevation: Dp = 0.0.dp - - /** - * shadow down soft s - */ - public val color: Color = Color(0x0A000000) - } - - /** - * shadow down soft m + * shadow down hard m */ - public object DownSoftM { + public object DownHardM { /** - * shadow down soft m + * shadow down hard m */ public val offsetX: Dp = 0.0.dp /** - * shadow down soft m + * shadow down hard m */ - public val offsetY: Dp = 24.0.dp + public val offsetY: Dp = 16.0.dp /** - * shadow down soft m + * shadow down hard m */ public val spreadRadius: Dp = -8.0.dp /** - * shadow down soft m + * shadow down hard m */ - public val blurRadius: Dp = 48.0.dp + public val blurRadius: Dp = 32.0.dp /** - * shadow down soft m + * shadow down hard m */ public val fallbackElevation: Dp = 4.0.dp /** - * shadow down soft m + * shadow down hard m */ - public val color: Color = Color(0x14000000) + public val color: Color = Color(0x3D000000) } /** - * shadow down soft l + * shadow down hard l */ - public object DownSoftL { + public object DownHardL { /** - * shadow down soft l + * shadow down hard l */ public val offsetX: Dp = 0.0.dp /** - * shadow down soft l + * shadow down hard l */ public val offsetY: Dp = 60.0.dp /** - * shadow down soft l + * shadow down hard l */ public val spreadRadius: Dp = -8.0.dp /** - * shadow down soft l + * shadow down hard l */ public val blurRadius: Dp = 112.0.dp /** - * shadow down soft l + * shadow down hard l */ public val fallbackElevation: Dp = 6.0.dp /** - * shadow down soft l + * shadow down hard l */ - public val color: Color = Color(0x14000000) + public val color: Color = Color(0x66000000) } /** - * shadow down hard m + * shadow up soft s */ - public object DownHardM { + public object UpSoftSLayer1 { /** - * shadow down hard m + * shadow up soft s */ public val offsetX: Dp = 0.0.dp /** - * shadow down hard m - */ - public val offsetY: Dp = 16.0.dp - - /** - * shadow down hard m + * shadow up soft s */ - public val spreadRadius: Dp = -8.0.dp + public val offsetY: Dp = -4.0.dp /** - * shadow down hard m + * shadow up soft s */ - public val blurRadius: Dp = 32.0.dp + public val spreadRadius: Dp = -4.0.dp /** - * shadow down hard m + * shadow up soft s */ - public val fallbackElevation: Dp = 4.0.dp + public val blurRadius: Dp = 14.0.dp /** - * shadow down hard m + * shadow up soft s */ - public val color: Color = Color(0x3D000000) + public val color: Color = Color(0x14080808) } /** - * shadow down hard l + * shadow up soft s */ - public object DownHardL { + public object UpSoftSLayer2 { /** - * shadow down hard l + * shadow up soft s */ public val offsetX: Dp = 0.0.dp /** - * shadow down hard l - */ - public val offsetY: Dp = 60.0.dp - - /** - * shadow down hard l + * shadow up soft s */ - public val spreadRadius: Dp = -8.0.dp + public val offsetY: Dp = -1.0.dp /** - * shadow down hard l + * shadow up soft s */ - public val blurRadius: Dp = 112.0.dp + public val spreadRadius: Dp = -1.0.dp /** - * shadow down hard l + * shadow up soft s */ - public val fallbackElevation: Dp = 6.0.dp + public val blurRadius: Dp = 4.0.dp /** - * shadow down hard l + * shadow up soft s */ - public val color: Color = Color(0x66000000) + public val color: Color = Color(0x08000000) } /** - * shadow down hard s + * shadow up soft m */ - public object DownHardSLayer1 { + public object UpSoftM { /** - * shadow down hard s + * shadow up soft m */ public val offsetX: Dp = 0.0.dp /** - * shadow down hard s - */ - public val offsetY: Dp = 4.0.dp - - /** - * shadow down hard s + * shadow up soft m */ - public val spreadRadius: Dp = -3.0.dp + public val offsetY: Dp = -24.0.dp /** - * shadow down hard s + * shadow up soft m */ - public val blurRadius: Dp = 12.0.dp + public val spreadRadius: Dp = -8.0.dp /** - * shadow down hard s + * shadow up soft m */ - public val fallbackElevation: Dp = 2.0.dp + public val blurRadius: Dp = 48.0.dp /** - * shadow down hard s + * shadow up soft m */ - public val color: Color = Color(0x29080808) + public val color: Color = Color(0x14000000) } /** - * shadow down hard s + * shadow up soft l */ - public object DownHardSLayer2 { + public object UpSoftL { /** - * shadow down hard s + * shadow up soft l */ public val offsetX: Dp = 0.0.dp /** - * shadow down hard s - */ - public val offsetY: Dp = 1.0.dp - - /** - * shadow down hard s + * shadow up soft l */ - public val spreadRadius: Dp = -2.0.dp + public val offsetY: Dp = -60.0.dp /** - * shadow down hard s + * shadow up soft l */ - public val blurRadius: Dp = 4.0.dp + public val spreadRadius: Dp = -8.0.dp /** - * shadow down hard s + * shadow up soft l */ - public val fallbackElevation: Dp = 0.0.dp + public val blurRadius: Dp = 112.0.dp /** - * shadow down hard s + * shadow up soft l */ public val color: Color = Color(0x14000000) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt index 3a625d0fc..ffcdf5a75 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt @@ -9,77 +9,77 @@ import androidx.compose.ui.unit.dp */ public object SpacingTokens { /** - * spacing 0x + * spacing 16x */ - public val spacing0x: Dp = 0.0.dp + public val spacing16x: Dp = 32.0.dp /** - * spacing 1x + * spacing 10x */ - public val spacing1x: Dp = 2.0.dp + public val spacing10x: Dp = 20.0.dp /** - * spacing 2x + * spacing 12x */ - public val spacing2x: Dp = 4.0.dp + public val spacing12x: Dp = 24.0.dp /** - * spacing 4x + * spacing 20x */ - public val spacing4x: Dp = 8.0.dp + public val spacing20x: Dp = 40.0.dp /** - * spacing 3x + * spacing 24x */ - public val spacing3x: Dp = 6.0.dp + public val spacing24x: Dp = 48.0.dp /** - * spacing 6x + * spacing 32x */ - public val spacing6x: Dp = 12.0.dp + public val spacing32x: Dp = 64.0.dp /** - * spacing 8x + * spacing 40x */ - public val spacing8x: Dp = 16.0.dp + public val spacing40x: Dp = 80.0.dp /** - * spacing 16x + * spacing 60x */ - public val spacing16x: Dp = 32.0.dp + public val spacing60x: Dp = 120.0.dp /** - * spacing 20x + * spacing 4x */ - public val spacing20x: Dp = 40.0.dp + public val spacing4x: Dp = 8.0.dp /** - * spacing 24x + * spacing 2x */ - public val spacing24x: Dp = 48.0.dp + public val spacing2x: Dp = 4.0.dp /** - * spacing 32x + * spacing 0x */ - public val spacing32x: Dp = 64.0.dp + public val spacing0x: Dp = 0.0.dp /** - * spacing 40x + * spacing 1x */ - public val spacing40x: Dp = 80.0.dp + public val spacing1x: Dp = 2.0.dp /** - * spacing 60x + * spacing 3x */ - public val spacing60x: Dp = 120.0.dp + public val spacing3x: Dp = 6.0.dp /** - * spacing 10x + * spacing 6x */ - public val spacing10x: Dp = 20.0.dp + public val spacing6x: Dp = 12.0.dp /** - * spacing 12x + * spacing 8x */ - public val spacing12x: Dp = 24.0.dp + public val spacing8x: Dp = 16.0.dp } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt index 7c4c346f3..5a958f1d2 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt @@ -11,24 +11,37 @@ import androidx.compose.ui.unit.sp import kotlin.Suppress /** - * Токены типографии для ScreenClass.MEDIUM + * Токены типографии для ScreenClass.SMALL */ -public object TypographyMediumTokens { +public object TypographySmallTokens { /** - * typography m header-h1 + * typography s body-xxs-bold */ - public val HeaderH1Normal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, + public val BodyXxsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 11.0.sp, + lineHeight = 13.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m display-s + * typography s header-h2-medium + */ + public val HeaderH2Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s display-s */ public val DisplaySNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), @@ -41,20 +54,20 @@ public object TypographyMediumTokens { ) /** - * typography m body-xs-bold + * typography s display-s-bold */ - public val BodyXsBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val DisplaySBold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m display-s-medium + * typography s display-s-medium */ public val DisplaySMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), @@ -67,12 +80,12 @@ public object TypographyMediumTokens { ) /** - * typography m display-s-bold + * typography s header-h1 */ - public val DisplaySBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, + public val HeaderH1Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, letterSpacing = 0.0.sp, fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, @@ -80,633 +93,1179 @@ public object TypographyMediumTokens { ) /** - * typography m header-h3 + * typography s header-h1-bold */ - public val HeaderH3Normal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, + public val HeaderH1Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m header-h4-medium + * typography s header-h1-medium */ - public val HeaderH4Medium: TextStyle = TextStyle( + public val HeaderH1Medium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 16.0.sp, - lineHeight = 20.0.sp, + fontSize = 28.0.sp, + lineHeight = 36.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-l-bold + * typography s header-h2 */ - public val BodyLBold: TextStyle = TextStyle( + public val HeaderH2Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s header-h2-bold + */ + public val HeaderH2Bold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-l-medium + * typography s header-h3 */ - public val BodyLMedium: TextStyle = TextStyle( + public val HeaderH3Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s header-h3-bold + */ + public val HeaderH3Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s header-h3-medium + */ + public val HeaderH3Medium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-l + * typography s header-h4 */ - public val BodyLNormal: TextStyle = TextStyle( + public val HeaderH4Normal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 15.0.sp, + fontSize = 16.0.sp, lineHeight = 20.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-m-bold + * typography s header-h4-bold */ - public val BodyMBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val HeaderH4Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 16.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-m-medium + * typography s header-h4-medium */ - public val BodyMMedium: TextStyle = TextStyle( + public val HeaderH4Medium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 16.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-m + * typography s body-l */ - public val BodyMNormal: TextStyle = TextStyle( + public val BodyLNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 15.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-s-bold + * typography s body-l-bold + */ + public val BodyLBold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 15.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s body-s-bold */ public val BodySBold: TextStyle = TextStyle( fontWeight = FontWeight(600), fontSize = 13.0.sp, lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-s-medium + * typography s body-l-medium */ - public val BodySMedium: TextStyle = TextStyle( + public val BodyLMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 15.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-s + * typography s body-m */ - public val BodySNormal: TextStyle = TextStyle( + public val BodyMNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-xs-medium + * typography s body-s-medium */ - public val BodyXsMedium: TextStyle = TextStyle( + public val BodySMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 13.0.sp, + lineHeight = 15.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-xs + * typography s body-xs */ public val BodyXsNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), fontSize = 12.0.sp, lineHeight = 14.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-xxs-bold + * typography s body-xs-bold */ - public val BodyXxsBold: TextStyle = TextStyle( + public val BodyXsBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 11.0.sp, - lineHeight = 13.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 12.0.sp, + lineHeight = 14.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-xxs-medium + * typography s body-xs-medium */ - public val BodyXxsMedium: TextStyle = TextStyle( + public val BodyXsMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 11.0.sp, - lineHeight = 13.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 12.0.sp, + lineHeight = 14.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m body-xxs + * typography s body-xxs */ public val BodyXxsNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), fontSize = 11.0.sp, lineHeight = 13.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m header-h2-medium + * typography s body-m-bold */ - public val HeaderH2Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 22.0.sp, - lineHeight = 28.0.sp, + public val BodyMBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m header-h1-bold + * typography s body-m-medium + */ + public val BodyMMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s body-s + */ + public val BodySNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 13.0.sp, + lineHeight = 15.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s body-xxs-medium + */ + public val BodyXxsMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 11.0.sp, + lineHeight = 13.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-l + */ + public val TextLNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 18.0.sp, + lineHeight = 26.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-s-medium + */ + public val TextSMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 14.0.sp, + lineHeight = 20.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-l-bold + */ + public val TextLBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 18.0.sp, + lineHeight = 26.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-m + */ + public val TextMNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 16.0.sp, + lineHeight = 24.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-l-medium + */ + public val TextLMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 18.0.sp, + lineHeight = 26.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-s + */ + public val TextSNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 14.0.sp, + lineHeight = 20.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-s-bold + */ + public val TextSBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 14.0.sp, + lineHeight = 20.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-m-bold + */ + public val TextMBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 16.0.sp, + lineHeight = 24.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-m-medium + */ + public val TextMMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 16.0.sp, + lineHeight = 24.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-xs + */ + public val TextXsNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 12.0.sp, + lineHeight = 16.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-xs-bold + */ + public val TextXsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 12.0.sp, + lineHeight = 16.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography s text-xs-medium + */ + public val TextXsMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 12.0.sp, + lineHeight = 16.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) +} + +/** + * Токены типографии для ScreenClass.MEDIUM + */ +public object TypographyMediumTokens { + /** + * typography m display-s + */ + public val DisplaySNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m display-s-bold + */ + public val DisplaySBold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m display-s-medium + */ + public val DisplaySMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h1 + */ + public val HeaderH1Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h1-bold */ public val HeaderH1Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h1-medium + */ + public val HeaderH1Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h2 + */ + public val HeaderH2Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h2-bold + */ + public val HeaderH2Bold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h2-medium + */ + public val HeaderH2Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h3 + */ + public val HeaderH3Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h3-bold + */ + public val HeaderH3Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h3-medium + */ + public val HeaderH3Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h4 + */ + public val HeaderH4Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 18.0.sp, + lineHeight = 24.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h4-bold + */ + public val HeaderH4Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 16.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m header-h4-medium + */ + public val HeaderH4Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 16.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-l + */ + public val BodyLNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 15.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-l-bold + */ + public val BodyLBold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 15.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-l-medium + */ + public val BodyLMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 15.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-m + */ + public val BodyMNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-m-bold + */ + public val BodyMBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-m-medium + */ + public val BodyMMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-s + */ + public val BodySNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 13.0.sp, + lineHeight = 15.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m body-s-bold + */ + public val BodySBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, + fontSize = 13.0.sp, + lineHeight = 15.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m header-h3-bold + * typography m body-s-medium */ - public val HeaderH3Bold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + public val BodySMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m header-h3-medium + * typography m body-xs */ - public val HeaderH3Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, + public val BodyXsNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 12.0.sp, + lineHeight = 14.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography m header-h1-medium + * typography m body-xs-bold */ - public val HeaderH1Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, + public val BodyXsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 12.0.sp, + lineHeight = 14.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) -} -/** - * Токены типографии для ScreenClass.SMALL - */ -public object TypographySmallTokens { /** - * typography s body-xs-medium + * typography m body-xs-medium */ public val BodyXsMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), fontSize = 12.0.sp, lineHeight = 14.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-xxs-medium + * typography m body-xxs */ - public val BodyXxsMedium: TextStyle = TextStyle( - fontWeight = FontWeight(500), + public val BodyXxsNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), fontSize = 11.0.sp, lineHeight = 13.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-xxs + * typography m body-xxs-bold */ - public val BodyXxsNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), + public val BodyXxsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), fontSize = 11.0.sp, lineHeight = 13.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h1-bold + * typography m body-xxs-medium */ - public val HeaderH1Bold: TextStyle = TextStyle( - fontWeight = FontWeight(700), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, + public val BodyXxsMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 11.0.sp, + lineHeight = 13.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h1-medium + * typography m text-m-bold */ - public val HeaderH1Medium: TextStyle = TextStyle( + public val TextMBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 16.0.sp, + lineHeight = 24.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m text-m-medium + */ + public val TextMMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontSize = 16.0.sp, + lineHeight = 24.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h1 + * typography m text-s */ - public val HeaderH1Normal: TextStyle = TextStyle( + public val TextSNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontSize = 14.0.sp, + lineHeight = 20.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h3-bold + * typography m text-s-bold */ - public val HeaderH3Bold: TextStyle = TextStyle( - fontWeight = FontWeight(700), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + public val TextSBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 14.0.sp, + lineHeight = 20.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h3-medium + * typography m text-s-medium */ - public val HeaderH3Medium: TextStyle = TextStyle( + public val TextSMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontSize = 14.0.sp, + lineHeight = 20.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h3 + * typography m text-xs */ - public val HeaderH3Normal: TextStyle = TextStyle( + public val TextXsNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontSize = 12.0.sp, + lineHeight = 16.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h4-medium + * typography m text-xs-bold */ - public val HeaderH4Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 16.0.sp, - lineHeight = 20.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + public val TextXsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 12.0.sp, + lineHeight = 16.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-l-bold + * typography m text-xs-medium */ - public val BodyLBold: TextStyle = TextStyle( - fontWeight = FontWeight(700), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, + public val TextXsMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 12.0.sp, + lineHeight = 16.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-l-medium + * typography m text-m */ - public val BodyLMedium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, + public val TextMNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 16.0.sp, + lineHeight = 24.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-l + * typography m text-l */ - public val BodyLNormal: TextStyle = TextStyle( + public val TextLNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, + fontSize = 20.0.sp, + lineHeight = 28.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-m-bold + * typography m text-l-bold */ - public val BodyMBold: TextStyle = TextStyle( + public val TextLBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, + fontSize = 20.0.sp, + lineHeight = 28.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-m-medium + * typography m text-l-medium */ - public val BodyMMedium: TextStyle = TextStyle( + public val TextLMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, + fontSize = 20.0.sp, + lineHeight = 28.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) +} +/** + * Токены типографии для ScreenClass.LARGE + */ +public object TypographyLargeTokens { /** - * typography s body-m + * typography l display-s */ - public val BodyMNormal: TextStyle = TextStyle( + public val DisplaySNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-s-bold + * typography l display-s-bold */ - public val BodySBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val DisplaySBold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-s-medium + * typography l display-s-medium */ - public val BodySMedium: TextStyle = TextStyle( + public val DisplaySMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-s + * typography l header-h4-bold */ - public val BodySNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val HeaderH4Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 16.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-xs-bold + * typography l header-h4-medium */ - public val BodyXsBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val HeaderH4Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 16.0.sp, + lineHeight = 20.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-xs + * typography l body-m-medium */ - public val BodyXsNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val BodyMMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 14.0.sp, + lineHeight = 18.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s body-xxs-bold + * typography l body-s */ - public val BodyXxsBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 11.0.sp, - lineHeight = 13.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val BodySNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 13.0.sp, + lineHeight = 15.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s display-s-bold - */ - public val DisplaySBold: TextStyle = TextStyle( - fontWeight = FontWeight(700), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, + * typography l body-s-bold + */ + public val BodySBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 13.0.sp, + lineHeight = 15.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s display-s + * typography l body-l */ - public val DisplaySNormal: TextStyle = TextStyle( + public val BodyLNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, + fontSize = 18.0.sp, + lineHeight = 22.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s header-h2-medium + * typography l body-l-bold */ - public val HeaderH2Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 22.0.sp, - lineHeight = 28.0.sp, + public val BodyLBold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 15.0.sp, + lineHeight = 20.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography s display-s-medium + * typography l body-l-medium */ - public val DisplaySMedium: TextStyle = TextStyle( + public val BodyLMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, + fontSize = 15.0.sp, + lineHeight = 18.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) -} -/** - * Токены типографии для ScreenClass.LARGE - */ -public object TypographyLargeTokens { /** - * typography l display-s-bold + * typography l header-h1 */ - public val DisplaySBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, + public val HeaderH1Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, letterSpacing = 0.0.sp, fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, @@ -714,12 +1273,12 @@ public object TypographyLargeTokens { ) /** - * typography l display-s-medium + * typography l header-h1-bold */ - public val DisplaySMedium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, + public val HeaderH1Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 28.0.sp, + lineHeight = 36.0.sp, letterSpacing = 0.0.sp, fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, @@ -727,27 +1286,27 @@ public object TypographyLargeTokens { ) /** - * typography l display-s + * typography l body-m */ - public val DisplaySNormal: TextStyle = TextStyle( + public val BodyMNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, + fontSize = 14.0.sp, + lineHeight = 18.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l header-h1-bold + * typography l body-m-bold */ - public val HeaderH1Bold: TextStyle = TextStyle( + public val BodyMBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, + fontSize = 14.0.sp, + lineHeight = 18.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) @@ -760,20 +1319,33 @@ public object TypographyLargeTokens { fontSize = 28.0.sp, lineHeight = 36.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l header-h1 + * typography l header-h2 */ - public val HeaderH1Normal: TextStyle = TextStyle( + public val HeaderH2Normal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 28.0.sp, - lineHeight = 36.0.sp, + fontSize = 22.0.sp, + lineHeight = 28.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l header-h2-bold + */ + public val HeaderH2Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 22.0.sp, + lineHeight = 28.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) @@ -786,7 +1358,20 @@ public object TypographyLargeTokens { fontSize = 22.0.sp, lineHeight = 28.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l header-h3 + */ + public val HeaderH3Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) @@ -795,232 +1380,271 @@ public object TypographyLargeTokens { * typography l header-h3-bold */ public val HeaderH3Bold: TextStyle = TextStyle( - fontWeight = FontWeight(600), + fontWeight = FontWeight(700), fontSize = 20.0.sp, lineHeight = 23.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l header-h3 + * typography l header-h3-medium */ - public val HeaderH3Normal: TextStyle = TextStyle( - fontWeight = FontWeight(400), + public val HeaderH3Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), fontSize = 20.0.sp, lineHeight = 23.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l header-h4-medium + * typography l header-h4 */ - public val HeaderH4Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 16.0.sp, - lineHeight = 20.0.sp, + public val HeaderH4Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 20.0.sp, + lineHeight = 26.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.display, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-l-bold + * typography l text-l */ - public val BodyLBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, + public val TextLNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 24.0.sp, + lineHeight = 32.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-l-medium + * typography l text-l-bold */ - public val BodyLMedium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, + public val TextLBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 24.0.sp, + lineHeight = 32.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-l + * typography l text-xs */ - public val BodyLNormal: TextStyle = TextStyle( + public val TextXsNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 15.0.sp, - lineHeight = 20.0.sp, + fontSize = 12.0.sp, + lineHeight = 16.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-m-bold + * typography l text-xs-bold */ - public val BodyMBold: TextStyle = TextStyle( + public val TextXsBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, + fontSize = 12.0.sp, + lineHeight = 16.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-m-medium + * typography l text-xs-medium */ - public val BodyMMedium: TextStyle = TextStyle( + public val TextXsMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, + fontSize = 12.0.sp, + lineHeight = 16.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-m + * typography l body-xxs-bold */ - public val BodyMNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 14.0.sp, - lineHeight = 18.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + public val BodyXxsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 11.0.sp, + lineHeight = 13.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-s-bold + * typography l body-s-medium */ - public val BodySBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), + public val BodySMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), fontSize = 13.0.sp, lineHeight = 15.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-s-medium + * typography l body-xs */ - public val BodySMedium: TextStyle = TextStyle( + public val BodyXsNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 12.0.sp, + lineHeight = 14.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l text-l-medium + */ + public val TextLMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, + fontSize = 24.0.sp, + lineHeight = 32.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-s + * typography l text-m */ - public val BodySNormal: TextStyle = TextStyle( + public val TextMNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 13.0.sp, - lineHeight = 15.0.sp, + fontSize = 18.0.sp, + lineHeight = 26.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-xs-bold + * typography l text-m-bold */ - public val BodyXsBold: TextStyle = TextStyle( + public val TextMBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, + fontSize = 18.0.sp, + lineHeight = 26.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-xs-medium + * typography l text-m-medium */ - public val BodyXsMedium: TextStyle = TextStyle( + public val TextMMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, + fontSize = 18.0.sp, + lineHeight = 26.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-xs + * typography l text-s */ - public val BodyXsNormal: TextStyle = TextStyle( + public val TextSNormal: TextStyle = TextStyle( fontWeight = FontWeight(400), - fontSize = 12.0.sp, - lineHeight = 14.0.sp, + fontSize = 14.0.sp, + lineHeight = 20.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-xxs-bold + * typography l text-s-bold */ - public val BodyXxsBold: TextStyle = TextStyle( + public val TextSBold: TextStyle = TextStyle( fontWeight = FontWeight(600), - fontSize = 11.0.sp, - lineHeight = 13.0.sp, + fontSize = 14.0.sp, + lineHeight = 20.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l body-xxs + * typography l text-s-medium */ - public val BodyXxsNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 11.0.sp, - lineHeight = 13.0.sp, + public val TextSMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 14.0.sp, + lineHeight = 20.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) /** - * typography l header-h3-medium + * typography l body-xs-bold */ - public val HeaderH3Medium: TextStyle = TextStyle( + public val BodyXsBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 12.0.sp, + lineHeight = 14.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l body-xs-medium + */ + public val BodyXsMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, + fontSize = 12.0.sp, + lineHeight = 14.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l body-xxs + */ + public val BodyXxsNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 11.0.sp, + lineHeight = 13.0.sp, letterSpacing = 0.0.sp, - fontFamily = FontTokens.header, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) @@ -1030,10 +1654,10 @@ public object TypographyLargeTokens { */ public val BodyXxsMedium: TextStyle = TextStyle( fontWeight = FontWeight(500), - fontSize = 11.0.sp, - lineHeight = 13.0.sp, + fontSize = 10.0.sp, + lineHeight = 12.0.sp, letterSpacing = (-0.02).sp, - fontFamily = FontTokens.body, + fontFamily = FontTokens.text, lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) From e9723c282e69d7f04e304432ac4dd44d9da5c489 Mon Sep 17 00:00:00 2001 From: malilex Date: Thu, 23 Apr 2026 13:45:00 +0300 Subject: [PATCH 2/3] chore: increment patch version --- tokens/sdds-sbcom-compose/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/sdds-sbcom-compose/gradle.properties b/tokens/sdds-sbcom-compose/gradle.properties index 019a60886..b05c682a3 100644 --- a/tokens/sdds-sbcom-compose/gradle.properties +++ b/tokens/sdds-sbcom-compose/gradle.properties @@ -3,7 +3,7 @@ nexus.snapshot=false nexus.description=sdds sbcom library for compose framework versionMajor=0 versionMinor=3 -versionPatch=0 +versionPatch=1 theme-version=0.9.0-alpha components-version=0.2.1 From 2db64263cfebbeb63b3269cd1b7a31802cf10eea Mon Sep 17 00:00:00 2001 From: malilex Date: Thu, 23 Apr 2026 17:08:26 +0300 Subject: [PATCH 3/3] fix: fixes after qa. --- tokens/sdds-sbcom-compose/build.gradle.kts | 10 +- .../CircularProgressBarStyles.kt | 6 +- .../sbcom/styles/spinner/SpinnerStyles.kt | 4 +- .../com/sdds/sbcom/theme/SddsSbComColors.kt | 1346 ++++++++--------- .../sdds/sbcom/theme/SddsSbComGradients.kt | 130 +- .../com/sdds/sbcom/theme/SddsSbComShadows.kt | 74 +- .../com/sdds/sbcom/theme/SddsSbComShapes.kt | 16 +- .../com/sdds/sbcom/theme/SddsSbComSpacing.kt | 10 +- .../sdds/sbcom/theme/SddsSbComTypography.kt | 14 +- .../theme/subthemes/SddsSbComThemeInverse.kt | 92 +- .../theme/subthemes/SddsSbComThemeOnDark.kt | 88 +- .../theme/subthemes/SddsSbComThemeOnLight.kt | 92 +- .../com/sdds/sbcom/tokens/ColorTokens.kt | 598 ++++---- .../com/sdds/sbcom/tokens/GradientTokens.kt | 238 +-- .../com/sdds/sbcom/tokens/RoundShapeTokens.kt | 14 +- .../com/sdds/sbcom/tokens/ShadowTokens.kt | 146 +- .../com/sdds/sbcom/tokens/SpacingTokens.kt | 10 +- .../com/sdds/sbcom/tokens/TypographyTokens.kt | 234 +-- 18 files changed, 1565 insertions(+), 1557 deletions(-) diff --git a/tokens/sdds-sbcom-compose/build.gradle.kts b/tokens/sdds-sbcom-compose/build.gradle.kts index 7516dfb2a..b51a12384 100644 --- a/tokens/sdds-sbcom-compose/build.gradle.kts +++ b/tokens/sdds-sbcom-compose/build.gradle.kts @@ -24,8 +24,16 @@ android { } themeBuilder { - themeSource(name = themeName, version = themeVersion, alias = themeAlias) +// themeSource(name = themeName, version = themeVersion, alias = themeAlias) + themeSource { + url("file:///Users/alex/Projects/theme-converter/themes/sdds_sbcom/0.9.0-alpha.zip") + name(themeAlias) + } componentSource(name = componentsName, version = componentsVersion, alias = themeAlias) + componentSource { + url("file:///Users/alex/Projects/theme-converter/components/sdds_sbcom/0.2.1.zip") + name(themeAlias) + } compose { componentsMetaStyleClass(true) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt index 28745237c..6e84438d1 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/circularprogressbar/CircularProgressBarStyles.kt @@ -79,7 +79,7 @@ public val WrapperCircularProgressBarView.ModeColorPrimary: WrapperCircularProgr get() = builder .colors { indicatorColor( - SolidColor(SddsSbComTheme.colors.surfaceDefaultSolidPrimary).asStatefulValue(), + SolidColor(SddsSbComTheme.colors.textDefaultPrimary).asStatefulValue(), ) } .wrap(::WrapperCircularProgressBarTerminate) @@ -89,7 +89,7 @@ public val WrapperCircularProgressBarView.ModeColorSecondary: WrapperCircularPro get() = builder .colors { indicatorColor( - SolidColor(SddsSbComTheme.colors.surfaceDefaultTransparentTertiary).asStatefulValue(), + SolidColor(SddsSbComTheme.colors.textDefaultSecondary).asStatefulValue(), ) } .wrap(::WrapperCircularProgressBarTerminate) @@ -99,7 +99,7 @@ public val WrapperCircularProgressBarView.ModeColorGlobalWhite: WrapperCircularP get() = builder .colors { indicatorColor( - SolidColor(SddsSbComTheme.colors.surfaceOnDarkSolidPrimary).asStatefulValue(), + SolidColor(SddsSbComTheme.colors.surfaceDefaultSolidPrimary).asStatefulValue(), ) } .wrap(::WrapperCircularProgressBarTerminate) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt index 9d3a4b8c1..adbf2df22 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/styles/spinner/SpinnerStyles.kt @@ -78,7 +78,7 @@ public val WrapperSpinnerView.ModeColorPrimary: WrapperSpinnerTerminate get() = builder .colors { startColor( - SddsSbComTheme.colors.surfaceDefaultSolidPrimary.asInteractive(), + SddsSbComTheme.colors.textDefaultPrimary.asInteractive(), ) endColor( SddsSbComTheme.colors.surfaceDefaultClear.asInteractive(), @@ -104,7 +104,7 @@ public val WrapperSpinnerView.ModeColorGlobalWhite: WrapperSpinnerTerminate get() = builder .colors { startColor( - SddsSbComTheme.colors.surfaceOnDarkSolidPrimary.asInteractive(), + SddsSbComTheme.colors.surfaceDefaultSolidPrimary.asInteractive(), ) endColor( SddsSbComTheme.colors.surfaceDefaultClear.asInteractive(), diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt index a4c07a6fe..4c6e6c4e9 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComColors.kt @@ -53,20 +53,15 @@ public class SddsSbComColors( public var outlineOnLightDefaultHover: Color by colors.obtain("outlineOnLightDefaultHover") /** - * Primary Active Inverse + * Default Hover On Dark */ - public var outlineInversePrimaryActive: Color by colors.obtain("outlineInversePrimaryActive") + public var outlineOnDarkDefaultHover: Color by colors.obtain("outlineOnDarkDefaultHover") /** * Default Active On Dark */ public var outlineOnDarkDefaultActive: Color by colors.obtain("outlineOnDarkDefaultActive") - /** - * Default Hover On Dark - */ - public var outlineOnDarkDefaultHover: Color by colors.obtain("outlineOnDarkDefaultHover") - /** * Green Text Accent Hover Default */ @@ -85,12 +80,6 @@ public class SddsSbComColors( public var surfaceInverseAccentSecondaryHover: Color by colors.obtain("surfaceInverseAccentSecondaryHover") - /** - * Accent Secondary Active On Light - */ - public var surfaceOnLightAccentSecondaryActive: Color by - colors.obtain("surfaceOnLightAccentSecondaryActive") - /** * Transparent Navi Active Default */ @@ -149,12 +138,6 @@ public class SddsSbComColors( public var surfaceOnDarkAccentSecondaryHover: Color by colors.obtain("surfaceOnDarkAccentSecondaryHover") - /** - * Green Text Accent Hover Inverse - */ - public var personasInverseGreenTextAccentHover: Color by - colors.obtain("personasInverseGreenTextAccentHover") - /** * Pink Text Accent Hover On Light */ @@ -201,12 +184,6 @@ public class SddsSbComColors( public var personasOnLightIndigoTextAccentHover: Color by colors.obtain("personasOnLightIndigoTextAccentHover") - /** - * Indigo Text Accent Active On Light - */ - public var personasOnLightIndigoTextAccentActive: Color by - colors.obtain("personasOnLightIndigoTextAccentActive") - /** * Sea Blue Text Accent Hover On Light */ @@ -224,12 +201,6 @@ public class SddsSbComColors( */ public var backgroundInverseHardline: Color by colors.obtain("backgroundInverseHardline") - /** - * Transparent Accent Minor Active On Dark - */ - public var surfaceOnDarkTransparentAccentMinorActive: Color by - colors.obtain("surfaceOnDarkTransparentAccentMinorActive") - /** * Sea Blue Text Accent Hover On Dark */ @@ -265,12 +236,6 @@ public class SddsSbComColors( public var textDefaultPrimaryBrightnessActive: Color by colors.obtain("textDefaultPrimaryBrightnessActive") - /** - * Основной фон для карточек - */ - public var surfaceDefaultSolidCardBrightnessHover: Color by - colors.obtain("surfaceDefaultSolidCardBrightnessHover") - /** * Прозрачный фон для карточек */ @@ -296,10 +261,10 @@ public class SddsSbComColors( colors.obtain("surfaceDefaultTransparentCardBrightnessActive") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Основной фон для карточек */ - public var surfaceOnDarkSolidPrimaryBrightnessActive: Color by - colors.obtain("surfaceOnDarkSolidPrimaryBrightnessActive") + public var surfaceDefaultSolidCardBrightnessHover: Color by + colors.obtain("surfaceDefaultSolidCardBrightnessHover") /** * Прозрачный фон для карточек на темном фоне @@ -531,11 +496,6 @@ public class SddsSbComColors( public var personasOnLightVioletTextAccent: Color by colors.obtain("personasOnLightVioletTextAccent") - /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола - */ - public var surfaceInverseAccentMinor: Color by colors.obtain("surfaceInverseAccentMinor") - /** * Инвертированный основной фон для карточек */ @@ -555,15 +515,9 @@ public class SddsSbComColors( colors.obtain("surfaceOnLightAccentMinorHover") /** - * On Dark Personas Blue Text Accent - */ - public var personasOnDarkBlueTextAccent: Color by colors.obtain("personasOnDarkBlueTextAccent") - - /** - * On Light Personas Indigo Text Accent + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */ - public var personasOnLightIndigoTextAccent: Color by - colors.obtain("personasOnLightIndigoTextAccent") + public var surfaceInverseAccentMinor: Color by colors.obtain("surfaceInverseAccentMinor") /** * On Light Personas Sea Blue Text Accent @@ -596,10 +550,9 @@ public class SddsSbComColors( colors.obtain("surfaceOnLightTransparentNavi") /** - * Green Text Accent Hover On Dark + * On Dark Personas Blue Text Accent */ - public var personasOnDarkGreenTextAccentHover: Color by - colors.obtain("personasOnDarkGreenTextAccentHover") + public var personasOnDarkBlueTextAccent: Color by colors.obtain("personasOnDarkBlueTextAccent") /** * Green Text Accent Active Default @@ -754,6 +707,12 @@ public class SddsSbComColors( public var textDefaultPrimaryBrightnessHover: Color by colors.obtain("textDefaultPrimaryBrightnessHover") + /** + * Green Text Accent Hover On Dark + */ + public var personasOnDarkGreenTextAccentHover: Color by + colors.obtain("personasOnDarkGreenTextAccentHover") + /** * Основной цвет текста на темном фоне */ @@ -782,34 +741,12 @@ public class SddsSbComColors( */ public var textOnLightWarningActive: Color by colors.obtain("textOnLightWarningActive") - /** - * Transparent Navi Hover Default - */ - public var surfaceDefaultTransparentNaviHover: Color by - colors.obtain("surfaceDefaultTransparentNaviHover") - - /** - * Transparent Accent Minor Hover On Light - */ - public var surfaceOnLightTransparentAccentMinorHover: Color by - colors.obtain("surfaceOnLightTransparentAccentMinorHover") - /** * Green Text Accent Hover On Light */ public var personasOnLightGreenTextAccentHover: Color by colors.obtain("personasOnLightGreenTextAccentHover") - /** - * Default Hover Default - */ - public var outlineDefaultDefaultHover: Color by colors.obtain("outlineDefaultDefaultHover") - - /** - * Primary Hover On Dark - */ - public var outlineOnDarkPrimaryHover: Color by colors.obtain("outlineOnDarkPrimaryHover") - /** * Pink Text Accent Hover On Dark */ @@ -958,51 +895,26 @@ public class SddsSbComColors( colors.obtain("surfaceOnLightAccentSecondaryHover") /** - * Personas Blue Text Accent - */ - public var personasDefaultBlueTextAccent: Color by - colors.obtain("personasDefaultBlueTextAccent") - - /** - * Personas Sea Blue Text Accent - */ - public var personasDefaultSeaBlueTextAccent: Color by - colors.obtain("personasDefaultSeaBlueTextAccent") - - /** - * Violet Text Accent Hover Default - */ - public var personasDefaultVioletTextAccentHover: Color by - colors.obtain("personasDefaultVioletTextAccentHover") - - /** - * Background Hardline - */ - public var backgroundDefaultHardline: Color by colors.obtain("backgroundDefaultHardline") - - /** - * Основной цвет текста на светлом фоне + * Transparent Navi Hover Default */ - public var textOnLightPrimaryBrightnessHover: Color by - colors.obtain("textOnLightPrimaryBrightnessHover") + public var surfaceDefaultTransparentNaviHover: Color by + colors.obtain("surfaceDefaultTransparentNaviHover") /** - * Инвертированный основной цвет текста + * Transparent Accent Minor Hover On Light */ - public var textInversePrimaryBrightnessHover: Color by - colors.obtain("textInversePrimaryBrightnessHover") + public var surfaceOnLightTransparentAccentMinorHover: Color by + colors.obtain("surfaceOnLightTransparentAccentMinorHover") /** - * Основной непрозрачный фон поверхности/контрола + * Default Hover Default */ - public var surfaceDefaultSolidPrimaryBrightnessActive: Color by - colors.obtain("surfaceDefaultSolidPrimaryBrightnessActive") + public var outlineDefaultDefaultHover: Color by colors.obtain("outlineDefaultDefaultHover") /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Primary Hover On Dark */ - public var surfaceOnDarkSolidPrimaryBrightnessHover: Color by - colors.obtain("surfaceOnDarkSolidPrimaryBrightnessHover") + public var outlineOnDarkPrimaryHover: Color by colors.obtain("outlineOnDarkPrimaryHover") /** * Инвертированный основной фон для карточек @@ -1051,24 +963,6 @@ public class SddsSbComColors( public var personasDefaultPinkTextAccent: Color by colors.obtain("personasDefaultPinkTextAccent") - /** - * Inverse Personas Violet Text Accent - */ - public var personasInverseVioletTextAccent: Color by - colors.obtain("personasInverseVioletTextAccent") - - /** - * Inverse Surface Transparent Accent Minor - */ - public var surfaceInverseTransparentAccentMinor: Color by - colors.obtain("surfaceInverseTransparentAccentMinor") - - /** - * On Light Personas Blue Text Accent - */ - public var personasOnLightBlueTextAccent: Color by - colors.obtain("personasOnLightBlueTextAccent") - /** * On Dark Surface Transparent Navi */ @@ -1106,6 +1000,71 @@ public class SddsSbComColors( */ public var outlineOnDarkPrimary: Color by colors.obtain("outlineOnDarkPrimary") + /** + * Personas Blue Text Accent + */ + public var personasDefaultBlueTextAccent: Color by + colors.obtain("personasDefaultBlueTextAccent") + + /** + * Personas Sea Blue Text Accent + */ + public var personasDefaultSeaBlueTextAccent: Color by + colors.obtain("personasDefaultSeaBlueTextAccent") + + /** + * Violet Text Accent Hover Default + */ + public var personasDefaultVioletTextAccentHover: Color by + colors.obtain("personasDefaultVioletTextAccentHover") + + /** + * Background Hardline + */ + public var backgroundDefaultHardline: Color by colors.obtain("backgroundDefaultHardline") + + /** + * Основной цвет текста на светлом фоне + */ + public var textOnLightPrimaryBrightnessHover: Color by + colors.obtain("textOnLightPrimaryBrightnessHover") + + /** + * Инвертированный основной цвет текста + */ + public var textInversePrimaryBrightnessHover: Color by + colors.obtain("textInversePrimaryBrightnessHover") + + /** + * Основной непрозрачный фон поверхности/контрола + */ + public var surfaceDefaultSolidPrimaryBrightnessActive: Color by + colors.obtain("surfaceDefaultSolidPrimaryBrightnessActive") + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public var surfaceOnDarkSolidPrimaryBrightnessHover: Color by + colors.obtain("surfaceOnDarkSolidPrimaryBrightnessHover") + + /** + * Inverse Personas Violet Text Accent + */ + public var personasInverseVioletTextAccent: Color by + colors.obtain("personasInverseVioletTextAccent") + + /** + * Inverse Surface Transparent Accent Minor + */ + public var surfaceInverseTransparentAccentMinor: Color by + colors.obtain("surfaceInverseTransparentAccentMinor") + + /** + * On Light Personas Blue Text Accent + */ + public var personasOnLightBlueTextAccent: Color by + colors.obtain("personasOnLightBlueTextAccent") + /** * Основной цвет текста на темном фоне */ @@ -1232,9 +1191,45 @@ public class SddsSbComColors( colors.obtain("personasInverseOliveTextAccent") /** - * Сплошной наборный текст + * Primary Active Inverse */ - public var textDefaultParagraphActive: Color by colors.obtain("textDefaultParagraphActive") + public var outlineInversePrimaryActive: Color by colors.obtain("outlineInversePrimaryActive") + + /** + * Accent Secondary Active On Light + */ + public var surfaceOnLightAccentSecondaryActive: Color by + colors.obtain("surfaceOnLightAccentSecondaryActive") + + /** + * Transparent Accent Minor Active On Dark + */ + public var surfaceOnDarkTransparentAccentMinorActive: Color by + colors.obtain("surfaceOnDarkTransparentAccentMinorActive") + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public var surfaceOnDarkSolidPrimaryBrightnessActive: Color by + colors.obtain("surfaceOnDarkSolidPrimaryBrightnessActive") + + /** + * On Light Personas Indigo Text Accent + */ + public var personasOnLightIndigoTextAccent: Color by + colors.obtain("personasOnLightIndigoTextAccent") + + /** + * Green Text Accent Hover Inverse + */ + public var personasInverseGreenTextAccentHover: Color by + colors.obtain("personasInverseGreenTextAccentHover") + + /** + * Indigo Text Accent Active On Light + */ + public var personasOnLightIndigoTextAccentActive: Color by + colors.obtain("personasOnLightIndigoTextAccentActive") /** * Акцентный цвет @@ -1377,9 +1372,9 @@ public class SddsSbComColors( public var textDefaultParagraphHover: Color by colors.obtain("textDefaultParagraphHover") /** - * Сплошной наборный текст на темном фоне + * Сплошной наборный текст */ - public var textOnDarkParagraphActive: Color by colors.obtain("textOnDarkParagraphActive") + public var textDefaultParagraphActive: Color by colors.obtain("textDefaultParagraphActive") /** * Акцентный цвет на темном фоне @@ -1527,9 +1522,9 @@ public class SddsSbComColors( public var textOnDarkParagraphHover: Color by colors.obtain("textOnDarkParagraphHover") /** - * Основной цвет текста на светлом фоне + * Сплошной наборный текст на темном фоне */ - public var textOnLightPrimaryBrightness: Color by colors.obtain("textOnLightPrimaryBrightness") + public var textOnDarkParagraphActive: Color by colors.obtain("textOnDarkParagraphActive") /** * Вторичный цвет текста на светлом фоне @@ -1646,6 +1641,11 @@ public class SddsSbComColors( */ public var textOnLightPrimaryActive: Color by colors.obtain("textOnLightPrimaryActive") + /** + * Основной цвет текста на светлом фоне + */ + public var textOnLightPrimaryBrightness: Color by colors.obtain("textOnLightPrimaryBrightness") + /** * Инвертированный основной цвет текста */ @@ -1771,11 +1771,6 @@ public class SddsSbComColors( */ public var textOnLightNegativeHover: Color by colors.obtain("textOnLightNegativeHover") - /** - * Инвертированный цвет ошибки - */ - public var textInverseNegativeActive: Color by colors.obtain("textInverseNegativeActive") - /** * Инвертированный цвет информации */ @@ -1883,10 +1878,9 @@ public class SddsSbComColors( public var textInverseNegativeHover: Color by colors.obtain("textInverseNegativeHover") /** - * Вторичный прозрачный фон поверхности/контрола + * Инвертированный цвет ошибки */ - public var surfaceDefaultTransparentSecondaryActive: Color by - colors.obtain("surfaceDefaultTransparentSecondaryActive") + public var textInverseNegativeActive: Color by colors.obtain("textInverseNegativeActive") /** * Третичный прозрачный фон поверхности/контрола @@ -2078,9 +2072,10 @@ public class SddsSbComColors( colors.obtain("surfaceDefaultTransparentSecondaryHover") /** - * Цвет фона поверхности/контрола предупреждение + * Вторичный прозрачный фон поверхности/контрола */ - public var surfaceDefaultWarningActive: Color by colors.obtain("surfaceDefaultWarningActive") + public var surfaceDefaultTransparentSecondaryActive: Color by + colors.obtain("surfaceDefaultTransparentSecondaryActive") /** * Цвет фона поверхности/контрола ошибка @@ -2138,10 +2133,9 @@ public class SddsSbComColors( public var surfaceDefaultWarningHover: Color by colors.obtain("surfaceDefaultWarningHover") /** - * Прозрачный цвет фона поверхности/контрола предупреждение + * Цвет фона поверхности/контрола предупреждение */ - public var surfaceDefaultTransparentNegative: Color by - colors.obtain("surfaceDefaultTransparentNegative") + public var surfaceDefaultWarningActive: Color by colors.obtain("surfaceDefaultWarningActive") /** * Прозрачный цвет фона поверхности/контрола предупреждение @@ -2222,10 +2216,10 @@ public class SddsSbComColors( colors.obtain("surfaceDefaultTransparentNegativeActive") /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Прозрачный цвет фона поверхности/контрола предупреждение */ - public var surfaceOnDarkTransparentSecondaryActive: Color by - colors.obtain("surfaceOnDarkTransparentSecondaryActive") + public var surfaceDefaultTransparentNegative: Color by + colors.obtain("surfaceDefaultTransparentNegative") /** * Третичный прозрачный фон поверхности/контрола на темном фоне @@ -2384,9 +2378,10 @@ public class SddsSbComColors( colors.obtain("surfaceOnDarkTransparentSecondaryHover") /** - * Цвет фона поверхности/контрола успех на темном фоне + * Вторичный прозрачный фон поверхности/контрола на темном фоне */ - public var surfaceOnDarkPositive: Color by colors.obtain("surfaceOnDarkPositive") + public var surfaceOnDarkTransparentSecondaryActive: Color by + colors.obtain("surfaceOnDarkTransparentSecondaryActive") /** * Цвет фона поверхности/контрола успех на темном фоне @@ -2461,6 +2456,11 @@ public class SddsSbComColors( public var surfaceOnDarkTransparentAccentHover: Color by colors.obtain("surfaceOnDarkTransparentAccentHover") + /** + * Цвет фона поверхности/контрола успех на темном фоне + */ + public var surfaceOnDarkPositive: Color by colors.obtain("surfaceOnDarkPositive") + /** * Цвет для readOnly */ @@ -2545,12 +2545,6 @@ public class SddsSbComColors( public var surfaceOnDarkTransparentNegativeHover: Color by colors.obtain("surfaceOnDarkTransparentNegativeHover") - /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне - */ - public var surfaceOnLightTransparentSecondaryActive: Color by - colors.obtain("surfaceOnLightTransparentSecondaryActive") - /** * Третичный прозрачный фон поверхности/контрола на светлом фоне */ @@ -2710,6 +2704,12 @@ public class SddsSbComColors( public var surfaceOnLightTransparentSecondaryHover: Color by colors.obtain("surfaceOnLightTransparentSecondaryHover") + /** + * Вторичный прозрачный фон поверхности/контрола на светлом фоне + */ + public var surfaceOnLightTransparentSecondaryActive: Color by + colors.obtain("surfaceOnLightTransparentSecondaryActive") + /** * Цвет фона поверхности/контрола успех на светлом фоне */ @@ -2788,12 +2788,6 @@ public class SddsSbComColors( public var surfaceOnLightTransparentAccentHover: Color by colors.obtain("surfaceOnLightTransparentAccentHover") - /** - * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне - */ - public var surfaceOnLightTransparentNegative: Color by - colors.obtain("surfaceOnLightTransparentNegative") - /** * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ @@ -2862,10 +2856,10 @@ public class SddsSbComColors( colors.obtain("surfaceOnLightTransparentNegativeActive") /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ - public var surfaceInverseTransparentSecondaryHover: Color by - colors.obtain("surfaceInverseTransparentSecondaryHover") + public var surfaceOnLightTransparentNegative: Color by + colors.obtain("surfaceOnLightTransparentNegative") /** * Инвертированный вторичный прозрачный фон поверхности/контрола @@ -3028,6 +3022,12 @@ public class SddsSbComColors( public var surfaceInverseTransparentSecondary: Color by colors.obtain("surfaceInverseTransparentSecondary") + /** + * Инвертированный вторичный прозрачный фон поверхности/контрола + */ + public var surfaceInverseTransparentSecondaryHover: Color by + colors.obtain("surfaceInverseTransparentSecondaryHover") + /** * Инвертированный цвет фона поверхности/контрола успех */ @@ -3552,11 +3552,6 @@ public class SddsSbComColors( */ public var outlineInverseClearActive: Color by colors.obtain("outlineInverseClearActive") - /** - * Инвертированный цвет обводки предупреждение - */ - public var outlineInverseWarningActive: Color by colors.obtain("outlineInverseWarningActive") - /** * Инвертированный цвет обводки ошибка */ @@ -3612,6 +3607,11 @@ public class SddsSbComColors( */ public var outlineInverseWarningHover: Color by colors.obtain("outlineInverseWarningHover") + /** + * Инвертированный цвет обводки предупреждение + */ + public var outlineInverseWarningActive: Color by colors.obtain("outlineInverseWarningActive") + /** * Основной цвет текста */ @@ -3682,20 +3682,15 @@ public class ColorOverrideScope { public val outlineOnLightDefaultHover: String = "outlineOnLightDefaultHover" /** - * Primary Active Inverse + * Default Hover On Dark */ - public val outlineInversePrimaryActive: String = "outlineInversePrimaryActive" + public val outlineOnDarkDefaultHover: String = "outlineOnDarkDefaultHover" /** * Default Active On Dark */ public val outlineOnDarkDefaultActive: String = "outlineOnDarkDefaultActive" - /** - * Default Hover On Dark - */ - public val outlineOnDarkDefaultHover: String = "outlineOnDarkDefaultHover" - /** * Green Text Accent Hover Default */ @@ -3712,11 +3707,6 @@ public class ColorOverrideScope { */ public val surfaceInverseAccentSecondaryHover: String = "surfaceInverseAccentSecondaryHover" - /** - * Accent Secondary Active On Light - */ - public val surfaceOnLightAccentSecondaryActive: String = "surfaceOnLightAccentSecondaryActive" - /** * Transparent Navi Active Default */ @@ -3769,11 +3759,6 @@ public class ColorOverrideScope { */ public val surfaceOnDarkAccentSecondaryHover: String = "surfaceOnDarkAccentSecondaryHover" - /** - * Green Text Accent Hover Inverse - */ - public val personasInverseGreenTextAccentHover: String = "personasInverseGreenTextAccentHover" - /** * Pink Text Accent Hover On Light */ @@ -3814,12 +3799,6 @@ public class ColorOverrideScope { */ public val personasOnLightIndigoTextAccentHover: String = "personasOnLightIndigoTextAccentHover" - /** - * Indigo Text Accent Active On Light - */ - public val personasOnLightIndigoTextAccentActive: String = - "personasOnLightIndigoTextAccentActive" - /** * Sea Blue Text Accent Hover On Light */ @@ -3836,12 +3815,6 @@ public class ColorOverrideScope { */ public val backgroundInverseHardline: String = "backgroundInverseHardline" - /** - * Transparent Accent Minor Active On Dark - */ - public val surfaceOnDarkTransparentAccentMinorActive: String = - "surfaceOnDarkTransparentAccentMinorActive" - /** * Sea Blue Text Accent Hover On Dark */ @@ -3873,12 +3846,6 @@ public class ColorOverrideScope { */ public val textDefaultPrimaryBrightnessActive: String = "textDefaultPrimaryBrightnessActive" - /** - * Основной фон для карточек - */ - public val surfaceDefaultSolidCardBrightnessHover: String = - "surfaceDefaultSolidCardBrightnessHover" - /** * Прозрачный фон для карточек */ @@ -3904,10 +3871,10 @@ public class ColorOverrideScope { "surfaceDefaultTransparentCardBrightnessActive" /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Основной фон для карточек */ - public val surfaceOnDarkSolidPrimaryBrightnessActive: String = - "surfaceOnDarkSolidPrimaryBrightnessActive" + public val surfaceDefaultSolidCardBrightnessHover: String = + "surfaceDefaultSolidCardBrightnessHover" /** * Прозрачный фон для карточек на темном фоне @@ -4123,11 +4090,6 @@ public class ColorOverrideScope { */ public val personasOnLightVioletTextAccent: String = "personasOnLightVioletTextAccent" - /** - * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола - */ - public val surfaceInverseAccentMinor: String = "surfaceInverseAccentMinor" - /** * Инвертированный основной фон для карточек */ @@ -4145,14 +4107,9 @@ public class ColorOverrideScope { public val surfaceOnLightAccentMinorHover: String = "surfaceOnLightAccentMinorHover" /** - * On Dark Personas Blue Text Accent - */ - public val personasOnDarkBlueTextAccent: String = "personasOnDarkBlueTextAccent" - - /** - * On Light Personas Indigo Text Accent + * Инвертированный акцентный минорный непрозрачный фон поверхности/контрола */ - public val personasOnLightIndigoTextAccent: String = "personasOnLightIndigoTextAccent" + public val surfaceInverseAccentMinor: String = "surfaceInverseAccentMinor" /** * On Light Personas Sea Blue Text Accent @@ -4180,9 +4137,9 @@ public class ColorOverrideScope { public val surfaceOnLightTransparentNavi: String = "surfaceOnLightTransparentNavi" /** - * Green Text Accent Hover On Dark + * On Dark Personas Blue Text Accent */ - public val personasOnDarkGreenTextAccentHover: String = "personasOnDarkGreenTextAccentHover" + public val personasOnDarkBlueTextAccent: String = "personasOnDarkBlueTextAccent" /** * Green Text Accent Active Default @@ -4319,6 +4276,11 @@ public class ColorOverrideScope { */ public val textDefaultPrimaryBrightnessHover: String = "textDefaultPrimaryBrightnessHover" + /** + * Green Text Accent Hover On Dark + */ + public val personasOnDarkGreenTextAccentHover: String = "personasOnDarkGreenTextAccentHover" + /** * Основной цвет текста на темном фоне */ @@ -4344,32 +4306,11 @@ public class ColorOverrideScope { */ public val textOnLightWarningActive: String = "textOnLightWarningActive" - /** - * Transparent Navi Hover Default - */ - public val surfaceDefaultTransparentNaviHover: String = "surfaceDefaultTransparentNaviHover" - - /** - * Transparent Accent Minor Hover On Light - */ - public val surfaceOnLightTransparentAccentMinorHover: String = - "surfaceOnLightTransparentAccentMinorHover" - /** * Green Text Accent Hover On Light */ public val personasOnLightGreenTextAccentHover: String = "personasOnLightGreenTextAccentHover" - /** - * Default Hover Default - */ - public val outlineDefaultDefaultHover: String = "outlineDefaultDefaultHover" - - /** - * Primary Hover On Dark - */ - public val outlineOnDarkPrimaryHover: String = "outlineOnDarkPrimaryHover" - /** * Pink Text Accent Hover On Dark */ @@ -4499,46 +4440,25 @@ public class ColorOverrideScope { public val surfaceOnLightAccentSecondaryHover: String = "surfaceOnLightAccentSecondaryHover" /** - * Personas Blue Text Accent - */ - public val personasDefaultBlueTextAccent: String = "personasDefaultBlueTextAccent" - - /** - * Personas Sea Blue Text Accent - */ - public val personasDefaultSeaBlueTextAccent: String = "personasDefaultSeaBlueTextAccent" - - /** - * Violet Text Accent Hover Default - */ - public val personasDefaultVioletTextAccentHover: String = "personasDefaultVioletTextAccentHover" - - /** - * Background Hardline - */ - public val backgroundDefaultHardline: String = "backgroundDefaultHardline" - - /** - * Основной цвет текста на светлом фоне + * Transparent Navi Hover Default */ - public val textOnLightPrimaryBrightnessHover: String = "textOnLightPrimaryBrightnessHover" + public val surfaceDefaultTransparentNaviHover: String = "surfaceDefaultTransparentNaviHover" /** - * Инвертированный основной цвет текста + * Transparent Accent Minor Hover On Light */ - public val textInversePrimaryBrightnessHover: String = "textInversePrimaryBrightnessHover" + public val surfaceOnLightTransparentAccentMinorHover: String = + "surfaceOnLightTransparentAccentMinorHover" /** - * Основной непрозрачный фон поверхности/контрола + * Default Hover Default */ - public val surfaceDefaultSolidPrimaryBrightnessActive: String = - "surfaceDefaultSolidPrimaryBrightnessActive" + public val outlineDefaultDefaultHover: String = "outlineDefaultDefaultHover" /** - * Основной непрозрачный фон поверхности/контрола на темном фоне + * Primary Hover On Dark */ - public val surfaceOnDarkSolidPrimaryBrightnessHover: String = - "surfaceOnDarkSolidPrimaryBrightnessHover" + public val outlineOnDarkPrimaryHover: String = "outlineOnDarkPrimaryHover" /** * Инвертированный основной фон для карточек @@ -4581,21 +4501,6 @@ public class ColorOverrideScope { */ public val personasDefaultPinkTextAccent: String = "personasDefaultPinkTextAccent" - /** - * Inverse Personas Violet Text Accent - */ - public val personasInverseVioletTextAccent: String = "personasInverseVioletTextAccent" - - /** - * Inverse Surface Transparent Accent Minor - */ - public val surfaceInverseTransparentAccentMinor: String = "surfaceInverseTransparentAccentMinor" - - /** - * On Light Personas Blue Text Accent - */ - public val personasOnLightBlueTextAccent: String = "personasOnLightBlueTextAccent" - /** * On Dark Surface Transparent Navi */ @@ -4631,6 +4536,63 @@ public class ColorOverrideScope { */ public val outlineOnDarkPrimary: String = "outlineOnDarkPrimary" + /** + * Personas Blue Text Accent + */ + public val personasDefaultBlueTextAccent: String = "personasDefaultBlueTextAccent" + + /** + * Personas Sea Blue Text Accent + */ + public val personasDefaultSeaBlueTextAccent: String = "personasDefaultSeaBlueTextAccent" + + /** + * Violet Text Accent Hover Default + */ + public val personasDefaultVioletTextAccentHover: String = "personasDefaultVioletTextAccentHover" + + /** + * Background Hardline + */ + public val backgroundDefaultHardline: String = "backgroundDefaultHardline" + + /** + * Основной цвет текста на светлом фоне + */ + public val textOnLightPrimaryBrightnessHover: String = "textOnLightPrimaryBrightnessHover" + + /** + * Инвертированный основной цвет текста + */ + public val textInversePrimaryBrightnessHover: String = "textInversePrimaryBrightnessHover" + + /** + * Основной непрозрачный фон поверхности/контрола + */ + public val surfaceDefaultSolidPrimaryBrightnessActive: String = + "surfaceDefaultSolidPrimaryBrightnessActive" + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidPrimaryBrightnessHover: String = + "surfaceOnDarkSolidPrimaryBrightnessHover" + + /** + * Inverse Personas Violet Text Accent + */ + public val personasInverseVioletTextAccent: String = "personasInverseVioletTextAccent" + + /** + * Inverse Surface Transparent Accent Minor + */ + public val surfaceInverseTransparentAccentMinor: String = "surfaceInverseTransparentAccentMinor" + + /** + * On Light Personas Blue Text Accent + */ + public val personasOnLightBlueTextAccent: String = "personasOnLightBlueTextAccent" + /** * Основной цвет текста на темном фоне */ @@ -4727,22 +4689,55 @@ public class ColorOverrideScope { /** * On Light Surface Accent Secondary */ - public val surfaceOnLightAccentSecondary: String = "surfaceOnLightAccentSecondary" + public val surfaceOnLightAccentSecondary: String = "surfaceOnLightAccentSecondary" + + /** + * On Light Personas Pink Text Accent + */ + public val personasOnLightPinkTextAccent: String = "personasOnLightPinkTextAccent" + + /** + * Inverse Personas Olive Text Accent + */ + public val personasInverseOliveTextAccent: String = "personasInverseOliveTextAccent" + + /** + * Primary Active Inverse + */ + public val outlineInversePrimaryActive: String = "outlineInversePrimaryActive" + + /** + * Accent Secondary Active On Light + */ + public val surfaceOnLightAccentSecondaryActive: String = "surfaceOnLightAccentSecondaryActive" + + /** + * Transparent Accent Minor Active On Dark + */ + public val surfaceOnDarkTransparentAccentMinorActive: String = + "surfaceOnDarkTransparentAccentMinorActive" + + /** + * Основной непрозрачный фон поверхности/контрола на темном фоне + */ + public val surfaceOnDarkSolidPrimaryBrightnessActive: String = + "surfaceOnDarkSolidPrimaryBrightnessActive" /** - * On Light Personas Pink Text Accent + * On Light Personas Indigo Text Accent */ - public val personasOnLightPinkTextAccent: String = "personasOnLightPinkTextAccent" + public val personasOnLightIndigoTextAccent: String = "personasOnLightIndigoTextAccent" /** - * Inverse Personas Olive Text Accent + * Green Text Accent Hover Inverse */ - public val personasInverseOliveTextAccent: String = "personasInverseOliveTextAccent" + public val personasInverseGreenTextAccentHover: String = "personasInverseGreenTextAccentHover" /** - * Сплошной наборный текст + * Indigo Text Accent Active On Light */ - public val textDefaultParagraphActive: String = "textDefaultParagraphActive" + public val personasOnLightIndigoTextAccentActive: String = + "personasOnLightIndigoTextAccentActive" /** * Акцентный цвет @@ -4885,9 +4880,9 @@ public class ColorOverrideScope { public val textDefaultParagraphHover: String = "textDefaultParagraphHover" /** - * Сплошной наборный текст на темном фоне + * Сплошной наборный текст */ - public val textOnDarkParagraphActive: String = "textOnDarkParagraphActive" + public val textDefaultParagraphActive: String = "textDefaultParagraphActive" /** * Акцентный цвет на темном фоне @@ -5035,9 +5030,9 @@ public class ColorOverrideScope { public val textOnDarkParagraphHover: String = "textOnDarkParagraphHover" /** - * Основной цвет текста на светлом фоне + * Сплошной наборный текст на темном фоне */ - public val textOnLightPrimaryBrightness: String = "textOnLightPrimaryBrightness" + public val textOnDarkParagraphActive: String = "textOnDarkParagraphActive" /** * Вторичный цвет текста на светлом фоне @@ -5154,6 +5149,11 @@ public class ColorOverrideScope { */ public val textOnLightPrimaryActive: String = "textOnLightPrimaryActive" + /** + * Основной цвет текста на светлом фоне + */ + public val textOnLightPrimaryBrightness: String = "textOnLightPrimaryBrightness" + /** * Инвертированный основной цвет текста */ @@ -5279,11 +5279,6 @@ public class ColorOverrideScope { */ public val textOnLightNegativeHover: String = "textOnLightNegativeHover" - /** - * Инвертированный цвет ошибки - */ - public val textInverseNegativeActive: String = "textInverseNegativeActive" - /** * Инвертированный цвет информации */ @@ -5385,10 +5380,9 @@ public class ColorOverrideScope { public val textInverseNegativeHover: String = "textInverseNegativeHover" /** - * Вторичный прозрачный фон поверхности/контрола + * Инвертированный цвет ошибки */ - public val surfaceDefaultTransparentSecondaryActive: String = - "surfaceDefaultTransparentSecondaryActive" + public val textInverseNegativeActive: String = "textInverseNegativeActive" /** * Третичный прозрачный фон поверхности/контрола @@ -5563,9 +5557,10 @@ public class ColorOverrideScope { "surfaceDefaultTransparentSecondaryHover" /** - * Цвет фона поверхности/контрола предупреждение + * Вторичный прозрачный фон поверхности/контрола */ - public val surfaceDefaultWarningActive: String = "surfaceDefaultWarningActive" + public val surfaceDefaultTransparentSecondaryActive: String = + "surfaceDefaultTransparentSecondaryActive" /** * Цвет фона поверхности/контрола ошибка @@ -5623,9 +5618,9 @@ public class ColorOverrideScope { public val surfaceDefaultWarningHover: String = "surfaceDefaultWarningHover" /** - * Прозрачный цвет фона поверхности/контрола предупреждение + * Цвет фона поверхности/контрола предупреждение */ - public val surfaceDefaultTransparentNegative: String = "surfaceDefaultTransparentNegative" + public val surfaceDefaultWarningActive: String = "surfaceDefaultWarningActive" /** * Прозрачный цвет фона поверхности/контрола предупреждение @@ -5700,10 +5695,9 @@ public class ColorOverrideScope { "surfaceDefaultTransparentNegativeActive" /** - * Вторичный прозрачный фон поверхности/контрола на темном фоне + * Прозрачный цвет фона поверхности/контрола предупреждение */ - public val surfaceOnDarkTransparentSecondaryActive: String = - "surfaceOnDarkTransparentSecondaryActive" + public val surfaceDefaultTransparentNegative: String = "surfaceDefaultTransparentNegative" /** * Третичный прозрачный фон поверхности/контрола на темном фоне @@ -5851,9 +5845,10 @@ public class ColorOverrideScope { "surfaceOnDarkTransparentSecondaryHover" /** - * Цвет фона поверхности/контрола успех на темном фоне + * Вторичный прозрачный фон поверхности/контрола на темном фоне */ - public val surfaceOnDarkPositive: String = "surfaceOnDarkPositive" + public val surfaceOnDarkTransparentSecondaryActive: String = + "surfaceOnDarkTransparentSecondaryActive" /** * Цвет фона поверхности/контрола успех на темном фоне @@ -5925,6 +5920,11 @@ public class ColorOverrideScope { */ public val surfaceOnDarkTransparentAccentHover: String = "surfaceOnDarkTransparentAccentHover" + /** + * Цвет фона поверхности/контрола успех на темном фоне + */ + public val surfaceOnDarkPositive: String = "surfaceOnDarkPositive" + /** * Цвет для readOnly */ @@ -6002,12 +6002,6 @@ public class ColorOverrideScope { public val surfaceOnDarkTransparentNegativeHover: String = "surfaceOnDarkTransparentNegativeHover" - /** - * Вторичный прозрачный фон поверхности/контрола на светлом фоне - */ - public val surfaceOnLightTransparentSecondaryActive: String = - "surfaceOnLightTransparentSecondaryActive" - /** * Третичный прозрачный фон поверхности/контрола на светлом фоне */ @@ -6154,6 +6148,12 @@ public class ColorOverrideScope { public val surfaceOnLightTransparentSecondaryHover: String = "surfaceOnLightTransparentSecondaryHover" + /** + * Вторичный прозрачный фон поверхности/контрола на светлом фоне + */ + public val surfaceOnLightTransparentSecondaryActive: String = + "surfaceOnLightTransparentSecondaryActive" + /** * Цвет фона поверхности/контрола успех на светлом фоне */ @@ -6230,11 +6230,6 @@ public class ColorOverrideScope { */ public val surfaceOnLightTransparentAccentHover: String = "surfaceOnLightTransparentAccentHover" - /** - * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне - */ - public val surfaceOnLightTransparentNegative: String = "surfaceOnLightTransparentNegative" - /** * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ @@ -6298,10 +6293,9 @@ public class ColorOverrideScope { "surfaceOnLightTransparentNegativeActive" /** - * Инвертированный вторичный прозрачный фон поверхности/контрола + * Прозрачный цвет фона поверхности/контрола предупреждение на светлом фоне */ - public val surfaceInverseTransparentSecondaryHover: String = - "surfaceInverseTransparentSecondaryHover" + public val surfaceOnLightTransparentNegative: String = "surfaceOnLightTransparentNegative" /** * Инвертированный вторичный прозрачный фон поверхности/контрола @@ -6449,6 +6443,12 @@ public class ColorOverrideScope { */ public val surfaceInverseTransparentSecondary: String = "surfaceInverseTransparentSecondary" + /** + * Инвертированный вторичный прозрачный фон поверхности/контрола + */ + public val surfaceInverseTransparentSecondaryHover: String = + "surfaceInverseTransparentSecondaryHover" + /** * Инвертированный цвет фона поверхности/контрола успех */ @@ -6964,11 +6964,6 @@ public class ColorOverrideScope { */ public val outlineInverseClearActive: String = "outlineInverseClearActive" - /** - * Инвертированный цвет обводки предупреждение - */ - public val outlineInverseWarningActive: String = "outlineInverseWarningActive" - /** * Инвертированный цвет обводки ошибка */ @@ -7024,6 +7019,11 @@ public class ColorOverrideScope { */ public val outlineInverseWarningHover: String = "outlineInverseWarningHover" + /** + * Инвертированный цвет обводки предупреждение + */ + public val outlineInverseWarningActive: String = "outlineInverseWarningActive" + /** * Основной цвет текста */ @@ -7064,13 +7064,11 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { personasInverseSeaBlueTextAccentActive = other.personasInverseSeaBlueTextAccentActive personasInverseVioletTextAccentActive = other.personasInverseVioletTextAccentActive outlineOnLightDefaultHover = other.outlineOnLightDefaultHover - outlineInversePrimaryActive = other.outlineInversePrimaryActive - outlineOnDarkDefaultActive = other.outlineOnDarkDefaultActive outlineOnDarkDefaultHover = other.outlineOnDarkDefaultHover + outlineOnDarkDefaultActive = other.outlineOnDarkDefaultActive personasDefaultGreenTextAccentHover = other.personasDefaultGreenTextAccentHover personasDefaultSeaBlueTextAccentHover = other.personasDefaultSeaBlueTextAccentHover surfaceInverseAccentSecondaryHover = other.surfaceInverseAccentSecondaryHover - surfaceOnLightAccentSecondaryActive = other.surfaceOnLightAccentSecondaryActive surfaceDefaultTransparentNaviActive = other.surfaceDefaultTransparentNaviActive surfaceOnLightTransparentAccentMinorActive = other.surfaceOnLightTransparentAccentMinorActive personasOnLightGreenTextAccentActive = other.personasOnLightGreenTextAccentActive @@ -7081,7 +7079,6 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { personasOnLightVioletTextAccentActive = other.personasOnLightVioletTextAccentActive personasOnLightOchreTextAccentActive = other.personasOnLightOchreTextAccentActive surfaceOnDarkAccentSecondaryHover = other.surfaceOnDarkAccentSecondaryHover - personasInverseGreenTextAccentHover = other.personasInverseGreenTextAccentHover personasOnLightPinkTextAccentHover = other.personasOnLightPinkTextAccentHover surfaceDefaultAccentSecondaryHover = other.surfaceDefaultAccentSecondaryHover personasDefaultIndigoTextAccentHover = other.personasDefaultIndigoTextAccentHover @@ -7090,25 +7087,22 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { outlineInverseDefault = other.outlineInverseDefault personasOnDarkBlueTextAccentHover = other.personasOnDarkBlueTextAccentHover personasOnLightIndigoTextAccentHover = other.personasOnLightIndigoTextAccentHover - personasOnLightIndigoTextAccentActive = other.personasOnLightIndigoTextAccentActive personasOnLightSeaBlueTextAccentHover = other.personasOnLightSeaBlueTextAccentHover personasDefaultOchreTextAccentActive = other.personasDefaultOchreTextAccentActive backgroundInverseHardline = other.backgroundInverseHardline - surfaceOnDarkTransparentAccentMinorActive = other.surfaceOnDarkTransparentAccentMinorActive personasOnDarkSeaBlueTextAccentHover = other.personasOnDarkSeaBlueTextAccentHover surfaceDefaultTransparentNavi = other.surfaceDefaultTransparentNavi personasDefaultVioletTextAccentActive = other.personasDefaultVioletTextAccentActive personasDefaultBlueTextAccentHover = other.personasDefaultBlueTextAccentHover outlineDefaultDefault = other.outlineDefaultDefault textDefaultPrimaryBrightnessActive = other.textDefaultPrimaryBrightnessActive - surfaceDefaultSolidCardBrightnessHover = other.surfaceDefaultSolidCardBrightnessHover surfaceDefaultTransparentCardBrightnessHover = other.surfaceDefaultTransparentCardBrightnessHover surfaceDefaultSolidCardBrightnessActive = other.surfaceDefaultSolidCardBrightnessActive surfaceDefaultSolidPrimaryBrightnessHover = other.surfaceDefaultSolidPrimaryBrightnessHover surfaceDefaultTransparentCardBrightnessActive = other.surfaceDefaultTransparentCardBrightnessActive - surfaceOnDarkSolidPrimaryBrightnessActive = other.surfaceOnDarkSolidPrimaryBrightnessActive + surfaceDefaultSolidCardBrightnessHover = other.surfaceDefaultSolidCardBrightnessHover surfaceOnDarkTransparentCardBrightnessHover = other.surfaceOnDarkTransparentCardBrightnessHover surfaceOnDarkTransparentCardBrightnessActive = other.surfaceOnDarkTransparentCardBrightnessActive @@ -7154,18 +7148,16 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { other.surfaceInverseTransparentCardBrightnessActive outlineOnLightWarningActive = other.outlineOnLightWarningActive personasOnLightVioletTextAccent = other.personasOnLightVioletTextAccent - surfaceInverseAccentMinor = other.surfaceInverseAccentMinor surfaceInverseSolidCardBrightnessActive = other.surfaceInverseSolidCardBrightnessActive surfaceOnDarkAccentMinorHover = other.surfaceOnDarkAccentMinorHover surfaceOnLightAccentMinorHover = other.surfaceOnLightAccentMinorHover - personasOnDarkBlueTextAccent = other.personasOnDarkBlueTextAccent - personasOnLightIndigoTextAccent = other.personasOnLightIndigoTextAccent + surfaceInverseAccentMinor = other.surfaceInverseAccentMinor personasOnLightSeaBlueTextAccent = other.personasOnLightSeaBlueTextAccent personasDefaultOchreTextAccent = other.personasDefaultOchreTextAccent surfaceOnDarkTransparentAccentMinor = other.surfaceOnDarkTransparentAccentMinor personasOnDarkVioletTextAccent = other.personasOnDarkVioletTextAccent surfaceOnLightTransparentNavi = other.surfaceOnLightTransparentNavi - personasOnDarkGreenTextAccentHover = other.personasOnDarkGreenTextAccentHover + personasOnDarkBlueTextAccent = other.personasOnDarkBlueTextAccent personasDefaultGreenTextAccentActive = other.personasDefaultGreenTextAccentActive personasDefaultSeaBlueTextAccentActive = other.personasDefaultSeaBlueTextAccentActive surfaceInverseAccentSecondaryActive = other.surfaceInverseAccentSecondaryActive @@ -7192,16 +7184,13 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { personasInverseBlueTextAccentActive = other.personasInverseBlueTextAccentActive surfaceInverseTransparentAccentMinorActive = other.surfaceInverseTransparentAccentMinorActive textDefaultPrimaryBrightnessHover = other.textDefaultPrimaryBrightnessHover + personasOnDarkGreenTextAccentHover = other.personasOnDarkGreenTextAccentHover textOnDarkPrimaryBrightnessHover = other.textOnDarkPrimaryBrightnessHover personasOnDarkSeaBlueTextAccent = other.personasOnDarkSeaBlueTextAccent personasOnLightBlueTextAccentActive = other.personasOnLightBlueTextAccentActive outlineOnLightDefaultActive = other.outlineOnLightDefaultActive textOnLightWarningActive = other.textOnLightWarningActive - surfaceDefaultTransparentNaviHover = other.surfaceDefaultTransparentNaviHover - surfaceOnLightTransparentAccentMinorHover = other.surfaceOnLightTransparentAccentMinorHover personasOnLightGreenTextAccentHover = other.personasOnLightGreenTextAccentHover - outlineDefaultDefaultHover = other.outlineDefaultDefaultHover - outlineOnDarkPrimaryHover = other.outlineOnDarkPrimaryHover personasOnDarkPinkTextAccentHover = other.personasOnDarkPinkTextAccentHover outlineDefaultPrimaryHover = other.outlineDefaultPrimaryHover personasInverseIndigoTextAccentHover = other.personasInverseIndigoTextAccentHover @@ -7227,14 +7216,10 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { personasOnLightBlueTextAccentHover = other.personasOnLightBlueTextAccentHover surfaceOnDarkTransparentNaviHover = other.surfaceOnDarkTransparentNaviHover surfaceOnLightAccentSecondaryHover = other.surfaceOnLightAccentSecondaryHover - personasDefaultBlueTextAccent = other.personasDefaultBlueTextAccent - personasDefaultSeaBlueTextAccent = other.personasDefaultSeaBlueTextAccent - personasDefaultVioletTextAccentHover = other.personasDefaultVioletTextAccentHover - backgroundDefaultHardline = other.backgroundDefaultHardline - textOnLightPrimaryBrightnessHover = other.textOnLightPrimaryBrightnessHover - textInversePrimaryBrightnessHover = other.textInversePrimaryBrightnessHover - surfaceDefaultSolidPrimaryBrightnessActive = other.surfaceDefaultSolidPrimaryBrightnessActive - surfaceOnDarkSolidPrimaryBrightnessHover = other.surfaceOnDarkSolidPrimaryBrightnessHover + surfaceDefaultTransparentNaviHover = other.surfaceDefaultTransparentNaviHover + surfaceOnLightTransparentAccentMinorHover = other.surfaceOnLightTransparentAccentMinorHover + outlineDefaultDefaultHover = other.outlineDefaultDefaultHover + outlineOnDarkPrimaryHover = other.outlineOnDarkPrimaryHover surfaceInverseSolidCardBrightnessHover = other.surfaceInverseSolidCardBrightnessHover personasInverseBlueTextAccent = other.personasInverseBlueTextAccent personasDefaultBlueTextAccentActive = other.personasDefaultBlueTextAccentActive @@ -7243,9 +7228,6 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { personasInverseSeaBlueTextAccent = other.personasInverseSeaBlueTextAccent personasOnDarkPinkTextAccent = other.personasOnDarkPinkTextAccent personasDefaultPinkTextAccent = other.personasDefaultPinkTextAccent - personasInverseVioletTextAccent = other.personasInverseVioletTextAccent - surfaceInverseTransparentAccentMinor = other.surfaceInverseTransparentAccentMinor - personasOnLightBlueTextAccent = other.personasOnLightBlueTextAccent surfaceOnDarkTransparentNavi = other.surfaceOnDarkTransparentNavi outlineInversePrimary = other.outlineInversePrimary personasInverseOliveTextAccentActive = other.personasInverseOliveTextAccentActive @@ -7253,6 +7235,17 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { personasDefaultGreenTextAccent = other.personasDefaultGreenTextAccent backgroundDarkHardline = other.backgroundDarkHardline outlineOnDarkPrimary = other.outlineOnDarkPrimary + personasDefaultBlueTextAccent = other.personasDefaultBlueTextAccent + personasDefaultSeaBlueTextAccent = other.personasDefaultSeaBlueTextAccent + personasDefaultVioletTextAccentHover = other.personasDefaultVioletTextAccentHover + backgroundDefaultHardline = other.backgroundDefaultHardline + textOnLightPrimaryBrightnessHover = other.textOnLightPrimaryBrightnessHover + textInversePrimaryBrightnessHover = other.textInversePrimaryBrightnessHover + surfaceDefaultSolidPrimaryBrightnessActive = other.surfaceDefaultSolidPrimaryBrightnessActive + surfaceOnDarkSolidPrimaryBrightnessHover = other.surfaceOnDarkSolidPrimaryBrightnessHover + personasInverseVioletTextAccent = other.personasInverseVioletTextAccent + surfaceInverseTransparentAccentMinor = other.surfaceInverseTransparentAccentMinor + personasOnLightBlueTextAccent = other.personasOnLightBlueTextAccent textOnDarkPrimaryBrightnessActive = other.textOnDarkPrimaryBrightnessActive textOnLightPrimaryBrightnessActive = other.textOnLightPrimaryBrightnessActive textInversePrimaryBrightnessActive = other.textInversePrimaryBrightnessActive @@ -7274,7 +7267,13 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnLightAccentSecondary = other.surfaceOnLightAccentSecondary personasOnLightPinkTextAccent = other.personasOnLightPinkTextAccent personasInverseOliveTextAccent = other.personasInverseOliveTextAccent - textDefaultParagraphActive = other.textDefaultParagraphActive + outlineInversePrimaryActive = other.outlineInversePrimaryActive + surfaceOnLightAccentSecondaryActive = other.surfaceOnLightAccentSecondaryActive + surfaceOnDarkTransparentAccentMinorActive = other.surfaceOnDarkTransparentAccentMinorActive + surfaceOnDarkSolidPrimaryBrightnessActive = other.surfaceOnDarkSolidPrimaryBrightnessActive + personasOnLightIndigoTextAccent = other.personasOnLightIndigoTextAccent + personasInverseGreenTextAccentHover = other.personasInverseGreenTextAccentHover + personasOnLightIndigoTextAccentActive = other.personasOnLightIndigoTextAccentActive textDefaultAccent = other.textDefaultAccent textDefaultAccentHover = other.textDefaultAccentHover textDefaultAccentActive = other.textDefaultAccentActive @@ -7303,7 +7302,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { textDefaultPrimaryBrightness = other.textDefaultPrimaryBrightness textDefaultParagraph = other.textDefaultParagraph textDefaultParagraphHover = other.textDefaultParagraphHover - textOnDarkParagraphActive = other.textOnDarkParagraphActive + textDefaultParagraphActive = other.textDefaultParagraphActive textOnDarkAccent = other.textOnDarkAccent textOnDarkAccentHover = other.textOnDarkAccentHover textOnDarkAccentActive = other.textOnDarkAccentActive @@ -7333,7 +7332,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { textOnDarkPrimaryHover = other.textOnDarkPrimaryHover textOnDarkParagraph = other.textOnDarkParagraph textOnDarkParagraphHover = other.textOnDarkParagraphHover - textOnLightPrimaryBrightness = other.textOnLightPrimaryBrightness + textOnDarkParagraphActive = other.textOnDarkParagraphActive textOnLightSecondary = other.textOnLightSecondary textOnLightSecondaryHover = other.textOnLightSecondaryHover textOnLightSecondaryActive = other.textOnLightSecondaryActive @@ -7357,6 +7356,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { textOnLightPrimary = other.textOnLightPrimary textOnLightPrimaryHover = other.textOnLightPrimaryHover textOnLightPrimaryActive = other.textOnLightPrimaryActive + textOnLightPrimaryBrightness = other.textOnLightPrimaryBrightness textInversePrimary = other.textInversePrimary textInversePrimaryHover = other.textInversePrimaryHover textInversePrimaryActive = other.textInversePrimaryActive @@ -7382,7 +7382,6 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { textOnLightInfoHover = other.textOnLightInfoHover textOnLightInfoActive = other.textOnLightInfoActive textOnLightNegativeHover = other.textOnLightNegativeHover - textInverseNegativeActive = other.textInverseNegativeActive textInverseInfo = other.textInverseInfo textInverseInfoHover = other.textInverseInfoHover textInverseInfoActive = other.textInverseInfoActive @@ -7403,7 +7402,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { textInversePositiveActive = other.textInversePositiveActive textInverseNegative = other.textInverseNegative textInverseNegativeHover = other.textInverseNegativeHover - surfaceDefaultTransparentSecondaryActive = other.surfaceDefaultTransparentSecondaryActive + textInverseNegativeActive = other.textInverseNegativeActive surfaceDefaultTransparentTertiary = other.surfaceDefaultTransparentTertiary surfaceDefaultTransparentTertiaryHover = other.surfaceDefaultTransparentTertiaryHover surfaceDefaultTransparentTertiaryActive = other.surfaceDefaultTransparentTertiaryActive @@ -7437,7 +7436,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceDefaultTransparentPrimaryActive = other.surfaceDefaultTransparentPrimaryActive surfaceDefaultTransparentSecondary = other.surfaceDefaultTransparentSecondary surfaceDefaultTransparentSecondaryHover = other.surfaceDefaultTransparentSecondaryHover - surfaceDefaultWarningActive = other.surfaceDefaultWarningActive + surfaceDefaultTransparentSecondaryActive = other.surfaceDefaultTransparentSecondaryActive surfaceDefaultNegative = other.surfaceDefaultNegative surfaceDefaultNegativeHover = other.surfaceDefaultNegativeHover surfaceDefaultNegativeActive = other.surfaceDefaultNegativeActive @@ -7449,7 +7448,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceDefaultPositiveHover = other.surfaceDefaultPositiveHover surfaceDefaultWarning = other.surfaceDefaultWarning surfaceDefaultWarningHover = other.surfaceDefaultWarningHover - surfaceDefaultTransparentNegative = other.surfaceDefaultTransparentNegative + surfaceDefaultWarningActive = other.surfaceDefaultWarningActive surfaceDefaultTransparentNegativeHover = other.surfaceDefaultTransparentNegativeHover surfaceDefaultReadOnly = other.surfaceDefaultReadOnly surfaceDefaultReadOnlyHover = other.surfaceDefaultReadOnlyHover @@ -7464,7 +7463,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnDarkSolidTertiary = other.surfaceOnDarkSolidTertiary surfaceOnDarkSolidTertiaryHover = other.surfaceOnDarkSolidTertiaryHover surfaceDefaultTransparentNegativeActive = other.surfaceDefaultTransparentNegativeActive - surfaceOnDarkTransparentSecondaryActive = other.surfaceOnDarkTransparentSecondaryActive + surfaceDefaultTransparentNegative = other.surfaceDefaultTransparentNegative surfaceOnDarkTransparentTertiary = other.surfaceOnDarkTransparentTertiary surfaceOnDarkTransparentTertiaryHover = other.surfaceOnDarkTransparentTertiaryHover surfaceOnDarkTransparentTertiaryActive = other.surfaceOnDarkTransparentTertiaryActive @@ -7493,7 +7492,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnDarkTransparentPrimaryActive = other.surfaceOnDarkTransparentPrimaryActive surfaceOnDarkTransparentSecondary = other.surfaceOnDarkTransparentSecondary surfaceOnDarkTransparentSecondaryHover = other.surfaceOnDarkTransparentSecondaryHover - surfaceOnDarkPositive = other.surfaceOnDarkPositive + surfaceOnDarkTransparentSecondaryActive = other.surfaceOnDarkTransparentSecondaryActive surfaceOnDarkPositiveHover = other.surfaceOnDarkPositiveHover surfaceOnDarkPositiveActive = other.surfaceOnDarkPositiveActive surfaceOnDarkWarning = other.surfaceOnDarkWarning @@ -7508,6 +7507,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnDarkTransparentAccentActive = other.surfaceOnDarkTransparentAccentActive surfaceOnDarkTransparentAccent = other.surfaceOnDarkTransparentAccent surfaceOnDarkTransparentAccentHover = other.surfaceOnDarkTransparentAccentHover + surfaceOnDarkPositive = other.surfaceOnDarkPositive surfaceOnDarkReadOnly = other.surfaceOnDarkReadOnly surfaceOnDarkReadOnlyHover = other.surfaceOnDarkReadOnlyHover surfaceOnDarkReadOnlyActive = other.surfaceOnDarkReadOnlyActive @@ -7523,7 +7523,6 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnDarkTransparentNegativeActive = other.surfaceOnDarkTransparentNegativeActive surfaceOnDarkTransparentNegative = other.surfaceOnDarkTransparentNegative surfaceOnDarkTransparentNegativeHover = other.surfaceOnDarkTransparentNegativeHover - surfaceOnLightTransparentSecondaryActive = other.surfaceOnLightTransparentSecondaryActive surfaceOnLightTransparentTertiary = other.surfaceOnLightTransparentTertiary surfaceOnLightTransparentTertiaryHover = other.surfaceOnLightTransparentTertiaryHover surfaceOnLightTransparentTertiaryActive = other.surfaceOnLightTransparentTertiaryActive @@ -7552,6 +7551,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnLightTransparentPrimaryActive = other.surfaceOnLightTransparentPrimaryActive surfaceOnLightTransparentSecondary = other.surfaceOnLightTransparentSecondary surfaceOnLightTransparentSecondaryHover = other.surfaceOnLightTransparentSecondaryHover + surfaceOnLightTransparentSecondaryActive = other.surfaceOnLightTransparentSecondaryActive surfaceOnLightPositive = other.surfaceOnLightPositive surfaceOnLightPositiveHover = other.surfaceOnLightPositiveHover surfaceOnLightPositiveActive = other.surfaceOnLightPositiveActive @@ -7567,7 +7567,6 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceOnLightTransparentAccentActive = other.surfaceOnLightTransparentAccentActive surfaceOnLightTransparentAccent = other.surfaceOnLightTransparentAccent surfaceOnLightTransparentAccentHover = other.surfaceOnLightTransparentAccentHover - surfaceOnLightTransparentNegative = other.surfaceOnLightTransparentNegative surfaceOnLightTransparentNegativeHover = other.surfaceOnLightTransparentNegativeHover surfaceOnLightReadOnly = other.surfaceOnLightReadOnly surfaceOnLightReadOnlyHover = other.surfaceOnLightReadOnlyHover @@ -7580,7 +7579,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceInverseSolidSecondaryHover = other.surfaceInverseSolidSecondaryHover surfaceInverseSolidSecondaryActive = other.surfaceInverseSolidSecondaryActive surfaceOnLightTransparentNegativeActive = other.surfaceOnLightTransparentNegativeActive - surfaceInverseTransparentSecondaryHover = other.surfaceInverseTransparentSecondaryHover + surfaceOnLightTransparentNegative = other.surfaceOnLightTransparentNegative surfaceInverseTransparentSecondaryActive = other.surfaceInverseTransparentSecondaryActive surfaceInverseTransparentTertiary = other.surfaceInverseTransparentTertiary surfaceInverseTransparentTertiaryHover = other.surfaceInverseTransparentTertiaryHover @@ -7609,6 +7608,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { surfaceInverseTransparentPrimaryHover = other.surfaceInverseTransparentPrimaryHover surfaceInverseTransparentPrimaryActive = other.surfaceInverseTransparentPrimaryActive surfaceInverseTransparentSecondary = other.surfaceInverseTransparentSecondary + surfaceInverseTransparentSecondaryHover = other.surfaceInverseTransparentSecondaryHover surfaceInversePositive = other.surfaceInversePositive surfaceInversePositiveHover = other.surfaceInversePositiveHover surfaceInversePositiveActive = other.surfaceInversePositiveActive @@ -7710,7 +7710,6 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { outlineInverseClear = other.outlineInverseClear outlineInverseClearHover = other.outlineInverseClearHover outlineInverseClearActive = other.outlineInverseClearActive - outlineInverseWarningActive = other.outlineInverseWarningActive outlineInverseNegative = other.outlineInverseNegative outlineInverseNegativeHover = other.outlineInverseNegativeHover outlineInverseNegativeActive = other.outlineInverseNegativeActive @@ -7722,6 +7721,7 @@ internal fun SddsSbComColors.updateColorsFrom(other: SddsSbComColors) { outlineInversePositiveHover = other.outlineInversePositiveHover outlineInverseWarning = other.outlineInverseWarning outlineInverseWarningHover = other.outlineInverseWarningHover + outlineInverseWarningActive = other.outlineInverseWarningActive textDefaultPrimaryHover = other.textDefaultPrimaryHover surfaceOnDarkSolidDefault = other.surfaceOnDarkSolidDefault surfaceOnLightAccentMinorActive = other.surfaceOnLightAccentMinorActive @@ -7770,17 +7770,12 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.OutlineOnLightDefaultHover, overwrite, ) - initial.add( - "outlineInversePrimaryActive", - LightColorTokens.OutlineInversePrimaryActive, - overwrite, - ) + initial.add("outlineOnDarkDefaultHover", LightColorTokens.OutlineOnDarkDefaultHover, overwrite) initial.add( "outlineOnDarkDefaultActive", LightColorTokens.OutlineOnDarkDefaultActive, overwrite, ) - initial.add("outlineOnDarkDefaultHover", LightColorTokens.OutlineOnDarkDefaultHover, overwrite) initial.add( "personasDefaultGreenTextAccentHover", LightColorTokens.PersonasDefaultGreenTextAccentHover, @@ -7796,11 +7791,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceInverseAccentSecondaryHover, overwrite, ) - initial.add( - "surfaceOnLightAccentSecondaryActive", - LightColorTokens.SurfaceOnLightAccentSecondaryActive, - overwrite, - ) initial.add( "surfaceDefaultTransparentNaviActive", LightColorTokens.SurfaceDefaultTransparentNaviActive, @@ -7851,11 +7841,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnDarkAccentSecondaryHover, overwrite, ) - initial.add( - "personasInverseGreenTextAccentHover", - LightColorTokens.PersonasInverseGreenTextAccentHover, - overwrite, - ) initial.add( "personasOnLightPinkTextAccentHover", LightColorTokens.PersonasOnLightPinkTextAccentHover, @@ -7888,11 +7873,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.PersonasOnLightIndigoTextAccentHover, overwrite, ) - initial.add( - "personasOnLightIndigoTextAccentActive", - LightColorTokens.PersonasOnLightIndigoTextAccentActive, - overwrite, - ) initial.add( "personasOnLightSeaBlueTextAccentHover", LightColorTokens.PersonasOnLightSeaBlueTextAccentHover, @@ -7904,11 +7884,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add("backgroundInverseHardline", LightColorTokens.BackgroundInverseHardline, overwrite) - initial.add( - "surfaceOnDarkTransparentAccentMinorActive", - LightColorTokens.SurfaceOnDarkTransparentAccentMinorActive, - overwrite, - ) initial.add( "personasOnDarkSeaBlueTextAccentHover", LightColorTokens.PersonasOnDarkSeaBlueTextAccentHover, @@ -7935,11 +7910,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.TextDefaultPrimaryBrightnessActive, overwrite, ) - initial.add( - "surfaceDefaultSolidCardBrightnessHover", - LightColorTokens.SurfaceDefaultSolidCardBrightnessHover, - overwrite, - ) initial.add( "surfaceDefaultTransparentCardBrightnessHover", LightColorTokens.SurfaceDefaultTransparentCardBrightnessHover, @@ -7961,8 +7931,8 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "surfaceOnDarkSolidPrimaryBrightnessActive", - LightColorTokens.SurfaceOnDarkSolidPrimaryBrightnessActive, + "surfaceDefaultSolidCardBrightnessHover", + LightColorTokens.SurfaceDefaultSolidCardBrightnessHover, overwrite, ) initial.add( @@ -8145,7 +8115,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.PersonasOnLightVioletTextAccent, overwrite, ) - initial.add("surfaceInverseAccentMinor", LightColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( "surfaceInverseSolidCardBrightnessActive", LightColorTokens.SurfaceInverseSolidCardBrightnessActive, @@ -8161,16 +8130,7 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnLightAccentMinorHover, overwrite, ) - initial.add( - "personasOnDarkBlueTextAccent", - LightColorTokens.PersonasOnDarkBlueTextAccent, - overwrite, - ) - initial.add( - "personasOnLightIndigoTextAccent", - LightColorTokens.PersonasOnLightIndigoTextAccent, - overwrite, - ) + initial.add("surfaceInverseAccentMinor", LightColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( "personasOnLightSeaBlueTextAccent", LightColorTokens.PersonasOnLightSeaBlueTextAccent, @@ -8197,8 +8157,8 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "personasOnDarkGreenTextAccentHover", - LightColorTokens.PersonasOnDarkGreenTextAccentHover, + "personasOnDarkBlueTextAccent", + LightColorTokens.PersonasOnDarkBlueTextAccent, overwrite, ) initial.add( @@ -8328,47 +8288,36 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "textOnDarkPrimaryBrightnessHover", - LightColorTokens.TextOnDarkPrimaryBrightnessHover, - overwrite, - ) - initial.add( - "personasOnDarkSeaBlueTextAccent", - LightColorTokens.PersonasOnDarkSeaBlueTextAccent, - overwrite, - ) - initial.add( - "personasOnLightBlueTextAccentActive", - LightColorTokens.PersonasOnLightBlueTextAccentActive, + "personasOnDarkGreenTextAccentHover", + LightColorTokens.PersonasOnDarkGreenTextAccentHover, overwrite, ) initial.add( - "outlineOnLightDefaultActive", - LightColorTokens.OutlineOnLightDefaultActive, + "textOnDarkPrimaryBrightnessHover", + LightColorTokens.TextOnDarkPrimaryBrightnessHover, overwrite, ) - initial.add("textOnLightWarningActive", LightColorTokens.TextOnLightWarningActive, overwrite) initial.add( - "surfaceDefaultTransparentNaviHover", - LightColorTokens.SurfaceDefaultTransparentNaviHover, + "personasOnDarkSeaBlueTextAccent", + LightColorTokens.PersonasOnDarkSeaBlueTextAccent, overwrite, ) initial.add( - "surfaceOnLightTransparentAccentMinorHover", - LightColorTokens.SurfaceOnLightTransparentAccentMinorHover, + "personasOnLightBlueTextAccentActive", + LightColorTokens.PersonasOnLightBlueTextAccentActive, overwrite, ) initial.add( - "personasOnLightGreenTextAccentHover", - LightColorTokens.PersonasOnLightGreenTextAccentHover, + "outlineOnLightDefaultActive", + LightColorTokens.OutlineOnLightDefaultActive, overwrite, ) + initial.add("textOnLightWarningActive", LightColorTokens.TextOnLightWarningActive, overwrite) initial.add( - "outlineDefaultDefaultHover", - LightColorTokens.OutlineDefaultDefaultHover, + "personasOnLightGreenTextAccentHover", + LightColorTokens.PersonasOnLightGreenTextAccentHover, overwrite, ) - initial.add("outlineOnDarkPrimaryHover", LightColorTokens.OutlineOnDarkPrimaryHover, overwrite) initial.add( "personasOnDarkPinkTextAccentHover", LightColorTokens.PersonasOnDarkPinkTextAccentHover, @@ -8495,41 +8444,21 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "personasDefaultBlueTextAccent", - LightColorTokens.PersonasDefaultBlueTextAccent, - overwrite, - ) - initial.add( - "personasDefaultSeaBlueTextAccent", - LightColorTokens.PersonasDefaultSeaBlueTextAccent, - overwrite, - ) - initial.add( - "personasDefaultVioletTextAccentHover", - LightColorTokens.PersonasDefaultVioletTextAccentHover, - overwrite, - ) - initial.add("backgroundDefaultHardline", LightColorTokens.BackgroundDefaultHardline, overwrite) - initial.add( - "textOnLightPrimaryBrightnessHover", - LightColorTokens.TextOnLightPrimaryBrightnessHover, - overwrite, - ) - initial.add( - "textInversePrimaryBrightnessHover", - LightColorTokens.TextInversePrimaryBrightnessHover, + "surfaceDefaultTransparentNaviHover", + LightColorTokens.SurfaceDefaultTransparentNaviHover, overwrite, ) initial.add( - "surfaceDefaultSolidPrimaryBrightnessActive", - LightColorTokens.SurfaceDefaultSolidPrimaryBrightnessActive, + "surfaceOnLightTransparentAccentMinorHover", + LightColorTokens.SurfaceOnLightTransparentAccentMinorHover, overwrite, ) initial.add( - "surfaceOnDarkSolidPrimaryBrightnessHover", - LightColorTokens.SurfaceOnDarkSolidPrimaryBrightnessHover, + "outlineDefaultDefaultHover", + LightColorTokens.OutlineDefaultDefaultHover, overwrite, ) + initial.add("outlineOnDarkPrimaryHover", LightColorTokens.OutlineOnDarkPrimaryHover, overwrite) initial.add( "surfaceInverseSolidCardBrightnessHover", LightColorTokens.SurfaceInverseSolidCardBrightnessHover, @@ -8570,21 +8499,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.PersonasDefaultPinkTextAccent, overwrite, ) - initial.add( - "personasInverseVioletTextAccent", - LightColorTokens.PersonasInverseVioletTextAccent, - overwrite, - ) - initial.add( - "surfaceInverseTransparentAccentMinor", - LightColorTokens.SurfaceInverseTransparentAccentMinor, - overwrite, - ) - initial.add( - "personasOnLightBlueTextAccent", - LightColorTokens.PersonasOnLightBlueTextAccent, - overwrite, - ) initial.add( "surfaceOnDarkTransparentNavi", LightColorTokens.SurfaceOnDarkTransparentNavi, @@ -8604,6 +8518,57 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = ) initial.add("backgroundDarkHardline", LightColorTokens.BackgroundDarkHardline, overwrite) initial.add("outlineOnDarkPrimary", LightColorTokens.OutlineOnDarkPrimary, overwrite) + initial.add( + "personasDefaultBlueTextAccent", + LightColorTokens.PersonasDefaultBlueTextAccent, + overwrite, + ) + initial.add( + "personasDefaultSeaBlueTextAccent", + LightColorTokens.PersonasDefaultSeaBlueTextAccent, + overwrite, + ) + initial.add( + "personasDefaultVioletTextAccentHover", + LightColorTokens.PersonasDefaultVioletTextAccentHover, + overwrite, + ) + initial.add("backgroundDefaultHardline", LightColorTokens.BackgroundDefaultHardline, overwrite) + initial.add( + "textOnLightPrimaryBrightnessHover", + LightColorTokens.TextOnLightPrimaryBrightnessHover, + overwrite, + ) + initial.add( + "textInversePrimaryBrightnessHover", + LightColorTokens.TextInversePrimaryBrightnessHover, + overwrite, + ) + initial.add( + "surfaceDefaultSolidPrimaryBrightnessActive", + LightColorTokens.SurfaceDefaultSolidPrimaryBrightnessActive, + overwrite, + ) + initial.add( + "surfaceOnDarkSolidPrimaryBrightnessHover", + LightColorTokens.SurfaceOnDarkSolidPrimaryBrightnessHover, + overwrite, + ) + initial.add( + "personasInverseVioletTextAccent", + LightColorTokens.PersonasInverseVioletTextAccent, + overwrite, + ) + initial.add( + "surfaceInverseTransparentAccentMinor", + LightColorTokens.SurfaceInverseTransparentAccentMinor, + overwrite, + ) + initial.add( + "personasOnLightBlueTextAccent", + LightColorTokens.PersonasOnLightBlueTextAccent, + overwrite, + ) initial.add( "textOnDarkPrimaryBrightnessActive", LightColorTokens.TextOnDarkPrimaryBrightnessActive, @@ -8706,8 +8671,38 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "textDefaultParagraphActive", - LightColorTokens.TextDefaultParagraphActive, + "outlineInversePrimaryActive", + LightColorTokens.OutlineInversePrimaryActive, + overwrite, + ) + initial.add( + "surfaceOnLightAccentSecondaryActive", + LightColorTokens.SurfaceOnLightAccentSecondaryActive, + overwrite, + ) + initial.add( + "surfaceOnDarkTransparentAccentMinorActive", + LightColorTokens.SurfaceOnDarkTransparentAccentMinorActive, + overwrite, + ) + initial.add( + "surfaceOnDarkSolidPrimaryBrightnessActive", + LightColorTokens.SurfaceOnDarkSolidPrimaryBrightnessActive, + overwrite, + ) + initial.add( + "personasOnLightIndigoTextAccent", + LightColorTokens.PersonasOnLightIndigoTextAccent, + overwrite, + ) + initial.add( + "personasInverseGreenTextAccentHover", + LightColorTokens.PersonasInverseGreenTextAccentHover, + overwrite, + ) + initial.add( + "personasOnLightIndigoTextAccentActive", + LightColorTokens.PersonasOnLightIndigoTextAccentActive, overwrite, ) initial.add("textDefaultAccent", LightColorTokens.TextDefaultAccent, overwrite) @@ -8754,7 +8749,11 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = ) initial.add("textDefaultParagraph", LightColorTokens.TextDefaultParagraph, overwrite) initial.add("textDefaultParagraphHover", LightColorTokens.TextDefaultParagraphHover, overwrite) - initial.add("textOnDarkParagraphActive", LightColorTokens.TextOnDarkParagraphActive, overwrite) + initial.add( + "textDefaultParagraphActive", + LightColorTokens.TextDefaultParagraphActive, + overwrite, + ) initial.add("textOnDarkAccent", LightColorTokens.TextOnDarkAccent, overwrite) initial.add("textOnDarkAccentHover", LightColorTokens.TextOnDarkAccentHover, overwrite) initial.add("textOnDarkAccentActive", LightColorTokens.TextOnDarkAccentActive, overwrite) @@ -8792,11 +8791,7 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = initial.add("textOnDarkPrimaryHover", LightColorTokens.TextOnDarkPrimaryHover, overwrite) initial.add("textOnDarkParagraph", LightColorTokens.TextOnDarkParagraph, overwrite) initial.add("textOnDarkParagraphHover", LightColorTokens.TextOnDarkParagraphHover, overwrite) - initial.add( - "textOnLightPrimaryBrightness", - LightColorTokens.TextOnLightPrimaryBrightness, - overwrite, - ) + initial.add("textOnDarkParagraphActive", LightColorTokens.TextOnDarkParagraphActive, overwrite) initial.add("textOnLightSecondary", LightColorTokens.TextOnLightSecondary, overwrite) initial.add("textOnLightSecondaryHover", LightColorTokens.TextOnLightSecondaryHover, overwrite) initial.add( @@ -8836,6 +8831,11 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = initial.add("textOnLightPrimary", LightColorTokens.TextOnLightPrimary, overwrite) initial.add("textOnLightPrimaryHover", LightColorTokens.TextOnLightPrimaryHover, overwrite) initial.add("textOnLightPrimaryActive", LightColorTokens.TextOnLightPrimaryActive, overwrite) + initial.add( + "textOnLightPrimaryBrightness", + LightColorTokens.TextOnLightPrimaryBrightness, + overwrite, + ) initial.add("textInversePrimary", LightColorTokens.TextInversePrimary, overwrite) initial.add("textInversePrimaryHover", LightColorTokens.TextInversePrimaryHover, overwrite) initial.add("textInversePrimaryActive", LightColorTokens.TextInversePrimaryActive, overwrite) @@ -8881,7 +8881,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = initial.add("textOnLightInfoHover", LightColorTokens.TextOnLightInfoHover, overwrite) initial.add("textOnLightInfoActive", LightColorTokens.TextOnLightInfoActive, overwrite) initial.add("textOnLightNegativeHover", LightColorTokens.TextOnLightNegativeHover, overwrite) - initial.add("textInverseNegativeActive", LightColorTokens.TextInverseNegativeActive, overwrite) initial.add("textInverseInfo", LightColorTokens.TextInverseInfo, overwrite) initial.add("textInverseInfoHover", LightColorTokens.TextInverseInfoHover, overwrite) initial.add("textInverseInfoActive", LightColorTokens.TextInverseInfoActive, overwrite) @@ -8938,11 +8937,7 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = initial.add("textInversePositiveActive", LightColorTokens.TextInversePositiveActive, overwrite) initial.add("textInverseNegative", LightColorTokens.TextInverseNegative, overwrite) initial.add("textInverseNegativeHover", LightColorTokens.TextInverseNegativeHover, overwrite) - initial.add( - "surfaceDefaultTransparentSecondaryActive", - LightColorTokens.SurfaceDefaultTransparentSecondaryActive, - overwrite, - ) + initial.add("textInverseNegativeActive", LightColorTokens.TextInverseNegativeActive, overwrite) initial.add( "surfaceDefaultTransparentTertiary", LightColorTokens.SurfaceDefaultTransparentTertiary, @@ -9085,8 +9080,8 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "surfaceDefaultWarningActive", - LightColorTokens.SurfaceDefaultWarningActive, + "surfaceDefaultTransparentSecondaryActive", + LightColorTokens.SurfaceDefaultTransparentSecondaryActive, overwrite, ) initial.add("surfaceDefaultNegative", LightColorTokens.SurfaceDefaultNegative, overwrite) @@ -9121,8 +9116,8 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "surfaceDefaultTransparentNegative", - LightColorTokens.SurfaceDefaultTransparentNegative, + "surfaceDefaultWarningActive", + LightColorTokens.SurfaceDefaultWarningActive, overwrite, ) initial.add( @@ -9188,8 +9183,8 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "surfaceOnDarkTransparentSecondaryActive", - LightColorTokens.SurfaceOnDarkTransparentSecondaryActive, + "surfaceDefaultTransparentNegative", + LightColorTokens.SurfaceDefaultTransparentNegative, overwrite, ) initial.add( @@ -9300,7 +9295,11 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnDarkTransparentSecondaryHover, overwrite, ) - initial.add("surfaceOnDarkPositive", LightColorTokens.SurfaceOnDarkPositive, overwrite) + initial.add( + "surfaceOnDarkTransparentSecondaryActive", + LightColorTokens.SurfaceOnDarkTransparentSecondaryActive, + overwrite, + ) initial.add( "surfaceOnDarkPositiveHover", LightColorTokens.SurfaceOnDarkPositiveHover, @@ -9347,6 +9346,7 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnDarkTransparentAccentHover, overwrite, ) + initial.add("surfaceOnDarkPositive", LightColorTokens.SurfaceOnDarkPositive, overwrite) initial.add("surfaceOnDarkReadOnly", LightColorTokens.SurfaceOnDarkReadOnly, overwrite) initial.add( "surfaceOnDarkReadOnlyHover", @@ -9418,11 +9418,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnDarkTransparentNegativeHover, overwrite, ) - initial.add( - "surfaceOnLightTransparentSecondaryActive", - LightColorTokens.SurfaceOnLightTransparentSecondaryActive, - overwrite, - ) initial.add( "surfaceOnLightTransparentTertiary", LightColorTokens.SurfaceOnLightTransparentTertiary, @@ -9539,6 +9534,11 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnLightTransparentSecondaryHover, overwrite, ) + initial.add( + "surfaceOnLightTransparentSecondaryActive", + LightColorTokens.SurfaceOnLightTransparentSecondaryActive, + overwrite, + ) initial.add("surfaceOnLightPositive", LightColorTokens.SurfaceOnLightPositive, overwrite) initial.add( "surfaceOnLightPositiveHover", @@ -9590,11 +9590,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceOnLightTransparentAccentHover, overwrite, ) - initial.add( - "surfaceOnLightTransparentNegative", - LightColorTokens.SurfaceOnLightTransparentNegative, - overwrite, - ) initial.add( "surfaceOnLightTransparentNegativeHover", LightColorTokens.SurfaceOnLightTransparentNegativeHover, @@ -9652,8 +9647,8 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = overwrite, ) initial.add( - "surfaceInverseTransparentSecondaryHover", - LightColorTokens.SurfaceInverseTransparentSecondaryHover, + "surfaceOnLightTransparentNegative", + LightColorTokens.SurfaceOnLightTransparentNegative, overwrite, ) initial.add( @@ -9776,6 +9771,11 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.SurfaceInverseTransparentSecondary, overwrite, ) + initial.add( + "surfaceInverseTransparentSecondaryHover", + LightColorTokens.SurfaceInverseTransparentSecondaryHover, + overwrite, + ) initial.add("surfaceInversePositive", LightColorTokens.SurfaceInversePositive, overwrite) initial.add( "surfaceInversePositiveHover", @@ -10057,11 +10057,6 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = initial.add("outlineInverseClear", LightColorTokens.OutlineInverseClear, overwrite) initial.add("outlineInverseClearHover", LightColorTokens.OutlineInverseClearHover, overwrite) initial.add("outlineInverseClearActive", LightColorTokens.OutlineInverseClearActive, overwrite) - initial.add( - "outlineInverseWarningActive", - LightColorTokens.OutlineInverseWarningActive, - overwrite, - ) initial.add("outlineInverseNegative", LightColorTokens.OutlineInverseNegative, overwrite) initial.add( "outlineInverseNegativeHover", @@ -10093,6 +10088,11 @@ public fun lightSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = LightColorTokens.OutlineInverseWarningHover, overwrite, ) + initial.add( + "outlineInverseWarningActive", + LightColorTokens.OutlineInverseWarningActive, + overwrite, + ) initial.add("textDefaultPrimaryHover", LightColorTokens.TextDefaultPrimaryHover, overwrite) initial.add("surfaceOnDarkSolidDefault", LightColorTokens.SurfaceOnDarkSolidDefault, overwrite) initial.add( @@ -10134,13 +10134,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add("outlineOnLightDefaultHover", DarkColorTokens.OutlineOnLightDefaultHover, overwrite) - initial.add( - "outlineInversePrimaryActive", - DarkColorTokens.OutlineInversePrimaryActive, - overwrite, - ) - initial.add("outlineOnDarkDefaultActive", DarkColorTokens.OutlineOnDarkDefaultActive, overwrite) initial.add("outlineOnDarkDefaultHover", DarkColorTokens.OutlineOnDarkDefaultHover, overwrite) + initial.add("outlineOnDarkDefaultActive", DarkColorTokens.OutlineOnDarkDefaultActive, overwrite) initial.add( "personasDefaultGreenTextAccentHover", DarkColorTokens.PersonasDefaultGreenTextAccentHover, @@ -10156,11 +10151,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceInverseAccentSecondaryHover, overwrite, ) - initial.add( - "surfaceOnLightAccentSecondaryActive", - DarkColorTokens.SurfaceOnLightAccentSecondaryActive, - overwrite, - ) initial.add( "surfaceDefaultTransparentNaviActive", DarkColorTokens.SurfaceDefaultTransparentNaviActive, @@ -10207,11 +10197,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnDarkAccentSecondaryHover, overwrite, ) - initial.add( - "personasInverseGreenTextAccentHover", - DarkColorTokens.PersonasInverseGreenTextAccentHover, - overwrite, - ) initial.add( "personasOnLightPinkTextAccentHover", DarkColorTokens.PersonasOnLightPinkTextAccentHover, @@ -10244,27 +10229,17 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.PersonasOnLightIndigoTextAccentHover, overwrite, ) - initial.add( - "personasOnLightIndigoTextAccentActive", - DarkColorTokens.PersonasOnLightIndigoTextAccentActive, - overwrite, - ) initial.add( "personasOnLightSeaBlueTextAccentHover", DarkColorTokens.PersonasOnLightSeaBlueTextAccentHover, overwrite, ) initial.add( - "personasDefaultOchreTextAccentActive", - DarkColorTokens.PersonasDefaultOchreTextAccentActive, - overwrite, - ) - initial.add("backgroundInverseHardline", DarkColorTokens.BackgroundInverseHardline, overwrite) - initial.add( - "surfaceOnDarkTransparentAccentMinorActive", - DarkColorTokens.SurfaceOnDarkTransparentAccentMinorActive, + "personasDefaultOchreTextAccentActive", + DarkColorTokens.PersonasDefaultOchreTextAccentActive, overwrite, ) + initial.add("backgroundInverseHardline", DarkColorTokens.BackgroundInverseHardline, overwrite) initial.add( "personasOnDarkSeaBlueTextAccentHover", DarkColorTokens.PersonasOnDarkSeaBlueTextAccentHover, @@ -10291,11 +10266,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.TextDefaultPrimaryBrightnessActive, overwrite, ) - initial.add( - "surfaceDefaultSolidCardBrightnessHover", - DarkColorTokens.SurfaceDefaultSolidCardBrightnessHover, - overwrite, - ) initial.add( "surfaceDefaultTransparentCardBrightnessHover", DarkColorTokens.SurfaceDefaultTransparentCardBrightnessHover, @@ -10317,8 +10287,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add( - "surfaceOnDarkSolidPrimaryBrightnessActive", - DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightnessActive, + "surfaceDefaultSolidCardBrightnessHover", + DarkColorTokens.SurfaceDefaultSolidCardBrightnessHover, overwrite, ) initial.add( @@ -10497,7 +10467,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.PersonasOnLightVioletTextAccent, overwrite, ) - initial.add("surfaceInverseAccentMinor", DarkColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( "surfaceInverseSolidCardBrightnessActive", DarkColorTokens.SurfaceInverseSolidCardBrightnessActive, @@ -10513,16 +10482,7 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnLightAccentMinorHover, overwrite, ) - initial.add( - "personasOnDarkBlueTextAccent", - DarkColorTokens.PersonasOnDarkBlueTextAccent, - overwrite, - ) - initial.add( - "personasOnLightIndigoTextAccent", - DarkColorTokens.PersonasOnLightIndigoTextAccent, - overwrite, - ) + initial.add("surfaceInverseAccentMinor", DarkColorTokens.SurfaceInverseAccentMinor, overwrite) initial.add( "personasOnLightSeaBlueTextAccent", DarkColorTokens.PersonasOnLightSeaBlueTextAccent, @@ -10549,8 +10509,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add( - "personasOnDarkGreenTextAccentHover", - DarkColorTokens.PersonasOnDarkGreenTextAccentHover, + "personasOnDarkBlueTextAccent", + DarkColorTokens.PersonasOnDarkBlueTextAccent, overwrite, ) initial.add( @@ -10679,6 +10639,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.TextDefaultPrimaryBrightnessHover, overwrite, ) + initial.add( + "personasOnDarkGreenTextAccentHover", + DarkColorTokens.PersonasOnDarkGreenTextAccentHover, + overwrite, + ) initial.add( "textOnDarkPrimaryBrightnessHover", DarkColorTokens.TextOnDarkPrimaryBrightnessHover, @@ -10700,23 +10665,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add("textOnLightWarningActive", DarkColorTokens.TextOnLightWarningActive, overwrite) - initial.add( - "surfaceDefaultTransparentNaviHover", - DarkColorTokens.SurfaceDefaultTransparentNaviHover, - overwrite, - ) - initial.add( - "surfaceOnLightTransparentAccentMinorHover", - DarkColorTokens.SurfaceOnLightTransparentAccentMinorHover, - overwrite, - ) initial.add( "personasOnLightGreenTextAccentHover", DarkColorTokens.PersonasOnLightGreenTextAccentHover, overwrite, ) - initial.add("outlineDefaultDefaultHover", DarkColorTokens.OutlineDefaultDefaultHover, overwrite) - initial.add("outlineOnDarkPrimaryHover", DarkColorTokens.OutlineOnDarkPrimaryHover, overwrite) initial.add( "personasOnDarkPinkTextAccentHover", DarkColorTokens.PersonasOnDarkPinkTextAccentHover, @@ -10831,41 +10784,17 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add( - "personasDefaultBlueTextAccent", - DarkColorTokens.PersonasDefaultBlueTextAccent, - overwrite, - ) - initial.add( - "personasDefaultSeaBlueTextAccent", - DarkColorTokens.PersonasDefaultSeaBlueTextAccent, - overwrite, - ) - initial.add( - "personasDefaultVioletTextAccentHover", - DarkColorTokens.PersonasDefaultVioletTextAccentHover, - overwrite, - ) - initial.add("backgroundDefaultHardline", DarkColorTokens.BackgroundDefaultHardline, overwrite) - initial.add( - "textOnLightPrimaryBrightnessHover", - DarkColorTokens.TextOnLightPrimaryBrightnessHover, - overwrite, - ) - initial.add( - "textInversePrimaryBrightnessHover", - DarkColorTokens.TextInversePrimaryBrightnessHover, - overwrite, - ) - initial.add( - "surfaceDefaultSolidPrimaryBrightnessActive", - DarkColorTokens.SurfaceDefaultSolidPrimaryBrightnessActive, + "surfaceDefaultTransparentNaviHover", + DarkColorTokens.SurfaceDefaultTransparentNaviHover, overwrite, ) initial.add( - "surfaceOnDarkSolidPrimaryBrightnessHover", - DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightnessHover, + "surfaceOnLightTransparentAccentMinorHover", + DarkColorTokens.SurfaceOnLightTransparentAccentMinorHover, overwrite, ) + initial.add("outlineDefaultDefaultHover", DarkColorTokens.OutlineDefaultDefaultHover, overwrite) + initial.add("outlineOnDarkPrimaryHover", DarkColorTokens.OutlineOnDarkPrimaryHover, overwrite) initial.add( "surfaceInverseSolidCardBrightnessHover", DarkColorTokens.SurfaceInverseSolidCardBrightnessHover, @@ -10906,21 +10835,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.PersonasDefaultPinkTextAccent, overwrite, ) - initial.add( - "personasInverseVioletTextAccent", - DarkColorTokens.PersonasInverseVioletTextAccent, - overwrite, - ) - initial.add( - "surfaceInverseTransparentAccentMinor", - DarkColorTokens.SurfaceInverseTransparentAccentMinor, - overwrite, - ) - initial.add( - "personasOnLightBlueTextAccent", - DarkColorTokens.PersonasOnLightBlueTextAccent, - overwrite, - ) initial.add( "surfaceOnDarkTransparentNavi", DarkColorTokens.SurfaceOnDarkTransparentNavi, @@ -10940,6 +10854,57 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { ) initial.add("backgroundDarkHardline", DarkColorTokens.BackgroundDarkHardline, overwrite) initial.add("outlineOnDarkPrimary", DarkColorTokens.OutlineOnDarkPrimary, overwrite) + initial.add( + "personasDefaultBlueTextAccent", + DarkColorTokens.PersonasDefaultBlueTextAccent, + overwrite, + ) + initial.add( + "personasDefaultSeaBlueTextAccent", + DarkColorTokens.PersonasDefaultSeaBlueTextAccent, + overwrite, + ) + initial.add( + "personasDefaultVioletTextAccentHover", + DarkColorTokens.PersonasDefaultVioletTextAccentHover, + overwrite, + ) + initial.add("backgroundDefaultHardline", DarkColorTokens.BackgroundDefaultHardline, overwrite) + initial.add( + "textOnLightPrimaryBrightnessHover", + DarkColorTokens.TextOnLightPrimaryBrightnessHover, + overwrite, + ) + initial.add( + "textInversePrimaryBrightnessHover", + DarkColorTokens.TextInversePrimaryBrightnessHover, + overwrite, + ) + initial.add( + "surfaceDefaultSolidPrimaryBrightnessActive", + DarkColorTokens.SurfaceDefaultSolidPrimaryBrightnessActive, + overwrite, + ) + initial.add( + "surfaceOnDarkSolidPrimaryBrightnessHover", + DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightnessHover, + overwrite, + ) + initial.add( + "personasInverseVioletTextAccent", + DarkColorTokens.PersonasInverseVioletTextAccent, + overwrite, + ) + initial.add( + "surfaceInverseTransparentAccentMinor", + DarkColorTokens.SurfaceInverseTransparentAccentMinor, + overwrite, + ) + initial.add( + "personasOnLightBlueTextAccent", + DarkColorTokens.PersonasOnLightBlueTextAccent, + overwrite, + ) initial.add( "textOnDarkPrimaryBrightnessActive", DarkColorTokens.TextOnDarkPrimaryBrightnessActive, @@ -11041,7 +11006,41 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.PersonasInverseOliveTextAccent, overwrite, ) - initial.add("textDefaultParagraphActive", DarkColorTokens.TextDefaultParagraphActive, overwrite) + initial.add( + "outlineInversePrimaryActive", + DarkColorTokens.OutlineInversePrimaryActive, + overwrite, + ) + initial.add( + "surfaceOnLightAccentSecondaryActive", + DarkColorTokens.SurfaceOnLightAccentSecondaryActive, + overwrite, + ) + initial.add( + "surfaceOnDarkTransparentAccentMinorActive", + DarkColorTokens.SurfaceOnDarkTransparentAccentMinorActive, + overwrite, + ) + initial.add( + "surfaceOnDarkSolidPrimaryBrightnessActive", + DarkColorTokens.SurfaceOnDarkSolidPrimaryBrightnessActive, + overwrite, + ) + initial.add( + "personasOnLightIndigoTextAccent", + DarkColorTokens.PersonasOnLightIndigoTextAccent, + overwrite, + ) + initial.add( + "personasInverseGreenTextAccentHover", + DarkColorTokens.PersonasInverseGreenTextAccentHover, + overwrite, + ) + initial.add( + "personasOnLightIndigoTextAccentActive", + DarkColorTokens.PersonasOnLightIndigoTextAccentActive, + overwrite, + ) initial.add("textDefaultAccent", DarkColorTokens.TextDefaultAccent, overwrite) initial.add("textDefaultAccentHover", DarkColorTokens.TextDefaultAccentHover, overwrite) initial.add("textDefaultAccentActive", DarkColorTokens.TextDefaultAccentActive, overwrite) @@ -11082,7 +11081,7 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { ) initial.add("textDefaultParagraph", DarkColorTokens.TextDefaultParagraph, overwrite) initial.add("textDefaultParagraphHover", DarkColorTokens.TextDefaultParagraphHover, overwrite) - initial.add("textOnDarkParagraphActive", DarkColorTokens.TextOnDarkParagraphActive, overwrite) + initial.add("textDefaultParagraphActive", DarkColorTokens.TextDefaultParagraphActive, overwrite) initial.add("textOnDarkAccent", DarkColorTokens.TextOnDarkAccent, overwrite) initial.add("textOnDarkAccentHover", DarkColorTokens.TextOnDarkAccentHover, overwrite) initial.add("textOnDarkAccentActive", DarkColorTokens.TextOnDarkAccentActive, overwrite) @@ -11120,11 +11119,7 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { initial.add("textOnDarkPrimaryHover", DarkColorTokens.TextOnDarkPrimaryHover, overwrite) initial.add("textOnDarkParagraph", DarkColorTokens.TextOnDarkParagraph, overwrite) initial.add("textOnDarkParagraphHover", DarkColorTokens.TextOnDarkParagraphHover, overwrite) - initial.add( - "textOnLightPrimaryBrightness", - DarkColorTokens.TextOnLightPrimaryBrightness, - overwrite, - ) + initial.add("textOnDarkParagraphActive", DarkColorTokens.TextOnDarkParagraphActive, overwrite) initial.add("textOnLightSecondary", DarkColorTokens.TextOnLightSecondary, overwrite) initial.add("textOnLightSecondaryHover", DarkColorTokens.TextOnLightSecondaryHover, overwrite) initial.add("textOnLightSecondaryActive", DarkColorTokens.TextOnLightSecondaryActive, overwrite) @@ -11156,6 +11151,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { initial.add("textOnLightPrimary", DarkColorTokens.TextOnLightPrimary, overwrite) initial.add("textOnLightPrimaryHover", DarkColorTokens.TextOnLightPrimaryHover, overwrite) initial.add("textOnLightPrimaryActive", DarkColorTokens.TextOnLightPrimaryActive, overwrite) + initial.add( + "textOnLightPrimaryBrightness", + DarkColorTokens.TextOnLightPrimaryBrightness, + overwrite, + ) initial.add("textInversePrimary", DarkColorTokens.TextInversePrimary, overwrite) initial.add("textInversePrimaryHover", DarkColorTokens.TextInversePrimaryHover, overwrite) initial.add("textInversePrimaryActive", DarkColorTokens.TextInversePrimaryActive, overwrite) @@ -11193,7 +11193,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { initial.add("textOnLightInfoHover", DarkColorTokens.TextOnLightInfoHover, overwrite) initial.add("textOnLightInfoActive", DarkColorTokens.TextOnLightInfoActive, overwrite) initial.add("textOnLightNegativeHover", DarkColorTokens.TextOnLightNegativeHover, overwrite) - initial.add("textInverseNegativeActive", DarkColorTokens.TextInverseNegativeActive, overwrite) initial.add("textInverseInfo", DarkColorTokens.TextInverseInfo, overwrite) initial.add("textInverseInfoHover", DarkColorTokens.TextInverseInfoHover, overwrite) initial.add("textInverseInfoActive", DarkColorTokens.TextInverseInfoActive, overwrite) @@ -11246,11 +11245,7 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { initial.add("textInversePositiveActive", DarkColorTokens.TextInversePositiveActive, overwrite) initial.add("textInverseNegative", DarkColorTokens.TextInverseNegative, overwrite) initial.add("textInverseNegativeHover", DarkColorTokens.TextInverseNegativeHover, overwrite) - initial.add( - "surfaceDefaultTransparentSecondaryActive", - DarkColorTokens.SurfaceDefaultTransparentSecondaryActive, - overwrite, - ) + initial.add("textInverseNegativeActive", DarkColorTokens.TextInverseNegativeActive, overwrite) initial.add( "surfaceDefaultTransparentTertiary", DarkColorTokens.SurfaceDefaultTransparentTertiary, @@ -11385,8 +11380,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add( - "surfaceDefaultWarningActive", - DarkColorTokens.SurfaceDefaultWarningActive, + "surfaceDefaultTransparentSecondaryActive", + DarkColorTokens.SurfaceDefaultTransparentSecondaryActive, overwrite, ) initial.add("surfaceDefaultNegative", DarkColorTokens.SurfaceDefaultNegative, overwrite) @@ -11417,8 +11412,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { initial.add("surfaceDefaultWarning", DarkColorTokens.SurfaceDefaultWarning, overwrite) initial.add("surfaceDefaultWarningHover", DarkColorTokens.SurfaceDefaultWarningHover, overwrite) initial.add( - "surfaceDefaultTransparentNegative", - DarkColorTokens.SurfaceDefaultTransparentNegative, + "surfaceDefaultWarningActive", + DarkColorTokens.SurfaceDefaultWarningActive, overwrite, ) initial.add( @@ -11480,8 +11475,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add( - "surfaceOnDarkTransparentSecondaryActive", - DarkColorTokens.SurfaceOnDarkTransparentSecondaryActive, + "surfaceDefaultTransparentNegative", + DarkColorTokens.SurfaceDefaultTransparentNegative, overwrite, ) initial.add( @@ -11592,7 +11587,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnDarkTransparentSecondaryHover, overwrite, ) - initial.add("surfaceOnDarkPositive", DarkColorTokens.SurfaceOnDarkPositive, overwrite) + initial.add( + "surfaceOnDarkTransparentSecondaryActive", + DarkColorTokens.SurfaceOnDarkTransparentSecondaryActive, + overwrite, + ) initial.add("surfaceOnDarkPositiveHover", DarkColorTokens.SurfaceOnDarkPositiveHover, overwrite) initial.add( "surfaceOnDarkPositiveActive", @@ -11627,6 +11626,7 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnDarkTransparentAccentHover, overwrite, ) + initial.add("surfaceOnDarkPositive", DarkColorTokens.SurfaceOnDarkPositive, overwrite) initial.add("surfaceOnDarkReadOnly", DarkColorTokens.SurfaceOnDarkReadOnly, overwrite) initial.add("surfaceOnDarkReadOnlyHover", DarkColorTokens.SurfaceOnDarkReadOnlyHover, overwrite) initial.add( @@ -11690,11 +11690,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnDarkTransparentNegativeHover, overwrite, ) - initial.add( - "surfaceOnLightTransparentSecondaryActive", - DarkColorTokens.SurfaceOnLightTransparentSecondaryActive, - overwrite, - ) initial.add( "surfaceOnLightTransparentTertiary", DarkColorTokens.SurfaceOnLightTransparentTertiary, @@ -11803,6 +11798,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnLightTransparentSecondaryHover, overwrite, ) + initial.add( + "surfaceOnLightTransparentSecondaryActive", + DarkColorTokens.SurfaceOnLightTransparentSecondaryActive, + overwrite, + ) initial.add("surfaceOnLightPositive", DarkColorTokens.SurfaceOnLightPositive, overwrite) initial.add( "surfaceOnLightPositiveHover", @@ -11850,11 +11850,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceOnLightTransparentAccentHover, overwrite, ) - initial.add( - "surfaceOnLightTransparentNegative", - DarkColorTokens.SurfaceOnLightTransparentNegative, - overwrite, - ) initial.add( "surfaceOnLightTransparentNegativeHover", DarkColorTokens.SurfaceOnLightTransparentNegativeHover, @@ -11908,8 +11903,8 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { overwrite, ) initial.add( - "surfaceInverseTransparentSecondaryHover", - DarkColorTokens.SurfaceInverseTransparentSecondaryHover, + "surfaceOnLightTransparentNegative", + DarkColorTokens.SurfaceOnLightTransparentNegative, overwrite, ) initial.add( @@ -12028,6 +12023,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { DarkColorTokens.SurfaceInverseTransparentSecondary, overwrite, ) + initial.add( + "surfaceInverseTransparentSecondaryHover", + DarkColorTokens.SurfaceInverseTransparentSecondaryHover, + overwrite, + ) initial.add("surfaceInversePositive", DarkColorTokens.SurfaceInversePositive, overwrite) initial.add( "surfaceInversePositiveHover", @@ -12273,11 +12273,6 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { initial.add("outlineInverseClear", DarkColorTokens.OutlineInverseClear, overwrite) initial.add("outlineInverseClearHover", DarkColorTokens.OutlineInverseClearHover, overwrite) initial.add("outlineInverseClearActive", DarkColorTokens.OutlineInverseClearActive, overwrite) - initial.add( - "outlineInverseWarningActive", - DarkColorTokens.OutlineInverseWarningActive, - overwrite, - ) initial.add("outlineInverseNegative", DarkColorTokens.OutlineInverseNegative, overwrite) initial.add( "outlineInverseNegativeHover", @@ -12305,6 +12300,11 @@ public fun darkSddsSbComColors(overrideColors: ColorOverrideScope.() -> Unit = { ) initial.add("outlineInverseWarning", DarkColorTokens.OutlineInverseWarning, overwrite) initial.add("outlineInverseWarningHover", DarkColorTokens.OutlineInverseWarningHover, overwrite) + initial.add( + "outlineInverseWarningActive", + DarkColorTokens.OutlineInverseWarningActive, + overwrite, + ) initial.add("textDefaultPrimaryHover", DarkColorTokens.TextDefaultPrimaryHover, overwrite) initial.add("surfaceOnDarkSolidDefault", DarkColorTokens.SurfaceOnDarkSolidDefault, overwrite) initial.add( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt index 7c6715c59..72f57ea7d 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComGradients.kt @@ -35,11 +35,6 @@ public class SddsSbComGradients( */ public val personasOnDarkIndigoSurfaceAccentGradient: List by gradients - /** - * On Light Outline White Gradient - */ - public val outlineOnLightWhiteGradient: List by gradients - /** * On Dark Personas Blue Surface Accent Gradient */ @@ -165,6 +160,11 @@ public class SddsSbComGradients( */ public val overlayOnDarkGradient: List by gradients + /** + * On Light Outline White Gradient + */ + public val outlineOnLightWhiteGradient: List by gradients + /** * Background Gradient */ @@ -180,11 +180,6 @@ public class SddsSbComGradients( */ public val surfaceInverseSkeletonGradient: List by gradients - /** - * On Light Personas Ochre Surface Accent Gradient - */ - public val personasOnLightOchreSurfaceAccentGradient: List by gradients - /** * Surface Accent Gradient Secondary */ @@ -305,6 +300,11 @@ public class SddsSbComGradients( */ public val personasOnLightGreenSurfaceAccentGradient: List by gradients + /** + * On Light Personas Ochre Surface Accent Gradient + */ + public val personasOnLightOchreSurfaceAccentGradient: List by gradients + /** * On Dark Personas Olive Surface Accent Gradient */ @@ -376,11 +376,6 @@ public class GradientOverrideScope { public val personasOnDarkIndigoSurfaceAccentGradient: String = "personasOnDarkIndigoSurfaceAccentGradient" - /** - * On Light Outline White Gradient - */ - public val outlineOnLightWhiteGradient: String = "outlineOnLightWhiteGradient" - /** * On Dark Personas Blue Surface Accent Gradient */ @@ -519,6 +514,11 @@ public class GradientOverrideScope { */ public val overlayOnDarkGradient: String = "overlayOnDarkGradient" + /** + * On Light Outline White Gradient + */ + public val outlineOnLightWhiteGradient: String = "outlineOnLightWhiteGradient" + /** * Background Gradient */ @@ -535,12 +535,6 @@ public class GradientOverrideScope { */ public val surfaceInverseSkeletonGradient: String = "surfaceInverseSkeletonGradient" - /** - * On Light Personas Ochre Surface Accent Gradient - */ - public val personasOnLightOchreSurfaceAccentGradient: String = - "personasOnLightOchreSurfaceAccentGradient" - /** * Surface Accent Gradient Secondary */ @@ -679,6 +673,12 @@ public class GradientOverrideScope { public val personasOnLightGreenSurfaceAccentGradient: String = "personasOnLightGreenSurfaceAccentGradient" + /** + * On Light Personas Ochre Surface Accent Gradient + */ + public val personasOnLightOchreSurfaceAccentGradient: String = + "personasOnLightOchreSurfaceAccentGradient" + /** * On Dark Personas Olive Surface Accent Gradient */ @@ -766,17 +766,6 @@ public fun lightSddsSbComGradients(overrideGradients: GradientOverrideScope.() - ), overwrite, ) - initial.add( - "outlineOnLightWhiteGradient", - listOf( - linearGradient( - LightGradientTokens.OutlineOnLightWhiteGradient.colors, - LightGradientTokens.OutlineOnLightWhiteGradient.positions, - LightGradientTokens.OutlineOnLightWhiteGradient.angle, - ), - ), - overwrite, - ) initial.add( "personasOnDarkBlueSurfaceAccentGradient", listOf( @@ -1052,6 +1041,17 @@ public fun lightSddsSbComGradients(overrideGradients: GradientOverrideScope.() - ), overwrite, ) + initial.add( + "outlineOnLightWhiteGradient", + listOf( + linearGradient( + LightGradientTokens.OutlineOnLightWhiteGradient.colors, + LightGradientTokens.OutlineOnLightWhiteGradient.positions, + LightGradientTokens.OutlineOnLightWhiteGradient.angle, + ), + ), + overwrite, + ) initial.add( "backgroundDefaultGradient", listOf( @@ -1085,17 +1085,6 @@ public fun lightSddsSbComGradients(overrideGradients: GradientOverrideScope.() - ), overwrite, ) - initial.add( - "personasOnLightOchreSurfaceAccentGradient", - listOf( - linearGradient( - LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.colors, - LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.positions, - LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) initial.add( "surfaceDefaultAccentGradientSecondary", listOf( @@ -1360,6 +1349,17 @@ public fun lightSddsSbComGradients(overrideGradients: GradientOverrideScope.() - ), overwrite, ) + initial.add( + "personasOnLightOchreSurfaceAccentGradient", + listOf( + linearGradient( + LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.colors, + LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.positions, + LightGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.angle, + ), + ), + overwrite, + ) initial.add( "personasOnDarkOliveSurfaceAccentGradient", listOf( @@ -1482,17 +1482,6 @@ public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> ), overwrite, ) - initial.add( - "outlineOnLightWhiteGradient", - listOf( - linearGradient( - DarkGradientTokens.OutlineOnLightWhiteGradient.colors, - DarkGradientTokens.OutlineOnLightWhiteGradient.positions, - DarkGradientTokens.OutlineOnLightWhiteGradient.angle, - ), - ), - overwrite, - ) initial.add( "personasOnDarkBlueSurfaceAccentGradient", listOf( @@ -1768,6 +1757,17 @@ public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> ), overwrite, ) + initial.add( + "outlineOnLightWhiteGradient", + listOf( + linearGradient( + DarkGradientTokens.OutlineOnLightWhiteGradient.colors, + DarkGradientTokens.OutlineOnLightWhiteGradient.positions, + DarkGradientTokens.OutlineOnLightWhiteGradient.angle, + ), + ), + overwrite, + ) initial.add( "backgroundDefaultGradient", listOf( @@ -1801,17 +1801,6 @@ public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> ), overwrite, ) - initial.add( - "personasOnLightOchreSurfaceAccentGradient", - listOf( - linearGradient( - DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.colors, - DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.positions, - DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.angle, - ), - ), - overwrite, - ) initial.add( "surfaceDefaultAccentGradientSecondary", listOf( @@ -2076,6 +2065,17 @@ public fun darkSddsSbComGradients(overrideGradients: GradientOverrideScope.() -> ), overwrite, ) + initial.add( + "personasOnLightOchreSurfaceAccentGradient", + listOf( + linearGradient( + DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.colors, + DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.positions, + DarkGradientTokens.PersonasOnLightOchreSurfaceAccentGradient.angle, + ), + ), + overwrite, + ) initial.add( "personasOnDarkOliveSurfaceAccentGradient", listOf( diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt index 47c4f8228..2b205e433 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShadows.kt @@ -19,10 +19,6 @@ public data class SddsSbComShadows( * shadow down hard s */ public val downHardS: ShadowAppearance = ShadowAppearance(), - /** - * shadow down soft l - */ - public val downSoftL: ShadowAppearance = ShadowAppearance(), /** * shadow down soft s */ @@ -32,9 +28,9 @@ public data class SddsSbComShadows( */ public val downSoftM: ShadowAppearance = ShadowAppearance(), /** - * shadow up hard s + * shadow down soft l */ - public val upHardS: ShadowAppearance = ShadowAppearance(), + public val downSoftL: ShadowAppearance = ShadowAppearance(), /** * shadow up hard m */ @@ -63,6 +59,10 @@ public data class SddsSbComShadows( * shadow up soft l */ public val upSoftL: ShadowAppearance = ShadowAppearance(), + /** + * shadow up hard s + */ + public val upHardS: ShadowAppearance = ShadowAppearance(), ) internal val LocalSddsSbComShadows: ProvidableCompositionLocal = @@ -99,20 +99,6 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( ), ), ), - downSoftL = ShadowAppearance( - listOf( - ShadowLayer( - offset = DpOffset( - x = ShadowTokens.DownSoftL.offsetX, - y = ShadowTokens.DownSoftL.offsetY, - ), - spreadRadius = ShadowTokens.DownSoftL.spreadRadius, - blurRadius = ShadowTokens.DownSoftL.blurRadius, - color = ShadowTokens.DownSoftL.color, - fallbackElevation = ShadowTokens.DownSoftL.fallbackElevation, - ), - ), - ), downSoftS = ShadowAppearance( listOf( ShadowLayer( @@ -151,27 +137,17 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( ), ), ), - upHardS = ShadowAppearance( + downSoftL = ShadowAppearance( listOf( ShadowLayer( offset = DpOffset( - x = ShadowTokens.UpHardSLayer1.offsetX, - y = ShadowTokens.UpHardSLayer1.offsetY, - ), - spreadRadius = ShadowTokens.UpHardSLayer1.spreadRadius, - blurRadius = ShadowTokens.UpHardSLayer1.blurRadius, - color = ShadowTokens.UpHardSLayer1.color, - fallbackElevation = null, - ), - ShadowLayer( - offset = DpOffset( - x = ShadowTokens.UpHardSLayer2.offsetX, - y = ShadowTokens.UpHardSLayer2.offsetY, + x = ShadowTokens.DownSoftL.offsetX, + y = ShadowTokens.DownSoftL.offsetY, ), - spreadRadius = ShadowTokens.UpHardSLayer2.spreadRadius, - blurRadius = ShadowTokens.UpHardSLayer2.blurRadius, - color = ShadowTokens.UpHardSLayer2.color, - fallbackElevation = null, + spreadRadius = ShadowTokens.DownSoftL.spreadRadius, + blurRadius = ShadowTokens.DownSoftL.blurRadius, + color = ShadowTokens.DownSoftL.color, + fallbackElevation = ShadowTokens.DownSoftL.fallbackElevation, ), ), ), @@ -283,4 +259,28 @@ public fun defaultSddsSbComShadows(): SddsSbComShadows = SddsSbComShadows( ), ), ), + upHardS = ShadowAppearance( + listOf( + ShadowLayer( + offset = DpOffset( + x = ShadowTokens.UpHardSLayer1.offsetX, + y = ShadowTokens.UpHardSLayer1.offsetY, + ), + spreadRadius = ShadowTokens.UpHardSLayer1.spreadRadius, + blurRadius = ShadowTokens.UpHardSLayer1.blurRadius, + color = ShadowTokens.UpHardSLayer1.color, + fallbackElevation = null, + ), + ShadowLayer( + offset = DpOffset( + x = ShadowTokens.UpHardSLayer2.offsetX, + y = ShadowTokens.UpHardSLayer2.offsetY, + ), + spreadRadius = ShadowTokens.UpHardSLayer2.spreadRadius, + blurRadius = ShadowTokens.UpHardSLayer2.blurRadius, + color = ShadowTokens.UpHardSLayer2.color, + fallbackElevation = null, + ), + ), + ), ) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt index ef34da9d3..d97807c46 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComShapes.kt @@ -17,18 +17,14 @@ public data class SddsSbComShapes( * New description */ public val round4xl: CornerBasedShape = RoundedCornerShape(0), - /** - * New description - */ - public val round5xl: CornerBasedShape = RoundedCornerShape(0), /** * New description */ public val round3xl: CornerBasedShape = RoundedCornerShape(0), /** - * borderRadius xxs + * New description */ - public val roundXxs: CornerBasedShape = RoundedCornerShape(0), + public val round5xl: CornerBasedShape = RoundedCornerShape(0), /** * borderRadius xs */ @@ -57,6 +53,10 @@ public data class SddsSbComShapes( * borderRadius l */ public val roundL: CornerBasedShape = RoundedCornerShape(0), + /** + * borderRadius xxs + */ + public val roundXxs: CornerBasedShape = RoundedCornerShape(0), ) internal val LocalSddsSbComShapes: ProvidableCompositionLocal = @@ -69,9 +69,8 @@ internal val LocalSddsSbComShapes: ProvidableCompositionLocal = */ public fun defaultSddsSbComShapes(): SddsSbComShapes = SddsSbComShapes( round4xl = RoundShapeTokens.Round4xl, - round5xl = RoundShapeTokens.Round5xl, round3xl = RoundShapeTokens.Round3xl, - roundXxs = RoundShapeTokens.RoundXxs, + round5xl = RoundShapeTokens.Round5xl, roundXs = RoundShapeTokens.RoundXs, roundXxl = RoundShapeTokens.RoundXxl, roundS = RoundShapeTokens.RoundS, @@ -79,4 +78,5 @@ public fun defaultSddsSbComShapes(): SddsSbComShapes = SddsSbComShapes( roundCircle = RoundShapeTokens.RoundCircle, roundM = RoundShapeTokens.RoundM, roundL = RoundShapeTokens.RoundL, + roundXxs = RoundShapeTokens.RoundXxs, ) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt index 77fa31339..ec4d44816 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComSpacing.kt @@ -17,10 +17,6 @@ public data class SddsSbComSpacing( * spacing 16x */ public val spacing16x: Dp = 0.dp, - /** - * spacing 10x - */ - public val spacing10x: Dp = 0.dp, /** * spacing 12x */ @@ -73,6 +69,10 @@ public data class SddsSbComSpacing( * spacing 8x */ public val spacing8x: Dp = 0.dp, + /** + * spacing 10x + */ + public val spacing10x: Dp = 0.dp, ) internal val LocalSddsSbComSpacing: ProvidableCompositionLocal = @@ -85,7 +85,6 @@ internal val LocalSddsSbComSpacing: ProvidableCompositionLocal */ public fun defaultSddsSbComSpacing(): SddsSbComSpacing = SddsSbComSpacing( spacing16x = SpacingTokens.spacing16x, - spacing10x = SpacingTokens.spacing10x, spacing12x = SpacingTokens.spacing12x, spacing20x = SpacingTokens.spacing20x, spacing24x = SpacingTokens.spacing24x, @@ -99,4 +98,5 @@ public fun defaultSddsSbComSpacing(): SddsSbComSpacing = SddsSbComSpacing( spacing3x = SpacingTokens.spacing3x, spacing6x = SpacingTokens.spacing6x, spacing8x = SpacingTokens.spacing8x, + spacing10x = SpacingTokens.spacing10x, ) diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt index eb627362d..0a6be0577 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/theme/SddsSbComTypography.kt @@ -25,10 +25,6 @@ public data class SddsSbComTypography internal constructor( * typography l header-h2-medium */ public val headerH2Medium: TextStyle = TextStyle.Default, - /** - * typography l display-s - */ - public val displaySNormal: TextStyle = TextStyle.Default, /** * typography l display-s-bold */ @@ -73,6 +69,10 @@ public data class SddsSbComTypography internal constructor( * typography l header-h4 */ public val headerH4Normal: TextStyle = TextStyle.Default, + /** + * typography l display-s + */ + public val displaySNormal: TextStyle = TextStyle.Default, /** * typography l header-h4-bold */ @@ -198,7 +198,6 @@ internal val LocalSddsSbComTypography: ProvidableCompositionLocal = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - /** * On Dark Personas Blue Surface Accent Gradient */ @@ -82,7 +57,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF874DCF), Color(0xFF7133BE)) + public val colors: List = listOf(Color(0xFFBD91F5), Color(0xFFA175D9)) /** * Точки остановки цветов градиента @@ -103,16 +78,16 @@ public object DarkGradientTokens { * Цвета градиента */ public val colors: List = listOf( - Color(0xFFFFFFFF), + Color(0xCCFFFFFF), Color(0x29FFFFFF), Color(0x29FFFFFF), - Color(0xCCFFFFFF), + Color(0x99FFFFFF), ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) /** * Угол градиента @@ -147,7 +122,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) + public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) /** * Точки остановки цветов градиента @@ -231,7 +206,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) + public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) /** * Точки остановки цветов градиента @@ -251,7 +226,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFDE7171), Color(0xFFD04F4F)) + public val colors: List = listOf(Color(0xFFFC9999), Color(0xFFDF6969)) /** * Точки остановки цветов градиента @@ -384,7 +359,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF021409), Color(0xFF141413)) + public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) /** * Точки остановки цветов градиента @@ -553,7 +528,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) + public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) /** * Точки остановки цветов градиента @@ -573,7 +548,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) /** * Точки остановки цветов градиента @@ -586,6 +561,31 @@ public object DarkGradientTokens { public const val angle: Float = 180.0f } + /** + * On Light Outline White Gradient + */ + public object OutlineOnLightWhiteGradient { + /** + * Цвета градиента + */ + public val colors: List = listOf( + Color(0xFFFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0xCCFFFFFF), + ) + + /** + * Точки остановки цветов градиента + */ + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) + + /** + * Угол градиента + */ + public const val angle: Float = 135.0f + } + /** * Background Gradient */ @@ -654,26 +654,6 @@ public object DarkGradientTokens { public const val angle: Float = 90.0f } - /** - * On Light Personas Ochre Surface Accent Gradient - */ - public object PersonasOnLightOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 180.0f - } - /** * Surface Accent Gradient Secondary */ @@ -701,7 +681,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF1A9E7F), Color(0xFF038768)) + public val colors: List = listOf(Color(0xFF79D7C0), Color(0xFF50B89F)) /** * Точки остановки цветов градиента @@ -751,7 +731,7 @@ public object DarkGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) /** * Угол градиента @@ -816,7 +796,7 @@ public object DarkGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) /** * Угол градиента @@ -1099,7 +1079,7 @@ public object DarkGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF79B3F2), Color(0xFF5D99DB)) + public val colors: List = listOf(Color(0xFF2F82D9), Color(0xFF1063BA)) /** * Точки остановки цветов градиента @@ -1172,6 +1152,26 @@ public object DarkGradientTokens { public const val angle: Float = 180.0f } + /** + * On Light Personas Ochre Surface Accent Gradient + */ + public object PersonasOnLightOchreSurfaceAccentGradient { + /** + * Цвета градиента + */ + public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) + + /** + * Точки остановки цветов градиента + */ + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + + /** + * Угол градиента + */ + public const val angle: Float = 180.0f + } + /** * On Dark Personas Olive Surface Accent Gradient */ @@ -1377,31 +1377,6 @@ public object LightGradientTokens { public const val angle: Float = 180.0f } - /** - * On Light Outline White Gradient - */ - public object OutlineOnLightWhiteGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf( - Color(0xFFFFFFFF), - Color(0x29FFFFFF), - Color(0x29FFFFFF), - Color(0xCCFFFFFF), - ) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 135.0f - } - /** * On Dark Personas Blue Surface Accent Gradient */ @@ -1429,7 +1404,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFBD91F5), Color(0xFFA175D9)) + public val colors: List = listOf(Color(0xFF874DCF), Color(0xFF7133BE)) /** * Точки остановки цветов градиента @@ -1450,16 +1425,16 @@ public object LightGradientTokens { * Цвета градиента */ public val colors: List = listOf( - Color(0xCCFFFFFF), + Color(0xFFFFFFFF), Color(0x29FFFFFF), Color(0x29FFFFFF), - Color(0x99FFFFFF), + Color(0xCCFFFFFF), ) /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) /** * Угол градиента @@ -1494,7 +1469,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) + public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) /** * Точки остановки цветов градиента @@ -1578,7 +1553,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF1BADB2), Color(0xFF00898D)) + public val colors: List = listOf(Color(0xFF99D7D9), Color(0xFF74C6C8)) /** * Точки остановки цветов градиента @@ -1598,7 +1573,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFFC9999), Color(0xFFDF6969)) + public val colors: List = listOf(Color(0xFFDE7171), Color(0xFFD04F4F)) /** * Точки остановки цветов градиента @@ -1731,7 +1706,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFFC1EACF), Color(0xFFA0DECF)) + public val colors: List = listOf(Color(0xFF021409), Color(0xFF141413)) /** * Точки остановки цветов градиента @@ -1751,7 +1726,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) /** * Точки остановки цветов градиента @@ -1903,7 +1878,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFFFFFFFF), Color(0x00FFFFFF)) /** * Точки остановки цветов градиента @@ -1923,7 +1898,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF000000), Color(0xFF000000)) + public val colors: List = listOf(Color(0xFF000000), Color(0x00000000)) /** * Точки остановки цветов градиента @@ -1936,6 +1911,31 @@ public object LightGradientTokens { public const val angle: Float = 180.0f } + /** + * On Light Outline White Gradient + */ + public object OutlineOnLightWhiteGradient { + /** + * Цвета градиента + */ + public val colors: List = listOf( + Color(0xFFFFFFFF), + Color(0x29FFFFFF), + Color(0x29FFFFFF), + Color(0xCCFFFFFF), + ) + + /** + * Точки остановки цветов градиента + */ + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) + + /** + * Угол градиента + */ + public const val angle: Float = 135.0f + } + /** * Background Gradient */ @@ -2001,26 +2001,6 @@ public object LightGradientTokens { public const val angle: Float = 90.0f } - /** - * On Light Personas Ochre Surface Accent Gradient - */ - public object PersonasOnLightOchreSurfaceAccentGradient { - /** - * Цвета градиента - */ - public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) - - /** - * Точки остановки цветов градиента - */ - public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) - - /** - * Угол градиента - */ - public const val angle: Float = 180.0f - } - /** * Surface Accent Gradient Secondary */ @@ -2048,7 +2028,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF79D7C0), Color(0xFF50B89F)) + public val colors: List = listOf(Color(0xFF1A9E7F), Color(0xFF038768)) /** * Точки остановки цветов градиента @@ -2098,7 +2078,7 @@ public object LightGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) /** * Угол градиента @@ -2163,7 +2143,7 @@ public object LightGradientTokens { /** * Точки остановки цветов градиента */ - public val positions: FloatArray = floatArrayOf(0.0f, 0.36f, 0.66f, 1.0f) + public val positions: FloatArray = floatArrayOf(0.0f, 0.37f, 0.67f, 1.0f) /** * Угол градиента @@ -2446,7 +2426,7 @@ public object LightGradientTokens { /** * Цвета градиента */ - public val colors: List = listOf(Color(0xFF2F82D9), Color(0xFF1063BA)) + public val colors: List = listOf(Color(0xFF79B3F2), Color(0xFF5D99DB)) /** * Точки остановки цветов градиента @@ -2519,6 +2499,26 @@ public object LightGradientTokens { public const val angle: Float = 180.0f } + /** + * On Light Personas Ochre Surface Accent Gradient + */ + public object PersonasOnLightOchreSurfaceAccentGradient { + /** + * Цвета градиента + */ + public val colors: List = listOf(Color(0xFFF8A585), Color(0xFFE4764C)) + + /** + * Точки остановки цветов градиента + */ + public val positions: FloatArray = floatArrayOf(0.0f, 1.0f) + + /** + * Угол градиента + */ + public const val angle: Float = 180.0f + } + /** * On Dark Personas Olive Surface Accent Gradient */ diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt index bc0d196ea..944b22c7f 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/RoundShapeTokens.kt @@ -14,20 +14,15 @@ public object RoundShapeTokens { */ public val Round4xl: RoundedCornerShape = RoundedCornerShape(CornerSize(32.0.dp)) - /** - * New description - */ - public val Round5xl: RoundedCornerShape = RoundedCornerShape(CornerSize(40.0.dp)) - /** * New description */ public val Round3xl: RoundedCornerShape = RoundedCornerShape(CornerSize(28.0.dp)) /** - * borderRadius xxs + * New description */ - public val RoundXxs: RoundedCornerShape = RoundedCornerShape(CornerSize(4.0.dp)) + public val Round5xl: RoundedCornerShape = RoundedCornerShape(CornerSize(40.0.dp)) /** * borderRadius xs @@ -63,4 +58,9 @@ public object RoundShapeTokens { * borderRadius l */ public val RoundL: RoundedCornerShape = RoundedCornerShape(CornerSize(16.0.dp)) + + /** + * borderRadius xxs + */ + public val RoundXxs: RoundedCornerShape = RoundedCornerShape(CornerSize(4.0.dp)) } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt index a6a24f3ef..ebeea2fa8 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/ShadowTokens.kt @@ -74,41 +74,6 @@ public object ShadowTokens { public val color: Color = Color(0x14000000) } - /** - * shadow down soft l - */ - public object DownSoftL { - /** - * shadow down soft l - */ - public val offsetX: Dp = 0.0.dp - - /** - * shadow down soft l - */ - public val offsetY: Dp = 60.0.dp - - /** - * shadow down soft l - */ - public val spreadRadius: Dp = -8.0.dp - - /** - * shadow down soft l - */ - public val blurRadius: Dp = 112.0.dp - - /** - * shadow down soft l - */ - public val fallbackElevation: Dp = 6.0.dp - - /** - * shadow down soft l - */ - public val color: Color = Color(0x14000000) - } - /** * shadow down soft s */ @@ -210,63 +175,38 @@ public object ShadowTokens { } /** - * shadow up hard s + * shadow down soft l */ - public object UpHardSLayer1 { + public object DownSoftL { /** - * shadow up hard s + * shadow down soft l */ public val offsetX: Dp = 0.0.dp /** - * shadow up hard s - */ - public val offsetY: Dp = -4.0.dp - - /** - * shadow up hard s - */ - public val spreadRadius: Dp = -3.0.dp - - /** - * shadow up hard s - */ - public val blurRadius: Dp = 12.0.dp - - /** - * shadow up hard s - */ - public val color: Color = Color(0x33080808) - } - - /** - * shadow up hard s - */ - public object UpHardSLayer2 { - /** - * shadow up hard s + * shadow down soft l */ - public val offsetX: Dp = 0.0.dp + public val offsetY: Dp = 60.0.dp /** - * shadow up hard s + * shadow down soft l */ - public val offsetY: Dp = -1.0.dp + public val spreadRadius: Dp = -8.0.dp /** - * shadow up hard s + * shadow down soft l */ - public val spreadRadius: Dp = -1.0.dp + public val blurRadius: Dp = 112.0.dp /** - * shadow up hard s + * shadow down soft l */ - public val blurRadius: Dp = 4.0.dp + public val fallbackElevation: Dp = 6.0.dp /** - * shadow up hard s + * shadow down soft l */ - public val color: Color = Color(0x08000000) + public val color: Color = Color(0x14000000) } /** @@ -518,4 +458,64 @@ public object ShadowTokens { */ public val color: Color = Color(0x14000000) } + + /** + * shadow up hard s + */ + public object UpHardSLayer1 { + /** + * shadow up hard s + */ + public val offsetX: Dp = 0.0.dp + + /** + * shadow up hard s + */ + public val offsetY: Dp = -4.0.dp + + /** + * shadow up hard s + */ + public val spreadRadius: Dp = -3.0.dp + + /** + * shadow up hard s + */ + public val blurRadius: Dp = 12.0.dp + + /** + * shadow up hard s + */ + public val color: Color = Color(0x33080808) + } + + /** + * shadow up hard s + */ + public object UpHardSLayer2 { + /** + * shadow up hard s + */ + public val offsetX: Dp = 0.0.dp + + /** + * shadow up hard s + */ + public val offsetY: Dp = -1.0.dp + + /** + * shadow up hard s + */ + public val spreadRadius: Dp = -1.0.dp + + /** + * shadow up hard s + */ + public val blurRadius: Dp = 4.0.dp + + /** + * shadow up hard s + */ + public val color: Color = Color(0x08000000) + } } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt index ffcdf5a75..d89ab02b9 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/SpacingTokens.kt @@ -13,11 +13,6 @@ public object SpacingTokens { */ public val spacing16x: Dp = 32.0.dp - /** - * spacing 10x - */ - public val spacing10x: Dp = 20.0.dp - /** * spacing 12x */ @@ -82,4 +77,9 @@ public object SpacingTokens { * spacing 8x */ public val spacing8x: Dp = 16.0.dp + + /** + * spacing 10x + */ + public val spacing10x: Dp = 20.0.dp } diff --git a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt index 5a958f1d2..7f3c916f9 100644 --- a/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt +++ b/tokens/sdds-sbcom-compose/src/main/kotlin/com/sdds/sbcom/tokens/TypographyTokens.kt @@ -40,19 +40,6 @@ public object TypographySmallTokens { platformStyle = TextStyleDefault.platformStyle, ) - /** - * typography s display-s - */ - public val DisplaySNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 34.0.sp, - lineHeight = 41.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - /** * typography s display-s-bold */ @@ -196,6 +183,19 @@ public object TypographySmallTokens { platformStyle = TextStyleDefault.platformStyle, ) + /** + * typography s display-s + */ + public val DisplaySNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 34.0.sp, + lineHeight = 41.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + /** * typography s header-h4-bold */ @@ -955,6 +955,45 @@ public object TypographyMediumTokens { platformStyle = TextStyleDefault.platformStyle, ) + /** + * typography m text-l + */ + public val TextLNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 20.0.sp, + lineHeight = 28.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m text-l-bold + */ + public val TextLBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 20.0.sp, + lineHeight = 28.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography m text-l-medium + */ + public val TextLMedium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 20.0.sp, + lineHeight = 28.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + /** * typography m text-m-bold */ @@ -1071,45 +1110,6 @@ public object TypographyMediumTokens { lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) - - /** - * typography m text-l - */ - public val TextLNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 20.0.sp, - lineHeight = 28.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.text, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - - /** - * typography m text-l-bold - */ - public val TextLBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 20.0.sp, - lineHeight = 28.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.text, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - - /** - * typography m text-l-medium - */ - public val TextLMedium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 20.0.sp, - lineHeight = 28.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.text, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) } /** @@ -1155,6 +1155,45 @@ public object TypographyLargeTokens { platformStyle = TextStyleDefault.platformStyle, ) + /** + * typography l header-h3-bold + */ + public val HeaderH3Bold: TextStyle = TextStyle( + fontWeight = FontWeight(700), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l header-h3-medium + */ + public val HeaderH3Medium: TextStyle = TextStyle( + fontWeight = FontWeight(500), + fontSize = 20.0.sp, + lineHeight = 23.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l header-h4 + */ + public val HeaderH4Normal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 20.0.sp, + lineHeight = 26.0.sp, + letterSpacing = 0.0.sp, + fontFamily = FontTokens.display, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + /** * typography l header-h4-bold */ @@ -1376,71 +1415,6 @@ public object TypographyLargeTokens { platformStyle = TextStyleDefault.platformStyle, ) - /** - * typography l header-h3-bold - */ - public val HeaderH3Bold: TextStyle = TextStyle( - fontWeight = FontWeight(700), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - - /** - * typography l header-h3-medium - */ - public val HeaderH3Medium: TextStyle = TextStyle( - fontWeight = FontWeight(500), - fontSize = 20.0.sp, - lineHeight = 23.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - - /** - * typography l header-h4 - */ - public val HeaderH4Normal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 20.0.sp, - lineHeight = 26.0.sp, - letterSpacing = 0.0.sp, - fontFamily = FontTokens.display, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - - /** - * typography l text-l - */ - public val TextLNormal: TextStyle = TextStyle( - fontWeight = FontWeight(400), - fontSize = 24.0.sp, - lineHeight = 32.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.text, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - - /** - * typography l text-l-bold - */ - public val TextLBold: TextStyle = TextStyle( - fontWeight = FontWeight(600), - fontSize = 24.0.sp, - lineHeight = 32.0.sp, - letterSpacing = (-0.02).sp, - fontFamily = FontTokens.text, - lineHeightStyle = TextStyleDefault.lineHeightStyle, - platformStyle = TextStyleDefault.platformStyle, - ) - /** * typography l text-xs */ @@ -1661,6 +1635,32 @@ public object TypographyLargeTokens { lineHeightStyle = TextStyleDefault.lineHeightStyle, platformStyle = TextStyleDefault.platformStyle, ) + + /** + * typography l text-l + */ + public val TextLNormal: TextStyle = TextStyle( + fontWeight = FontWeight(400), + fontSize = 24.0.sp, + lineHeight = 32.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) + + /** + * typography l text-l-bold + */ + public val TextLBold: TextStyle = TextStyle( + fontWeight = FontWeight(600), + fontSize = 24.0.sp, + lineHeight = 32.0.sp, + letterSpacing = (-0.02).sp, + fontFamily = FontTokens.text, + lineHeightStyle = TextStyleDefault.lineHeightStyle, + platformStyle = TextStyleDefault.platformStyle, + ) } private object TextStyleDefault {