Skip to content

Commit 6b51d0d

Browse files
committed
Replace OudsColorScheme and others with actual interfaces
1 parent d034a5f commit 6b51d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme-contract/Module.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This interface is the central point of the design system's abstraction. It aggre
8888
# Package com.orange.ouds.theme.tokens
8989

9090
This package contains the **Key Token objects** that define the organization of semantic tokens. It establishes the **hierarchy** (tree structure) used to access token values.
91-
Instead of a flat list, it groups tokens into logical categories (like `OudsBorders`, `OudsSizes`, or `OudsSpaces`), enabling structured navigation through the theme properties.
91+
Instead of a flat list, it groups tokens into logical categories (like `OudsBorderSemanticTokens`, `OudsSizeSemanticTokens`, or `OudsSpaceSemanticTokens`), enabling structured navigation through the theme properties.
9292

9393
# Package com.orange.ouds.theme.tokens.components
9494

@@ -100,5 +100,5 @@ This package defines the `OudsMaterialColorTokens` interface, which establishes
100100

101101
# Package com.orange.ouds.theme.tokens.semantic
102102

103-
This package contains the **interfaces** defining the semantic properties of the theme. It hosts the **contracts** for colors (`OudsColorScheme`), typography (`OudsTypography`), borders, elevations, grids, and opacities.
103+
This package contains the **interfaces** defining the semantic properties of the theme. It hosts the **contracts** for colors (`OudsColorSemanticTokens`), typography (`OudsFontSemanticTokens`), borders, elevations, grids, and opacities.
104104
It dictates that every theme must implement these specific interfaces to provide the fundamental visual attributes.

0 commit comments

Comments
 (0)