Skip to content

Commit

Permalink
Components: Add ThreatModal (#40197)
Browse files Browse the repository at this point in the history
* Add ThreatDetailsModal component and stories

* changelog

* Fix type error

* Fix child component overflow-x styling

* Update scan package changelog

* Add util for fixerState and separate subcomponents

* Generalize component name

* Updates after renaming

* Ensure close button exists for vulns modal

* Fixes and improvements

* ThreatModal: Add user connection gate (#40204)

* Add user connection gate

* Fix stories

* ThreatModal: Add credentials gate (#40205)

* Add credentials gate

* Fix stories

* Fix credentials type

* Fix build issues, and add early returns for gates

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11919780318

Upstream-Ref: Automattic/jetpack@c783873
  • Loading branch information
dkmyta authored and matticbot committed Nov 19, 2024
1 parent 03002f1 commit 184b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.61.1-alpha",
"@automattic/jetpack-components": "^0.62.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.17",
"@wordpress/block-editor": "14.6.0",
"@wordpress/components": "28.11.0",
Expand Down

0 comments on commit 184b92d

Please sign in to comment.