* 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>
Force the 'body' (which, in the editor is applied to a different
element) margin and padding to obey the values set by the theme.
Remove the padding applied to the "post content" as the padding is now
applied a different way.
* Blockbase: Add font customization
* Add a preview for font customizations
* namespace the preview function
* Replace wp_localize_script with wp_add_inline_script
Controlled alignfull padding differently to correct paragraph padding in certain situations.
Refactored 'container' alignment rules
Eliminated 'page-content' class as a means to apply default 'edge'
padding to content.
Introduced 'container-' selection as the means to apply default 'edge'
padding to content.
Removed 'edge' padding from post-content block (it is all handled by
'container-' elements now).
Refactored the "bust out of edge padding" for alignfull elements and
nested 'container-'s.
* 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>
* Add custom vertical padding to theme.json
* Add custom vertical padding to header
* Add custom vertical padding to post template
* Add new compiled ponyfill.css
* Add newline at end of post-template scss file
* Make post template <li> styling more specific
* Remove custom CSS for vertical padding
* Add bottom padding to header template part
* Add spacer of 40px to query loop
* Add HTML content and closer to wp:spacer block
* Change wp:query-loop to wp:post-template
* 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>