themes-wordpress/mayland-blocks/theme.json

238 lines
5.1 KiB
JSON
Raw Normal View History

2020-11-10 20:46:05 +00:00
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 1,
2021-03-25 13:33:56 +00:00
"templateParts": [
{
"name": "header",
"area": "header"
},
{
"name": "footer",
"area": "footer"
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
},
{
"name": "navigation",
"area": "navigation"
},
{
"name": "post-meta",
"area": "Post Meta"
2021-03-25 13:33:56 +00:00
}
],
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#1a1a1a",
"name": "Foreground"
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background"
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
},
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
},
{
"slug": "secondary",
"color": "#666666",
"name": "Secondary"
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
},
{
"slug": "tertiary",
"color": "#add8e6",
"name": "tertiary"
}
]
},
"custom": {
"button": {
"border": {
"radius": "5px",
"color": "var(--wp--custom--color--foreground)"
},
"color": {
"text": "var(--wp--custom--color--background)",
"background": "var(--wp--custom--color--primary)"
},
"spacing": {
"padding": {
"top": "4px",
"bottom": "4px",
"left": "14px",
"right": "14px"
}
},
2021-05-07 11:24:29 +00:00
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": 600
2021-05-07 11:24:29 +00:00
}
},
"color": {
"primary": "var(--wp--preset--color--primary)",
"secondary": "var(--wp--preset--color--secondary)",
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"tertiary": "var(--wp--preset--color--tertiary)"
2021-05-07 11:24:29 +00:00
},
"gap": {
2021-05-07 11:24:29 +00:00
"baseline": "10px",
"horizontal": "min(32px, 5vw)"
},
"width": {
"default": "750px",
"wide": "1022px"
2020-11-10 20:46:05 +00:00
}
},
2021-05-07 11:24:29 +00:00
"layout": {
"contentSize": "782px",
"wideSize": "1000px"
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
},
2021-05-07 11:24:29 +00:00
"typography": {
"customFontSize": true,
"customLineHeight": true,
"fontFamilies": [
{
"fontFamily": "\"Poppins\", sans-serif",
"slug": "poppins",
"name": "Poppins",
"google": "family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
2021-05-07 11:24:29 +00:00
},
{
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"slug": "system-font",
"name": "System Font"
},
{
"fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
"slug": "helvetica-arial"
},
{
"fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
"slug": "geneva-verdana"
},
{
"fontFamily": "Cambria, Georgia, serif",
"slug": "cambria-georgia"
},
{
"fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
"slug": "hoefler-times-new-roman"
}
2021-05-07 11:24:29 +00:00
],
"fontSizes": [
{
"name": "Small",
"size": "16.6px",
"slug": "small"
},
2021-05-07 11:24:29 +00:00
{
"name": "Normal",
"size": "20px",
"slug": "normal"
},
2021-05-07 11:24:29 +00:00
{
"name": "Large",
"size": "28.8px",
"slug": "large"
},
{
"name": "Huge",
"size": "34.56px",
"slug": "huge"
}
]
}
},
"styles": {
"blocks": {
"core/button": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-date": {
2021-05-07 11:24:29 +00:00
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "var(--wp--preset--font-size--huge)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
2021-05-07 11:24:29 +00:00
}
},
"core/pullquote": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)"
}
Mayland Blocks: bring up-to-date with GB 10.3 (#3570) * Overwrite existing array instead of concatenating * Brought in child build process * refactored Seedlet Blocks to be a child of Blank-Canvas-Blocks * Font, template and configuration changes to align with Seedlet. * inverted font parings to be correct * Make post titles a link * Add entry meta in the footer * Add entry meta to seedlet blocks * Add post meta to singular * Add author bio on singular template * Remove the troublesome 'theme' metadata * Add author bios and a footer credit * Added Seedlet Block Dev server deploy action * Include SB-BCB BCB in deploy action * Separated names of steps * make Mayland a bcb child, change typography variables * rebuilt theme.json file with new build tools * removed alignments css * defined layout for the theme * fixed hover states for buttons on bcb * updated color variables for mayland * move the google font definitions to theme.json * Corrected Button style definitions and removed duplication of collections in child theme.json file * added new post meta template part * added template part to json, changed font sizes * overriden icons * changed color to meta links * added post tags to meta * added template part to index template too * Adding SCSS build + watch workflow to Seedlet Blocks (#3575) * Adding SCSS build + watch workflow to Seedlet Blocks * Fix seedlet-bcb site title (#3576) * Added site title block themes from original Seedlet theme * Adjusted links to match Seedlet. (#3578) * Refactored build scripts to standardize (#3579) * Refactored build scripts to standardize. 'start' and 'build' script targets. * Added a start:child script target Co-authored-by: Ben Dwyer <ben@scruffian.com> * Changed target of the dev branch * Update template parts syntax in seedlet blocks * remove theme slugs from templates * Make the pony fill a dependency of mayland blocks so that it loads first * Seedlet Blocks: Update blocks .scss file names to adhere to the SASS naming convention for partials * Remove _ from the import * Fix/seedlet bcb pullquote (#3580) * Adjust styles for Seedlet BCB to match Seedlet * Added font family to citation custom styles. * Made margins above citation configurable. * Inheriting Line Height so it can be set via styles. * Added ponyfill as theme style dependency so child theme would win CSS specificity battle ties Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * rebuilt theme.json and theme.css from last merge * Blank Canvas Blocks: Remove unnecessary priority parameter from ponyfill css load (#3603) * Add/bcb index query (#3604) * Add site-logo to BCB header and centered it * Add index template (with header and footer) with query loop Co-authored-by: Kjell Reigstad <kjell@kjellr.com> * Style seedlet bcb latest post Block (#3597) * Added latest post block styling * Register latest post block pattern from Seedlet * Added latest post block styles Co-authored-by: Jeff Ong <jeff.ong@automattic.com> * Fix bad merge. * Check in compiled styles. * Fix link colors in the editor. * removed supports that are on the parent theme (#3594) * Remove applying the default width. (#3621) * Mayland Blocks: refactor social links in header (#3630) * Remove applying the default width. * Remove social links. * Add social links to the nav instead. * center align the header columns * removed extra column Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Jeff Ong <jonger4@gmail.com> Co-authored-by: Ben Dwyer <ben@scruffian.com> Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com> Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com> Co-authored-by: Jeff Ong <jeff.ong@automattic.com> Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2021-04-08 15:55:32 +00:00
}
},
2021-05-07 11:24:29 +00:00
"color": {
"background": "var(--wp--custom--color--background)",
"text": "var(--wp--custom--color--foreground)"
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "41.47px"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "var(--wp--preset--font-size--huge)"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "24px"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "var(--wp--preset--font-size--normal)"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)",
"fontSize": "var(--wp--preset--font-size--small)"
}
2021-05-07 11:24:29 +00:00
},
"link": {
"color": {
"text": "var(--wp--custom--color--foreground)"
}
2021-03-03 19:08:00 +00:00
}
2021-05-07 11:24:29 +00:00
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--poppins)"
2020-11-10 20:46:05 +00:00
}
}
}