@arcgis/portal-components-react 5.2.0-next.3 → 5.2.0-next.30

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.
@@ -1,39 +1,68 @@
1
1
  /// <reference types="@arcgis/portal-components" preserve="true" />
2
2
  import { EventName } from '@lit/react';
3
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant /> directly. */
3
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant />` directly. */
4
4
  export declare const ArcgisPortalAiAssistant: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant/customElement').ArcgisPortalAiAssistant & {
5
5
  class?: string;
6
6
  }, {
7
7
  onArcgisPortalNavigationRequest: EventName<HTMLArcgisPortalAiAssistantElement["arcgisPortalNavigationRequest"]>;
8
8
  }>;
9
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-ai-assistant-interrupt /> directly. */
9
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-ai-assistant-interrupt />` directly. */
10
10
  export declare const ArcgisPortalAiAssistantInterrupt: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-ai-assistant-interrupt/customElement').ArcgisPortalAiAssistantInterrupt & {
11
11
  class?: string;
12
12
  }, {
13
13
  onArcgisCancel: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisCancel"]>;
14
14
  onArcgisSubmit: EventName<HTMLArcgisPortalAiAssistantInterruptElement["arcgisSubmit"]>;
15
15
  }>;
16
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-banner /> directly. */
16
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser />` directly. */
17
+ export declare const ArcgisPortalBrowser: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser/customElement').ArcgisPortalBrowser & {
18
+ class?: string;
19
+ }, {
20
+ onArcgisAriaUpdate: EventName<HTMLArcgisPortalBrowserElement["arcgisAriaUpdate"]>;
21
+ }>;
22
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter />` directly. */
23
+ export declare const ArcgisPortalBrowserFilter: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter/customElement').ArcgisPortalBrowserFilter & {
24
+ class?: string;
25
+ }, {
26
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserFilterElement["arcgisBrowserFilterRemove"]>;
27
+ }>;
28
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter-date />` directly. */
29
+ export declare const ArcgisPortalBrowserFilterDate: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter-date/customElement').ArcgisPortalBrowserFilterDate & {
30
+ class?: string;
31
+ }, {
32
+ onArcgisBrowserFilter: EventName<HTMLArcgisPortalBrowserFilterDateElement["arcgisBrowserFilter"]>;
33
+ }>;
34
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filter-status />` directly. */
35
+ export declare const ArcgisPortalBrowserFilterStatus: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filter-status/customElement').ArcgisPortalBrowserFilterStatus & {
36
+ class?: string;
37
+ }, {
38
+ onArcgisBrowserFilterClear: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterClear"]>;
39
+ onArcgisBrowserFilterRemove: EventName<HTMLArcgisPortalBrowserFilterStatusElement["arcgisBrowserFilterRemove"]>;
40
+ }>;
41
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-browser-filters />` directly. */
42
+ export declare const ArcgisPortalBrowserFilters: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-browser-filters/customElement').ArcgisPortalBrowserFilters & {
43
+ class?: string;
44
+ }, {}>;
45
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-banner />` directly. */
17
46
  export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner/customElement').ArcgisPortalClassificationBanner & {
18
47
  class?: string;
19
48
  }, {}>;
20
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-config /> directly. */
49
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-config />` directly. */
21
50
  export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-config/customElement').ArcgisPortalClassificationConfig & {
22
51
  class?: string;
23
52
  }, {
24
53
  onArcgisPropertyChange: EventName<HTMLArcgisPortalClassificationConfigElement["arcgisPropertyChange"]>;
25
54
  }>;
26
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-favorite /> directly. */
55
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-favorite />` directly. */
27
56
  export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-favorite/customElement').ArcgisPortalClassificationFavorite & {
28
57
  class?: string;
29
58
  }, {}>;
30
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-classification-form-element /> directly. */
59
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-classification-form-element />` directly. */
31
60
  export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-form-element/customElement').ArcgisPortalClassificationFormElement & {
32
61
  class?: string;
33
62
  }, {
34
63
  onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
35
64
  }>;
36
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-extent-picker /> directly. */
65
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-extent-picker />` directly. */
37
66
  export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-extent-picker/customElement').ArcgisPortalExtentPicker & {
38
67
  class?: string;
39
68
  }, {
@@ -41,7 +70,7 @@ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComp
41
70
  onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
42
71
  onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
43
72
  }>;
44
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-field-delete /> directly. */
73
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-field-delete />` directly. */
45
74
  export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-field-delete/customElement').ArcgisPortalFieldDelete & {
46
75
  class?: string;
47
76
  }, {
@@ -50,11 +79,27 @@ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebCompo
50
79
  onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
51
80
  onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
52
81
  }>;
53
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-item-type /> directly. */
82
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-badges />` directly. */
83
+ export declare const ArcgisPortalGroupBadges: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-badges/customElement').ArcgisPortalGroupBadges & {
84
+ class?: string;
85
+ }, {}>;
86
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-card />` directly. */
87
+ export declare const ArcgisPortalGroupCard: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-card/customElement').ArcgisPortalGroupCard & {
88
+ class?: string;
89
+ }, {
90
+ onArcgisGroupBrowserCardPreview: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserCardPreview"]>;
91
+ onArcgisGroupBrowserInternalUIAction: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupBrowserInternalUIAction"]>;
92
+ onArcgisGroupCardSelect: EventName<HTMLArcgisPortalGroupCardElement["arcgisGroupCardSelect"]>;
93
+ }>;
94
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-group-thumbnail />` directly. */
95
+ export declare const ArcgisPortalGroupThumbnail: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-group-thumbnail/customElement').ArcgisPortalGroupThumbnail & {
96
+ class?: string;
97
+ }, {}>;
98
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-item-type />` directly. */
54
99
  export declare const ArcgisPortalItemType: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-item-type/customElement').ArcgisPortalItemType & {
55
100
  class?: string;
56
101
  }, {}>;
57
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-mentionable-text-area /> directly. */
102
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-mentionable-text-area />` directly. */
58
103
  export declare const ArcgisPortalMentionableTextArea: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-mentionable-text-area/customElement').ArcgisPortalMentionableTextArea & {
59
104
  class?: string;
60
105
  }, {
@@ -64,17 +109,24 @@ export declare const ArcgisPortalMentionableTextArea: import('@lit/react').React
64
109
  onArcgisUserMentionableTextAreaChange: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaChange"]>;
65
110
  onArcgisUserMentionableTextAreaKeyDown: EventName<HTMLArcgisPortalMentionableTextAreaElement["arcgisUserMentionableTextAreaKeyDown"]>;
66
111
  }>;
67
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-replacement-item-redirect /> directly. */
112
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-replacement-item-redirect />` directly. */
68
113
  export declare const ArcgisPortalReplacementItemRedirect: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-replacement-item-redirect/customElement').ArcgisPortalReplacementItemRedirect & {
69
114
  class?: string;
70
115
  }, {
71
116
  onArcgisPortalReplacementItemFetch: EventName<HTMLArcgisPortalReplacementItemRedirectElement["arcgisPortalReplacementItemFetch"]>;
72
117
  }>;
73
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-user-avatar /> directly. */
118
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-avatar />` directly. */
74
119
  export declare const ArcgisPortalUserAvatar: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-avatar/customElement').ArcgisPortalUserAvatar & {
75
120
  class?: string;
76
121
  }, {}>;
77
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-portal-voice-input /> directly. */
122
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-user-popup />` directly. */
123
+ export declare const ArcgisPortalUserPopup: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-user-popup/customElement').ArcgisPortalUserPopup & {
124
+ class?: string;
125
+ }, {
126
+ onArcgisUserPopupClose: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupClose"]>;
127
+ onArcgisUserPopupInternalUIAction: EventName<HTMLArcgisPortalUserPopupElement["arcgisUserPopupInternalUIAction"]>;
128
+ }>;
129
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use `<arcgis-portal-voice-input />` directly. */
78
130
  export declare const ArcgisPortalVoiceInput: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-voice-input/customElement').ArcgisPortalVoiceInput & {
79
131
  class?: string;
80
132
  }, {
package/dist/index.js CHANGED
@@ -1,47 +1,81 @@
1
1
  import t from "react";
2
2
  import { createComponent as i } from "@lit/react";
3
- import { getReactWrapperOptions as e, makeReactWrapperFactory as a } from "@arcgis/lumina";
4
- const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
5
- e(
3
+ import { getReactWrapperOptions as r, makeReactWrapperFactory as o } from "@arcgis/lumina";
4
+ const e = /* @__PURE__ */ o(t, i), n = /* @__PURE__ */ e(
5
+ r(
6
6
  "arcgis-portal-ai-assistant",
7
7
  {
8
8
  onArcgisPortalNavigationRequest: "arcgisPortalNavigationRequest"
9
9
  }
10
10
  )
11
- ), g = /* @__PURE__ */ r(
12
- e(
11
+ ), g = /* @__PURE__ */ e(
12
+ r(
13
13
  "arcgis-portal-ai-assistant-interrupt",
14
14
  {
15
15
  onArcgisCancel: "arcgisCancel",
16
16
  onArcgisSubmit: "arcgisSubmit"
17
17
  }
18
18
  )
19
- ), l = /* @__PURE__ */ r(
20
- e(
19
+ ), l = /* @__PURE__ */ e(
20
+ r(
21
+ "arcgis-portal-browser",
22
+ {
23
+ onArcgisAriaUpdate: "arcgisAriaUpdate"
24
+ }
25
+ )
26
+ ), p = /* @__PURE__ */ e(
27
+ r(
28
+ "arcgis-portal-browser-filter",
29
+ {
30
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
31
+ }
32
+ )
33
+ ), A = /* @__PURE__ */ e(
34
+ r(
35
+ "arcgis-portal-browser-filter-date",
36
+ {
37
+ onArcgisBrowserFilter: "arcgisBrowserFilter"
38
+ }
39
+ )
40
+ ), u = /* @__PURE__ */ e(
41
+ r(
42
+ "arcgis-portal-browser-filter-status",
43
+ {
44
+ onArcgisBrowserFilterClear: "arcgisBrowserFilterClear",
45
+ onArcgisBrowserFilterRemove: "arcgisBrowserFilterRemove"
46
+ }
47
+ )
48
+ ), P = /* @__PURE__ */ e(
49
+ r(
50
+ "arcgis-portal-browser-filters",
51
+ {}
52
+ )
53
+ ), C = /* @__PURE__ */ e(
54
+ r(
21
55
  "arcgis-portal-classification-banner",
22
56
  {}
23
57
  )
24
- ), p = /* @__PURE__ */ r(
25
- e(
58
+ ), m = /* @__PURE__ */ e(
59
+ r(
26
60
  "arcgis-portal-classification-config",
27
61
  {
28
62
  onArcgisPropertyChange: "arcgisPropertyChange"
29
63
  }
30
64
  )
31
- ), A = /* @__PURE__ */ r(
32
- e(
65
+ ), w = /* @__PURE__ */ e(
66
+ r(
33
67
  "arcgis-portal-classification-favorite",
34
68
  {}
35
69
  )
36
- ), m = /* @__PURE__ */ r(
37
- e(
70
+ ), I = /* @__PURE__ */ e(
71
+ r(
38
72
  "arcgis-portal-classification-form-element",
39
73
  {
40
74
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
41
75
  }
42
76
  )
43
- ), C = /* @__PURE__ */ r(
44
- e(
77
+ ), d = /* @__PURE__ */ e(
78
+ r(
45
79
  "arcgis-portal-extent-picker",
46
80
  {
47
81
  onArcgisExtentPickerChange: "arcgisExtentPickerChange",
@@ -49,8 +83,8 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
49
83
  onArcgisExtentPickerSave: "arcgisExtentPickerSave"
50
84
  }
51
85
  )
52
- ), P = /* @__PURE__ */ r(
53
- e(
86
+ ), b = /* @__PURE__ */ e(
87
+ r(
54
88
  "arcgis-portal-field-delete",
55
89
  {
56
90
  onArcgisBeforeDelete: "arcgisBeforeDelete",
@@ -59,13 +93,32 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
59
93
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
60
94
  }
61
95
  )
62
- ), u = /* @__PURE__ */ r(
63
- e(
96
+ ), f = /* @__PURE__ */ e(
97
+ r(
98
+ "arcgis-portal-group-badges",
99
+ {}
100
+ )
101
+ ), B = /* @__PURE__ */ e(
102
+ r(
103
+ "arcgis-portal-group-card",
104
+ {
105
+ onArcgisGroupBrowserCardPreview: "arcgisGroupBrowserCardPreview",
106
+ onArcgisGroupBrowserInternalUIAction: "arcgisGroupBrowserInternalUIAction",
107
+ onArcgisGroupCardSelect: "arcgisGroupCardSelect"
108
+ }
109
+ )
110
+ ), x = /* @__PURE__ */ e(
111
+ r(
112
+ "arcgis-portal-group-thumbnail",
113
+ {}
114
+ )
115
+ ), F = /* @__PURE__ */ e(
116
+ r(
64
117
  "arcgis-portal-item-type",
65
118
  {}
66
119
  )
67
- ), x = /* @__PURE__ */ r(
68
- e(
120
+ ), h = /* @__PURE__ */ e(
121
+ r(
69
122
  "arcgis-portal-mentionable-text-area",
70
123
  {
71
124
  onArcgisMentionableSelectedIndexChange: "arcgisMentionableSelectedIndexChange",
@@ -75,20 +128,28 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
75
128
  onArcgisUserMentionableTextAreaKeyDown: "arcgisUserMentionableTextAreaKeyDown"
76
129
  }
77
130
  )
78
- ), f = /* @__PURE__ */ r(
79
- e(
131
+ ), U = /* @__PURE__ */ e(
132
+ r(
80
133
  "arcgis-portal-replacement-item-redirect",
81
134
  {
82
135
  onArcgisPortalReplacementItemFetch: "arcgisPortalReplacementItemFetch"
83
136
  }
84
137
  )
85
- ), I = /* @__PURE__ */ r(
86
- e(
138
+ ), v = /* @__PURE__ */ e(
139
+ r(
87
140
  "arcgis-portal-user-avatar",
88
141
  {}
89
142
  )
90
- ), b = /* @__PURE__ */ r(
91
- e(
143
+ ), T = /* @__PURE__ */ e(
144
+ r(
145
+ "arcgis-portal-user-popup",
146
+ {
147
+ onArcgisUserPopupClose: "arcgisUserPopupClose",
148
+ onArcgisUserPopupInternalUIAction: "arcgisUserPopupInternalUIAction"
149
+ }
150
+ )
151
+ ), M = /* @__PURE__ */ e(
152
+ r(
92
153
  "arcgis-portal-voice-input",
93
154
  {
94
155
  onArcgisVoiceInputError: "arcgisVoiceInputError",
@@ -100,17 +161,26 @@ const r = /* @__PURE__ */ a(t, i), s = /* @__PURE__ */ r(
100
161
  )
101
162
  );
102
163
  export {
103
- s as ArcgisPortalAiAssistant,
164
+ n as ArcgisPortalAiAssistant,
104
165
  g as ArcgisPortalAiAssistantInterrupt,
105
- l as ArcgisPortalClassificationBanner,
106
- p as ArcgisPortalClassificationConfig,
107
- A as ArcgisPortalClassificationFavorite,
108
- m as ArcgisPortalClassificationFormElement,
109
- C as ArcgisPortalExtentPicker,
110
- P as ArcgisPortalFieldDelete,
111
- u as ArcgisPortalItemType,
112
- x as ArcgisPortalMentionableTextArea,
113
- f as ArcgisPortalReplacementItemRedirect,
114
- I as ArcgisPortalUserAvatar,
115
- b as ArcgisPortalVoiceInput
166
+ l as ArcgisPortalBrowser,
167
+ p as ArcgisPortalBrowserFilter,
168
+ A as ArcgisPortalBrowserFilterDate,
169
+ u as ArcgisPortalBrowserFilterStatus,
170
+ P as ArcgisPortalBrowserFilters,
171
+ C as ArcgisPortalClassificationBanner,
172
+ m as ArcgisPortalClassificationConfig,
173
+ w as ArcgisPortalClassificationFavorite,
174
+ I as ArcgisPortalClassificationFormElement,
175
+ d as ArcgisPortalExtentPicker,
176
+ b as ArcgisPortalFieldDelete,
177
+ f as ArcgisPortalGroupBadges,
178
+ B as ArcgisPortalGroupCard,
179
+ x as ArcgisPortalGroupThumbnail,
180
+ F as ArcgisPortalItemType,
181
+ h as ArcgisPortalMentionableTextArea,
182
+ U as ArcgisPortalReplacementItemRedirect,
183
+ v as ArcgisPortalUserAvatar,
184
+ T as ArcgisPortalUserPopup,
185
+ M as ArcgisPortalVoiceInput
116
186
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.2.0-next.3",
3
+ "version": "5.2.0-next.30",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -32,11 +32,11 @@
32
32
  "@lit/react": "^1.0.8",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1",
35
- "@arcgis/portal-components": "5.2.0-next.3",
36
- "@arcgis/lumina": "5.2.0-next.3"
35
+ "@arcgis/lumina": "5.2.0-next.30",
36
+ "@arcgis/portal-components": "5.2.0-next.30"
37
37
  },
38
38
  "peerDependencies": {
39
- "@arcgis/core": "^5.1.0-next",
39
+ "@arcgis/core": "^5.2.0-next",
40
40
  "react": ">=18.0.0 <20.0.0"
41
41
  }
42
42
  }