@atlaskit/rovo-agent-components 8.9.21 → 8.9.24
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,25 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 8.9.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 8.9.23
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`58af51ca2cc2f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/58af51ca2cc2f) -
|
|
14
|
+
Add agent profile card to mention typeahead in Jira
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
17
|
+
## 8.9.22
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 8.9.21
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -140,7 +140,7 @@ var AgentProfileCreator = exports.AgentProfileCreator = function AgentProfileCre
|
|
|
140
140
|
return null;
|
|
141
141
|
};
|
|
142
142
|
var creatorRender = getCreatorRender();
|
|
143
|
-
var hideCreatorIcon = (0, _expValEquals.expValEquals)('platform_editor_agent_mentions', 'isEnabled', true) && (0, _fg.fg)('platform_editor_agent_mentions_drop_one_fixes');
|
|
143
|
+
var hideCreatorIcon = (0, _expValEquals.expValEquals)('platform_editor_agent_mentions', 'isEnabled', true) && (0, _fg.fg)('platform_editor_agent_mentions_drop_one_fixes') || (0, _fg.fg)('platform_editor_agent_card_fixes');
|
|
144
144
|
if ((0, _fg.fg)('jira_improve_agent_profile_for_a2a')) {
|
|
145
145
|
var showRovoIcon = !hideCreatorIcon && (creator === null || creator === void 0 ? void 0 : creator.type) !== 'REMOTE_A2A';
|
|
146
146
|
return creatorRender ? /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
@@ -133,7 +133,7 @@ export const AgentProfileCreator = ({
|
|
|
133
133
|
return null;
|
|
134
134
|
};
|
|
135
135
|
const creatorRender = getCreatorRender();
|
|
136
|
-
const hideCreatorIcon = expValEquals('platform_editor_agent_mentions', 'isEnabled', true) && fg('platform_editor_agent_mentions_drop_one_fixes');
|
|
136
|
+
const hideCreatorIcon = expValEquals('platform_editor_agent_mentions', 'isEnabled', true) && fg('platform_editor_agent_mentions_drop_one_fixes') || fg('platform_editor_agent_card_fixes');
|
|
137
137
|
if (fg('jira_improve_agent_profile_for_a2a')) {
|
|
138
138
|
const showRovoIcon = !hideCreatorIcon && (creator === null || creator === void 0 ? void 0 : creator.type) !== 'REMOTE_A2A';
|
|
139
139
|
return creatorRender ? /*#__PURE__*/React.createElement(Box, {
|
|
@@ -133,7 +133,7 @@ export var AgentProfileCreator = function AgentProfileCreator(_ref2) {
|
|
|
133
133
|
return null;
|
|
134
134
|
};
|
|
135
135
|
var creatorRender = getCreatorRender();
|
|
136
|
-
var hideCreatorIcon = expValEquals('platform_editor_agent_mentions', 'isEnabled', true) && fg('platform_editor_agent_mentions_drop_one_fixes');
|
|
136
|
+
var hideCreatorIcon = expValEquals('platform_editor_agent_mentions', 'isEnabled', true) && fg('platform_editor_agent_mentions_drop_one_fixes') || fg('platform_editor_agent_card_fixes');
|
|
137
137
|
if (fg('jira_improve_agent_profile_for_a2a')) {
|
|
138
138
|
var showRovoIcon = !hideCreatorIcon && (creator === null || creator === void 0 ? void 0 : creator.type) !== 'REMOTE_A2A';
|
|
139
139
|
return creatorRender ? /*#__PURE__*/React.createElement(Box, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.24",
|
|
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": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/rovo-agent-analytics": "^6.2.0",
|
|
50
50
|
"@atlaskit/skeleton": "^4.4.0",
|
|
51
51
|
"@atlaskit/spinner": "^20.4.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^182.0.0",
|
|
53
53
|
"@atlaskit/tokens": "^16.11.0",
|
|
54
54
|
"@atlaskit/tooltip": "^24.3.0",
|
|
55
55
|
"@babel/runtime": "^7.0.0",
|
|
@@ -85,6 +85,9 @@
|
|
|
85
85
|
"platform_editor_agent_mentions_drop_one_fixes": {
|
|
86
86
|
"type": "boolean"
|
|
87
87
|
},
|
|
88
|
+
"platform_editor_agent_card_fixes": {
|
|
89
|
+
"type": "boolean"
|
|
90
|
+
},
|
|
88
91
|
"rovo_chat_bugfix_agent_avatar_squish": {
|
|
89
92
|
"type": "boolean"
|
|
90
93
|
},
|