@atlaskit/rovo-agent-components 1.6.2 → 1.6.3

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,13 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#149796](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/149796)
8
+ [`e1f44421b5b78`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e1f44421b5b78) -
9
+ Fix Issue Organizer avatar
10
+
3
11
  ## 1.6.2
4
12
 
5
13
  ### Patch Changes
@@ -174,7 +174,7 @@ var outOfTheBoxAgentAvatar = {
174
174
  },
175
175
  color: yellowColor
176
176
  },
177
- jira_issue_gardener_agent: {
177
+ issue_organizer_agent: {
178
178
  getRender: function getRender(size) {
179
179
  return /*#__PURE__*/_react.default.createElement(BacklogBuddyAvatar, {
180
180
  size: _avatar.AVATAR_SIZES[size],
@@ -74,7 +74,7 @@ const outOfTheBoxAgentAvatar = {
74
74
  }),
75
75
  color: yellowColor
76
76
  },
77
- jira_issue_gardener_agent: {
77
+ issue_organizer_agent: {
78
78
  getRender: size => /*#__PURE__*/React.createElement(BacklogBuddyAvatar, {
79
79
  size: AVATAR_SIZES[size],
80
80
  primaryColor: greenColor.primary,
@@ -122,7 +122,7 @@ var outOfTheBoxAgentAvatar = {
122
122
  },
123
123
  color: yellowColor
124
124
  },
125
- jira_issue_gardener_agent: {
125
+ issue_organizer_agent: {
126
126
  getRender: function getRender(size) {
127
127
  return /*#__PURE__*/React.createElement(BacklogBuddyAvatar, {
128
128
  size: AVATAR_SIZES[size],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/avatar": "^21.15.0",
39
39
  "@atlaskit/button": "^20.2.0",
40
40
  "@atlaskit/heading": "^2.4.3",
41
- "@atlaskit/icon": "^22.20.0",
41
+ "@atlaskit/icon": "^22.22.0",
42
42
  "@atlaskit/logo": "^14.3.0",
43
43
  "@atlaskit/primitives": "^12.2.0",
44
44
  "@atlaskit/skeleton": "^0.5.0",