Skip to content

Commit

Permalink
See pewresearch/pewresearch-org@cdb9777 from refs/heads/release/5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prcdevgitbot committed Mar 15, 2024
1 parent cbb4166 commit 6b429d9
Show file tree
Hide file tree
Showing 14 changed files with 436 additions and 104 deletions.
1 change: 0 additions & 1 deletion blocks/form-input-select/build/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
'data-wp-class--is-error' => 'context.isError',
'data-wp-class--is-success' => 'context.isSuccess',
'data-wp-class--is-processing' => 'context.isProcessing',
// 'data-wp-watch--on-value-change' => 'callbacks.onValueChange',
'style' => '--block-gap:' . \PRC\Platform\Block_Utils\get_block_gap_support_value($attributes, 'horizontal') . ';',
) );

Expand Down
4 changes: 2 additions & 2 deletions blocks/grid-column/build/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"apiVersion": 3,
"name": "prc-block/grid-column",
"version": "0.1.0",
"title": "Grid Column",
"title": "Column",
"category": "design",
"parent": [
"prc-block/grid-controller"
],
"description": "A single column within a grid block.",
"description": "A single column within a columns grid block.",
"attributes": {
"gridLayout": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion blocks/grid-column/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('classnames', 'prc-components', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-polyfill', 'wp-primitives'), 'version' => '64c17e8235af95a9e748');
<?php return array('dependencies' => array('classnames', 'prc-components', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-polyfill', 'wp-primitives'), 'version' => 'b8faea3a732315fe7647');
2 changes: 1 addition & 1 deletion blocks/grid-column/build/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 blocks/grid-column/build/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6b429d9

Please sign in to comment.