♻️(tokens) refactor tokens architectures

This commit introduces a significant refactor of the color and
typography tokens in the Cunningham package. The previous structure has
been replaced with a more comprehensive and organized format, including
new color definitions for branding, contextual backgrounds, and content.
Additionally, the font sizes, weights, and families have been updated to
align with the new design system. This change enhances the overall
maintainability and scalability of the token system.
This commit is contained in:
Nathan Panchout
2025-08-22 10:08:57 +02:00
committed by NathanVss
parent 2775d5956d
commit 146a8a20b3
11 changed files with 1069 additions and 185 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@openfun/cunningham-tokens",
"private": false,
"version": "2.2.0",
"version": "3.0.0",
"license": "MIT",
"publishConfig": {
"access": "public"