From 07b025060f0874a2d85bc2b8fa6ec13f0aef19ea Mon Sep 17 00:00:00 2001 From: Brian Lewis Date: Sat, 12 Feb 2022 06:56:15 -0600 Subject: [PATCH 1/2] feat: defined header themes --- tokens/organisms/site-footer.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tokens/organisms/site-footer.yml diff --git a/tokens/organisms/site-footer.yml b/tokens/organisms/site-footer.yml new file mode 100644 index 0000000..90a9d9c --- /dev/null +++ b/tokens/organisms/site-footer.yml @@ -0,0 +1,29 @@ +site-header-themes: + "gray-100": + background: + value: "{color.gray.100.value}" + yale-branding: + value: "{color.blue.yale.value}" + site-branding: + value: "{color.blue.yale.value}" + "beige": + background: + value: "{color.basics.beige.value}" + yale-branding: + value: "{color.blue.yale.value}" + site-branding: + value: "{color.blue.yale.value}" + "white": + background: + value: "{color.basics.white.value}" + yale-branding: + value: "{color.blue.yale.value}" + site-branding: + value: "{color.blue.yale.value}" + "blue-yale": + background: + value: "{color.blue.yale.value}" + yale-branding: + value: "{color.blue.light.value}" + site-branding: + value: "{color.basics.white.value}" From b1f6001311e9ff4822e606b636185055587199ef Mon Sep 17 00:00:00 2001 From: Brian Lewis Date: Sat, 12 Feb 2022 09:22:18 -0600 Subject: [PATCH 2/2] feat: defined header layouts --- tokens/organisms/{site-footer.yml => site-header.yml} | 11 +++++++++++ 1 file changed, 11 insertions(+) rename tokens/organisms/{site-footer.yml => site-header.yml} (74%) diff --git a/tokens/organisms/site-footer.yml b/tokens/organisms/site-header.yml similarity index 74% rename from tokens/organisms/site-footer.yml rename to tokens/organisms/site-header.yml index 90a9d9c..76e03d4 100644 --- a/tokens/organisms/site-footer.yml +++ b/tokens/organisms/site-header.yml @@ -27,3 +27,14 @@ site-header-themes: value: "{color.blue.light.value}" site-branding: value: "{color.basics.white.value}" +site-header-layout: + left: + justify: + value: "{layout.flex-position.left}" + align: + value: "{layout.flex-position.left}" + center: + justify: + value: "{layout.flex-position.center}" + align: + value: "{layout.flex-position.center}"