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

chore: update tokens 0.10.0 #450

Merged
merged 4 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions core/src/main/java/com/orange/ouds/core/theme/OudsColorScheme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ data class OudsColorScheme(
val lower: Color,
val lowest: Color,
val medium: Color,
val soft: Color,
val mediumHigh: Color,
val mediumLow: Color,
val transparent: Color
)

Expand All @@ -317,6 +318,7 @@ data class OudsColorScheme(
val lower: Color,
val lowest: Color,
val medium: Color,
val mediumLow: Color,
val transparent: Color
)
}
Expand Down Expand Up @@ -606,7 +608,8 @@ internal val OudsColorSemanticTokens.lightColorScheme: OudsColorScheme
lower = repositoryOpacityBlackLowerLight,
lowest = repositoryOpacityBlackLowestLight,
medium = repositoryOpacityBlackMediumLight,
soft = repositoryOpacityBlackSoftLight,
mediumHigh = repositoryOpacityBlackMediumHighLight,
mediumLow = repositoryOpacityBlackMediumLowLight,
transparent = repositoryOpacityBlackTransparentLight,
),
info = repositoryOpacityInfoLight,
Expand All @@ -620,6 +623,7 @@ internal val OudsColorSemanticTokens.lightColorScheme: OudsColorScheme
low = repositoryOpacityWhiteLowLight,
lower = repositoryOpacityWhiteLowerLight,
lowest = repositoryOpacityWhiteLowestLight,
mediumLow = repositoryOpacityWhiteMediumLowLight,
medium = repositoryOpacityWhiteMediumLight,
transparent = repositoryOpacityWhiteTransparentLight,
)
Expand Down Expand Up @@ -894,7 +898,8 @@ internal val OudsColorSemanticTokens.darkColorScheme: OudsColorScheme
lower = repositoryOpacityBlackLowerDark,
lowest = repositoryOpacityBlackLowestDark,
medium = repositoryOpacityBlackMediumDark,
soft = repositoryOpacityBlackSoftDark,
mediumHigh = repositoryOpacityBlackMediumHighDark,
mediumLow = repositoryOpacityBlackMediumLowDark,
transparent = repositoryOpacityBlackTransparentDark,
),
info = repositoryOpacityInfoDark,
Expand All @@ -908,6 +913,7 @@ internal val OudsColorSemanticTokens.darkColorScheme: OudsColorScheme
low = repositoryOpacityWhiteLowDark,
lower = repositoryOpacityWhiteLowerDark,
lowest = repositoryOpacityWhiteLowestDark,
mediumLow = repositoryOpacityWhiteMediumLowDark,
medium = repositoryOpacityWhiteMediumDark,
transparent = repositoryOpacityWhiteTransparentDark,
),
Expand Down Expand Up @@ -1140,7 +1146,8 @@ private fun OudsColorScheme.fromToken(token: OudsColorKeyToken.Repository): Colo
OudsColorKeyToken.Repository.Opacity.Black.Lower -> opacity.black.lower
OudsColorKeyToken.Repository.Opacity.Black.Lowest -> opacity.black.lowest
OudsColorKeyToken.Repository.Opacity.Black.Medium -> opacity.black.medium
OudsColorKeyToken.Repository.Opacity.Black.Soft -> opacity.black.soft
OudsColorKeyToken.Repository.Opacity.Black.MediumHigh -> opacity.black.mediumHigh
OudsColorKeyToken.Repository.Opacity.Black.MediumLow -> opacity.black.mediumLow
OudsColorKeyToken.Repository.Opacity.Black.Transparent -> opacity.black.transparent
OudsColorKeyToken.Repository.Opacity.Info -> opacity.info
OudsColorKeyToken.Repository.Opacity.Negative -> opacity.negative
Expand All @@ -1153,6 +1160,7 @@ private fun OudsColorScheme.fromToken(token: OudsColorKeyToken.Repository): Colo
OudsColorKeyToken.Repository.Opacity.White.Lower -> opacity.white.lower
OudsColorKeyToken.Repository.Opacity.White.Lowest -> opacity.white.lowest
OudsColorKeyToken.Repository.Opacity.White.Medium -> opacity.white.medium
OudsColorKeyToken.Repository.Opacity.White.MediumLow -> opacity.white.mediumLow
OudsColorKeyToken.Repository.Opacity.White.Transparent -> opacity.white.transparent
OudsColorKeyToken.Repository.Positive.Default -> positive.default
OudsColorKeyToken.Repository.Positive.High -> positive.high
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion global-raw-tokens/Module.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Module global-raw-tokens

```
Tokens version 0.9.0
Tokens version 0.10.0
```

Contains the raw tokens that can be used by any theme.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.tokens.global.raw
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
# OUDS library version
version=0.1.0
# Design tokens version
tokensVersion=0.9.0
tokensVersion=0.10.0
2 changes: 1 addition & 1 deletion theme-contract/Module.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Module theme-contract

```
Tokens version 0.9.0
Tokens version 0.10.0
```

This is the interface between the library and the custom themes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down Expand Up @@ -246,7 +246,8 @@ sealed interface OudsColorKeyToken : OudsKeyToken {
data object Lower : Black
data object Lowest : Black
data object Medium : Black
data object Soft : Black
data object MediumHigh : Black
data object MediumLow : Black
data object Transparent : Black
}
data object Info : Opacity
Expand All @@ -261,6 +262,7 @@ sealed interface OudsColorKeyToken : OudsKeyToken {
data object Lower : White
data object Lowest : White
data object Medium : White
data object MediumLow : White
data object Transparent : White
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.components
Expand Down Expand Up @@ -52,14 +52,14 @@ open class OudsButtonTokens(
val colorBgMinimalLoadingMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
val colorBgMinimalPressed: OudsColorKeyToken = OudsColorKeyToken.Action.Support.Pressed,
val colorBgMinimalPressedMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
val colorBgStrongDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
val colorBgStrongDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
val colorBgStrongEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
val colorBgStrongFocusMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Higher,
val colorBgStrongHoverMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Higher,
val colorBgStrongLoadingMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
val colorBgStrongPressedMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
val colorBorderDefaultDisabled: OudsColorKeyToken = OudsColorKeyToken.Action.Disabled,
val colorBorderDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
val colorBorderDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
val colorBorderDefaultEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
val colorBorderDefaultEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
val colorBorderDefaultFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,
Expand Down Expand Up @@ -89,7 +89,7 @@ open class OudsButtonTokens(
val colorBorderStrongLoadingMono: OudsColorKeyToken = OudsColorKeyToken.Opacity.Transparent,
val colorBorderStrongPressedMono: OudsColorKeyToken = OudsColorKeyToken.Opacity.Transparent,
val colorContentDefaultDisabled: OudsColorKeyToken = OudsColorKeyToken.Action.Disabled,
val colorContentDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
val colorContentDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
val colorContentDefaultEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
val colorContentDefaultEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
val colorContentDefaultFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,
Expand All @@ -101,7 +101,7 @@ open class OudsButtonTokens(
val colorContentDefaultPressed: OudsColorKeyToken = OudsColorKeyToken.Action.Pressed,
val colorContentDefaultPressedMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
val colorContentMinimalDisabled: OudsColorKeyToken = OudsColorKeyToken.Action.Disabled,
val colorContentMinimalDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
val colorContentMinimalDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
val colorContentMinimalEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
val colorContentMinimalEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
val colorContentMinimalFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.components
Expand All @@ -27,6 +27,7 @@ open class OudsControlItemTokens(
val colorBgPressed: OudsColorKeyToken = OudsColorKeyToken.Action.Support.Pressed,
val colorContentLoader: OudsColorKeyToken = OudsColorKeyToken.Content.Default,
val sizeIcon: OudsSizeKeyToken.Icon = OudsSizeKeyToken.Icon.WithLabel.Large.SizeMedium,
val sizeListItemSizeMinHeightText: OudsSizeKeyToken.Icon = OudsSizeKeyToken.Icon.WithLabel.Large.SizeMedium,
val sizeLoader: OudsSizeKeyToken.Icon = OudsSizeKeyToken.Icon.WithLabel.Large.SizeSmall,
val sizeMaxHeightAssetsContainer: Float = DimensionRawTokens.dimension1200,
val sizeMinHeight: Float = DimensionRawTokens.dimension650,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.components
Expand All @@ -25,7 +25,7 @@ open class OudsLinkTokens(
val colorArrowFocus: OudsColorKeyToken = OudsColorKeyToken.Content.BrandPrimary,
val colorArrowHover: OudsColorKeyToken = OudsColorKeyToken.Content.BrandPrimary,
val colorArrowPressed: OudsColorKeyToken = OudsColorKeyToken.Content.BrandPrimary,
val colorContentDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
val colorContentDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
val colorContentEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
val colorContentEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
val colorContentFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.material
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.semantic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.semantic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.semantic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.semantic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Software description: Android library of reusable graphical components
//

// Tokens version 0.9.0
// Tokens version 0.10.0
// Generated by Tokenator

package com.orange.ouds.theme.tokens.semantic
Expand Down
Loading
Loading