@atlaskit/rovo-agent-components 1.14.2 → 1.14.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 +6 -0
- package/dist/cjs/ui/agent-dropdown-menu/messages.js +0 -5
- package/dist/es2019/ui/agent-dropdown-menu/messages.js +0 -5
- package/dist/esm/ui/agent-dropdown-menu/messages.js +0 -5
- package/dist/types/ui/agent-dropdown-menu/messages.d.ts +0 -5
- package/dist/types-ts4.5/ui/agent-dropdown-menu/messages.d.ts +0 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -50,10 +50,5 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
50
50
|
id: 'rovo-chat.view-agents.view-agent-full-profile',
|
|
51
51
|
defaultMessage: 'View full profile',
|
|
52
52
|
description: 'Button to view an agent full profile'
|
|
53
|
-
},
|
|
54
|
-
transferOwnership: {
|
|
55
|
-
id: 'rovo-chat.view-agents.transfer-ownership',
|
|
56
|
-
defaultMessage: 'Transfer ownership',
|
|
57
|
-
description: 'Button to transfer ownership of an agent'
|
|
58
53
|
}
|
|
59
54
|
});
|
|
@@ -44,10 +44,5 @@ export default defineMessages({
|
|
|
44
44
|
id: 'rovo-chat.view-agents.view-agent-full-profile',
|
|
45
45
|
defaultMessage: 'View full profile',
|
|
46
46
|
description: 'Button to view an agent full profile'
|
|
47
|
-
},
|
|
48
|
-
transferOwnership: {
|
|
49
|
-
id: 'rovo-chat.view-agents.transfer-ownership',
|
|
50
|
-
defaultMessage: 'Transfer ownership',
|
|
51
|
-
description: 'Button to transfer ownership of an agent'
|
|
52
47
|
}
|
|
53
48
|
});
|
|
@@ -44,10 +44,5 @@ export default defineMessages({
|
|
|
44
44
|
id: 'rovo-chat.view-agents.view-agent-full-profile',
|
|
45
45
|
defaultMessage: 'View full profile',
|
|
46
46
|
description: 'Button to view an agent full profile'
|
|
47
|
-
},
|
|
48
|
-
transferOwnership: {
|
|
49
|
-
id: 'rovo-chat.view-agents.transfer-ownership',
|
|
50
|
-
defaultMessage: 'Transfer ownership',
|
|
51
|
-
description: 'Button to transfer ownership of an agent'
|
|
52
47
|
}
|
|
53
48
|
});
|
|
@@ -44,10 +44,5 @@ declare const _default: {
|
|
|
44
44
|
readonly defaultMessage: "View full profile";
|
|
45
45
|
readonly description: "Button to view an agent full profile";
|
|
46
46
|
};
|
|
47
|
-
readonly transferOwnership: {
|
|
48
|
-
readonly id: "rovo-chat.view-agents.transfer-ownership";
|
|
49
|
-
readonly defaultMessage: "Transfer ownership";
|
|
50
|
-
readonly description: "Button to transfer ownership of an agent";
|
|
51
|
-
};
|
|
52
47
|
};
|
|
53
48
|
export default _default;
|
|
@@ -44,10 +44,5 @@ declare const _default: {
|
|
|
44
44
|
readonly defaultMessage: "View full profile";
|
|
45
45
|
readonly description: "Button to view an agent full profile";
|
|
46
46
|
};
|
|
47
|
-
readonly transferOwnership: {
|
|
48
|
-
readonly id: "rovo-chat.view-agents.transfer-ownership";
|
|
49
|
-
readonly defaultMessage: "Transfer ownership";
|
|
50
|
-
readonly description: "Button to transfer ownership of an agent";
|
|
51
|
-
};
|
|
52
47
|
};
|
|
53
48
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.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
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@atlaskit/analytics-next": "10.1.1",
|
|
40
40
|
"@atlaskit/avatar": "^21.17.0",
|
|
41
41
|
"@atlaskit/button": "^20.3.0",
|
|
42
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
42
|
+
"@atlaskit/dropdown-menu": "^12.23.0",
|
|
43
43
|
"@atlaskit/heading": "^3.1.0",
|
|
44
|
-
"@atlaskit/icon": "^22.
|
|
45
|
-
"@atlaskit/legacy-custom-icons": "^0.
|
|
44
|
+
"@atlaskit/icon": "^22.26.0",
|
|
45
|
+
"@atlaskit/legacy-custom-icons": "^0.19.0",
|
|
46
46
|
"@atlaskit/logo": "^14.3.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
48
48
|
"@atlaskit/primitives": "^13.2.0",
|