Skip to content

Commit

Permalink
Update gist files
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3315 committed Aug 1, 2024
1 parent ac44e60 commit 1b4cc91
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions dist/blocks.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Warning: This is an auto-generated file. Do not modify this file directly.
*/

return array (
'src/editor/blocks/table/index.php' => 'Travelopia\\Blocks\\Table',
'src/editor/blocks/table/children/column/index.php' => 'Travelopia\\Blocks\\Table\\Column',
'src/editor/blocks/table/children/cell/index.php' => 'Travelopia\\Blocks\\Table\\Cell',
'src/editor/blocks/table/children/row/index.php' => 'Travelopia\\Blocks\\Table\\Row',
'src/editor/blocks/table/children/row-container/index.php' => 'Travelopia\\Blocks\\Table\\RowContainer',
);
2 changes: 1 addition & 1 deletion dist/editor/blocks.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => 'a9d2811d6f17d28c57df');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-primitives'), 'version' => '326f13cf548360be4989');
2 changes: 1 addition & 1 deletion dist/editor/blocks.css

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

2 changes: 1 addition & 1 deletion dist/editor/blocks.css.map

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

2 changes: 1 addition & 1 deletion dist/editor/blocks.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/editor/blocks.js.map

Large diffs are not rendered by default.

0 comments on commit 1b4cc91

Please sign in to comment.