Skip to content

Commit

Permalink
Merge pull request #2 from eduzz/feature-cpi-809-new-tokens
Browse files Browse the repository at this point in the history
Add new tokens
  • Loading branch information
luanlmd authored Mar 26, 2024
2 parents c039c1b + 68aec7b commit df99a9c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 29 deletions.
54 changes: 26 additions & 28 deletions base.ts
Original file line number Diff line number Diff line change
@@ -1,44 +1,42 @@
export const base = {
light: {
background: {
1: '#bfbfbf',
2: '#f0f0f0',
3: '#fcfcfc',
4: '#ffffff'
surface: {
subtle: '#fcfcfc',
default: '#ffffff',
disabled: '#bfbfbf'
},
outline: {
1: '#e4e4e7',
2: '#d9d9d9',
3: '#050505'
default: '#e4e4e7',
disabled: '#d9d9d9',
darker: '#050505'
},
content: {
1: '#a1a1aa',
2: '#71717a',
3: '#6b7280',
4: '#3f3f46',
5: '#1f1f1f',
6: '#000000'
title: '#000000',
body: '#3f3f46',
subtitle: '#6b7280',
caption: '#1f1f1f',
negative: '#ffffff',
disabled: '#a1a1aa'
}
},
dark: {
background: {
1: '#a1a1aa',
2: '#71717a',
3: '#040404',
4: '#000000'
surface: {
subtle: '#1F1F1F',
default: '#141414',
disabled: '#434343'
},
outline: {
1: '#71717a',
2: '#6b7280',
3: '#FDFDFD'
default: '#595959',
disabled: '#434343',
darker: '#D9D9D9'
},
content: {
1: '#a1a1aa',
2: '#d9d9d9',
3: '#bfbfbf',
4: '#f0f0f0',
5: '#fcfcfc',
6: '#ffffff'
title: '#FFFFFF',
body: '#FAFAFA',
subtitle: '#F0F0F0',
caption: '#8C8C8C',
negative: '#000000',
disabled: '#434343'
}
}
} as const;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/ui-tokens",
"description": "Eduzz UI Tokens",
"version": "1.1.0",
"version": "1.2.2",
"keywords": [
"eduzz",
"tokens"
Expand Down

0 comments on commit df99a9c

Please sign in to comment.