Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tokens): update tokens branch #4458

Merged
merged 30 commits into from
Jan 17, 2025
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
746a52b
refactor(token):renamed token for check list according to used naming…
Vandapanda Dec 2, 2024
8b4e81a
refactor(token):renamed colors for check list
Vandapanda Dec 2, 2024
021a922
refactor(token):changed a semantic token in leadcomponent
Vandapanda Dec 3, 2024
62bc981
remove(token):deleted a group thought not to be used in code. Possibl…
Vandapanda Dec 3, 2024
58f7f9c
feat(token):added elevation for inline, toast and snackbar
Vandapanda Dec 3, 2024
e7fdef4
fix(styles): update new toast elevation token
oliverschuerch Dec 3, 2024
627faa9
feat(token): added a spacing token for the spacing of assistive and v…
Vandapanda Dec 4, 2024
124f042
refactor(token): changed Iconsize for validation
Vandapanda Dec 5, 2024
ff9cf12
refactor(token):renamed a componenttoken in assist as it was written …
Vandapanda Dec 5, 2024
ff763d9
refactor(token):Adjusted Validation tokens
Vandapanda Dec 9, 2024
28d4548
Update create-token-pr.yaml
alizedebray Dec 10, 2024
4a8a9ab
feat(token): added a token for switch to fix mobile version
Vandapanda Dec 10, 2024
a5c7d2b
refactor(token):changed darkmode tokens for text input
Vandapanda Dec 12, 2024
67fa59a
refactor(token):changed darkmode of the Select Component
Vandapanda Dec 12, 2024
caeda7b
refactor(token):removed a token that should have been removed earlier
Vandapanda Dec 17, 2024
7b7d516
refactor(token):changed the font to the new one, removed fonts that a…
Vandapanda Jan 10, 2025
73f476f
chore(styles): update font name according to the tokens
oliverschuerch Jan 10, 2025
b10d278
Merge branch 'tokens/v2-2024-12' of https://github.com/swisspost/desi…
oliverschuerch Jan 10, 2025
d89caee
Merge branch 'main' into tokens/v2-2024-12
oliverschuerch Jan 10, 2025
41446e7
refactor(token):changed popover spacing
Vandapanda Jan 10, 2025
1a3c7e2
feat(tokens): Created Tokens for the teaser component
Vandapanda Jan 13, 2025
baa7444
refactor(token): Shortened the naming of color token for teaser
Vandapanda Jan 14, 2025
414653c
feat(token):added hover bg color to the teaser
Vandapanda Jan 17, 2025
9bd83d4
feat(token):added the component cards interactive and tokenized it ac…
Vandapanda Jan 17, 2025
8633adb
refactor(token):changed some token for the cards component according …
Vandapanda Jan 17, 2025
2db7144
refactor(token):adjusted token for card and teaser card accordingly t…
Vandapanda Jan 17, 2025
49d75b0
feat(token):activated components for cards and teaser in the set comp…
Vandapanda Jan 17, 2025
0c6175d
Merge branch 'main' into tokens/v2-2024-12
leagrdv Jan 17, 2025
19141b3
Merge branch 'update-tokens' into tokens/v2-2024-12
leagrdv Jan 17, 2025
608c934
Merge branch 'update-tokens' into tokens/v2-2024-12
leagrdv Jan 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 41 additions & 12 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,10 @@
"bg3": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
},
"stroke4": {
"$type": "color",
"$value": "{post.core.color.sandgrey.030}"
}
},
"hover": {
Expand Down Expand Up @@ -2692,6 +2696,10 @@
"$type": "borderRadius",
"$value": "{post.core.dimension.8}"
},
"3": {
"$type": "borderRadius",
"$value": "{post.core.dimension.16}"
},
"round": {
"$type": "borderRadius",
"$value": "{post.core.dimension.100}"
Expand Down Expand Up @@ -7861,16 +7869,6 @@
}
}
},
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.200}"
},
"border": {
"radius": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.2}"
}
},
"enabled-bg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.bg1}"
Expand All @@ -7893,6 +7891,34 @@
}
}
},
"Components/Cards": {
"post": {
"card": {
"border-radius": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.3}"
},
"nested": {
"border-radius": {
"$type": "borderRadius",
"$value": "{post.device.border-radius.2}"
}
},
"interactive": {
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.200}"
}
},
"non-interactive": {
"stroke": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.stroke4}"
}
}
}
}
},
"Components/Validation": {
"post": {
"validation": {
Expand Down Expand Up @@ -10104,7 +10130,9 @@
"Components/Blockquote": "enabled",
"Components/Search input": "enabled",
"Components/ListCheck": "enabled",
"Components/Assist": "enabled"
"Components/Assist": "enabled",
"Components/Cards": "enabled",
"Components/Teaser": "enabled"
},
"$figmaCollectionId": "VariableCollectionId:808:5504",
"$figmaModeId": "808:0",
Expand Down Expand Up @@ -10997,6 +11025,7 @@
"Components/Text input",
"Components/Toast",
"Components/Teaser",
"Components/Cards",
"Components/Validation",
"FigmaOnly",
"Utilities/Spacing",
Expand All @@ -11006,4 +11035,4 @@
"Helpers/Focus"
]
}
}
}
Loading