@arcgis/lumina 4.34.0-next.85 → 4.34.0-next.88
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/jsx/directives.d.ts
CHANGED
|
@@ -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
|
/**
|
|
@@ -643,11 +643,11 @@ export interface HTMLAttributes<T = HTMLElement> extends AriaAttributes, DOMAttr
|
|
|
643
643
|
inert?: boolean;
|
|
644
644
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode) */
|
|
645
645
|
inputMode?: "decimal" | "email" | "none" | "numeric" | "search" | "tel" | "text" | "url";
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
646
|
+
itemid?: string;
|
|
647
|
+
itemprop?: string;
|
|
648
|
+
itemref?: string;
|
|
649
|
+
itemscope?: boolean;
|
|
650
|
+
itemtype?: string;
|
|
651
651
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang) */
|
|
652
652
|
lang?: string;
|
|
653
653
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/lumina",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.88",
|
|
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.
|
|
25
|
+
"@arcgis/toolkit": "4.34.0-next.88",
|
|
26
26
|
"csstype": "^3.1.3",
|
|
27
27
|
"tslib": "^2.8.1"
|
|
28
28
|
},
|