@arcgis/toolkit 4.34.0-next.61 → 4.34.0-next.62
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.
- package/dist/dom/index.d.cts +1 -1
- package/dist/dom/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/dom/index.d.cts
CHANGED
|
@@ -75,7 +75,7 @@ export declare function unsafeGetCalciteModeName(el: HTMLElement): "dark" | "lig
|
|
|
75
75
|
* expected to respect what was set by the consumer.
|
|
76
76
|
*
|
|
77
77
|
* @remarks
|
|
78
|
-
* Prefer [useDirection()](
|
|
78
|
+
* Prefer [useDirection()](https://qawebgis.esri.com/components/lumina/controllers/useDirection)
|
|
79
79
|
* to ensure your component is responsive to direction changes.
|
|
80
80
|
*/
|
|
81
81
|
export declare const unsafeGetElementDirection: (el: HTMLElement) => "ltr" | "rtl";
|
package/dist/dom/index.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare function unsafeGetCalciteModeName(el: HTMLElement): "dark" | "lig
|
|
|
75
75
|
* expected to respect what was set by the consumer.
|
|
76
76
|
*
|
|
77
77
|
* @remarks
|
|
78
|
-
* Prefer [useDirection()](
|
|
78
|
+
* Prefer [useDirection()](https://qawebgis.esri.com/components/lumina/controllers/useDirection)
|
|
79
79
|
* to ensure your component is responsive to direction changes.
|
|
80
80
|
*/
|
|
81
81
|
export declare const unsafeGetElementDirection: (el: HTMLElement) => "ltr" | "rtl";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/toolkit",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.62",
|
|
4
4
|
"description": "Collection of common internal patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"sideEffects": false,
|