@arcgis/lumina 4.33.0-next.33 → 4.33.0-next.35

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.
@@ -162,7 +162,7 @@ var ProxyComponent = class extends HtmlElement {
162
162
  if (ProxyClass._LitConstructor) {
163
163
  this._initializeComponent({ a: ProxyClass._LitConstructor });
164
164
  } else {
165
- void (process.env.CDN ? ProxyClass._loadPromise.then(awaitTopLevelPolyfill) : ProxyClass._loadPromise).then(this._initializeComponent.bind(this)).catch((error) => {
165
+ void ProxyClass._loadPromise.then(awaitTopLevelPolyfill).then(this._initializeComponent.bind(this)).catch((error) => {
166
166
  this._postLoaded.reject(error);
167
167
  setTimeout(() => {
168
168
  throw error;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ProxyComponent,
3
3
  noShadowRoot
4
- } from "./chunk-UIJY3RUM.js";
4
+ } from "./chunk-G6X7CCIS.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-UIJY3RUM.js";
5
+ } from "./chunk-G6X7CCIS.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.33.0-next.33",
3
+ "version": "4.33.0-next.35",
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.33.0-next.33",
24
- "@arcgis/components-utils": "4.33.0-next.33",
23
+ "@arcgis/components-controllers": "4.33.0-next.35",
24
+ "@arcgis/components-utils": "4.33.0-next.35",
25
25
  "@lit-labs/ssr": "^3.2.2",
26
26
  "@lit-labs/ssr-client": "^1.1.7",
27
27
  "@lit/context": "^1.1.3",