Skip to content

Commit

Permalink
kebab case change
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-lindsay authored Dec 1, 2023
1 parent 2f44165 commit 45b16ee
Show file tree
Hide file tree
Showing 5 changed files with 574 additions and 574 deletions.
56 changes: 28 additions & 28 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
"type": "color",
"description": "error"
},
"errorBackground": {
"error-background": {
"value": "#fdf2f2",
"type": "color"
},
"warning": {
"value": "#ef8200",
"type": "color"
},
"warningBackground": {
"warning-background": {
"value": "#fcf6f2",
"type": "color"
},
"info": {
"value": "#0072b8",
"type": "color"
},
"infoBackground": {
"info-background": {
"value": "#f4f9fd",
"type": "color"
},
"success": {
"value": "#007d00",
"type": "color"
},
"successBackground": {
"success-background": {
"value": "#f2f9f2",
"type": "color"
}
Expand All @@ -45,52 +45,52 @@
"value": "0px",
"type": "dimension"
},
"XXS": {
"value": "{dimension.M}/8",
"xxs": {
"value": "{dimension.m}/8",
"type": "dimension"
},
"XS": {
"value": "{dimension.S}/2",
"xs": {
"value": "{dimension.s}/2",
"type": "dimension"
},
"S": {
"s": {
"value": "8px",
"type": "dimension"
},
"S-M": {
"s-m": {
"value": "12px",
"type": "dimension"
},
"M": {
"m": {
"value": "16px",
"type": "dimension"
},
"L": {
"value": "{dimension.S} * 3",
"l": {
"value": "{dimension.s} * 3",
"type": "dimension"
},
"XL": {
"xl": {
"value": "32px",
"type": "dimension"
},
"XXL": {
"xxl": {
"value": "40px",
"type": "dimension"
},
"XXXL": {
"xxxl": {
"value": "48px",
"type": "dimension"
},
"4XL": {
"4xl": {
"value": "56px",
"type": "dimension"
},
"5XL": {
"5xl": {
"value": "64px",
"type": "dimension"
}
},
"colorCalc": {
"color-calc": {
"saturation": {
"s700": {
"value": "15%",
Expand Down Expand Up @@ -122,40 +122,40 @@
}
},
"lightness": {
"L700": {
"l700": {
"value": "22%",
"type": "number"
},
"L600": {
"l600": {
"value": "30%",
"type": "number"
},
"L500": {
"l500": {
"value": "39%",
"type": "number"
},
"L400": {
"l400": {
"value": "73%",
"type": "number"
},
"L300": {
"l300": {
"value": "87%",
"type": "number"
},
"L200": {
"l200": {
"value": "93%",
"type": "number"
},
"L100": {
"l100": {
"value": "97%",
"type": "number"
}
}
},
"font-family": {
"brand": {
"value": "Precision Sans W",
"type": "fontFamilies"
"value": "precision sans w",
"type": "font-families"
}
}
}
Loading

0 comments on commit 45b16ee

Please sign in to comment.