@atlaskit/rovo-agent-components 4.3.2 → 4.4.0
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.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9caad6633bc3d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9caad6633bc3d) -
|
|
8
|
+
Add jira_admin_agent avatar to out-of-the-box agent avatars.
|
|
9
|
+
|
|
3
10
|
## 4.3.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -394,29 +394,29 @@ var outOfTheBoxAgentAvatar = {
|
|
|
394
394
|
},
|
|
395
395
|
color: blueColor
|
|
396
396
|
},
|
|
397
|
-
|
|
397
|
+
jira_admin_agent: {
|
|
398
398
|
getRender: function getRender(size) {
|
|
399
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
399
|
+
return /*#__PURE__*/_react.default.createElement(AutoDevAvatar, {
|
|
400
400
|
size: _avatar.AVATAR_SIZES[size],
|
|
401
|
-
primaryColor:
|
|
402
|
-
secondaryColor:
|
|
401
|
+
primaryColor: blueColor.primary,
|
|
402
|
+
secondaryColor: blueColor.secondary
|
|
403
403
|
});
|
|
404
404
|
},
|
|
405
|
-
color:
|
|
405
|
+
color: blueColor
|
|
406
406
|
},
|
|
407
|
-
|
|
407
|
+
jsm_rovo_service_agent: {
|
|
408
408
|
getRender: function getRender(size) {
|
|
409
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
409
|
+
return /*#__PURE__*/_react.default.createElement(JsmRovoServiceAgentAvatar, {
|
|
410
410
|
size: _avatar.AVATAR_SIZES[size],
|
|
411
411
|
primaryColor: "",
|
|
412
412
|
secondaryColor: ""
|
|
413
413
|
});
|
|
414
414
|
},
|
|
415
|
-
color:
|
|
415
|
+
color: yellowColor
|
|
416
416
|
},
|
|
417
|
-
|
|
417
|
+
mcp_amplitude_agent: {
|
|
418
418
|
getRender: function getRender(size) {
|
|
419
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
419
|
+
return /*#__PURE__*/_react.default.createElement(AmplitudeAgentAvatar, {
|
|
420
420
|
size: _avatar.AVATAR_SIZES[size],
|
|
421
421
|
primaryColor: "",
|
|
422
422
|
secondaryColor: ""
|
|
@@ -214,6 +214,14 @@ const outOfTheBoxAgentAvatar = {
|
|
|
214
214
|
}),
|
|
215
215
|
color: blueColor
|
|
216
216
|
},
|
|
217
|
+
jira_admin_agent: {
|
|
218
|
+
getRender: size => /*#__PURE__*/React.createElement(AutoDevAvatar, {
|
|
219
|
+
size: AVATAR_SIZES[size],
|
|
220
|
+
primaryColor: blueColor.primary,
|
|
221
|
+
secondaryColor: blueColor.secondary
|
|
222
|
+
}),
|
|
223
|
+
color: blueColor
|
|
224
|
+
},
|
|
217
225
|
jsm_rovo_service_agent: {
|
|
218
226
|
getRender: size => /*#__PURE__*/React.createElement(JsmRovoServiceAgentAvatar, {
|
|
219
227
|
size: AVATAR_SIZES[size],
|
|
@@ -230,14 +238,6 @@ const outOfTheBoxAgentAvatar = {
|
|
|
230
238
|
}),
|
|
231
239
|
color: blueColor
|
|
232
240
|
},
|
|
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
|
-
},
|
|
241
241
|
mcp_box_agent: {
|
|
242
242
|
getRender: size => /*#__PURE__*/React.createElement(BoxAgentAvatar, {
|
|
243
243
|
size: AVATAR_SIZES[size],
|
|
@@ -315,29 +315,29 @@ var outOfTheBoxAgentAvatar = {
|
|
|
315
315
|
},
|
|
316
316
|
color: blueColor
|
|
317
317
|
},
|
|
318
|
-
|
|
318
|
+
jira_admin_agent: {
|
|
319
319
|
getRender: function getRender(size) {
|
|
320
|
-
return /*#__PURE__*/React.createElement(
|
|
320
|
+
return /*#__PURE__*/React.createElement(AutoDevAvatar, {
|
|
321
321
|
size: AVATAR_SIZES[size],
|
|
322
|
-
primaryColor:
|
|
323
|
-
secondaryColor:
|
|
322
|
+
primaryColor: blueColor.primary,
|
|
323
|
+
secondaryColor: blueColor.secondary
|
|
324
324
|
});
|
|
325
325
|
},
|
|
326
|
-
color:
|
|
326
|
+
color: blueColor
|
|
327
327
|
},
|
|
328
|
-
|
|
328
|
+
jsm_rovo_service_agent: {
|
|
329
329
|
getRender: function getRender(size) {
|
|
330
|
-
return /*#__PURE__*/React.createElement(
|
|
330
|
+
return /*#__PURE__*/React.createElement(JsmRovoServiceAgentAvatar, {
|
|
331
331
|
size: AVATAR_SIZES[size],
|
|
332
332
|
primaryColor: "",
|
|
333
333
|
secondaryColor: ""
|
|
334
334
|
});
|
|
335
335
|
},
|
|
336
|
-
color:
|
|
336
|
+
color: yellowColor
|
|
337
337
|
},
|
|
338
|
-
|
|
338
|
+
mcp_amplitude_agent: {
|
|
339
339
|
getRender: function getRender(size) {
|
|
340
|
-
return /*#__PURE__*/React.createElement(
|
|
340
|
+
return /*#__PURE__*/React.createElement(AmplitudeAgentAvatar, {
|
|
341
341
|
size: AVATAR_SIZES[size],
|
|
342
342
|
primaryColor: "",
|
|
343
343
|
secondaryColor: ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
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": {
|