Skip to content

Commit

Permalink
Add a watch script for jetpack-mu-wpcom package (#40927)
Browse files Browse the repository at this point in the history
* add watch command to jetpack-mu-wpcom package composer.json file

* changelog

* update composer.lock

* changelog

* Update lock files

---------

Co-authored-by: Jeremy Herve <jeremy@jeremy.hu>

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

Upstream-Ref: Automattic/jetpack@465ba79
  • Loading branch information
matiasbenedetto authored and matticbot committed Jan 9, 2025
1 parent 8d78a78 commit 38cf349
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 49 deletions.
12 changes: 6 additions & 6 deletions dist/components/grid-control/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.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;
}
Expand All @@ -22,12 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
Expand Down
12 changes: 6 additions & 6 deletions dist/components/legend/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.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;
}
Expand All @@ -22,12 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
Expand Down
6 changes: 3 additions & 3 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 Down
12 changes: 6 additions & 6 deletions dist/components/pie-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand All @@ -19,12 +25,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
Expand Down
12 changes: 6 additions & 6 deletions dist/components/pie-semi-circle-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.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;
}
Expand All @@ -22,12 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
22 changes: 11 additions & 11 deletions dist/components/tooltip/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.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;
}
Expand All @@ -22,12 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
Expand All @@ -44,6 +44,11 @@
margin-top: 0px;
font-size: 14px;
}
.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 Expand Up @@ -77,11 +82,6 @@
.legend-module__legend-item-value__d9x1j {
font-weight: 500;
}
.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 Down
22 changes: 11 additions & 11 deletions dist/providers/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.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;
}
Expand All @@ -22,12 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
.bar-chart-module__bar-chart-legend__vgKKq {
margin-top: 1rem;
}
.pie-semi-circle-chart-module__pie-semi-circle-chart__r5jk9 {
position: relative;
text-align: center;
Expand Down Expand Up @@ -55,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 Expand Up @@ -87,9 +92,4 @@

.legend-module__legend-item-value__d9x1j {
font-weight: 500;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
shape-rendering: crispEdges;
}

0 comments on commit 38cf349

Please sign in to comment.