@atlaskit/rovo-agent-components 4.6.0 → 4.7.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 +13 -0
- package/dist/cjs/ui/agent-dropdown-menu/index.js +12 -12
- package/dist/cjs/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.js +2 -2
- package/dist/es2019/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.js +2 -2
- package/dist/esm/ui/agent-dropdown-menu/index.js +12 -12
- package/dist/esm/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.js +2 -2
- package/dist/types/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.d.ts +1 -1
- package/dist/types-ts4.5/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.d.ts +1 -1
- package/package.json +10 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 4.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`c5948348a4e51`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c5948348a4e51) -
|
|
8
|
+
TREX-1373 (part 3/3): add @typescript-eslint/no-explicit-any OXLint suppression comments across
|
|
9
|
+
rovo-\* and misc packages. Includes OXLint override and Mithril ratchet to prevent new
|
|
10
|
+
suppressions.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 4.6.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -106,13 +106,13 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
|
|
|
106
106
|
var fetchData = /*#__PURE__*/function () {
|
|
107
107
|
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {
|
|
108
108
|
var _yield$loadAgentPermi, isCreateEnabled, isEditEnabled, isDeleteEnabled;
|
|
109
|
-
return _regenerator.default.wrap(function
|
|
109
|
+
return _regenerator.default.wrap(function (_context) {
|
|
110
110
|
while (1) switch (_context.prev = _context.next) {
|
|
111
111
|
case 0:
|
|
112
112
|
setIsLoading(true);
|
|
113
|
-
_context.next =
|
|
113
|
+
_context.next = 1;
|
|
114
114
|
return loadAgentPermissions();
|
|
115
|
-
case
|
|
115
|
+
case 1:
|
|
116
116
|
_yield$loadAgentPermi = _context.sent;
|
|
117
117
|
isCreateEnabled = _yield$loadAgentPermi.isCreateEnabled;
|
|
118
118
|
isEditEnabled = _yield$loadAgentPermi.isEditEnabled;
|
|
@@ -123,7 +123,7 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
|
|
|
123
123
|
isEditEnabled: isEditEnabled,
|
|
124
124
|
isDeleteEnabled: isDeleteEnabled
|
|
125
125
|
});
|
|
126
|
-
case
|
|
126
|
+
case 2:
|
|
127
127
|
case "end":
|
|
128
128
|
return _context.stop();
|
|
129
129
|
}
|
|
@@ -203,25 +203,25 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
|
|
|
203
203
|
}, formatMessage(_messages.default.viewAgentFullProfile)), !isForgeAgent && isCreateAgentsEnabled && /*#__PURE__*/_react.default.createElement(_dropdownMenu.DropdownItem, {
|
|
204
204
|
onClick: ( /*#__PURE__*/function () {
|
|
205
205
|
var _ref5 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2(e) {
|
|
206
|
-
return _regenerator.default.wrap(function
|
|
206
|
+
return _regenerator.default.wrap(function (_context2) {
|
|
207
207
|
while (1) switch (_context2.prev = _context2.next) {
|
|
208
208
|
case 0:
|
|
209
209
|
if ((0, _platformFeatureFlags.fg)('rovo_agent_versioning_enabled')) {
|
|
210
210
|
e.stopPropagation();
|
|
211
211
|
}
|
|
212
212
|
setIsDuplicating(true);
|
|
213
|
-
_context2.prev =
|
|
214
|
-
_context2.next =
|
|
213
|
+
_context2.prev = 1;
|
|
214
|
+
_context2.next = 2;
|
|
215
215
|
return onDuplicateAgent === null || onDuplicateAgent === void 0 ? void 0 : onDuplicateAgent(e);
|
|
216
|
-
case
|
|
217
|
-
_context2.prev =
|
|
216
|
+
case 2:
|
|
217
|
+
_context2.prev = 2;
|
|
218
218
|
setIsDuplicating(false);
|
|
219
|
-
return _context2.finish(
|
|
220
|
-
case
|
|
219
|
+
return _context2.finish(2);
|
|
220
|
+
case 3:
|
|
221
221
|
case "end":
|
|
222
222
|
return _context2.stop();
|
|
223
223
|
}
|
|
224
|
-
}, _callee2, null, [[
|
|
224
|
+
}, _callee2, null, [[1,, 2, 3]]);
|
|
225
225
|
}));
|
|
226
226
|
return function (_x) {
|
|
227
227
|
return _ref5.apply(this, arguments);
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
|
|
9
9
|
* @relayHash c95a4b89f332b56ac41d44591442026c
|
|
10
10
|
* @lightSyntaxTransform
|
|
11
11
|
* @nogrep
|
|
@@ -183,5 +183,5 @@ var node = function () {
|
|
|
183
183
|
}
|
|
184
184
|
};
|
|
185
185
|
}();
|
|
186
|
-
node.hash = "
|
|
186
|
+
node.hash = "5f2bdb1cf9fe006560907bc0bd0c1fed";
|
|
187
187
|
var _default = exports.default = node;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
|
|
3
3
|
* @relayHash c95a4b89f332b56ac41d44591442026c
|
|
4
4
|
* @lightSyntaxTransform
|
|
5
5
|
* @nogrep
|
|
@@ -177,5 +177,5 @@ const node = function () {
|
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
179
|
}();
|
|
180
|
-
node.hash = "
|
|
180
|
+
node.hash = "5f2bdb1cf9fe006560907bc0bd0c1fed";
|
|
181
181
|
export default node;
|
|
@@ -97,13 +97,13 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
|
|
|
97
97
|
var fetchData = /*#__PURE__*/function () {
|
|
98
98
|
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
99
99
|
var _yield$loadAgentPermi, isCreateEnabled, isEditEnabled, isDeleteEnabled;
|
|
100
|
-
return _regeneratorRuntime.wrap(function
|
|
100
|
+
return _regeneratorRuntime.wrap(function (_context) {
|
|
101
101
|
while (1) switch (_context.prev = _context.next) {
|
|
102
102
|
case 0:
|
|
103
103
|
setIsLoading(true);
|
|
104
|
-
_context.next =
|
|
104
|
+
_context.next = 1;
|
|
105
105
|
return loadAgentPermissions();
|
|
106
|
-
case
|
|
106
|
+
case 1:
|
|
107
107
|
_yield$loadAgentPermi = _context.sent;
|
|
108
108
|
isCreateEnabled = _yield$loadAgentPermi.isCreateEnabled;
|
|
109
109
|
isEditEnabled = _yield$loadAgentPermi.isEditEnabled;
|
|
@@ -114,7 +114,7 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
|
|
|
114
114
|
isEditEnabled: isEditEnabled,
|
|
115
115
|
isDeleteEnabled: isDeleteEnabled
|
|
116
116
|
});
|
|
117
|
-
case
|
|
117
|
+
case 2:
|
|
118
118
|
case "end":
|
|
119
119
|
return _context.stop();
|
|
120
120
|
}
|
|
@@ -194,25 +194,25 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
|
|
|
194
194
|
}, formatMessage(messages.viewAgentFullProfile)), !isForgeAgent && isCreateAgentsEnabled && /*#__PURE__*/React.createElement(DropdownItem, {
|
|
195
195
|
onClick: ( /*#__PURE__*/function () {
|
|
196
196
|
var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(e) {
|
|
197
|
-
return _regeneratorRuntime.wrap(function
|
|
197
|
+
return _regeneratorRuntime.wrap(function (_context2) {
|
|
198
198
|
while (1) switch (_context2.prev = _context2.next) {
|
|
199
199
|
case 0:
|
|
200
200
|
if (fg('rovo_agent_versioning_enabled')) {
|
|
201
201
|
e.stopPropagation();
|
|
202
202
|
}
|
|
203
203
|
setIsDuplicating(true);
|
|
204
|
-
_context2.prev =
|
|
205
|
-
_context2.next =
|
|
204
|
+
_context2.prev = 1;
|
|
205
|
+
_context2.next = 2;
|
|
206
206
|
return onDuplicateAgent === null || onDuplicateAgent === void 0 ? void 0 : onDuplicateAgent(e);
|
|
207
|
-
case
|
|
208
|
-
_context2.prev =
|
|
207
|
+
case 2:
|
|
208
|
+
_context2.prev = 2;
|
|
209
209
|
setIsDuplicating(false);
|
|
210
|
-
return _context2.finish(
|
|
211
|
-
case
|
|
210
|
+
return _context2.finish(2);
|
|
211
|
+
case 3:
|
|
212
212
|
case "end":
|
|
213
213
|
return _context2.stop();
|
|
214
214
|
}
|
|
215
|
-
}, _callee2, null, [[
|
|
215
|
+
}, _callee2, null, [[1,, 2, 3]]);
|
|
216
216
|
}));
|
|
217
217
|
return function (_x) {
|
|
218
218
|
return _ref5.apply(this, arguments);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<6976169d85be7545c35821ac2ecd2c10>>
|
|
3
3
|
* @relayHash c95a4b89f332b56ac41d44591442026c
|
|
4
4
|
* @lightSyntaxTransform
|
|
5
5
|
* @nogrep
|
|
@@ -177,5 +177,5 @@ var node = function () {
|
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
179
|
}();
|
|
180
|
-
node.hash = "
|
|
180
|
+
node.hash = "5f2bdb1cf9fe006560907bc0bd0c1fed";
|
|
181
181
|
export default node;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.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
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
6
6
|
"atlassian": {
|
|
@@ -41,22 +41,22 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
|
|
43
43
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
44
|
-
"@atlaskit/avatar": "^25.
|
|
44
|
+
"@atlaskit/avatar": "^25.15.0",
|
|
45
45
|
"@atlaskit/button": "^23.11.0",
|
|
46
46
|
"@atlaskit/css": "^0.19.0",
|
|
47
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
48
|
-
"@atlaskit/flag": "^17.
|
|
47
|
+
"@atlaskit/dropdown-menu": "^16.9.0",
|
|
48
|
+
"@atlaskit/flag": "^17.12.0",
|
|
49
49
|
"@atlaskit/heading": "^5.4.0",
|
|
50
|
-
"@atlaskit/icon": "^35.
|
|
50
|
+
"@atlaskit/icon": "^35.3.0",
|
|
51
51
|
"@atlaskit/link": "^3.4.0",
|
|
52
52
|
"@atlaskit/logo": "^20.1.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/primitives": "^19.0.0",
|
|
55
|
-
"@atlaskit/rovo-agent-analytics": "^1.
|
|
55
|
+
"@atlaskit/rovo-agent-analytics": "^1.10.0",
|
|
56
56
|
"@atlaskit/skeleton": "^2.1.0",
|
|
57
57
|
"@atlaskit/spinner": "^19.1.0",
|
|
58
|
-
"@atlaskit/tokens": "^13.
|
|
59
|
-
"@atlaskit/tooltip": "^22.
|
|
58
|
+
"@atlaskit/tokens": "^13.1.0",
|
|
59
|
+
"@atlaskit/tooltip": "^22.5.0",
|
|
60
60
|
"@babel/runtime": "^7.0.0",
|
|
61
61
|
"@compiled/react": "^0.20.0",
|
|
62
62
|
"react-dom": "^18.2.0",
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"@atlassian/testing-library": "^0.6.0",
|
|
74
74
|
"@testing-library/react": "^16.3.0",
|
|
75
75
|
"@testing-library/user-event": "^14.4.3",
|
|
76
|
-
"@types/relay-test-utils": "^
|
|
76
|
+
"@types/relay-test-utils": "^19.0.0",
|
|
77
|
+
"react": "^18.2.0",
|
|
77
78
|
"react-intl": "^6.6.2",
|
|
78
79
|
"relay-test-utils": "^20.1.1",
|
|
79
80
|
"wait-for-expect": "^1.2.0"
|