@arcgis/lumina 5.2.0-next.38 → 5.2.0-next.39

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.
@@ -6,7 +6,7 @@ import { p as proxyExports } from "../proxyExports-ZRLty8oJ.js";
6
6
  import { isServer } from "lit";
7
7
  import { isEsriInternalEnv } from "@arcgis/toolkit/error";
8
8
  import { observeAncestorsMutation, getElementAttribute } from "@arcgis/toolkit/dom";
9
- import { getElementLocale, startLocaleObserver } from "@arcgis/toolkit/intl";
9
+ import { getElementLocale, startLocaleObserver } from "@arcgis/toolkit/intl/dom";
10
10
  import { s as setAutoDestroyOnDisconnectTimeout, b as autoDestroyOnDisconnectTimeout } from "../ControllerManager-4cSEnB5Y.js";
11
11
  const makeController = (constructor) => proxy(void 0, constructor);
12
12
  const makeGenericController = (constructor) => (component) => proxy(
@@ -1,4 +1,5 @@
1
- import type { GenericT9nStrings, LocaleObserverResult } from "@arcgis/toolkit/intl";
1
+ import type { GenericT9nStrings } from "@arcgis/toolkit/intl";
2
+ import type { LocaleObserverResult } from "@arcgis/toolkit/intl/dom";
2
3
 
3
4
  export type T9nMeta<T9nStrings extends GenericT9nStrings> = {
4
5
  _lang: LocaleObserverResult["lang"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina",
3
- "version": "5.2.0-next.38",
3
+ "version": "5.2.0-next.39",
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.38"
38
+ "@arcgis/toolkit": "~5.2.0-next.39"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@lit/context": "^1.1.6",