@atlaskit/rovo-agent-components 8.2.13 → 8.3.1

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,22 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 8.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`236f9e8bbe74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/236f9e8bbe74e) -
14
+ Refine browse agent iconography, avatar cover colors, and sizing
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 8.2.13
4
21
 
5
22
  ### 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
 
@@ -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
 
@@ -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
 
@@ -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.13",
3
+ "version": "8.3.1",
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": "^143.0.0",
52
+ "@atlaskit/tmp-editor-statsig": "^144.0.0",
53
53
  "@atlaskit/tokens": "^16.4.0",
54
54
  "@atlaskit/tooltip": "^24.0.0",
55
55
  "@babel/runtime": "^7.0.0",