From 142b81d313294e99b3297ffae3a75a176dcdce1a Mon Sep 17 00:00:00 2001 From: Hardeep Asrani Date: Mon, 20 Nov 2023 09:25:55 +0000 Subject: [PATCH] chore: fix conflicts --- styles/apple-clean.json | 2 +- styles/blue-cream.json | 2 +- styles/blue-retro.json | 2 +- styles/clean-cut.json | 2 +- styles/dark-fit.json | 2 +- styles/garden-flow.json | 2 +- styles/green-corn.json | 2 +- styles/light-serif.json | 2 +- styles/night-owl.json | 2 +- styles/purple-dawn.json | 2 +- styles/wooden.json | 2 +- theme.json | 957 ++++++++++++++++++++++------------------ 12 files changed, 547 insertions(+), 432 deletions(-) diff --git a/styles/apple-clean.json b/styles/apple-clean.json index 620739a..f3dfcda 100644 --- a/styles/apple-clean.json +++ b/styles/apple-clean.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#B23E3E", "name": "Accent Secondary" } diff --git a/styles/blue-cream.json b/styles/blue-cream.json index 2318958..4ff4b44 100644 --- a/styles/blue-cream.json +++ b/styles/blue-cream.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#222B81", "name": "Accent Secondary" } diff --git a/styles/blue-retro.json b/styles/blue-retro.json index 6683a43..abe3187 100644 --- a/styles/blue-retro.json +++ b/styles/blue-retro.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#F7B81C", "name": "Accent Secondary" } diff --git a/styles/clean-cut.json b/styles/clean-cut.json index 3161dc2..dcca04a 100644 --- a/styles/clean-cut.json +++ b/styles/clean-cut.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#0F100F", "name": "Accent Secondary" } diff --git a/styles/dark-fit.json b/styles/dark-fit.json index a0c6b8d..daa781b 100644 --- a/styles/dark-fit.json +++ b/styles/dark-fit.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#34654E", "name": "Accent Secondary" } diff --git a/styles/garden-flow.json b/styles/garden-flow.json index 7c4e16c..2ca025a 100644 --- a/styles/garden-flow.json +++ b/styles/garden-flow.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#3F5A41", "name": "Accent Secondary" } diff --git a/styles/green-corn.json b/styles/green-corn.json index 7ed1047..def0565 100644 --- a/styles/green-corn.json +++ b/styles/green-corn.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#F99E34", "name": "Accent Secondary" } diff --git a/styles/light-serif.json b/styles/light-serif.json index aeac5f8..b19784c 100644 --- a/styles/light-serif.json +++ b/styles/light-serif.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#0F0F0F", "name": "Accent Secondary" } diff --git a/styles/night-owl.json b/styles/night-owl.json index 05a32a4..ed0146f 100644 --- a/styles/night-owl.json +++ b/styles/night-owl.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#4C32B4", "name": "Accent Secondary" } diff --git a/styles/purple-dawn.json b/styles/purple-dawn.json index 0df2a27..baa4eda 100644 --- a/styles/purple-dawn.json +++ b/styles/purple-dawn.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#D45A3A", "name": "Accent Secondary" } diff --git a/styles/wooden.json b/styles/wooden.json index f7c9bda..d0348a3 100644 --- a/styles/wooden.json +++ b/styles/wooden.json @@ -31,7 +31,7 @@ "name": "Accent" }, { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#3E3428", "name": "Accent Secondary" } diff --git a/theme.json b/theme.json index 9cb2c1a..4d33bdd 100644 --- a/theme.json +++ b/theme.json @@ -1,427 +1,542 @@ { - "version": 2, - "settings": { - "appearanceTools": true, - "color": { - "palette": [ - { - "slug": "raft-bg", - "color": "#EBE8E6", - "name": "Background" - }, - { - "slug": "raft-fg", - "color": "#1D1F25", - "name": "Foreground" - }, - { - "slug": "raft-bg-alt", - "color": "rgba(255, 255, 255, 0.6)", - "name": "Background Alt" + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 2, + "settings": { + "appearanceTools": true, + "color": { + "palette": [ + { + "slug": "raft-bg", + "color": "#EBE8E6", + "name": "Background" + }, + { + "slug": "raft-fg", + "color": "#1D1F25", + "name": "Foreground" + }, + { + "slug": "raft-bg-alt", + "color": "rgba(255, 255, 255, 0.6)", + "name": "Background Alt" + }, + { + "slug": "raft-fg-alt", + "color": "#FDFDFD", + "name": "Foreground Alt" + }, + { + "slug": "raft-accent", + "color": "#C26148", + "name": "Accent" }, { - "slug": "raft-fg-alt", - "color": "#FDFDFD", - "name": "Foreground Alt" - }, - { - "slug": "raft-accent", - "color": "#C26148", - "name": "Accent" - }, - { - "slug": "ti-accent-secondary", + "slug": "raft-accent-secondary", "color": "#AC5039", "name": "Accent Secondary" - } - ], - "link": true, - "gradients": [] - }, - "typography": { - "lineHeight": true, - "customFontSize": true, - "fontFamilies": [ - { - "fontFace": [ - { - "fontDisplay": "swap", - "fontFamily": "Readex Pro", - "fontStretch": "normal", - "fontStyle": "normal", - "fontWeight": "160 700", - "src": [ - "file:./assets/fonts/readex-pro/ReadexPro-VariableFont_wght.ttf" - ] - } - ], - "fontFamily": "\"Readex Pro\", sans-serif", - "name": "Readex Pro", - "slug": "body" - }, - { - "fontFace": [ - { - "fontFamily": "Source Serif Pro", - "fontStretch": "normal", - "fontStyle": "normal", - "fontWeight": "200 900", - "src": [ - "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2" - ] - }, - { - "fontFamily": "Source Serif Pro", - "fontStretch": "normal", - "fontStyle": "italic", - "fontWeight": "200 900", - "src": [ - "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2" - ] - } - ], - "fontFamily": "\"Source Serif Pro\", serif", - "name": "Source Serif Pro", - "slug": "source-serif-pro" - }, - { - "fontFace": [ - { - "fontFamily": "Figtree", - "fontStretch": "normal", - "fontStyle": "normal", - "fontWeight": "300 900", - "src": [ - "file:./assets/fonts/figtree/Figtree-VariableFont_wght.ttf" - ] - }, - { - "fontFamily": "Figtree", - "fontStretch": "normal", - "fontStyle": "italic", - "fontWeight": "300 900", - "src": [ - "file:./assets/fonts/figtree/Figtree-Italic-VariableFont_wght.ttf" - ] - } - ], - "fontFamily": "\"Figtree\", sans-serif", - "name": "Figtree", - "slug": "figtree" - }, - { - "fontFace": [ - { - "fontDisplay": "swap", - "fontFamily": "Outfit", - "fontStretch": "normal", - "fontStyle": "normal", - "fontWeight": "100 900", - "src": [ - "file:./assets/fonts/outfit/Outfit-VariableFont_wght.ttf" - ] - } - ], - "fontFamily": "\"Outfit\", sans-serif", - "name": "Outfit", - "slug": "outfit" - }, - { - "fontFace": [ - { - "fontFamily": "Lora", - "fontStretch": "normal", - "fontStyle": "normal", - "fontWeight": "400 700", - "src": [ - "file:./assets/fonts/lora/Lora-VariableFont_wght.ttf" - ] - }, - { - "fontFamily": "Lora", - "fontStretch": "normal", - "fontStyle": "italic", - "fontWeight": "400 700", - "src": [ - "file:./assets/fonts/lora/Lora-Italic-VariableFont_wght.ttf" - ] - } - ], - "fontFamily": "\"Lora\", serif", - "name": "Lora", - "slug": "lora" - } - ], - "fontSizes": [ - { - "slug": "small", - "size": "14px", - "name": "Small" - }, - { - "slug": "normal", - "size": "18px", - "name": "Normal" - }, - { - "slug": "medium", - "size": "24px", - "name": "Medium" - }, - { - "slug": "large", - "size": "28px", - "name": "Large" - }, - { - "slug": "x-large", - "size": "32px", - "name": "Extra Large" - }, - { - "slug": "huge", - "size": "56px", - "name": "Huge" - } - ] - }, - "spacing": { - "blockGap": true, - "margin": true, - "padding": true, - "units": [ - "px", - "em", - "rem", - "vh", - "vw", - "%" - ] - }, - "layout": { - "contentSize": "740px", - "wideSize": "960px" - }, - "border": { - "color": true, - "radius": true, - "style": true, - "width": true - }, - "custom": { - "spacing": { - "baseline": "16px", - "small": "min(24px, 6.4vw)", - "gap": { - "horizontal": "clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 2.222vw, calc( 2 * var( --wp--custom--spacing--baseline ) ) )", - "vertical": "clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 3.333vw, calc( 3 * var( --wp--custom--spacing--baseline ) ) )" - }, - "gutter": "clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 3.333vw, calc( 3 * var( --wp--custom--spacing--baseline ) ) )", - "outer": "var( --wp--custom--spacing--gutter )" - }, - "typography": { - "fontSmoothing": { - "moz": "grayscale", - "webkit": "antialiased" - } - } - } - }, - "styles": { - "color": { - "background": "var(--wp--preset--color--raft-bg)", - "text": "var(--wp--preset--color--raft-fg)" - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--normal)", - "fontFamily": "var(--wp--preset--font-family--body)", - "fontWeight": "400", - "lineHeight": "1.7" - }, - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--raft-fg)" - }, - "typography": { - "textDecoration": "none" - } - }, - "h1": { - "typography": { - "fontSize": "var(--wp--preset--font-size--huge)", - "fontWeight": "600", - "lineHeight": "1.25" - } - }, - "h2": { - "typography": { - "fontSize": "var(--wp--preset--font-size--x-large)", - "fontWeight": "600", - "lineHeight": "1.35" - } - }, - "h3": { - "typography": { - "fontSize": "var(--wp--preset--font-size--large)", - "fontWeight": "600", - "lineHeight": "1.35" - } - }, - "h4": { - "typography": { - "fontSize": "var(--wp--preset--font-size--medium)", - "fontWeight": "600", - "lineHeight": "1.4" - } - }, - "h5": { - "typography": { - "fontSize": "var(--wp--preset--font-size--normal)", - "fontWeight": "600", - "lineHeight": "1.55" - } - }, - "h6": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)", - "fontWeight": "600", - "lineHeight": "1.6" - } - } - }, - "blocks": { - "core/button": { - "border": { - "radius": "3px" - }, - "color": { - "background": "var(--wp--preset--color--raft-accent)", - "text": "var(--wp--preset--color--raft-fg-alt)" - }, - "spacing": { - "padding": { - "bottom": "16px", - "left": "32px", - "right": "32px", - "top": "16px" - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--normal)", - "fontWeight": "600" - } - }, - "core/comment-content": { - "border": { - "radius": "5px" - }, - "color": { - "background": "var(--wp--preset--color--raft-bg-alt)" - }, - "spacing": { - "padding": { - "bottom": "24px", - "left": "24px", - "right": "24px", - "top": "24px" - } - } - }, - "core/comment-author-name": { - "typography": { - "fontSize": "var(--wp--preset--font-size--normal)" - } - }, - "core/comment-date": { - "typography": { - "textTransform": "uppercase", - "fontSize": "12px" - } - }, - "core/comment-edit-link": { - "typography": { - "textTransform": "uppercase", - "fontSize": "12px" - } - }, - "core/comment-reply-link": { - "typography": { - "textTransform": "uppercase" - }, - "elements": { - "link": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - }, - "color": { - "text": "var(--wp--preset--color--raft-accent)" - } - } - } - }, - "core/search": { - "border": { - "radius": "5px" - } - }, - "core/quote": { - "typography": { - "fontSize": "var(--wp--preset--font-size--large)" - } - }, - "woocommerce/mini-cart-contents": { - "color": { - "text": "var(--wp--preset--color--raft-fg)", - "background": "var(--wp--preset--color--raft-bg)" - }, - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--raft-accent)" - } - } - } - } - } - }, - "customTemplates": [ - { - "name": "template-blank", - "title": "Blank Page - Only Content" - }, - { - "name": "single-product", - "title": "WooCommerce Single Product" - }, - { - "name": "page-checkout", - "title": "WooCommerce Checkout" - }, - { - "name": "page-cart", - "title": "WooCommerce Cart" - } - ], - "templateParts": [ - { - "name": "header", - "title": "Header", - "area": "header" - },{ - "name": "header-centered", - "title": "Header Centered", - "area": "header" - }, - { - "name": "footer", - "title": "Footer", - "area": "footer" - }, - { - "name": "footer-with-columns", - "title": "Footer with Columns", - "area": "footer" - } - ] + } + ], + "link": true, + "gradients": [] + }, + "typography": { + "lineHeight": true, + "customFontSize": true, + "fontFamilies": [ + { + "fontFace": [ + { + "fontDisplay": "swap", + "fontFamily": "Readex Pro", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "160 700", + "src": [ + "file:./assets/fonts/readex-pro/ReadexPro-VariableFont_wght.ttf" + ] + } + ], + "fontFamily": "\"Readex Pro\", sans-serif", + "name": "Readex Pro", + "slug": "body" + }, + { + "fontFace": [ + { + "fontFamily": "Source Serif Pro", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "200 900", + "src": [ + "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2" + ] + }, + { + "fontFamily": "Source Serif Pro", + "fontStretch": "normal", + "fontStyle": "italic", + "fontWeight": "200 900", + "src": [ + "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2" + ] + } + ], + "fontFamily": "\"Source Serif Pro\", serif", + "name": "Source Serif Pro", + "slug": "source-serif-pro" + }, + { + "fontFace": [ + { + "fontFamily": "Figtree", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "300 900", + "src": [ + "file:./assets/fonts/figtree/Figtree-VariableFont_wght.ttf" + ] + }, + { + "fontFamily": "Figtree", + "fontStretch": "normal", + "fontStyle": "italic", + "fontWeight": "300 900", + "src": [ + "file:./assets/fonts/figtree/Figtree-Italic-VariableFont_wght.ttf" + ] + } + ], + "fontFamily": "\"Figtree\", sans-serif", + "name": "Figtree", + "slug": "figtree" + }, + { + "fontFace": [ + { + "fontDisplay": "swap", + "fontFamily": "Outfit", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "100 900", + "src": [ + "file:./assets/fonts/outfit/Outfit-VariableFont_wght.ttf" + ] + } + ], + "fontFamily": "\"Outfit\", sans-serif", + "name": "Outfit", + "slug": "outfit" + }, + { + "fontFace": [ + { + "fontDisplay": "swap", + "fontFamily": "inter", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "300 900", + "src": [ + "file:.assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf" + ] + } + ], + "fontFamily": "\"inter\", sans-serif", + "name": "Inter", + "slug": "inter" + }, + { + "fontFace": [ + { + "fontDisplay": "swap", + "fontFamily": "geologica", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "300 900", + "src": [ + "file:.assets/fonts/geologica/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf" + ] + } + ], + "fontFamily": "\"geologica\", sans-serif", + "name": "Geologica", + "slug": "geologica" + }, + { + "fontFace": [ + { + "fontDisplay": "swap", + "fontFamily": "gloock", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:.assets/fonts/gloock/Gloock-Regular.ttf" + ] + } + ], + "fontFamily": "\"gloock\", serif", + "name": "Gloock", + "slug": "gloock" + }, + { + "fontFace": [ + { + "fontDisplay": "swap", + "fontFamily": "Jet Brains Mono", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "400 800", + "src": [ + "file:.assets/fonts/jet-brains-mono/JetBrainsMono-VariableFont_wght.ttf" + ] + }, + { + "fontFamily": "Jet Brains Mono", + "fontStretch": "normal", + "fontStyle": "italic", + "fontWeight": "400 800", + "src": [ + "file:.assets/fonts/jet-brains-mono/JetBrainsMono-VariableFont_wght.ttf" + ] + } + ], + "fontFamily": "\"jet-brains-mono\", sans-serif", + "name": "Jet Brains Mono", + "slug": "jet-brains-mono" + }, + { + "fontFace": [ + { + "fontFamily": "Lora", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "400 700", + "src": [ + "file:./assets/fonts/lora/Lora-VariableFont_wght.ttf" + ] + }, + { + "fontFamily": "Lora", + "fontStretch": "normal", + "fontStyle": "italic", + "fontWeight": "400 700", + "src": [ + "file:./assets/fonts/lora/Lora-Italic-VariableFont_wght.ttf" + ] + } + ], + "fontFamily": "\"Lora\", serif", + "name": "Lora", + "slug": "lora" + } + ], + "fontSizes": [ + { + "slug": "small", + "size": "14px", + "name": "Small" + }, + { + "slug": "normal", + "size": "18px", + "name": "Normal" + }, + { + "slug": "medium", + "size": "24px", + "name": "Medium" + }, + { + "slug": "large", + "size": "28px", + "name": "Large" + }, + { + "slug": "x-large", + "size": "32px", + "name": "Extra Large" + }, + { + "slug": "huge", + "size": "56px", + "name": "Huge" + } + ] + }, + "spacing": { + "spacingScale": { + "steps": 0 + }, + "spacingSizes": [ + { + "name": "XXS", + "size": "clamp(.4rem, 2vw, 0.5rem)", + "slug": "20" + }, + { + "name": "XS", + "size": "clamp(.6rem, 2.5vw, 1rem)", + "slug": "30" + }, + { + "name": "S", + "size": "clamp(1rem, 3vw, 1.5rem)", + "slug": "40" + }, + { + "name": "M", + "size": "clamp(1.5rem, 4vw, 2rem)", + "slug": "50" + }, + { + "name": "L", + "size": "clamp(2rem, 5vw, 3rem)", + "slug": "60" + }, + { + "name": "XL", + "size": "clamp(3rem, 6vw, 4rem)", + "slug": "70" + }, + { + "name": "XXL", + "size": "clamp(3rem, 7vw, 5rem)", + "slug": "80" + } + ], + "units": [ + "px", + "em", + "rem", + "vh", + "vw", + "%" + ] + }, + "layout": { + "contentSize": "740px", + "wideSize": "960px" + }, + "border": { + "color": true, + "radius": true, + "style": true, + "width": true + }, + "custom": { + "spacing": { + "baseline": "16px", + "small": "min(24px, 6.4vw)", + "gap": { + "horizontal": "clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 2.222vw, calc( 2 * var( --wp--custom--spacing--baseline ) ) )", + "vertical": "clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 3.333vw, calc( 3 * var( --wp--custom--spacing--baseline ) ) )" + }, + "gutter": "clamp( calc( 1.5 * var( --wp--custom--spacing--baseline ) ), 3.333vw, calc( 3 * var( --wp--custom--spacing--baseline ) ) )", + "outer": "var( --wp--custom--spacing--gutter )" + }, + "typography": { + "fontSmoothing": { + "moz": "grayscale", + "webkit": "antialiased" + } + } + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--raft-bg)", + "text": "var(--wp--preset--color--raft-fg)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--normal)", + "fontFamily": "var(--wp--preset--font-family--body)", + "fontWeight": "400", + "lineHeight": "1.7" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--raft-fg)" + }, + "typography": { + "textDecoration": "none" + } + }, + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--huge)", + "fontWeight": "600", + "lineHeight": "1.25" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--x-large)", + "fontWeight": "600", + "lineHeight": "1.35" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "600", + "lineHeight": "1.35" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "600", + "lineHeight": "1.4" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--normal)", + "fontWeight": "600", + "lineHeight": "1.55" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontWeight": "600", + "lineHeight": "1.6" + } + } + }, + "blocks": { + "core/button": { + "border": { + "radius": "3px" + }, + "color": { + "background": "var(--wp--preset--color--raft-accent)", + "text": "var(--wp--preset--color--raft-fg-alt)" + }, + "spacing": { + "padding": { + "bottom": "16px", + "left": "32px", + "right": "32px", + "top": "16px" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--normal)", + "fontWeight": "600" + } + }, + "core/comment-content": { + "border": { + "radius": "5px" + }, + "color": { + "background": "var(--wp--preset--color--raft-bg-alt)" + }, + "spacing": { + "padding": { + "bottom": "24px", + "left": "24px", + "right": "24px", + "top": "24px" + } + } + }, + "core/comment-author-name": { + "typography": { + "fontSize": "var(--wp--preset--font-size--normal)" + } + }, + "core/comment-date": { + "typography": { + "textTransform": "uppercase", + "fontSize": "12px" + } + }, + "core/comment-edit-link": { + "typography": { + "textTransform": "uppercase", + "fontSize": "12px" + } + }, + "core/comment-reply-link": { + "typography": { + "textTransform": "uppercase" + }, + "elements": { + "link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + }, + "color": { + "text": "var(--wp--preset--color--raft-accent)" + } + } + } + }, + "core/search": { + "border": { + "radius": "5px" + } + }, + "core/quote": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)" + } + }, + "woocommerce/mini-cart-contents": { + "color": { + "text": "var(--wp--preset--color--raft-fg)", + "background": "var(--wp--preset--color--raft-bg)" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--raft-accent)" + } + } + } + } + } + }, + "customTemplates": [ + { + "name": "template-blank", + "title": "Blank Page - Only Content" + }, + { + "name": "single-product", + "title": "WooCommerce Single Product" + }, + { + "name": "page-checkout", + "title": "WooCommerce Checkout" + }, + { + "name": "page-cart", + "title": "WooCommerce Cart" + } + ], + "templateParts": [ + { + "name": "header", + "title": "Header", + "area": "header" + },{ + "name": "header-centered", + "title": "Header Centered", + "area": "header" + }, + { + "name": "footer", + "title": "Footer", + "area": "footer" + }, + { + "name": "footer-with-columns", + "title": "Footer with Columns", + "area": "footer" + } + ] }