@arcgis/charts-components-react 4.30.0-next.21 → 4.30.0-next.23

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 4.30.0-next.23 (2024-05-02)
7
+
8
+ **Note:** Version bump only for package @arcgis/charts-components-react
9
+
10
+
11
+
12
+
13
+
14
+ # 4.30.0-next.22 (2024-05-01)
15
+
16
+ **Note:** Version bump only for package @arcgis/charts-components-react
17
+
18
+
19
+
20
+
21
+
6
22
  # 4.30.0-next.21 (2024-04-30)
7
23
 
8
24
  **Note:** Version bump only for package @arcgis/charts-components-react
@@ -2,6 +2,7 @@
2
2
  import type { JSX } from "@arcgis/charts-components/dist/types/components";
3
3
  export declare const ArcgisChartsActionBar: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsActionBar & Omit<import("react").HTMLAttributes<HTMLArcgisChartsActionBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsActionBarElement>>;
4
4
  export declare const ArcgisChartsBarChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarChartElement>>;
5
+ export declare const ArcgisChartsBarChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarChartBetaElement>>;
5
6
  export declare const ArcgisChartsBarLineChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarLineChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarLineChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarLineChartElement>>;
6
7
  export declare const ArcgisChartsBoxPlot: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBoxPlot & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBoxPlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBoxPlotElement>>;
7
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>>;
@@ -4,6 +4,7 @@
4
4
  import { createReactComponent } from './react-component-lib';
5
5
  export const ArcgisChartsActionBar = /*@__PURE__*/ createReactComponent('arcgis-charts-action-bar');
6
6
  export const ArcgisChartsBarChart = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-chart');
7
+ export const ArcgisChartsBarChartBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-chart-beta');
7
8
  export const ArcgisChartsBarLineChart = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-line-chart');
8
9
  export const ArcgisChartsBoxPlot = /*@__PURE__*/ createReactComponent('arcgis-charts-box-plot');
9
10
  export const ArcgisChartsGauge = /*@__PURE__*/ createReactComponent('arcgis-charts-gauge');
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.30.0-next.21",
5
+ "version": "4.30.0-next.23",
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.30.0-next.21"
27
+ "@arcgis/charts-components": "4.30.0-next.23"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@arcgis/components-plugins": "^4.29.5",