-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor: Update packages for 6.1 Beta 2.
Package updates for bug and regression fixes: * @wordpress/block-directory: 3.15.3 * @wordpress/block-editor: 10.0.3 * @wordpress/block-library: 7.14.3 * @wordpress/block-serialization-default-parser: 4.17.1 * @wordpress/blocks: 11.16.3 * @wordpress/components: 21.0.3 * @wordpress/compose: 5.15.2 * @wordpress/core-data: 5.0.3 * @wordpress/customize-widgets: 3.14.3 * @wordpress/edit-post: 6.14.3 * @wordpress/edit-site: 4.14.4 * @wordpress/edit-widgets: 4.14.3 * @wordpress/editor: 12.16.3 * @wordpress/format-library: 3.15.3 * @wordpress/interface: 4.16.3 * @wordpress/list-reusable-blocks: 3.15.3 * @wordpress/nux: 5.15.3 * @wordpress/preferences: 2.9.3 * @wordpress/reusable-blocks: 3.15.3 * @wordpress/server-side-render: 3.15.3 * @wordpress/style-engine: 1.0.2 * @wordpress/widgets: 2.15.3 References: * [WordPress/gutenberg#44233 Gutenberg PR 44233] – Blocks: Fix searching of blocks when description is non-string * [WordPress/gutenberg#44301 Gutenberg PR 44301] – Block Toolbar: update position when moving blocks * [WordPress/gutenberg#44334 Gutenberg PR 44334] – Global Styles: Re-add styles that were removed, for classic themes * [WordPress/gutenberg#44351 Gutenberg PR 44351] – Comments block: Support nested comments settings in the comments blocks * [WordPress/gutenberg#44448 Gutenberg PR 44448] – Add a correct TS signature for useEntityRecords * [WordPress/gutenberg#44315 Gutenberg PR 44315] – Pullquote: fix transform to quote crash * [WordPress/gutenberg#44446 Gutenberg PR 44446] – Fix spacing property generation in flow layout type. * [WordPress/gutenberg#44408 Gutenberg PR 44408] – Upgrade react-easy-crop to bring in fix for site editor iframe * [WordPress/gutenberg#44406 Gutenberg PR 44406] – Style engine: kebab case preset slugs in the editor * [WordPress/gutenberg#44209 Gutenberg PR 44209] – Fixing padding on the post editor when RootPaddingAwareAlignments setting is enabled * [WordPress/gutenberg#42950 Gutenberg PR 42950] – Popover: fix limitShift logic by adding iframe offset correctly (and a custom shift limiter) * [WordPress/gutenberg#44337 Gutenberg PR 44337] – Submenu block href only if url is not empty * [WordPress/gutenberg#44291 Gutenberg PR 44291] – Add role=application to list view to prevent browse mode triggering in NVDA * [WordPress/gutenberg#44283 Gutenberg PR 44283] – Navigation block: Fix submenu colors for imported classic menus * [WordPress/gutenberg#44282 Gutenberg PR 44282] – Fix popover stacking in the customize widgets editor * [WordPress/gutenberg#44247 Gutenberg PR 44247] – Spacing presets: switch to using numbers instead of t-shirt sizes for labels * [WordPress/gutenberg#44299 Gutenberg PR 44299] – Backport template creation changes from core * [WordPress/gutenberg#44294 Gutenberg PR 44294] – [Block Library - Query Loop]: Fix broken preview in specific category template * [WordPress/gutenberg#44287 Gutenberg PR 44287] – [Block Library]: Rename Comments pagination inner blocks * [WordPress/gutenberg#44256 Gutenberg PR 44256] – Avoid showing the recursion warning in previews when replacing template parts * [WordPress/gutenberg#44265 Gutenberg PR 44265] – Blocks: officially deprecated the children and node matchers * [WordPress/gutenberg#44251 Gutenberg PR 44251] – Global styles: Remove the beta label from global styles header Props bernhard-reiter, cbravobernal. See #56467. Built from https://develop.svn.wordpress.org/trunk@54335 git-svn-id: http://core.svn.wordpress.org/trunk@53894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information
1 parent
fe346c1
commit cce69f5
Showing
35 changed files
with
839 additions
and
276 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
/** | ||
* Colors | ||
*/ | ||
/** | ||
* Breakpoints & Media Queries | ||
*/ | ||
/** | ||
* SCSS Variables. | ||
* | ||
* Please use variables from this sheet to ensure consistency across the UI. | ||
* Don't add to this sheet unless you're pretty sure the value will be reused in many places. | ||
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI. | ||
*/ | ||
/** | ||
* Colors | ||
*/ | ||
/** | ||
* Fonts & basic variables. | ||
*/ | ||
/** | ||
* Grid System. | ||
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ | ||
*/ | ||
/** | ||
* Dimensions. | ||
*/ | ||
/** | ||
* Shadows. | ||
*/ | ||
/** | ||
* Editor widths. | ||
*/ | ||
/** | ||
* Block & Editor UI. | ||
*/ | ||
/** | ||
* Block paddings. | ||
*/ | ||
/** | ||
* React Native specific. | ||
* These variables do not appear to be used anywhere else. | ||
*/ | ||
/** | ||
* Converts a hex value into the rgb equivalent. | ||
* | ||
* @param {string} hex - the hexadecimal value to convert | ||
* @return {string} comma separated rgb values | ||
*/ | ||
/** | ||
* Breakpoint mixins | ||
*/ | ||
/** | ||
* Long content fade mixin | ||
* | ||
* Creates a fading overlay to signify that the content is longer | ||
* than the space allows. | ||
*/ | ||
/** | ||
* Focus styles. | ||
*/ | ||
/** | ||
* Applies editor left position to the selector passed as argument | ||
*/ | ||
/** | ||
* Styles that are reused verbatim in a few places | ||
*/ | ||
/** | ||
* Allows users to opt-out of animations via OS-level preferences. | ||
*/ | ||
/** | ||
* Reset default styles for JavaScript UI based pages. | ||
* This is a WP-admin agnostic reset | ||
*/ | ||
/** | ||
* Reset the WP Admin page styles for Gutenberg-like pages. | ||
*/ | ||
.wp-block-button__link { | ||
color: #fff; | ||
background-color: #32373c; | ||
border-radius: 9999px; | ||
box-shadow: none; | ||
text-decoration: none; | ||
padding: calc(0.667em + 2px) calc(1.333em + 2px); | ||
font-size: 1.125em; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
/** | ||
* Colors | ||
*/ | ||
/** | ||
* Breakpoints & Media Queries | ||
*/ | ||
/** | ||
* SCSS Variables. | ||
* | ||
* Please use variables from this sheet to ensure consistency across the UI. | ||
* Don't add to this sheet unless you're pretty sure the value will be reused in many places. | ||
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI. | ||
*/ | ||
/** | ||
* Colors | ||
*/ | ||
/** | ||
* Fonts & basic variables. | ||
*/ | ||
/** | ||
* Grid System. | ||
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ | ||
*/ | ||
/** | ||
* Dimensions. | ||
*/ | ||
/** | ||
* Shadows. | ||
*/ | ||
/** | ||
* Editor widths. | ||
*/ | ||
/** | ||
* Block & Editor UI. | ||
*/ | ||
/** | ||
* Block paddings. | ||
*/ | ||
/** | ||
* React Native specific. | ||
* These variables do not appear to be used anywhere else. | ||
*/ | ||
/** | ||
* Converts a hex value into the rgb equivalent. | ||
* | ||
* @param {string} hex - the hexadecimal value to convert | ||
* @return {string} comma separated rgb values | ||
*/ | ||
/** | ||
* Breakpoint mixins | ||
*/ | ||
/** | ||
* Long content fade mixin | ||
* | ||
* Creates a fading overlay to signify that the content is longer | ||
* than the space allows. | ||
*/ | ||
/** | ||
* Focus styles. | ||
*/ | ||
/** | ||
* Applies editor left position to the selector passed as argument | ||
*/ | ||
/** | ||
* Styles that are reused verbatim in a few places | ||
*/ | ||
/** | ||
* Allows users to opt-out of animations via OS-level preferences. | ||
*/ | ||
/** | ||
* Reset default styles for JavaScript UI based pages. | ||
* This is a WP-admin agnostic reset | ||
*/ | ||
/** | ||
* Reset the WP Admin page styles for Gutenberg-like pages. | ||
*/ | ||
.wp-block-button__link { | ||
color: #fff; | ||
background-color: #32373c; | ||
border-radius: 9999px; | ||
box-shadow: none; | ||
text-decoration: none; | ||
padding: calc(0.667em + 2px) calc(1.333em + 2px); | ||
font-size: 1.125em; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.