@arcgis/charts-components-react 4.31.0-next.10 → 4.31.0-next.12

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.
@@ -8,6 +8,7 @@ export declare const ArcgisChartsBoxPlot: import("react").ForwardRefExoticCompon
8
8
  export declare const ArcgisChartsGauge: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsGauge & Omit<import("react").HTMLAttributes<HTMLArcgisChartsGaugeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsGaugeElement>>;
9
9
  export declare const ArcgisChartsHistogram: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsHistogram & Omit<import("react").HTMLAttributes<HTMLArcgisChartsHistogramElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsHistogramElement>>;
10
10
  export declare const ArcgisChartsLineChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsLineChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsLineChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsLineChartElement>>;
11
+ export declare const ArcgisChartsLineChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsLineChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsLineChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsLineChartBetaElement>>;
11
12
  export declare const ArcgisChartsPieChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsPieChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsPieChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsPieChartElement>>;
12
13
  export declare const ArcgisChartsScatterPlot: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsScatterPlot & Omit<import("react").HTMLAttributes<HTMLArcgisChartsScatterPlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsScatterPlotElement>>;
13
14
  export declare const ArcgisChartsScatterPlotBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsScatterPlotBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsScatterPlotBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsScatterPlotBetaElement>>;
@@ -10,6 +10,7 @@ export const ArcgisChartsBoxPlot = /*@__PURE__*/ createReactComponent('arcgis-ch
10
10
  export const ArcgisChartsGauge = /*@__PURE__*/ createReactComponent('arcgis-charts-gauge');
11
11
  export const ArcgisChartsHistogram = /*@__PURE__*/ createReactComponent('arcgis-charts-histogram');
12
12
  export const ArcgisChartsLineChart = /*@__PURE__*/ createReactComponent('arcgis-charts-line-chart');
13
+ export const ArcgisChartsLineChartBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-line-chart-beta');
13
14
  export const ArcgisChartsPieChart = /*@__PURE__*/ createReactComponent('arcgis-charts-pie-chart');
14
15
  export const ArcgisChartsScatterPlot = /*@__PURE__*/ createReactComponent('arcgis-charts-scatter-plot');
15
16
  export const ArcgisChartsScatterPlotBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-scatter-plot-beta');
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@arcgis/charts-components-react",
3
3
  "description": "A set of React components that wrap ArcGIS charts components",
4
4
  "homepage": "https://developers.arcgis.com/javascript/latest/",
5
- "version": "4.31.0-next.10",
5
+ "version": "4.31.0-next.12",
6
6
  "sideEffects": false,
7
7
  "module": "dist/index.js",
8
8
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "tsc": "tsc"
25
25
  },
26
26
  "dependencies": {
27
- "@arcgis/charts-components": "4.31.0-next.10"
27
+ "@arcgis/charts-components": "4.31.0-next.12"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@arcgis/components-plugins": "^4.29.5",