Skip to content

Commit

Permalink
Fresh build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiego committed Jul 29, 2023
1 parent c41f2ce commit 672069c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
16 changes: 13 additions & 3 deletions build/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apiVersion": 2,
"apiVersion": 3,
"name": "outermost/icon-block",
"title": "Icon",
"category": "media",
Expand Down Expand Up @@ -95,11 +95,21 @@
"style": true,
"width": true,
"__experimentalSelector": ".icon-container",
"__experimentalSkipSerialization": true
"__experimentalSkipSerialization": true,
"__experimentalDefaultControls": {
"color": false,
"radius": false,
"style": false,
"width": false
}
},
"spacing": {
"padding": true,
"margin": true
"margin": true,
"__experimentalDefaultControls": {
"margin": false,
"padding": false
}
}
},
"textdomain": "icon-block",
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('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');
<?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');
12 changes: 6 additions & 6 deletions build/index.js

Large diffs are not rendered by default.

0 comments on commit 672069c

Please sign in to comment.