@arcgis/charts-components-react 4.33.0-next.94 → 4.33.0-next.96

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.
@@ -23,9 +23,3 @@ export declare const ArcgisChartsActionBar: import("@lit/react").ReactWebCompone
23
23
  onArcgisActionBarToggle: EventName<HTMLArcgisChartsActionBarElement["arcgisActionBarToggle"]>;
24
24
  onArcgisDefaultActionSelect: EventName<HTMLArcgisChartsActionBarElement["arcgisDefaultActionSelect"]>;
25
25
  }>;
26
- export declare const ArcgisChartsConfigBoxPlotSeries: import("@lit/react").ReactWebComponent<HTMLArcgisChartsConfigBoxPlotSeriesElement & {
27
- class?: string;
28
- }, {
29
- onArcgisChartsConfigBoxPlotSeriesPopoverChange: EventName<HTMLArcgisChartsConfigBoxPlotSeriesElement["arcgisChartsConfigBoxPlotSeriesPopoverChange"]>;
30
- onArcgisChartsConfigPopoverOpenChange: EventName<HTMLArcgisChartsConfigBoxPlotSeriesElement["arcgisChartsConfigPopoverOpenChange"]>;
31
- }>;
@@ -22,7 +22,3 @@ export const ArcgisChartsActionBar = /*@__PURE__*/ createWrapper(getReactWrapper
22
22
  onArcgisActionBarToggle: "arcgisActionBarToggle",
23
23
  onArcgisDefaultActionSelect: "arcgisDefaultActionSelect",
24
24
  }));
25
- export const ArcgisChartsConfigBoxPlotSeries = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-charts-config-box-plot-series", {
26
- onArcgisChartsConfigBoxPlotSeriesPopoverChange: "arcgisChartsConfigBoxPlotSeriesPopoverChange",
27
- onArcgisChartsConfigPopoverOpenChange: "arcgisChartsConfigPopoverOpenChange",
28
- }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.33.0-next.94",
3
+ "version": "4.33.0-next.96",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -26,9 +26,9 @@
26
26
  ],
27
27
  "license": "SEE LICENSE.md",
28
28
  "dependencies": {
29
- "@arcgis/charts-components": "4.33.0-next.94",
30
- "@arcgis/charts-shared-utils": "4.33.0-next.94",
31
- "@arcgis/charts-spec": "4.33.0-next.94"
29
+ "@arcgis/charts-components": "4.33.0-next.96",
30
+ "@arcgis/charts-shared-utils": "4.33.0-next.96",
31
+ "@arcgis/charts-spec": "4.33.0-next.96"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@arcgis/core": ">=4.33.0-next <4.34",