Skip to content

Commit

Permalink
See pewresearch/pewresearch-org@cdad7a2 from refs/heads/release/5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prcdevgitbot committed Mar 17, 2024
1 parent 1749b7d commit 058f30e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blocks/social-share-sheet/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('prc-icons', 'react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'b57611417bc51f31e521');
<?php return array('dependencies' => array('prc-icons', 'react', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'b81a9703a968211230e8');
2 changes: 1 addition & 1 deletion blocks/social-share-sheet/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/social-share-sheet/build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/social-share-sheet/build/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'data-wp-on--click' => 'actions.onClick',
));

$icon = \PRC\Platform\Icons\Render('sharp', 'up-from-bracket');
$icon = \PRC\Platform\Icons\Render('sharp-light', 'up-from-bracket');

echo wp_sprintf(
'<a %1$s><span class="wp-block-prc-block-social-share-sheet__label">Share</span>%2$s</a>',
Expand Down
2 changes: 1 addition & 1 deletion blocks/social-share-sheet/src/icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
import { Icon } from '@prc/icons';

export default function () {
return <Icon icon="up-from-bracket" />;
return <Icon library="sharp-light" icon="up-from-bracket" />;
}
2 changes: 1 addition & 1 deletion blocks/social-share-sheet/src/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'data-wp-on--click' => 'actions.onClick',
));

$icon = \PRC\Platform\Icons\Render('sharp', 'up-from-bracket');
$icon = \PRC\Platform\Icons\Render('sharp-light', 'up-from-bracket');

echo wp_sprintf(
'<a %1$s><span class="wp-block-prc-block-social-share-sheet__label">Share</span>%2$s</a>',
Expand Down

0 comments on commit 058f30e

Please sign in to comment.