Refactor/blockbase color admin (#6043)
Moved templates from old folder location to new (#6073)
Blockbase: Implement the Button elements API (#6041)
Blockbase: Implement Comment Block and removed CSS (#6080)
Fix/migrate blockbase font self hosted (#6123)
Blockbase children: update comments block (#6153)
Blockbase: Changed the trigger to render social icons (#6079)
Blockbase: move button padding styles from ponyfill to theme.json (#5901)
Co-authored-by: Grant Kinney <hi@grant.mk>
Co-authored-by: Jeremy Yip <jeremy.yip@automattic.com>
Co-authored-by: MaggieCabrera <maggie.cabrera@automattic.com>
Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
* Font size name: updating 'huge' to 'x-large'
* Mayland-blocks: rename 'normal' to 'medium'
* Seedlet-blocks: renaming 'normal' to 'medium'
* Russell: removing unused 'normal' font size
* Blockbase & children: moving 'normal' font size from presets to custom
* Blockbase & family: renaming custom fotsize from 'tiny' to 'x-small'
* Blockbase: Simplify our approach to font customization
* remove commented code
* Handle fonts that are customized the old way
* add comments
* update all child themes to use the new font customization settings
* Add a comment about this being a breaking change
* Add a notice when a user has an old version of blockbase
* 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>
* Blockbase: Update font size names
* Add overrides to geologist and quadrat
* Add a tiny custom variable to blockbase
* update templates to use new variable
* update block patterns
* update the post-meta font sizes
* Add a medium font size and make huge bigger
* replace font sizes in patterns with explict pixel values
Co-authored-by: Jeffrey Pearce <jeffikus@automattic.com>
* Blockbase: add post-meta template part
* Blockbase: add post-tag icon
* Blockbase: remove tags from post meta
* Blockbase: add post tags to post meta
* Blockbase: add post tag SVG from Seedlet
* Blockbase: remove separator from post meta
* Blockbase: add spacer above post comments block
* Seedlet Blocks: add post tags to post meta
* Blockbase: enable blockGap & set gap size for all children
* Blockbase children: sync up child-theme.json files
They were all using --wp--custom--margin--vertical instead of --wp--custom--gap--vertical
* Blockbase children: change gap size to GB default of 0.5em
* Blockbase & co: use gap baseline across BB & all children
* Blockbase: add row-gap value to post-meta
* Skatepark: remove gap value
This is now applied via theme.json (as the same value)
* Blockbase: add comment next to use of !important
* Blockbase: add link to GB issue around block gaps
* remap quadrat colors, refactor selection to tertiary
* Refactored color customizations to exclusively use THEME provided values as the basis for colors to configure rather than optionally using USER provided values.
* Changed blockbase's tertiary color to match blank-canvas
* Changed seedlet-blocks tertiary color to match seedlet's
* Eliminated any text selection styling for Blockbase and children (with the exception of Skatepark)
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Eliminated post-content margin custom CSS variable and used custom-gap-horizontal throughout instead
* refactored references from custom post-content padding to custom-margin in child themes
* refactored and simplified styles that were leveraging custom-post-content padding values
* Remove unused custom variables.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Blockbase: Update post meta to use flex
* move the blockGap config to styles
* Change the site header to use the new flex layout
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Blockbase: Set the fonts directly in settings not in custom
* fix the reset button
* update child themes
* remove unused variable
* add google font to theme.json default
* inherit font family from body
* Set pullquote to use the heading font in all themes
* 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>
* 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>
* 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>
* 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
* 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>
* 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>
* 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
Renamed from mayland-blocks/experimental-theme.json (Browse further)