Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Releases: 11joselu/react-tokens-presenters

Replace & Render variable references

19 Aug 14:20
Compare
Choose a tag to compare
  • Allow to use reference variable
  • Render unknown message when reference is not found or is in another file

Example:

image

Change presenters prop types

30 Jul 17:25
Compare
Choose a tag to compare

Presenters receive now a token type.

Token = {
  declaration: string;
  value?: string;
  token?: string;
};

TokensSummary renders a table for every tokens group

29 Jul 15:22
Compare
Choose a tag to compare

Remove Circle IU component

28 Jul 22:01
Compare
Choose a tag to compare

Remove Circle IU component in favor of box from Color presenter

New styles

28 Jul 18:46
Compare
Choose a tag to compare

Updated stories examples styles.

Make TokensSummary to print as a Table list

[Breaking changes] Types TokenDeclaration

28 Jul 16:50
Compare
Choose a tag to compare

Breaking Changes

Rename 'name' attribute to 'declaration' from TokenDeclaration

New presenters

  • Width
  • Height
  • LineHeight
  • FontSize
  • FontWeight

Introduce TokensSummary component

28 Jul 14:26
Compare
Choose a tag to compare

TokensSummary

<TokensSummary tokens={ [] } />

Add new presenters

27 Jul 15:58
Compare
Choose a tag to compare

Available presenters

  • Color
  • Border
  • BorderRadius
  • Opacity
  • Shadow
  • Spacing

Color Presenter

26 Jul 15:35
Compare
Choose a tag to compare

v0.1.0

Deploy to netlify

  • Create color token presenter