@arcgis/lumina 4.34.0-next.85 → 4.34.0-next.86

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.
@@ -98,6 +98,7 @@ declare class StabilizedRef extends Directive {
98
98
  * <my-component ref={(el) => this.myComponent = el} />
99
99
  * <my-component ref={this.callback.bind(this, index)} />
100
100
  * ```
101
+ * @deprecated See https://discord.com/channels/1012791295170859069/1047015641225371718
101
102
  */
102
103
  export declare const stabilizedRef: <T extends Element>(refValue: CustomAttributes<T>["ref"]) => DirectiveResult<typeof StabilizedRef>;
103
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina",
3
- "version": "4.34.0-next.85",
3
+ "version": "4.34.0-next.86",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "license": "SEE LICENSE IN LICENSE.md",
24
24
  "dependencies": {
25
- "@arcgis/toolkit": "4.34.0-next.85",
25
+ "@arcgis/toolkit": "4.34.0-next.86",
26
26
  "csstype": "^3.1.3",
27
27
  "tslib": "^2.8.1"
28
28
  },