@arcgis/lumina 4.32.0-next.69 → 4.32.0-next.71

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.
@@ -307,15 +307,6 @@ var ProxyComponent = class extends HtmlElement {
307
307
  const ProxyClass = this.constructor;
308
308
  const tagName = ProxyClass._name;
309
309
  const store = this._store;
310
- if (typeof process === "object" && process.env.NODE_ENV !== "production" && isEsriInternalEnv()) {
311
- Object.entries(module).forEach(([name, LitConstructor2]) => {
312
- if (name !== "exportsForTests" && typeof LitConstructor2 !== "function" || typeof LitConstructor2.tagName !== "string") {
313
- console.warn(
314
- `Found non-component export "${name}" in the file for the "${tagName}" component. This will interfere with hot module replacement. Please move "${name}" into a separate file.`
315
- );
316
- }
317
- });
318
- }
319
310
  const LitConstructor = Object.values(module).find(
320
311
  (LitConstructor2) => LitConstructor2.tagName === tagName
321
312
  );
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ProxyComponent,
3
3
  noShadowRoot
4
- } from "./chunk-X3ERWBSX.js";
4
+ } from "./chunk-J3BVM76V.js";
5
5
  import "./chunk-PGHUBTOM.js";
6
6
 
7
7
  // src/hmrSupport.ts
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  attachToAncestor,
3
3
  makeDefineCustomElements,
4
4
  noShadowRoot
5
- } from "./chunk-X3ERWBSX.js";
5
+ } from "./chunk-J3BVM76V.js";
6
6
  import "./chunk-PGHUBTOM.js";
7
7
 
8
8
  // src/context.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina",
3
- "version": "4.32.0-next.69",
3
+ "version": "4.32.0-next.71",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -20,8 +20,8 @@
20
20
  ],
21
21
  "license": "SEE LICENSE IN LICENSE.md",
22
22
  "dependencies": {
23
- "@arcgis/components-controllers": "4.32.0-next.69",
24
- "@arcgis/components-utils": "4.32.0-next.69",
23
+ "@arcgis/components-controllers": "4.32.0-next.71",
24
+ "@arcgis/components-utils": "4.32.0-next.71",
25
25
  "@lit-labs/ssr": "^3.2.2",
26
26
  "@lit-labs/ssr-client": "^1.1.7",
27
27
  "@lit/context": "^1.1.3",