@atlaskit/rovo-agent-components 8.3.1 → 8.3.3
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 +12 -0
- package/package.json +3 -3
- package/rovo-agent-components.docs.tsx +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.3",
|
|
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,8 +49,8 @@
|
|
|
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": "^
|
|
53
|
-
"@atlaskit/tokens": "^16.
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^146.0.0",
|
|
53
|
+
"@atlaskit/tokens": "^16.6.0",
|
|
54
54
|
"@atlaskit/tooltip": "^24.0.0",
|
|
55
55
|
"@babel/runtime": "^7.0.0",
|
|
56
56
|
"@compiled/react": "^1.0.0",
|
|
@@ -28,12 +28,12 @@ const documentation: StructuredContentSource = {
|
|
|
28
28
|
{
|
|
29
29
|
name: 'Basic Avatar',
|
|
30
30
|
description: 'Standard agent avatar display.',
|
|
31
|
-
source: path.resolve(packagePath, './examples/02-agent-avatar.tsx'),
|
|
31
|
+
source: path.resolve(packagePath, './examples/02-agent-avatar.vr.ap.tsx'),
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
name: 'Generated Avatar',
|
|
35
35
|
description: 'Agent avatar with a generated image.',
|
|
36
|
-
source: path.resolve(packagePath, './examples/03-agent-avatar-generated.tsx'),
|
|
36
|
+
source: path.resolve(packagePath, './examples/03-agent-avatar-generated.vr.ap.tsx'),
|
|
37
37
|
},
|
|
38
38
|
],
|
|
39
39
|
keywords: ['rovo', 'agent', 'avatar', 'identity', 'ai'],
|
|
@@ -59,7 +59,7 @@ const documentation: StructuredContentSource = {
|
|
|
59
59
|
{
|
|
60
60
|
name: 'Profile Info',
|
|
61
61
|
description: 'Standard agent profile information display.',
|
|
62
|
-
source: path.resolve(packagePath, './examples/01-agent-profile-info.tsx'),
|
|
62
|
+
source: path.resolve(packagePath, './examples/01-agent-profile-info.vr.ap.tsx'),
|
|
63
63
|
},
|
|
64
64
|
],
|
|
65
65
|
keywords: ['rovo', 'agent', 'profile', 'info', 'ai'],
|