@arcgis/charts-components-react 5.0.0-next.141 → 5.0.0-next.144

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.
@@ -28,7 +28,3 @@ export declare const ArcgisChartsActionBar: import('@lit/react').ReactWebCompone
28
28
  onArcgisActionBarToggle: EventName<HTMLArcgisChartsActionBarElement["arcgisActionBarToggle"]>;
29
29
  onArcgisDefaultActionSelect: EventName<HTMLArcgisChartsActionBarElement["arcgisDefaultActionSelect"]>;
30
30
  }>;
31
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-charts-info-modal /> directly. */
32
- export declare const ArcgisChartsInfoModal: import('@lit/react').ReactWebComponent<import('@arcgis/charts-components/components/arcgis-charts-info-modal/customElement').ArcgisChartsInfoModal & {
33
- class?: string;
34
- }, {}>;
package/dist/index.js CHANGED
@@ -31,14 +31,8 @@ const e = /* @__PURE__ */ o(a, i), s = /* @__PURE__ */ e(
31
31
  onArcgisDefaultActionSelect: "arcgisDefaultActionSelect"
32
32
  }
33
33
  )
34
- ), C = /* @__PURE__ */ e(
35
- r(
36
- "arcgis-charts-info-modal",
37
- {}
38
- )
39
34
  );
40
35
  export {
41
36
  s as ArcgisChart,
42
- t as ArcgisChartsActionBar,
43
- C as ArcgisChartsInfoModal
37
+ t as ArcgisChartsActionBar
44
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "5.0.0-next.141",
3
+ "version": "5.0.0-next.144",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -25,13 +25,13 @@
25
25
  "files": [
26
26
  "dist/"
27
27
  ],
28
- "license": "SEE LICENSE.md",
28
+ "license": "SEE LICENSE IN LICENSE.md",
29
29
  "dependencies": {
30
30
  "@lit/react": "^1.0.8",
31
31
  "lit": "^3.3.0",
32
32
  "tslib": "^2.8.1",
33
- "@arcgis/lumina": "5.0.0-next.141",
34
- "@arcgis/charts-components": "5.0.0-next.141"
33
+ "@arcgis/charts-components": "5.0.0-next.144",
34
+ "@arcgis/lumina": "5.0.0-next.144"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@arcgis/core": ">=5.0.0-next.62 <5.1",