Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tokens: Colors #108

Open
paulinea opened this issue Oct 4, 2024 · 0 comments · May be fixed by #152
Open

Tokens: Colors #108

paulinea opened this issue Oct 4, 2024 · 0 comments · May be fixed by #152
Assignees

Comments

@paulinea
Copy link
Member

paulinea commented Oct 4, 2024

Description

The aim of this issue is to study and implement the colors tokens taking into account the cohesive multi-platform approach, the customization by libraries inheriting OUDS Android, but also what we're using for OUDS Android: Jetpack Compose, Material 3, etc.

  • Define the possibilities
  • Define the constraints
  • Define the impacts
  • Implement the tokens (with a future Style Dictionary usage in mind)

Reminder: there will be in the end 3 layers of tokens:

  • Raw primitive values: Insertion of brand foundations.
    • These tokens will be customizable by libraries inheriting OUDS Android.
    • These tokens cannot be used by developers using OUDS Android.
  • Semantic applications: Depends on raw primitive values.
    • Mapping between these tokens and the raw primitive values will be customizable by libraries inheriting OUDS Android.
    • These tokens can be used by developers using OUDS Android.
  • Component applications: Depends on semantic applications.:
    • Mapping between these tokens and the semantic tokens should rarely be customized by libraries inheriting OUDS Android.
    • These tokens can be used by developers using OUDS Android.

Tokens: Dimension

Raw primitive values

Common

object ColorRawTokens {
    val colorDecorativeAmber100 = Color(0xfffff0cc)
    val colorDecorativeAmber200 = Color(0xffffe199)
    val colorDecorativeAmber300 = Color(0xffffd266)
    val colorDecorativeAmber400 = Color(0xffffc333)
    val colorDecorativeAmber500 = Color(0xffffb400)
    val colorDecorativeAmber600 = Color(0xffcc9000)
    val colorDecorativeAmber700 = Color(0xff996c00)
    val colorDecorativeAmber800 = Color(0xff664800)
    val colorDecorativeAmber900 = Color(0xff332400)
    val colorDecorativeAmethyst100 = Color(0xfff1ecf9)
    val colorDecorativeAmethyst200 = Color(0xffe0d4f2)
    val colorDecorativeAmethyst300 = Color(0xffc5ade6)
    val colorDecorativeAmethyst400 = Color(0xffa885d8)
    val colorDecorativeAmethyst500 = Color(0xff8d60cd)
    val colorDecorativeAmethyst600 = Color(0xff5b2f98)
    val colorDecorativeAmethyst700 = Color(0xff432371)
    val colorDecorativeAmethyst800 = Color(0xff2c174a)
    val colorDecorativeAmethyst900 = Color(0xff150b23)
    val colorDecorativeDeepPeach100 = Color(0xfffbebdf)
    val colorDecorativeDeepPeach200 = Color(0xfff4cfb2)
    val colorDecorativeDeepPeach300 = Color(0xffe3b591)
    val colorDecorativeDeepPeach400 = Color(0xffc19372)
    val colorDecorativeDeepPeach500 = Color(0xffcf7e3f)
    val colorDecorativeDeepPeach600 = Color(0xffaa6631)
    val colorDecorativeDeepPeach700 = Color(0xff7e4f2a)
    val colorDecorativeDeepPeach800 = Color(0xff553720)
    val colorDecorativeDeepPeach900 = Color(0xff2e2014)
    val colorDecorativeEmerald100 = Color(0xffe5f5ed)
    val colorDecorativeEmerald200 = Color(0xffc0e8d4)
    val colorDecorativeEmerald300 = Color(0xff9bdaba)
    val colorDecorativeEmerald400 = Color(0xff75cca1)
    val colorDecorativeEmerald500 = Color(0xff50be87)
    val colorDecorativeEmerald600 = Color(0xff3ba06e)
    val colorDecorativeEmerald700 = Color(0xff2e7b54)
    val colorDecorativeEmerald800 = Color(0xff20563b)
    val colorDecorativeEmerald900 = Color(0xff123021)
    val colorDecorativeShockingPink100 = Color(0xffffe5f6)
    val colorDecorativeShockingPink200 = Color(0xffffb4e6)
    val colorDecorativeShockingPink300 = Color(0xffff80d4)
    val colorDecorativeShockingPink400 = Color(0xffff4dc3)
    val colorDecorativeShockingPink500 = Color(0xffff1ab2)
    val colorDecorativeShockingPink600 = Color(0xffe50099)
    val colorDecorativeShockingPink700 = Color(0xffb20077)
    val colorDecorativeShockingPink800 = Color(0xff800055)
    val colorDecorativeShockingPink900 = Color(0xff4d0033)
    val colorDecorativeSky100 = Color(0xffd2ecf9)
    val colorDecorativeSky200 = Color(0xffa5daf3)
    val colorDecorativeSky300 = Color(0xff79c7ec)
    val colorDecorativeSky400 = Color(0xff4ab4e6)
    val colorDecorativeSky500 = Color(0xff1fa2e0)
    val colorDecorativeSky600 = Color(0xff1982b3)
    val colorDecorativeSky700 = Color(0xff136186)
    val colorDecorativeSky800 = Color(0xff0c415a)
    val colorDecorativeSky900 = Color(0xff06202d)
    val colorFunctionalBlack = Color(0xff000000)
    val colorFunctionalDarkGray160 = Color(0xff707070)
    val colorFunctionalDarkGray240 = Color(0xff666666)
    val colorFunctionalDarkGray320 = Color(0xff5c5c5c)
    val colorFunctionalDarkGray400 = Color(0xff555555)
    val colorFunctionalDarkGray480 = Color(0xff444444)
    val colorFunctionalDarkGray560 = Color(0xff3d3d3d)
    val colorFunctionalDarkGray640 = Color(0xff333333)
    val colorFunctionalDarkGray720 = Color(0xff272727)
    val colorFunctionalDarkGray80 = Color(0xff7a7a7a)
    val colorFunctionalDarkGray800 = Color(0xff1f1f1f)
    val colorFunctionalDarkGray880 = Color(0xff141414)
    val colorFunctionalDarkGray960 = Color(0xff0a0a0a)
    val colorFunctionalDodgerBlue100 = Color(0xfff0faff)
    val colorFunctionalDodgerBlue200 = Color(0xffbde7ff)
    val colorFunctionalDodgerBlue300 = Color(0xff8ad5ff)
    val colorFunctionalDodgerBlue400 = Color(0xff57c3ff)
    val colorFunctionalDodgerBlue500 = Color(0xff26b2ff)
    val colorFunctionalDodgerBlue600 = Color(0xff009bf0)
    val colorFunctionalDodgerBlue700 = Color(0xff007abd)
    val colorFunctionalDodgerBlue800 = Color(0xff00598a)
    val colorFunctionalDodgerBlue900 = Color(0xff003857)
    val colorFunctionalLightGray160 = Color(0xffeeeeee)
    val colorFunctionalLightGray240 = Color(0xffe0e0e0)
    val colorFunctionalLightGray320 = Color(0xffd6d6d6)
    val colorFunctionalLightGray400 = Color(0xffcccccc)
    val colorFunctionalLightGray480 = Color(0xffc2c2c2)
    val colorFunctionalLightGray560 = Color(0xffbbbbbb)
    val colorFunctionalLightGray640 = Color(0xffadadad)
    val colorFunctionalLightGray720 = Color(0xffa3a3a3)
    val colorFunctionalLightGray80 = Color(0xfff4f4f4)
    val colorFunctionalLightGray800 = Color(0xff999999)
    val colorFunctionalLightGray880 = Color(0xff8f8f8f)
    val colorFunctionalLightGray960 = Color(0xff858585)
    val colorFunctionalMalachite100 = Color(0xffedfcf0)
    val colorFunctionalMalachite200 = Color(0xffc1f6ca)
    val colorFunctionalMalachite300 = Color(0xff94f0a4)
    val colorFunctionalMalachite400 = Color(0xff67e97e)
    val colorFunctionalMalachite500 = Color(0xff3de35a)
    val colorFunctionalMalachite600 = Color(0xff1ecd3c)
    val colorFunctionalMalachite700 = Color(0xff17a02f)
    val colorFunctionalMalachite800 = Color(0xff0e621d)
    val colorFunctionalMalachite900 = Color(0xff0a4715)
    val colorFunctionalScarlet100 = Color(0xffffe5e6)
    val colorFunctionalScarlet200 = Color(0xffffb2b3)
    val colorFunctionalScarlet300 = Color(0xffff8081)
    val colorFunctionalScarlet400 = Color(0xffff4d4e)
    val colorFunctionalScarlet500 = Color(0xffff1a1b)
    val colorFunctionalScarlet600 = Color(0xffea0305)
    val colorFunctionalScarlet700 = Color(0xffb20002)
    val colorFunctionalScarlet800 = Color(0xff800001)
    val colorFunctionalScarlet900 = Color(0xff4d0001)
    val colorFunctionalSun100 = Color(0xfffff7d6)
    val colorFunctionalSun200 = Color(0xffffed99)
    val colorFunctionalSun300 = Color(0xffffe270)
    val colorFunctionalSun400 = Color(0xffffd73d)
    val colorFunctionalSun500 = Color(0xffffd000)
    val colorFunctionalSun600 = Color(0xffd6aa00)
    val colorFunctionalSun700 = Color(0xffa38200)
    val colorFunctionalSun800 = Color(0xff665100)
    val colorFunctionalSun900 = Color(0xff3d3100)
    val colorFunctionalWhite = Color(0xffffffff)
    val colorTransparentBlack0 = Color(0x00000000)
    val colorTransparentBlack100 = Color(0x0a000000)
    val colorTransparentBlack200 = Color(0x14000000)
    val colorTransparentBlack300 = Color(0x29000000)
    val colorTransparentBlack400 = Color(0x3d000000)
    val colorTransparentBlack500 = Color(0x52000000)
    val colorTransparentBlack600 = Color(0x7a000000)
    val colorTransparentBlack700 = Color(0xa3000000)
    val colorTransparentBlack800 = Color(0xe0000000)
    val colorTransparentBlack900 = Color(0xff000000)
    val colorTransparentWhite0 = Color(0x00ffffff)
    val colorTransparentWhite100 = Color(0x0affffff)
    val colorTransparentWhite200 = Color(0x14ffffff)
    val colorTransparentWhite300 = Color(0x29ffffff)
    val colorTransparentWhite400 = Color(0x3dffffff)
    val colorTransparentWhite500 = Color(0x52ffffff)
    val colorTransparentWhite600 = Color(0x7affffff)
    val colorTransparentWhite700 = Color(0xa3ffffff)
    val colorTransparentWhite800 = Color(0xe0ffffff)
    val colorTransparentWhite900 = Color(0xffffffff)
}

Orange brand

object OrangeBrandColorRawTokens {
    val colorOrange100 = Color(0xffffd5b0)
    val colorOrange200 = Color(0xffffc18a)
    val colorOrange300 = Color(0xffffa554)
    val colorOrange400 = Color(0xffff9433)
    val colorOrange50 = Color(0xfffff2e6)
    val colorOrange500 = Color(0xffff7900)
    val colorOrange550 = Color(0xfff16e00)
    val colorOrange600 = Color(0xffe86e00)
    val colorOrange700 = Color(0xffb55600)
    val colorOrange800 = Color(0xff8c4300)
    val colorOrange900 = Color(0xff6b3300)
    val colorWarmGray100 = Color(0xfff9f5f0)
    val colorWarmGray200 = Color(0xffe9ddce)
    val colorWarmGray300 = Color(0xffd6c4ae)
    val colorWarmGray400 = Color(0xffc1ab90)
    val colorWarmGray500 = Color(0xffa99275)
    val colorWarmGray600 = Color(0xff8a7860)
    val colorWarmGray700 = Color(0xff685d50)
    val colorWarmGray800 = Color(0xff48433d)
    val colorWarmGray900 = Color(0xff353228)
}

Semantic applications

data class OudsColorSemanticTokens(
  val decorativeAccent1Default: undefined = ColorRawTokens.colorDecorativeEmerald500,
  val decorativeAccent1Emphasized: undefined = ColorRawTokens.colorDecorativeEmerald700,
  val decorativeAccent1Muted: undefined = ColorRawTokens.colorDecorativeEmerald200,
  val decorativeAccent2Default: undefined = ColorRawTokens.colorDecorativeSky400,
  val decorativeAccent2Emphasized: undefined = ColorRawTokens.colorDecorativeSky700,
  val decorativeAccent2Muted: undefined = ColorRawTokens.colorDecorativeSky200,
  val decorativeAccent3Default: undefined = ColorRawTokens.colorFunctionalSun500,
  val decorativeAccent3Emphasized: undefined = ColorRawTokens.colorDecorativeAmber500,
  val decorativeAccent3Muted: undefined = ColorRawTokens.colorFunctionalSun200,
  val decorativeAccent4Default: undefined = ColorRawTokens.colorDecorativeAmethyst400,
  val decorativeAccent4Emphasized: undefined = ColorRawTokens.colorDecorativeAmethyst800,
  val decorativeAccent4Muted: undefined = ColorRawTokens.colorDecorativeAmethyst200,
  val decorativeAccent5Default: undefined = ColorRawTokens.colorDecorativeShockingPink200,
  val decorativeAccent5Emphasized: undefined = ColorRawTokens.colorDecorativeShockingPink300,
  val decorativeAccent5Muted: undefined = ColorRawTokens.colorDecorativeShockingPink100,
  val decorativeBrandPrimaryDefault: undefined = ColorRawTokens.colorOrange500,
  val decorativeBrandSecondaryDefault: undefined = ColorRawTokens.colorFunctionalBlack,
  val decorativeBrandTertiaryDefault: undefined = ColorRawTokens.colorFunctionalWhite,
  val decorativeNeutralDefault: undefined = ColorRawTokens.colorFunctionalDarkGray400,
  val decorativeNeutralEmphasized: undefined = ColorRawTokens.colorFunctionalDarkGray640,
  val decorativeNeutralMuted: undefined = ColorRawTokens.colorFunctionalLightGray160,
  val decorativeSkinTint100: undefined = ColorRawTokens.colorDecorativeDeepPeach100,
  val decorativeSkinTint200: undefined = ColorRawTokens.colorDecorativeDeepPeach200,
  val decorativeSkinTint300: undefined = ColorRawTokens.colorDecorativeDeepPeach300,
  val decorativeSkinTint400: undefined = ColorRawTokens.colorDecorativeDeepPeach400,
  val decorativeSkinTint500: undefined = ColorRawTokens.colorDecorativeDeepPeach500,
  val decorativeSkinTint600: undefined = ColorRawTokens.colorDecorativeDeepPeach600,
  val decorativeSkinTint700: undefined = ColorRawTokens.colorDecorativeDeepPeach700,
  val decorativeSkinTint800: undefined = ColorRawTokens.colorDecorativeDeepPeach800,
  val decorativeSkinTint900: undefined = ColorRawTokens.colorDecorativeDeepPeach900,
  val bgActionActive: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val bgActionActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val bgActionActiveOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val bgActionActiveOnBgStatusNegative: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val bgActionDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val bgActionDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val bgActionDisabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val bgActionDisabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val bgActionEnabled: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val bgActionEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val bgActionEnabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val bgActionEnabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val bgActionFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val bgActionFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val bgActionFocusOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLow,
  val bgActionFocusOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val bgActionHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val bgActionHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val bgActionHoverOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLow,
  val bgActionHoverOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val bgAlwaysAttractive: undefined = ColorRawTokens.colorBrandWarningDefault,
  val bgAlwaysBlack: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val bgAlwaysInformative: undefined = ColorRawTokens.colorBrandInformationDefault,
  val bgAlwaysNegative: undefined = ColorRawTokens.colorBrandNegativeDefault,
  val bgAlwaysPositive: undefined = ColorRawTokens.colorBrandPositiveDefault,
  val bgAlwaysWarning: undefined = ColorRawTokens.colorBrandWarningDefault,
  val bgAlwaysWhite: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val bgBrandPrimary: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val bgDefaultPrimary: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val bgDefaultSecondary: undefined = ColorRawTokens.colorBrandNeutralMutedLowest,
  val bgDefaultTertiary: undefined = ColorRawTokens.colorBrandAttractiveLowest,
  val bgEmphasizedPrimary: undefined = ColorRawTokens.colorBrandNeutralEmphasizedHighest,
  val bgStatusAttractiveEmphasized: undefined = ColorRawTokens.colorBrandWarningDefault,
  val bgStatusAttractiveMuted: undefined = ColorRawTokens.colorBrandAttractiveLowest,
  val bgStatusAttractiveMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandAttractiveHighest,
  val bgStatusInformationEmphasized: undefined = ColorRawTokens.colorBrandInformationDefault,
  val bgStatusInformationMuted: undefined = ColorRawTokens.colorBrandInformationLowest,
  val bgStatusInformationMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandInformationHighest,
  val bgStatusNegativeEmphasized: undefined = ColorRawTokens.colorBrandNegativeDefault,
  val bgStatusNegativeMuted: undefined = ColorRawTokens.colorBrandNegativeLowest,
  val bgStatusNegativeMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNegativeHighest,
  val bgStatusNeutral: undefined = ColorRawTokens.colorBrandNeutralMutedLowest,
  val bgStatusNeutralOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedHigh,
  val bgStatusPositiveEmphasized: undefined = ColorRawTokens.colorBrandPositiveDefault,
  val bgStatusPositiveMuted: undefined = ColorRawTokens.colorBrandPositiveLowest,
  val bgStatusPositiveMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandPositiveHighest,
  val bgStatusWarningEmphasized: undefined = ColorRawTokens.colorBrandWarningDefault,
  val bgStatusWarningMuted: undefined = ColorRawTokens.colorBrandWarningLowest,
  val bgStatusWarningMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandWarningHighest,
  val borderActionActive: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val borderActionActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val borderActionActiveOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val borderActionActiveOnBgStatusNegative: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val borderActionDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderActionDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderActionDisabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderActionDisabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderActionEnabled: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderActionEnabledAlt: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderActionEnabledAltOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderActionEnabledAltOnBgSecondary: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderActionEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val borderActionEnabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderActionEnabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val borderActionFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderActionFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderActionFocusOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLow,
  val borderActionFocusOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderActionHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderActionHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderActionHoverOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLow,
  val borderActionHoverOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderAlwaysBlack: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderAlwaysWhite: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val borderBrandPrimary: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val borderBrandPrimaryOnBgEmphasized: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val borderDefault: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderDefaultOnBgBrandPrimary: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val borderDefaultOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderEmphasizedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val borderOutsideFocus: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val borderSelectionSelectedActive: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionSelectedActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionSelectedDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionSelectedDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionSelectedEnabled: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val borderSelectionSelectedEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val borderSelectionSelectedFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionSelectedFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionSelectedHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionSelectedHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionUnselectedActive: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionUnselectedActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionUnselectedDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionUnselectedDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionUnselectedEnabled: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val borderSelectionUnselectedEnabledAlt: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionUnselectedEnabledAltOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionUnselectedEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val borderSelectionUnselectedFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionUnselectedFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val borderSelectionUnselectedHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val borderSelectionUnselectedHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val brandAttractiveDefault: undefined = ColorRawTokens.colorFunctionalSun500,
  val brandAttractiveHigh: undefined = ColorRawTokens.colorFunctionalSun600,
  val brandAttractiveHighest: undefined = ColorRawTokens.colorWarmGray900,
  val brandAttractiveLowest: undefined = ColorRawTokens.colorWarmGray100,
  val brandInformationDefault: undefined = ColorRawTokens.colorFunctionalDodgerBlue500,
  val brandInformationHighest: undefined = ColorRawTokens.colorFunctionalDodgerBlue900,
  val brandInformationLowest: undefined = ColorRawTokens.colorFunctionalDodgerBlue100,
  val brandNegativeDefault: undefined = ColorRawTokens.colorFunctionalScarlet600,
  val brandNegativeHighest: undefined = ColorRawTokens.colorFunctionalScarlet900,
  val brandNegativeLowest: undefined = ColorRawTokens.colorFunctionalScarlet100,
  val brandNeutralEmphasizedBlack: undefined = ColorRawTokens.colorFunctionalBlack,
  val brandNeutralEmphasizedHigh: undefined = ColorRawTokens.colorFunctionalDarkGray720,
  val brandNeutralEmphasizedHigher: undefined = ColorRawTokens.colorFunctionalDarkGray800,
  val brandNeutralEmphasizedHighest: undefined = ColorRawTokens.colorFunctionalDarkGray880,
  val brandNeutralEmphasizedLow: undefined = ColorRawTokens.colorFunctionalDarkGray560,
  val brandNeutralEmphasizedLower: undefined = ColorRawTokens.colorFunctionalDarkGray480,
  val brandNeutralEmphasizedLowest: undefined = ColorRawTokens.colorFunctionalDarkGray400,
  val brandNeutralEmphasizedMedium: undefined = ColorRawTokens.colorFunctionalDarkGray640,
  val brandNeutralMutedHighest: undefined = ColorRawTokens.colorFunctionalDarkGray160,
  val brandNeutralMutedLower: undefined = ColorRawTokens.colorFunctionalLightGray160,
  val brandNeutralMutedLowest: undefined = ColorRawTokens.colorFunctionalLightGray80,
  val brandNeutralMutedMedium: undefined = ColorRawTokens.colorFunctionalLightGray400,
  val brandNeutralMutedWhite: undefined = ColorRawTokens.colorFunctionalWhite,
  val brandPositiveDefault: undefined = ColorRawTokens.colorFunctionalMalachite500,
  val brandPositiveHighest: undefined = ColorRawTokens.colorFunctionalMalachite900,
  val brandPositiveLowest: undefined = ColorRawTokens.colorFunctionalMalachite100,
  val brandPrimaryDefault: undefined = ColorRawTokens.colorOrange550,
  val brandPrimaryLow: undefined = ColorRawTokens.colorOrange500,
  val brandWarningDefault: undefined = ColorRawTokens.colorFunctionalSun500,
  val brandWarningHigh: undefined = ColorRawTokens.colorFunctionalSun600,
  val brandWarningHighest: undefined = ColorRawTokens.colorFunctionalSun900,
  val brandWarningLowest: undefined = ColorRawTokens.colorFunctionalSun100,
  val contentActionActive: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val contentActionActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val contentActionActiveOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val contentActionActiveOnBgStatusNegative: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val contentActionDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentActionDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentActionDisabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentActionDisabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentActionEnabled: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentActionEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val contentActionEnabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentActionEnabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val contentActionFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentActionFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentActionFocusOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLow,
  val contentActionFocusOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentActionHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentActionHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentActionHoverOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLow,
  val contentActionHoverOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentAlwaysBlack: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentAlwaysWhite: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val contentBrandPrimary: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val contentBrandPrimaryOnBgEmphased: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val contentDefault: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentDefaultOnBgBrandPrimary: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val contentDefaultOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val contentDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentMuted: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionSelectedActive: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionSelectedActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionSelectedDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionSelectedDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionSelectedEnabled: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentSelectionSelectedEnabledAlt: undefined = ColorRawTokens.colorBrandPrimaryDefault,
  val contentSelectionSelectedEnabledAltOnBgEmphasized: undefined = ColorRawTokens.colorBrandPrimaryLow,
  val contentSelectionSelectedEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val contentSelectionSelectedFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionSelectedFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionSelectedHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionSelectedHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionUnselectedActive: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionUnselectedActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionUnselectedDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionUnselectedDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionUnselectedEnabled: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val contentSelectionUnselectedEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val contentSelectionUnselectedFocus: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionUnselectedFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentSelectionUnselectedHover: undefined = ColorRawTokens.colorBrandNeutralEmphasizedLowest,
  val contentSelectionUnselectedHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedMedium,
  val contentStatusInformation: undefined = ColorRawTokens.colorBrandInformationDefault,
  val contentStatusNegative: undefined = ColorRawTokens.colorBrandNegativeDefault,
  val contentStatusPositive: undefined = ColorRawTokens.colorBrandPositiveDefault,
  val contentStatusWarning: undefined = ColorRawTokens.colorBrandWarningDefault,
  val elevationDrag: undefined = ColorRawTokens.colorBrandNeutralMutedLowest,
  val elevationDragOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedHigh,
  val elevationDragOnBgSecondary: undefined = ColorRawTokens.colorBrandNeutralMutedLowest,
  val elevationModal: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val elevationOverlayDefault: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val elevationOverlayDefaultOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedHigh,
  val elevationOverlayDefaultOnBgSecondary: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val elevationOverlayEmphasedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLowest,
  val elevationOverlayEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedMedium,
  val elevationOverlayEmphasizedOnBgSecondary: undefined = ColorRawTokens.colorBrandNeutralEmphasizedMedium,
  val elevationRaised: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val elevationRaisedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedHigher,
  val elevationRaisedOnBgSecondary: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionActive: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionActiveOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionActiveOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionActiveOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionDisabled: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionDisabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionDisabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionDisabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionEnabled: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionEnabledOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionEnabledOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionEnabledOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionFocus: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionFocusOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionFocusOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionFocusOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionHover: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionHoverOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgActionHoverOnBgStatusExcNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgActionHoverOnBgStatusNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgAlwaysAttractive: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgAlwaysBlack: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgAlwaysInformation: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgAlwaysNegative: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgAlwaysPositive: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgAlwaysWarning: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgAlwaysWhite: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusAttractiveEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusAttractiveMuted: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusAttractiveMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val onBgStatusInformationEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusInformationMuted: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusInformationMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val onBgStatusNegativeEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedWhite,
  val onBgStatusNegativeMuted: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusNegativeMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val onBgStatusPositiveEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusPositiveMuted: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusPositiveMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower,
  val onBgStatusWarningEmphasized: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusWarningMuted: undefined = ColorRawTokens.colorBrandNeutralEmphasizedBlack,
  val onBgStatusWarningMutedOnBgEmphasized: undefined = ColorRawTokens.colorBrandNeutralMutedLower
)
@paulinea paulinea self-assigned this Oct 8, 2024
@paulinea paulinea linked a pull request Oct 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant