@hitachivantara/app-shell-shared 2.1.4 → 2.2.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. 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.1.4",
3
+ "version": "2.2.1",
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.1"
25
+ "@hitachivantara/uikit-react-core": "^6.4.3"
26
26
  },
27
27
  "files": [
28
28
  "dist"
@@ -39,7 +39,7 @@
39
39
  "access": "public",
40
40
  "directory": "package"
41
41
  },
42
- "gitHead": "5dc28acf7238a5b194609f7e671b618fe7f0b0bc",
42
+ "gitHead": "fe1e806628c08552c969d2b99d3d2e977be12b21",
43
43
  "types": "./dist/index.d.ts",
44
44
  "module": "dist/index.js"
45
45
  }