@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.
@@ -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()](http://localhost:5173/components/lumina/controllers/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";
@@ -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()](http://localhost:5173/components/lumina/controllers/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.61",
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,