@arcgis/map-components-react 5.0.0-next.105 → 5.0.0-next.106

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.
@@ -573,6 +573,7 @@ export declare const ArcgisWeather: import('@lit/react').ReactWebComponent<HTMLA
573
573
  export declare const ArcgisZoom: import('@lit/react').ReactWebComponent<HTMLArcgisZoomElement & {
574
574
  class?: string;
575
575
  }, {
576
+ onArcgisClick: EventName<HTMLArcgisZoomElement["arcgisClick"]>;
576
577
  onArcgisPropertyChange: EventName<HTMLArcgisZoomElement["arcgisPropertyChange"]>;
577
578
  onArcgisReady: EventName<HTMLArcgisZoomElement["arcgisReady"]>;
578
579
  }>;
package/dist/index.js CHANGED
@@ -727,6 +727,7 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
727
727
  r(
728
728
  "arcgis-zoom",
729
729
  {
730
+ onArcgisClick: "arcgisClick",
730
731
  onArcgisPropertyChange: "arcgisPropertyChange",
731
732
  onArcgisReady: "arcgisReady"
732
733
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.0.0-next.105",
3
+ "version": "5.0.0-next.106",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/lumina": "5.0.0-next.105",
33
- "@arcgis/map-components": "5.0.0-next.105",
32
+ "@arcgis/lumina": "5.0.0-next.106",
33
+ "@arcgis/map-components": "5.0.0-next.106",
34
34
  "@esri/calcite-components": "^5.0.0-next.28",
35
35
  "@lit/react": "^1.0.8",
36
36
  "lit": "^3.3.0",