Skip to content

Commit

Permalink
new brand colours
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroportella committed Dec 18, 2024
1 parent 01f4dce commit 5496d4f
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 24 deletions.
6 changes: 3 additions & 3 deletions tokens/campaign-test1-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"color": {
"brand": {
"first": {
"value": "{color.zeusPurple.500}",
"value": "{color.liliacViolet.700}",
"type": "color"
},
"second": {
"value": "{color.tarnishedSilver.800}",
"type": "color"
},
"third": {
"value": "{color.fancyFuchsiaPink.500}",
"value": "{color.iridiumBlue.500}",
"type": "color"
},
"fourth": {
"value": "{color.grilledCheeseYellow.500}",
"value": "{color.sixteenMillionPink.500}",
"type": "color"
}
},
Expand Down
105 changes: 84 additions & 21 deletions tokens/qgds.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,32 +102,95 @@
},
"fontSizeMap": {
"mobile": {
"xs": {"value": "{fontSizeRaw.mobile.xs}", "type": "fontSizeMap"},
"sm": {"value": "{fontSizeRaw.mobile.sm}", "type": "fontSizeMap"},
"md": {"value": "{fontSizeRaw.mobile.md}", "type": "fontSizeMap"},
"lg": {"value": "{fontSizeRaw.mobile.lg}", "type": "fontSizeMap"},
"xl": {"value": "{fontSizeRaw.mobile.xl}", "type": "fontSizeMap"},
"xxl": {"value": "{fontSizeRaw.mobile.xxl}", "type": "fontSizeMap"},
"xxxl": {"value": "{fontSizeRaw.mobile.xxxl}", "type": "fontSizeMap"},
"xxxxl": {"value": "{fontSizeRaw.mobile.xxxxl}", "type": "fontSizeMap"}
"xs": {
"value": "{fontSizeRaw.mobile.xs}",
"type": "fontSizeMap"
},
"sm": {
"value": "{fontSizeRaw.mobile.sm}",
"type": "fontSizeMap"
},
"md": {
"value": "{fontSizeRaw.mobile.md}",
"type": "fontSizeMap"
},
"lg": {
"value": "{fontSizeRaw.mobile.lg}",
"type": "fontSizeMap"
},
"xl": {
"value": "{fontSizeRaw.mobile.xl}",
"type": "fontSizeMap"
},
"xxl": {
"value": "{fontSizeRaw.mobile.xxl}",
"type": "fontSizeMap"
},
"xxxl": {
"value": "{fontSizeRaw.mobile.xxxl}",
"type": "fontSizeMap"
},
"xxxxl": {
"value": "{fontSizeRaw.mobile.xxxxl}",
"type": "fontSizeMap"
}
},
"desktop": {
"xs": {"value": "{fontSizeRaw.desktop.xs}", "type": "fontSizeMap"},
"sm": {"value": "{fontSizeRaw.desktop.sm}", "type": "fontSizeMap"},
"md": {"value": "{fontSizeRaw.desktop.md}", "type": "fontSizeMap"},
"lg": {"value": "{fontSizeRaw.desktop.lg}", "type": "fontSizeMap"},
"xl": {"value": "{fontSizeRaw.desktop.xl}", "type": "fontSizeMap"},
"xxl": {"value": "{fontSizeRaw.desktop.xxl}", "type": "fontSizeMap"},
"xxxl": {"value": "{fontSizeRaw.desktop.xxxl}", "type": "fontSizeMap"},
"xxxxl": {"value": "{fontSizeRaw.desktop.xxxxl}", "type": "fontSizeMap"}
"xs": {
"value": "{fontSizeRaw.desktop.xs}",
"type": "fontSizeMap"
},
"sm": {
"value": "{fontSizeRaw.desktop.sm}",
"type": "fontSizeMap"
},
"md": {
"value": "{fontSizeRaw.desktop.md}",
"type": "fontSizeMap"
},
"lg": {
"value": "{fontSizeRaw.desktop.lg}",
"type": "fontSizeMap"
},
"xl": {
"value": "{fontSizeRaw.desktop.xl}",
"type": "fontSizeMap"
},
"xxl": {
"value": "{fontSizeRaw.desktop.xxl}",
"type": "fontSizeMap"
},
"xxxl": {
"value": "{fontSizeRaw.desktop.xxxl}",
"type": "fontSizeMap"
},
"xxxxl": {
"value": "{fontSizeRaw.desktop.xxxxl}",
"type": "fontSizeMap"
}
}
},
"mediaQuery": {
"sm": {"value": "400px", "type": "mediaQuery"},
"md": {"value": "699px", "type": "mediaQuery"},
"lg": {"value": "992px", "type": "mediaQuery"},
"xl": {"value": "1312px", "type": "mediaQuery"},
"xxl": {"value": "1599px", "type": "mediaQuery"}
"sm": {
"value": "400px",
"type": "mediaQuery"
},
"md": {
"value": "699px",
"type": "mediaQuery"
},
"lg": {
"value": "992px",
"type": "mediaQuery"
},
"xl": {
"value": "1312px",
"type": "mediaQuery"
},
"xxl": {
"value": "1599px",
"type": "mediaQuery"
}
}
}
}

0 comments on commit 5496d4f

Please sign in to comment.