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 16, 2024
1 parent f327b3b commit 112fdea
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 11 deletions.
13 changes: 10 additions & 3 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 17:38:58 GMT
* Generated on Fri, 16 Aug 2024 16:34:06 GMT
*/

:root {
Expand All @@ -11,6 +11,12 @@
--text-field-border-width: 1px;
--text-field-radius: 0.625rem;
--text-field-border: [object Object];
--footer-background-default: #006089;
--footer-background-light: #ffffff;
--footer-heading-default: #9ce1ff;
--footer-heading-dark: #0080b7;
--footer-icon-default: #9ce1ff;
--footer-icon-dark: #0080b7;
--tabs-color-bg-default: #ffffff;
--tabs-color-bg-active: #ffffff;
--tabs-color-bg-hover: #ffffff;
Expand Down Expand Up @@ -388,8 +394,9 @@
--token-set-order-17: components/status;
--token-set-order-18: components/table;
--token-set-order-19: components/tabs;
--token-set-order-20: components/textField;
--token-set-order-21: storybook;
--token-set-order-20: components/footer;
--token-set-order-21: components/textField;
--token-set-order-22: storybook;
--emulsify-ui-kit-full: [object Object];
--emulsify-global: [object Object];
--emulsify-semantic: [object Object];
Expand Down
59 changes: 51 additions & 8 deletions src/tokens/transformed.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,38 @@
"type": "border"
}
},
"footer": {
"background": {
"default": {
"value": "#006089",
"type": "color"
},
"light": {
"value": "#ffffff",
"type": "color"
}
},
"heading": {
"default": {
"value": "#9ce1ff",
"type": "color"
},
"dark": {
"value": "#0080b7",
"type": "color"
}
},
"icon": {
"default": {
"value": "#9ce1ff",
"type": "color"
},
"dark": {
"value": "#0080b7",
"type": "color"
}
}
},
"tabs": {
"color": {
"bg": {
Expand Down Expand Up @@ -2432,10 +2464,14 @@
"type": "other"
},
"20": {
"value": "components/textField",
"value": "components/footer",
"type": "other"
},
"21": {
"value": "components/textField",
"type": "other"
},
"22": {
"value": "storybook",
"type": "other"
}
Expand Down Expand Up @@ -2676,7 +2712,8 @@
"components/table": "enabled",
"components/tabs": "enabled",
"components/textField": "enabled",
"semantic": "enabled"
"semantic": "enabled",
"components/footer": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:23237:16908",
"$figmaModeId": "23237:10",
Expand Down Expand Up @@ -2865,7 +2902,8 @@
"id": "0a5c4562bd35f00ce8a339239980a3842147c0bd",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"global": "enabled"
"global": "enabled",
"components/footer": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:23237:17089",
"$figmaModeId": "23237:11",
Expand Down Expand Up @@ -2918,7 +2956,8 @@
"id": "ca91148967a5dcc80f7e50f6ccfe35b30efd5f2f",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"semantic": "enabled"
"semantic": "enabled",
"components/footer": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:23237:17133",
"$figmaModeId": "23237:12",
Expand All @@ -2941,7 +2980,8 @@
"id": "16a10d373d39988a75c7d612cd449a633f373c44",
"$figmaStyleReferences": {},
"selectedTokenSets": {
"storybook": "source"
"storybook": "source",
"components/footer": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:23237:17144",
"$figmaModeId": "23237:13",
Expand Down Expand Up @@ -2970,7 +3010,8 @@
"components/status": "enabled",
"components/table": "enabled",
"components/tabs": "enabled",
"components/textField": "enabled"
"components/textField": "enabled",
"components/footer": "disabled"
},
"$figmaCollectionId": "VariableCollectionId:23237:17145",
"$figmaModeId": "23237:14",
Expand Down Expand Up @@ -3124,7 +3165,8 @@
"components/table": "enabled",
"components/tabs": "enabled",
"components/textField": "enabled",
"semantic": "enabled"
"semantic": "enabled",
"components/footer": "disabled"
},
"group": "WUP",
"type": "other",
Expand Down Expand Up @@ -3152,7 +3194,8 @@
"components/status": "enabled",
"components/table": "enabled",
"components/tabs": "enabled",
"components/textField": "enabled"
"components/textField": "enabled",
"components/footer": "disabled"
},
"group": "WUP",
"type": "other",
Expand Down

0 comments on commit 112fdea

Please sign in to comment.