Skip to content

Commit

Permalink
See pewresearch/pewresearch-org@3c330db from refs/heads/release/5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prcdevgitbot committed Mar 14, 2024
1 parent 7b56e53 commit ac06970
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 55 deletions.
2 changes: 1 addition & 1 deletion blocks/collapsible/src/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

do_action('qm/debug', print_r($content, true));

$icon = \PRC\Platform\Icons\Render('light', 'circle-plus');;
$icon = \PRC\Platform\Icons\Render('light', 'circle-plus');

if ( function_exists( 'apple_news_is_exporting' ) && apple_news_is_exporting() ) {
// echo wp_sprintf();
Expand Down
1 change: 1 addition & 0 deletions blocks/form-input-select/build/index.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 blocks/form-input-select/build/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$input_attrs = \PRC\Platform\Block_Utils\get_block_html_attributes( array(
'id' => $input_id.'-input',
'role' => 'combobox',
'type' => 'search',
'type' => 'text', // we should make this "search" but how do we get rid of the "x" clear button?
'aria-controls' => $input_id.'-input',
'placeholder' => $input_placeholder,
'data-wp-bind--value' => 'context.label',
Expand Down
1 change: 1 addition & 0 deletions blocks/form-input-select/build/style-index.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 blocks/form-input-select/build/view.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('@wordpress/interactivity', 'wp-polyfill'), 'version' => '934cd3eaf0f9446eec70', 'type' => 'module');
<?php return array('dependencies' => array('@wordpress/interactivity', 'wp-polyfill'), 'version' => '6e8ad0a33bdcbbc9865e', 'type' => 'module');
2 changes: 1 addition & 1 deletion blocks/form-input-select/build/view.js

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

Loading

0 comments on commit ac06970

Please sign in to comment.