@arcgis/charts-components-react 5.1.0-next.13 → 5.1.0-next.131

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/README.md CHANGED
@@ -39,5 +39,5 @@ An [example](https://github.com/Esri/jsapi-resources/tree/50579b9362b846e869a343
39
39
 
40
40
  ## License
41
41
 
42
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
43
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
42
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
43
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="@arcgis/charts-components" preserve="true" />
2
2
  import { EventName } from '@lit/react';
3
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-chart /> directly. */
3
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-chart />` directly. */
4
4
  export declare const ArcgisChart: import('@lit/react').ReactWebComponent<import('@arcgis/charts-components/components/arcgis-chart/customElement').ArcgisChart & {
5
5
  class?: string;
6
6
  }, {
@@ -21,7 +21,7 @@ export declare const ArcgisChart: import('@lit/react').ReactWebComponent<import(
21
21
  onArcgisSeriesOrder: EventName<HTMLArcgisChartElement["arcgisSeriesOrder"]>;
22
22
  onArcgisUpdateComplete: EventName<HTMLArcgisChartElement["arcgisUpdateComplete"]>;
23
23
  }>;
24
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-charts-action-bar /> directly. */
24
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-charts-action-bar />` directly. */
25
25
  export declare const ArcgisChartsActionBar: import('@lit/react').ReactWebComponent<import('@arcgis/charts-components/components/arcgis-charts-action-bar/customElement').ArcgisChartsActionBar & {
26
26
  class?: string;
27
27
  }, {
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import a from "react";
2
2
  import { createComponent as i } from "@lit/react";
3
- import { makeReactWrapperFactory as o, getReactWrapperOptions as r } from "@arcgis/lumina";
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as o } from "@arcgis/lumina";
4
4
  const e = /* @__PURE__ */ o(a, i), s = /* @__PURE__ */ e(
5
5
  r(
6
6
  "arcgis-chart",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "5.1.0-next.13",
3
+ "version": "5.1.0-next.131",
4
4
  "description": "A set of React components that wrap ArcGIS charts components",
5
5
  "keywords": [
6
6
  "analytics",
@@ -19,9 +19,9 @@
19
19
  "homepage": "https://developers.arcgis.com/javascript/latest/",
20
20
  "sideEffects": false,
21
21
  "type": "module",
22
- "main": "dist/index.js",
23
- "module": "dist/index.js",
24
- "types": "dist/index.d.ts",
22
+ "main": "./dist/index.js",
23
+ "module": "./dist/index.js",
24
+ "types": "./dist/index.d.ts",
25
25
  "files": [
26
26
  "dist/"
27
27
  ],
@@ -30,12 +30,11 @@
30
30
  "@lit/react": "^1.0.8",
31
31
  "lit": "^3.3.0",
32
32
  "tslib": "^2.8.1",
33
- "@arcgis/charts-components": "5.1.0-next.13",
34
- "@arcgis/lumina": "5.1.0-next.13"
33
+ "@arcgis/charts-components": "5.1.0-next.131",
34
+ "@arcgis/lumina": "5.1.0-next.131"
35
35
  },
36
36
  "peerDependencies": {
37
- "@arcgis/core": "^5.0.0-next",
38
- "react": ">=18.0.0 <20.0.0",
39
- "react-dom": ">=18.0.0 <20.0.0"
37
+ "@arcgis/core": "^5.1.0-next",
38
+ "react": ">=18.0.0 <20.0.0"
40
39
  }
41
40
  }