Skip to content

Commit

Permalink
More work done on RSVP modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Nov 21, 2024
1 parent e728e24 commit 3f9c774
Show file tree
Hide file tree
Showing 14 changed files with 14,659 additions and 73 deletions.
2 changes: 1 addition & 1 deletion build/blocks/modal/style-index-rtl.css

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

2 changes: 1 addition & 1 deletion build/blocks/modal/style-index.css

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

12 changes: 12 additions & 0 deletions build/blocks/rsvp-v2/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
}
},
"supports": {
"align": [
"wide",
"full"
],
"layout": {
"allowSwitching": false,
"allowInheriting": false,
"default": {
"justifyContent": "center",
"type": "flex"
}
},
"html": false
},
"textdomain": "gatherpress",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/rsvp-v2/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => 'd9f5721f52448d3cd26d');
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '56cf2fe02ab52c1e5eac');
2 changes: 1 addition & 1 deletion build/blocks/rsvp-v2/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/blocks/rsvp-v2/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('@wordpress/interactivity'), 'version' => '8d6acb0ae75dfd824282', 'type' => 'module');
<?php return array('dependencies' => array('@wordpress/interactivity'), 'version' => 'f2bebb6ff5c2a98c7bcb', 'type' => 'module');
2 changes: 1 addition & 1 deletion build/blocks/rsvp-v2/view.js

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

Loading

0 comments on commit 3f9c774

Please sign in to comment.