@hitachivantara/app-shell-shared 1.6.3 → 1.7.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.
@@ -1,5 +1,6 @@
1
1
  import { ComponentType } from 'react';
2
2
  import { Context } from 'react';
3
+ import { ServicesConfig as HvAppShellServicesConfig } from '@hitachivantara/app-shell-services';
3
4
  import { HvContainerProps } from '@hitachivantara/uikit-react-core';
4
5
  import { i18n } from 'i18next';
5
6
  import { ReactNode } from 'react';
@@ -43,6 +44,7 @@ export declare type HvAppShellConfig = {
43
44
  theming?: HvAppShellThemingConfig;
44
45
  header?: HvAppShellHeader;
45
46
  providers?: HvAppShellProvidersConfig[];
47
+ services?: HvAppShellServicesConfig;
46
48
  };
47
49
 
48
50
  export declare const HvAppShellContext: Context<HvAppShellConfig | undefined>;
@@ -95,6 +97,8 @@ export declare interface HvAppShellRuntimeContextValue {
95
97
  i18n: i18n;
96
98
  }
97
99
 
100
+ export { HvAppShellServicesConfig }
101
+
98
102
  export declare type HvAppShellThemingConfig = {
99
103
  themes?: string[];
100
104
  theme?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-shared",
3
- "version": "1.6.3",
3
+ "version": "1.7.0",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -14,12 +14,15 @@
14
14
  "directory": "packages/app-shell-shared"
15
15
  },
16
16
  "bugs": "https://github.com/lumada-design/hv-uikit-react/issues",
17
+ "dependencies": {
18
+ "@hitachivantara/app-shell-services": "^1.1.0"
19
+ },
17
20
  "peerDependencies": {
18
21
  "react": "^18.2.0",
19
22
  "react-router-dom": "^6.9.0"
20
23
  },
21
24
  "optionalDependencies": {
22
- "@hitachivantara/uikit-react-core": "^5.103.0"
25
+ "@hitachivantara/uikit-react-core": "^5.104.0"
23
26
  },
24
27
  "files": [
25
28
  "dist"
@@ -37,7 +40,7 @@
37
40
  "access": "public",
38
41
  "directory": "package"
39
42
  },
40
- "gitHead": "5799882b08854f3714634028eddac77ca7ece8ea",
43
+ "gitHead": "18bba1bbe7a6ecddfcb9f56d1613c547bfd0e6d7",
41
44
  "types": "./dist/types/index.d.ts",
42
45
  "module": "dist/esm/index.js"
43
46
  }