Skip to content

Commit

Permalink
refactor(tokens): update tokens to correct hex codes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 authored and jordanjones243 committed May 15, 2024
1 parent 8838dc7 commit 88b6cb9
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 220 deletions.
3 changes: 2 additions & 1 deletion scripts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"destination": "CSSCustomProperties.css",
"format": "css/variables",
"filter": {
"public": true
"public": true,
"deprecated": false
}
}
]
Expand Down
86 changes: 43 additions & 43 deletions src/color/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,56 @@
"color": {
"base": {
"white": {
"value": "ffffff",
"value": "#ffffff",
"comment": "{comments.color.base.value.comment}",
"public": true,
"deprecated": true
},
"white-opacity-50": {
"value": "ffffff80",
"value": "#ffffff80",
"comment": "white @ 50%",
"public": true,
"opacity": true,
"deprecated": true
},
"white-opacity-40": {
"value": "ffffff66",
"value": "#ffffff66",
"comment": "white @ 40%",
"public": true,
"opacity": true,
"deprecated": true
},
"white-opacity-0": {
"value": "ffffff00",
"value": "#ffffff00",
"comment": "white @ 0%",
"public": true,
"opacity": true,
"deprecated": true
},
"black": {
"value": "000000",
"value": "#000000",
"comment": "{comments.color.base.value.comment}",
"public": true,
"deprecated": true
},
"black-opacity-15": {
"value": "00000026",
"value": "#00000026",
"comment": "black @ 15%",
"public": true,
"opacity": true,
"deprecated": true
},
"neutral": {
"400": {
"value": "9fabbb",
"value": "#9fabbb",
"public": false,
"deprecated": true,
"version": "3.1.0",
"reference": "color-brand-neutral-400",
"comment": "{comments.reference.comment} color-brand-neutral-400"
},
"500": {
"value": "626b79",
"value": "#626b79",
"public": false,
"deprecated": true,
"version": "3.1.0",
Expand All @@ -61,7 +61,7 @@
},
"grey": {
"100": {
"value": "f8f8f8",
"value": "#f8f8f8",
"version": "3.1.0",
"public": false,
"neutral": true,
Expand All @@ -72,7 +72,7 @@
"comment": "{comments.reference.comment} color-brand-grey-100"
},
"200": {
"value": "dbdbdb",
"value": "#dbdbdb",
"public": false,
"neutral": true,
"usage": "Neutral accent",
Expand All @@ -83,7 +83,7 @@
"comment": "{comments.reference.comment} color-brand-grey-200"
},
"500": {
"value": "222222",
"value": "#222222",
"public": false,
"neutral": true,
"usage": "Neutral accent",
Expand All @@ -98,31 +98,31 @@
"state": {
"error": {
"100": {
"value": "ff999b",
"value": "#ff999b",
"public": true,
"deprecated": true
},
"500": {
"value": "df0b37",
"value": "#df0b37",
"public": true,
"deprecated": true
}
},
"success": {
"100": {
"value": "69cf96",
"value": "#69cf96",
"public": true,
"deprecated": true
},
"500": {
"value": "00805d",
"value": "#00805d",
"public": true,
"deprecated": true
}
},
"warning": {
"500": {
"value": "de750c",
"value": "#de750c",
"public": true,
"deprecated": true
}
Expand All @@ -132,7 +132,7 @@
"base": {
"white": {
"3": {
"value": "ffffff08",
"value": "#ffffff08",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -141,7 +141,7 @@
"deprecated": false
},
"6": {
"value": "ffffff0f",
"value": "#ffffff0f",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -150,7 +150,7 @@
"deprecated": false
},
"12": {
"value": "ffffff1f",
"value": "#ffffff1f",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -159,7 +159,7 @@
"deprecated": false
},
"25": {
"value": "ffffff40",
"value": "#ffffff40",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -168,7 +168,7 @@
"deprecated": false
},
"50": {
"value": "ffffff80",
"value": "#ffffff80",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -177,7 +177,7 @@
"deprecated": false
},
"100": {
"value": "ffffffff",
"value": "#ffffffff",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -188,7 +188,7 @@
},
"black": {
"3": {
"value": "00000008",
"value": "#00000008",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -197,7 +197,7 @@
"deprecated": false
},
"6": {
"value": "0000000f",
"value": "#0000000f",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -206,7 +206,7 @@
"deprecated": false
},
"12": {
"value": "0000001f",
"value": "#0000001f",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -215,7 +215,7 @@
"deprecated": false
},
"25": {
"value": "00000040",
"value": "#00000040",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -224,7 +224,7 @@
"deprecated": false
},
"50": {
"value": "00000080",
"value": "#00000080",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -233,7 +233,7 @@
"deprecated": false
},
"100": {
"value": "000000ff",
"value": "#000000ff",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -244,7 +244,7 @@
},
"success": {
"100": {
"value": "eff9f3",
"value": "#eff9f3",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -253,7 +253,7 @@
"deprecated": false
},
"200": {
"value": "7ecd9b",
"value": "#7ecd9b",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -262,7 +262,7 @@
"deprecated": false
},
"300": {
"value": "00a04a",
"value": "#00a04a",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -271,7 +271,7 @@
"deprecated": false
},
"400": {
"value": "006b30",
"value": "#006b30",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -280,7 +280,7 @@
"deprecated": false
},
"500": {
"value": "003d1e",
"value": "#003d1e",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -291,7 +291,7 @@
},
"error": {
"100": {
"value": "fff4f4",
"value": "#fff4f4",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -300,7 +300,7 @@
"deprecated": false
},
"200": {
"value": "f9aca6",
"value": "#f9aca6",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -309,7 +309,7 @@
"deprecated": false
},
"300": {
"value": "f16359",
"value": "#f16359",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -318,7 +318,7 @@
"deprecated": false
},
"400": {
"value": "cc1816",
"value": "#cc1816",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -327,7 +327,7 @@
"deprecated": false
},
"500": {
"value": "74110e",
"value": "#74110e",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -338,7 +338,7 @@
},
"warning": {
"100": {
"value": "fef8e9",
"value": "#fef8e9",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -347,7 +347,7 @@
"deprecated": false
},
"200": {
"value": "f2c153",
"value": "#f2c153",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -356,7 +356,7 @@
"deprecated": false
},
"300": {
"value": "c49432",
"value": "#c49432",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -365,7 +365,7 @@
"deprecated": false
},
"400": {
"value": "8e6b22",
"value": "#8e6b22",
"comment": "",
"public": true,
"neutral": true,
Expand All @@ -374,7 +374,7 @@
"deprecated": false
},
"500": {
"value": "5d4514",
"value": "#5d4514",
"comment": "",
"public": true,
"neutral": true,
Expand Down
Loading

0 comments on commit 88b6cb9

Please sign in to comment.