From 8b08e3b37d83c21f2b18cac255519f16232c82ac Mon Sep 17 00:00:00 2001 From: dkmyta Date: Sat, 16 Nov 2024 00:05:02 +0000 Subject: [PATCH] Protect: Use js-packages/components IconTooltip (#39867) * Components: add hoverShow prop to IconTooltip * changelog * Add ThreatsDataView changelog * Protect: use IconTooltip component from package * Update projects/plugins/protect/src/js/components/paid-accordion/styles.module.scss Co-authored-by: Nate Weller * Update projects/plugins/protect/src/js/routes/firewall/styles.module.scss Co-authored-by: Nate Weller * changelog * Update lock file * Remove unintended additions * Revert lock file changes * Fix typo in selector --------- Co-authored-by: Nate Weller Co-authored-by: Nate Weller Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11865166045 Upstream-Ref: Automattic/jetpack@afe4ad814b92d36ac0cb813d739c15c2c0ac1494 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a433c73..13db785 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-components": "^0.60.0", + "@automattic/jetpack-components": "^0.61.0-alpha", "@automattic/jetpack-shared-extension-utils": "^0.15.17-alpha", "@wordpress/block-editor": "14.6.0", "@wordpress/components": "28.11.0",