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

feat(tokens): add Components/Interactives and Components/Notifications tokens #3262

Merged
merged 28 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c5ddca4
First Sync Designtokens
swisspost-bot Jul 8, 2024
4511cd5
feat(tokens): Added Componenttokens to most textinput fields and some…
swisspost-bot Jul 10, 2024
7c728e9
feat(tokens): added tokens for textrarea and textimput
swisspost-bot Jul 10, 2024
d20c145
feat(token): added Fillertokens to empty groups for testing reasons
swisspost-bot Jul 11, 2024
c83ab57
fix(tokens): Safetycopy before Namechanges
swisspost-bot Jul 11, 2024
17f7a26
refactor(tokens): Namechange from horizontal/vertical to inline/block
swisspost-bot Jul 12, 2024
e0dd280
refactor (tokens): Renaming and where needed remapping of values with…
swisspost-bot Jul 12, 2024
0cfc4ee
Merge branch 'main' into tokens/release
oliverschuerch Jul 12, 2024
c9ba923
chore: add changesets
oliverschuerch Jul 12, 2024
533e21b
Feat(tokens): added inverted colors
Vandapanda Jul 12, 2024
5ea7c49
Update for Device Transfair
Vandapanda Jul 15, 2024
09a46ad
Push for merg tryouts
Vandapanda Jul 15, 2024
2e65671
Merge branch 'main' into tokens/v2
oliverschuerch Jul 15, 2024
374782b
Merge branch 'tokens/v2' into tokens/release
oliverschuerch Jul 15, 2024
b236a06
refactor(tokens): removing % out of token names
Vandapanda Jul 15, 2024
69d1225
fix(workflows): build tokens
oliverschuerch Jul 15, 2024
6323ef0
Merge branch 'tokens/v2' into tokens/release
oliverschuerch Jul 15, 2024
7cad4d9
Devicetransfer push
Vandapanda Jul 15, 2024
4dee50c
feat (tokens): Added some Tokens for popover and breadcrumbs, added p…
Vandapanda Jul 16, 2024
f1bbb1e
Merge branch 'main' into tokens/v2
oliverschuerch Jul 18, 2024
4db0dcc
Merge branch 'tokens/v2' into tokens/release
oliverschuerch Jul 18, 2024
3c73c4c
test(workflows): build-tokens
oliverschuerch Jul 18, 2024
efd36c2
Merge branch 'main' into tokens/release
oliverschuerch Jul 19, 2024
9f7b083
chore: update pnpm-lock file
oliverschuerch Jul 19, 2024
2aaae90
Merge branch 'main' into tokens/v2
oliverschuerch Jul 22, 2024
49fc7a6
Merge branch 'tokens/v2' into tokens/release
oliverschuerch Jul 22, 2024
f1a1b1c
Merge branch 'main' into tokens/v2
oliverschuerch Jul 22, 2024
9b7b939
Merge branch 'tokens/v2' into tokens/release
oliverschuerch Jul 22, 2024
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
6 changes: 6 additions & 0 deletions .changeset/empty-planets-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@swisspost/design-system-tokens': minor
---

Added `Components/Notifications` tokens.
Added semantic tokens (`mode/light`, `mode/dark`, `device/desktop`, `device/tablet`, `device/mobile`, `channel/idk`, `channel/edk` and `theme/post`), to link `core` tokens to the `Components/Notifications` tokens.
5 changes: 5 additions & 0 deletions .changeset/shiny-days-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-tokens': minor
---

Added core tokens for `color`, `dimensions`, `font-weight`, `font-size`, `line-height`, `letter-spacing`, `font-family`, `elevation` and `border`.
6 changes: 6 additions & 0 deletions .changeset/thirty-ladybugs-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@swisspost/design-system-tokens': minor
---

Added `Components/Interactives` tokens.
Added semantic tokens (`mode/light`, `mode/dark`, `device/desktop`, `device/tablet`, `device/mobile`, `channel/idk`, `channel/edk` and `theme/post`), to link `core` tokens to the `Components/Interactives` tokens.
Loading