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

Renaming Typography* to Font* #322

Open
julien-deramond opened this issue Nov 29, 2024 · 0 comments
Open

Renaming Typography* to Font* #322

julien-deramond opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
📀 token Related to tokens (raws, semantics or components)

Comments

@julien-deramond
Copy link
Member

julien-deramond commented Nov 29, 2024

Fonts tokens are the latest raw + semantic tokens to sync with Figma.

There's a little preparation work to do before on your side to receive files generated from OUDS Tokenator.

  • TypographyRawTokens+Values.swift must be renamed to FontRawTokens+Values.swift (and so the extension name as well)
  • OUDSTheme+TypographySemanticTokens.swift must be renamed to OUDSTheme+FontSemanticTokens.swift (and so the extension name as well)
    • The types in this file must be renamed too: Typography*Font (e.g. TypographyFontFamilySemanticTokenFontFamilySemanticToken)
  • Basically, most of the things that are named Typography* should be Font*; "typography" doesn't exist on the tokens side.
@julien-deramond julien-deramond added the 📀 token Related to tokens (raws, semantics or components) label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📀 token Related to tokens (raws, semantics or components)
Projects
None yet
Development

No branches or pull requests

2 participants