Skip to content

Commit

Permalink
FIX: Flex property missing after update WP 6.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
roelmagdaleno committed Apr 13, 2023
1 parent 6390f90 commit 2f438cb
Show file tree
Hide file tree
Showing 14 changed files with 30,204 additions and 6,200 deletions.
9 changes: 2 additions & 7 deletions build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@
"spacing": {
"margin": true,
"padding": true,
"blockGap": [
"horizontal",
"vertical"
],
"__experimentalSkipSerialization": [
"blockGap"
],
"blockGap": true,
"__experimentalDefaultControls": {
"padding": true,
"blockGap": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'c0638fca8ff8b15e5c93');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'f26719f11b699d83d8b0');
106 changes: 105 additions & 1 deletion build/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27,214 changes: 27,213 additions & 1 deletion build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/index.js.map

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion build/style-index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/style-index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2f438cb

Please sign in to comment.