Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
📦 Update built files
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Jul 17, 2024
1 parent f4b44c9 commit f37ddef
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
20 changes: 15 additions & 5 deletions build/blocks/button/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"apiVersion": 2,
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "hrswp/button",
"title": "Button",
"category": "design",
Expand Down Expand Up @@ -59,14 +60,23 @@
},
"supports": {
"anchor": true,
"splitting": true,
"align": true,
"alignWide": false,
"color": false,
"typography": false,
"color": {
"gradients": false,
"background": false,
"text": false
},
"typography": {
"fontSize": false,
"lineHeight": false,
"textAlign": false
},
"reusable": false,
"spacing": false,
"spacing": {},
"__experimentalBorder": false,
"__experimentalSelector": ".wp-block-button__link"
"__experimentalSelector": ".wp-block-button .wp-block-button__link"
},
"styles": [
{
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-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-server-side-render'), 'version' => '959cae0c456c73eee7ea');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-server-side-render'), 'version' => '8acc3bbe6bd9edb8978c');
Loading

0 comments on commit f37ddef

Please sign in to comment.