@atlaskit/rovo-agent-components 8.8.4 → 8.8.5

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,11 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 8.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.8.4
4
10
 
5
11
  ### Patch Changes
@@ -469,7 +469,7 @@ var outOfTheBoxAgentAvatar = {
469
469
  },
470
470
  jira_admin_agent: {
471
471
  getRender: function getRender(size) {
472
- return /*#__PURE__*/_react.default.createElement(AutoDevAvatar, {
472
+ return /*#__PURE__*/_react.default.createElement(JiraCodingAgentAvatar, {
473
473
  size: _avatarSizes.AVATAR_SIZES[size],
474
474
  primaryColor: blueColor.primary,
475
475
  secondaryColor: blueColor.secondary
@@ -257,7 +257,7 @@ const outOfTheBoxAgentAvatar = {
257
257
  color: yellowColor
258
258
  },
259
259
  jira_admin_agent: {
260
- getRender: size => /*#__PURE__*/React.createElement(AutoDevAvatar, {
260
+ getRender: size => /*#__PURE__*/React.createElement(JiraCodingAgentAvatar, {
261
261
  size: AVATAR_SIZES[size],
262
262
  primaryColor: blueColor.primary,
263
263
  secondaryColor: blueColor.secondary
@@ -380,7 +380,7 @@ var outOfTheBoxAgentAvatar = {
380
380
  },
381
381
  jira_admin_agent: {
382
382
  getRender: function getRender(size) {
383
- return /*#__PURE__*/React.createElement(AutoDevAvatar, {
383
+ return /*#__PURE__*/React.createElement(JiraCodingAgentAvatar, {
384
384
  size: AVATAR_SIZES[size],
385
385
  primaryColor: blueColor.primary,
386
386
  secondaryColor: blueColor.secondary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "8.8.4",
3
+ "version": "8.8.5",
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": {
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/rovo-agent-analytics": "^6.2.0",
50
50
  "@atlaskit/skeleton": "^4.3.0",
51
51
  "@atlaskit/spinner": "^20.3.0",
52
- "@atlaskit/tmp-editor-statsig": "^158.0.0",
52
+ "@atlaskit/tmp-editor-statsig": "^159.0.0",
53
53
  "@atlaskit/tokens": "^16.8.0",
54
54
  "@atlaskit/tooltip": "^24.2.0",
55
55
  "@babel/runtime": "^7.0.0",