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(styles): update tokens branch #4431

Merged
merged 22 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 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
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
12 changes: 6 additions & 6 deletions packages/styles/src/components/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-family: 'Swiss Post Sans';
font-weight: 900;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-XBlk.woff2') format('woff2'),
Expand All @@ -13,7 +13,7 @@

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-family: 'Swiss Post Sans';
font-weight: 900;
font-style: italic;
src:
Expand All @@ -23,7 +23,7 @@

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-family: 'Swiss Post Sans';
font-weight: 700;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Bold.woff2') format('woff2'),
Expand All @@ -32,7 +32,7 @@

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-family: 'Swiss Post Sans';
font-weight: 700;
font-style: italic;
src:
Expand All @@ -42,7 +42,7 @@

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-family: 'Swiss Post Sans';
font-weight: 400;
src:
url('#{options.$font-base-path}/FrutigerNeueforPostW05-Rg.woff2') format('woff2'),
Expand All @@ -51,7 +51,7 @@

@font-face {
font-display: swap;
font-family: 'Swiss Post Sans v005';
font-family: 'Swiss Post Sans';
font-weight: 400;
font-style: italic;
src:
Expand Down
Loading
Loading