@atlaskit/rovo-triggers 4.9.0 → 4.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 4.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`7cecf9e263a5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7cecf9e263a5f) -
8
+ Adds the opening of mini-modal as a capability to pub-sub.
9
+
3
10
  ## 4.9.0
4
11
 
5
12
  ### Minor Changes
@@ -11,6 +11,7 @@ export type PayloadCore<TKey extends string, TData = void> = {
11
11
  type: TKey;
12
12
  source: string;
13
13
  openChat?: boolean;
14
+ openChatMode?: 'sidebar' | 'mini-modal';
14
15
  product?: string;
15
16
  interactionSource?: string;
16
17
  } & (TData extends void ? {} : {
@@ -11,6 +11,7 @@ export type PayloadCore<TKey extends string, TData = void> = {
11
11
  type: TKey;
12
12
  source: string;
13
13
  openChat?: boolean;
14
+ openChatMode?: 'sidebar' | 'mini-modal';
14
15
  product?: string;
15
16
  interactionSource?: string;
16
17
  } & (TData extends void ? {} : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "description": "Provides various trigger events to drive Rovo Chat functionality, such as a publish-subscribe and URL parameter hooks",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {