Skip to content

Commit f334b9f

Browse files
jsnajdrmatticbot
authored andcommitted
Error Reporting: enable for 1% of Atomic sites (#50737)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/29924386200 Upstream-Ref: Automattic/jetpack@bbb5b5a
1 parent 2942946 commit f334b9f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

dist/index.d.cts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ declare const BarListChartResponsive: ({
946946
width,
947947
height,
948948
...chartProps
949-
}: Omit<BarListChartProps, "width" | "height" | "size"> & {
949+
}: Omit<BarListChartProps, "size" | "width" | "height"> & {
950950
width?: number;
951951
height?: number;
952952
size?: number;
@@ -1100,7 +1100,7 @@ declare const GeoChartResponsive: ({
11001100
width,
11011101
height,
11021102
...chartProps
1103-
}: Omit<GeoChartProps, "width" | "height" | "size"> & {
1103+
}: Omit<GeoChartProps, "size" | "width" | "height"> & {
11041104
width?: number;
11051105
height?: number;
11061106
size?: number;
@@ -1271,7 +1271,7 @@ declare const LeaderboardChartResponsive: (({
12711271
width,
12721272
height,
12731273
...chartProps
1274-
}: Omit<LeaderboardChartProps, "width" | "height" | "size"> & {
1274+
}: Omit<LeaderboardChartProps, "size" | "width" | "height"> & {
12751275
width?: number;
12761276
height?: number;
12771277
size?: number;
@@ -1804,7 +1804,7 @@ declare const Sparkline: ({
18041804
width,
18051805
height,
18061806
...chartProps
1807-
}: Omit<SparklineProps, "width" | "height" | "size"> & {
1807+
}: Omit<SparklineProps, "size" | "width" | "height"> & {
18081808
width?: number;
18091809
height?: number;
18101810
size?: number;

dist/index.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ declare const BarListChartResponsive: ({
946946
width,
947947
height,
948948
...chartProps
949-
}: Omit<BarListChartProps, "width" | "height" | "size"> & {
949+
}: Omit<BarListChartProps, "size" | "width" | "height"> & {
950950
width?: number;
951951
height?: number;
952952
size?: number;
@@ -1100,7 +1100,7 @@ declare const GeoChartResponsive: ({
11001100
width,
11011101
height,
11021102
...chartProps
1103-
}: Omit<GeoChartProps, "width" | "height" | "size"> & {
1103+
}: Omit<GeoChartProps, "size" | "width" | "height"> & {
11041104
width?: number;
11051105
height?: number;
11061106
size?: number;
@@ -1271,7 +1271,7 @@ declare const LeaderboardChartResponsive: (({
12711271
width,
12721272
height,
12731273
...chartProps
1274-
}: Omit<LeaderboardChartProps, "width" | "height" | "size"> & {
1274+
}: Omit<LeaderboardChartProps, "size" | "width" | "height"> & {
12751275
width?: number;
12761276
height?: number;
12771277
size?: number;
@@ -1804,7 +1804,7 @@ declare const Sparkline: ({
18041804
width,
18051805
height,
18061806
...chartProps
1807-
}: Omit<SparklineProps, "width" | "height" | "size"> & {
1807+
}: Omit<SparklineProps, "size" | "width" | "height"> & {
18081808
width?: number;
18091809
height?: number;
18101810
size?: number;

0 commit comments

Comments
 (0)