@atlaskit/rovo-agent-components 7.4.2 → 7.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 7.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3459b8faed8ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3459b8faed8ba) -
8
+ Clean up the shipped `rovo_chat_3p_app_discovery_m1_experiment` and the shadowed
9
+ `post-office_rovo-chat_thinking-deeper` menu path. This removes the obsolete ChatModeMenu UI, its
10
+ popup variants, and its spotlight code.
11
+
12
+ Breaking changes:
13
+ - Remove `changeChatModeMenuAlignmentToBottomStart` from `RovoChatPromptInput`. The `ChatModeMenu`
14
+ implementation it configured has been removed.
15
+
16
+ `showChatModeMenu`, `shouldRenderChatModeMenusInPortal`, `customSlotBeforeChatModeMenu`, and
17
+ `UIConfig.elements.chatModeMenuButton` remain supported. They now apply to the surviving source
18
+ and reasoning footer controls.
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 7.4.2
4
23
 
5
24
  ### Patch Changes
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.3",
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": {
@@ -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",