* First two image patterns.
* Add more patterns.
* Add all images as patterns.
* Remove unrelated change.
* Adding images programatically
* Add back space
* make file name lower case
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Reference bundled assets inside patterns.
* Replace with correct media file.
* Replace the WAV with an MP3
* Bump version and update image paths.
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Quadrat: Change the name of the front page template
* Add template to theme.json
* merge customTemplates rather than overwriting
* Update the build script
* Removed the now defunct 'page-content' class. (It's purpose is now being fulfilled by anything 'inheriting layout')
* Added (or converted) <main> elements to all page templates.
* Remove extraeneous closing div tag.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Quadrat: Add spacer to top of index template on desktop
* Quadrat: Add vertical margin to post-template list
* Quadrat: Add padding-top to post meta at mobile
* Quadrat: Reset post title alignment changes
* Quadrat: Remove top padding from single template
* Quadrat: Remove default vertical margins from post-template ul
* Quadrat: Add bottom padding to global header
* Quadrat: Remove top, right and bottom padding from header
* Blockbase: Remove the background color from Navigation Links
* Rebuild child theme.json removing nav link bg color.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* added tagline to header templates
* Refactored blockbase (and quadrat) breakpoints to use 'small' instead of 'mobile' to follow navigation blocks's breakpoint usage
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Universal themes: Add a setting to disable the Site Editor
* Check for index.html template before attempting to disable the FSE plugin (in the same way Gutenberg does)
* Only add a widgets menu item when there isn't one already
* Add an index template
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Added selectors for Quadrat navigation styles to support the current classes produced by the page-list block
* Updated submenu border to match requested design
* Changes to quadrat table styles to match design and ensure editor and view are the same.
* Involved Blockbase in some of the table changes necessary for Quadrat.
* Added and formatted comments for Blockbase refactoring font definitions for the block
* Fixed wp.com comment styles for Quadrat. Removed unnecessary comment font stylings.
* Fixed Seedlet-blocks wp.com comment styles
* Moved .com specific fixes to appropriate space.
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* first pass at color palette controls without functionality
* made palettes look like color annotations plugin
* make color selection functional
* get palettes from theme.json
* rename file
* rename colors preview file
* rename files
* more file renaming for clarity
* simplify settings
* rebuilt mayland and seedlet with alternative palettes
* renamed default template, dynamic theme name
* remove space
* Added default Varia/Seedlet palettes to blockbase
* check if the custom palette array is empty
* Only render color palette picker controls if there are alternatives to default.
* Only render color palette picker controls if there are alternatives to default. (fix)
* Removed commented code
* change palettes to an array
* chagne props comment
* removed unnecesary credit
* undo last commit, brought back the credits
* readd the settings file
* rebuild children
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Add __unstableLocation to all BB&Co Themes
As BB & Co. themes ALL become "Universal Capable" this addition allows
the menues to be modifed (should these themes be used in "Classic Mode")
* Registered menu locations for all BB themes
Now that the navigation block has the __unstableLocation attribute the
method of rendering the block is no longer needed and can be removed (as
well as the php header file that was calling it) since it all comes from
blocks now.
* Refactor Blockbase Font Family Handling
Refactor Blockbase so that the font family provided is
DESCRIPTIVE instead of semantic.
Leverated SEMANTIC font family variables defined in custom
to assign to blocks.
(In this way USERS will see DESCRIPTIVE font family values to choose
from and theme configuration can use semantic values that can be
overridden by things such as the WP.com Font Picker)
* standardized line-height usage in quadrat and blockbase
* Refactored mayland configuration with font family and line height changes from blockbase
* Changes to Seedlet-blocks to support the font-face refactor
* Refactored blockbase color configuration from 'descriptive' to 'semantic'
* Refactored Quadrat to support Semantic Colors
* WIP experiment to allow Customizer editing of semantic colors in Quadrat
* Update the settings in theme.json not styles
* remove class variable for simplicity
* allow users to set multiple colors
* move merged colors to a class property
* Refactored to simplify and integrate changes to save everything at once
* Refactored and implemented save-all-at-once
* Refactored color customization logic from Quadrat to Blockbase
* Refactored Mayland blocks to support semantic color customizations
* Refactored Seedlet for configurable semantic colors. Refactored meaning of 'primary' in blockbase.
* Minor color cleanups
* Fixed quadrat background color override
* Change variables to camelCase
* remove slug class property
* rename a few variables and add some comments
* remove the noop.css
* don't assume properties exist
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* separated mixins from rules for the button block
* Removed unnecessary stylistic hover styles that were breaking on Chrome
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Rename bb theme to make it not experimental
* Include theme.json files in dot org packaging
* Renamed all BCB Family Themes theme.json file
* Add font size to site title block.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* fix markup for header template part
* Remove nav links.
* Simplify block markup and CSS for the header.
* Fix margins + padding when logo is present.
* Removed theme attribute from block templates
* added isResponsive flag to navigation on header template part
* simplified header template to eliminate 'double header' elements, add responsive default to navigation block and remove unnecessary verbosity from navigation block
* remove index.html file (that I never should have comitted)
Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Remove mobile navigation ponyfill
* Update default mobile theme styles to (more closely) match comps
* Removed opinionated mobile menu button positioning logic from BCB
* Replace responsive logic + styles with the blocks native responsiveness.
* Added responsive flag and removed default links for navigation blocks
* Added backup solution to mobile nav to quadrat
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Refactor button hover styles into its own custom object tree
* refactored and rebuilt quadrat to match new button styling methods
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Add support for basic site logo.
* Move site logo above site title.
* Revise logo position based on designs.
* Revise header CSS to match comps.
* Adjust custom logo size.
* Revise header padding.
* Revise header spacing with and without logo.
* Quadrat: Update Pullquote styles
* Add a default font weight value
* Don't remove padding and margin fro the blockquote element if this is a solid pullquote
* Refactored pullquote paddings so minimal overrides are done in child themes.
* Fixed merge issue and recompiled
* Refinements to pullquote font weight and style.
* Use variable font size and adjust the line height a bit.
Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Add comment formm styles for Quadrat
* Remove border on the search button
* Change the order of the commment fields
* Change the order of the commment fields
* Match form styles to the rest of the site
* Comments: Change how we do spacing
* unchecked checkbox style
* checked state
* hide the checkbox accesibly
* undo class change
* updated screen reader mixin, changed checked state of checkbox
* Adjust spacing on the checkbox.
* Move comments below pagination and add spacer.
* Fix responsive spacing.
Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Adjusted large blockquote style per design
* Unset the cite alignment.
* Update quadrat/sass/blocks/_quote.scss
Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Jeff Ong <jeff.ong@automattic.com>
* Revise post header and meta.
* Reorder CSS
* Use pseudo elementls the dot is rendered.
* Make h1 font size a custom variable.
* Fix missing paren bug.
* Hack to hide the pipe dividers between post tags.
* Revise navigation type size + base type size to use preset.
* Display none to make the pseudo element go away.
* Update quadrat/block-template-parts/single.html
Co-authored-by: Kjell Reigstad <kjell.reigstad@automattic.com>
* Update quadrat/block-template-parts/single.html
Co-authored-by: Kjell Reigstad <kjell.reigstad@automattic.com>
* Update quadrat/block-template-parts/single.html
Co-authored-by: Kjell Reigstad <kjell.reigstad@automattic.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Kjell Reigstad <kjell.reigstad@automattic.com>
* Scaffolding a universal theme plus basic typography and color palette.
* fixed do_blocks routes and override index.html from BCB
* added header and footer templates
* changed query to post content block
* commented with the GB issue
* Quadrat: Add new heading sizes and other small misc changes (#3649)
* Quadrat: Add new heading sizes
* Quadrat: Further work on Lists and Quotes
* Quadrat: Remove whitespace
* Quadrat: Add responsive Heading font-sizes
* Fix typo.
* Recompile.
* remove older deploy actions and adding quadrat deploy action (#3655)
* Add the hosts block pattern. (#3662)
* Add the hosts block pattern.
* Fix categories.
* Update img refs.
* Add alt text to media text pattern.
* Revise block pattern names.
* Add text domain.
* Quadrat: override BCB's templates with php ones (#3667)
* override BCB's templates with php ones
* Revert unrelated changes to Seedlet Blocks that are not in trunk.
* Quadrat: Add responsive Paragraph styles and start styling the Code b… (#3663)
* Quadrat: Add responsive Paragraph styles and start styling the Code block
* Quadrat: Remove Code block styling
* Revise heading max vw.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Quadrat: Add Latest episodes block pattern (#3665)
* added Latest episodes block pattern
* translatable strings
* staging url for media
* rebased, updated texts and adjusted paddings
* added a group with padding to the blocks
* Body line-height to 1.7.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Add menu locations to quadrat
* Remove disconnected changes
* Remove footer menu location
* rebuild theme.json
* Quadrat: Add Quote block styles
* Tightened up the line-height and lessened the space between quote and citation.
* Remove properties that already exist in the parent theme
* Remove quote sass include and rebuild.
* Quadrat: Add list styles
* Removed variable usage for list item style
* Updated list styles to be more correcter
* Try/header template part wrapped (#3714)
* Modified site-title styles to match comps
* Added a navigation rendering function to render the navigation block based on a classic data source, wrap the output in an HTML block to be inserted anywhere blocks are do_block()'ed
* Added a header template part that leverages the rendered navigation block markup
* Replaced usage of navigation block template with new template-part
* Added styles for header for proper layout unachievable with blocks.
* Quadrat: Style the Code block
* Remove unneeded declarations
* Removed font-changing settings on code block
* Quadrat: add cover pattern (#3676)
* Try using svg for block pattern.
* Try mask-image instead.
* move the svg to a before pseudoelement
* refactored the pseudoelements
* fix for the editor interaction when cover block is highlighted
* Add block pattern.
* Use a transparent div instead of svg. Simplify how color of the diamond is set.
* Rotate closer to the design.
* Use background image with svg and mix-blend-mode.
* made block pattern wide aligned
* created exceptions bof black and white
* changes to fit the design, lowered opacity on black and white versions
* Add autoprefixing to Quadrat
* removed error from rebase
* removed unnecessary z-index, linting
* z-index added
* Scope CSS to cover block.
* :: for consistency.
Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* removes template hack
* Quadrat: Add Episode block pattern (#3695)
* create episode pattern
* added group wrapper for padding
* correct url for image
* typo
* update to use media and text
* changed the url of the image, added alt content and em tag
* remove unneeded class, added wrapper for bottom padding
* Scope the 0 padding to text content without a background.
* Remove group, add spacer. Fix local image ref.
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Change colors used in theme.json from descreptive to semantic (#3725)
* Change colors used in theme.json from descreptive to semantic
* semanticizing the color
* formatting
* also changed the child theme.json
* Quadrat: Add table styles (#3719)
* Quadrat: Add styles for tables
* Add tbody for extra specificity
* Add a border to the top of the first row
* Remove text-align.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Allowing overflow of group-wrapped navigation (#3732)
* Update screenshot.png (#3735)
* Quadrat: Add page templates (#3721)
* Rebase trunk.
* Revise footer.
* Add CSS for the next/prev links
* Continue rebase.
* remove test code
* used gutenberg_block_template_part to load template parts on php templates
* Remove testing text
* alignment tweaks
* Add separate templates for page and post.
* Restore header wrapper that was accidentally removed in rebase.
* Template tweaks.
* Add page block template.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com>
* Make index query inherit query string.
* Update screenshot.png (#3742)
* Quadrat: Add CSS for a featured image
* Quadrat: Headlines and Buttons Block Pattern (#3744)
* created block pattern
* padding rules for mobile
* added new class to all the group blocks
* Remove all padding from text content on mobile.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Change hover rules for buttons
* Add hover styles for buttons and links
* Remove background color from buttons. (#3752)
* Quadrat: Add the listen pattern
* refactor patterns to single files
* move utility classes to BCB
* refactor listen to the podcast
* Quadrat: Add a join pattern
* Make the pattern wide
* Check the class exists before calling it
* Make sure the plugin is loaded before adding the pattern
* Move the block pattern CSS to a new file
Co-authored-by: Maggie Cabrera <maggie.cabrera@automattic.com>
Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Kjell Reigstad <kjell.reigstad@automattic.com>