@atlaskit/rovo-agent-components 8.2.12 → 8.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,24 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 8.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`236f9e8bbe74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/236f9e8bbe74e) -
8
+ Refine browse agent iconography, avatar cover colors, and sizing
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 8.2.13
15
+
16
+ ### Patch Changes
17
+
18
+ - [`82d4773eb679e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/82d4773eb679e) -
19
+ Add a blue avatar for the Tech Writer agent
20
+ - Updated dependencies
21
+
3
22
  ## 8.2.12
4
23
 
5
24
  ### Patch Changes
@@ -231,19 +231,23 @@ var JiraIntelligentTriageAgentAvatar = /*#__PURE__*/(0, _react.lazy)(function ()
231
231
 
232
232
  var yellowColor = exports.yellowColor = {
233
233
  primary: '#FCA700',
234
- secondary: '#FFC716'
234
+ secondary: '#FFC716',
235
+ cover: '#FEF7C8'
235
236
  };
236
237
  var purpleColor = exports.purpleColor = {
237
238
  primary: '#BF63F3',
238
- secondary: '#D8A0F7'
239
+ secondary: '#D8A0F7',
240
+ cover: '#F8EEFE'
239
241
  };
240
242
  var greenColor = exports.greenColor = {
241
243
  primary: '#82B536',
242
- secondary: '#B3DF72'
244
+ secondary: '#B3DF72',
245
+ cover: '#EFFFD6'
243
246
  };
244
247
  var blueColor = exports.blueColor = {
245
248
  primary: '#357DE8',
246
- secondary: '#669DF1'
249
+ secondary: '#669DF1',
250
+ cover: '#E9F2FE'
247
251
  };
248
252
  var colorList = [yellowColor, purpleColor, greenColor, blueColor];
249
253
 
@@ -353,6 +357,16 @@ var outOfTheBoxAgentAvatar = {
353
357
  },
354
358
  color: purpleColor
355
359
  },
360
+ tech_writer_agent: {
361
+ getRender: function getRender(size) {
362
+ return /*#__PURE__*/_react.default.createElement(SocialMediaScribeAvatar, {
363
+ size: _avatar.AVATAR_SIZES[size],
364
+ primaryColor: blueColor.primary,
365
+ secondaryColor: blueColor.secondary
366
+ });
367
+ },
368
+ color: blueColor
369
+ },
356
370
  user_manual_writer_agent: {
357
371
  getRender: function getRender(size) {
358
372
  return /*#__PURE__*/_react.default.createElement(MyUserManualAvatar, {
@@ -68,19 +68,23 @@ const JiraIntelligentTriageAgentAvatar = /*#__PURE__*/lazy(() => import( /* webp
68
68
 
69
69
  export const yellowColor = {
70
70
  primary: '#FCA700',
71
- secondary: '#FFC716'
71
+ secondary: '#FFC716',
72
+ cover: '#FEF7C8'
72
73
  };
73
74
  export const purpleColor = {
74
75
  primary: '#BF63F3',
75
- secondary: '#D8A0F7'
76
+ secondary: '#D8A0F7',
77
+ cover: '#F8EEFE'
76
78
  };
77
79
  export const greenColor = {
78
80
  primary: '#82B536',
79
- secondary: '#B3DF72'
81
+ secondary: '#B3DF72',
82
+ cover: '#EFFFD6'
80
83
  };
81
84
  export const blueColor = {
82
85
  primary: '#357DE8',
83
- secondary: '#669DF1'
86
+ secondary: '#669DF1',
87
+ cover: '#E9F2FE'
84
88
  };
85
89
  const colorList = [yellowColor, purpleColor, greenColor, blueColor];
86
90
 
@@ -170,6 +174,14 @@ const outOfTheBoxAgentAvatar = {
170
174
  }),
171
175
  color: purpleColor
172
176
  },
177
+ tech_writer_agent: {
178
+ getRender: size => /*#__PURE__*/React.createElement(SocialMediaScribeAvatar, {
179
+ size: AVATAR_SIZES[size],
180
+ primaryColor: blueColor.primary,
181
+ secondaryColor: blueColor.secondary
182
+ }),
183
+ color: blueColor
184
+ },
173
185
  user_manual_writer_agent: {
174
186
  getRender: size => /*#__PURE__*/React.createElement(MyUserManualAvatar, {
175
187
  size: AVATAR_SIZES[size],
@@ -146,19 +146,23 @@ var JiraIntelligentTriageAgentAvatar = /*#__PURE__*/lazy(function () {
146
146
 
147
147
  export var yellowColor = {
148
148
  primary: '#FCA700',
149
- secondary: '#FFC716'
149
+ secondary: '#FFC716',
150
+ cover: '#FEF7C8'
150
151
  };
151
152
  export var purpleColor = {
152
153
  primary: '#BF63F3',
153
- secondary: '#D8A0F7'
154
+ secondary: '#D8A0F7',
155
+ cover: '#F8EEFE'
154
156
  };
155
157
  export var greenColor = {
156
158
  primary: '#82B536',
157
- secondary: '#B3DF72'
159
+ secondary: '#B3DF72',
160
+ cover: '#EFFFD6'
158
161
  };
159
162
  export var blueColor = {
160
163
  primary: '#357DE8',
161
- secondary: '#669DF1'
164
+ secondary: '#669DF1',
165
+ cover: '#E9F2FE'
162
166
  };
163
167
  var colorList = [yellowColor, purpleColor, greenColor, blueColor];
164
168
 
@@ -268,6 +272,16 @@ var outOfTheBoxAgentAvatar = {
268
272
  },
269
273
  color: purpleColor
270
274
  },
275
+ tech_writer_agent: {
276
+ getRender: function getRender(size) {
277
+ return /*#__PURE__*/React.createElement(SocialMediaScribeAvatar, {
278
+ size: AVATAR_SIZES[size],
279
+ primaryColor: blueColor.primary,
280
+ secondaryColor: blueColor.secondary
281
+ });
282
+ },
283
+ color: blueColor
284
+ },
271
285
  user_manual_writer_agent: {
272
286
  getRender: function getRender(size) {
273
287
  return /*#__PURE__*/React.createElement(MyUserManualAvatar, {
@@ -6,22 +6,27 @@ import type { AgentCreatorType } from '../../../common/types';
6
6
  export type AgentAvatarColor = {
7
7
  primary: string;
8
8
  secondary: string;
9
+ cover: string;
9
10
  };
10
11
  export declare const yellowColor: {
11
12
  primary: string;
12
13
  secondary: string;
14
+ cover: string;
13
15
  };
14
16
  export declare const purpleColor: {
15
17
  primary: string;
16
18
  secondary: string;
19
+ cover: string;
17
20
  };
18
21
  export declare const greenColor: {
19
22
  primary: string;
20
23
  secondary: string;
24
+ cover: string;
21
25
  };
22
26
  export declare const blueColor: {
23
27
  primary: string;
24
28
  secondary: string;
29
+ cover: string;
25
30
  };
26
31
  export declare const TOTAL_AVATAR_COMBINATIONS: number;
27
32
  type GeneratedAvatarProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "8.2.12",
3
+ "version": "8.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
  "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": "^142.0.0",
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",