@atlaskit/rovo-agent-components 4.3.0 → 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,20 @@
|
|
|
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
|
+
|
|
10
|
+
## 4.3.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`3f13070221110`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f13070221110) -
|
|
15
|
+
Clean up stale feature gate `rovo_dev_themed_identity_card`. The gated code path is now
|
|
16
|
+
permanently enabled.
|
|
17
|
+
|
|
3
18
|
## 4.3.0
|
|
4
19
|
|
|
5
20
|
### Minor 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, {
|
|
@@ -539,7 +549,7 @@ var getAvatarRender = function getAvatarRender(_ref3) {
|
|
|
539
549
|
agentIdentityAccountId = _ref3.agentIdentityAccountId,
|
|
540
550
|
isRovoDev = _ref3.isRovoDev,
|
|
541
551
|
size = _ref3.size;
|
|
542
|
-
if (isRovoDev
|
|
552
|
+
if (isRovoDev) {
|
|
543
553
|
return {
|
|
544
554
|
render: /*#__PURE__*/_react.default.createElement(RovoDevAvatar, {
|
|
545
555
|
size: _avatar.AVATAR_SIZES[size],
|
|
@@ -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],
|
|
@@ -339,7 +347,7 @@ const getAvatarRender = ({
|
|
|
339
347
|
isRovoDev,
|
|
340
348
|
size
|
|
341
349
|
}) => {
|
|
342
|
-
if (isRovoDev
|
|
350
|
+
if (isRovoDev) {
|
|
343
351
|
return {
|
|
344
352
|
render: /*#__PURE__*/React.createElement(RovoDevAvatar, {
|
|
345
353
|
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, {
|
|
@@ -460,7 +470,7 @@ var getAvatarRender = function getAvatarRender(_ref3) {
|
|
|
460
470
|
agentIdentityAccountId = _ref3.agentIdentityAccountId,
|
|
461
471
|
isRovoDev = _ref3.isRovoDev,
|
|
462
472
|
size = _ref3.size;
|
|
463
|
-
if (isRovoDev
|
|
473
|
+
if (isRovoDev) {
|
|
464
474
|
return {
|
|
465
475
|
render: /*#__PURE__*/React.createElement(RovoDevAvatar, {
|
|
466
476
|
size: AVATAR_SIZES[size],
|
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": {
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
|
|
43
43
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
44
|
-
"@atlaskit/avatar": "^25.
|
|
44
|
+
"@atlaskit/avatar": "^25.14.0",
|
|
45
45
|
"@atlaskit/button": "^23.11.0",
|
|
46
46
|
"@atlaskit/css": "^0.19.0",
|
|
47
47
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
48
|
-
"@atlaskit/flag": "^17.
|
|
48
|
+
"@atlaskit/flag": "^17.11.0",
|
|
49
49
|
"@atlaskit/heading": "^5.4.0",
|
|
50
50
|
"@atlaskit/icon": "^34.3.0",
|
|
51
51
|
"@atlaskit/link": "^3.4.0",
|
|
52
|
-
"@atlaskit/logo": "^20.
|
|
52
|
+
"@atlaskit/logo": "^20.1.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/primitives": "^19.0.0",
|
|
55
55
|
"@atlaskit/rovo-agent-analytics": "^1.3.0",
|
|
@@ -130,9 +130,6 @@
|
|
|
130
130
|
"jira_ai_force_rovo_dev_avatar": {
|
|
131
131
|
"type": "boolean"
|
|
132
132
|
},
|
|
133
|
-
"rovo_dev_themed_identity_card": {
|
|
134
|
-
"type": "boolean"
|
|
135
|
-
},
|
|
136
133
|
"rovo_agents_agent_verification": {
|
|
137
134
|
"type": "boolean"
|
|
138
135
|
},
|