Skip to content

Commit 5d166a3

Browse files
committed
Fixes that Patricia caught.
1 parent 4046c01 commit 5d166a3

File tree

14 files changed

+10
-31
lines changed

14 files changed

+10
-31
lines changed

build/blocks/icon/block.json

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
"html": false,
3333
"spacing": {
3434
"margin": true
35-
},
36-
"shadow": {
37-
"__experimentalSkipSerialization": true
3835
}
3936
},
4037
"textdomain": "gatherpress",

build/blocks/icon/index.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '9083b216155bcd585c73');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '91751e2f1cadafb0a973');

build/blocks/icon/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/blocks/modal/block.json

-8
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
"example": {},
1313
"description": "Enables members to easily confirm their attendance for an event.",
1414
"attributes": {
15-
"style": {
16-
"type": "object",
17-
"default": {
18-
"color": {
19-
"background": "rgba(0, 0, 0, 0.5)"
20-
}
21-
}
22-
},
2315
"zIndex": {
2416
"type": "number",
2517
"default": 1000

build/blocks/modal/index.asset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => '002a02336686f41e94ba');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n'), 'version' => 'a4bbf03b2a0d4e985df3');

build/blocks/modal/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/blocks/modal/style-index-rtl.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/blocks/modal/style-index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '506d833227637b32b848');
1+
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'fd4b1bfea48cbed7034d');

0 commit comments

Comments
 (0)