Skip to content

Commit

Permalink
Devicte-tokens (#350)
Browse files Browse the repository at this point in the history
* add token device

fix fontSizes

test

* Endret:
- ParagraphSpacing på bodytext

Lagt til:
- spacing-none token
- sizingFixed token , for ikke skalerbar innhold
- supplemental farger - nye støttefarger. 
- lagt til flere fargespektre som ligger i private

* adjust components with new tokens

* Fargejusteringer

grey.999
Value
#000000
#0d0d0e

public/theme/light
3
Neutrals.Foreground.Primary
Value
{grey.950}
{grey.999}
Neutrals.Border.Mute
Value
{grey.000}
{grey.300}
Neutrals.Border.Subtle
Value
{grey.150}
{grey.200}

public/theme/dark
2
Neutrals.Border.Default
Value
{grey.500}
{grey.300}
Neutrals.Border.Mute
Value
{grey.950}
{grey.600}

* Feedback foreground fargene gikk fra grey-950 til grey-999.

* brand/varsom
1
grey.600
Value
#60656c
#006b99

public/theme/light
1
Neutrals.Border.Subtle
Value
{grey.200}
{grey.150}

* Endret Brand.Light
{brand.300}
til
{brand.100}

* Neutral grey color lagt til for å sikre gråfarge der det skal være grått

* updated css with tokens

* Justert grey.300

* header-x-small update

---------

Co-authored-by: Knut T <[email protected]>
  • Loading branch information
amish1188 and knutnve authored Jan 9, 2025
1 parent 2705fb9 commit 5c8238d
Show file tree
Hide file tree
Showing 44 changed files with 11,116 additions and 6,647 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}"
}
]
}
Loading

0 comments on commit 5c8238d

Please sign in to comment.