@arcgis/map-components-react 4.32.0-next.24 → 4.32.0-next.26

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.
@@ -59,7 +59,7 @@ export declare const ArcgisDirections: import("@lit/react").ReactWebComponent<HT
59
59
  onarcgisPropertyChange: EventName<HTMLArcgisDirectionsElement["arcgisPropertyChange"]>;
60
60
  onarcgisReady: EventName<HTMLArcgisDirectionsElement["arcgisReady"]>;
61
61
  }>;
62
- export declare const ArcgisDirectLineMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement, {
62
+ export declare const ArcgisDirectlineMeasurement3d: import("@lit/react").ReactWebComponent<HTMLArcgisDirectlineMeasurement3dElement, {
63
63
  onarcgisPropertyChange: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisPropertyChange"]>;
64
64
  onarcgisReady: EventName<HTMLArcgisDirectlineMeasurement3dElement["arcgisReady"]>;
65
65
  }>;
@@ -131,7 +131,7 @@ export const ArcgisDirections = /*@__PURE__*/ createComponent({
131
131
  onarcgisReady: "arcgisReady",
132
132
  },
133
133
  });
134
- export const ArcgisDirectLineMeasurement3d = /*@__PURE__*/ createComponent({
134
+ export const ArcgisDirectlineMeasurement3d = /*@__PURE__*/ createComponent({
135
135
  react: React,
136
136
  tagName: "arcgis-directline-measurement-3d",
137
137
  elementClass: createPrototypeProxy("arcgis-directline-measurement-3d"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.32.0-next.24",
3
+ "version": "4.32.0-next.26",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/map-components": "4.32.0-next.24",
32
+ "@arcgis/map-components": "4.32.0-next.26",
33
33
  "@esri/calcite-components": "^2.13.0",
34
34
  "@lit/react": "^1.0.5",
35
35
  "tslib": "^2.7.0"