Skip to content

Commit

Permalink
feat: create tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mariannuar authored and github-actions[bot] committed Aug 12, 2024
1 parent 75cda0a commit d4464c4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 48 deletions.
20 changes: 10 additions & 10 deletions src/components/tokens/_tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Mon, 12 Aug 2024 16:47:58 GMT
* Generated on Mon, 12 Aug 2024 17:38:58 GMT
*/

:root {
Expand Down Expand Up @@ -148,15 +148,15 @@
--breadcrumb-text-hover: #192125;
--block-quote-padding-x: 2rem;
--block-quote-padding-y: 0.5rem;
--background-default: #ffffff;
--background-light: #9ce1ff;
--background-dark: #006089;
--heading-default: #0080b7;
--heading-light: #9ce1ff;
--heading-dark: #006089;
--icon-default: #0080b7;
--icon-dark: #00405b;
--icon-light: #9ce1ff;
--announcement-background-default: #ffffff;
--announcement-background-light: #9ce1ff;
--announcement-background-dark: #006089;
--announcement-heading-default: #0080b7;
--announcement-heading-light: #9ce1ff;
--announcement-heading-dark: #006089;
--announcement-icon-default: #0080b7;
--announcement-icon-dark: #00405b;
--announcement-icon-light: #9ce1ff;
--accordion-header: [object Object];
--accordion-p: [object Object];
--accordion-color-body: #00202e;
Expand Down
78 changes: 40 additions & 38 deletions src/tokens/transformed.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -764,46 +764,48 @@
}
}
},
"background": {
"default": {
"value": "#ffffff",
"type": "color"
},
"light": {
"value": "#9ce1ff",
"type": "color"
},
"dark": {
"value": "#006089",
"type": "color"
}
},
"heading": {
"default": {
"value": "#0080b7",
"type": "color"
},
"light": {
"value": "#9ce1ff",
"type": "color"
},
"dark": {
"value": "#006089",
"type": "color"
}
},
"icon": {
"default": {
"value": "#0080b7",
"type": "color"
"announcement": {
"background": {
"default": {
"value": "#ffffff",
"type": "color"
},
"light": {
"value": "#9ce1ff",
"type": "color"
},
"dark": {
"value": "#006089",
"type": "color"
}
},
"dark": {
"value": "#00405b",
"type": "color"
"heading": {
"default": {
"value": "#0080b7",
"type": "color"
},
"light": {
"value": "#9ce1ff",
"type": "color"
},
"dark": {
"value": "#006089",
"type": "color"
}
},
"light": {
"value": "#9ce1ff",
"type": "color"
"icon": {
"default": {
"value": "#0080b7",
"type": "color"
},
"dark": {
"value": "#00405b",
"type": "color"
},
"light": {
"value": "#9ce1ff",
"type": "color"
}
}
},
"accordion": {
Expand Down

0 comments on commit d4464c4

Please sign in to comment.