@atlaskit/rovo-agent-components 8.2.12 → 8.2.13
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
|
+
## 8.2.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`82d4773eb679e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82d4773eb679e) -
|
|
8
|
+
Add a blue avatar for the Tech Writer agent
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 8.2.12
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -353,6 +353,16 @@ var outOfTheBoxAgentAvatar = {
|
|
|
353
353
|
},
|
|
354
354
|
color: purpleColor
|
|
355
355
|
},
|
|
356
|
+
tech_writer_agent: {
|
|
357
|
+
getRender: function getRender(size) {
|
|
358
|
+
return /*#__PURE__*/_react.default.createElement(SocialMediaScribeAvatar, {
|
|
359
|
+
size: _avatar.AVATAR_SIZES[size],
|
|
360
|
+
primaryColor: blueColor.primary,
|
|
361
|
+
secondaryColor: blueColor.secondary
|
|
362
|
+
});
|
|
363
|
+
},
|
|
364
|
+
color: blueColor
|
|
365
|
+
},
|
|
356
366
|
user_manual_writer_agent: {
|
|
357
367
|
getRender: function getRender(size) {
|
|
358
368
|
return /*#__PURE__*/_react.default.createElement(MyUserManualAvatar, {
|
|
@@ -170,6 +170,14 @@ const outOfTheBoxAgentAvatar = {
|
|
|
170
170
|
}),
|
|
171
171
|
color: purpleColor
|
|
172
172
|
},
|
|
173
|
+
tech_writer_agent: {
|
|
174
|
+
getRender: size => /*#__PURE__*/React.createElement(SocialMediaScribeAvatar, {
|
|
175
|
+
size: AVATAR_SIZES[size],
|
|
176
|
+
primaryColor: blueColor.primary,
|
|
177
|
+
secondaryColor: blueColor.secondary
|
|
178
|
+
}),
|
|
179
|
+
color: blueColor
|
|
180
|
+
},
|
|
173
181
|
user_manual_writer_agent: {
|
|
174
182
|
getRender: size => /*#__PURE__*/React.createElement(MyUserManualAvatar, {
|
|
175
183
|
size: AVATAR_SIZES[size],
|
|
@@ -268,6 +268,16 @@ var outOfTheBoxAgentAvatar = {
|
|
|
268
268
|
},
|
|
269
269
|
color: purpleColor
|
|
270
270
|
},
|
|
271
|
+
tech_writer_agent: {
|
|
272
|
+
getRender: function getRender(size) {
|
|
273
|
+
return /*#__PURE__*/React.createElement(SocialMediaScribeAvatar, {
|
|
274
|
+
size: AVATAR_SIZES[size],
|
|
275
|
+
primaryColor: blueColor.primary,
|
|
276
|
+
secondaryColor: blueColor.secondary
|
|
277
|
+
});
|
|
278
|
+
},
|
|
279
|
+
color: blueColor
|
|
280
|
+
},
|
|
271
281
|
user_manual_writer_agent: {
|
|
272
282
|
getRender: function getRender(size) {
|
|
273
283
|
return /*#__PURE__*/React.createElement(MyUserManualAvatar, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.13",
|
|
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.1.0",
|
|
50
50
|
"@atlaskit/skeleton": "^4.2.0",
|
|
51
51
|
"@atlaskit/spinner": "^20.1.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^143.0.0",
|
|
53
53
|
"@atlaskit/tokens": "^16.4.0",
|
|
54
54
|
"@atlaskit/tooltip": "^24.0.0",
|
|
55
55
|
"@babel/runtime": "^7.0.0",
|