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>
* Club: starting to implement the post list of the index template
* Club: implementing post list as a pattern
* Club: implement archives page
* club: post date uppercase
* Club: changing 'read more' for 'Read it'
* Club: post title font weight
* Club: post list pattern: makink post items have the same height
* Club: starting to implement the post list of the index template
* Club: implementing post list as a pattern
* Club: translatable string in post list pattern
In addition to hard coding a Github token in the actual `create-a-theme-checklist.js` file, we now have the option to read the token from the `THEME_GITHUB_TOKEN` environment variable.
This approach has the benefit of not including a secret like a token in source code.
* add link hover and active states to theme.json
* update navigation and post link state styles in theme.json
* fix text decoration issues
* Invert the default link styles+hover state to match the design.
* Remove unneeded comments.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* implement support for Button elements in theme.json
* Changed the theme.json to reflect design and returned button block styles configuration
* fix color and decoration for buttons and links
* Remove padding from default buttons.
Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Jeff Ong <jonger4@gmail.com>