@atlaskit/rovo-agent-components 4.3.1 → 4.3.2
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,12 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 4.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ab6e1ed0c80d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab6e1ed0c80d9) -
|
|
8
|
+
We have added the jira_admin_agent as an option such that it has an allocated ottb agent icon
|
|
9
|
+
|
|
3
10
|
## 4.3.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -414,6 +414,16 @@ var outOfTheBoxAgentAvatar = {
|
|
|
414
414
|
},
|
|
415
415
|
color: blueColor
|
|
416
416
|
},
|
|
417
|
+
jira_admin_agent: {
|
|
418
|
+
getRender: function getRender(size) {
|
|
419
|
+
return /*#__PURE__*/_react.default.createElement(AutoDevAvatar, {
|
|
420
|
+
size: _avatar.AVATAR_SIZES[size],
|
|
421
|
+
primaryColor: "",
|
|
422
|
+
secondaryColor: ""
|
|
423
|
+
});
|
|
424
|
+
},
|
|
425
|
+
color: blueColor
|
|
426
|
+
},
|
|
417
427
|
mcp_box_agent: {
|
|
418
428
|
getRender: function getRender(size) {
|
|
419
429
|
return /*#__PURE__*/_react.default.createElement(BoxAgentAvatar, {
|
|
@@ -230,6 +230,14 @@ const outOfTheBoxAgentAvatar = {
|
|
|
230
230
|
}),
|
|
231
231
|
color: blueColor
|
|
232
232
|
},
|
|
233
|
+
jira_admin_agent: {
|
|
234
|
+
getRender: size => /*#__PURE__*/React.createElement(AutoDevAvatar, {
|
|
235
|
+
size: AVATAR_SIZES[size],
|
|
236
|
+
primaryColor: "",
|
|
237
|
+
secondaryColor: ""
|
|
238
|
+
}),
|
|
239
|
+
color: blueColor
|
|
240
|
+
},
|
|
233
241
|
mcp_box_agent: {
|
|
234
242
|
getRender: size => /*#__PURE__*/React.createElement(BoxAgentAvatar, {
|
|
235
243
|
size: AVATAR_SIZES[size],
|
|
@@ -335,6 +335,16 @@ var outOfTheBoxAgentAvatar = {
|
|
|
335
335
|
},
|
|
336
336
|
color: blueColor
|
|
337
337
|
},
|
|
338
|
+
jira_admin_agent: {
|
|
339
|
+
getRender: function getRender(size) {
|
|
340
|
+
return /*#__PURE__*/React.createElement(AutoDevAvatar, {
|
|
341
|
+
size: AVATAR_SIZES[size],
|
|
342
|
+
primaryColor: "",
|
|
343
|
+
secondaryColor: ""
|
|
344
|
+
});
|
|
345
|
+
},
|
|
346
|
+
color: blueColor
|
|
347
|
+
},
|
|
338
348
|
mcp_box_agent: {
|
|
339
349
|
getRender: function getRender(size) {
|
|
340
350
|
return /*#__PURE__*/React.createElement(BoxAgentAvatar, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
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": {
|