@atlaskit/rovo-triggers 3.5.1 → 3.5.3

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,22 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 3.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`74c2f420ee49b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c2f420ee49b) -
8
+ Internal changes to how border radius is applied.
9
+ - [`afd8a4b9ec9dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/afd8a4b9ec9dd) -
10
+ Add support for prefixing on the sourceId when requesting to generate a loom script for confluence
11
+ page. This change is feature gated behind rovo-chat-glitchiness-fix-loom-script-confluence
12
+
13
+ ## 3.5.2
14
+
15
+ ### Patch Changes
16
+
17
+ - [`cd70a377d007c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd70a377d007c) -
18
+ Internal changes to how border radius is applied.
19
+
3
20
  ## 3.5.1
4
21
 
5
22
  ### Patch Changes
@@ -101,7 +101,11 @@ export type ValidChatCallToActionUseCases = 'loom-confluence-page-script-co-use'
101
101
  /**
102
102
  * Source Ids that will initiate a chat containing a call-to-action from the first assistant message
103
103
  */
104
- export type ValidSourceIdsForChatCallToAction = 'confluence-page-loom-script-co-use-touchpoint' | 'confluence-page-loom-script-cross-join-touchpoint';
104
+ export type ValidSourceIdsForChatCallToAction = 'confluence-page-loom-script-co-use-touchpoint' | 'confluence-page-loom-script-cross-join-touchpoint'
105
+ /**
106
+ * We want the choice of having a prefix at the end to allow for a new chat to be created for different pages
107
+ */
108
+ | `confluence-page-loom-script-co-use-touchpoint-${string}` | `confluence-page-loom-script-cross-join-touchpoint-${string}`;
105
109
  export type ChatCallToActionClickedPayload = PayloadCore<'chat-cta-clicked', {
106
110
  useCaseId: ValidChatCallToActionUseCases;
107
111
  }>;
@@ -101,7 +101,11 @@ export type ValidChatCallToActionUseCases = 'loom-confluence-page-script-co-use'
101
101
  /**
102
102
  * Source Ids that will initiate a chat containing a call-to-action from the first assistant message
103
103
  */
104
- export type ValidSourceIdsForChatCallToAction = 'confluence-page-loom-script-co-use-touchpoint' | 'confluence-page-loom-script-cross-join-touchpoint';
104
+ export type ValidSourceIdsForChatCallToAction = 'confluence-page-loom-script-co-use-touchpoint' | 'confluence-page-loom-script-cross-join-touchpoint'
105
+ /**
106
+ * We want the choice of having a prefix at the end to allow for a new chat to be created for different pages
107
+ */
108
+ | `confluence-page-loom-script-co-use-touchpoint-${string}` | `confluence-page-loom-script-cross-join-touchpoint-${string}`;
105
109
  export type ChatCallToActionClickedPayload = PayloadCore<'chat-cta-clicked', {
106
110
  useCaseId: ValidChatCallToActionUseCases;
107
111
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "3.5.1",
3
+ "version": "3.5.3",
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": {
@@ -39,8 +39,8 @@
39
39
  "devDependencies": {
40
40
  "@af/integration-testing": "workspace:^",
41
41
  "@af/visual-regression": "workspace:^",
42
- "@atlaskit/css": "^0.12.0",
43
- "@atlaskit/primitives": "^14.12.0",
42
+ "@atlaskit/css": "^0.13.0",
43
+ "@atlaskit/primitives": "^14.13.0",
44
44
  "@atlaskit/ssr": "workspace:^",
45
45
  "@atlassian/feature-flags-test-utils": "^0.3.0",
46
46
  "@testing-library/react": "^13.4.0",