@arcgis/map-components-react 4.33.0-next.107 → 4.33.0-next.109

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.
@@ -198,11 +198,6 @@ export declare const ArcgisLayerList: import("@lit/react").ReactWebComponent<HTM
198
198
  onArcgisReady: EventName<HTMLArcgisLayerListElement["arcgisReady"]>;
199
199
  onArcgisTriggerAction: EventName<HTMLArcgisLayerListElement["arcgisTriggerAction"]>;
200
200
  }>;
201
- export declare const ArcgisLayerListItem: import("@lit/react").ReactWebComponent<HTMLArcgisLayerListItemElement & {
202
- class?: string;
203
- }, {
204
- onArcgisPropertyChange: EventName<HTMLArcgisLayerListItemElement["arcgisPropertyChange"]>;
205
- }>;
206
201
  export declare const ArcgisLegend: import("@lit/react").ReactWebComponent<HTMLArcgisLegendElement & {
207
202
  class?: string;
208
203
  }, {
@@ -141,9 +141,6 @@ export const ArcgisLayerList = /*@__PURE__*/ createWrapper(getReactWrapperOption
141
141
  onArcgisReady: "arcgisReady",
142
142
  onArcgisTriggerAction: "arcgisTriggerAction",
143
143
  }));
144
- export const ArcgisLayerListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-layer-list-item", {
145
- onArcgisPropertyChange: "arcgisPropertyChange",
146
- }));
147
144
  export const ArcgisLegend = /*@__PURE__*/ createWrapper(getReactWrapperOptions("arcgis-legend", {
148
145
  onArcgisPropertyChange: "arcgisPropertyChange",
149
146
  onArcgisReady: "arcgisReady",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "4.33.0-next.107",
3
+ "version": "4.33.0-next.109",
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.33.0-next.107",
32
+ "@arcgis/map-components": "4.33.0-next.109",
33
33
  "@esri/calcite-components": "^3.2.0-next.15",
34
34
  "@lit/react": "^1.0.5",
35
35
  "tslib": "^2.7.0"