@arcgis/common-components 5.2.0-next.73 → 5.2.0-next.74

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.
@@ -213,8 +213,8 @@ export namespace JSX {
213
213
  export interface IntrinsicElements extends ExposedElements {}
214
214
  }
215
215
 
216
- declare module "@stencil/core/internal/stencil-public-runtime" {
217
- export namespace h.JSX {
216
+ declare module "@stencil/core" {
217
+ export namespace JSX {
218
218
  interface IntrinsicElements extends ExposedElements {}
219
219
  }
220
220
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/common-components",
3
- "version": "5.2.0-next.73",
3
+ "version": "5.2.0-next.74",
4
4
  "description": "ArcGIS Maps SDK for JavaScript common components",
5
5
  "keywords": [
6
6
  "2D",
@@ -49,8 +49,8 @@
49
49
  "@lit/task": "^1.0.3",
50
50
  "lit": "^3.3.0",
51
51
  "tslib": "^2.8.1",
52
- "@arcgis/lumina": "5.2.0-next.73",
53
- "@arcgis/toolkit": "5.2.0-next.73"
52
+ "@arcgis/lumina": "5.2.0-next.74",
53
+ "@arcgis/toolkit": "5.2.0-next.74"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@arcgis/core": "^5.2.0-next",