Skip to content

Commit 7793b13

Browse files
authored
chore: update tokens 0.10.0 (#450)
1 parent 0796732 commit 7793b13

File tree

120 files changed

+112
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+112
-89
lines changed

core/src/main/java/com/orange/ouds/core/theme/OudsColorScheme.kt

+12-4
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ data class OudsColorScheme(
305305
val lower: Color,
306306
val lowest: Color,
307307
val medium: Color,
308-
val soft: Color,
308+
val mediumHigh: Color,
309+
val mediumLow: Color,
309310
val transparent: Color
310311
)
311312

@@ -317,6 +318,7 @@ data class OudsColorScheme(
317318
val lower: Color,
318319
val lowest: Color,
319320
val medium: Color,
321+
val mediumLow: Color,
320322
val transparent: Color
321323
)
322324
}
@@ -606,7 +608,8 @@ internal val OudsColorSemanticTokens.lightColorScheme: OudsColorScheme
606608
lower = repositoryOpacityBlackLowerLight,
607609
lowest = repositoryOpacityBlackLowestLight,
608610
medium = repositoryOpacityBlackMediumLight,
609-
soft = repositoryOpacityBlackSoftLight,
611+
mediumHigh = repositoryOpacityBlackMediumHighLight,
612+
mediumLow = repositoryOpacityBlackMediumLowLight,
610613
transparent = repositoryOpacityBlackTransparentLight,
611614
),
612615
info = repositoryOpacityInfoLight,
@@ -620,6 +623,7 @@ internal val OudsColorSemanticTokens.lightColorScheme: OudsColorScheme
620623
low = repositoryOpacityWhiteLowLight,
621624
lower = repositoryOpacityWhiteLowerLight,
622625
lowest = repositoryOpacityWhiteLowestLight,
626+
mediumLow = repositoryOpacityWhiteMediumLowLight,
623627
medium = repositoryOpacityWhiteMediumLight,
624628
transparent = repositoryOpacityWhiteTransparentLight,
625629
)
@@ -894,7 +898,8 @@ internal val OudsColorSemanticTokens.darkColorScheme: OudsColorScheme
894898
lower = repositoryOpacityBlackLowerDark,
895899
lowest = repositoryOpacityBlackLowestDark,
896900
medium = repositoryOpacityBlackMediumDark,
897-
soft = repositoryOpacityBlackSoftDark,
901+
mediumHigh = repositoryOpacityBlackMediumHighDark,
902+
mediumLow = repositoryOpacityBlackMediumLowDark,
898903
transparent = repositoryOpacityBlackTransparentDark,
899904
),
900905
info = repositoryOpacityInfoDark,
@@ -908,6 +913,7 @@ internal val OudsColorSemanticTokens.darkColorScheme: OudsColorScheme
908913
low = repositoryOpacityWhiteLowDark,
909914
lower = repositoryOpacityWhiteLowerDark,
910915
lowest = repositoryOpacityWhiteLowestDark,
916+
mediumLow = repositoryOpacityWhiteMediumLowDark,
911917
medium = repositoryOpacityWhiteMediumDark,
912918
transparent = repositoryOpacityWhiteTransparentDark,
913919
),
@@ -1140,7 +1146,8 @@ private fun OudsColorScheme.fromToken(token: OudsColorKeyToken.Repository): Colo
11401146
OudsColorKeyToken.Repository.Opacity.Black.Lower -> opacity.black.lower
11411147
OudsColorKeyToken.Repository.Opacity.Black.Lowest -> opacity.black.lowest
11421148
OudsColorKeyToken.Repository.Opacity.Black.Medium -> opacity.black.medium
1143-
OudsColorKeyToken.Repository.Opacity.Black.Soft -> opacity.black.soft
1149+
OudsColorKeyToken.Repository.Opacity.Black.MediumHigh -> opacity.black.mediumHigh
1150+
OudsColorKeyToken.Repository.Opacity.Black.MediumLow -> opacity.black.mediumLow
11441151
OudsColorKeyToken.Repository.Opacity.Black.Transparent -> opacity.black.transparent
11451152
OudsColorKeyToken.Repository.Opacity.Info -> opacity.info
11461153
OudsColorKeyToken.Repository.Opacity.Negative -> opacity.negative
@@ -1153,6 +1160,7 @@ private fun OudsColorScheme.fromToken(token: OudsColorKeyToken.Repository): Colo
11531160
OudsColorKeyToken.Repository.Opacity.White.Lower -> opacity.white.lower
11541161
OudsColorKeyToken.Repository.Opacity.White.Lowest -> opacity.white.lowest
11551162
OudsColorKeyToken.Repository.Opacity.White.Medium -> opacity.white.medium
1163+
OudsColorKeyToken.Repository.Opacity.White.MediumLow -> opacity.white.mediumLow
11561164
OudsColorKeyToken.Repository.Opacity.White.Transparent -> opacity.white.transparent
11571165
OudsColorKeyToken.Repository.Positive.Default -> positive.default
11581166
OudsColorKeyToken.Repository.Positive.High -> positive.high

global-raw-tokens/Module.md

+1-1

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/BorderRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/ColorRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/DimensionRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/ElevationRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/FontRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/GridRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

global-raw-tokens/src/main/java/com/orange/ouds/tokens/global/raw/OpacityRawTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.tokens.global.raw

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
3838
# OUDS library version
3939
version=0.1.0
4040
# Design tokens version
41-
tokensVersion=0.9.0
41+
tokensVersion=0.10.0

theme-contract/Module.md

+1-1

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsBorderKeyToken.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsColorKeyToken.kt

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens
@@ -246,7 +246,8 @@ sealed interface OudsColorKeyToken : OudsKeyToken {
246246
data object Lower : Black
247247
data object Lowest : Black
248248
data object Medium : Black
249-
data object Soft : Black
249+
data object MediumHigh : Black
250+
data object MediumLow : Black
250251
data object Transparent : Black
251252
}
252253
data object Info : Opacity
@@ -261,6 +262,7 @@ sealed interface OudsColorKeyToken : OudsKeyToken {
261262
data object Lower : White
262263
data object Lowest : White
263264
data object Medium : White
265+
data object MediumLow : White
264266
data object Transparent : White
265267
}
266268
}

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsElevationKeyToken.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsGridKeyToken.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsOpacityKeyToken.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsSizeKeyToken.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens

theme-contract/src/main/java/com/orange/ouds/theme/tokens/OudsSpaceKeyToken.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens

theme-contract/src/main/java/com/orange/ouds/theme/tokens/components/OudsButtonTokens.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.components
@@ -52,14 +52,14 @@ open class OudsButtonTokens(
5252
val colorBgMinimalLoadingMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
5353
val colorBgMinimalPressed: OudsColorKeyToken = OudsColorKeyToken.Action.Support.Pressed,
5454
val colorBgMinimalPressedMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
55-
val colorBgStrongDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
55+
val colorBgStrongDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
5656
val colorBgStrongEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
5757
val colorBgStrongFocusMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Higher,
5858
val colorBgStrongHoverMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Higher,
5959
val colorBgStrongLoadingMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
6060
val colorBgStrongPressedMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.White.Higher,
6161
val colorBorderDefaultDisabled: OudsColorKeyToken = OudsColorKeyToken.Action.Disabled,
62-
val colorBorderDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
62+
val colorBorderDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
6363
val colorBorderDefaultEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
6464
val colorBorderDefaultEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
6565
val colorBorderDefaultFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,
@@ -89,7 +89,7 @@ open class OudsButtonTokens(
8989
val colorBorderStrongLoadingMono: OudsColorKeyToken = OudsColorKeyToken.Opacity.Transparent,
9090
val colorBorderStrongPressedMono: OudsColorKeyToken = OudsColorKeyToken.Opacity.Transparent,
9191
val colorContentDefaultDisabled: OudsColorKeyToken = OudsColorKeyToken.Action.Disabled,
92-
val colorContentDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
92+
val colorContentDefaultDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
9393
val colorContentDefaultEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
9494
val colorContentDefaultEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
9595
val colorContentDefaultFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,
@@ -101,7 +101,7 @@ open class OudsButtonTokens(
101101
val colorContentDefaultPressed: OudsColorKeyToken = OudsColorKeyToken.Action.Pressed,
102102
val colorContentDefaultPressedMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
103103
val colorContentMinimalDisabled: OudsColorKeyToken = OudsColorKeyToken.Action.Disabled,
104-
val colorContentMinimalDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
104+
val colorContentMinimalDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
105105
val colorContentMinimalEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
106106
val colorContentMinimalEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
107107
val colorContentMinimalFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,

theme-contract/src/main/java/com/orange/ouds/theme/tokens/components/OudsCheckboxTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.components

theme-contract/src/main/java/com/orange/ouds/theme/tokens/components/OudsControlItemTokens.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.components
@@ -27,6 +27,7 @@ open class OudsControlItemTokens(
2727
val colorBgPressed: OudsColorKeyToken = OudsColorKeyToken.Action.Support.Pressed,
2828
val colorContentLoader: OudsColorKeyToken = OudsColorKeyToken.Content.Default,
2929
val sizeIcon: OudsSizeKeyToken.Icon = OudsSizeKeyToken.Icon.WithLabel.Large.SizeMedium,
30+
val sizeListItemSizeMinHeightText: OudsSizeKeyToken.Icon = OudsSizeKeyToken.Icon.WithLabel.Large.SizeMedium,
3031
val sizeLoader: OudsSizeKeyToken.Icon = OudsSizeKeyToken.Icon.WithLabel.Large.SizeSmall,
3132
val sizeMaxHeightAssetsContainer: Float = DimensionRawTokens.dimension1200,
3233
val sizeMinHeight: Float = DimensionRawTokens.dimension650,

theme-contract/src/main/java/com/orange/ouds/theme/tokens/components/OudsDividerTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.components

theme-contract/src/main/java/com/orange/ouds/theme/tokens/components/OudsLinkTokens.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.components
@@ -25,7 +25,7 @@ open class OudsLinkTokens(
2525
val colorArrowFocus: OudsColorKeyToken = OudsColorKeyToken.Content.BrandPrimary,
2626
val colorArrowHover: OudsColorKeyToken = OudsColorKeyToken.Content.BrandPrimary,
2727
val colorArrowPressed: OudsColorKeyToken = OudsColorKeyToken.Content.BrandPrimary,
28-
val colorContentDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Soft,
28+
val colorContentDisabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Opacity.Black.Medium,
2929
val colorContentEnabled: OudsColorKeyToken = OudsColorKeyToken.Action.Enabled,
3030
val colorContentEnabledMono: OudsColorKeyToken = OudsColorKeyToken.Repository.Neutral.Emphasized.Black,
3131
val colorContentFocus: OudsColorKeyToken = OudsColorKeyToken.Action.Focus,

theme-contract/src/main/java/com/orange/ouds/theme/tokens/components/OudsSkeletonTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.components

theme-contract/src/main/java/com/orange/ouds/theme/tokens/material/OudsMaterialColorTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.material

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsBorderSemanticTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.semantic

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsColorActionSemanticTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.semantic

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsColorAlwaysSemanticTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.semantic

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsColorBgSemanticTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.semantic

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsColorBorderSemanticTokens.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Software description: Android library of reusable graphical components
1111
//
1212

13-
// Tokens version 0.9.0
13+
// Tokens version 0.10.0
1414
// Generated by Tokenator
1515

1616
package com.orange.ouds.theme.tokens.semantic

0 commit comments

Comments
 (0)