diff --git a/tokens/campaign-test1-theme.json b/tokens/campaign-test1-theme.json index 475a367..3a814b1 100644 --- a/tokens/campaign-test1-theme.json +++ b/tokens/campaign-test1-theme.json @@ -3,7 +3,7 @@ "color": { "brand": { "first": { - "value": "{color.zeusPurple.500}", + "value": "{color.liliacViolet.700}", "type": "color" }, "second": { @@ -11,11 +11,11 @@ "type": "color" }, "third": { - "value": "{color.fancyFuchsiaPink.500}", + "value": "{color.iridiumBlue.500}", "type": "color" }, "fourth": { - "value": "{color.grilledCheeseYellow.500}", + "value": "{color.sixteenMillionPink.500}", "type": "color" } }, diff --git a/tokens/qgds.json b/tokens/qgds.json index 22b4deb..6c37774 100644 --- a/tokens/qgds.json +++ b/tokens/qgds.json @@ -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" + } } } } \ No newline at end of file