@atlaskit/rovo-agent-selector 2.0.0 → 2.1.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 +16 -0
- package/dist/cjs/entry-points/rovo-agent-selector.js +12 -0
- package/dist/cjs/entry-points/types.js +1 -0
- package/dist/cjs/ui/rovo-agent-selector/messages.js +1 -1
- package/dist/es2019/entry-points/rovo-agent-selector.js +1 -0
- package/dist/es2019/entry-points/types.js +0 -0
- package/dist/es2019/ui/rovo-agent-selector/messages.js +1 -1
- package/dist/esm/entry-points/rovo-agent-selector.js +1 -0
- package/dist/esm/entry-points/types.js +0 -0
- package/dist/esm/ui/rovo-agent-selector/messages.js +1 -1
- package/dist/types/entry-points/rovo-agent-selector.d.ts +1 -0
- package/dist/types/entry-points/types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/rovo-agent-selector.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/types.d.ts +1 -0
- package/package.json +6 -6
- package/rovo-agent-selector/package.json +17 -0
- package/stories/index.tsx +1 -1
- package/types/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-selector
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c56f27a582fec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c56f27a582fec) -
|
|
8
|
+
Autofix: add explicit package exports (barrel removal)
|
|
9
|
+
|
|
10
|
+
## 2.0.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [`267b2bb06c564`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/267b2bb06c564) -
|
|
15
|
+
Internal dependency change: switch from pinned Relay v17 aliases to root:\* and upgraded root to
|
|
16
|
+
Relay v20.1.1. No public API changes.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 2.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "RovoAgentSelector", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _index.RovoAgentSelector;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _index = require("../ui/rovo-agent-selector/index");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -9,7 +9,7 @@ var messages = (0, _reactIntl.defineMessages)({
|
|
|
9
9
|
selectorLabel: {
|
|
10
10
|
id: 'rovo-agent-selector.label',
|
|
11
11
|
defaultMessage: 'Select agent',
|
|
12
|
-
description: '
|
|
12
|
+
description: 'The text is shown as the visible label for the drop-down selector component that allows the user to choose a Rovo AI agent from a list of available agents.'
|
|
13
13
|
},
|
|
14
14
|
rovoAgentPlaceholder: {
|
|
15
15
|
id: 'rovo-agent-selector.lplaceholder',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RovoAgentSelector } from '../ui/rovo-agent-selector/index';
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ const messages = defineMessages({
|
|
|
3
3
|
selectorLabel: {
|
|
4
4
|
id: 'rovo-agent-selector.label',
|
|
5
5
|
defaultMessage: 'Select agent',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as the visible label for the drop-down selector component that allows the user to choose a Rovo AI agent from a list of available agents.'
|
|
7
7
|
},
|
|
8
8
|
rovoAgentPlaceholder: {
|
|
9
9
|
id: 'rovo-agent-selector.lplaceholder',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RovoAgentSelector } from '../ui/rovo-agent-selector/index';
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ var messages = defineMessages({
|
|
|
3
3
|
selectorLabel: {
|
|
4
4
|
id: 'rovo-agent-selector.label',
|
|
5
5
|
defaultMessage: 'Select agent',
|
|
6
|
-
description: '
|
|
6
|
+
description: 'The text is shown as the visible label for the drop-down selector component that allows the user to choose a Rovo AI agent from a list of available agents.'
|
|
7
7
|
},
|
|
8
8
|
rovoAgentPlaceholder: {
|
|
9
9
|
id: 'rovo-agent-selector.lplaceholder',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RovoAgentSelector } from '../ui/rovo-agent-selector/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { AgentOption } from '../ui/rovo-agent-selector/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RovoAgentSelector } from '../ui/rovo-agent-selector/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { AgentOption } from '../ui/rovo-agent-selector/types';
|
package/package.json
CHANGED
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"@atlaskit/form": "^15.5.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
30
30
|
"@atlaskit/primitives": "^19.0.0",
|
|
31
|
-
"@atlaskit/rovo-agent-components": "^4.
|
|
32
|
-
"@atlaskit/select": "^21.
|
|
31
|
+
"@atlaskit/rovo-agent-components": "^4.4.0",
|
|
32
|
+
"@atlaskit/select": "^21.12.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@compiled/react": "^0.20.0",
|
|
35
|
-
"react-relay": "
|
|
36
|
-
"relay-runtime": "
|
|
35
|
+
"react-relay": "^20.1.1",
|
|
36
|
+
"relay-runtime": "^20.1.1"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"react-dom": "^18.2.0",
|
|
49
49
|
"react-intl": "^6.6.2",
|
|
50
50
|
"react-magnetic-di": "^3.1.4",
|
|
51
|
-
"relay-test-utils": "
|
|
51
|
+
"relay-test-utils": "^20.1.1"
|
|
52
52
|
},
|
|
53
53
|
"techstack": {
|
|
54
54
|
"@atlassian/frontend": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"name": "@atlaskit/rovo-agent-selector",
|
|
92
|
-
"version": "2.
|
|
92
|
+
"version": "2.1.0",
|
|
93
93
|
"description": "rovo agent selector",
|
|
94
94
|
"author": "Atlassian Pty Ltd",
|
|
95
95
|
"license": "Apache-2.0",
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-selector/rovo-agent-selector",
|
|
3
|
+
"main": "../dist/cjs/entry-points/rovo-agent-selector.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/rovo-agent-selector.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/rovo-agent-selector.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/rovo-agent-selector.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/rovo-agent-selector.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/stories/index.tsx
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/rovo-agent-selector/types",
|
|
3
|
+
"main": "../dist/cjs/entry-points/types.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/types.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|