Commit graph

7182 commits

Author SHA1 Message Date
Jason Crist
79e6594713 Version Bump 2022-01-13 14:48:11 -05:00
Jason Crist
304254e9af
Remove templates improperly nested in a folder due to script error in #5105 (#5314) 2022-01-13 19:15:55 +00:00
Jason Crist
eea5498372
Refix/5105 script refactor template folders (#5312)
* Re-moved everything to the correct location, fixing the incorrect nested location from previous execution
2022-01-13 12:05:31 -05:00
Jason Crist
e2644501a6 Ran script moving template resources 2022-01-13 11:38:42 -05:00
Jason Crist
d930764808 Added a temp script to move block theme folder locations 2022-01-13 11:38:42 -05:00
Maggie
ff859ba69a
Blockbase: refactor footers to patterns (#5245) 2022-01-13 11:27:18 -05:00
Maggie
7e736f185b
Blockbase: converted headers to patterns (#5238)
* converted headers to patterns
* Import headers as both Template Parts AND Block Patterns

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-01-13 11:24:01 -05:00
Jason Crist
b93b709bdd
Remove customizer restoration as it is no longer being removed by Gutenberg. (#5303) 2022-01-13 11:22:44 -05:00
Ben Dwyer
35cdcd7bdf
Update gitignore (#5310) 2022-01-13 11:22:02 -05:00
David Biňovec
c8ed0dc498
AltoFocus: set correct value for featured-content[show-all] option. (#5309)
The expected type of the option is a string, not an integer.
2022-01-13 15:23:55 +01:00
Ben Dwyer
11ad6242be Version Bump 2022-01-13 11:46:42 +00:00
Ben Dwyer
04906a315b
Revert "Change the way we fetch users CPT to use the Gutenberg function directly" (#5307)
This reverts commit 75ba42af5b.
2022-01-13 11:27:53 +00:00
Ben Dwyer
5e96cecd30
Revert "Revert Fix Customizer Font Editing causing Site Editor WSOD" (#5295)
* Revert "Revert "Fix Customizer Font Editing causing Site Editor WSOD (#5262)" (#5284)"

This reverts commit d75e26f10e.

* Cast object to  array
2022-01-12 09:02:31 +00:00
Sarah Norris
24d6d0b091
Update dependencies for Dependabot alerts (#5291)
* Update Dalston deps

* Update Coutoire deps

* Update calm-business deps

* Update brompton deps

* Update barnsbury deps

* Update balasana deps

* Update alves deps

* Update root deps

* Update all package-lock files for node 16

* Add batch:update script

* Revert "Add batch:update script"

This reverts commit 5c1d2b966ad4b45b9a2cad86cf4ccdc73799b96b.
2022-01-12 09:00:42 +00:00
Ben Dwyer
df2bdfe289
Removed unused files (#5299) 2022-01-11 18:25:45 +00:00
Ben Dwyer
afd48e0dd8
Videomaker: Remove the redundant template (#5297) 2022-01-11 18:25:35 +00:00
Kjell Reigstad
3a85e6507b
Try updating Livre theme name to Livro (#5298)
* Change name to livro.

* Update name to livro.

* Update screenshot
2022-01-11 12:51:19 -05:00
Jason Crist
53134927b1 Version Bump 2022-01-11 11:32:54 -05:00
Kjell Reigstad
0b2173c3aa
[Livre] Add block patterns (#5282) 2022-01-11 11:31:23 -05:00
Kjell Reigstad
f56dd5ff95
Add header-footer-only template. (#5281) 2022-01-11 11:26:15 -05:00
Kjell Reigstad
8a0ae07703
[Livre] Update readme and copyright (#5280) 2022-01-11 11:25:52 -05:00
Kjell Reigstad
eb314d6db4
Livre: Update alignment rules. (#5279) 2022-01-11 11:25:29 -05:00
Sarah Norris
934d15fdb6
Deploy script: remove double quotes from commit message log (#5285)
* Remove double quotes from commit message log
* Add replace to tagDeployment as well
2022-01-10 09:43:31 -05:00
Ben Dwyer
d75e26f10e
Revert "Fix Customizer Font Editing causing Site Editor WSOD (#5262)" (#5284)
This reverts commit 9e7036e6c3.
2022-01-10 09:50:57 +01:00
Ben Dwyer
fbe908540a Version Bump 2022-01-07 10:15:01 +00:00
Kjell Reigstad
265fc3cde5
[Livre] Refine site title treatment (#5268)
* Try all-caps text in the header.

* Add "tiny" font size.

* Write more specific CSS.

* Use x-small instead of tiny.

* Update screenshot.jpg
2022-01-07 09:37:35 +00:00
Kjell Reigstad
f7d18c6dc7
[Livre] Clean up buttons and comment form (#5273)
* Tidy up buttons + comment form.

* Fix comments area spacing.

* Add :not([type="button"])
2022-01-07 09:31:51 +00:00
Kjell Reigstad
6fb4db5092
Stewart: Tidy up navigation (#5265)
* Tidy up navigation

* Change area of the sidebar template part.
2022-01-07 09:28:37 +00:00
Sarah Norris
a2f379c557
Canard: fix button styles outside of entry-content (#5272)
* Canard: apply default button styles to all button blocks

Not just those in entry-content

* Add default button colors

* Include buttons in color annotation selectors

* Add missing default border color
2022-01-07 09:27:54 +00:00
Jason Crist
9e7036e6c3
Fix Customizer Font Editing causing Site Editor WSOD (#5262)
* Clear fontFamilies data to ensure what is posted is always correct.  Refactored unset_property_if_it_exists() as it wasn't removing the fontFamilies Array as expected

* Change the way we fetch users CPT to use the Gutenberg function directly

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-01-07 09:27:37 +00:00
Kjell Reigstad
ef2172d82c
Refine link styles. (#5278) 2022-01-07 09:27:29 +00:00
Kjell Reigstad
3531a2302e
Enable dropcap for the Livre theme. (#5266) 2022-01-07 09:27:14 +00:00
Maggie
b5c99e9e9f
Skatepark: use grid of posts for Search page (#5234)
* use a template part for the grid of posts

* restored search template, improved styles

* use pattern instead of template part
2022-01-07 09:27:06 +00:00
Sarah Norris
0d8b97499b
Add appearanceTools: true setting (#5072) 2022-01-04 15:27:29 +00:00
Ben Dwyer
955628f282
Blockbase: Update the package.json (#5253)
* Blockbase: Update the package.json

* update

* Add author
2021-12-24 13:51:23 +00:00
Ben Dwyer
e3762b3329
Blockbase: Update customizer PHP library to work with latest version of Gutenberg (#5251)
* Fix customizer

* add string
2021-12-23 11:53:08 +00:00
Ben Dwyer
55eac831b5 Version Bump 2021-12-23 01:48:55 +00:00
Ben Dwyer
18c6bcb1f8
Fallback to the old function name in case users are still on the old version of Gutenberg (#5250) 2021-12-23 01:32:09 +00:00
Sarah Norris
47d758b63f
Manual version bump for some themes (#5246)
* Version bump Seedlet

* Version bump Spearhead

* Version bump Quadrat variations

* Version bump blank canvas blocks
2021-12-22 23:20:50 +00:00
Ben Dwyer
665a08d8f5
Blockbase: Rename Gutenberg functions (#5248) 2021-12-22 23:20:37 +00:00
Sarah Norris
b172d413cc Version Bump 2021-12-22 16:45:44 +00:00
Ben Dwyer
88cff87a49
Blockbase: Update alignment rules (#5220)
* Blockbase: Update alignment rules

* update variable name
2021-12-22 16:39:41 +00:00
Sarah Norris
58617b3188
Seedlet: Fix navigation block styles in editor (#5199)
* Remove background & margins from nav in editor

* Always set hover color to currentColor

* Set line height when there is a background color

* Move hover styles to wp-block-navigation-item

* Remove border from nav links in editor

* Remove editor stylesheet for nav block
2021-12-22 16:38:34 +00:00
Matias Benedetto
e13a82b15d
[Seedlet] Replacing border for text-decoration to add underline to links (#5195)
* replacing border for text-decoraction to add underline to links

* Spearhead: Replacing boder-bottom by text-decoration underline

* Seedlet: disable text-decoration for site title

* spaces to tabs

* reorder properties

* rebuild

* reorder properties

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2021-12-22 16:37:24 +00:00
Maggie
225656c65a
Blockbase: fix variables for 2 colored themes (#5241)
* fix variables for 2 colored themes

* same fix for tables css
2021-12-22 16:35:42 +00:00
Ben Dwyer
6e07073537 Version Bump 2021-12-21 09:23:58 +00:00
Maggie
2ad06443cc
removed header template part from skatepark's json (#5233) 2021-12-21 08:55:58 +00:00
Jason Crist
08492d5ac3
Fixed submenu style of focused submenu to match hover styling (#5221) 2021-12-21 08:55:48 +00:00
Ben Dwyer
d12ae9af5c
Blank Canvas Blocks: Rename to Blank Canvas - only the slug should be renamed (#5230) 2021-12-20 16:57:43 -03:00
Ben Dwyer
895ab5335d
Quadrat: Add images for different color variations (#5239) 2021-12-20 17:32:49 +00:00