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

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.
@@ -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
- itemId?: string;
647
- itemProp?: string;
648
- itemRef?: string;
649
- itemScope?: boolean;
650
- itemType?: string;
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.86",
3
+ "version": "4.34.0-next.89",
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.86",
25
+ "@arcgis/toolkit": "4.34.0-next.89",
26
26
  "csstype": "^3.1.3",
27
27
  "tslib": "^2.8.1"
28
28
  },