Skip to content

Commit

Permalink
Components: Fix IconTooltip Popover (#33856)
Browse files Browse the repository at this point in the history
* Fix IconTooltip component

* changelog

* Use inline PopOver

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6705462039
  • Loading branch information
haqadn authored and matticbot committed Oct 31, 2023
1 parent 7d4524e commit 95b0c23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd3cac09bd7d9791952b7');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '6c4a9e54a1b5522ea9d8');

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '34e82a778890e4bc2c71');
<?php return array('dependencies' => array('react', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e2d0f319b440cbacf91d');

Large diffs are not rendered by default.

0 comments on commit 95b0c23

Please sign in to comment.