Commit Graph

4 Commits

Author SHA1 Message Date
Nathan Vasse
672f4be4d4 (react) make use of tokens references
We want to leverage the use of references inside our tokens definitions.
2023-07-07 15:06:18 +02:00
Nathan Vasse
74abf9b8a7 🔧(react) format correctly sub folders components
Without this commit, the design tokens would contain the folders
"/" in their names, which is not compliant with most of generators
output we implement.
2023-04-25 11:28:32 +02:00
Nathan Vasse
db982cf265 ⬆️(frontend) migrate to glob 9.3.2
Glob release a new major version introducing breaking changes, so
I update the way we use it to match the new API.
2023-03-29 17:40:25 +02:00
Nathan Vasse
be1c9d000b (react) add tokens.ts files handling
These files will be used to define the custom design tokens per components.
They are automatically aggregated by the packages/react/cunningham.ts file,
this is why handling typescript config file was important.
2023-01-11 11:01:56 +01:00