@arcgis/map-components-react 4.34.0-next.41 → 4.34.0-next.43

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.
@@ -41,11 +41,10 @@ export declare const ArcgisBasemapToggle: import("@lit/react").ReactWebComponent
41
41
  export declare const ArcgisBookmarks: import("@lit/react").ReactWebComponent<HTMLArcgisBookmarksElement & {
42
42
  class?: string;
43
43
  }, {
44
- onArcgisClose: EventName<HTMLArcgisBookmarksElement["arcgisClose"]>;
45
- onArcgisEdit: EventName<HTMLArcgisBookmarksElement["arcgisEdit"]>;
44
+ onArcgisBookmarkEdit: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkEdit"]>;
45
+ onArcgisBookmarkSelect: EventName<HTMLArcgisBookmarksElement["arcgisBookmarkSelect"]>;
46
46
  onArcgisPropertyChange: EventName<HTMLArcgisBookmarksElement["arcgisPropertyChange"]>;
47
47
  onArcgisReady: EventName<HTMLArcgisBookmarksElement["arcgisReady"]>;
48
- onArcgisSelect: EventName<HTMLArcgisBookmarksElement["arcgisSelect"]>;
49
48
  }>;
50
49
  export declare const ArcgisBuildingExplorer: import("@lit/react").ReactWebComponent<HTMLArcgisBuildingExplorerElement & {
51
50
  class?: string;
@@ -30,11 +30,10 @@ export const ArcgisBasemapToggle = /*@__PURE__*/ createWrapper(getReactWrapperOp
30
30
  onArcgisReady: "arcgisReady",
31
31
  }));
32
32
  export const ArcgisBookmarks = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-bookmarks", {
33
- onArcgisClose: "arcgisClose",
34
- onArcgisEdit: "arcgisEdit",
33
+ onArcgisBookmarkEdit: "arcgisBookmarkEdit",
34
+ onArcgisBookmarkSelect: "arcgisBookmarkSelect",
35
35
  onArcgisPropertyChange: "arcgisPropertyChange",
36
36
  onArcgisReady: "arcgisReady",
37
- onArcgisSelect: "arcgisSelect",
38
37
  }));
39
38
  export const ArcgisBuildingExplorer = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-building-explorer", {
40
39
  onArcgisPropertyChange: "arcgisPropertyChange",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.34.0-next.41",
3
+ "version": "4.34.0-next.43",
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.34.0-next.41",
32
+ "@arcgis/map-components": "4.34.0-next.43",
33
33
  "@esri/calcite-components": "^3.2.1",
34
34
  "@lit/react": "^1.0.7",
35
35
  "tslib": "^2.8.1"