Skip to content

Commit

Permalink
My Jetpack: Add a Protect 'needs-attention' status when Threats are d…
Browse files Browse the repository at this point in the history
…etected. (#40628)

* Add a error/warning status and a "Fix threats" CTA when Protect has threats.

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

Upstream-Ref: Automattic/jetpack@681e85c
  • Loading branch information
elliottprogrammer authored and matticbot committed Jan 3, 2025
1 parent 457c7fc commit edab949
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 deletions.
28 changes: 14 additions & 14 deletions dist/components/grid-control/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand Down Expand Up @@ -44,6 +44,17 @@
margin-top: 0px;
font-size: 14px;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -77,17 +88,6 @@
.legend-module__legend-item-value__d9x1j {
font-weight: 500;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
16 changes: 8 additions & 8 deletions dist/components/legend/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand Down Expand Up @@ -44,11 +44,6 @@
margin-top: 0px;
font-size: 14px;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
Expand All @@ -60,6 +55,11 @@
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down
16 changes: 8 additions & 8 deletions dist/components/line-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
Expand All @@ -23,11 +23,6 @@
margin-top: 0px;
font-size: 14px;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
Expand All @@ -39,6 +34,11 @@
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down
6 changes: 3 additions & 3 deletions dist/components/pie-semi-circle-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand Down
6 changes: 3 additions & 3 deletions dist/components/tooltip/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand Down
28 changes: 14 additions & 14 deletions dist/providers/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand Down Expand Up @@ -44,6 +44,17 @@
margin-top: 0px;
font-size: 14px;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -81,15 +92,4 @@
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}

0 comments on commit edab949

Please sign in to comment.