@hitachivantara/app-shell-shared 2.1.3 → 2.2.0
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/index.d.ts +1 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -252,6 +252,7 @@ export declare const useHvAppShellModel: () => HvAppShellModel;
|
|
|
252
252
|
export declare const useHvMenuItems: () => MenuItemsContext;
|
|
253
253
|
|
|
254
254
|
export declare interface ViewHvContainerProps extends Omit<HvContainerProps, "children"> {
|
|
255
|
+
disableContainer?: boolean;
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/app-shell-shared",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Hitachi Vantara UI Kit Team",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-router-dom": "^6.9.0"
|
|
23
23
|
},
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@hitachivantara/uikit-react-core": "^6.4.
|
|
25
|
+
"@hitachivantara/uikit-react-core": "^6.4.2"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
28
|
"dist"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"access": "public",
|
|
40
40
|
"directory": "package"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3f10053759d187946255aede1c25203f4fea7940",
|
|
43
43
|
"types": "./dist/index.d.ts",
|
|
44
44
|
"module": "dist/index.js"
|
|
45
45
|
}
|