microsoft / fluentui-token-pipeline

The Fluent UI token pipeline generates source code for Fluent UI libraries.
https://microsoft.github.io/fluentui-token-pipeline/
Other
41 stars 18 forks source link

chore(react): Update global colors to be separate exports #67

Closed miroslavstastny closed 2 years ago

miroslavstastny commented 2 years ago

Update pipeline for react to export global colors as separate exports instead of a single object. The motivation is for the FUI library to be able to import individual colors while tree shaking the others.

Also added 'GENERATED' message to the produced files.