@hitachivantara/uikit-react-lab 5.40.1 → 5.40.3
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/types/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -1274,7 +1274,7 @@ export declare function useHvNode(props: HvUseNodeParams): {
|
|
|
1274
1274
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1275
1275
|
"aria-flowto"?: string | undefined;
|
|
1276
1276
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1277
|
-
"aria-haspopup"?: boolean | "grid" | "
|
|
1277
|
+
"aria-haspopup"?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1278
1278
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1279
1279
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1280
1280
|
"aria-keyshortcuts"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "5.40.
|
|
3
|
+
"version": "5.40.3",
|
|
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.
|
|
37
|
-
"@hitachivantara/uikit-react-icons": "^5.
|
|
38
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
39
|
-
"@hitachivantara/uikit-styles": "^5.33.
|
|
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",
|
|
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": "
|
|
55
|
+
"gitHead": "b6ee74d9581f4f8d3014c785c6ceb86c481d3b3f",
|
|
56
56
|
"exports": {
|
|
57
57
|
".": {
|
|
58
58
|
"types": "./dist/types/index.d.ts",
|