Skip to content

Commit

Permalink
JS Tools: update the GH action lint to use ESM for chalk v5 (#40944)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored and matticbot committed Jan 10, 2025
1 parent 34177fb commit f995547
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions dist/components/bar-chart/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.line-chart-module__line-chart__ITM3d {
position: relative;
}
Expand All @@ -19,9 +22,6 @@
font-weight: 500;
padding-right: 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
6 changes: 3 additions & 3 deletions dist/components/grid-control/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand Down Expand Up @@ -25,9 +28,6 @@
font-weight: 500;
padding-right: 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
6 changes: 3 additions & 3 deletions dist/components/legend/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand Down Expand Up @@ -25,9 +28,6 @@
font-weight: 500;
padding-right: 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
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
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,3 +1,6 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand Down Expand Up @@ -25,9 +28,6 @@
font-weight: 500;
padding-right: 1rem;
}
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
16 changes: 8 additions & 8 deletions dist/components/tooltip/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand Down Expand Up @@ -25,9 +28,6 @@
font-weight: 500;
padding-right: 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 @@ -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;
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -82,6 +77,11 @@
.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
16 changes: 8 additions & 8 deletions dist/providers/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pie-chart-module__pie-chart__R12Vh {
position: relative;
}
.bar-chart-module__bar-chart__lmYNi {
position: relative;
}
Expand Down Expand Up @@ -25,9 +28,6 @@
font-weight: 500;
padding-right: 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 Expand Up @@ -55,11 +55,6 @@
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 @@ -92,4 +87,9 @@

.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 f995547

Please sign in to comment.