@atlaskit/rovo-agent-components 7.4.2 → 7.4.4

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,33 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 7.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9965db56641a6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9965db56641a6) -
8
+ Update the Slack channel link in compass.yml for Agents FE owned packages to point to
9
+ #rovo-agents-frontend.
10
+ - Updated dependencies
11
+
12
+ ## 7.4.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [`3459b8faed8ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3459b8faed8ba) -
17
+ Clean up the shipped `rovo_chat_3p_app_discovery_m1_experiment` and the shadowed
18
+ `post-office_rovo-chat_thinking-deeper` menu path. This removes the obsolete ChatModeMenu UI, its
19
+ popup variants, and its spotlight code.
20
+
21
+ Breaking changes:
22
+ - Remove `changeChatModeMenuAlignmentToBottomStart` from `RovoChatPromptInput`. The `ChatModeMenu`
23
+ implementation it configured has been removed.
24
+
25
+ `showChatModeMenu`, `shouldRenderChatModeMenusInPortal`, `customSlotBeforeChatModeMenu`, and
26
+ `UIConfig.elements.chatModeMenuButton` remain supported. They now apply to the surviving source
27
+ and reasoning footer controls.
28
+
29
+ - Updated dependencies
30
+
3
31
  ## 7.4.2
4
32
 
5
33
  ### Patch Changes
package/compass.yml CHANGED
@@ -16,7 +16,7 @@ links:
16
16
  url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
17
  - name: Slack Channel
18
18
  type: CHAT_CHANNEL
19
- url: https://atlassian.enterprise.slack.com/archives/C09GAQ45Z38 # #rovo-agents-frontend-alerts
19
+ url: https://atlassian.enterprise.slack.com/archives/C08UY102KSA # #rovo-agents-frontend
20
20
  - name: Rovo Agent Components
21
21
  type: REPOSITORY
22
22
  url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/ai-mate/rovo-agent-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "7.4.2",
3
+ "version": "7.4.4",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.172.0",
35
- "@atlaskit/analytics-next": "^12.2.0",
35
+ "@atlaskit/analytics-next": "^12.3.0",
36
36
  "@atlaskit/avatar": "^26.1.0",
37
37
  "@atlaskit/button": "^24.3.0",
38
38
  "@atlaskit/css": "^1.0.0",
@@ -44,12 +44,12 @@
44
44
  "@atlaskit/link": "^4.1.0",
45
45
  "@atlaskit/logo": "^21.4.0",
46
46
  "@atlaskit/platform-feature-flags": "^2.0.0",
47
- "@atlaskit/primitives": "^20.5.0",
47
+ "@atlaskit/primitives": "^20.6.0",
48
48
  "@atlaskit/react-compiler-gating": "^0.2.0",
49
49
  "@atlaskit/rovo-agent-analytics": "^5.3.0",
50
50
  "@atlaskit/skeleton": "^4.2.0",
51
51
  "@atlaskit/spinner": "^20.1.0",
52
- "@atlaskit/tokens": "^15.5.0",
52
+ "@atlaskit/tokens": "^15.6.0",
53
53
  "@atlaskit/tooltip": "^23.1.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@compiled/react": "^0.20.0",