Skip to content

Commit

Permalink
Modal, RSVP, and RSVP updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Dec 23, 2024
1 parent c520515 commit 4b09d06
Show file tree
Hide file tree
Showing 31 changed files with 400 additions and 94 deletions.
2 changes: 1 addition & 1 deletion build/blocks/modal-content/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"padding": "20px"
},
"dimensions": {
"width": "320px"
"maxWidth": "400px"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/modal-content/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components'), 'version' => '92133aa39d658934f363');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components'), 'version' => 'fe1f005968ca0e541c7c');
2 changes: 1 addition & 1 deletion build/blocks/modal-content/index.js

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-content/style-index-rtl.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

.wp-block-gatherpress-modal-content{box-sizing:border-box;width:100%}
2 changes: 1 addition & 1 deletion build/blocks/modal-content/style-index.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@

.wp-block-gatherpress-modal-content{box-sizing:border-box;width:100%}
2 changes: 1 addition & 1 deletion build/blocks/modal-manager/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('@wordpress/interactivity'), 'version' => 'b756d707612e3a6db488', 'type' => 'module');
<?php return array('dependencies' => array('@wordpress/interactivity'), 'version' => '288c2167371178cdbfde', 'type' => 'module');
2 changes: 1 addition & 1 deletion build/blocks/modal-manager/view.js

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

4 changes: 0 additions & 4 deletions build/blocks/modal/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"background": "rgba(0, 0, 0, 0.5)"
}
}
},
"variation": {
"type": "string",
"default": "default"
}
},
"supports": {
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/modal/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-data', 'wp-i18n'), 'version' => '576c7150dee8ff0269f2');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-data'), 'version' => 'd1d1ac2fd0477b184bb0');
2 changes: 1 addition & 1 deletion build/blocks/modal/index.js

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/rsvp-response-v2/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components'), 'version' => 'b2c9d2982e5ccffb24d3');
<?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' => '48f7c56a43a37c6a3277');
Loading

0 comments on commit 4b09d06

Please sign in to comment.