@atlaskit/rovo-agent-components 3.23.1 → 3.24.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 +8 -0
- package/common/ui/ChatIcon/package.json +17 -0
- package/common/ui/ChatPill/package.json +17 -0
- package/common/ui/HiddenIcon/package.json +17 -0
- package/common/ui/LinkIconButton/package.json +17 -0
- package/common/ui/ShowIcon/package.json +17 -0
- package/common/ui/StarIconButton/package.json +17 -0
- package/package.json +1 -1
- package/ui/AgentAvatar/package.json +17 -0
- package/ui/AgentConversationStarters/package.json +17 -0
- package/ui/AgentDropdownMenu/package.json +17 -0
- package/ui/AgentMenuItemSkeleton/package.json +17 -0
- package/ui/AgentProfileInfo/package.json +17 -0
- package/ui/agent-avatar/GeneratedAvatar/package.json +17 -0
- package/ui/agent-profile-info/AgentStarCount/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 3.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9d1c583109828`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9d1c583109828) -
|
|
8
|
+
Part of de-barreling TREX-67. Ran auto export subpath generation and sorting. Last 3 packages were
|
|
9
|
+
updated from afm ts generate
|
|
10
|
+
|
|
3
11
|
## 3.23.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/common/ui/ChatIcon",
|
|
3
|
+
"main": "../../../dist/cjs/common/ui/chat-icon/index.js",
|
|
4
|
+
"module": "../../../dist/esm/common/ui/chat-icon/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/common/ui/chat-icon/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/common/ui/chat-icon/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/common/ui/chat-icon/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/common/ui/ChatPill",
|
|
3
|
+
"main": "../../../dist/cjs/common/ui/chat-pill/index.js",
|
|
4
|
+
"module": "../../../dist/esm/common/ui/chat-pill/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/common/ui/chat-pill/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/common/ui/chat-pill/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/common/ui/chat-pill/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/common/ui/HiddenIcon",
|
|
3
|
+
"main": "../../../dist/cjs/common/ui/hidden-icon/index.js",
|
|
4
|
+
"module": "../../../dist/esm/common/ui/hidden-icon/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/common/ui/hidden-icon/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/common/ui/hidden-icon/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/common/ui/hidden-icon/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/common/ui/LinkIconButton",
|
|
3
|
+
"main": "../../../dist/cjs/common/ui/link-icon-button/index.js",
|
|
4
|
+
"module": "../../../dist/esm/common/ui/link-icon-button/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/common/ui/link-icon-button/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/common/ui/link-icon-button/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/common/ui/link-icon-button/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/common/ui/ShowIcon",
|
|
3
|
+
"main": "../../../dist/cjs/common/ui/show-icon/index.js",
|
|
4
|
+
"module": "../../../dist/esm/common/ui/show-icon/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/common/ui/show-icon/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/common/ui/show-icon/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/common/ui/show-icon/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/common/ui/StarIconButton",
|
|
3
|
+
"main": "../../../dist/cjs/common/ui/star-icon-button/index.js",
|
|
4
|
+
"module": "../../../dist/esm/common/ui/star-icon-button/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/common/ui/star-icon-button/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/common/ui/star-icon-button/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/common/ui/star-icon-button/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.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
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/AgentAvatar",
|
|
3
|
+
"main": "../../dist/cjs/ui/agent-avatar/index.js",
|
|
4
|
+
"module": "../../dist/esm/ui/agent-avatar/index.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/ui/agent-avatar/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/ui/agent-avatar/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/ui/agent-avatar/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/AgentConversationStarters",
|
|
3
|
+
"main": "../../dist/cjs/ui/agent-conversation-starters/index.js",
|
|
4
|
+
"module": "../../dist/esm/ui/agent-conversation-starters/index.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/ui/agent-conversation-starters/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/ui/agent-conversation-starters/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/ui/agent-conversation-starters/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/AgentDropdownMenu",
|
|
3
|
+
"main": "../../dist/cjs/ui/agent-dropdown-menu/index.js",
|
|
4
|
+
"module": "../../dist/esm/ui/agent-dropdown-menu/index.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/ui/agent-dropdown-menu/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/ui/agent-dropdown-menu/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/ui/agent-dropdown-menu/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/AgentMenuItemSkeleton",
|
|
3
|
+
"main": "../../dist/cjs/ui/agent-menu-item-skeleton/index.js",
|
|
4
|
+
"module": "../../dist/esm/ui/agent-menu-item-skeleton/index.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/ui/agent-menu-item-skeleton/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/ui/agent-menu-item-skeleton/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/ui/agent-menu-item-skeleton/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/AgentProfileInfo",
|
|
3
|
+
"main": "../../dist/cjs/ui/agent-profile-info/index.js",
|
|
4
|
+
"module": "../../dist/esm/ui/agent-profile-info/index.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/ui/agent-profile-info/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/ui/agent-profile-info/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/ui/agent-profile-info/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/agent-avatar/GeneratedAvatar",
|
|
3
|
+
"main": "../../../dist/cjs/ui/agent-avatar/generated-avatars/index.js",
|
|
4
|
+
"module": "../../../dist/esm/ui/agent-avatar/generated-avatars/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/ui/agent-avatar/generated-avatars/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/ui/agent-avatar/generated-avatars/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/ui/agent-avatar/generated-avatars/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-components/ui/agent-profile-info/AgentStarCount",
|
|
3
|
+
"main": "../../../dist/cjs/ui/agent-profile-info/agent-star-count/index.js",
|
|
4
|
+
"module": "../../../dist/esm/ui/agent-profile-info/agent-star-count/index.js",
|
|
5
|
+
"module:es2019": "../../../dist/es2019/ui/agent-profile-info/agent-star-count/index.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../../dist/types/ui/agent-profile-info/agent-star-count/index.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../../dist/types-ts4.5/ui/agent-profile-info/agent-star-count/index.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|