* Add important to active text color
* Add underline to nav items on hover
* Set nav to always be a hamburger menu
* Left align open hamburger menu
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Updated build process to merge ALL attributes (as Gutenberg does) and re-defined the now missing custom templates items in the themes that would now lack them
* removed the build step tooling from blockbase
* converted build tool to a 'replacement tool'
* Removed build scripting from children package files
* Removed build scripting from children package files
* Run the script to remove child-theme.json files
* Update the version number and changelog for Blockbase
* Remove the rebuild script, we don't need it anymore
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Payton: Add theme screenshot.
* Payton: Update readme.txt and style.css with theme info and image credits.
* Payton: Style tweaks (update default color scheme, use font size presets for headings).
* Payton: Update header spacing - remove the spacer block.
* Payton: Remove separator under nav menu.
* Payton: Update header spacing on blog and single post page.
* Videomaker: Add more patterns
* Add Videomaker patters. Again
* Fix about pattern
* Update the line heights
* Make the images in the about pattern smaller
* Update font size of the poster title
* Quadrat: remove title spacers from templates
* Quadrat: add margin to post-title
* Quadrat: increase post title bottom margin
* Quadrat: increase post title margin again
* Quadrat: add GB comment for context
* Quadrat: reduce spacing above featured image
* Quadrat: increase featured image spacing slightly
* Quadrat: add spacing below featured image
* Remove :empty title styling
* Move post title spacing to theme.json
* Tweak featured image spacing
* Remove title spacer from index template
* Remove title spacer from page template
* Reduce post title spacing
* Move post title spacing from theme.json to css
* Add spacer back to index template
* Reduce featured image spacing
* Make it possible to build theme zips from the deploy script
* Add dynamic values for theme version and wp version compat
Only updated Videomaker package so far
* Reset Quadrat files
Not part of this PR
* Get data from style.css instead of package.json
* Remove wpversioncompat from package.json
* Replace Requires at least: with Tested up to:
* Add zip function to deploy process; add extra error message details
* Remove unnecessary try/catch
* Add some brackets
* Add await to buildComZip call
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* added duotone support for blocks, removed it from the patterns markup
* Add duotone to site logo too
* If the user changes colors via the customizer also update the default Duotone filter
* created a new filter for the custom duotone
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* delete new transient
* fix customizer preview and invert darker palettes
* check luminescence on php to see if we need to invert before saving
* Refactoring the code to make it easier to understand
* Remove closure
* refactor for readability
* merge user filter with theme ones
* Whitespace
* Check the array keys exist properly
* remove var_dumps
* check for the correct values when we define the custom filter
* minified colord file
* updated changelog and credited the colord library
* minified version of colord.js
* removed filter from logo
* Removed duplicated comment
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Videomaker: Replace post meta temoplate part references with the template markup
* Videomaker: Replace references to post-meta template with the markup
* Remove tags from the patterns
* Reduce header spacing on header footer only template
* Replace padding with spacer
* Add spacing to top of main container on header-footer-only template
* Videomaker: Fix post tags location. Closes#4888
Co-authored-by: @mikachan
* Videomaker: Remove the post meta template part from single.html
* Update videomaker/block-template-parts/post-meta.html
Co-authored-by: Ben Dwyer <ben@scruffian.com>