Skip to content

Commit

Permalink
JSPackages: make ContextualUpgradeTrigger icon click work (#33733)
Browse files Browse the repository at this point in the history
* make arrow not receive pointer events so its click behavior falls back to the underlying component

* changelog

* fix versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6615834612
  • Loading branch information
CGastrell authored and matticbot committed Oct 23, 2023
1 parent de2057d commit 9f3a2d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
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' => 'e344728efee1154357d9');
<?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' => '5976bd258d11278d8bd3');
2 changes: 1 addition & 1 deletion build/admin/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/admin/index.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.4",
"@automattic/jetpack-base-styles": "^0.6.11",
"@automattic/jetpack-components": "^0.44.0",
"@automattic/jetpack-components": "^0.44.1-alpha",
"@automattic/jetpack-connection": "^0.30.5-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.4",
"@storybook/addon-actions": "7.4.6",
Expand Down

0 comments on commit 9f3a2d7

Please sign in to comment.