Commit graph

475 commits

Author SHA1 Message Date
Kjell Reigstad
c54bdab6df Tidy up custom button colors in the Cover block. 2021-01-22 15:06:55 -05:00
Kjell Reigstad
5db70d5a80 Fix button colors for buttons inside of groups. 2021-01-22 14:56:19 -05:00
Jeff Ong
8a00a6c9fd Change namespace. 2021-01-22 10:56:25 -05:00
Maggie
e261f9aab0
Merge pull request #3053 from Automattic/fix/seedlet-IE-fixes
Seedlet: Fix IE11 issues
2021-01-22 11:40:28 +01:00
Maggie Cabrera
a8e652f23d removed the crossorigin function since it doesn't fix the CORS issue 2021-01-22 11:38:16 +01:00
Ben Dwyer
4a8d0f7372 Update version numbers to deploy Seedlet and children 2021-01-20 17:48:02 +00:00
Jack Lenox
8da5ade3ed
Merge pull request #3056 from Automattic/remove/table-word-break-seedlet
Seedlet: Remove word-break style in tables
2021-01-19 23:48:10 +00:00
Danny Dudzic
ae81e519fe Seedlet: Fix Pullquote default alignment in the editor 2021-01-18 23:23:57 +01:00
Jack Lenox
826f42c624
Seedlet: Remove word-break style in tables
The `word-break: break-all` style creates unwanted and unexpected breaks
in text in tables. Let's remove it.

Fixes #2410, fixes #2375, fixes #2120.
2021-01-18 18:11:08 +00:00
Maggie Cabrera
89c4f49e3d IE conditional for the crossorigin attribute 2021-01-18 15:26:54 +01:00
Maggie Cabrera
99c20f8d05 added crossorigin to style tags 2021-01-18 14:49:25 +01:00
Danny Dudzic
01ecbc7acd Seedlet: Fix full width Video block 2021-01-18 13:25:34 +01:00
Maggie Cabrera
9f026ed7f5 removed pesky backticks 2021-01-18 11:29:51 +01:00
Ben Dwyer
6c11e33a6c Fix the IE11 ponyfill in Seedlet 2021-01-15 17:14:24 +00:00
Ben Dwyer
97e3acd6cd
Merge pull request #3026 from Automattic/fix/2701-spearhead-custom-colors
Change CSS variable assignment order
2021-01-14 20:55:52 +00:00
Ben Dwyer
1ee9d86b13
Merge pull request #3024 from Automattic/add/2771-seedlet-add-phone-icon
Seedlet: Add Phone icon to the Social Menu
2021-01-14 19:12:55 +00:00
Danny Dudzic
fd732f5b44 Seedlet: Fix Button block alignment editor issue 2021-01-14 16:54:14 +01:00
Jason Crist
fba2523485 Change CSS variable assignment order
First Seedlet was changed so that all custom CSS variables for color
definitions are associated with the 'seedlet-custom-color-overrides'
stylesheed.  (Previously only editor override styles were associated
with that stylesheet.

Next Spearhead was changed to first dequeue that stylesheet, THEN assign
the spearhead-specific style variables THEN re-enqueue that
seedlet-custom-color-overrides stylesheet.

This puts the customizer color variable assignments AFTER the Spearhead
variable assignments so that those are the values that are used.
2021-01-14 10:21:57 -05:00
Danny Dudzic
e7ad34194b Seedlet: Add Phone icon to the Social Menu 2021-01-14 15:06:03 +01:00
Ben Dwyer
0609ff9605
Merge pull request #3018 from Automattic/fix/subscriptions-block-input
Seedlet: add Jetpack subscription block styling
2021-01-14 13:16:23 +00:00
Ben Dwyer
17c04ef5e0
Merge pull request #3017 from Automattic/try/seedlet-more-specific-spacing-overrides
Try: Make spacing overrides more specific in Seedlet
2021-01-14 12:30:22 +00:00
Jack Lenox
eeea41c3c0
Rebuild CSS to reflect change in Sass 2021-01-14 12:10:58 +00:00
Jack Lenox
d26d01ef1f
Remove unnecessary mixin 2021-01-14 12:09:08 +00:00
Maggie
abeefaa49f
Merge pull request #2820 from Automattic/fix/issue-2739
Seedlet: Fix WooCommerce mobile/menu buttons
2021-01-13 18:14:03 +01:00
Jeff Ong
4e24a4d5e4 Add subscriptions block css. 2021-01-13 10:05:15 -05:00
Jack Lenox
cb28d0b69c
Seedlet: Make spacing overrides more specific 2021-01-13 14:52:06 +00:00
Ben Dwyer
1769049c5f Move the CSS changes to the SASS 2021-01-13 11:52:38 +00:00
Tony Arcangelini
6d1249a1d9 Update style-navigation.css 2021-01-13 11:52:13 +00:00
Tony Arcangelini
8696866aaa Update style-navigation.css
Before ⇢ https://d.pr/i/Gc2zNG
- Menu button in mobile is not clickable

After ⇢ https://d.pr/i/0AQ74Q
- Menu clickable
2021-01-13 11:52:13 +00:00
Ben Dwyer
58ce0fc51a Fix wrapping cart headers 2021-01-13 10:02:44 +00:00
Kjell Reigstad
0e3abe3f6c Only hide site header/footer if the homepage is set to a static page. 2021-01-12 09:12:35 -05:00
Ben Dwyer
2173f6cb89
Merge pull request #2985 from Automattic/try/header-footer-hide-seedlet
Seedlet: Add hide site header/footer Customizer options for the homepage
2021-01-12 12:26:45 +00:00
Kjell Reigstad
c60b71d0d1 Eliminate the need for else in the conditional. 2021-01-11 13:37:34 -05:00
Kjell Reigstad
ba0a48c19a Only hide header/footer on the front page. 2021-01-11 12:12:47 -05:00
Ben Dwyer
5a356a33f6 check that menus have items before outputting them 2021-01-11 12:43:53 +00:00
Ben Dwyer
0f8718a58c refactor seedlet and blank canvas so they share more code 2021-01-11 12:32:15 +00:00
Ben Dwyer
f0b991b363 dry blank canvas and seedlet 2021-01-08 16:42:41 +00:00
Kjell Reigstad
7f0e08afcb Allow full-width group blocks that have a background color to remove the top margin. 2021-01-08 16:23:09 +00:00
Kjell Reigstad
ad8272c44d Switch to a method that doesn't use display:none. 2021-01-08 16:23:09 +00:00
Kjell Reigstad
5fa26f2544 Seedlet: Add controls to show/hide header and footer elements on the homepage. 2021-01-08 16:22:39 +00:00
Ben Dwyer
516f55b060 fix encoding in Seedlet 2021-01-08 12:54:21 +00:00
Ben Dwyer
d1a5a072f0 fix encoding issues 2021-01-08 12:49:53 +00:00
Ben Dwyer
3f9a515ac3 Fix RTL comment syntax and update version numbers 2021-01-08 11:12:57 +00:00
Yoav Farhi
e587621eca Fix right/left arrows in RTL mode
Replace right arrow css (\2192 or \02192) with left arrow ( \2190 or \02190) and vice versa
2021-01-07 15:07:23 +02:00
Jeff Ong
ebdcfd06a8 Remove margin from quote block. 2021-01-04 13:05:28 -05:00
Ben Dwyer
c5ef2f026b update version numbers for seedlet 2021-01-04 12:09:28 +00:00
Tony Arcangelini
8630865fb2 Add description to category pages with styling 2021-01-04 00:23:41 +01:00
Jeff Ong
0e45d62c13
Merge pull request #2861 from Automattic/fix/seedlet-version-5.5
Seedlet + Spearhead: correct required version numbers
2020-11-30 11:45:09 -05:00
Ben Dwyer
fb3c771487 add a slash 2020-11-26 15:13:54 +00:00
Ben Dwyer
73c412fb52 added a __DIR__ to the require' 2020-11-26 15:10:01 +00:00
Jeff Ong
ccd0c9ed1d Bump required versions to be accurate. 2020-11-25 12:31:43 -05:00
Jeff Ong
4b13cb96de Rebase trunk. 2020-11-23 15:43:24 -05:00
Tony Arcangelini
7a41e5a5de Update versions 2020-11-23 18:51:56 +01:00
Tony Arcangelini
ad4eda0d05 Update versions 2020-11-23 18:48:39 +01:00
Jeff Ong
3cbb85450a Bump version. 2020-11-23 12:47:54 -05:00
Jeff Ong
531df49f9b Lower minimum WP version required. 2020-11-23 12:43:43 -05:00
Ben Dwyer
9a8898fade update version number: 2020-11-23 13:12:17 +00:00
Ben Dwyer
e86d366c7b
Merge pull request #2366 from Automattic/try/seedlet-support-archive-filter
Seedlet: support filtering archive page titles
2020-11-23 11:19:00 +00:00
Tony Arcangelini
d1399f5c05 second try 2020-11-21 23:48:30 +01:00
Tony Arcangelini
9d30fedb6b Remove side padding of Group block 2020-11-21 22:56:08 +01:00
Jeff Ong
166c82bfad Change minimum required version. 2020-11-12 16:03:38 -05:00
Jeff Ong
4c2475db18 Fix merge conflicts and editor stylesheet location. 2020-11-12 16:03:38 -05:00
Ben Dwyer
09070c7be6 fix PHP notices 2020-11-12 16:02:34 -05:00
Jeff Ong
9389cd193e Restore newline. 2020-11-12 15:55:45 -05:00
Jeff Ong
884b78ad2a Remove unused. 2020-11-12 15:55:45 -05:00
Jeff Ong
dd7cf99d00 Wrap the prefix in a span. 2020-11-12 15:55:45 -05:00
Jeff Ong
12d1b1ec32 Try using the new filter. 2020-11-12 15:55:45 -05:00
Ben Dwyer
025cf697bd remove word break 2020-11-12 14:56:10 -05:00
Allan Cole
65c14d90da Seedlet: Clean up grid gutter size options and config variables. 2020-11-12 14:55:59 -05:00
Allan Cole
4c8bd2e406 Seedlet: Override word break in Layout Grid Blocks. 2020-11-12 14:55:29 -05:00
Jason Crist
c69defa26b Returning .pot files to git version control 2020-11-12 09:36:04 -05:00
Jason Crist
7c679f3bfa Bring (seemingly unmodified) images into sync 2020-11-11 17:30:24 -05:00
Jason Crist
0f3883049b Removing Resources excluded via .gitignore 2020-11-11 17:30:23 -05:00
Jason Crist
eb91c7ffea Version Bump Seedlet for syncing of missing footer-widget.php changes 2020-11-11 14:26:06 -05:00
Kjell Reigstad
e77e1d78d0
Merge pull request #2774 from Automattic/update/remove-extra-group-wrapper-from-seedlet-blocks
Seedlet Blocks: Remove extra group wrapper around template parts.
2020-11-05 10:09:21 -05:00
Kjell Reigstad
d7f2d82990 Ensure children of template parts are properly sized. 2020-11-05 09:22:24 -05:00
Jeff Ong
6c6994ea29 Bump version to 1.1.2 2020-11-04 14:49:41 -05:00
Jeff Ong
ea1592314a
Merge pull request #2762 from Automattic/add/spearhead-dotorg-files
Spearhead: add missing dotorg files + scripts
2020-11-04 14:45:09 -05:00
Jeff Ong
31175559b7 Move package-dotorg.sh to top-level. 2020-11-04 12:27:09 -05:00
Ben Dwyer
21da3386be remove rej file 2020-11-04 14:01:11 +00:00
Jeff Ong
6fff1f74e4 Display dark mode notice when default palette is active. 2020-11-04 13:40:45 +00:00
Jeff Ong
a6efc7b86a Revert "Remove this file that was mistakenly checked in."
This reverts commit bdfc7ef55a2600518936be8fa28a610c3a294e4b.
2020-11-04 13:40:45 +00:00
Maggie
4c950b6afb
Merge pull request #2494 from Automattic/fix/issue-2413
Seedlet: remove the redundant if statement
2020-11-04 12:04:06 +01:00
Jeff Ong
592ba9424e Move excludes to the top level. 2020-11-03 12:47:13 -05:00
Jeff Ong
96c77a2a4b
Merge pull request #2756 from Automattic/fix/spearhead-custom-colors
Spearhead: fix custom colors
2020-11-03 10:02:46 -05:00
Jeff Ong
e217959184 Cast as int. 2020-11-02 16:54:34 -05:00
Jeff Ong
14ba96ac8b Remove reject file. 2020-11-02 14:08:29 -05:00
Jeff Ong
589f052aa4 Compare less strictly. 2020-11-02 13:55:44 -05:00
Ben Dwyer
b8c9b42a49 centre the logo in seedlet 2020-10-29 15:18:31 +00:00
Ben Dwyer
405ea1ed6e Spearhead: Add support for site logo 2020-10-29 15:18:27 +00:00
Jeff Ong
859b82cd72 Bring language files in sync with wpcom. 2020-10-28 18:30:02 -04:00
Jeff Ong
295d97a5da Add a --primary-nav--color-border in Seedlet and set it to transparent in Spearhead. 2020-10-28 13:32:22 -04:00
Ben Dwyer
65a70cf91e Spearhead: Try a different approach for Spearhead 2020-10-28 14:44:24 +00:00
Ben Dwyer
ad0162f16c Seedlet: Remove subscription block CSS 2020-10-27 15:10:54 +00:00
Ben Dwyer
b788cdb15b Add a small margin above author name 2020-10-27 12:59:42 +00:00
Ben Dwyer
c88aed50c5 update the author bio CSS to match the old version as closely as possbile 2020-10-27 12:59:32 +00:00
Ben Dwyer
95c115960b match the seedlet author bio markup to the jetpack markup 2020-10-27 12:59:32 +00:00
Ben Dwyer
e67ff5c9df implement the jetpack author bio 2020-10-27 12:59:32 +00:00
Ben Dwyer
b06ec63321 Seedlet: Make it possible to hide the author bio 2020-10-27 12:59:32 +00:00
Jeff Ong
637a0d44df Rebase trunk. 2020-10-26 14:28:16 -04:00
Ben Dwyer
a8a1c5d0b2
Merge pull request #2687 from Automattic/fix/seedlet-spearhead-body-font-weight
Fix/seedlet spearhead body font weight
2020-10-26 16:42:16 +00:00
Jeff Ong
d56d6e732e Give space to links. 2020-10-26 12:00:36 -04:00
Maggie Cabrera
ddeb00141c added font weight variable to seedlet 2020-10-26 16:42:15 +01:00
Jeff Ong
6b8c09b2b2 Rebase trunk. 2020-10-26 11:22:24 -04:00
Ben Dwyer
f1b672ac12 Seedlet: Update light and dark color names 2020-10-23 18:25:42 +01:00
Jeff Ong
fabefd7058 Refactor customizer class and add ability to toggle excerpts. 2020-10-22 14:22:30 -04:00
Jeff Ong
febf647ca2 git restore and ignore all zip files. 2020-10-21 14:27:26 -04:00
Jeff Ong
2f6e31934b Merge branch 'trunk' into try/seedlet-package-dotorg 2020-10-21 14:23:46 -04:00
Ben Dwyer
4eb80af9fd rename the marketing bar variable to wpcom-marketing-bar 2020-10-21 11:46:07 +01:00
Maggie Cabrera
c089ed41a0 fixed marketing bar for seedlet 2020-10-21 11:44:32 +01:00
Noah Allen
6d6c738223
Update seedlet headstart annotation (#2639) 2020-10-20 11:29:45 -07:00
Ben Dwyer
ba7bf7c169
Merge pull request #2623 from Automattic/fix/2561
Spearhead: Fixes the code and verse blocks in the editor
2020-10-19 12:27:45 +01:00
Ben Dwyer
b41b5a83ec
Merge pull request #2617 from Automattic/update/seedlet-i18n
Update Seedlet i18n from WPCOM
2020-10-19 12:23:27 +01:00
Jeff Ong
dfbf6a2c0f Delete map files. 2020-10-16 14:27:54 -04:00
Jeff Ong
9395d4f271 Remove disallowed tag and sourcemaps. 2020-10-16 14:11:44 -04:00
Jeff Ong
375064d549 Ignore previous zip in the rsync. 2020-10-16 14:07:01 -04:00
Jeff Ong
4bd93049bd Restore git changes after recompiling the version number. 2020-10-16 14:03:33 -04:00
Jeff Ong
1c036fd21c Add script for packaging theme for submission to dotorg directory. 2020-10-16 14:00:53 -04:00
Ben Dwyer
3e3c038e29
Merge pull request #2621 from Automattic/fix/seedlet-menu-keyoboard-navigation
Seedlet: Fix keyboard navigation in the menu
2020-10-16 17:18:36 +01:00
Ben Dwyer
446e480ddb use foreground color not foreground light 2020-10-16 16:21:13 +01:00
Ben Dwyer
8e7b0e6095 Spearhead: Fixes the code and verse blocks in the editor 2020-10-16 15:46:16 +01:00
Ben Dwyer
38ddb0d484 Seedlet: Fix keyboard navigation in the menu 2020-10-16 15:13:03 +01:00
Ben Dwyer
debd909c94 update translations from WPCOM 2020-10-16 12:39:22 +01:00
Ben Dwyer
358045b7ad update translations from WPCOM 2020-10-16 12:38:02 +01:00
Ben Dwyer
24e9cda228 update Seedlet version number 2020-10-16 12:28:48 +01:00
Maggie Cabrera
cbf4593fa6 convert to tabs correctly :D 2020-10-16 11:45:08 +01:00
Maggie Cabrera
f9a7a002d8 spaces to tabs, changed extend to an include 2020-10-16 11:45:05 +01:00
Maggie Cabrera
bdf78506cd updated search blocks for Seedlet 2020-10-16 11:45:01 +01:00
Ben Dwyer
2771d1015e update CSS for navigation blocks 2020-10-16 11:42:06 +01:00
Ben Dwyer
f28190b335 Use the navigation block for the podcast links 2020-10-16 11:41:49 +01:00
Jeff Ong
49eead8996
Merge pull request #2600 from Automattic/fix/remove-previous-next
Spearhead + Seedlet: make it possible to remove the previous / next post navigation (#2594)
2020-10-14 11:51:48 -04:00
Maggie Cabrera
461809e623 changed accesibility class to mixin 2020-10-14 17:14:48 +02:00
Maggie
9537b481b8 Update seedlet/assets/sass/elements/_forms.scss
Co-authored-by: Ben Dwyer <ben@scruffian.com>
2020-10-14 17:14:47 +02:00
Maggie
b441c26943 Update seedlet/assets/sass/elements/_forms.scss
Co-authored-by: Ben Dwyer <ben@scruffian.com>
2020-10-14 17:14:47 +02:00
Maggie Cabrera
c91740312b moved input css styles to seedlet 2020-10-14 17:14:47 +02:00
Maggie Cabrera
1d69a958e3 centered results when no results found on seedlet + spearhead 2020-10-14 17:14:16 +02:00
Jeff Ong
6698c7ae18 Use correct template tags for navigation + pagination. 2020-10-14 10:23:00 -04:00
Jeff Ong
b0db5868c8 Rename post pagination function correctly and create post navigation template tag. 2020-10-14 10:22:34 -04:00
Jeff Ong
5f857b331c Update changelog. 2020-10-12 15:36:53 -04:00
Jeff Ong
1b44cbd01f Rebase master. 2020-10-12 15:27:43 -04:00
Jeff Ong
6902eab7de Fix menu close button. 2020-10-12 15:24:51 -04:00
Ben Dwyer
f674919116
Merge pull request #2581 from Automattic/add/seedlet-version-bump-1.1
Seedlet: bump version to 1.1
2020-10-12 16:58:09 +01:00
Ben Dwyer
7d49e68fa4 update the header 2020-10-12 14:44:06 +01:00
Ben Dwyer
58054bcb11 remove console log 2020-10-12 11:36:43 +01:00
Ben Dwyer
498f297d2e define colorline functions in the theme 2020-10-12 11:32:09 +01:00
Jeff Ong
c399f0b234 Use text decoration on the editor side. 2020-10-09 15:05:21 -04:00
Jeff Ong
25c8c6e6fe Try applying file block styles in the editor. 2020-10-09 14:32:26 -04:00
Jeff Ong
e5ecd874aa Bump versions. 2020-10-09 13:53:14 -04:00
Ben Dwyer
c2c359a34b create a button style mixin so we can use the style more flexibly 2020-10-09 14:44:29 +01:00
Ben Dwyer
b597ee0e82 Update file block layout 2020-10-09 14:41:16 +01:00