@arcgis/portal-components-react 5.0.0-next.125 → 5.0.0-next.126

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.
@@ -37,3 +37,7 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
37
37
  onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
38
38
  onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
39
39
  }>;
40
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-replacement-item-redirect /> directly. */
41
+ export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
42
+ class?: string;
43
+ }, {}>;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
- import i from "react";
2
- import { createComponent as t } from "@lit/react";
1
+ import t from "react";
2
+ import { createComponent as i } from "@lit/react";
3
3
  import { makeReactWrapperFactory as a, getReactWrapperOptions as e } from "@arcgis/lumina";
4
- const r = /* @__PURE__ */ a(i, t), n = /* @__PURE__ */ r(
4
+ const r = /* @__PURE__ */ a(t, i), n = /* @__PURE__ */ r(
5
5
  e(
6
6
  "arcgis-portal-classification-banner",
7
7
  {}
@@ -34,7 +34,7 @@ const r = /* @__PURE__ */ a(i, t), n = /* @__PURE__ */ r(
34
34
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
35
35
  }
36
36
  )
37
- ), C = /* @__PURE__ */ r(
37
+ ), A = /* @__PURE__ */ r(
38
38
  e(
39
39
  "arcgis-portal-field-delete",
40
40
  {
@@ -44,6 +44,11 @@ const r = /* @__PURE__ */ a(i, t), n = /* @__PURE__ */ r(
44
44
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
45
45
  }
46
46
  )
47
+ ), C = /* @__PURE__ */ r(
48
+ e(
49
+ "arcgis-portal-replacement-item-redirect",
50
+ {}
51
+ )
47
52
  );
48
53
  export {
49
54
  n as ArcgisPortalClassificationBanner,
@@ -51,5 +56,6 @@ export {
51
56
  g as ArcgisPortalClassificationFavorite,
52
57
  p as ArcgisPortalClassificationFormElement,
53
58
  f as ArcgisPortalExtentPicker,
54
- C as ArcgisPortalFieldDelete
59
+ A as ArcgisPortalFieldDelete,
60
+ C as ArcgisPortalReplacementItemRedirect
55
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.0.0-next.125",
3
+ "version": "5.0.0-next.126",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
+ "@arcgis/lumina": "5.0.0-next.126",
33
+ "@arcgis/portal-components": "5.0.0-next.126",
32
34
  "@lit/react": "^1.0.8",
33
35
  "lit": "^3.3.0",
34
- "tslib": "^2.8.1",
35
- "@arcgis/lumina": "5.0.0-next.125",
36
- "@arcgis/portal-components": "5.0.0-next.125"
36
+ "tslib": "^2.8.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": ">=5.0.0-next.62 <5.1",