@atlaskit/rovo-agent-components 3.11.3 → 3.12.1
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,19 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 3.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.12.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`264063170c1c3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/264063170c1c3) -
|
|
14
|
+
[ux] Don't force shouldRenderToParent prop in AgentDropdownMenu, to address z-index battle between
|
|
15
|
+
agent tools ui on agenct card and tools ui dropdown
|
|
16
|
+
|
|
3
17
|
## 3.11.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -180,8 +180,7 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
|
|
|
180
180
|
if (!args.isOpen) {
|
|
181
181
|
setHasBeenCopied(false);
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
shouldRenderToParent: (0, _platformFeatureFlags.fg)('should-render-to-parent-should-be-true-ai-mate')
|
|
183
|
+
}
|
|
185
184
|
}, /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItemGroup, null, showViewAgentOption && /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItem, {
|
|
186
185
|
onClick: onViewAgentClick
|
|
187
186
|
}, formatMessage(_messages.default.viewAgent)), doesAgentHaveIdentityAccountId && onViewAgentFullProfileClick && /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItem, {
|
|
@@ -140,8 +140,7 @@ export const AgentDropdownMenu = ({
|
|
|
140
140
|
if (!args.isOpen) {
|
|
141
141
|
setHasBeenCopied(false);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
shouldRenderToParent: fg('should-render-to-parent-should-be-true-ai-mate')
|
|
143
|
+
}
|
|
145
144
|
}, /*#__PURE__*/React.createElement(DropdownItemGroup, null, showViewAgentOption && /*#__PURE__*/React.createElement(DropdownItem, {
|
|
146
145
|
onClick: onViewAgentClick
|
|
147
146
|
}, formatMessage(messages.viewAgent)), doesAgentHaveIdentityAccountId && onViewAgentFullProfileClick && /*#__PURE__*/React.createElement(DropdownItem, {
|
|
@@ -171,8 +171,7 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
|
|
|
171
171
|
if (!args.isOpen) {
|
|
172
172
|
setHasBeenCopied(false);
|
|
173
173
|
}
|
|
174
|
-
}
|
|
175
|
-
shouldRenderToParent: fg('should-render-to-parent-should-be-true-ai-mate')
|
|
174
|
+
}
|
|
176
175
|
}, /*#__PURE__*/React.createElement(DropdownItemGroup, null, showViewAgentOption && /*#__PURE__*/React.createElement(DropdownItem, {
|
|
177
176
|
onClick: onViewAgentClick
|
|
178
177
|
}, formatMessage(messages.viewAgent)), doesAgentHaveIdentityAccountId && onViewAgentFullProfileClick && /*#__PURE__*/React.createElement(DropdownItem, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.1",
|
|
4
4
|
"description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/avatar": "^25.5.0",
|
|
38
38
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
39
39
|
"@atlaskit/button": "^23.6.0",
|
|
40
|
-
"@atlaskit/css": "^0.
|
|
40
|
+
"@atlaskit/css": "^0.17.0",
|
|
41
41
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
42
42
|
"@atlaskit/heading": "^5.2.0",
|
|
43
43
|
"@atlaskit/icon": "^29.0.0",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"@atlaskit/link": "^3.2.0",
|
|
46
46
|
"@atlaskit/logo": "^19.9.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/primitives": "^16.
|
|
48
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
49
49
|
"@atlaskit/skeleton": "^2.1.0",
|
|
50
|
-
"@atlaskit/tokens": "^8.
|
|
50
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
51
51
|
"@atlaskit/tooltip": "^20.10.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@compiled/react": "^0.18.6",
|