@atlaskit/rovo-agent-components 1.2.0 → 1.3.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,13 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#138946](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/138946)
8
+ [`39c8919b0ea6a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/39c8919b0ea6a) -
9
+ Add custom empty state for Issue organizer
10
+
3
11
  ## 1.2.0
4
12
 
5
13
  ### Minor Changes
@@ -173,6 +173,16 @@ var outOfTheBoxAgentAvatar = {
173
173
  });
174
174
  },
175
175
  color: yellowColor
176
+ },
177
+ jira_issue_gardener_agent: {
178
+ getRender: function getRender(size) {
179
+ return /*#__PURE__*/_react.default.createElement(BacklogBuddyAvatar, {
180
+ size: _avatar.AVATAR_SIZES[size],
181
+ primaryColor: greenColor.primary,
182
+ secondaryColor: greenColor.secondary
183
+ });
184
+ },
185
+ color: greenColor
176
186
  }
177
187
  };
178
188
 
@@ -73,6 +73,14 @@ const outOfTheBoxAgentAvatar = {
73
73
  secondaryColor: yellowColor.secondary
74
74
  }),
75
75
  color: yellowColor
76
+ },
77
+ jira_issue_gardener_agent: {
78
+ getRender: size => /*#__PURE__*/React.createElement(BacklogBuddyAvatar, {
79
+ size: AVATAR_SIZES[size],
80
+ primaryColor: greenColor.primary,
81
+ secondaryColor: greenColor.secondary
82
+ }),
83
+ color: greenColor
76
84
  }
77
85
  };
78
86
 
@@ -121,6 +121,16 @@ var outOfTheBoxAgentAvatar = {
121
121
  });
122
122
  },
123
123
  color: yellowColor
124
+ },
125
+ jira_issue_gardener_agent: {
126
+ getRender: function getRender(size) {
127
+ return /*#__PURE__*/React.createElement(BacklogBuddyAvatar, {
128
+ size: AVATAR_SIZES[size],
129
+ primaryColor: greenColor.primary,
130
+ secondaryColor: greenColor.secondary
131
+ });
132
+ },
133
+ color: greenColor
124
134
  }
125
135
  };
126
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "1.2.0",
3
+ "version": "1.3.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
  "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.1.0",
40
40
  "@atlaskit/heading": "^2.4.3",
41
- "@atlaskit/icon": "^22.15.0",
41
+ "@atlaskit/icon": "^22.16.0",
42
42
  "@atlaskit/logo": "^14.2.0",
43
43
  "@atlaskit/primitives": "^12.1.0",
44
44
  "@atlaskit/skeleton": "^0.5.0",