This repository has been archived by the owner on May 13, 2024. It is now read-only.
Releases: 11joselu/react-tokens-presenters
Releases · 11joselu/react-tokens-presenters
Replace & Render variable references
Change presenters prop types
Presenters receive now a token type.
Token = {
declaration: string;
value?: string;
token?: string;
};
TokensSummary renders a table for every tokens group
Remove Circle IU component
Remove Circle IU component in favor of box from Color presenter
New styles
Updated stories examples styles.
Make TokensSummary to print as a Table list
[Breaking changes] Types TokenDeclaration
Breaking Changes
Rename 'name' attribute to 'declaration' from TokenDeclaration
New presenters
- Width
- Height
- LineHeight
- FontSize
- FontWeight
Introduce TokensSummary component
TokensSummary
<TokensSummary tokens={ [] } />
Add new presenters
Available presenters
- Color
- Border
- BorderRadius
- Opacity
- Shadow
- Spacing