From c7252bfec5f6033cd13f0d6163a6a4c7011382da Mon Sep 17 00:00:00 2001 From: Stephanie Zeng Date: Mon, 22 Apr 2024 08:34:50 -0400 Subject: [PATCH] fix: update images for saddles small image text item --- libs/foundations/1.json | 6589 ++++++++++++++++++++++++++++++++++ libs/foundations/tokens.json | 12 +- 2 files changed, 6595 insertions(+), 6 deletions(-) create mode 100644 libs/foundations/1.json diff --git a/libs/foundations/1.json b/libs/foundations/1.json new file mode 100644 index 0000000..7392942 --- /dev/null +++ b/libs/foundations/1.json @@ -0,0 +1,6589 @@ +{ + "core": { + "core": { + "color": { + "red": { + "50": { + "value": "#FDE7E2", + "type": "color" + }, + "100": { + "value": "#FFCBC0", + "type": "color" + }, + "200": { + "value": "#F7856E", + "type": "color" + }, + "300": { + "value": "#F67055", + "type": "color" + }, + "400": { + "value": "#F65836", + "type": "color" + }, + "500": { + "value": "#D44527", + "type": "color" + }, + "600": { + "value": "#A3331A", + "type": "color" + }, + "700": { + "value": "#772513", + "type": "color" + }, + "800": { + "value": "#581C0E", + "type": "color" + }, + "900": { + "value": "#351008", + "type": "color" + } + }, + "neutral": { + "50": { + "value": "#FFFFFF", + "type": "color" + }, + "100": { + "value": "#FAFAFA", + "type": "color" + }, + "200": { + "value": "#F1F3F4", + "type": "color" + }, + "300": { + "value": "#EDEDED", + "type": "color" + }, + "400": { + "value": "#D9D9D9", + "type": "color" + }, + "500": { + "value": "#CCCCCC", + "type": "color" + }, + "600": { + "value": "#A6A6A6", + "type": "color" + }, + "700": { + "value": "#656565", + "type": "color" + }, + "800": { + "value": "#4D4D4D", + "type": "color" + }, + "900": { + "value": "#262626", + "type": "color" + } + }, + "green": { + "50": { + "value": "#D9E2CC", + "type": "color" + }, + "100": { + "value": "#B2CBA3", + "type": "color" + }, + "200": { + "value": "#82B37A", + "type": "color" + }, + "300": { + "value": "#529A55", + "type": "color" + }, + "400": { + "value": "#2A8042", + "type": "color" + }, + "500": { + "value": "#036635", + "type": "color" + }, + "600": { + "value": "#015B2E", + "type": "color" + }, + "700": { + "value": "#004F28", + "type": "color" + }, + "800": { + "value": "#004321", + "type": "color" + }, + "900": { + "value": "#00371B", + "type": "color" + } + }, + "orange": { + "50": { + "value": "#FFEF8C", + "type": "color" + }, + "100": { + "value": "#FFDF70", + "type": "color" + }, + "200": { + "value": "#FFCD54", + "type": "color" + }, + "300": { + "value": "#FFB738", + "type": "color" + }, + "400": { + "value": "#FF9E1C", + "type": "color" + }, + "500": { + "value": "#FF8300", + "type": "color" + }, + "600": { + "value": "#DF7300", + "type": "color" + }, + "700": { + "value": "#BF6200", + "type": "color" + }, + "800": { + "value": "#9F5200", + "type": "color" + }, + "900": { + "value": "#804200", + "type": "color" + } + }, + "blue": { + "50": { + "value": "#BFD9FF", + "type": "color" + }, + "100": { + "value": "#99C8FF", + "type": "color" + }, + "200": { + "value": "#73BCFE", + "type": "color" + }, + "300": { + "value": "#4DB4FA", + "type": "color" + }, + "400": { + "value": "#26AEF5", + "type": "color" + }, + "500": { + "value": "#00ACEE", + "type": "color" + }, + "600": { + "value": "#0097D0", + "type": "color" + }, + "700": { + "value": "#0081B3", + "type": "color" + }, + "800": { + "value": "#006C95", + "type": "color" + }, + "900": { + "value": "#005677", + "type": "color" + } + }, + "none": { + "value": "rgba(0,0,0,0)", + "type": "color" + } + }, + "borderRadius": { + "2": { + "value": "2px", + "type": "borderRadius" + }, + "4": { + "value": "4px", + "type": "borderRadius" + }, + "8": { + "value": "8px", + "type": "borderRadius" + }, + "16": { + "value": "16px", + "type": "borderRadius" + }, + "24": { + "value": "24px", + "type": "borderRadius" + }, + "32": { + "value": "32px", + "type": "borderRadius" + }, + "36": { + "value": "36px", + "type": "borderRadius" + }, + "none": { + "value": "0px", + "type": "borderRadius" + }, + "max": { + "value": "300px", + "type": "borderRadius" + } + }, + "shadow": { + "0": { + "value": { + "x": "0", + "y": "0", + "blur": "0", + "spread": "0", + "color": "#000000", + "type": "dropShadow" + }, + "type": "boxShadow" + }, + "50": { + "value": [ + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "1", + "blur": "3", + "spread": "0" + }, + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "0", + "blur": "1", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "100": { + "value": [ + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "2", + "blur": "4", + "spread": "0" + }, + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "0", + "blur": "1", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "200": { + "value": [ + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "4", + "blur": "8", + "spread": "0" + }, + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "0", + "blur": "1", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "300": { + "value": [ + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "8", + "blur": "16", + "spread": "0" + }, + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "0", + "blur": "1", + "spread": "0" + } + ], + "type": "boxShadow" + }, + "400": { + "value": [ + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "16", + "blur": "24", + "spread": "0" + }, + { + "color": "rgba(38,38,38,0.1)", + "type": "dropShadow", + "x": "0", + "y": "0", + "blur": "1", + "spread": "0" + } + ], + "type": "boxShadow" + } + }, + "opacity": { + "25percent": { + "value": "25%", + "type": "opacity" + }, + "35percent": { + "value": "35%", + "type": "opacity" + }, + "65percent": { + "value": "65%", + "type": "opacity" + }, + "90percent": { + "value": "90%", + "type": "opacity" + } + }, + "fontFamilies": { + "riforma-ll": { + "value": "Riforma LL", + "type": "fontFamilies" + }, + "ebGaramond": { + "value": "EB Garamond", + "type": "fontFamilies" + }, + "publicSans": { + "value": "Public Sans", + "type": "fontFamilies" + }, + "dancingScript": { + "value": "Dancing Script", + "type": "fontFamilies" + } + }, + "lineHeights": { + "100percent": { + "value": "100%", + "type": "lineHeights" + }, + "150percent": { + "value": "150%", + "type": "lineHeights" + } + }, + "fontWeights": { + "light": { + "value": "Light", + "type": "fontWeights" + }, + "regular": { + "value": "Regular", + "type": "fontWeights" + }, + "medium": { + "value": "Medium", + "type": "fontWeights" + }, + "bold": { + "value": "Bold", + "type": "fontWeights" + } + }, + "fontSize": { + "14": { + "value": "14px", + "type": "fontSizes" + }, + "18": { + "value": "18px", + "type": "fontSizes" + }, + "20": { + "value": "20px", + "type": "fontSizes" + }, + "24": { + "value": "24px", + "type": "fontSizes" + }, + "36": { + "value": "36px", + "type": "fontSizes" + }, + "40": { + "value": "40px", + "type": "fontSizes" + }, + "64": { + "value": "64px", + "type": "fontSizes" + }, + "80": { + "value": "80px", + "type": "fontSizes" + }, + "16-base": { + "value": "16px", + "type": "fontSizes" + } + }, + "letterSpacing": { + "neg1percent": { + "value": "-1%", + "type": "letterSpacing" + }, + "none": { + "value": "0%", + "type": "letterSpacing" + }, + "1percent": { + "value": "1%", + "type": "letterSpacing" + } + }, + "paragraphSpacing": { + "0": { + "value": "0", + "type": "paragraphSpacing" + } + }, + "textCase": { + "none": { + "value": "none", + "type": "textCase" + } + }, + "textDecoration": { + "none": { + "value": "none", + "type": "textDecoration" + }, + "underline": { + "value": "underline", + "type": "textDecoration" + } + }, + "spacing": { + "0": { + "value": "0px", + "type": "spacing" + }, + "2": { + "value": "2px", + "type": "spacing" + }, + "4": { + "value": "4px", + "type": "spacing" + }, + "8": { + "value": "8px", + "type": "spacing" + }, + "12": { + "value": "12px", + "type": "spacing" + }, + "16": { + "value": "16px", + "type": "spacing" + }, + "20": { + "value": "20px", + "type": "spacing" + }, + "24": { + "value": "24px", + "type": "spacing" + }, + "32": { + "value": "32px", + "type": "spacing" + }, + "40": { + "value": "40px", + "type": "spacing" + }, + "48": { + "value": "48px", + "type": "spacing" + }, + "64": { + "value": "64px", + "type": "spacing" + }, + "72": { + "value": "72px", + "type": "spacing" + }, + "80": { + "value": "80px", + "type": "spacing" + }, + "104": { + "value": "104px", + "type": "spacing" + }, + "180": { + "value": "180px", + "type": "spacing" + }, + "240": { + "value": "240px", + "type": "spacing" + }, + "auto": { + "value": "auto", + "type": "spacing" + }, + "854percent": { + "value": "8.54%", + "type": "spacing" + } + }, + "typography": { + "photostop": { + "desktop": { + "heading": { + "xxl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.64}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.40}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.36}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xs": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "link": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + } + }, + "btn": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + } + }, + "tablet": { + "heading": { + "xxl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.64}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.40}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.36}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xs": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "link": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + } + }, + "btn": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + } + }, + "mobile": { + "heading": { + "xxl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.40}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.36}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xs": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "link": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + } + }, + "btn": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.riforma-ll}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + } + } + }, + "saddles": { + "desktop": { + "heading": { + "xxl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.80}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.40}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.36}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xs": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.dancingScript}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "link": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + } + }, + "btn": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + } + }, + "tablet": { + "heading": { + "xxl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.64}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.40}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.36}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xs": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "link": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + } + }, + "btn": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + } + }, + "mobile": { + "heading": { + "xxl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.40}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.36}", + "letterSpacing": "{core.letterSpacing.neg1percent}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "lg": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.bold}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xs": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.24}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "body": { + "xl": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.20}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + }, + "xsm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + }, + "link": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.regular}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.18}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + }, + "sm": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.100percent}", + "fontSize": "{core.fontSize.14}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.underline}" + }, + "type": "typography" + } + }, + "btn": { + "md": { + "value": { + "fontFamily": "{core.fontFamilies.ebGaramond}", + "fontWeight": "{core.fontWeights.medium}", + "lineHeight": "{core.lineHeights.150percent}", + "fontSize": "{core.fontSize.16-base}", + "letterSpacing": "{core.letterSpacing.none}", + "paragraphSpacing": "{core.paragraphSpacing.0}", + "paragraphIndent": "", + "textCase": "{core.textCase.none}", + "textDecoration": "{core.textDecoration.none}" + }, + "type": "typography" + } + } + } + } + }, + "sizing": { + "3": { + "value": "3px", + "type": "sizing" + }, + "16": { + "value": "16px", + "type": "sizing" + }, + "24": { + "value": "24px", + "type": "sizing" + }, + "32": { + "value": "32px", + "type": "sizing" + }, + "64": { + "value": "64px", + "type": "sizing" + }, + "width": { + "fill-parent": { + "value": "fill-parent", + "type": "sizing" + }, + "hug-contents": { + "value": "hug-contents", + "type": "sizing" + } + }, + "height": { + "fill-parent": { + "value": "fill-parent", + "type": "sizing" + }, + "hug-contents": { + "value": "hug-contents", + "type": "sizing" + } + } + }, + "borderWidth": { + "1": { + "value": "1px", + "type": "borderWidth" + }, + "2": { + "value": "2px", + "type": "borderWidth" + }, + "3": { + "value": "3px", + "type": "borderWidth" + }, + "4": { + "value": "4px", + "type": "borderWidth" + }, + "5": { + "value": "5px", + "type": "borderWidth" + }, + "none": { + "value": "0px", + "type": "borderWidth" + } + }, + "direction": { + "vertical": { + "value": "vertical", + "type": "other" + }, + "horizontal": { + "value": "horizontal", + "type": "other" + } + }, + "alignment": { + "topRight": { + "value": "topRight", + "type": "other" + }, + "top": { + "value": "top", + "type": "other" + }, + "topLeft": { + "value": "topLeft", + "type": "other" + }, + "left": { + "value": "left", + "type": "other" + }, + "center": { + "value": "center", + "type": "other" + }, + "right": { + "value": "right", + "type": "other" + }, + "bottomLeft": { + "value": "bottomLeft", + "type": "other" + }, + "bottom": { + "value": "bottom", + "type": "other" + }, + "bottomRight": { + "value": "bottomRight", + "type": "other" + } + }, + "verticalConstraint": { + "left": { + "value": "left", + "type": "other" + }, + "right": { + "value": "right", + "type": "other" + }, + "leftRight": { + "value": "leftRight", + "type": "other" + }, + "center": { + "value": "center", + "type": "other" + }, + "scale": { + "value": "scale", + "type": "other" + } + }, + "horizontalConstraint": { + "top": { + "value": "top", + "type": "other" + }, + "bottom": { + "value": "bottom", + "type": "other" + }, + "topBottom": { + "value": "topBottom", + "type": "other" + }, + "center": { + "value": "center", + "type": "other" + }, + "scale": { + "value": "scale", + "type": "other" + } + } + } + }, + "Brand/PhotoStop": { + "semantic": { + "color": { + "light": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "hover": { + "foregroundOnNoBackground": { + "value": "{core.color.red.500}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.red.500}", + "type": "color" + }, + "border": { + "value": "{core.color.red.500}", + "type": "color" + } + }, + "active": { + "foregroundOnNoBackground": { + "value": "{core.color.red.600}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.red.600}", + "type": "color" + }, + "border": { + "value": "{core.color.red.600}", + "type": "color" + } + }, + "disabled": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.neutral.500}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "background": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "eyebrow": { + "value": "{core.color.neutral.800}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "body": { + "value": "{core.color.neutral.700}", + "type": "color" + } + }, + "navigation": { + "default": { + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "hover": { + "primaryForeground": { + "value": "{core.color.red.500}", + "type": "color" + } + }, + "selected": { + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryAccent": { + "value": "{core.color.red.500}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "none": { + "value": "{core.color.none}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{core.color.neutral.50}", + "type": "color" + } + } + }, + "dark": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "hover": { + "foregroundOnNoBackground": { + "value": "{core.color.red.500}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.red.500}", + "type": "color" + }, + "border": { + "value": "{core.color.red.500}", + "type": "color" + } + }, + "active": { + "foregroundOnNoBackground": { + "value": "{core.color.red.600}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.red.600}", + "type": "color" + }, + "border": { + "value": "{core.color.red.600}", + "type": "color" + } + }, + "disabled": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.none}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.neutral.500}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "background": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "eyebrow": { + "value": "{core.color.neutral.200}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "body": { + "value": "{core.color.neutral.300}", + "type": "color" + } + }, + "navigation": { + "default": { + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "hover": { + "primaryForeground": { + "value": "{core.color.red.400}", + "type": "color" + } + }, + "selected": { + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryAccent": { + "value": "{core.color.red.400}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.neutral.800}", + "type": "color" + }, + "none": { + "value": "{core.color.none}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{core.color.neutral.900}", + "type": "color" + } + } + } + }, + "spacing": { + "desktop": { + "actions": { + "horizontalGap": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.32}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.72}", + "type": "spacing" + }, + "imageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "buttonGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.8}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{core.spacing.40}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "gridColumn": { + "value": "{core.spacing.854percent}", + "type": "spacing", + "description": "This is the percentage width of a single grid column + spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{core.spacing.72}", + "type": "spacing" + }, + "gap": { + "tiny": { + "value": "{core.spacing.4}", + "type": "spacing" + }, + "xsmall": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "small": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "default": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "large": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "xlarge": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "auto": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{core.spacing.auto}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{core.spacing.40}", + "type": "spacing" + } + } + }, + "tablet": { + "actions": { + "horizontalGap": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{core.spacing.12}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.24}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{core.spacing.104}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.40}", + "type": "spacing" + }, + "imageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "buttonGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.8}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "gridColumn": { + "value": "{core.spacing.0}", + "type": "spacing", + "description": "This is the percentage width of a single grid column + spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "xsmall": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "small": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "large": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "xlarge": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "tiny": { + "value": "{core.spacing.4}", + "type": "spacing" + }, + "auto": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{core.spacing.auto}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{core.spacing.40}", + "type": "spacing" + } + } + }, + "mobile": { + "actions": { + "horizontalGap": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.16}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{core.spacing.104}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "imageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "buttonGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.8}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "gridColumn": { + "value": "{core.spacing.0}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "xsmall": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "small": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "large": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "xlarge": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "tiny": { + "value": "{core.spacing.4}", + "type": "spacing" + }, + "auto": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{core.spacing.24}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{core.spacing.20}", + "type": "spacing" + } + } + } + }, + "typography": { + "desktop": { + "actions": { + "label": { + "xs": { + "value": "{core.typography.photostop.desktop.link.sm}", + "type": "typography" + }, + "sm": { + "value": "{core.typography.photostop.desktop.link.md}", + "type": "typography" + }, + "default": { + "value": "{core.typography.photostop.desktop.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{core.typography.photostop.desktop.heading.xxl}", + "type": "typography" + }, + "eyebrow": { + "value": "{core.typography.photostop.desktop.body.xl}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{core.typography.photostop.desktop.heading.lg}", + "type": "typography" + }, + "body": { + "default": { + "value": "{core.typography.photostop.desktop.body.sm}", + "type": "typography" + }, + "lg": { + "value": "{core.typography.photostop.desktop.body.md}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{core.typography.photostop.desktop.heading.xs}", + "type": "typography" + }, + "header": { + "default": { + "value": "{core.typography.photostop.desktop.heading.sm}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{core.typography.photostop.desktop.body.xsm}", + "type": "typography" + } + } + } + }, + "tablet": { + "actions": { + "label": { + "xs": { + "value": "{core.typography.photostop.tablet.link.sm}", + "type": "typography" + }, + "sm": { + "value": "{core.typography.photostop.tablet.link.md}", + "type": "typography" + }, + "default": { + "value": "{core.typography.photostop.tablet.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{core.typography.photostop.tablet.heading.xxl}", + "type": "typography" + }, + "eyebrow": { + "value": "{core.typography.photostop.tablet.body.xl}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{core.typography.photostop.tablet.heading.lg}", + "type": "typography" + }, + "body": { + "default": { + "value": "{core.typography.photostop.tablet.body.sm}", + "type": "typography" + }, + "lg": { + "value": "{core.typography.photostop.tablet.body.md}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{core.typography.photostop.tablet.heading.xs}", + "type": "typography" + }, + "header": { + "default": { + "value": "{core.typography.photostop.tablet.heading.sm}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{core.typography.photostop.tablet.body.xsm}", + "type": "typography" + } + } + } + }, + "mobile": { + "actions": { + "label": { + "xs": { + "value": "{core.typography.photostop.mobile.link.sm}", + "type": "typography" + }, + "sm": { + "value": "{core.typography.photostop.mobile.link.md}", + "type": "typography" + }, + "default": { + "value": "{core.typography.photostop.mobile.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{core.typography.photostop.mobile.heading.xxl}", + "type": "typography" + }, + "eyebrow": { + "value": "{core.typography.photostop.mobile.body.xl}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{core.typography.photostop.mobile.heading.lg}", + "type": "typography" + }, + "body": { + "default": { + "value": "{core.typography.photostop.mobile.body.sm}", + "type": "typography" + }, + "lg": { + "value": "{core.typography.photostop.mobile.body.md}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{core.typography.photostop.mobile.heading.xs}", + "type": "typography" + }, + "header": { + "default": { + "value": "{core.typography.photostop.mobile.heading.sm}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{core.typography.photostop.mobile.body.xsm}", + "type": "typography" + } + } + } + } + }, + "borderRadius": { + "actions": { + "border": { + "value": "{core.borderRadius.none}", + "type": "borderRadius" + } + }, + "containment": { + "image": { + "value": "{core.borderRadius.none}", + "type": "borderRadius" + } + }, + "lists": { + "image": { + "value": "{core.borderRadius.none}", + "type": "borderRadius" + } + } + }, + "borderWidth": { + "actions": { + "border": { + "value": "{core.borderWidth.1}", + "type": "borderWidth" + } + } + }, + "sizing": { + "imagesAndIcons": { + "icons": { + "default": { + "value": "{core.sizing.16}", + "type": "sizing" + }, + "large": { + "value": "{core.sizing.24}", + "type": "sizing" + }, + "huge": { + "value": "{core.sizing.32}", + "type": "sizing" + } + }, + "logo": { + "small": { + "value": "{core.sizing.16}", + "type": "sizing" + }, + "default": { + "value": "{core.sizing.24}", + "type": "sizing" + }, + "large": { + "value": "{core.sizing.32}", + "type": "sizing" + } + } + }, + "desktop": { + "navigation": { + "highlight": { + "default": { + "value": "{core.sizing.3}", + "type": "sizing" + } + } + } + }, + "tablet": { + "navigation": { + "highlight": { + "default": { + "value": "{core.sizing.3}", + "type": "sizing" + } + } + } + }, + "mobile": { + "navigation": { + "highlight": { + "default": { + "value": "{core.sizing.3}", + "type": "sizing" + } + } + } + }, + "actions": { + "iconBackground": { + "small": { + "value": "{core.sizing.16}", + "type": "sizing" + }, + "medium": { + "value": "{core.sizing.24}", + "type": "sizing" + }, + "large": { + "value": "{core.sizing.32}", + "type": "sizing" + } + } + } + }, + "direction": { + "desktop": { + "containment": { + "contentContainer": { + "topHierarchy": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "secondaryHierarchy": { + "value": "{core.direction.horizontal}", + "type": "other" + } + }, + "textContainer": { + "value": "{core.direction.vertical}", + "type": "other" + } + }, + "lists": { + "imageTextList": { + "column": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "row": { + "value": "{core.direction.horizontal}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "allVertical": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "tablet": { + "containment": { + "contentContainer": { + "topHierarchy": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "secondaryHierarchy": { + "value": "{core.direction.horizontal}", + "type": "other" + } + }, + "textContainer": { + "value": "{core.direction.vertical}", + "type": "other" + } + }, + "lists": { + "imageTextList": { + "column": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "row": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "allVertical": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "mobile": { + "containment": { + "contentContainer": { + "topHierarchy": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "secondaryHierarchy": { + "value": "{core.direction.vertical}", + "type": "other" + } + }, + "textContainer": { + "value": "{core.direction.vertical}", + "type": "other" + } + }, + "lists": { + "imageTextList": { + "column": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "row": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "allVertical": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + } + }, + "asset": { + "logo": { + "light": { + "primary": { + "value": "radiusLogo-light", + "type": "other" + }, + "secondary": { + "value": "rangleLogo-light", + "type": "other" + } + }, + "dark": { + "primary": { + "value": "radiusLogo-dark", + "type": "other" + }, + "secondary": { + "value": "rangleLogo-dark", + "type": "other" + } + } + } + }, + "image": { + "logo": { + "light": { + "primary": { + "value": "https://i.ibb.co/Yfy2RxY/Frame-8.png", + "type": "asset" + }, + "secondary": { + "value": "https://i.ibb.co/ynB88tC/looogoo.png", + "type": "asset" + } + }, + "dark": { + "primary": { + "value": "https://i.ibb.co/sWypKD2/lightmode.png", + "type": "asset" + }, + "secondary": { + "value": "https://i.ibb.co/pKyjkkZ/lgooo.png", + "type": "asset" + } + } + }, + "hero": { + "headerImage": { + "value": "https://images.unsplash.com/photo-1598343672916-de13ab0636ed?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1015&q=80", + "type": "asset" + }, + "backgroundImage": { + "value": "https://images.unsplash.com/photo-1604771071850-3b2af7400731?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80", + "type": "asset" + } + }, + "largeImageTextItem": { + "image01": { + "value": "https://i.ibb.co/188yqNd/image1.png", + "type": "asset" + }, + "image02": { + "value": "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1064&q=80", + "type": "asset" + }, + "image03": { + "value": "https://i.ibb.co/BgV8PnR/image3.png", + "type": "asset" + }, + "image04": { + "value": "https://i.ibb.co/r6pXKXX/image8.png", + "type": "asset" + }, + "image05": { + "value": "https://images.unsplash.com/photo-1604770559584-11e5e6155ebb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80", + "type": "asset" + }, + "image06": { + "value": "https://images.unsplash.com/photo-1529940605533-4f4e7b28595a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80", + "type": "asset" + } + }, + "smallImageTextItem": { + "image01": { + "value": "https://images.unsplash.com/photo-1536294738309-2fc595e788fb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80", + "type": "asset" + }, + "image02": { + "value": "https://i.ibb.co/WGh01mR/image5.png", + "type": "asset" + }, + "image03": { + "value": "https://i.ibb.co/GTFhH1C/image6.png", + "type": "asset" + }, + "image04": { + "value": "https://images.unsplash.com/photo-1527463164459-0c966ed3d3d3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=735&q=80", + "type": "asset" + }, + "image05": { + "value": "https://i.ibb.co/KVtLh8X/nordwood-themes-EZSm8x-Rjn-X0-unsplash.jpg", + "type": "asset" + }, + "image06": { + "value": "https://images.unsplash.com/photo-1491947153227-33d59da6c448?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=880&q=80", + "type": "asset" + } + } + } + } + }, + "Brand/Saddles": { + "semantic": { + "color": { + "light": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.900}", + "type": "color" + } + }, + "hover": { + "foregroundOnNoBackground": { + "value": "{core.color.orange.800}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.800}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.800}", + "type": "color" + } + }, + "active": { + "foregroundOnNoBackground": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.900}", + "type": "color" + } + }, + "disabled": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.neutral.500}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "eyebrow": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "header": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "body": { + "value": "{core.color.neutral.700}", + "type": "color" + } + }, + "navigation": { + "default": { + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "hover": { + "primaryForeground": { + "value": "{core.color.orange.800}", + "type": "color" + } + }, + "selected": { + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryAccent": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.red.50}", + "type": "color" + }, + "secondaryBackgroundd": { + "value": "{core.color.red.50}", + "type": "color" + }, + "none": { + "value": "{core.color.none}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{core.color.neutral.200}", + "type": "color" + } + } + }, + "dark": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.orange.300}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.300}", + "type": "color" + } + }, + "hover": { + "foregroundOnNoBackground": { + "value": "{core.color.orange.800}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.800}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.800}", + "type": "color" + } + }, + "active": { + "foregroundOnNoBackground": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "foreground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.900}", + "type": "color" + } + }, + "disabled": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.neutral.500}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "eyebrow": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "body": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "navigation": { + "default": { + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "hover": { + "primaryForeground": { + "value": "{core.color.neutral.400}", + "type": "color" + } + }, + "selected": { + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryAccent": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "none": { + "value": "{core.color.none}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{core.color.neutral.800}", + "type": "color" + } + } + } + }, + "spacing": { + "desktop": { + "actions": { + "horizontalGap": { + "value": "{core.spacing.12}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.32}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.72}", + "type": "spacing" + }, + "imageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "buttonGap": { + "value": "{core.spacing.48}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.8}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{core.spacing.40}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{core.spacing.40}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{core.spacing.72}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{core.spacing.72}", + "type": "spacing" + }, + "gap": { + "tiny": { + "value": "{core.spacing.4}", + "type": "spacing" + }, + "xsmall": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "small": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "default": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "large": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "xlarge": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "auto": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{core.spacing.auto}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{core.spacing.80}", + "type": "spacing" + } + } + }, + "tablet": { + "actions": { + "horizontalGap": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{core.spacing.12}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.24}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{core.spacing.104}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.40}", + "type": "spacing" + }, + "imageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "buttonGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.8}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{core.spacing.40}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{core.spacing.40}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "xsmall": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "small": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "large": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "xlarge": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "tiny": { + "value": "{core.spacing.4}", + "type": "spacing" + }, + "auto": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{core.spacing.auto}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{core.spacing.64}", + "type": "spacing" + } + } + }, + "mobile": { + "actions": { + "horizontalGap": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.16}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{core.spacing.104}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "imageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "buttonGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.8}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{core.spacing.20}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{core.spacing.24}", + "type": "spacing" + }, + "xsmall": { + "value": "{core.spacing.8}", + "type": "spacing" + }, + "small": { + "value": "{core.spacing.16}", + "type": "spacing" + }, + "large": { + "value": "{core.spacing.32}", + "type": "spacing" + }, + "xlarge": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "tiny": { + "value": "{core.spacing.4}", + "type": "spacing" + }, + "auto": { + "value": "{core.spacing.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{core.spacing.64}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{core.spacing.24}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{core.spacing.32}", + "type": "spacing" + } + } + } + }, + "typography": { + "desktop": { + "actions": { + "label": { + "xs": { + "value": "{core.typography.saddles.desktop.link.sm}", + "type": "typography" + }, + "sm": { + "value": "{core.typography.saddles.desktop.link.md}", + "type": "typography" + }, + "default": { + "value": "{core.typography.saddles.desktop.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{core.typography.saddles.desktop.heading.xxl}", + "type": "typography" + }, + "eyebrow": { + "value": "{core.typography.saddles.desktop.body.xl}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{core.typography.saddles.desktop.heading.lg}", + "type": "typography" + }, + "body": { + "default": { + "value": "{core.typography.saddles.desktop.body.sm}", + "type": "typography" + }, + "lg": { + "value": "{core.typography.saddles.desktop.body.md}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{core.typography.saddles.desktop.heading.xs}", + "type": "typography" + }, + "header": { + "default": { + "value": "{core.typography.saddles.desktop.heading.sm}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{core.typography.saddles.desktop.body.xsm}", + "type": "typography" + } + } + } + }, + "tablet": { + "actions": { + "label": { + "xs": { + "value": "{core.typography.saddles.tablet.link.sm}", + "type": "typography" + }, + "sm": { + "value": "{core.typography.saddles.tablet.link.md}", + "type": "typography" + }, + "default": { + "value": "{core.typography.saddles.tablet.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{core.typography.saddles.tablet.heading.xxl}", + "type": "typography" + }, + "eyebrow": { + "value": "{core.typography.saddles.tablet.body.xl}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{core.typography.saddles.tablet.heading.lg}", + "type": "typography" + }, + "body": { + "default": { + "value": "{core.typography.saddles.tablet.body.sm}", + "type": "typography" + }, + "lg": { + "value": "{core.typography.saddles.tablet.body.md}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{core.typography.saddles.tablet.heading.xs}", + "type": "typography" + }, + "header": { + "default": { + "value": "{core.typography.saddles.tablet.heading.sm}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{core.typography.saddles.tablet.body.xsm}", + "type": "typography" + } + } + } + }, + "mobile": { + "actions": { + "label": { + "xs": { + "value": "{core.typography.saddles.mobile.link.sm}", + "type": "typography" + }, + "sm": { + "value": "{core.typography.saddles.mobile.link.md}", + "type": "typography" + }, + "default": { + "value": "{core.typography.saddles.mobile.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{core.typography.saddles.mobile.heading.xxl}", + "type": "typography" + }, + "eyebrow": { + "value": "{core.typography.saddles.mobile.body.xl}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{core.typography.saddles.mobile.heading.lg}", + "type": "typography" + }, + "body": { + "default": { + "value": "{core.typography.saddles.mobile.body.sm}", + "type": "typography" + }, + "lg": { + "value": "{core.typography.saddles.mobile.body.md}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{core.typography.saddles.mobile.heading.xs}", + "type": "typography" + }, + "header": { + "default": { + "value": "{core.typography.saddles.mobile.heading.sm}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{core.typography.saddles.mobile.body.xsm}", + "type": "typography" + } + } + } + } + }, + "borderRadius": { + "actions": { + "border": { + "value": "{core.borderRadius.max}", + "type": "borderRadius" + } + }, + "containment": { + "image": { + "value": "{core.borderRadius.32}", + "type": "borderRadius" + } + }, + "lists": { + "image": { + "value": "{core.borderRadius.32}", + "type": "borderRadius" + } + } + }, + "borderWidth": { + "actions": { + "border": { + "value": "{core.borderWidth.3}", + "type": "borderWidth" + } + } + }, + "sizing": { + "imagesAndIcons": { + "icons": { + "default": { + "value": "{core.sizing.16}", + "type": "sizing" + }, + "large": { + "value": "{core.sizing.24}", + "type": "sizing" + }, + "huge": { + "value": "{core.sizing.32}", + "type": "sizing" + } + }, + "logo": { + "small": { + "value": "{core.sizing.16}", + "type": "sizing" + }, + "default": { + "value": "{core.sizing.64}", + "type": "sizing" + }, + "large": { + "value": "{core.sizing.32}", + "type": "sizing" + } + } + }, + "desktop": { + "navigation": { + "highlight": { + "default": { + "value": "{core.sizing.3}", + "type": "sizing" + } + } + } + }, + "tablet": { + "navigation": { + "highlight": { + "default": { + "value": "{core.sizing.3}", + "type": "sizing" + } + } + } + }, + "mobile": { + "navigation": { + "highlight": { + "default": { + "value": "{core.sizing.3}", + "type": "sizing" + } + } + } + }, + "actions": { + "iconBackground": { + "small": { + "value": "{core.sizing.16}", + "type": "sizing" + }, + "medium": { + "value": "{core.sizing.24}", + "type": "sizing" + }, + "large": { + "value": "{core.sizing.32}", + "type": "sizing" + } + } + } + }, + "direction": { + "desktop": { + "containment": { + "contentContainer": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "textContainer": { + "outer": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "inner": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "allVertical": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "tablet": { + "containment": { + "contentContainer": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "textContainer": { + "outer": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "inner": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "allVertical": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "mobile": { + "containment": { + "contentContainer": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "textContainer": { + "outer": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "inner": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{core.direction.horizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{core.direction.vertical}", + "type": "other" + }, + "allVertical": { + "value": "{core.direction.vertical}", + "type": "other" + } + } + } + }, + "asset": { + "logo": { + "light": { + "primary": { + "value": "radiusLogo-light", + "type": "other" + }, + "secondary": { + "value": "rangleLogo-light", + "type": "other" + } + }, + "dark": { + "primary": { + "value": "radiusLogo-dark", + "type": "other" + }, + "secondary": { + "value": "rangleLogo-dark", + "type": "other" + } + } + } + }, + "image": { + "logo": { + "light": { + "primary": { + "value": "https://i.ibb.co/QK6dWCV/lightmodesaddles.png", + "type": "asset" + }, + "secondary": { + "value": "https://i.ibb.co/s9bD4G0/darkmodesaddlessecondary.png", + "type": "asset" + } + }, + "dark": { + "primary": { + "value": "https://i.ibb.co/BKqktLv/darkmodesaddles.png", + "type": "asset" + }, + "secondary": { + "value": "https://i.ibb.co/ZVnh8hQ/lightmodesaddlessecondary.png", + "type": "asset" + } + } + }, + "hero": { + "headerImage": { + "value": "https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?q=80&w=1706&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "backgroundImage": { + "value": "https://i.ibb.co/8zm8SfZ/brownbackground.png", + "type": "asset" + } + }, + "largeImageTextItem": { + "image01": { + "value": "https://images.unsplash.com/photo-1688565631550-ff8aa569f71a?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image02": { + "value": "https://images.unsplash.com/photo-1615486511484-92e172cc4fe0?q=80&w=1471&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image03": { + "value": "https://images.unsplash.com/photo-1615461065929-4f8ffed6ca40?q=80&w=1629&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image04": { + "value": "https://images.unsplash.com/photo-1629713836806-f0f357363e64?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80", + "type": "asset" + }, + "image05": { + "value": "https://images.unsplash.com/photo-1513966007261-5a86a5284471?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1769&q=80", + "type": "asset" + }, + "image06": { + "value": "https://images.unsplash.com/photo-1624125277571-4061ca2654be?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80", + "type": "asset" + } + }, + "smallImageTextItem": { + "image01": { + "value": "https://i.ibb.co/ThGbQG5/Boot.png", + "type": "asset" + }, + "image02": { + "value": "https://i.ibb.co/k5CRRtg/Horseshoe.png", + "type": "asset" + }, + "image03": { + "value": "https://i.ibb.co/k04bmXx/Saddle.png", + "type": "asset" + }, + "image04": { + "value": "https://i.ibb.co/Ry0dZJq/Hat.png", + "type": "asset" + }, + "image05": { + "value": "https://i.ibb.co/34SYJbb/saddle5.jpg", + "type": "asset" + }, + "image06": { + "value": "https://i.ibb.co/4tCMcDS/saddle6.jpg", + "type": "asset" + } + } + } + } + }, + "HalloweenEvent/Saddles": { + "semantic": { + "image": { + "hero": { + "headerImage": { + "value": "https://i.ibb.co/Jy2R8Q2/header-Image-halloween-1.png", + "type": "asset" + }, + "backgroundImage": { + "value": "https://i.ibb.co/WGdDFQH/bg.png", + "type": "asset" + } + }, + "smallImageTextItem": { + "image01": { + "value": "https://i.ibb.co/kJrbd7y/Boot-halloween.png", + "type": "asset" + }, + "image02": { + "value": "https://i.ibb.co/3cN9v8m/Horseshoe-halloween.png", + "type": "asset" + }, + "image03": { + "value": "https://i.ibb.co/XZyh7q1/Saddle-halloween.png", + "type": "asset" + }, + "image04": { + "value": "https://i.ibb.co/0ZMZvDX/Hat-halloween.png", + "type": "asset" + }, + "image05": { + "value": "https://i.ibb.co/kJrbd7y/Boot-halloween.png", + "type": "asset" + }, + "image06": { + "value": "https://i.ibb.co/3cN9v8m/Horseshoe-halloween.png", + "type": "asset" + } + } + }, + "color": { + "light": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.900}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "header": { + "value": "{core.color.orange.400}", + "type": "color" + }, + "eyebrow": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "header": { + "value": "{core.color.orange.400}", + "type": "color" + }, + "body": { + "value": "{core.color.neutral.700}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{core.color.neutral.200}", + "type": "color" + } + }, + "navigation": { + "selected": { + "primaryForeground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "primaryAccent": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{core.color.neutral.200}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.red.100}", + "type": "color" + } + } + }, + "dark": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryBackground": { + "value": "{core.color.orange.400}", + "type": "color" + }, + "secondaryForeground": { + "value": "{core.color.orange.400}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.none}", + "type": "color" + }, + "border": { + "value": "{core.color.orange.400}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "background": { + "value": "{core.color.orange.900}", + "type": "color" + }, + "header": { + "value": "{core.color.orange.400}", + "type": "color" + }, + "eyebrow": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{core.color.neutral.500}", + "type": "color" + }, + "header": { + "value": "{core.color.orange.400}", + "type": "color" + }, + "body": { + "value": "{core.color.neutral.50}", + "type": "color" + } + }, + "navigation": { + "selected": { + "primaryForeground": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "primaryAccent": { + "value": "{core.color.orange.400}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + }, + "secondaryBackground": { + "value": "{core.color.neutral.900}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{core.color.neutral.900}", + "type": "color" + } + } + } + } + } + }, + "Mode/Light": { + "semanticTheme": { + "color": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{semantic.color.light.actions.default.foregroundOnNoBackground}", + "type": "color" + }, + "primaryForeground": { + "value": "{semantic.color.light.actions.default.primaryForeground}", + "type": "color" + }, + "primaryBackground": { + "value": "{semantic.color.light.actions.default.primaryBackground}", + "type": "color" + }, + "secondaryForeground": { + "value": "{semantic.color.light.actions.default.secondaryForeground}", + "type": "color" + }, + "secondaryBackground": { + "value": "{semantic.color.light.actions.default.secondaryBackground}", + "type": "color" + }, + "border": { + "value": "{semantic.color.light.actions.default.border}", + "type": "color" + } + }, + "hover": { + "foregroundOnNoBackground": { + "value": "{semantic.color.light.actions.hover.foregroundOnNoBackground}", + "type": "color" + }, + "foreground": { + "value": "{semantic.color.light.actions.hover.foreground}", + "type": "color" + }, + "background": { + "value": "{semantic.color.light.actions.hover.background}", + "type": "color" + }, + "border": { + "value": "{semantic.color.light.actions.hover.border}", + "type": "color" + } + }, + "active": { + "foregroundOnNoBackground": { + "value": "{semantic.color.light.actions.active.foregroundOnNoBackground}", + "type": "color" + }, + "foreground": { + "value": "{semantic.color.light.actions.active.foreground}", + "type": "color" + }, + "background": { + "value": "{semantic.color.light.actions.active.background}", + "type": "color" + }, + "border": { + "value": "{semantic.color.light.actions.active.border}", + "type": "color" + } + }, + "disabled": { + "foregroundOnNoBackground": { + "value": "{semantic.color.light.actions.disabled.foregroundOnNoBackground}", + "type": "color" + }, + "primaryBackground": { + "value": "{semantic.color.light.actions.disabled.primaryBackground}", + "type": "color" + }, + "primaryForeground": { + "value": "{semantic.color.light.actions.disabled.primaryForeground}", + "type": "color" + }, + "secondaryForeground": { + "value": "{semantic.color.light.actions.disabled.secondaryForeground}", + "type": "color" + }, + "secondaryBackground": { + "value": "{semantic.color.light.actions.disabled.secondaryBackground}", + "type": "color" + }, + "border": { + "value": "{semantic.color.light.actions.disabled.border}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{semantic.color.light.containment.image}", + "type": "color" + }, + "background": { + "value": "{semantic.color.light.containment.background}", + "type": "color" + }, + "header": { + "value": "{semantic.color.light.containment.header}", + "type": "color" + }, + "eyebrow": { + "value": "{semantic.color.light.containment.eyebrow}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{semantic.color.light.lists.image}", + "type": "color" + }, + "header": { + "value": "{semantic.color.light.lists.header}", + "type": "color" + }, + "body": { + "value": "{semantic.color.light.lists.body}", + "type": "color" + } + }, + "navigation": { + "default": { + "primaryForeground": { + "value": "{semantic.color.light.navigation.default.primaryForeground}", + "type": "color" + } + }, + "hover": { + "primaryForeground": { + "value": "{semantic.color.light.navigation.hover.primaryForeground}", + "type": "color" + } + }, + "selected": { + "primaryForeground": { + "value": "{semantic.color.light.navigation.selected.primaryForeground}", + "type": "color" + }, + "primaryAccent": { + "value": "{semantic.color.light.navigation.selected.primaryAccent}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{semantic.color.light.navigation.primaryBackground}", + "type": "color" + }, + "secondaryBackground": { + "value": "{semantic.color.light.navigation.secondaryBackground}", + "type": "color" + }, + "none": { + "value": "{semantic.color.light.navigation.none}", + "type": "color" + }, + "primaryForeground": { + "value": "{semantic.color.light.navigation.primaryForeground}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{semantic.color.light.layouts.background}", + "type": "color" + } + } + }, + "asset": { + "logo": { + "primary": { + "value": "{semantic.asset.logo.light.primary}", + "type": "other" + }, + "secondary": { + "value": "{semantic.asset.logo.light.secondary}", + "type": "other" + } + } + }, + "image": { + "primary": { + "value": "{semantic.image.logo.light.primary}", + "type": "asset" + }, + "secondary": { + "value": "{semantic.image.logo.light.secondary}", + "type": "asset" + } + } + }, + "section-name": { + "value": "Light Mode", + "type": "other" + } + }, + "Mode/Dark": { + "semanticTheme": { + "color": { + "actions": { + "default": { + "foregroundOnNoBackground": { + "value": "{semantic.color.dark.actions.default.foregroundOnNoBackground}", + "type": "color" + }, + "primaryForeground": { + "value": "{semantic.color.dark.actions.default.primaryForeground}", + "type": "color" + }, + "primaryBackground": { + "value": "{semantic.color.dark.actions.default.primaryBackground}", + "type": "color" + }, + "secondaryForeground": { + "value": "{semantic.color.dark.actions.default.secondaryForeground}", + "type": "color" + }, + "secondaryBackground": { + "value": "{semantic.color.dark.actions.default.secondaryBackground}", + "type": "color" + }, + "border": { + "value": "{semantic.color.dark.actions.default.border}", + "type": "color" + } + }, + "hover": { + "foregroundOnNoBackground": { + "value": "{semantic.color.dark.actions.hover.foregroundOnNoBackground}", + "type": "color" + }, + "foreground": { + "value": "{semantic.color.dark.actions.hover.foreground}", + "type": "color" + }, + "background": { + "value": "{semantic.color.dark.actions.hover.background}", + "type": "color" + }, + "border": { + "value": "{semantic.color.dark.actions.hover.border}", + "type": "color" + } + }, + "active": { + "foregroundOnNoBackground": { + "value": "{semantic.color.dark.actions.active.foregroundOnNoBackground}", + "type": "color" + }, + "foreground": { + "value": "{semantic.color.dark.actions.active.foreground}", + "type": "color" + }, + "background": { + "value": "{semantic.color.dark.actions.active.background}", + "type": "color" + }, + "border": { + "value": "{semantic.color.dark.actions.active.border}", + "type": "color" + } + }, + "disabled": { + "foregroundOnNoBackground": { + "value": "{semantic.color.dark.actions.disabled.foregroundOnNoBackground}", + "type": "color" + }, + "primaryBackground": { + "value": "{semantic.color.dark.actions.disabled.primaryBackground}", + "type": "color" + }, + "primaryForeground": { + "value": "{semantic.color.dark.actions.disabled.primaryForeground}", + "type": "color" + }, + "secondaryForeground": { + "value": "{semantic.color.dark.actions.disabled.secondaryForeground}", + "type": "color" + }, + "secondaryBackground": { + "value": "{semantic.color.dark.actions.disabled.secondaryBackground}", + "type": "color" + }, + "border": { + "value": "{semantic.color.dark.actions.disabled.border}", + "type": "color" + } + } + }, + "containment": { + "image": { + "value": "{semantic.color.dark.containment.image}", + "type": "color" + }, + "background": { + "value": "{semantic.color.dark.containment.background}", + "type": "color" + }, + "header": { + "value": "{core.color.neutral.50}", + "type": "color" + }, + "eyebrow": { + "value": "{semantic.color.dark.containment.eyebrow}", + "type": "color" + } + }, + "lists": { + "image": { + "value": "{semantic.color.dark.lists.image}", + "type": "color" + }, + "header": { + "value": "{semantic.color.dark.lists.header}", + "type": "color" + }, + "body": { + "value": "{semantic.color.dark.lists.body}", + "type": "color" + } + }, + "navigation": { + "default": { + "primaryForeground": { + "value": "{semantic.color.dark.navigation.default.primaryForeground}", + "type": "color" + } + }, + "hover": { + "primaryForeground": { + "value": "{semantic.color.dark.navigation.hover.primaryForeground}", + "type": "color" + } + }, + "selected": { + "primaryForeground": { + "value": "{semantic.color.dark.navigation.selected.primaryForeground}", + "type": "color" + }, + "primaryAccent": { + "value": "{semantic.color.dark.navigation.selected.primaryAccent}", + "type": "color" + } + }, + "primaryBackground": { + "value": "{semantic.color.dark.navigation.primaryBackground}", + "type": "color" + }, + "secondaryBackground": { + "value": "{semantic.color.dark.navigation.secondaryBackground}", + "type": "color" + }, + "none": { + "value": "{semantic.color.dark.navigation.none}", + "type": "color" + }, + "primaryForeground": { + "value": "{semantic.color.dark.navigation.primaryForeground}", + "type": "color" + } + }, + "layouts": { + "background": { + "value": "{semantic.color.dark.layouts.background}", + "type": "color" + } + } + }, + "asset": { + "logo": { + "primary": { + "value": "{semantic.asset.logo.dark.primary}", + "type": "other" + }, + "secondary": { + "value": "{semantic.asset.logo.dark.secondary}", + "type": "other" + } + } + }, + "image": { + "primary": { + "value": "{semantic.image.logo.dark.primary}", + "type": "asset" + }, + "secondary": { + "value": "{semantic.image.logo.dark.secondary}", + "type": "asset" + } + } + }, + "section-name": { + "value": "Dark Mode", + "type": "other" + } + }, + "Breakpoint/Desktop": { + "semanticTheme": { + "spacing": { + "actions": { + "horizontalGap": { + "value": "{semantic.spacing.desktop.actions.horizontalGap}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{semantic.spacing.desktop.actions.verticalPadding}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{semantic.spacing.desktop.actions.horizontalPadding}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{semantic.spacing.desktop.containment.verticalPadding}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{semantic.spacing.desktop.containment.horizontalPadding}", + "type": "spacing" + }, + "imageGap": { + "value": "{semantic.spacing.desktop.containment.imageGap}", + "type": "spacing" + }, + "buttonGap": { + "value": "{semantic.spacing.desktop.containment.buttonGap}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{semantic.spacing.desktop.containment.eyebrowHeaderGap}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{semantic.spacing.desktop.lists.largeImageGap}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{semantic.spacing.desktop.lists.eyebrowHeaderGap}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{semantic.spacing.desktop.lists.smallImageGap}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{semantic.spacing.desktop.lists.largeVerticalGap}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{semantic.spacing.desktop.lists.smallVerticalGap}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{semantic.spacing.desktop.lists.smallHorizontalGap}", + "type": "spacing" + }, + "gridColumn": { + "value": "{semantic.spacing.desktop.lists.gridColumn}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{semantic.spacing.desktop.navigation.verticalMargins}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{semantic.spacing.desktop.navigation.horizontalMargins}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{semantic.spacing.desktop.navigation.gap.default}", + "type": "spacing" + }, + "xsmall": { + "value": "{semantic.spacing.desktop.navigation.gap.xsmall}", + "type": "spacing" + }, + "small": { + "value": "{semantic.spacing.desktop.navigation.gap.small}", + "type": "spacing" + }, + "large": { + "value": "{semantic.spacing.desktop.navigation.gap.large}", + "type": "spacing" + }, + "xlarge": { + "value": "{semantic.spacing.desktop.navigation.gap.xlarge}", + "type": "spacing" + }, + "tiny": { + "value": "{semantic.spacing.desktop.navigation.gap.tiny}", + "type": "spacing" + }, + "auto": { + "value": "{semantic.spacing.desktop.navigation.gap.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{semantic.spacing.desktop.navigation.gap.navContainer}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{semantic.spacing.desktop.navigation.gap.navSecondaryAction}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{semantic.spacing.desktop.layouts.verticalGap}", + "type": "spacing" + } + } + }, + "typography": { + "actions": { + "label": { + "xs": { + "value": "{semantic.typography.desktop.actions.label.xs}", + "type": "typography" + }, + "sm": { + "value": "{semantic.typography.desktop.actions.label.sm}", + "type": "typography" + }, + "default": { + "value": "{semantic.typography.desktop.actions.label.default}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{semantic.typography.desktop.containment.header}", + "type": "typography" + }, + "eyebrow": { + "value": "{semantic.typography.desktop.containment.eyebrow}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{semantic.typography.desktop.lists.header}", + "type": "typography" + }, + "body": { + "default": { + "value": "{semantic.typography.desktop.lists.body.default}", + "type": "typography" + }, + "lg": { + "value": "{semantic.typography.desktop.lists.body.lg}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{semantic.typography.desktop.navigation.item}", + "type": "typography" + }, + "header": { + "default": { + "value": "{semantic.typography.desktop.navigation.header.default}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{semantic.typography.desktop.navigation.legal.default}", + "type": "typography" + } + } + } + }, + "sizing": { + "navigation": { + "highlight": { + "default": { + "value": "{semantic.sizing.desktop.navigation.highlight.default}", + "type": "sizing" + } + } + } + }, + "direction": { + "containment": { + "contentContainer": { + "topHierarchy": { + "value": "{semantic.direction.desktop.containment.contentContainer.topHierarchy}", + "type": "other" + }, + "secondaryHierarchy": { + "value": "{semantic.direction.desktop.containment.contentContainer.secondaryHierarchy}", + "type": "other" + } + }, + "textContainer": { + "value": "{semantic.direction.desktop.containment.textContainer}", + "type": "other" + } + }, + "lists": { + "imageTextList": { + "column": { + "value": "{semantic.direction.desktop.lists.imageTextList.column}", + "type": "other" + }, + "row": { + "value": "{semantic.direction.desktop.lists.imageTextList.row}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{semantic.direction.desktop.navigation.allHorizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{semantic.direction.desktop.navigation.verticalOnMobile}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{semantic.direction.desktop.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "allVertical": { + "value": "{semantic.direction.desktop.navigation.allVertical}", + "type": "other" + } + } + } + }, + "screen-min-width": { + "value": "900px", + "type": "dimension" + } + }, + "Breakpoint/Tablet": { + "semanticTheme": { + "spacing": { + "actions": { + "horizontalGap": { + "value": "{semantic.spacing.tablet.actions.horizontalGap}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{semantic.spacing.tablet.actions.verticalPadding}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{semantic.spacing.tablet.actions.horizontalPadding}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{semantic.spacing.tablet.containment.verticalPadding}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{semantic.spacing.tablet.containment.horizontalPadding}", + "type": "spacing" + }, + "imageGap": { + "value": "{semantic.spacing.tablet.containment.imageGap}", + "type": "spacing" + }, + "buttonGap": { + "value": "{semantic.spacing.tablet.containment.buttonGap}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{semantic.spacing.tablet.containment.eyebrowHeaderGap}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{semantic.spacing.tablet.lists.largeImageGap}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{semantic.spacing.tablet.lists.eyebrowHeaderGap}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{semantic.spacing.tablet.lists.smallImageGap}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{semantic.spacing.tablet.lists.largeVerticalGap}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{semantic.spacing.tablet.lists.smallVerticalGap}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{semantic.spacing.tablet.lists.smallHorizontalGap}", + "type": "spacing" + }, + "gridColumn": { + "value": "{semantic.spacing.tablet.lists.gridColumn}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{semantic.spacing.tablet.navigation.verticalMargins}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{semantic.spacing.tablet.navigation.horizontalMargins}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{semantic.spacing.tablet.navigation.gap.default}", + "type": "spacing" + }, + "xsmall": { + "value": "{semantic.spacing.tablet.navigation.gap.xsmall}", + "type": "spacing" + }, + "small": { + "value": "{semantic.spacing.tablet.navigation.gap.small}", + "type": "spacing" + }, + "large": { + "value": "{semantic.spacing.tablet.navigation.gap.large}", + "type": "spacing" + }, + "xlarge": { + "value": "{semantic.spacing.tablet.navigation.gap.xlarge}", + "type": "spacing" + }, + "tiny": { + "value": "{semantic.spacing.tablet.navigation.gap.tiny}", + "type": "spacing" + }, + "auto": { + "value": "{semantic.spacing.tablet.navigation.gap.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{semantic.spacing.tablet.navigation.gap.navContainer}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{semantic.spacing.tablet.navigation.gap.navSecondaryAction}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{semantic.spacing.tablet.layouts.verticalGap}", + "type": "spacing" + } + } + }, + "typography": { + "actions": { + "label": { + "xs": { + "value": "{semantic.typography.tablet.actions.label.xs}", + "type": "typography" + }, + "sm": { + "value": "{semantic.typography.tablet.actions.label.sm}", + "type": "typography" + }, + "default": { + "value": "{core.typography.photostop.tablet.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{semantic.typography.tablet.containment.header}", + "type": "typography" + }, + "eyebrow": { + "value": "{semantic.typography.tablet.containment.eyebrow}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{semantic.typography.tablet.lists.header}", + "type": "typography" + }, + "body": { + "default": { + "value": "{semantic.typography.tablet.lists.body.default}", + "type": "typography" + }, + "lg": { + "value": "{semantic.typography.tablet.lists.body.lg}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{semantic.typography.tablet.navigation.item}", + "type": "typography" + }, + "header": { + "default": { + "value": "{semantic.typography.tablet.navigation.header.default}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{semantic.typography.tablet.navigation.legal.default}", + "type": "typography" + } + } + } + }, + "sizing": { + "navigation": { + "highlight": { + "default": { + "value": "{semantic.sizing.tablet.navigation.highlight.default}", + "type": "sizing" + } + } + } + }, + "direction": { + "containment": { + "contentContainer": { + "topHierarchy": { + "value": "{semantic.direction.tablet.containment.contentContainer.topHierarchy}", + "type": "other" + }, + "secondaryHierarchy": { + "value": "{semantic.direction.tablet.containment.contentContainer.secondaryHierarchy}", + "type": "other" + } + }, + "textContainer": { + "value": "{semantic.direction.tablet.containment.textContainer}", + "type": "other" + } + }, + "lists": { + "imageTextList": { + "column": { + "value": "{semantic.direction.tablet.lists.imageTextList.column}", + "type": "other" + }, + "row": { + "value": "{semantic.direction.tablet.lists.imageTextList.row}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{semantic.direction.tablet.navigation.allHorizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{semantic.direction.tablet.navigation.verticalOnMobile}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{semantic.direction.tablet.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "allVertical": { + "value": "{semantic.direction.tablet.navigation.allVertical}", + "type": "other" + } + } + } + }, + "screen-min-width": { + "value": "600px", + "type": "dimension" + }, + "screen-max-width": { + "value": "899px", + "type": "dimension" + } + }, + "Breakpoint/Mobile": { + "semanticTheme": { + "spacing": { + "actions": { + "horizontalGap": { + "value": "{semantic.spacing.mobile.actions.horizontalGap}", + "type": "spacing" + }, + "verticalPadding": { + "value": "{semantic.spacing.mobile.actions.verticalPadding}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{semantic.spacing.mobile.actions.horizontalPadding}", + "type": "spacing" + } + }, + "containment": { + "verticalPadding": { + "value": "{semantic.spacing.mobile.containment.verticalPadding}", + "type": "spacing" + }, + "horizontalPadding": { + "value": "{semantic.spacing.mobile.containment.horizontalPadding}", + "type": "spacing" + }, + "imageGap": { + "value": "{semantic.spacing.mobile.containment.imageGap}", + "type": "spacing" + }, + "buttonGap": { + "value": "{semantic.spacing.mobile.containment.buttonGap}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{semantic.spacing.mobile.containment.eyebrowHeaderGap}", + "type": "spacing" + } + }, + "lists": { + "largeImageGap": { + "value": "{semantic.spacing.mobile.lists.largeImageGap}", + "type": "spacing" + }, + "eyebrowHeaderGap": { + "value": "{semantic.spacing.mobile.lists.eyebrowHeaderGap}", + "type": "spacing" + }, + "smallImageGap": { + "value": "{semantic.spacing.mobile.lists.smallImageGap}", + "type": "spacing" + }, + "largeVerticalGap": { + "value": "{semantic.spacing.mobile.lists.largeVerticalGap}", + "type": "spacing" + }, + "smallVerticalGap": { + "value": "{semantic.spacing.mobile.lists.smallVerticalGap}", + "type": "spacing" + }, + "smallHorizontalGap": { + "value": "{semantic.spacing.mobile.lists.smallHorizontalGap}", + "type": "spacing" + }, + "gridColumn": { + "value": "{semantic.spacing.mobile.lists.gridColumn}", + "type": "spacing" + } + }, + "navigation": { + "verticalMargins": { + "value": "{semantic.spacing.tablet.navigation.verticalMargins}", + "type": "spacing" + }, + "horizontalMargins": { + "value": "{semantic.spacing.tablet.navigation.horizontalMargins}", + "type": "spacing" + }, + "gap": { + "default": { + "value": "{semantic.spacing.mobile.navigation.gap.default}", + "type": "spacing" + }, + "xsmall": { + "value": "{semantic.spacing.mobile.navigation.gap.xsmall}", + "type": "spacing" + }, + "small": { + "value": "{semantic.spacing.mobile.navigation.gap.small}", + "type": "spacing" + }, + "large": { + "value": "{semantic.spacing.mobile.navigation.gap.large}", + "type": "spacing" + }, + "xlarge": { + "value": "{semantic.spacing.mobile.navigation.gap.xlarge}", + "type": "spacing" + }, + "tiny": { + "value": "{semantic.spacing.mobile.navigation.gap.tiny}", + "type": "spacing" + }, + "auto": { + "value": "{semantic.spacing.mobile.navigation.gap.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{semantic.spacing.mobile.navigation.gap.navContainer}", + "type": "spacing" + }, + "navSecondaryAction": { + "value": "{semantic.spacing.mobile.navigation.gap.navSecondaryAction}", + "type": "spacing" + } + } + }, + "layouts": { + "verticalGap": { + "value": "{semantic.spacing.mobile.layouts.verticalGap}", + "type": "spacing" + } + } + }, + "typography": { + "actions": { + "label": { + "xs": { + "value": "{semantic.typography.mobile.actions.label.xs}", + "type": "typography" + }, + "sm": { + "value": "{semantic.typography.mobile.actions.label.sm}", + "type": "typography" + }, + "default": { + "value": "{core.typography.photostop.mobile.btn.md}", + "type": "typography" + } + } + }, + "containment": { + "header": { + "value": "{semantic.typography.mobile.containment.header}", + "type": "typography" + }, + "eyebrow": { + "value": "{semantic.typography.mobile.containment.eyebrow}", + "type": "typography" + } + }, + "lists": { + "header": { + "value": "{semantic.typography.tablet.lists.header}", + "type": "typography" + }, + "body": { + "default": { + "value": "{semantic.typography.mobile.lists.body.default}", + "type": "typography" + }, + "lg": { + "value": "{semantic.typography.mobile.lists.body.lg}", + "type": "typography" + } + } + }, + "navigation": { + "item": { + "value": "{semantic.typography.mobile.navigation.item}", + "type": "typography" + }, + "header": { + "default": { + "value": "{semantic.typography.mobile.navigation.header.default}", + "type": "typography" + } + }, + "legal": { + "default": { + "value": "{semantic.typography.mobile.navigation.legal.default}", + "type": "typography" + } + } + } + }, + "sizing": { + "navigation": { + "highlight": { + "default": { + "value": "{semantic.sizing.mobile.navigation.highlight.default}", + "type": "sizing" + } + } + } + }, + "direction": { + "containment": { + "contentContainer": { + "topHierarchy": { + "value": "{semantic.direction.mobile.containment.contentContainer.topHierarchy}", + "type": "other" + }, + "secondaryHierarchy": { + "value": "{semantic.direction.mobile.containment.contentContainer.secondaryHierarchy}", + "type": "other" + } + }, + "textContainer": { + "value": "{semantic.direction.mobile.containment.textContainer}", + "type": "other" + } + }, + "lists": { + "imageTextList": { + "column": { + "value": "{semantic.direction.mobile.lists.imageTextList.column}", + "type": "other" + }, + "row": { + "value": "{semantic.direction.mobile.lists.imageTextList.row}", + "type": "other" + } + } + }, + "navigation": { + "allHorizontal": { + "value": "{semantic.direction.mobile.navigation.allHorizontal}", + "type": "other" + }, + "verticalOnMobile": { + "value": "{semantic.direction.mobile.navigation.verticalOnMobile}", + "type": "other" + }, + "horizontalDesktopOnly": { + "value": "{semantic.direction.mobile.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "allVertical": { + "value": "{semantic.direction.mobile.navigation.allVertical}", + "type": "other" + } + } + } + }, + "screen-max-width": { + "value": "599px", + "type": "dimension" + } + }, + "Components/Components": { + "component": { + "color": { + "button": { + "primary": { + "default": { + "label": { + "value": "{semanticTheme.color.actions.default.primaryForeground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.default.primaryBackground}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.default.primaryBackground}", + "type": "color" + } + }, + "hover": { + "label": { + "value": "{semanticTheme.color.actions.hover.foreground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.hover.background}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.hover.border}", + "type": "color" + } + }, + "active": { + "label": { + "value": "{semanticTheme.color.actions.active.foreground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.active.background}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.active.border}", + "type": "color" + } + }, + "disabled": { + "label": { + "value": "{semanticTheme.color.actions.disabled.primaryForeground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.disabled.primaryBackground}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.disabled.border}", + "type": "color" + } + } + }, + "secondary": { + "default": { + "label": { + "value": "{semanticTheme.color.actions.default.secondaryForeground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.default.secondaryBackground}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.default.border}", + "type": "color" + } + }, + "hover": { + "label": { + "value": "{semanticTheme.color.actions.hover.foreground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.hover.background}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.hover.border}", + "type": "color" + } + }, + "active": { + "label": { + "value": "{semanticTheme.color.actions.active.foreground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.active.background}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.active.border}", + "type": "color" + } + }, + "disabled": { + "label": { + "value": "{semanticTheme.color.actions.disabled.secondaryForeground}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.actions.disabled.secondaryBackground}", + "type": "color" + }, + "border": { + "value": "{semanticTheme.color.actions.disabled.border}", + "type": "color" + } + } + } + }, + "hero": { + "image": { + "value": "{semanticTheme.color.containment.image}", + "type": "color" + }, + "background": { + "value": "{semanticTheme.color.containment.background}", + "type": "color" + }, + "header": { + "value": "{semanticTheme.color.containment.header}", + "type": "color" + }, + "eyebrow": { + "value": "{semanticTheme.color.containment.eyebrow}", + "type": "color" + } + }, + "largeImageTextItem": { + "image": { + "value": "{semanticTheme.color.lists.image}", + "type": "color" + }, + "header": { + "value": "{semanticTheme.color.lists.header}", + "type": "color" + }, + "body": { + "value": "{semanticTheme.color.lists.body}", + "type": "color" + } + }, + "smallImageTextitem": { + "image": { + "value": "{semanticTheme.color.lists.image}", + "type": "color" + }, + "body": { + "value": "{semanticTheme.color.lists.body}", + "type": "color" + } + }, + "navigationItem": { + "default": { + "label": { + "value": "{semanticTheme.color.navigation.default.primaryForeground}", + "type": "color" + }, + "accent": { + "value": "{semanticTheme.color.navigation.none}", + "type": "color" + } + }, + "hover": { + "label": { + "value": "{semanticTheme.color.navigation.hover.primaryForeground}", + "type": "color" + }, + "accent": { + "value": "{semanticTheme.color.navigation.none}", + "type": "color" + } + }, + "selected": { + "label": { + "value": "{semanticTheme.color.navigation.selected.primaryForeground}", + "type": "color" + }, + "accent": { + "value": "{semanticTheme.color.navigation.selected.primaryAccent}", + "type": "color" + } + } + }, + "navigation": { + "background": { + "value": "{semanticTheme.color.navigation.primaryBackground}", + "type": "color" + }, + "foreground": { + "value": "{semanticTheme.color.navigation.primaryForeground}", + "type": "color" + } + }, + "linkIcon": { + "default": { + "value": "{semanticTheme.color.actions.default.foregroundOnNoBackground}", + "type": "color" + }, + "hover": { + "value": "{semanticTheme.color.actions.hover.foregroundOnNoBackground}", + "type": "color" + }, + "active": { + "value": "{semanticTheme.color.actions.active.foregroundOnNoBackground}", + "type": "color" + }, + "disabled": { + "value": "{semantic.color.dark.actions.disabled.foregroundOnNoBackground}", + "type": "color" + } + }, + "linkButton": { + "default": { + "value": "{semanticTheme.color.actions.default.foregroundOnNoBackground}", + "type": "color" + }, + "hover": { + "value": "{semanticTheme.color.actions.hover.foregroundOnNoBackground}", + "type": "color" + }, + "active": { + "value": "{semanticTheme.color.actions.active.foregroundOnNoBackground}", + "type": "color" + }, + "disabled": { + "value": "{semantic.color.dark.actions.disabled.foregroundOnNoBackground}", + "type": "color" + } + }, + "inlineText": { + "default": { + "value": "{semanticTheme.color.actions.default.foregroundOnNoBackground}", + "type": "color" + }, + "hover": { + "value": "{semanticTheme.color.actions.hover.foregroundOnNoBackground}", + "type": "color" + }, + "active": { + "value": "{semanticTheme.color.actions.active.foregroundOnNoBackground}", + "type": "color" + }, + "disabled": { + "value": "{semantic.color.dark.actions.disabled.foregroundOnNoBackground}", + "type": "color" + } + }, + "footer": { + "background": { + "value": "{semanticTheme.color.navigation.secondaryBackground}", + "type": "color" + } + }, + "layout": { + "background": { + "value": "{semanticTheme.color.layouts.background}", + "type": "color" + } + } + }, + "spacing": { + "button": { + "gap": { + "value": "{semanticTheme.spacing.actions.horizontalGap}", + "type": "spacing" + }, + "padding": { + "vertical": { + "value": "{semanticTheme.spacing.actions.verticalPadding}", + "type": "spacing" + }, + "horizontal": { + "value": "{semanticTheme.spacing.actions.horizontalPadding}", + "type": "spacing" + } + } + }, + "linkButton": { + "gap": { + "value": "{semanticTheme.spacing.actions.horizontalGap}", + "type": "spacing" + } + }, + "hero": { + "gap": { + "content": { + "value": "{semanticTheme.spacing.containment.eyebrowHeaderGap}", + "type": "spacing" + }, + "aboveButton": { + "value": "{semanticTheme.spacing.containment.buttonGap}", + "type": "spacing" + }, + "image": { + "value": "{semanticTheme.spacing.containment.imageGap}", + "type": "spacing" + } + }, + "padding": { + "horizontal": { + "value": "{semanticTheme.spacing.containment.horizontalPadding}", + "type": "spacing" + }, + "vertical": { + "value": "{semanticTheme.spacing.containment.verticalPadding}", + "type": "spacing" + } + } + }, + "largeImageTextItem": { + "gap": { + "image": { + "value": "{semanticTheme.spacing.lists.largeImageGap}", + "type": "spacing" + }, + "content": { + "value": "{semanticTheme.spacing.lists.eyebrowHeaderGap}", + "type": "spacing" + } + } + }, + "smallImageTextItem": { + "gap": { + "image": { + "value": "{semanticTheme.spacing.lists.smallImageGap}", + "type": "spacing" + } + } + }, + "imageTextList": { + "large": { + "gap": { + "column": { + "value": "{semanticTheme.spacing.lists.largeVerticalGap}", + "type": "spacing" + } + } + }, + "small": { + "gap": { + "row": { + "value": "{semanticTheme.spacing.lists.smallHorizontalGap}", + "type": "spacing" + }, + "column": { + "value": "{semanticTheme.spacing.lists.smallVerticalGap}", + "type": "spacing" + } + }, + "padding": { + "horizontal": { + "value": "{semanticTheme.spacing.lists.gridColumn}", + "type": "spacing" + } + } + } + }, + "navigation": { + "margins": { + "vertical": { + "value": "{semanticTheme.spacing.navigation.verticalMargins}", + "type": "spacing" + }, + "horizontal": { + "value": "{semanticTheme.spacing.navigation.horizontalMargins}", + "type": "spacing" + } + }, + "gap": { + "logos": { + "value": "{semanticTheme.spacing.navigation.gap.default}", + "type": "spacing" + }, + "menu": { + "value": "{semanticTheme.spacing.navigation.gap.default}", + "type": "spacing" + }, + "navItems": { + "value": "{semanticTheme.spacing.navigation.gap.large}", + "type": "spacing" + }, + "resources": { + "value": "{semanticTheme.spacing.navigation.gap.xsmall}", + "type": "spacing" + }, + "socials": { + "value": "{semanticTheme.spacing.navigation.gap.xsmall}", + "type": "spacing" + }, + "controls": { + "value": "{semanticTheme.spacing.navigation.gap.auto}", + "type": "spacing" + }, + "navContainer": { + "value": "{semanticTheme.spacing.navigation.gap.navContainer}", + "type": "spacing" + }, + "secondaryAction": { + "value": "{semanticTheme.spacing.navigation.gap.navSecondaryAction}", + "type": "spacing" + } + } + }, + "footer": { + "margins": { + "vertical": { + "value": "{semanticTheme.spacing.navigation.verticalMargins}", + "type": "spacing" + }, + "horizontal": { + "value": "{semanticTheme.spacing.navigation.horizontalMargins}", + "type": "spacing" + } + }, + "gap": { + "menu": { + "value": "{semanticTheme.spacing.navigation.gap.default}", + "type": "spacing" + }, + "links": { + "value": "{semanticTheme.spacing.navigation.gap.small}", + "type": "spacing" + }, + "categories": { + "value": "{semanticTheme.spacing.navigation.gap.large}", + "type": "spacing" + }, + "icons": { + "value": "{semanticTheme.spacing.navigation.gap.small}", + "type": "spacing" + }, + "legal": { + "value": "{semanticTheme.spacing.navigation.gap.small}", + "type": "spacing" + }, + "rows": { + "value": "{semanticTheme.spacing.navigation.gap.xlarge}", + "type": "spacing" + }, + "connect": { + "value": "{semanticTheme.spacing.navigation.gap.large}", + "type": "spacing" + } + } + }, + "navigation-item": { + "gap": { + "underline": { + "value": "{semanticTheme.spacing.navigation.gap.tiny}", + "type": "spacing" + } + } + }, + "layouts": { + "gap": { + "vertical": { + "value": "{semanticTheme.spacing.layouts.verticalGap}", + "type": "spacing" + } + } + } + }, + "borderWidth": { + "button": { + "border": { + "value": "{semantic.borderWidth.actions.border}", + "type": "borderWidth" + } + } + }, + "typography": { + "button": { + "label": { + "value": "{semanticTheme.typography.actions.label.default}", + "type": "typography" + } + }, + "linkButton": { + "label": { + "value": "{semanticTheme.typography.actions.label.default}", + "type": "typography" + } + }, + "hero": { + "header": { + "value": "{semanticTheme.typography.containment.header}", + "type": "typography" + }, + "eyebrow": { + "value": "{semanticTheme.typography.containment.eyebrow}", + "type": "typography" + } + }, + "largeImageTextItem": { + "header": { + "value": "{semanticTheme.typography.lists.header}", + "type": "typography" + }, + "body": { + "value": "{semanticTheme.typography.lists.body.lg}", + "type": "typography" + } + }, + "smallImageTextItem": { + "body": { + "value": "{semanticTheme.typography.lists.body.default}", + "type": "typography" + } + }, + "navigationItem": { + "label": { + "value": "{semanticTheme.typography.navigation.item}", + "type": "typography" + } + }, + "inlineText": { + "label": { + "large": { + "value": "{semanticTheme.typography.actions.label.sm}", + "type": "typography" + }, + "small": { + "value": "{semanticTheme.typography.actions.label.xs}", + "type": "typography" + } + } + }, + "footer": { + "header": { + "value": "{semanticTheme.typography.navigation.header.default}", + "type": "typography" + }, + "legal": { + "value": "{semanticTheme.typography.navigation.legal.default}", + "type": "typography" + } + } + }, + "borderRadius": { + "button": { + "border": { + "value": "{semantic.borderRadius.actions.border}", + "type": "borderRadius" + } + }, + "hero": { + "image": { + "value": "{semantic.borderRadius.containment.image}", + "type": "borderRadius" + } + }, + "largeImageTextItem": { + "image": { + "value": "{semantic.borderRadius.lists.image}", + "type": "borderRadius" + } + }, + "smallImageTextItem": { + "image": { + "value": "{semantic.borderRadius.lists.image}", + "type": "borderRadius" + } + } + }, + "sizing": { + "button": { + "icon": { + "value": "{semantic.sizing.imagesAndIcons.icons.default}", + "type": "sizing" + } + }, + "navigationItem": { + "accent": { + "value": "{semanticTheme.sizing.navigation.highlight.default}", + "type": "sizing" + } + }, + "navigation": { + "controlIcon": { + "value": "{semantic.sizing.actions.iconBackground.large}", + "type": "sizing" + }, + "menuIcon": { + "value": "{semantic.sizing.actions.iconBackground.large}", + "type": "sizing" + }, + "socialIcon": { + "value": "{semantic.sizing.actions.iconBackground.medium}", + "type": "sizing" + }, + "primaryLogo": { + "value": "{semantic.sizing.imagesAndIcons.logo.default}", + "type": "sizing" + }, + "secondaryLogo": { + "value": "{semantic.sizing.imagesAndIcons.logo.default}", + "type": "sizing" + } + } + }, + "direction": { + "hero": { + "contentContainer": { + "value": "{semanticTheme.direction.containment.contentContainer.topHierarchy}", + "type": "other" + }, + "textContainer": { + "outer": { + "value": "{semanticTheme.direction.containment.textContainer}", + "type": "other" + }, + "inner": { + "value": "{semanticTheme.direction.containment.textContainer}", + "type": "other" + } + } + }, + "largeImageTextItem": { + "component": { + "value": "{semanticTheme.direction.containment.contentContainer.secondaryHierarchy}", + "type": "other" + }, + "textContainer": { + "value": "{semanticTheme.direction.containment.textContainer}", + "type": "other" + } + }, + "smallImageTextItem": { + "component": { + "value": "{semanticTheme.direction.containment.contentContainer.secondaryHierarchy}", + "type": "other" + } + }, + "imageTextList": { + "component": { + "value": "{semanticTheme.direction.lists.imageTextList.column}", + "type": "other" + }, + "rowContainer": { + "value": "{semanticTheme.direction.lists.imageTextList.row}", + "type": "other" + } + }, + "footer": { + "rowsContainer": { + "value": "{semanticTheme.direction.navigation.allVertical}", + "type": "other" + }, + "menuContainer": { + "value": "{semanticTheme.direction.navigation.verticalOnMobile}", + "type": "other" + }, + "linksContainer": { + "value": "{semanticTheme.direction.navigation.allVertical}", + "type": "other" + }, + "legalContainer": { + "value": "{semanticTheme.direction.navigation.verticalOnMobile}", + "type": "other" + }, + "connectContainer": { + "value": "{semanticTheme.direction.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "iconsContainer": { + "value": "{semanticTheme.direction.navigation.allHorizontal}", + "type": "other" + } + }, + "navigation": { + "menuContainer": { + "value": "{semanticTheme.direction.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "navItems": { + "value": "{semanticTheme.direction.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "linkIcons": { + "value": "{semanticTheme.direction.navigation.allHorizontal}", + "type": "other" + }, + "navigationContainer": { + "value": "{semanticTheme.direction.navigation.horizontalDesktopOnly}", + "type": "other" + }, + "socialIcon": { + "value": "{semanticTheme.direction.navigation.allHorizontal}", + "type": "other" + }, + "secondaryActionContainer": { + "value": "{semanticTheme.direction.navigation.verticalOnMobile}", + "type": "other" + }, + "logos": { + "value": "{semanticTheme.direction.navigation.allHorizontal}", + "type": "other" + } + } + }, + "asset": { + "navigation": { + "primaryLogo": { + "value": "{semanticTheme.asset.logo.primary}", + "type": "other" + }, + "secondaryLogo": { + "value": "{semanticTheme.asset.logo.secondary}", + "type": "other" + } + } + }, + "image": { + "navigation": { + "logo": { + "value": "{semanticTheme.image.primary}", + "type": "asset" + } + }, + "footer": { + "logo": { + "value": "{semanticTheme.image.secondary}", + "type": "asset" + } + }, + "hero": { + "headerImage": { + "value": "https://images.unsplash.com/photo-1511174511562-5f7f18b874f8?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "backgroundImage": { + "value": "https://images.unsplash.com/photo-1653215377048-ad2c5cc39f75?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + } + }, + "largeImageTextItem": { + "image01": { + "value": "https://images.unsplash.com/photo-1558017487-06bf9f82613a?q=80&w=1370&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image02": { + "value": "https://images.unsplash.com/photo-1615486511484-92e172cc4fe0?q=80&w=1471&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image03": { + "value": "https://images.unsplash.com/photo-1545205597-3d9d02c29597?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image04": { + "value": "{semantic.image.largeImageTextItem.image04}", + "type": "asset" + }, + "image05": { + "value": "{semantic.image.largeImageTextItem.image05}", + "type": "asset" + }, + "image06": { + "value": "{semantic.image.largeImageTextItem.image06}", + "type": "asset" + } + }, + "smallImageTextItem": { + "image01": { + "value": "https://images.unsplash.com/photo-1696025487682-9916beeb73e6?q=80&w=1364&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image02": { + "value": "https://images.unsplash.com/photo-1494597564530-871f2b93ac55?q=80&w=1413&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image03": { + "value": "https://images.unsplash.com/photo-1623084921164-4a8c5c37a912?q=80&w=1287&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image04": { + "value": "https://images.unsplash.com/photo-1470376619031-a6791e534bf0?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", + "type": "asset" + }, + "image05": { + "value": "{semantic.image.smallImageTextItem.image05}", + "type": "asset" + }, + "image06": { + "value": "{semantic.image.smallImageTextItem.image06}", + "type": "asset" + } + } + } + } + }, + "$themes": [], + "$metadata": { + "tokenSetOrder": [ + "core", + "Brand/PhotoStop", + "Brand/Saddles", + "HalloweenEvent/Saddles", + "Mode/Light", + "Mode/Dark", + "Breakpoint/Desktop", + "Breakpoint/Tablet", + "Breakpoint/Mobile", + "Components/Components" + ] + } + } \ No newline at end of file diff --git a/libs/foundations/tokens.json b/libs/foundations/tokens.json index 02c2fa3..e4e79f4 100644 --- a/libs/foundations/tokens.json +++ b/libs/foundations/tokens.json @@ -4696,27 +4696,27 @@ }, "smallImageTextItem": { "image01": { - "value": "https://i.ibb.co/ThGbQG5/Boot.png", + "value": "https://images.unsplash.com/photo-1696025487682-9916beeb73e6?q=80&w=1364&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", "type": "asset" }, "image02": { - "value": "https://i.ibb.co/k5CRRtg/Horseshoe.png", + "value": "https://images.unsplash.com/photo-1494597564530-871f2b93ac55?q=80&w=1413&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", "type": "asset" }, "image03": { - "value": "https://i.ibb.co/k04bmXx/Saddle.png", + "value": "https://images.unsplash.com/photo-1623084921164-4a8c5c37a912?q=80&w=1287&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", "type": "asset" }, "image04": { - "value": "https://i.ibb.co/Ry0dZJq/Hat.png", + "value": "https://images.unsplash.com/photo-1470376619031-a6791e534bf0?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", "type": "asset" }, "image05": { - "value": "https://i.ibb.co/34SYJbb/saddle5.jpg", + "value": "{semantic.image.smallImageTextItem.image05}", "type": "asset" }, "image06": { - "value": "https://i.ibb.co/4tCMcDS/saddle6.jpg", + "value": "{semantic.image.smallImageTextItem.image06}", "type": "asset" } }