@arcgis/lumina 5.2.0-next.40 → 5.2.0-next.41

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.
@@ -70,7 +70,8 @@ export declare namespace LuminaJsx {
70
70
  }
71
71
 
72
72
  export interface IntrinsicElements
73
- extends HTMLElementTags,
73
+ extends
74
+ HTMLElementTags,
74
75
  SvgElementTags,
75
76
  ReMappedComponents<DeclareElements>,
76
77
  ReMapStencilComponents<ImportStencilElements> {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina",
3
- "version": "5.2.0-next.40",
3
+ "version": "5.2.0-next.41",
4
4
  "description": "Runtime for WebGIS SDK web components",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "csstype": "^3.1.3",
37
37
  "tslib": "^2.8.1",
38
- "@arcgis/toolkit": "~5.2.0-next.40"
38
+ "@arcgis/toolkit": "~5.2.0-next.41"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@lit/context": "^1.1.6",