Commit graph

299 commits

Author SHA1 Message Date
Sarah Norris
cb357939cb
Quadrat: Sync post title position on single and archive pages (#4195)
* 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
2021-07-09 14:46:17 -04:00
Maggie
66af48f8b7
created front page template (#4192) 2021-07-09 10:47:43 +01:00
Ben Dwyer
6cf1962c24
Blockbase: Remove the background color from Navigation Links (#4184)
* 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>
2021-07-08 18:59:45 +01:00
Ben Dwyer
9faabc6957
Quadrat: Remove PHP templates (#4187) 2021-07-08 18:59:18 +01:00
Maggie
e0e6143eae
Merge pull request #4153 from Automattic/blockbase-minor-version-increase
Blockbase + children: increased minor version
2021-07-07 18:04:20 +02:00
Jeff Ong
c51e0edaab
Style text color of meta for latest posts. (#4175) 2021-07-07 10:50:36 -04:00
Maggie
5845f198fa
added tagline to header templates (#4072)
* 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>
2021-07-07 10:20:37 -04:00
Kjell Reigstad
e52b6098a3 Add blockTypes prop 2021-07-07 09:34:26 -04:00
Kjell Reigstad
e4b8b3ef96 Rename to avoid mention of "hover" 2021-07-07 09:27:59 -04:00
Kjell Reigstad
a84f354724 Tidy up image and text treatment on various screen sizes. . 2021-07-07 09:27:45 -04:00
Maggie
77d28f1847 tweaked the post meta and updated the pattern markup 2021-07-06 19:36:39 +02:00
Maggie
5fa22e69d2 defaults for featured image 2021-07-06 19:07:10 +02:00
Maggie
7810ba3e23 created block pattern for query block 2021-07-06 18:43:11 +02:00
Maggie
3b2b857456 block styles for query block 2021-07-06 18:37:16 +02:00
Jason Crist
9e67e3d918 Rendered Blockbase Child Themes to pick up recent changes. 2021-07-05 13:07:29 -04:00
Ben Dwyer
0c061be791
Universal themes: Add a setting to disable the Site Editor (#4154)
* 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>
2021-07-05 12:39:40 +01:00
Maggie
9aa8a82369 increased minor version of blockbase + co 2021-07-02 09:38:06 +02:00
Jason Crist
fb040cb623
Added selectors for Quadrat navigation styles to support the current classes produced by the page-list block (#4151)
* Added selectors for Quadrat navigation styles to support the current classes produced by the page-list block

* Updated submenu border to match requested design
2021-07-02 08:25:22 +01:00
Jason Crist
25a3871c2d
Changes to quadrat table styles to match design and ensure editor and view are the same. (#4139)
* 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.
2021-07-02 08:16:55 +01:00
Jason Crist
dc863f8a9e
Fix Comments Styles for BB & Co. (#4109)
* 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>
2021-07-01 16:06:35 -04:00
Ben Dwyer
3c936623ef
Blockbase + children: Add footer credits that wordpress.com will recognise (#4142) 2021-07-01 11:09:58 +01:00
Ben Dwyer
5bab1dad6e
Quadrat: Add a readme (#4143) 2021-07-01 10:14:22 +01:00
Jeff Ong
91046bf782
Use semantic color names. (#4138) 2021-06-30 21:18:53 +01:00
Jason Crist
119c006974
Removed Quadrat's social menu location as it wasn't actually defined anywhere (#4134) 2021-06-30 12:46:58 -04:00
Jeff Ong
fb44366db4
Quadrat: fix featured images (#4108)
* Revise page and post featured image treatment.

* Simplify post and page headers with featured images.
2021-06-30 08:07:52 -07:00
Ben Dwyer
2e2933da02
Quadrat: Make site title uppercase (#4132) 2021-06-30 09:03:47 -04:00
Jeff Ong
356ed35a6f
Quadrat: fix query block markup (#4107)
* Add post template block markup.

* Try to make the markup more "readable"
2021-06-29 07:05:56 -07:00
Maggie
613d3402d0 updated the color palettes with the correct values 2021-06-29 12:05:58 +02:00
Ben Dwyer
9fc6f82038
Blockbase: ReMove list block styles from sass (#3958) 2021-06-28 09:50:03 -04:00
Maggie
9e49d27662
Blockbase: Add support for custom palettes customization (#4098)
* 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>
2021-06-28 14:39:57 +01:00
Jason Crist
c562229404
Add __unstableLocation to all BB&Co Themes (#4101)
* 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
2021-06-28 10:51:45 +01:00
Jason Crist
1392fe1de3
Remove Quadrat PHP Menu Renderer (#4100)
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.
2021-06-25 12:08:39 -04:00
Jason Crist
d23f690a26
Refactor Blockbase font definitions (#4077)
* 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
2021-06-25 16:28:51 +01:00
Jason Crist
e83203dbcc
Try/quadrat semantic color customizations (#4090)
* 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>
2021-06-25 11:22:53 +01:00
Ben Dwyer
157179442c switch to new attribute name 2021-06-18 10:07:04 +01:00
Ben Dwyer
e423258182 Quadrat: Simplify templates 2021-06-17 17:47:47 +01:00
Ben Dwyer
2ce29de6e6 Remove accesibility ready tag 2021-06-15 17:29:13 +01:00
Ben Dwyer
49ea46866e Quadrat: update theme dependencies and licence 2021-06-15 17:28:19 +01:00
Ben Dwyer
6df0c66504 Quadrat: update theme description 2021-06-15 17:26:32 +01:00
Ben Dwyer
924a970f24 Add images from SVN 2021-06-10 11:34:08 +01:00
Maggie
8ee9e7e37a
Blockbase: separated mixins from rules for the button block (#3985)
* 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>
2021-06-04 12:21:16 -04:00
Jeff Ong
ba98e3305a
Blockbase: add query pagination (#3971)
* Refactor some query pagination styles to blockbase.

* Justify the previous / next links.
2021-05-28 06:26:15 -07:00
Jason Crist
d657622de2
Changed CSS and variable handling so that the color of the border and text of a button in 'outline mode' matches the background color of the button when not. (#3972) 2021-05-28 06:19:43 -07:00
Ben Dwyer
086553f14a
Quadrat: Fix mobile spacing (#3961)
* Quadrat: Fix mobile spacing

* reset indentation

* reset indentation

* move template rules into their own file
2021-05-27 12:17:54 -07:00
Jason Crist
a65ef3200a
Remove experimental- from theme.json & include in .org build (#3956)
* 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>
2021-05-27 08:06:59 -07:00
Ben Dwyer
eebb4e3957 move the spacer to the CSS so if the block isn't there nothing shows 2021-05-27 13:31:19 +01:00
Ben Dwyer
6aca1c2b8c Quadrat: Update the layout of the query template 2021-05-26 16:26:51 +01:00
Maggie
5c1e93b03a
Quadrat: fix markup for header template part (#3906)
* 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>
2021-05-26 07:43:09 -07:00
Jason Crist
dc41593f3b
Style quadrat mobile nav (#3921)
* Remove mobile navigation ponyfill

* Update default mobile theme styles to (more closely) match comps

* Removed opinionated mobile menu button positioning logic from BCB
2021-05-25 10:49:49 -04:00
Maggie Cabrera
3c94941e6c renamed bcb strings on functions files 2021-05-25 11:37:50 +02:00