@hitachivantara/uikit-react-lab 5.40.3 → 5.40.5

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.
@@ -1214,6 +1214,7 @@ export declare function useHvNode(props: HvUseNodeParams): {
1214
1214
  contextMenu?: string | undefined;
1215
1215
  dir?: string | undefined;
1216
1216
  draggable?: (boolean | "false" | "true") | undefined;
1217
+ enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
1217
1218
  hidden?: boolean | undefined;
1218
1219
  id?: string | undefined;
1219
1220
  lang?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-lab",
3
- "version": "5.40.3",
3
+ "version": "5.40.5",
4
4
  "private": false,
5
5
  "author": "Hitachi Vantara UI Kit Team",
6
6
  "description": "Contributed React components for the NEXT UI Kit.",
@@ -33,10 +33,10 @@
33
33
  "@dnd-kit/core": "^6.1.0",
34
34
  "@dnd-kit/modifiers": "^6.0.1",
35
35
  "@emotion/css": "^11.11.0",
36
- "@hitachivantara/uikit-react-core": "^5.72.1",
37
- "@hitachivantara/uikit-react-icons": "^5.11.1",
38
- "@hitachivantara/uikit-react-utils": "^0.2.4",
39
- "@hitachivantara/uikit-styles": "^5.33.2",
36
+ "@hitachivantara/uikit-react-core": "^5.73.1",
37
+ "@hitachivantara/uikit-react-icons": "^5.12.1",
38
+ "@hitachivantara/uikit-react-utils": "^0.2.6",
39
+ "@hitachivantara/uikit-styles": "^5.34.1",
40
40
  "@mui/base": "^5.0.0-beta.40",
41
41
  "@types/react-grid-layout": "^1.3.5",
42
42
  "react-grid-layout": "^1.4.4",
@@ -52,7 +52,7 @@
52
52
  "access": "public",
53
53
  "directory": "package"
54
54
  },
55
- "gitHead": "b6ee74d9581f4f8d3014c785c6ceb86c481d3b3f",
55
+ "gitHead": "a3c24b6ba79a7c604c6fbaffd56f8c373958af27",
56
56
  "exports": {
57
57
  ".": {
58
58
  "types": "./dist/types/index.d.ts",