Skip to content

Commit 1e17db1

Browse files
committed
chore: update tokens
1 parent b3b774d commit 1e17db1

File tree

56 files changed

+85
-74
lines changed

Some content is hidden

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

56 files changed

+85
-74
lines changed

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

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

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsColorContentSemanticTokens.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/OudsColorDecorativeSemanticTokens.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/OudsColorOpacitySemanticTokens.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/OudsColorOverlaySemanticTokens.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/OudsColorRepositorySemanticTokens.kt

+7-3
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
@@ -71,7 +71,8 @@ interface OudsColorRepositorySemanticTokens {
7171
val repositoryOpacityBlackLowerLight: Color
7272
val repositoryOpacityBlackLowestLight: Color
7373
val repositoryOpacityBlackMediumLight: Color
74-
val repositoryOpacityBlackSoftLight: Color
74+
val repositoryOpacityBlackMediumHighLight: Color
75+
val repositoryOpacityBlackMediumLowLight: Color
7576
val repositoryOpacityBlackTransparentLight: Color
7677
val repositoryOpacityBlackHighDark: Color
7778
val repositoryOpacityBlackHigherDark: Color
@@ -80,7 +81,8 @@ interface OudsColorRepositorySemanticTokens {
8081
val repositoryOpacityBlackLowerDark: Color
8182
val repositoryOpacityBlackLowestDark: Color
8283
val repositoryOpacityBlackMediumDark: Color
83-
val repositoryOpacityBlackSoftDark: Color
84+
val repositoryOpacityBlackMediumHighDark: Color
85+
val repositoryOpacityBlackMediumLowDark: Color
8486
val repositoryOpacityBlackTransparentDark: Color
8587
val repositoryOpacityInfoLight: Color
8688
val repositoryOpacityNegativeLight: Color
@@ -93,6 +95,7 @@ interface OudsColorRepositorySemanticTokens {
9395
val repositoryOpacityWhiteLowerLight: Color
9496
val repositoryOpacityWhiteLowestLight: Color
9597
val repositoryOpacityWhiteMediumLight: Color
98+
val repositoryOpacityWhiteMediumLowLight: Color
9699
val repositoryOpacityWhiteTransparentLight: Color
97100
val repositoryOpacityWhiteHighDark: Color
98101
val repositoryOpacityWhiteHigherDark: Color
@@ -101,6 +104,7 @@ interface OudsColorRepositorySemanticTokens {
101104
val repositoryOpacityWhiteLowerDark: Color
102105
val repositoryOpacityWhiteLowestDark: Color
103106
val repositoryOpacityWhiteMediumDark: Color
107+
val repositoryOpacityWhiteMediumLowDark: Color
104108
val repositoryOpacityWhiteTransparentDark: Color
105109
val repositoryOpacityInfoDark: Color
106110
val repositoryOpacityNegativeDark: Color

theme-contract/src/main/java/com/orange/ouds/theme/tokens/semantic/OudsColorSurfaceSemanticTokens.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)