@spscommerce/ds-react-charts 8.2.2 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,4 +29,4 @@ export declare type SpsLineChartProps = React.PropsWithChildren<{
29
29
  yAxis?: CommonProps<AxisScale>;
30
30
  yScale: ScaleConfig<AxisScaleOutput, any, any>;
31
31
  }> & React.HTMLAttributes<HTMLDivElement>;
32
- export declare function SpsLineChart(props: SpsLineChartProps): JSX.Element;
32
+ export declare function SpsLineChart(props: SpsLineChartProps): React.JSX.Element;
@@ -23,4 +23,4 @@ export declare type SpsStackedHorizontalBarChartProps = React.PropsWithChildren<
23
23
  useAbsoluteLegend?: boolean;
24
24
  barTooltip?: (props: BarTooltipProps) => JSX.Element;
25
25
  }> & React.HTMLAttributes<HTMLDivElement>;
26
- export declare function SpsStackedHorizontalBarChart(props: SpsStackedHorizontalBarChartProps): JSX.Element;
26
+ export declare function SpsStackedHorizontalBarChart(props: SpsStackedHorizontalBarChartProps): React.JSX.Element;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-react-charts",
3
3
  "description": "SPS Design System React Chart components",
4
- "version": "8.2.2",
4
+ "version": "8.3.0",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-react-charts",
@@ -37,9 +37,9 @@
37
37
  "@spscommerce/utils": "^6.11.3",
38
38
  "react": "^16.9.0",
39
39
  "react-dom": "^16.9.0",
40
- "@spscommerce/ds-colors": "8.2.2",
41
- "@spscommerce/ds-react": "8.2.2",
42
- "@spscommerce/ds-shared": "8.2.2"
40
+ "@spscommerce/ds-colors": "8.3.0",
41
+ "@spscommerce/ds-react": "8.3.0",
42
+ "@spscommerce/ds-shared": "8.3.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@spscommerce/utils": "^6.12.1",
@@ -50,10 +50,10 @@
50
50
  "prop-types": "^15.7.2",
51
51
  "react": "^16.9.0",
52
52
  "react-dom": "^16.9.0",
53
- "@spscommerce/ds-colors": "8.2.2",
54
- "@spscommerce/ds-react": "8.2.2",
55
- "@spscommerce/ds-shared": "8.2.2",
56
- "test": "8.2.2"
53
+ "@spscommerce/ds-colors": "8.3.0",
54
+ "@spscommerce/ds-react": "8.3.0",
55
+ "@spscommerce/ds-shared": "8.3.0",
56
+ "test": "8.3.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "pnpm run build:js && pnpm run build:types",