@hitachivantara/app-shell-events 1.1.3 → 2.0.0-next.2

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,7 +1,7 @@
1
1
  import { HvBannerProps } from '@hitachivantara/uikit-react-core';
2
2
  import { HvProviderProps } from '@hitachivantara/uikit-react-core';
3
3
 
4
- export declare interface HvAppShellEventNotification extends Pick<HvBannerProps, "actions" | "variant" | "message" | "actionsCallback"> {
4
+ export declare interface HvAppShellEventNotification extends Pick<HvBannerProps, "actions" | "variant" | "message" | "onAction"> {
5
5
  type: HvAppShellEventNotificationType;
6
6
  message?: string;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-events",
3
- "version": "1.1.3",
3
+ "version": "2.0.0-next.2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "bugs": "https://github.com/pentaho/hv-uikit-react/issues",
17
17
  "peerDependencies": {
18
- "@hitachivantara/uikit-react-core": "^5.72.0",
18
+ "@hitachivantara/uikit-react-core": "^6.0.0-next.0",
19
19
  "react": "^18.2.0"
20
20
  },
21
21
  "files": [
@@ -25,15 +25,15 @@
25
25
  "access": "public",
26
26
  "directory": "package"
27
27
  },
28
- "gitHead": "e34acd74656ecb0ad2c31d6afaed30a00d58a8ca",
28
+ "gitHead": "f404f47dd2c0a9d4033b9acccc87282aa9e42119",
29
29
  "exports": {
30
30
  ".": {
31
- "types": "./dist/types/index.d.ts",
32
- "import": "./dist/esm/index.js",
33
- "default": "./dist/esm/index.js"
31
+ "types": "./dist/index.d.ts",
32
+ "import": "./dist/index.js",
33
+ "default": "./dist/index.js"
34
34
  },
35
35
  "./package.json": "./package.json"
36
36
  },
37
- "types": "./dist/types/index.d.ts",
38
- "module": "dist/esm/index.js"
37
+ "types": "./dist/index.d.ts",
38
+ "module": "dist/index.js"
39
39
  }
File without changes
File without changes
File without changes