@atlaskit/rovo-triggers 2.11.0 → 2.12.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 +9 -0
- package/dist/types/types.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/rovo-triggers
|
|
2
2
|
|
|
3
|
+
## 2.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#153961](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153961)
|
|
8
|
+
[`0c9bdadc81cb7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0c9bdadc81cb7) -
|
|
9
|
+
Added support for highlight action placeholder to be inserted into editor when clicking Chat from
|
|
10
|
+
highlight actions menu
|
|
11
|
+
|
|
3
12
|
## 2.11.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/dist/types/types.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export type InsertPromptPayload = PayloadCore<'insert-prompt', {
|
|
|
95
95
|
/**
|
|
96
96
|
* Overrides the default placeholder type
|
|
97
97
|
*/
|
|
98
|
-
placeholderType?: 'person' | 'link' | 'generic';
|
|
98
|
+
placeholderType?: 'person' | 'link' | 'generic' | 'highlight-action';
|
|
99
99
|
}>;
|
|
100
100
|
export type TransitionId = string;
|
|
101
101
|
export type StatusId = string;
|
|
@@ -95,7 +95,7 @@ export type InsertPromptPayload = PayloadCore<'insert-prompt', {
|
|
|
95
95
|
/**
|
|
96
96
|
* Overrides the default placeholder type
|
|
97
97
|
*/
|
|
98
|
-
placeholderType?: 'person' | 'link' | 'generic';
|
|
98
|
+
placeholderType?: 'person' | 'link' | 'generic' | 'highlight-action';
|
|
99
99
|
}>;
|
|
100
100
|
export type TransitionId = string;
|
|
101
101
|
export type StatusId = string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-triggers",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.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": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@af/integration-testing": "workspace:^",
|
|
44
44
|
"@af/visual-regression": "workspace:^",
|
|
45
45
|
"@atlaskit/css": "^0.10.0",
|
|
46
|
-
"@atlaskit/primitives": "^14.
|
|
46
|
+
"@atlaskit/primitives": "^14.8.0",
|
|
47
47
|
"@atlaskit/ssr": "workspace:^",
|
|
48
48
|
"@atlaskit/visual-regression": "workspace:^",
|
|
49
49
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|