Skip to content

Commit 672069c

Browse files
committed
Fresh build.
1 parent c41f2ce commit 672069c

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

build/block.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apiVersion": 2,
2+
"apiVersion": 3,
33
"name": "outermost/icon-block",
44
"title": "Icon",
55
"category": "media",
@@ -95,11 +95,21 @@
9595
"style": true,
9696
"width": true,
9797
"__experimentalSelector": ".icon-container",
98-
"__experimentalSkipSerialization": true
98+
"__experimentalSkipSerialization": true,
99+
"__experimentalDefaultControls": {
100+
"color": false,
101+
"radius": false,
102+
"style": false,
103+
"width": false
104+
}
99105
},
100106
"spacing": {
101107
"padding": true,
102-
"margin": true
108+
"margin": true,
109+
"__experimentalDefaultControls": {
110+
"margin": false,
111+
"padding": false
112+
}
103113
}
104114
},
105115
"textdomain": "icon-block",

build/index.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-primitives'), 'version' => 'b0d367dd132e0e033c0f');
1+
<?php return array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-primitives'), 'version' => '8f8d78f703c7d02e1222');

build/index.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)