diff --git a/client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php b/client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php index 56399e596..bc2deee0e 100644 --- a/client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php +++ b/client-mu-plugins/goodbids/blocks/auction-metrics-general/render.php @@ -21,7 +21,7 @@ return; endif; ?> -
> +
> bid_product_id && ! is_admin() ) { $bid_product = wc_get_product( $this->bid_product_id ); $button_text = sprintf( /* translators: %s: Bid Price */ - __( 'Bid %s Now', 'goodbids' ), + __( 'GOODBID %s Now', 'goodbids' ), wc_price( $bid_product->get_regular_price() ) ); } diff --git a/client-mu-plugins/goodbids/blocks/bid-now/render.php b/client-mu-plugins/goodbids/blocks/bid-now/render.php index 23ab1d7d7..7a80c6edb 100644 --- a/client-mu-plugins/goodbids/blocks/bid-now/render.php +++ b/client-mu-plugins/goodbids/blocks/bid-now/render.php @@ -16,9 +16,10 @@ endif; ?>
get_block_classes() ); ?>> - + + get_button_text() ); ?> +
diff --git a/client-mu-plugins/goodbids/src/assets/css/editor.css b/client-mu-plugins/goodbids/src/assets/css/editor.css index addf3084b..f02d337aa 100644 --- a/client-mu-plugins/goodbids/src/assets/css/editor.css +++ b/client-mu-plugins/goodbids/src/assets/css/editor.css @@ -1 +1,7 @@ /** Put Editor Specific Styles Here */ +/* Import any CSS from blocks before tailwind */ +@import '../../../blocks/reward-product-gallery/block.css'; + +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/client-mu-plugins/goodbids/src/assets/css/main.css b/client-mu-plugins/goodbids/src/assets/css/main.css index 426ec8502..07188d50f 100644 --- a/client-mu-plugins/goodbids/src/assets/css/main.css +++ b/client-mu-plugins/goodbids/src/assets/css/main.css @@ -1,5 +1,14 @@ +/* Import any CSS from blocks before tailwind */ @import '../../../blocks/reward-product-gallery/block.css'; @tailwind base; @tailwind components; @tailwind utilities; + + +@layer components { + #vip-non-prod-bar, + #a8c-debug-flag { + @apply hidden; + } +} diff --git a/client-mu-plugins/goodbids/views/patterns/template-auction.php b/client-mu-plugins/goodbids/views/patterns/template-auction.php index bcb157ba1..755e3a52f 100644 --- a/client-mu-plugins/goodbids/views/patterns/template-auction.php +++ b/client-mu-plugins/goodbids/views/patterns/template-auction.php @@ -16,9 +16,7 @@
- - - +
diff --git a/themes/goodbids-main/theme.json b/themes/goodbids-main/theme.json index aaf9f4dc9..2c8427cfe 100644 --- a/themes/goodbids-main/theme.json +++ b/themes/goodbids-main/theme.json @@ -1,985 +1,979 @@ { - "$schema": "https://schemas.wp.org/trunk/theme.json", - "version": 2, - "patterns": ["three-columns-of-services", "clients-section"], - "settings": { - "appearanceTools": true, - "color": { - "background": true, - "defaultDuotone": false, - "defaultPalette": false, - "defaultGradients": false, - "duotone": [ - { - "colors": ["#111111", "#ffffff"], - "slug": "duotone-1", - "name": "Black and white" - }, - { - "colors": ["#111111", "#C2A990"], - "slug": "duotone-2", - "name": "Black and sandstone" - }, - { - "colors": ["#111111", "#68004B"], - "slug": "duotone-3", - "name": "Black and plum" - }, - { - "colors": ["#111111", "#FFB2B2"], - "slug": "duotone-4", - "name": "Black and pink" - }, - { - "colors": ["#111111", "#FFE7EF"], - "slug": "duotone-5", - "name": "Black and pastel pink" - } - ], - "gradients": [ - { - "slug": "gradient-1", - "gradient": "linear-gradient(to bottom, #cfcabe 0%, #F9F9F9 100%)", - "name": "Vertical soft beige to white" - }, - { - "slug": "gradient-2", - "gradient": "linear-gradient(to bottom, #C2A990 0%, #F9F9F9 100%)", - "name": "Vertical soft sandstone to white" - }, - { - "slug": "gradient-3", - "gradient": "linear-gradient(to bottom, #68004B 0%, #F9F9F9 100%)", - "name": "Vertical soft plum to white" - }, - { - "slug": "gradient-4", - "gradient": "linear-gradient(to bottom, #FFB2B2 0%, #F9F9F9 100%)", - "name": "Vertical soft pink to white" - }, - { - "slug": "gradient-5", - "gradient": "linear-gradient(to bottom, #FFE7EF 0%, #F9F9F9 100%)", - "name": "Vertical soft pink to white" - }, - { - "slug": "gradient-6", - "gradient": "linear-gradient(to bottom, #A4A4A4 0%, #F9F9F9 100%)", - "name": "Vertical soft pewter to white" - }, - { - "slug": "gradient-7", - "gradient": "linear-gradient(to bottom, #cfcabe 50%, #F9F9F9 50%)", - "name": "Vertical hard beige to white" - }, - { - "slug": "gradient-8", - "gradient": "linear-gradient(to bottom, #C2A990 50%, #F9F9F9 50%)", - "name": "Vertical hard sandstone to white" - }, - { - "slug": "gradient-9", - "gradient": "linear-gradient(to bottom, #68004B 50%, #F9F9F9 50%)", - "name": "Vertical hard plum to white" - }, - { - "slug": "gradient-10", - "gradient": "linear-gradient(to bottom, #FFB2B2 50%, #F9F9F9 50%)", - "name": "Vertical hard pink to white" - }, - { - "slug": "gradient-11", - "gradient": "linear-gradient(to bottom, #FFE7EF 50%, #F9F9F9 50%)", - "name": "Vertical hard pink to white" - }, - { - "slug": "gradient-12", - "gradient": "linear-gradient(to bottom, #A4A4A4 50%, #F9F9F9 50%)", - "name": "Vertical hard pewter to white" - } - ], - "palette": [ - { - "color": "#D9FFD2", - "name": "Base", - "slug": "base" - }, - { - "color": "#FFFFFF", - "name": "Base / Two", - "slug": "base-2" - }, - { - "color": "#CED7d3", - "name": "Base / Three", - "slug": "base-3" - }, - { - "color": "#0A3624", - "name": "Contrast", - "slug": "contrast" - }, - { - "color": "#232826", - "name": "Contrast / Two", - "slug": "contrast-2" - }, - { - "color": "#919493", - "name": "Contrast / Three", - "slug": "contrast-3" - }, - { - "color": "#70FF8F", - "name": "Contrast / Four", - "slug": "contrast-4" - }, - { - "color": "#cfcabe", - "name": "Accent", - "slug": "accent" - }, - { - "color": "#c2a990", - "name": "Accent / Two", - "slug": "accent-2" - }, - { - "color": "#68004B", - "name": "Accent / Three", - "slug": "accent-3" - }, - { - "color": "#FFB2B2", - "name": "Accent / Four", - "slug": "accent-4" - }, - { - "color": "#FFE7EF", - "name": "Accent / Five", - "slug": "accent-5" - } - ], - "text": true - }, - "layout": { - "contentSize": "620px", - "wideSize": "1280px" - }, - "spacing": { - "margin": true, - "padding": true, - "spacingScale": { - "steps": 0 - }, - "spacingSizes": [ - { - "name": "1", - "size": "1rem", - "slug": "10" - }, - { - "name": "2", - "size": "min(1.5rem, 2vw)", - "slug": "20" - }, - { - "name": "3", - "size": "min(2.5rem, 3vw)", - "slug": "30" - }, - { - "name": "4", - "size": "min(4rem, 5vw)", - "slug": "40" - }, - { - "name": "5", - "size": "min(6.5rem, 8vw)", - "slug": "50" - }, - { - "name": "6", - "size": "min(10.5rem, 13vw)", - "slug": "60" - } - ], - "units": ["%", "px", "em", "rem", "vh", "vw"] - }, - "typography": { - "fluid": true, - "fontFamilies": [ - { - "fontFace": [ - { - "fontFamily": "Inter", - "fontStretch": "normal", - "fontStyle": "normal", - "fontWeight": "300 900", - "src": [ - "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2" - ] - } - ], - "fontFamily": "\"Inter\", sans-serif", - "name": "Inter", - "slug": "body" - }, - { - "fontFace": [ - { - "fontFamily": "Cardo", - "fontStyle": "normal", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/cardo/cardo_normal_400.woff2" - ] - }, - { - "fontFamily": "Cardo", - "fontStyle": "italic", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/cardo/cardo_italic_400.woff2" - ] - }, - { - "fontFamily": "Cardo", - "fontStyle": "normal", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/cardo/cardo_normal_700.woff2" - ] - } - ], - "fontFamily": "Cardo", - "name": "Cardo", - "slug": "heading" - }, - { - "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", - "name": "System Sans-serif", - "slug": "system-sans-serif" - }, - { - "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", - "name": "System Serif", - "slug": "system-Serif" - } - ], - "fontSizes": [ - { - "fluid": false, - "name": "X Small", - "size": "0.9rem", - "slug": "x-small" - }, - { - "fluid": false, - "name": "Small", - "size": "1.125rem", - "slug": "small" - }, - { - "fluid": false, - "name": "Medium", - "size": "1.25rem", - "slug": "medium" - }, - { - "fluid": false, - "name": "Base", - "size": "1.5rem", - "slug": "base" - }, - { - "fluid": { - "min": "1.39rem", - "max": "1.85rem" - }, - "name": "Large", - "size": "1.85rem", - "slug": "large" - }, - { - "fluid": { - "min": "1.85rem", - "max": "2.375rem" - }, - "name": "Extra Large", - "size": "2.375rem", - "slug": "x-large" - }, - { - "fluid": { - "min": "2.5rem", - "max": "3rem" - }, - "name": "Extra Extra Large", - "size": "3rem", - "slug": "xx-large" - } - ], - "writingMode": true - }, - "useRootPaddingAwareAlignments": true - }, - "styles": { - "blocks": { - "core/avatar": { - "border": { - "radius": "90px" - } - }, - "core/button": { - "variations": { - "outline": { - "spacing": { - "padding": { - "bottom": "calc(0.7rem - 1px)", - "left": "calc(1.8rem - 1px)", - "right": "calc(1.8rem - 1px)", - "top": "calc(0.7rem - 1px)" - } - }, - "border": { - "width": "1px" - } - } - } - }, - "core/buttons": { - "spacing": { - "blockGap": "0.7rem" - } - }, - "core/calendar": { - "color": { - "text": "var(--wp--preset--color--contrast)" - }, - "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast-2)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast-2)}" - }, - "core/categories": { - "spacing": { - "padding": { - "left": "0px", - "right": "0px" - } - }, - "css": "& {list-style-type:none;} & li{margin-bottom: 0.5rem;}" - }, - "core/code": { - "border": { - "color": "var(--wp--preset--color--contrast)", - "radius": "var(--wp--preset--spacing--20)" - }, - "color": { - "background": "var(--wp--preset--color--base-2)", - "text": "var(--wp--preset--color--contrast-2)" - }, - "spacing": { - "padding": { - "bottom": "calc(var(--wp--preset--spacing--30) + 0.75rem)", - "left": "calc(var(--wp--preset--spacing--30) + 0.75rem)", - "right": "calc(var(--wp--preset--spacing--30) + 0.75rem)", - "top": "calc(var(--wp--preset--spacing--30) + 0.75rem)" - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--medium)", - "fontStyle": "normal", - "fontWeight": "400", - "lineHeight": "1.6" - } - }, - "core/comment-author-name": { - "color": { - "text": "var(--wp--preset--color--contrast)" - }, - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--contrast)" - }, - "typography": { - "textDecoration": "none" - }, - ":hover": { - "typography": { - "textDecoration": "underline" - } - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)", - "fontStyle": "normal", - "fontWeight": "600" - } - }, - "core/comment-content": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - }, - "spacing": { - "margin": { - "top": "var(--wp--preset--spacing--20)", - "bottom": "var(--wp--preset--spacing--20)" - } - } - }, - "core/comment-date": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "typography": { - "textDecoration": "none" - }, - ":hover": { - "typography": { - "textDecoration": "underline" - } - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - }, - "spacing": { - "margin": { - "top": "0px", - "bottom": "0px" - } - } - }, - "core/comment-edit-link": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "typography": { - "textDecoration": "none" - }, - ":hover": { - "typography": { - "textDecoration": "underline" - } - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comment-reply-link": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "typography": { - "textDecoration": "none" - }, - ":hover": { - "typography": { - "textDecoration": "underline" - } - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-comments-form": { - "css": "& textarea, input{border-radius:.33rem}" - }, - "core/comments-pagination": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comments-pagination-next": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comments-pagination-numbers": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comments-pagination-previous": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/footnotes": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/gallery": { - "spacing": { - "margin": { - "bottom": "var(--wp--preset--spacing--50)" - } - } - }, - "core/image": { - "variations": { - "rounded": { - "border": { - "radius": "var(--wp--preset--spacing--20)" - } - } - } - }, - "core/list": { - "spacing": { - "padding": { - "left": "var(--wp--preset--spacing--10)" - } - } - }, - "core/loginout": { - "css": "& input{border-radius:.33rem;padding:calc(0.667em + 2px);border:1px solid #949494;}" - }, - "core/navigation": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontWeight": "500" - } - }, - "core/post-author": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-author-name": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-date": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-excerpt": { - "typography": { - "lineHeight": "1.6" - } - }, - "core/post-featured-image": { - "border": { - "radius": "var(--wp--preset--spacing--20)" - } - }, - "core/post-terms": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - }, - "css": "& .wp-block-post-terms__prefix{color: var(--wp--preset--color--contrast-2);}" - }, - "core/post-title": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - } - }, - "core/pullquote": { - "border": { - "radius": "var(--wp--preset--spacing--20)" - }, - "elements": { - "cite": { - "typography": { - "fontFamily": "var(--wp--preset--font-family--body)", - "fontSize": "var(--wp--preset--font-size--medium)", - "fontStyle": "normal" - } - } - }, - "spacing": { - "padding": { - "bottom": "var(--wp--preset--spacing--40)", - "top": "var(--wp--preset--spacing--40)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--heading)", - "fontSize": "var(--wp--preset--font-size--x-large)", - "fontStyle": "italic", - "fontWeight": "400", - "letterSpacing": "0em", - "lineHeight": "1.5" - } - }, - "core/query-title": { - "css": "& span {font-style: italic;}" - }, - "core/query-no-results": { - "spacing": { - "padding": { - "top": "var(--wp--preset--spacing--30)" - } - } - }, - "core/quote": { - "border": { - "radius": "var(--wp--preset--spacing--20)" - }, - "color": { - "background": "var(--wp--preset--color--base-2)" - }, - "css": "& :where(p) {margin-block-start:0;margin-block-end:calc(var(--wp--preset--spacing--10) + 0.5rem);} & :where(:last-child) {margin-block-end:0;} &.has-text-align-right.is-style-plain, .rtl .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-left){border-width: 0 2px 0 0;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem);} &.has-text-align-left.is-style-plain, body:not(.rtl) .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right){border-width: 0 0 0 2px;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem)}", - "elements": { - "cite": { - "typography": { - "fontFamily": "var(--wp--preset--font-family--body)", - "fontSize": "var(--wp--preset--font-size--small)", - "fontStyle": "normal" - } - } - }, - "spacing": { - "padding": { - "bottom": "calc(var(--wp--preset--spacing--30) + 0.75rem)", - "left": "calc(var(--wp--preset--spacing--30) + 0.75rem)", - "right": "calc(var(--wp--preset--spacing--30) + 0.75rem)", - "top": "calc(var(--wp--preset--spacing--30) + 0.75rem)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--heading)", - "fontSize": "var(--wp--preset--font-size--large)", - "fontStyle": "italic", - "lineHeight": "1.3" - }, - "variations": { - "plain": { - "border": { - "color": "var(--wp--preset--color--contrast-4)", - "radius": "0", - "style": "solid", - "width": "0" - }, - "color": { - "background": "transparent" - }, - "spacing": { - "padding": { - "bottom": "var(--wp--preset--spacing--20)", - "left": "var(--wp--preset--spacing--20)", - "right": "var(--wp--preset--spacing--20)", - "top": "var(--wp--preset--spacing--20)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--body)", - "fontStyle": "normal", - "fontSize": "var(--wp--preset--font-size--medium)", - "lineHeight": "1.5" - } - } - } - }, - "core/search": { - "css": "& .wp-block-search__input{border-radius:.33rem}", - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - }, - "elements": { - "button": { - "border": { - "radius": { - "ref": "styles.elements.button.border.radius" - } - } - } - } - }, - "core/separator": { - "border": { - "color": "currentColor", - "style": "solid", - "width": "0 0 1px 0" - }, - "color": { - "text": "var(--wp--preset--color--contrast)" - }, - "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){width: var(--wp--preset--spacing--60)}" - }, - "core/site-tagline": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/site-title": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "none" - } - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--body)", - "fontSize": "1.2rem", - "fontStyle": "normal", - "fontWeight": "600" - } - } - }, - "color": { - "background": "var(--wp--preset--color--base)", - "text": "var(--wp--preset--color--contrast)" - }, - "elements": { - "button": { - ":active": { - "color": { - "background": "var(--wp--preset--color--contrast-4)", - "text": "var(--wp--preset--color--contrast)" - } - }, - ":focus": { - "color": { - "background": "var(--wp--preset--color--contrast-4)", - "text": "var(--wp--preset--color--contrast)" - }, - "outline": { - "color": "var(--wp--preset--color--contrast)" - }, - "border": { - "color": "var(--wp--preset--color--contrast)" - } - }, - ":hover": { - "color": { - "background": "var(--wp--preset--color--contrast-4)", - "text": "var(--wp--preset--color--contrast)" - }, - "border": { - "color": "var(--wp--preset--color--contrast)" - } - }, - "border": { - "radius": "100px" - }, - "color": { - "background": "var(--wp--preset--color--contrast)", - "text": "var(--wp--preset--color--base-2)" - }, - "spacing": { - "padding": { - "bottom": "0.7rem", - "left": "1.8rem", - "right": "1.8rem", - "top": "0.7rem" - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)", - "fontStyle": "normal", - "fontWeight": "700" - } - }, - "caption": { - "color": { - "text": "var(--wp--preset--color--contrast-2)" - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--body)", - "fontSize": "0.8rem" - } - }, - "h1": { - "typography": { - "fontSize": "var(--wp--preset--font-size--xx-large)", - "lineHeight": "1.15" - } - }, - "h2": { - "typography": { - "fontSize": "var(--wp--preset--font-size--x-large)" - } - }, - "h3": { - "typography": { - "fontSize": "var(--wp--preset--font-size--large)" - } - }, - "h4": { - "typography": { - "fontSize": "clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem)" - } - }, - "h5": { - "typography": { - "fontSize": "var(--wp--preset--font-size--medium)" - } - }, - "h6": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--contrast)" - }, - "typography": { - "fontFamily": "Inter", - "fontWeight": "900", - "textTransform": "uppercase", - "lineHeight": "1.2" - } - }, - "link": { - ":hover": { - "typography": { - "textDecoration": "none" - } - }, - "color": { - "text": "var(--wp--preset--color--contrast)" - } - } - }, - "spacing": { - "blockGap": "1.2rem", - "padding": { - "left": "var(--wp--preset--spacing--50)", - "right": "var(--wp--preset--spacing--50)" - } - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--body)", - "fontSize": "var(--wp--preset--font-size--medium)", - "fontStyle": "normal", - "fontWeight": "400", - "lineHeight": "1.55" - } - }, - "templateParts": [ - { - "area": "header", - "name": "header", - "title": "Header" - }, - { - "area": "footer", - "name": "footer", - "title": "Footer" - }, - { - "area": "uncategorized", - "name": "sidebar", - "title": "Sidebar" - }, - { - "area": "uncategorized", - "name": "post-meta", - "title": "Post Meta" - } - ], - "customTemplates": [ - { - "name": "page-no-title", - "postTypes": ["page"], - "title": "Page No Title" - }, - { - "name": "page-with-sidebar", - "postTypes": ["page"], - "title": "Page With Sidebar" - }, - { - "name": "page-wide", - "postTypes": ["page"], - "title": "Page with wide Image" - }, - { - "name": "single-with-sidebar", - "postTypes": ["post"], - "title": "Single with Sidebar" - } - ] + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 2, + "patterns": ["three-columns-of-services", "clients-section"], + "settings": { + "appearanceTools": true, + "color": { + "background": true, + "defaultDuotone": false, + "defaultPalette": false, + "defaultGradients": false, + "duotone": [ + { + "colors": ["#111111", "#ffffff"], + "slug": "duotone-1", + "name": "Black and white" + }, + { + "colors": ["#111111", "#C2A990"], + "slug": "duotone-2", + "name": "Black and sandstone" + }, + { + "colors": ["#111111", "#68004B"], + "slug": "duotone-3", + "name": "Black and plum" + }, + { + "colors": ["#111111", "#FFB2B2"], + "slug": "duotone-4", + "name": "Black and pink" + }, + { + "colors": ["#111111", "#FFE7EF"], + "slug": "duotone-5", + "name": "Black and pastel pink" + } + ], + "gradients": [ + { + "slug": "gradient-1", + "gradient": "linear-gradient(to bottom, #cfcabe 0%, #F9F9F9 100%)", + "name": "Vertical soft beige to white" + }, + { + "slug": "gradient-2", + "gradient": "linear-gradient(to bottom, #C2A990 0%, #F9F9F9 100%)", + "name": "Vertical soft sandstone to white" + }, + { + "slug": "gradient-3", + "gradient": "linear-gradient(to bottom, #68004B 0%, #F9F9F9 100%)", + "name": "Vertical soft plum to white" + }, + { + "slug": "gradient-4", + "gradient": "linear-gradient(to bottom, #FFB2B2 0%, #F9F9F9 100%)", + "name": "Vertical soft pink to white" + }, + { + "slug": "gradient-5", + "gradient": "linear-gradient(to bottom, #FFE7EF 0%, #F9F9F9 100%)", + "name": "Vertical soft pink to white" + }, + { + "slug": "gradient-6", + "gradient": "linear-gradient(to bottom, #A4A4A4 0%, #F9F9F9 100%)", + "name": "Vertical soft pewter to white" + }, + { + "slug": "gradient-7", + "gradient": "linear-gradient(to bottom, #cfcabe 50%, #F9F9F9 50%)", + "name": "Vertical hard beige to white" + }, + { + "slug": "gradient-8", + "gradient": "linear-gradient(to bottom, #C2A990 50%, #F9F9F9 50%)", + "name": "Vertical hard sandstone to white" + }, + { + "slug": "gradient-9", + "gradient": "linear-gradient(to bottom, #68004B 50%, #F9F9F9 50%)", + "name": "Vertical hard plum to white" + }, + { + "slug": "gradient-10", + "gradient": "linear-gradient(to bottom, #FFB2B2 50%, #F9F9F9 50%)", + "name": "Vertical hard pink to white" + }, + { + "slug": "gradient-11", + "gradient": "linear-gradient(to bottom, #FFE7EF 50%, #F9F9F9 50%)", + "name": "Vertical hard pink to white" + }, + { + "slug": "gradient-12", + "gradient": "linear-gradient(to bottom, #A4A4A4 50%, #F9F9F9 50%)", + "name": "Vertical hard pewter to white" + } + ], + "palette": [ + { + "color": "#D9FFD2", + "name": "Base", + "slug": "base" + }, + { + "color": "#FFFFFF", + "name": "Base / Two", + "slug": "base-2" + }, + { + "color": "#CED7d3", + "name": "Base / Three", + "slug": "base-3" + }, + { + "color": "#0A3624", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#232826", + "name": "Contrast / Two", + "slug": "contrast-2" + }, + { + "color": "#919493", + "name": "Contrast / Three", + "slug": "contrast-3" + }, + { + "color": "#70FF8F", + "name": "Contrast / Four", + "slug": "contrast-4" + }, + { + "color": "#cfcabe", + "name": "Accent", + "slug": "accent" + }, + { + "color": "#c2a990", + "name": "Accent / Two", + "slug": "accent-2" + }, + { + "color": "#68004B", + "name": "Accent / Three", + "slug": "accent-3" + }, + { + "color": "#FFB2B2", + "name": "Accent / Four", + "slug": "accent-4" + }, + { + "color": "#FFE7EF", + "name": "Accent / Five", + "slug": "accent-5" + } + ], + "text": true + }, + "layout": { + "contentSize": "620px", + "wideSize": "1280px" + }, + "spacing": { + "margin": true, + "padding": true, + "spacingScale": { + "steps": 0 + }, + "spacingSizes": [ + { + "name": "1", + "size": "1rem", + "slug": "10" + }, + { + "name": "2", + "size": "min(1.5rem, 2vw)", + "slug": "20" + }, + { + "name": "3", + "size": "min(2.5rem, 3vw)", + "slug": "30" + }, + { + "name": "4", + "size": "min(4rem, 5vw)", + "slug": "40" + }, + { + "name": "5", + "size": "min(6.5rem, 8vw)", + "slug": "50" + }, + { + "name": "6", + "size": "min(10.5rem, 13vw)", + "slug": "60" + } + ], + "units": ["%", "px", "em", "rem", "vh", "vw"] + }, + "typography": { + "fluid": true, + "fontFamilies": [ + { + "fontFace": [ + { + "fontFamily": "Inter", + "fontStretch": "normal", + "fontStyle": "normal", + "fontWeight": "300 900", + "src": [ + "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2" + ] + } + ], + "fontFamily": "\"Inter\", sans-serif", + "name": "Inter", + "slug": "body" + }, + { + "fontFace": [ + { + "fontFamily": "Cardo", + "fontStyle": "normal", + "fontWeight": "400", + "src": ["file:./assets/fonts/cardo/cardo_normal_400.woff2"] + }, + { + "fontFamily": "Cardo", + "fontStyle": "italic", + "fontWeight": "400", + "src": ["file:./assets/fonts/cardo/cardo_italic_400.woff2"] + }, + { + "fontFamily": "Cardo", + "fontStyle": "normal", + "fontWeight": "700", + "src": ["file:./assets/fonts/cardo/cardo_normal_700.woff2"] + } + ], + "fontFamily": "Cardo", + "name": "Cardo", + "slug": "heading" + }, + { + "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", + "name": "System Sans-serif", + "slug": "system-sans-serif" + }, + { + "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", + "name": "System Serif", + "slug": "system-Serif" + } + ], + "fontSizes": [ + { + "fluid": false, + "name": "X Small", + "size": "0.9rem", + "slug": "x-small" + }, + { + "fluid": false, + "name": "Small", + "size": "1.125rem", + "slug": "small" + }, + { + "fluid": false, + "name": "Medium", + "size": "1.25rem", + "slug": "medium" + }, + { + "fluid": false, + "name": "Base", + "size": "1.5rem", + "slug": "base" + }, + { + "fluid": { + "min": "1.39rem", + "max": "1.85rem" + }, + "name": "Large", + "size": "1.85rem", + "slug": "large" + }, + { + "fluid": { + "min": "1.85rem", + "max": "2.375rem" + }, + "name": "Extra Large", + "size": "2.375rem", + "slug": "x-large" + }, + { + "fluid": { + "min": "2.5rem", + "max": "3rem" + }, + "name": "Extra Extra Large", + "size": "3rem", + "slug": "xx-large" + } + ], + "writingMode": true + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/avatar": { + "border": { + "radius": "90px" + } + }, + "core/button": { + "variations": { + "outline": { + "spacing": { + "padding": { + "bottom": "calc(0.7rem - 1px)", + "left": "calc(1.8rem - 1px)", + "right": "calc(1.8rem - 1px)", + "top": "calc(0.7rem - 1px)" + } + }, + "border": { + "width": "1px" + } + } + } + }, + "core/buttons": { + "spacing": { + "blockGap": "0.7rem" + } + }, + "core/calendar": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast-2)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast-2)}" + }, + "core/categories": { + "spacing": { + "padding": { + "left": "0px", + "right": "0px" + } + }, + "css": "& {list-style-type:none;} & li{margin-bottom: 0.5rem;}" + }, + "core/code": { + "border": { + "color": "var(--wp--preset--color--contrast)", + "radius": "var(--wp--preset--spacing--20)" + }, + "color": { + "background": "var(--wp--preset--color--base-2)", + "text": "var(--wp--preset--color--contrast-2)" + }, + "spacing": { + "padding": { + "bottom": "calc(var(--wp--preset--spacing--30) + 0.75rem)", + "left": "calc(var(--wp--preset--spacing--30) + 0.75rem)", + "right": "calc(var(--wp--preset--spacing--30) + 0.75rem)", + "top": "calc(var(--wp--preset--spacing--30) + 0.75rem)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1.6" + } + }, + "core/comment-author-name": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "none" + }, + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "600" + } + }, + "core/comment-content": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + }, + "spacing": { + "margin": { + "top": "var(--wp--preset--spacing--20)", + "bottom": "var(--wp--preset--spacing--20)" + } + } + }, + "core/comment-date": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "typography": { + "textDecoration": "none" + }, + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + }, + "spacing": { + "margin": { + "top": "0px", + "bottom": "0px" + } + } + }, + "core/comment-edit-link": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "typography": { + "textDecoration": "none" + }, + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "typography": { + "textDecoration": "none" + }, + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-comments-form": { + "css": "& textarea, input{border-radius:.33rem}" + }, + "core/comments-pagination": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comments-pagination-next": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comments-pagination-numbers": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comments-pagination-previous": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/footnotes": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/gallery": { + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "core/image": { + "variations": { + "rounded": { + "border": { + "radius": "var(--wp--preset--spacing--20)" + } + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--10)" + } + } + }, + "core/loginout": { + "css": "& input{border-radius:.33rem;padding:calc(0.667em + 2px);border:1px solid #949494;}" + }, + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontWeight": "500" + } + }, + "core/post-author": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-excerpt": { + "typography": { + "lineHeight": "1.6" + } + }, + "core/post-featured-image": { + "border": { + "radius": "var(--wp--preset--spacing--20)" + } + }, + "core/post-terms": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + }, + "css": "& .wp-block-post-terms__prefix{color: var(--wp--preset--color--contrast-2);}" + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/pullquote": { + "border": { + "radius": "var(--wp--preset--spacing--20)" + }, + "elements": { + "cite": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--body)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal" + } + } + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--40)", + "top": "var(--wp--preset--spacing--40)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--heading)", + "fontSize": "var(--wp--preset--font-size--x-large)", + "fontStyle": "italic", + "fontWeight": "400", + "letterSpacing": "0em", + "lineHeight": "1.5" + } + }, + "core/query-title": { + "css": "& span {font-style: italic;}" + }, + "core/query-no-results": { + "spacing": { + "padding": { + "top": "var(--wp--preset--spacing--30)" + } + } + }, + "core/quote": { + "border": { + "radius": "var(--wp--preset--spacing--20)" + }, + "color": { + "background": "var(--wp--preset--color--base-2)" + }, + "css": "& :where(p) {margin-block-start:0;margin-block-end:calc(var(--wp--preset--spacing--10) + 0.5rem);} & :where(:last-child) {margin-block-end:0;} &.has-text-align-right.is-style-plain, .rtl .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-left){border-width: 0 2px 0 0;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem);} &.has-text-align-left.is-style-plain, body:not(.rtl) .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right){border-width: 0 0 0 2px;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem)}", + "elements": { + "cite": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--body)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal" + } + } + }, + "spacing": { + "padding": { + "bottom": "calc(var(--wp--preset--spacing--30) + 0.75rem)", + "left": "calc(var(--wp--preset--spacing--30) + 0.75rem)", + "right": "calc(var(--wp--preset--spacing--30) + 0.75rem)", + "top": "calc(var(--wp--preset--spacing--30) + 0.75rem)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--heading)", + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "italic", + "lineHeight": "1.3" + }, + "variations": { + "plain": { + "border": { + "color": "var(--wp--preset--color--contrast-4)", + "radius": "0", + "style": "solid", + "width": "0" + }, + "color": { + "background": "transparent" + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--20)", + "left": "var(--wp--preset--spacing--20)", + "right": "var(--wp--preset--spacing--20)", + "top": "var(--wp--preset--spacing--20)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--body)", + "fontStyle": "normal", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.5" + } + } + } + }, + "core/search": { + "css": "& .wp-block-search__input{border-radius:.33rem}", + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + }, + "elements": { + "button": { + "border": { + "radius": { + "ref": "styles.elements.button.border.radius" + } + } + } + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){width: var(--wp--preset--spacing--60)}" + }, + "core/site-tagline": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--body)", + "fontSize": "1.2rem", + "fontStyle": "normal", + "fontWeight": "600" + } + } + }, + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--contrast-4)", + "text": "var(--wp--preset--color--contrast)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--contrast-4)", + "text": "var(--wp--preset--color--contrast)" + }, + "outline": { + "color": "var(--wp--preset--color--contrast)" + }, + "border": { + "color": "var(--wp--preset--color--contrast)" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--contrast-4)", + "text": "var(--wp--preset--color--contrast)" + }, + "border": { + "color": "var(--wp--preset--color--contrast)" + } + }, + "border": { + "radius": "100px" + }, + "color": { + "background": "var(--wp--preset--color--contrast)", + "text": "var(--wp--preset--color--base-2)" + }, + "spacing": { + "padding": { + "bottom": "0.6rem", + "left": "1.8rem", + "right": "1.8rem", + "top": "0.6rem" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "caption": { + "color": { + "text": "var(--wp--preset--color--contrast-2)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--body)", + "fontSize": "0.8rem" + } + }, + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xx-large)", + "lineHeight": "1.15" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--x-large)" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)" + } + }, + "h4": { + "typography": { + "fontSize": "clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem)" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontFamily": "Inter", + "fontWeight": "900", + "textTransform": "uppercase", + "lineHeight": "1.2" + } + }, + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + } + } + }, + "spacing": { + "blockGap": "1.2rem", + "padding": { + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--body)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1.55" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header", + "title": "Header" + }, + { + "area": "footer", + "name": "footer", + "title": "Footer" + }, + { + "area": "uncategorized", + "name": "sidebar", + "title": "Sidebar" + }, + { + "area": "uncategorized", + "name": "post-meta", + "title": "Post Meta" + } + ], + "customTemplates": [ + { + "name": "page-no-title", + "postTypes": ["page"], + "title": "Page No Title" + }, + { + "name": "page-with-sidebar", + "postTypes": ["page"], + "title": "Page With Sidebar" + }, + { + "name": "page-wide", + "postTypes": ["page"], + "title": "Page with wide Image" + }, + { + "name": "single-with-sidebar", + "postTypes": ["post"], + "title": "Single with Sidebar" + } + ] }