@atlaskit/rovo-agent-components 3.16.0 → 3.16.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
|
@@ -8,11 +8,8 @@ exports.ChatPillIcon = void 0;
|
|
|
8
8
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
9
|
var _react = _interopRequireDefault(require("react"));
|
|
10
10
|
var _aiChat = _interopRequireDefault(require("@atlaskit/icon/core/ai-chat"));
|
|
11
|
-
var _legacyCustomIcons = require("@atlaskit/legacy-custom-icons");
|
|
12
11
|
var ChatPillIcon = exports.ChatPillIcon = function ChatPillIcon(props) {
|
|
13
12
|
return /*#__PURE__*/_react.default.createElement(_aiChat.default, (0, _extends2.default)({}, props, {
|
|
14
|
-
label: ""
|
|
15
|
-
LEGACY_size: "small",
|
|
16
|
-
LEGACY_fallbackIcon: _legacyCustomIcons.ChatIcon
|
|
13
|
+
label: ""
|
|
17
14
|
}));
|
|
18
15
|
};
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import AiChatIcon from '@atlaskit/icon/core/ai-chat';
|
|
4
|
-
import { ChatIcon } from '@atlaskit/legacy-custom-icons';
|
|
5
4
|
export const ChatPillIcon = props => /*#__PURE__*/React.createElement(AiChatIcon, _extends({}, props, {
|
|
6
|
-
label: ""
|
|
7
|
-
LEGACY_size: "small",
|
|
8
|
-
LEGACY_fallbackIcon: ChatIcon
|
|
5
|
+
label: ""
|
|
9
6
|
}));
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import AiChatIcon from '@atlaskit/icon/core/ai-chat';
|
|
4
|
-
import { ChatIcon } from '@atlaskit/legacy-custom-icons';
|
|
5
4
|
export var ChatPillIcon = function ChatPillIcon(props) {
|
|
6
5
|
return /*#__PURE__*/React.createElement(AiChatIcon, _extends({}, props, {
|
|
7
|
-
label: ""
|
|
8
|
-
LEGACY_size: "small",
|
|
9
|
-
LEGACY_fallbackIcon: ChatIcon
|
|
6
|
+
label: ""
|
|
10
7
|
}));
|
|
11
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.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
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,18 +35,17 @@
|
|
|
35
35
|
"@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/avatar": "^25.6.0",
|
|
38
|
-
"@atlaskit/button": "^23.
|
|
39
|
-
"@atlaskit/css": "^0.
|
|
38
|
+
"@atlaskit/button": "^23.8.0",
|
|
39
|
+
"@atlaskit/css": "^0.18.0",
|
|
40
40
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
41
41
|
"@atlaskit/heading": "^5.2.0",
|
|
42
|
-
"@atlaskit/icon": "^29.
|
|
43
|
-
"@atlaskit/legacy-custom-icons": "^0.22.0",
|
|
42
|
+
"@atlaskit/icon": "^29.2.0",
|
|
44
43
|
"@atlaskit/link": "^3.2.0",
|
|
45
44
|
"@atlaskit/logo": "^19.9.0",
|
|
46
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
46
|
"@atlaskit/primitives": "^16.4.0",
|
|
48
47
|
"@atlaskit/skeleton": "^2.1.0",
|
|
49
|
-
"@atlaskit/tokens": "^8.
|
|
48
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
50
49
|
"@atlaskit/tooltip": "^20.11.0",
|
|
51
50
|
"@babel/runtime": "^7.0.0",
|
|
52
51
|
"@compiled/react": "^0.18.6",
|