@atlaskit/rovo-agent-components 4.3.1 → 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,19 @@
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
+
10
+ ## 4.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [`ab6e1ed0c80d9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ab6e1ed0c80d9) -
15
+ We have added the jira_admin_agent as an option such that it has an allocated ottb agent icon
16
+
3
17
  ## 4.3.1
4
18
 
5
19
  ### Patch Changes
@@ -394,6 +394,16 @@ var outOfTheBoxAgentAvatar = {
394
394
  },
395
395
  color: blueColor
396
396
  },
397
+ jira_admin_agent: {
398
+ getRender: function getRender(size) {
399
+ return /*#__PURE__*/_react.default.createElement(AutoDevAvatar, {
400
+ size: _avatar.AVATAR_SIZES[size],
401
+ primaryColor: blueColor.primary,
402
+ secondaryColor: blueColor.secondary
403
+ });
404
+ },
405
+ color: blueColor
406
+ },
397
407
  jsm_rovo_service_agent: {
398
408
  getRender: function getRender(size) {
399
409
  return /*#__PURE__*/_react.default.createElement(JsmRovoServiceAgentAvatar, {
@@ -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],
@@ -315,6 +315,16 @@ var outOfTheBoxAgentAvatar = {
315
315
  },
316
316
  color: blueColor
317
317
  },
318
+ jira_admin_agent: {
319
+ getRender: function getRender(size) {
320
+ return /*#__PURE__*/React.createElement(AutoDevAvatar, {
321
+ size: AVATAR_SIZES[size],
322
+ primaryColor: blueColor.primary,
323
+ secondaryColor: blueColor.secondary
324
+ });
325
+ },
326
+ color: blueColor
327
+ },
318
328
  jsm_rovo_service_agent: {
319
329
  getRender: function getRender(size) {
320
330
  return /*#__PURE__*/React.createElement(JsmRovoServiceAgentAvatar, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "4.3.1",
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": {